rockbox/apps/plugins
Simon Rothen 0b5ad60c26 Introducing Targets iBasso DX50 & iBasso DX90
The port to for this two targets has been entirely developped by Ilia Sergachev (alias Il or xzcc). His source
can be found at https://bitbucket.org/isergachev/rockbox . The few necesary modifications for the DX90 port
was done by headwhacker form head-fi.org. Unfortunately i could not try out the final state of the DX90 port.
The port is hosted on android (without java) as standalone app. The official Firmware is required to run this port.
Ilia did modify the source files for the "android" target in the rockbox source to make the DX port work. The work I did
was to separate the code for DX50 (&DX90) from the android target.
On this Target Ilia used source from tinyalsa from AOSP. I did not touch that part of the code because I do not understand it.
What else I changed from Ilias sources besides the separation from the target "android":
* removed a dirty hack to keep backlight off
* changed value battery meter to voltage battery meter
* made all plugins compile (named target as "standalone") and added keymaps
* i added the graphics for the manual but did not do anything else for the manual yet
* minor optimizations

known bugs:
* timers are slowed donw when playback is active (tinyalsa related?)
* some minor bugs

Things to do:
* The main prolem will be how to install the app correctly. A guy called DOC2008 added a CWM (by androtab.info) to the
  official firmware and Ilia made a CWM installation script and a dualboot selector (rbutils/ibassoboot, build with
  ndk-build). We will have to find a way to install rockbox in a proper way without breaking any copyrights.
  Maybe ADB is an option but it is not enable with OF by default. Patching the OF is probably the way to go.
* All the wiki and manual

to build:
needed: android ndk installed, android sdk installed with additional build-tools 19.1.0 installed

./tools/configure
select iBasso DX50 or iBasso DX90
make -j apk

the content of rockbox.zip/.rockbox needs to be copied to /system/rockbox/app_rockbox/rockbox/ (rockbox app not needed)
the content of libs/armeabi to /system/rockbox/lib/ (rockbox app needed)

The boot selector is needed as /system/bin/MangoPlayer and the iBasso app as /system/bin/MangoPlayer_original. There
is also the "vold" file. The one from OF does not work with DX50 rockbox (DX90 works!?), the one from Ilia is necessary.

Until we have found a proper way to install it, it can only be installed following the instructions of Ilia on his
bitbucket page, using the CWM-OF and his installation script package.

Change-Id: Ic4faaf84824c162aabcc08e492cee6e0068719d0
Reviewed-on: http://gerrit.rockbox.org/941
Tested: Chiwen Chang <rock1104.tw@yahoo.com.tw>
Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2014-09-18 18:19:01 +02:00
..
beatbox Separate keymaps for YH-820 and YH-920/925 2014-05-24 00:50:11 +02:00
bitmaps Correction of the Sliding puzzle on Samsung YH-820. 2014-09-08 15:23:13 +02:00
chessbox Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
clock Make fixepoint.c as a shared library (libfixedpoint.a). 2013-04-26 00:11:04 +02:00
doom Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
fft Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
fractals Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
frotz Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
goban Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
imageviewer Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
lib Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
lua lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
midi Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
mikmod Deprecate the EXTRA_LIBS variable. 2013-01-24 16:06:45 +01:00
mpegplayer Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
pacbox Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
pdbox Deprecate the EXTRA_LIBS variable. 2013-01-24 16:06:45 +01:00
pictureflow lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
reversi Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
rockboy Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
searchengine
shortcuts plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
sudoku Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
text_viewer Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
zxbox Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
2048.c 2048: service pack 1 :) 2014-08-19 22:37:54 +02:00
alarmclock.c Implement time-based resume and playback start. 2014-03-10 04:12:30 +01:00
alpine_cdc.c Implement time-based resume and playback start. 2014-03-10 04:12:30 +01:00
battery_bench.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
bench_mem_jpeg.c
bench_scaler.c
blackjack.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
boomshine.lua scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. 2013-12-14 23:11:30 +01:00
bounce.c Make fixepoint.c as a shared library (libfixedpoint.a). 2013-04-26 00:11:04 +02:00
brickmania.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
bubbles.c Bubbles: make it work on Samsung YH-820 and align it on the occasion on Cowon M3. 2014-09-08 14:09:58 +02:00
BUILD_OVERLAY
calculator.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
calendar.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
CATEGORIES FS#9583 - periodic table 2014-09-15 00:47:11 +02:00
chessbox.c
chessclock.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
chip8.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
chopper.c zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable plugins 2014-07-17 10:40:17 +02:00
clix.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
codebuster.c
credits.c * Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does. 2011-01-24 12:29:16 +00:00
credits.pl
crypt_firmware.c
cube.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
demystify.c plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
dice.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
dict.c plugins: make local functions static for a subset of plugins 2011-09-17 17:20:27 +00:00
disktidy.c disktidy: don't use "abort" for variable name as it might conflict 2011-12-14 04:42:03 +00:00
disktidy.config Revert r31239 and r31250. Selecting ALL in disktidy used to be generally safe for most people, and these changes change that, making it easy to delete most or all of a user's music. This is a *very* bad idea. 2011-12-26 00:03:28 +00:00
elfdep.pl
euroconverter.c
fire.c lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
fireworks.c fireworks: ues PLA_EXIT to exit without going through the menu. 2012-02-24 15:06:18 +01:00
firmware_flash.c
flipit.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
goban.c
greyscale.c Separate keymaps for YH-820 and YH-920/925 2014-05-24 00:50:11 +02:00
helloworld.c
helloworld.lua
invadrox.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
iriver_flash.c
iriverify.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
jackpot.c plugins: another round of making local things static and adding missing #includes 2011-12-28 11:32:13 +00:00
jewels.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
keybox.c hosted: Rename a bit in functions to avoid name clashes with unix headers. 2014-02-23 23:36:11 +01:00
lamp.c Additional colors for lamp.rock 2013-02-04 09:08:16 +01:00
logo.c Fix some build errors and warnings. 2014-06-21 00:49:05 +02:00
lrcplayer.c Implement time-based resume and playback start. 2014-03-10 04:12:30 +01:00
main_menu_config.c fix red, strtok_r being annoying on sim builds 2014-02-13 22:24:29 +11:00
matrix.c matrix plugin: Fix out-of-bounds array access. Unify for-loop style. 2012-06-03 23:37:33 +02:00
maze.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
mazezam.c * Rename backlight_force_on to backlight_ignore_timeout to make it clear what the function does. 2011-01-24 12:29:16 +00:00
md5sum.c
metronome.c Separate keymaps for YH-820 and YH-920/925 2014-05-24 00:50:11 +02:00
minesweeper.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
mosaique.c Plugin mosaique PLA integration (code + manual) 2012-03-03 16:37:47 +01:00
mp3_encoder.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
nim.c
oscilloscope.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
pegbox.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
periodic_table.c hopefully fix the warnings 2014-09-15 01:49:00 +02:00
pictureflow.c
pitch_detector.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
plasma.c lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
plugin.lds Fix .ncbss from possibly overlapping .ncdata in plugins/codecs. 2013-07-11 04:32:23 -04:00
plugin_crt0.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
plugins.make Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
pong.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
properties.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
random_folder_advance_config.c plugins: Add plugin_release_audio_buffer(). 2014-04-09 09:04:10 +02:00
remote_control.c
resistor.c scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. 2013-12-14 23:11:30 +01:00
robotfindskitten.c Declaration of 'pause' from robotfindskitten has conflicting types for 'pause' from android-ndk-r5 2011-01-22 18:27:05 +00:00
rockblox.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
rockblox1d.c rockblox1d's plugin PLA integration (main code + manual) 2012-02-18 23:57:22 +01:00
rockbox-fonts.config
rockbox_flash.c Improve rockbox_flash messages 2012-02-05 16:26:09 +01:00
rockboy.c
rocklife.c plugins: another round of making local functions static 2011-10-15 20:38:08 +00:00
rockpaint.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
search.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
settings_dumper.c EQ settings: Rework the settings to clean up the config file. 2013-02-09 13:05:32 +01:00
shopper.c plugins: make local functions static for a subset of plugins 2011-09-17 17:20:27 +00:00
sliding_puzzle.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
snake.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
snake2.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
snake2.levels
snow.c Plugin snow PLA integration (code + manual) 2012-03-03 10:48:22 +01:00
sokoban.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
sokoban.levels
solitaire.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
sort.c plugins: make local functions static for a subset of plugins 2011-09-17 17:20:27 +00:00
SOURCES Disable periodic table plugin until all the compilation issues are sorted out. 2014-09-15 02:24:09 +02:00
SOURCES.app_build clix: Add cells for 320x480. Enable for touchscreen RaaA. 2012-01-30 00:51:43 +01:00
spacerocks.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
splitedit.c Separate keymaps for YH-820 and YH-920/925 2014-05-24 00:50:11 +02:00
star.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
starfield.c Clean up peak calculating code. 2012-05-02 20:53:07 -04:00
stats.c stats's plugin PLA integration (main code + manual) 2012-02-22 09:15:50 +01:00
stopwatch.c zen/zenxfi/zenxfistyle/zenmozaic: implement plugin keymaps and enable plugins 2014-07-17 10:40:17 +02:00
stopwatch.lua stopwatch.lua: Improve button layout. Enable on touchscreen RaaA. 2012-01-29 22:35:49 +01:00
SUBDIRS lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
SUBDIRS.app_build reversi: Fix viewport initialization. Improve button layout for portrait. Enable for toucschreen RaaA. 2012-01-30 00:17:47 +01:00
superdom.c Superdom: Silence warning. 2014-09-14 05:16:10 +02:00
test_boost.c
test_codec.c Enable setting of global output samplerate on certain targets. 2013-07-06 04:22:04 +02:00
test_core_jpeg.c
test_disk.c test_disk: Add an additional dirscan test that calls dir_get_info() also. 2014-02-25 09:57:18 +01:00
test_fps.c test_X plugins PLA integration 2012-03-03 19:55:51 +01:00
test_gfx.c test_gfx: Add benchmark for put_line(). 2014-01-07 14:13:41 +01:00
test_grey.c test_X plugins PLA integration 2012-03-03 19:55:51 +01:00
test_greylib_bitmap_scale.c test_X plugins PLA integration 2012-03-03 19:55:51 +01:00
test_mem.c test_mem: silence -Wunused-but-set-variable warning 2013-06-13 18:56:23 +02:00
test_mem_jpeg.c
test_resize.c
test_sampr.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
test_scanrate.c test_X plugins PLA integration 2012-03-03 19:55:51 +01:00
test_touchscreen.c [ONDAV VX777][simulator] fix missing keymaps in test_touchscreen 2013-07-29 19:07:19 +02:00
test_viewports.c lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport. 2014-01-07 14:13:48 +01:00
test_viewports.lua
text_editor.c Don't reinvent ctype.h functions 2012-05-07 18:43:12 +02:00
theme_remove.c
vbrfix.c GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. 2011-08-14 15:13:00 +00:00
video.c Tweak paramters of mp3_play_data and callback. 2012-03-04 14:50:47 -05:00
viewers.config imageviewer: gif viewer based on giflib-5.0.2 2012-11-13 18:13:10 +01:00
vu_meter.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
wav2wv.c
wavplay.c Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. 2011-02-02 17:43:32 +00:00
wavrecord.c Fix r29171 red. Forgot to replace a few. 2011-01-30 01:15:23 +00:00
wavview.c plugins: make local functions static for metronome, rockblox1d, wavview 2011-10-04 19:33:52 +00:00
wormlet.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
xobox.c Introducing Targets iBasso DX50 & iBasso DX90 2014-09-18 18:19:01 +02:00
zxbox.c