Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
imapjonny
Old
(Last edited by imapjonny; 22nd November 2010 at 07:30 PM.)
#1  
Member - OP
Thanks Meter 4
Posts: 59
Join Date: Nov 2010
Question [Q] Enable JIT help me

hi can some one tell me how to Enable JIT on my Optimus One.
I need a very simple guid.
Thy.
 
kite86
Old
#2  
kite86's Avatar
Senior Member
Thanks Meter 5
Posts: 111
Join Date: Aug 2010
Location: Milano Beach
Quote:
Originally Posted by imapjonny View Post
hi can some one tell me how to Enable JIT on my Optimus One.
I need a very simple guid.
Thy.
Root your phone

Install custom recovery

Download flashable zip that enables JIT

flash it
 
domenic_s
Old
(Last edited by domenic_s; 21st November 2010 at 08:43 PM.)
#3  
Member
Thanks Meter 13
Posts: 86
Join Date: Nov 2010
Quote:
Originally Posted by kite86 View Post
Root your phone

Install custom recovery

Download flashable zip that enables JIT

flash it
I'm pretty sure that he wants a easy and detailed guide.

Domenic.
 
lokhor
Old
#4  
Senior Member
Thanks Meter 50
Posts: 679
Join Date: Aug 2010
Location: Lower Hutt

 
DONATE TO ME
1. Does Z4Root work on this work?
2. What is a good custom recovery to use? does cwm work?
 
ocyrion
Old
#5  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: Nov 2010
Quote:
Originally Posted by imapjonny View Post
hi can some one tell me how to Enable JIT on my Optimus One.
I need a very simple guid.
Thy.
Once you've got the custom recovery on it's easy. Copy the jit enabling zip file to the root of your sdcard, reboot into recovery and choose flash zip from the recovery menu.
 
imapjonny
Old
#6  
Member - OP
Thanks Meter 4
Posts: 59
Join Date: Nov 2010
yes z4root is working!
I need a giud how to install custom recovery to
 
cordezz
Old
#7  
Member
Thanks Meter 14
Posts: 96
Join Date: Aug 2010
Quote:
Originally Posted by imapjonny View Post
I need a giud how to install custom recovery to
http://androidforums.com/getitnowmar...ml#post1896517
Quote:
To use copy flash_image and recovery-RA-GNM-thunderg-1.1.0.img to the root of your sdcard.

To flash: via adb shell or terminal type this from root # shell

Code:

# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system

# cat /sdcard/flash_image > /system/bin/flash_image

# chmod 755 /system/bin/flash_image

# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak

# mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system

# flash_image recovery /sdcard/recovery-RA-GNM-thunderg-1.1.0.img

# reboot recovery

Key combo to boot custom recovery from powered off is vol_down + home + power and release keys at LG splash.
 
imapjonny
Old
#8  
Member - OP
Thanks Meter 4
Posts: 59
Join Date: Nov 2010
I m realy new in this scene
what is adb shell and where can i get it ?
 
The_ERROR
Old
#9  
The_ERROR's Avatar
Senior Member
Thanks Meter 330
Posts: 567
Join Date: Nov 2010
Location: Ostrava (mostly)
Quote:
Originally Posted by imapjonny View Post
I m realy new in this scene
what is adb shell and where can i get it ?
You can download Android SDK - this shell is part of this development tool
 
knzo
Old
#10  
Senior Member
Thanks Meter 3805
Posts: 1,979
Join Date: Nov 2010
Quote:
Originally Posted by imapjonny View Post
I m realy new in this scene
what is adb shell and where can i get it ?
Or root and get terminal app.

Either way, I tweaked mine for a vm.heapsize of 48mb.
JIT sure is handy but what about GPU accel?

 
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...

XDA PORTAL POSTS

Guide Your Sheep to Safety with Finger Shepherd

Just a coupe of days ago, we brought you news about a game calledAgent Sheep. In that … more

Nandroid Manager Receives Major Update

Do you find yourself obsessively jumping from ROM to ROM? And do you hate having to restore a full … more

Careers in Android: Recruiter Reveals How Resumes are Chosen – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more