Recent content by Brendanus
  1. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Yes, what I meant is the System->Running Time Screen. The time shown there is inaccurate.
  2. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    The inaccurate clock of the ibasso rockbox needs to be taken as well into account. If you go to the running time screen (while music is playing), and doing a real time stop watch, 60 seconds "rockbox" time will be about 66 seconds in reality. So a shown running time of 8 hours will be in...
  3. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    The commit of gerrit to rockbox trunk failed by Michael (=saratoga), due to the same reasons as discussed (gerrit seems to be somwwhat limited/buggy) He gave also a statement in yesterdays IRC log (http://www.rockbox.org/irc/log-20140914) (at 23:03): saratoga: well i give up...
  4. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    I fear I'm not a big help with that, my C programming knowledge is very limited. Anyhow, some good news from the rockbox devs:     Michael Giacomelli   2:22 AM Patch Set 5: Code-Review+1 I'm satisfied with the state of the port. If no one complains, and you are ready, I'll probably...
  5. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    ??? Actually I never used the adb, I'm creating always cwm rockbox zips, installed via the CWM menu
  6. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Did that already, made a mixture that suites my personal taste.
  7. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Indeed. I've managed to install the android sdk and ndk, and now I can compile the rockbox by my own. (I had to fiddle around a while to get the correct android version installed via the eclipse gui). Fortunately I'm working on a native linux PC, compiling under Windows seems not to work...
  8. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    I see, thanks for your info.
  9. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    I'm not too familiar with git as well (and I don't know gerrit at all), but I guess what you need to do is a "git pull --rebase" on your local rockbox git repo. That will apply your local changes ontop of the pulled rockbox master. That will then cause then a merge conflict with that missing...
  10. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Hm, I don't know as well. You already created some patch sets, can't you create a new one from the latest trunk revision? Anyhow, maybe you can ask the rockbox devs by adding a new comment to gerrit?
  11. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Noticing too that the boot selector code isn't part of the gerrit. The original one of Ilya located here https://bitbucket.org/isergachev/dx50sw/src which is already adapte by you.   I would guess it might go somewhere into rbutil/ibassopatcher similar to the rbutil/ipodpatcher
  12. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    There is a merge conflict with the latest trunk. firmware/common/rbpaths.c does not exist anymore. The related functionality is now located in firmware/target/hosted/filesystem-app.c
  13. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Sure, but what I meant is When power is pressed in main Menu -> goto WPS/resume playback;   I know that this is not the standard rockbox behavior, it's belonging to your "Smartphone UI Style", but it is really useful.   Edit: Oops didn't read you first sentence. Anyhow, I guess I can...
  14. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Thanks a lot. Unfortunately the "Jump to WPS from main menu with the power button" is gone as well, which I really liked :-(
  15. Brendanus

    Rockbox for iBasso DX50 dual boot with stock firmware

    Much appreciated. Nevertheless when turining that option on, the behavior is that when you press a button (apart from the power button), nothing happens, the screen is not switched on, and the original button context is not executed. Only when you press it again, the button context is then...
Back
Top