View unanswered posts | View active topics It is currently Wed May 22, 2013 12:07 pm




Reply to topic  [ 5 posts ] 
 FPSE don't startup on JXD S601 - log file included (SOLVED) 
Author Message
Fresh Fish

Joined: Mon Apr 09, 2012 3:26 pm
Posts: 3
Primary Device: JXD s601
Operating System: Android
ROM: Stock
Post FPSE don't startup on JXD S601 - log file included (SOLVED)
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:
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.



Mon Apr 09, 2012 3:37 pm
Profile
Site Admin
User avatar

Joined: Tue Jan 13, 2009 8:52 am
Posts: 1731
Location: PARIS
Primary Device: HTC HD2
Operating System: WM 6.5.1 21869
ROM: 1.66
Post Re: FPSE don't startup on JXD S601 - Android log file includ
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.


Tue Apr 10, 2012 8:19 pm
Profile ICQ WWW
Fresh Fish

Joined: Mon Apr 09, 2012 3:26 pm
Posts: 3
Primary Device: JXD s601
Operating System: Android
ROM: Stock
Post Re: FPSE don't startup on JXD S601 - Android log file includ
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


Fri Apr 13, 2012 5:06 pm
Profile
Fresh Fish

Joined: Mon Apr 09, 2012 3:26 pm
Posts: 3
Primary Device: JXD s601
Operating System: Android
ROM: Stock
Post Re: FPSE don't startup on JXD S601 - Android log file includ
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:

Quote:
ro.kenel.android.checkjni=1


And change for
Code:
ro.kenel.android.checkjni=0


Reboot the device and FPSe run fine !!!


Fri Apr 13, 2012 6:36 pm
Profile
Site Admin
User avatar

Joined: Tue Jan 13, 2009 8:52 am
Posts: 1731
Location: PARIS
Primary Device: HTC HD2
Operating System: WM 6.5.1 21869
ROM: 1.66
Post Re: FPSE don't startup on JXD S601 - log file included (SOLV
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.


Mon Apr 16, 2012 8:48 am
Profile ICQ WWW
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.