Rockbox Technical Forums

Third Party => Unsupported Builds => Topic started by: greatjack on February 23, 2017, 11:52:59 PM

Title: Making Rockbox android run on Art
Post by: greatjack on February 23, 2017, 11:52:59 PM
I have heard many reports that the rockbox android app does not run when using the newer ARt runtime engine instead of the older Dalvik. Obviously since the android port relies heavily on the Jni, It would be logicial to assume that the stricter Jni settings is what is causing it to crash. I found this page https://developer.android.com/guide/practices/verifying-apps-art.html (https://developer.android.com/guide/practices/verifying-apps-art.html) which discusses many things that can cause Jni code to malfunction, and plan on working on fixing this issue.

If anyone has a inkling of why the crash is occuring, please post it in this forum as it will help me look in the right direction
Title: Re: Making Rockbox android run on Art
Post by: wodz on February 24, 2017, 04:41:56 AM
The short answer is http://gerrit.rockbox.org/r/#/c/1211/
I abandoned this approach when figured out that text scrolling code is affected as well.
Title: Re: Making Rockbox android run on Art
Post by: greatjack on February 24, 2017, 09:13:42 AM
The short answer is http://gerrit.rockbox.org/r/#/c/1211/
I abandoned this approach when figured out that text scrolling code is affected as well.
Thanks wodz for your input, can you point me to the text scrolling code that needs to be fixed?
Title: Re: Making Rockbox android run on Art
Post by: BenBrown on March 29, 2017, 08:34:50 PM
Through some research I found a few relative things to note;

The minimum android-X version for art support is 21  -> https://developer.android.com/guide/practices/verifying-apps-art.html

That highest available stable build-tools for sdk release of sdk 21 is 21.1.2, the highest being 21.1.3(unstable)

I have a 5.1.1 device that I have cherry picked the above gerrit task in to rockbox and lowered the build requirements to android-21.  And built against the latest ndk with sdk 21.1.2 then loading it on my 5.1.1 device. RaaA loads momentarily with a loading bar (the first time it runs) and then crashes.

I have also found BOOTDIR "/.rockbox" defined in android.h, but changing that to ./.rockbox or .rockbox did not help either

I have also simply tried to load a dummy app without jni calls and it still crashed, but in this case the executable was still packaged with in the apk.

Question, I understand the "purest" form of rockbox is straight up compile c and execute, but is running an all new main thread in pure java such a bad idea? One with its own way to show the ui menu, handle input and make calls to c functions, without the need for things like jni calls to compiled c in order to read a button press for the menu.  Or is this the "great pain in the ass to make it work" that everyone has been talking about?

Edit: upon verifying my build-chain with a lower android api 4.2 I might have missed a few details, so I'm going to test 5.0 again

Edit2:  Yes it actually does run on my 5.1.1 device
Title: Re: Making Rockbox android run on Art
Post by: Chiwen on April 10, 2017, 12:14:13 PM
The short answer is http://gerrit.rockbox.org/r/#/c/1211/
I abandoned this approach when figured out that text scrolling code is affected as well.

I encounter the text scrolling crash way before your patch back in 2014 . http://gerrit.rockbox.org/r/#/c/838/

JGordon strongly disagreed with how I mute the part that triggers the crash. http://gerrit.rockbox.org/r/#/c/838/4/firmware/drivers/lcd-scroll.c

Adb log listed this Jni call was from a different thread, not main or the one dealing with audio. Which I still couldn't figure out why till this day.
 
So, no its not you who make it crash.  the bug has been there for a long time.
Title: Re: Making Rockbox android run on Art
Post by: Kevorex on February 12, 2018, 07:25:38 PM
Rockbox app with ART compatibility was out there a long time ago, but it is developed by a user in Rockbox Chinese community. The download process required a good Chinese reading ability, so it is almost impossible for a non-Chinese person to find it out. I only distributed it by extracted it, set the default language to English, did some translating jobs on the file name, made a instruction file then recompressed it. The app and additional files belong to the author "迈戈" from Rockbox Chinese community.
Original post in Rockbox Chinese community:
https://forum.open-embedded.org/rockbox/t/20160823-mgamp6-8-7-0/746/3 (https://forum.open-embedded.org/rockbox/t/20160823-mgamp6-8-7-0/746/3)
Link to the zip file I distributed:
https://drive.google.com/file/d/1MUfYeDqTsksLT_mRyyZbz6NHmkScUgEM/view?usp=sharing (https://drive.google.com/file/d/1MUfYeDqTsksLT_mRyyZbz6NHmkScUgEM/view?usp=sharing)

If you encounter any problem, please use Google Translate to view the original post in Rockbox Chinese community. Oh... and don't thank me! (^o^)