View Single Post
  #3442 (permalink)  
Old 02-11-2011, 06:48 PM
arrrghhh's Avatar
arrrghhh
Testing Extraordinaire
Offline
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [01/23] FRX04 Reference!

Quote:
Originally Posted by docnas View Post
lets see i was lazy and used ndno's frxo4 zip and if im not mistaken jit is disabled what was the line to check for in the build.prop again?

dalvik.vm.execution-mode=int:fast means JIT is not enabled right?

link to the post where i got it from

http://forum.ppcgeeks.com/tp2-androi...ml#post2045705
Let's make damn sure.

Do you have adb?
Code:
adb shell
then
Code:
logcat |grep -i jit
- let that run for a couple of minutes, you should literally see nothing if JIT is disabled. Open a few apps, swipe around on the screen just to be sure. If JIT is enabled, you'll see lines about JIT tables being resized etc.

FYI, that is the line in the build.prop - but if that is commented out, or if you're mounting another build.prop... The adb method is a sure-fire way to ensure whether or not JIT is disabled.