FPSE don't startup on JXD S601 - log file included (SOLVED)

Obocaman
Fresh Fish
Posts: 3
Joined: Mon Apr 09, 2012 3:26 pm
Primary Device: JXD s601
Operating System: Android
ROM: Stock

FPSE don't startup on JXD S601 - log file included (SOLVED)

Postby Obocaman » Mon Apr 09, 2012 3:37 pm

Hi all,
Recently I brought an JXD S601 Android device for use as emulation platform.
Currently run at 800Ghz with official firmware and kernel.
The current versions are Android Version 2.3.4 and Kernel version 2.3.34 (as appear on About the phone under settings)

FPsece 11.15 refuse to start on it. I try all combination.. cleaning cache, data folder, etc..etc

Using Alogcat I catch the android log to see whats happen, and this is the output.

Code: Select all

I/System.out( 9609): UPDATECOUNTERS REQUEST: com.emulator.fpse = 0
I/System.out( 9609): UPDATINGCOUNTERS: com.emulator.fpse = 0
I/ActivityManager( 9510): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.emulator.fpse/.Main } from pid 9609
I/ActivityManager( 9510): Start proc com.emulator.fpse for activity com.emulator.fpse/.Main: pid=11305 uid=10052 gids={1015, 3001, 3002, 3003}
I/dalvikvm(11305): Could not find method android.widget.FrameLayout.setSystemUiVisibility, referenced from method com.emulator.fpse.Main.onCreate
I/dalvikvm(11305): Could not find method android.view.MotionEvent.getAxisValue, referenced from method com.emulator.fpse.Main.onGenericMotionEvent
I/dalvikvm(11305): Could not find method android.view.MotionEvent.getAxisValue, referenced from method com.emulator.fpse.Main.onGenericMotionEvent
I/dalvikvm(11305): Could not find method android.app.Activity.onGenericMotionEvent, referenced from method com.emulator.fpse.Main.onGenericMotionEvent
D/dalvikvm(11305): VFY: dead code 0x00fd-011b in Lcom/emulator/fpse/Main;.onGenericMotionEvent (Landroid/view/MotionEvent;)Z
D/dalvikvm(11305): VFY: dead code 0x0146-0160 in Lcom/emulator/fpse/Main;.onGenericMotionEvent (Landroid/view/MotionEvent;)Z
D/dalvikvm(11305): VFY: dead code 0x0164-0165 in Lcom/emulator/fpse/Main;.onGenericMotionEvent (Landroid/view/MotionEvent;)Z
D/dalvikvm(11305): VFY: dead code 0x02f6-0301 in Lcom/emulator/fpse/Main;.onGenericMotionEvent (Landroid/view/MotionEvent;)Z
D/dalvikvm(11305): VFY: dead code 0x0310-031d in Lcom/emulator/fpse/Main;.onGenericMotionEvent (Landroid/view/MotionEvent;)Z
I/dalvikvm(11305): Could not find method android.widget.FrameLayout.setSystemUiVisibility, referenced from method com.emulator.fpse.Main.onWindowFocusChanged
D/dalvikvm(11305): Trying to load lib /data/data/com.emulator.fpse/lib/libsdl.so 0x40513320
D/dalvikvm(11305): Added shared lib /data/data/com.emulator.fpse/lib/libsdl.so 0x40513320
D/dalvikvm(11305): Trying to load lib /data/data/com.emulator.fpse/lib/libopengl.so 0x40513320
D/dalvikvm(11305): Added shared lib /data/data/com.emulator.fpse/lib/libopengl.so 0x40513320
D/dalvikvm(11305): No JNI_OnLoad found in /data/data/com.emulator.fpse/lib/libopengl.so 0x40513320, skipping init
D/dalvikvm(11305): Trying to load lib /data/data/com.emulator.fpse/lib/libfpse.so 0x40513320
D/dalvikvm(11305): Added shared lib /data/data/com.emulator.fpse/lib/libfpse.so 0x40513320
I/DEBUG   (   58): pid: 11305, tid: 11305  >>> com.emulator.fpse <<<
I/ActivityManager( 9510): Process com.emulator.fpse (pid 11305) has died.


Seems like an issue with dalvkit version?

I hope this can be usefully to the developers.
All the best
Last edited by Obocaman on Fri Apr 13, 2012 6:37 pm, edited 1 time in total.

User avatar
schtruck
Site Admin
Posts: 2316
Joined: Tue Jan 13, 2009 8:52 am
Primary Device: HTC HD2
Operating System: WM 6.5.1 21869
ROM: 1.66
Location: PARIS
Contact:

Re: FPSE don't startup on JXD S601 - Android log file includ

Postby schtruck » Tue Apr 10, 2012 8:19 pm

seems to be a problem with Android 2.3.4 installed on this machine.

The fact is that FPse is compiled with Android 4.0.3 , so it can use somes Android 4 classes, but only if available.

It seems your device is currently checking and quit FPse because those classes aren't available, but normaly it should ignore, like it's done on others devices.

Obocaman
Fresh Fish
Posts: 3
Joined: Mon Apr 09, 2012 3:26 pm
Primary Device: JXD s601
Operating System: Android
ROM: Stock

Re: FPSE don't startup on JXD S601 - Android log file includ

Postby Obocaman » Fri Apr 13, 2012 5:06 pm

It's so strange.. the only think installed on it is Go Launcher EX and a few emus.. because stock launcher sucks.
I'm thinking on returning to original 600mhz kernel image (the one installed when I brought the device) and try again.

I drop a note when I try

Cheers

Obocaman
Fresh Fish
Posts: 3
Joined: Mon Apr 09, 2012 3:26 pm
Primary Device: JXD s601
Operating System: Android
ROM: Stock

Re: FPSE don't startup on JXD S601 - Android log file includ

Postby Obocaman » Fri Apr 13, 2012 6:36 pm

SOLVED !!!

It's a new option in the 800mhz kernel/rom supplied by MIDS developer.

Can be edited using Rom Toolbox modifing the build.prop or any other rom modifier tool ( I think can be done editing a file in the system files folder, but I'm not sure)

Search for an entry like:

ro.kenel.android.checkjni=1


And change for

Code: Select all

ro.kenel.android.checkjni=0


Reboot the device and FPSe run fine !!!

User avatar
schtruck
Site Admin
Posts: 2316
Joined: Tue Jan 13, 2009 8:52 am
Primary Device: HTC HD2
Operating System: WM 6.5.1 21869
ROM: 1.66
Location: PARIS
Contact:

Re: FPSE don't startup on JXD S601 - log file included (SOLV

Postby schtruck » Mon Apr 16, 2012 8:48 am

just discovered that recently on ICS too in debugging mode where CheckJNI is forced to ON.... the Problem is that the JNI reference that make FPse crashing in debug mode is not known, and i have about 60 references....

From what i understand, it can be related to the fact that FPse run in a Thread and this Thread use Environnement variable from Main Activity. But i haven't still found how to fix that.

This problem doesn't exist in OpengL mode because emu is not run in another THread.


Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 65 guests