Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
deano309
Old
(Last edited by deano309; 30th January 2011 at 11:50 AM.)
#1  
deano309's Avatar
Senior Member - OP
Thanks Meter 242
Posts: 356
Join Date: Nov 2006
Location: Bridgwater, Somerset
Default X10i Mini / Pro- JIT Enable/Disable via XRecovery

I have created a JIT ENABLER and DISABLER to be used with XRecovery (I find it easier than using adb - or i'm just lazy LOL)

This is for the X10i Mini and X10i Mini Pro

EDIT: Thanks to other members for supplying their build.prop - the following have now been tested and are now supported:
E10a / X10i Mini 2.0.A.0.24 & 2.0.A.0.504
E10i / X10i Mini 2.0.A.0.24 & 2.0.A.0.504
U20a / X10i Mini Pro 2.0.A.0.24 & 2.0.A.0.504
U20i / X10i Mini Pro 2.0.A.0.24 & 2.0.A.0.504

Each file contains both the Enabler and the Disabler for each of the models / firmwares.

To install:
You will need to extract the 2 files from the .rar archive and then rename the one you want to "update.zip" (Without the quotes) and copy to your SD Card. Then reboot yor phone and start xRecovery... choose "Install update.zip".

Please make sure that you select the right one from the attachments below!

Once JIT is installed, if you go to "Settings" --> "About Phone" your firmware version will show as: "2.1-update1 - JIT v1 Enabled"

When You disable it, it will revert back to normal: "2.1-update1".

After a factory reset, Quadrant Advanced v1.1.1 reported a score of: 529.
Once I installed this, it reported a score of: 596 (~12% Increase).

I made this so I could know exactly what version I had on my device!

This is based on the thread [TUT] - Enabling JIT on the Mini so big thanks to Manny-

Hope this may help someone out.

BTW: This is v1 !!!
Devices:
HTC Sensation -HardDroid2 ICS (Beta) - Kernel: SebastianFM - Radio: 11.69.3504.00U_11.22.3504.07_M - Recovery: 4EXT Rec Touch
HTC HD2 (TMOUS) - NAND - HardDroid2 - HSPL 2.08 - Radio 2.15.50.14 - MAGLDR - CWM 5.0.2.6
Dell Streak - StreakDroid 1.9.0 - Rooted - ClockworkMod Recovery v2.5.0.1
RIP: Sony Ericsson Xperia X10i Mini (Android 2.1)


Click HERE for all the answers!
The Following 24 Users Say Thank You to deano309 For This Useful Post: [ Click to Expand ]
 
sachith024
Old
#2  
Member
Thanks Meter 20
Posts: 68
Join Date: Nov 2010
Location: Bangalore
Thumbs up Working on 2.0.2.A.0.24 firmware

Thanks a lot mate. Its working on 2.0.2.A.0.24 firmware. All you need to do is replace the build.prop file in both the .zip files u attached.
 
deano309
Old
#3  
deano309's Avatar
Senior Member - OP
Thanks Meter 242
Posts: 356
Join Date: Nov 2006
Location: Bridgwater, Somerset
Quote:
Originally Posted by sachith024 View Post
Thanks a lot mate. Its working on 2.0.2.A.0.24 firmware. All you need to do is replace the build.prop file in both the .zip files u attached.
Some lines also need to be edited in the original build.prop else it won't work correctly!

To check this, use adb:
adb shell
su
dalvikvm -k

The LAST line that it outputs should be something like:

Configured with: debugger profiler jit showexception=1

If you send me a copy of your build.prop I will edit it for you
Devices:
HTC Sensation -HardDroid2 ICS (Beta) - Kernel: SebastianFM - Radio: 11.69.3504.00U_11.22.3504.07_M - Recovery: 4EXT Rec Touch
HTC HD2 (TMOUS) - NAND - HardDroid2 - HSPL 2.08 - Radio 2.15.50.14 - MAGLDR - CWM 5.0.2.6
Dell Streak - StreakDroid 1.9.0 - Rooted - ClockworkMod Recovery v2.5.0.1
RIP: Sony Ericsson Xperia X10i Mini (Android 2.1)


Click HERE for all the answers!
The Following User Says Thank You to deano309 For This Useful Post: [ Click to Expand ]
 
sachith024
Old
#4  
Member
Thanks Meter 20
Posts: 68
Join Date: Nov 2010
Location: Bangalore
yeah bro did the dalvikvm -k and i'm getting Configured with: debugger profiler jit showexception=1. getting 587.

but with the new fw 2.0.2.A.0.24 i'm seeing a strange prob wit JIT enabled(Battery drops from 99 to 75 rapidly and stays stable from 75 onwards.)

Dunno if its jus me or anything to do with the build.prop mod.Will send you the mod and stock build.prop, gimme sometime.

As of now JIT is disabled due to battery drain. Now its working fine.

P.S:- I have app2sd and dc2sd enabled.
 
deano309
Old
#5  
deano309's Avatar
Senior Member - OP
Thanks Meter 242
Posts: 356
Join Date: Nov 2006
Location: Bridgwater, Somerset
Quote:
Originally Posted by sachith024 View Post
yeah bro did the dalvikvm -k and i'm getting Configured with: debugger profiler jit showexception=1. getting 587.

but with the new fw 2.0.2.A.0.24 i'm seeing a strange prob wit JIT enabled(Battery drops from 99 to 75 rapidly and stays stable from 75 onwards.)

Dunno if its jus me or anything to do with the build.prop mod.Will send you the mod and stock build.prop, gimme sometime.

As of now JIT is disabled due to battery drain. Now its working fine.

P.S:- I have app2sd and dc2sd enabled.
Yes, you are using jit and at some point you must of replaced the lib files else there would be no or little difference in performance?!?!

The replacement files shouldn't cause a power drain but if you are constantly accessing your SD card (App2SD, DC2SD etc) then that would, but no too much to be really noticable I think! (Strange that it only shows it when JIT is enabled?!).

The build.prop only changes a few things, none of which are directly related to battery consuption!

Send me your files and I will see what I can do
Devices:
HTC Sensation -HardDroid2 ICS (Beta) - Kernel: SebastianFM - Radio: 11.69.3504.00U_11.22.3504.07_M - Recovery: 4EXT Rec Touch
HTC HD2 (TMOUS) - NAND - HardDroid2 - HSPL 2.08 - Radio 2.15.50.14 - MAGLDR - CWM 5.0.2.6
Dell Streak - StreakDroid 1.9.0 - Rooted - ClockworkMod Recovery v2.5.0.1
RIP: Sony Ericsson Xperia X10i Mini (Android 2.1)


Click HERE for all the answers!
The Following User Says Thank You to deano309 For This Useful Post: [ Click to Expand ]
 
donetus
Old
#6  
donetus's Avatar
Senior Member
Thanks Meter 34
Posts: 343
Join Date: Dec 2010
Location: n3k0-ville
works great!
SE X10 Mini Pro (GingerDX) -> Samsung Galaxy S II (Stock ROM - XILA2) -> Samsung Galaxy Note II GT-N7105 (Stock ROM/Root)
 
deano309
Old
#7  
deano309's Avatar
Senior Member - OP
Thanks Meter 242
Posts: 356
Join Date: Nov 2006
Location: Bridgwater, Somerset
Quote:
Originally Posted by donetus View Post
works great!
No problem! I have now added the U20i 2.0.2.A.0.24 files to the post!

Thanks!
Devices:
HTC Sensation -HardDroid2 ICS (Beta) - Kernel: SebastianFM - Radio: 11.69.3504.00U_11.22.3504.07_M - Recovery: 4EXT Rec Touch
HTC HD2 (TMOUS) - NAND - HardDroid2 - HSPL 2.08 - Radio 2.15.50.14 - MAGLDR - CWM 5.0.2.6
Dell Streak - StreakDroid 1.9.0 - Rooted - ClockworkMod Recovery v2.5.0.1
RIP: Sony Ericsson Xperia X10i Mini (Android 2.1)


Click HERE for all the answers!
The Following 2 Users Say Thank You to deano309 For This Useful Post: [ Click to Expand ]
 
gld1987
Old
(Last edited by gld1987; 7th January 2011 at 10:20 AM.)
#8  
Junior Member
Thanks Meter 0
Posts: 3
Join Date: Oct 2010
Location: Keramay
i test Install update.zip on 024FW(E10),it's work!
but it display:2.0.A.0.504......
 
sachith024
Old
#9  
Member
Thanks Meter 20
Posts: 68
Join Date: Nov 2010
Location: Bangalore
Quote:
Originally Posted by deano309 View Post
Yes, you are using jit and at some point you must of replaced the lib files else there would be no or little difference in performance?!?!

The replacement files shouldn't cause a power drain but if you are constantly accessing your SD card (App2SD, DC2SD etc) then that would, but no too much to be really noticable I think! (Strange that it only shows it when JIT is enabled?!).

The build.prop only changes a few things, none of which are directly related to battery consuption!

Send me your files and I will see what I can do
i have attached the stock build.prop.
for 2.0.2.A.0.24 firmware
Attached Files
File Type: zip build.zip - [Click for QR Code] (1.6 KB, 84 views)
 
deano309
Old
#10  
deano309's Avatar
Senior Member - OP
Thanks Meter 242
Posts: 356
Join Date: Nov 2006
Location: Bridgwater, Somerset
Quote:
Originally Posted by sachith024 View Post
i have attached the stock build.prop.
for 2.0.2.A.0.24 firmware
It all seems fine, the battery level problem seems to be that it needs to be charged a couple of times so it can calibrate to your device. (Until then, false readings will appear)
So it isn't anything to be worried about

There is a secret menu which will give you more info about the battery but i'm off out now but I will have a look for it tomorrow.
Devices:
HTC Sensation -HardDroid2 ICS (Beta) - Kernel: SebastianFM - Radio: 11.69.3504.00U_11.22.3504.07_M - Recovery: 4EXT Rec Touch
HTC HD2 (TMOUS) - NAND - HardDroid2 - HSPL 2.08 - Radio 2.15.50.14 - MAGLDR - CWM 5.0.2.6
Dell Streak - StreakDroid 1.9.0 - Rooted - ClockworkMod Recovery v2.5.0.1
RIP: Sony Ericsson Xperia X10i Mini (Android 2.1)


Click HERE for all the answers!

The Following User Says Thank You to deano309 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...