Rockbox Development > New Ports
Rockbox as an Application (Android, WebOS etc.)
burkjavier:
I believe it worked fine -- I had it outside yesterday and ran it for about an hour, with no issues. My display is set to a 10 minute timeout, I believe.
musta susi:
Definitely looks like a matter of compatibility. Or maybe there is a different specific source code which fits better for the Archos IT.
I installed RB on the SDK Android emulator for Windows but couldn't exam it much, since there are no songs stored on the virtual SD card. Any ideas how can I copy songs to the "mounted" SD card?
burkjavier:
If you mean the emulator, unfortunately I don't.
gratt:
This may be off topic fo this site but applicable to developing RB with the android amulator.
To add filkes to the emulator
adb push /sdcard "path to file"
To get file off emulator
adb pull "/emulator path" "/local path"
To remount file system read write
adb shell "you are root in the shell"
mount -o remount rw /system
GraTT
musta susi:
Typing those commands in Terminal Emulator always results with a message "permission denied".
So sorry, but I'm still noob in this...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version