Rockbox as an application: Commit current Android port progress.
commit79c7fad301784f3965e3a41fa21f8ce340b24a20
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 2 Aug 2010 20:34:47 +0000 (2 20:34 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 2 Aug 2010 20:34:47 +0000 (2 20:34 +0000)
tree3c0e07ec3abf0c493a0b24b0b57e8bbd0200f7f6
parent453bc240a8044ee5668d375166186e959093f9f8
Rockbox as an application: Commit current Android port progress.

General state is: Rockbox is usable (plays music, saves configuration, touchscreen works too).
Problems:
 - Playing music in the background (i.e. when switching to another app) doesn't work reliably, but I'm working on that now.
 - no cabbiev2 (only some preliminary files for it), no other default theme.
 - screen flickers sometimes if the updates are too frequent
 - no multi screen apk/package
 - strange behavior when a phone call comes in

The java files (and the eclipse project) resides in android/, which is also supposed to be the build folder.
I've put a small README in there for instructions. There are some steps needed after the make part, which are described there,
and which eclipse mostly handles. But there ought to be some script/makefile rules which do that instead in the future.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27668 a1c6a512-1295-4272-9138-f99709370657
53 files changed:
android/.classpath [new file with mode: 0644]
android/.project [new file with mode: 0644]
android/AndroidManifest.xml [new file with mode: 0644]
android/README [new file with mode: 0644]
android/default.properties [new file with mode: 0644]
android/gen/org/rockbox/R.java [new file with mode: 0644]
android/res/drawable-hdpi/icon.png [new file with mode: 0644]
android/res/drawable-ldpi/icon.png [new file with mode: 0644]
android/res/drawable-mdpi/icon.png [new file with mode: 0644]
android/res/layout/main.xml [new file with mode: 0644]
android/res/values/strings.xml [new file with mode: 0644]
android/src/org/rockbox/RockboxActivity.java [new file with mode: 0644]
android/src/org/rockbox/RockboxFramebuffer.java [new file with mode: 0644]
android/src/org/rockbox/RockboxPCM.java [new file with mode: 0644]
android/src/org/rockbox/RockboxTimer.java [new file with mode: 0644]
apps/codecs/codec_crt0.c
apps/codecs/libwavpack/wavpack.h
backdrops/cabbiev2.320x480x16.bmp [new file with mode: 0644]
bootloader/common.c
bootloader/common.h
firmware/SOURCES
firmware/common/rbpaths.c
firmware/drivers/audio/android.c [new file with mode: 0644]
firmware/export/audiohw.h
firmware/export/config.h
firmware/export/config/application.h
firmware/export/config/sim.h
firmware/export/debug.h
firmware/export/thread.h
firmware/sound.c
firmware/target/hosted/android/app/adc-target.h [copied from firmware/export/debug.h with 53% similarity]
firmware/target/hosted/android/app/backlight-target.h [copied from firmware/export/debug.h with 53% similarity]
firmware/target/hosted/android/app/button-application.c [new file with mode: 0644]
firmware/target/hosted/android/app/button-target.h [new file with mode: 0644]
firmware/target/hosted/android/app/i2c-target.h [copied from firmware/export/debug.h with 53% similarity]
firmware/target/hosted/android/app/usb-target.h [copied from firmware/export/debug.h with 53% similarity]
firmware/target/hosted/android/button-android.c [new file with mode: 0644]
firmware/target/hosted/android/buttonmap.h [copied from firmware/export/debug.h with 53% similarity]
firmware/target/hosted/android/kernel-android.c [new file with mode: 0644]
firmware/target/hosted/android/lcd-android.c [new file with mode: 0644]
firmware/target/hosted/android/pcm-android.c [new file with mode: 0644]
firmware/target/hosted/android/system-android.c [new file with mode: 0644]
firmware/target/hosted/android/system-target.h [new file with mode: 0644]
firmware/target/hosted/android/thread-android-arm.c [new file with mode: 0644]
firmware/thread.c
tools/buildzip.pl
tools/configure
uisimulator/common/io.c
uisimulator/common/stubs.c
uisimulator/uisimulator.make
wps/WPSLIST
wps/cabbiev2.320x480x16.wps [new file with mode: 0644]
wps/cabbiev2/wpsbackdrop-320x480x16.bmp [new file with mode: 0644]