Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  SAMSUNG YH-920
« previous next »
  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 16

Author Topic: SAMSUNG YH-920  (Read 126587 times)

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SAMSUNG YH-920
« Reply #105 on: May 25, 2009, 07:46:40 PM »
Quote from: lowlight on May 25, 2009, 07:42:46 PM
Now officially committed.


I tried enabling the RTC and LCD contrast. It seems to work just fine, is there any reason you didn't enable it?

Great work! Really.
Logged
 

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #106 on: May 27, 2009, 04:23:21 PM »
I tried to make the first step in making keymaps for plugins.

See FS#10251.
Logged

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: SAMSUNG YH-920
« Reply #107 on: May 29, 2009, 01:46:48 AM »
I tried enabling HAVE_LCD_ENABLE on my 925.

The display went white (not really surprising), but this weird second backlight (the 925 has 2 backlights, one bright one, and one not so bright one which never turns off [neither in the OF]) didn't turn off, so it wasn't really useful.

Do we have any way to turn off the 2nd backlight?

On a related note, the first one doesn't work at all here.
Logged
 

Offline lowlight

  • Developer
  • Member
  • *
  • Posts: 194
Re: SAMSUNG YH-920
« Reply #108 on: June 02, 2009, 04:51:00 PM »
Can someone with a YH-920 tell me the values of GPO32_ENABLE and GPO32_VAL from the Debug>View I/O ports screen.
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SAMSUNG YH-920
« Reply #109 on: June 02, 2009, 06:21:55 PM »
GPO32_VAL = GPO32_EN = 0x80000022
Logged
a wise man said: "a wise man said"

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #110 on: June 03, 2009, 11:55:02 AM »
Is this datasheet already known? Or should this be uploaded in the wik?
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SAMSUNG YH-920
« Reply #111 on: June 05, 2009, 08:18:09 AM »
extra information can't hurt, so you can upload it.
Logged
a wise man said: "a wise man said"

Offline lowlight

  • Developer
  • Member
  • *
  • Posts: 194
Re: SAMSUNG YH-920
« Reply #112 on: June 05, 2009, 09:43:34 AM »
Quote from: funman on June 02, 2009, 06:21:55 PM
GPO32_VAL = GPO32_EN = 0x80000022

Same as the 925.  ???

Quote from: pyro_maniac on June 03, 2009, 11:55:02 AM
Is this datasheet already known? Or should this be uploaded in the wik?

That's what I used for the driver.  ;)
Logged

Offline perfectdrug

  • Artist
  • Member
  • *
  • Posts: 103
Re: SAMSUNG YH-920
« Reply #113 on: June 05, 2009, 09:53:06 AM »
hi I started on the SVGs for the manual. For the Samsung YH - 920 and 925.
http://www.rockbox.org/tracker/task/10279
Comments would be welcome.
I also would like to see a higher resolution scan of the pattern below the display of the YH-920, so that I can include it in the picture.
I also may need help with the button placement and labeling.


I just finished Samsung YH - 820 SVG.
http://www.rockbox.org/tracker/task/10286
Comments are welcome.
« Last Edit: June 06, 2009, 11:13:21 AM by perfectdrug »
Logged
uʍop ǝpısdn < sbuıʇʇǝs pɔ1 < ʎɐ1dsıp < sbuıʇʇǝs 1ɐɹǝuǝb

Offline Ced_P

  • Member
  • *
  • Posts: 4
Re: SAMSUNG YH-920
« Reply #114 on: June 19, 2009, 01:05:55 PM »
Hi,

I have a  Samsung branded YH 920 with a v2.05 bootloader.
The file name of firmware is FW_YH920.mi4.
I tried to make Rockbox run on my player by making a build using code in SVN.
After compilation, i unzipped the rockbox.zip on my player. Then i copied rockbox.mi4 to system directory and renamed it to FW_YH920.mi4

What is working : Display, Internal/External Storage,  Buttons, building music DataBase
What is not working : playing sound, Battery Charging/Monitoring, some freezes during menu navigation

I'm a great newbie, but maybe can i help by testing new build.
Thanks for your work.
« Last Edit: June 19, 2009, 01:10:06 PM by Ced_P »
Logged

Offline lowlight

  • Developer
  • Member
  • *
  • Posts: 194
Re: SAMSUNG YH-920
« Reply #115 on: June 19, 2009, 01:25:58 PM »
You should first compile a "bootloader" build. This replaces the FW_YH920.mi4 firmware file in the System directory (rename the original FW_YH920.mi4 to OF.mi4 if you want dual-boot). Then compile a "normal" build and unzip rockbox.zip onto the device. Keep rockbox.mi4 where it is.
Logged

Offline Ced_P

  • Member
  • *
  • Posts: 4
Re: SAMSUNG YH-920
« Reply #116 on: June 19, 2009, 01:41:57 PM »
Ok thank you. I will make a trial in the evening.

New edit :

I created new bootloader and new build. This is my conclusion for my player (YH920-GS1/ELS) :

What is working : Dualboot, Display, Internal/External Storage, building music DataBase
What is not working : playing sound, some freezes during menu navigation, buttons on ears cable.

Buttons seem to work, but there is a problem when i change clock. I can change hour, but when i try to go on minute field, the player go to back menu.
« Last Edit: June 21, 2009, 12:23:21 PM by Ced_P »
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #117 on: June 23, 2009, 08:23:16 AM »
I started working on the rbutil support: FS#10373

EDIT: I also opened a task for fm radio support: FS#10480
I couldn't test it because my YH-920 has still no sound yet. I am not sure if it is just that simple but this is only a first shot. ;)
« Last Edit: July 31, 2009, 08:16:28 AM by pyro_maniac »
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: SAMSUNG YH-920
« Reply #118 on: September 02, 2009, 06:22:13 AM »
lowlight has committed a fix which enables sound output on yh920

I tested the radio patch but it lacks a modification to switch between rockbox codecs and FM output (should be simple)

battery reading works as well, but needs to be calibrated (I'm looking at it, but perhaps lowlight will fix it before I can understand the code :P )
Logged
a wise man said: "a wise man said"

Offline Ced_P

  • Member
  • *
  • Posts: 4
Re: SAMSUNG YH-920
« Reply #119 on: September 05, 2009, 10:18:37 AM »
Hello,

I created new bootloader and new build today. (my player is a YH920-GS1/ELS, european version without FM radio)

Great job, only remote control on ears cable is not working.

thank you!!!! My YH920 is now a new player!!!!
Logged

  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 16
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  SAMSUNG YH-920
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.104 seconds with 15 queries.