|
#421
|
|||
|
|||
|
And, Lorenz092, when I compile rockbox for my iPod from the svn with your patches applied, I get a lot of "warnig SAMSUNG_YPR0_PAD not defined". Do you know does it come from?
And how could I access the keypad from a C application? Can I use the SDL, or must I do it the way you did it in button-ypr0.c, by reading /dev/r0Btn? Last edited by lovasoa; 11-20-2011 at 02:23 PM. |
| Advertisement | [Remove Advertisement] |
|
|
|
|
#422
|
|||
|
|||
|
Quote:
And for the keys, yes, you need to open /dev/r0Btn since there is no default keyboard input related to the keypad...moreover you cannot use SDL for graphics because kernel lacks virtual terminal and this cannot be built as a loadable module. Recompiling the kernel by us produces strange bugs with OF and even with rockbox (display sleep crashes etc)
__________________
Check out my modded firmware both for YP-R0 and YP-R1!!! ** DONATE ** -> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K658CHJKX2X8C NOTE: if you want to donate for Rockbox itself and not my work, go to their website!! |
|
#423
|
|||
|
|||
|
Release rockbox with patch volume.
And when System Checking I get off the clock. Sorry for my english... |
|
#424
|
|||
|
|||
|
The rockbox build I provided earlier has the volume patch...
|
|
#425
|
|||
|
|||
|
Quote:
![]() EDIT: I guess that it's time to implement power management but I see this part as difficult for me to understand how rb manages that So maybe some hints? I mean what functions are necessary, what is to be removed of simulator ecc...Many thanks!
__________________
Check out my modded firmware both for YP-R0 and YP-R1!!! ** DONATE ** -> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K658CHJKX2X8C NOTE: if you want to donate for Rockbox itself and not my work, go to their website!! Last edited by Lorenz092; 11-21-2011 at 01:55 PM. |
|
#426
|
|||
|
|||
|
Can't you just compile the ipod build directly? Probably a good idea to build a few different targets just to make sure you haven't missed any #ifdefs.
__________________
Interested in Google's Summer of Code ? PM me. |
|
#427
|
|||
|
|||
|
You should probably discuss this in IRC. Since you're port is a hybrid of app and firmware I'm not 100% sure how this will work.
__________________
Interested in Google's Summer of Code ? PM me. |
|
#428
|
|||
|
|||
|
Quote:
|
|
#429
|
|||
|
|||
|
Quote:
Of course rockbox must be recompiled and a new rom (with the created folder) is needed. Seems to work fine. @saratoga: you are right. I now posted something in the right thread too!
__________________
Check out my modded firmware both for YP-R0 and YP-R1!!! ** DONATE ** -> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K658CHJKX2X8C NOTE: if you want to donate for Rockbox itself and not my work, go to their website!! |
|
#430
|
|||
|
|||
|
Quote:
|
|
#431
|
||||
|
||||
|
For Rockboy the problem is probably that you play a music at the same time. Stop the music playback and try to load the ROM again
__________________
I'm French^^ *GenerationMP3 Samsung Moderator*
|
|
#432
|
|||
|
|||
|
Quote:
EDIT: was digging for the radio thing. I guess that the samsung module for it has no direct acess to registers via ioctl, only some common functions like set frequency etc. But since this is already implemented in RB, a good way to workaround that is to reverse the module initialization and build another one with only register read/write capability. But don't know if I am able to do this ![]() OR, alternately I could try guessing the ioctl structures (as I did with ascodec) till to be able to use these functions si470x.ko -> radio dev -> /dev/si470x 0xA -> seek 0xD -> RSSI info (RDS???) 0xC -> set rds 0x8 -> set signal level??? 0x4 __ 0x6 -> set radio region 0x1 -> get frequency 0x2 -> set frequency 0x0 -> close radio But ok this is to be posted also on rockbox forum! EDIT2: @lovasoa: maybe I found why you get all the warnings ![]() Try to place this in the config.h file! --- other pad defines --- #define SAMSUNG_YPR0_PAD 53 EDIT3: okay. All the techy things are to be discussed there from now ![]() We keep this thread for both user experiences and small (compilation, installation etc) problems. http://forums.rockbox.org/index.php/topic,26103.0.html
__________________
Check out my modded firmware both for YP-R0 and YP-R1!!! ** DONATE ** -> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K658CHJKX2X8C NOTE: if you want to donate for Rockbox itself and not my work, go to their website!! Last edited by Lorenz092; 11-22-2011 at 10:24 AM. |
|
#433
|
|||
|
|||
|
Quote:
PLS put it on another but not the central button!!! (thx) |
|
#434
|
|||
|
|||
|
Why, after I turn off rockbox, and then turn on the player as usual, there is a system checking, so it should be?
|
|
#435
|
|||
|
|||
|
Uhm no.Boot the original firmware. Then turn off + reset player. Now you shouldn't get any other sys checking possibly
__________________
Check out my modded firmware both for YP-R0 and YP-R1!!! ** DONATE ** -> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K658CHJKX2X8C NOTE: if you want to donate for Rockbox itself and not my work, go to their website!! |
|
#436
|
|||
|
|||
|
Quote:
|
|
#437
|
|||
|
|||
|
Quote:
This is the ONLY way to trigger a system check, otherwise it's not possible (trust me, I've resetted player tons of time while developing). This is the RFS. What I should do, is reading the source code of it that I found on a chinese site (leaked). So please, turn on original app. Turn off payer. Press reset hole and start rockbox. If system checking runs even after rockbox, well, I have no idea why does it happen! Maybe try to run a scandisk on the player or so.
__________________
Check out my modded firmware both for YP-R0 and YP-R1!!! ** DONATE ** -> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K658CHJKX2X8C NOTE: if you want to donate for Rockbox itself and not my work, go to their website!! |
|
#438
|
|||
|
|||
|
Quote:
|
|
#439
|
|||
|
|||
|
Quote:
|
|
#440
|
||||
|
||||
|
lol a Russian guy with a poor camera and who did not understand how to avoid the "system checking" made a video. OMG that's just terrible without macro mode and autofocus ![]() Seriously I don't understand those people who dare to upload so shitty quality videos on YT. Better no video than that. Isn't it any respect for the viewer?! It's as if I used my Nokia 6600 camera to make my reviews... The Rockboxed R0 deserves a good full HD video
__________________
I'm French^^ *GenerationMP3 Samsung Moderator*
Last edited by lebellium; 11-24-2011 at 05:22 PM. |
![]() |
| Tags |
| r0, rockbox, samsung yp-r0 |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 04:33 PM.













So maybe some hints? I mean what functions are necessary, what is to be removed of simulator ecc...Many thanks!


Linear Mode
