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:

Rockbox Ports are now being developed for various digital audio players!

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

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

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: SAMSUNG YH-920
« Reply #60 on: December 23, 2008, 07:52:27 PM »
Does the Meizu port even have code for that chip?  It looks like an analog regulator module.  I'm not sure if its even programmable. 
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #61 on: January 06, 2009, 04:17:07 PM »
I again tried to find out, witch testing firmware was able to create a tmp folder. I found out, that the H10-5.mi4 can, but not always and in the system directory. How could that be? 

/EDIT: There seems to be a problem in my results. Some firmware files crashing the filesystem so i can't be sure about my results. I will remake them.

/EDIT2: H10-5.mi4 creates a tmp folder but the filesystem seems to get destroied.
« Last Edit: January 07, 2009, 04:38:37 AM by pyro_maniac »
Logged

Offline wolly-p

  • Member
  • *
  • Posts: 24
Re: SAMSUNG YH-920
« Reply #62 on: January 07, 2009, 02:47:56 PM »
If H10-5.mi4 creates at least a folder, that's a good sign because it means that the firmware can access IDE and the hard drive. Since the file system might be a bit different to the one Samsung deploys, it could become corrupted.

As mentioned before, I would recommend to set up a build environment, take the H10 (5GB) as a template,  replace only the display driver with the one from H1xx in the configuration files, compile and build and try with the new (encrypted) mi4. With some luck, you will get some output on the screen.
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #63 on: January 07, 2009, 04:57:17 PM »
Sounds like there is still a chance.

But i have a problem again. Where can i find the displaydriver for the h1xx?
Logged

Offline wolly-p

  • Member
  • *
  • Posts: 24
Re: SAMSUNG YH-920
« Reply #64 on: January 07, 2009, 05:21:33 PM »
Quote from: pyro_maniac on January 07, 2009, 04:57:17 PM
Where can i find the displaydriver for the h1xx?

That's in the sources already, you have to create a new build target for the YH920 and edit the appropriate configuration files as indicated here.
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #65 on: January 14, 2009, 06:27:16 PM »
I started my trying on the display change in a short and dirty way. I tried to copy the the code of the lcd files of the h1xx into that of the h10. That seems to be very tricky. I am hanging on the lcd-as file wich seems to be not involved.
Logged

Offline wolly-p

  • Member
  • *
  • Posts: 24
Re: SAMSUNG YH-920
« Reply #66 on: January 15, 2009, 08:38:07 AM »
Rather than copying the code, why don't you try to edit the configuration file only? In principal, this should be sufficient for the first shot. If necessary, post your config file here and possibly resulting compiling error messages so that we can help.
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #67 on: January 19, 2009, 05:34:38 PM »
I changed the config but the result is only a clear LCD with backlight on. I took the #define CONFIG_LCD from the h100 config and wrote it into the h10 one.

Are ther other things i can try?

EDIT: And there is an other problem so i can't reset the device via reset button.
« Last Edit: January 19, 2009, 05:37:20 PM by pyro_maniac »
Logged

Offline wolly-p

  • Member
  • *
  • Posts: 24
Re: SAMSUNG YH-920
« Reply #68 on: January 21, 2009, 03:47:16 PM »
Hmmm, and after changing the config file, the whole compilation and mi4-scrambling went smoothly, no other error messages, and the newly created mi4-file was accepted immediately by the player?

If you do not see anything on the display, I guess it will be nearly impossible to get anywhere soon. As a last resort, you might want to try another display type (although size and grey-scale should be correct from what we have seen so far).

Since the new build is not adapted to your hardware, it is not surprising that the reset button does not work.

Does anyone have further ideas?
Logged

Offline Bagder

  • Member
  • *
  • Posts: 1452
    • Daniel's site
Re: SAMSUNG YH-920
« Reply #69 on: January 21, 2009, 04:54:42 PM »
I've already repeatedly mentioned how this has been done on other players in the past, and the fact that this is PP-based and we know the mi4-format already and everything - it is actually far easier than most other new ports are...
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #70 on: January 21, 2009, 05:49:10 PM »
Maybe with your knowledgebase i would come to the same conclusion but i m  a newbie and i still don't know enough to get it done alone.

What would you prefer to do? Or is this target not attractive anymore?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: SAMSUNG YH-920
« Reply #71 on: January 21, 2009, 09:11:39 PM »
Quote from: pyro_maniac on January 21, 2009, 05:49:10 PM
Maybe with your knowledgebase i would come to the same conclusion but i m  a newbie and i still don't know enough to get it done alone.

Start reading up.  If you're going to make this work, you'll have to understand how the existing PP code works, the MI4 firmware format, etc.

Quote from: pyro_maniac on January 21, 2009, 05:49:10 PM
What would you prefer to do? Or is this target not attractive anymore?

Obviously since you're the one working on the port, it was never all that appealing to most other people.  Fortunately, since you're the one working on the port, it doesn't matter what other people think is appealing.  Just what you're interested in.
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #72 on: January 22, 2009, 08:32:33 AM »
Quote from: wolly-p on January 21, 2009, 03:47:16 PM
Hmmm, and after changing the config file, the whole compilation and mi4-scrambling went smoothly, no other error messages, and the newly created mi4-file was accepted immediately by the player?

If you do not see anything on the display, I guess it will be nearly impossible to get anywhere soon. As a last resort, you might want to try another display type (although size and grey-scale should be correct from what we have seen so far).

Since the new build is not adapted to your hardware, it is not surprising that the reset button does not work.

Does anyone have further ideas?

There were some warnings only. I think they where in point changing the LCD. Is it useful to make some other tryings with that driver in?
Logged

Offline wolly-p

  • Member
  • *
  • Posts: 24
Re: SAMSUNG YH-920
« Reply #73 on: February 01, 2009, 03:11:42 PM »
Quote from: pyro_maniac on January 22, 2009, 08:32:33 AM
There were some warnings only. I think they where in point changing the LCD. Is it useful to make some other tryings with that driver in?

I'm not sure. Take a careful look at the compiler warnings, they might give further hints. Also, it might be worthwile studying the code of other PP-based mi4-players regarding the display drivers.
Logged

Offline pyro_maniac

  • Member
  • *
  • Posts: 99
Re: SAMSUNG YH-920
« Reply #74 on: February 04, 2009, 12:18:53 PM »
I ve put my eyes on the bootloader again. Is there a known way to put the device into the manufacturing mode and to read out the bootloader?

I ve read it in the IRC at the moment and i am thinking of asking there. But first i ask here.
Logged

  • Print
Pages: 1 ... 3 4 [5] 6 7 ... 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.084 seconds with 14 queries.