Quote:
Originally Posted by docnas
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?
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.