[GUIDE] ROOT | xRecovery | TIPS&TWEAKS to install custom Rom`s - XPERIA X10 Q&A, Help & Troubleshooting

IMPORTANT NOTE: Because people do not have respect for the work of other people or to the point of thanking all the links to the alternatives are "down" until further notice. Over 200 downloads and not a thank you?!
Thanks.
After receiving several PM `s trying to get my help in the installation of Froyo ROM` s i decided to create this little "How to" for the avoidance of doubt.
This is a guide based on the Windows XP System.
This guide is ONLY for Xperia X10.
This guide was based on information gathered and based on my own experience and presents, in my opinion, the best way to get what you want. Whenever possible I will present alternatives.
This guide has a starting point of the original ROM SE (no root) if you already have root access please go to step 2.
---------------------------------------
---------------------------------------
What you`ll need before proceeding:
- Download SDK from google (need help for this? go HERE)
- Make sure you`ve just one partition on your sdcard and on FAT32. More info HERE
- Before each and every step make sure you have USB Debugging checked (settings>applications>Development)
---------------------------------------
---------------------------------------
I WILL NOT BE RESPONSIBLE IF ANYTHING GOES WRONG​
1. Getting Root Access
1st mode
- Download file rootme.tar.bz2 HERE and follow the instructions or use as an alternative SuperOneClickv1.5.5-ShortFuse;
- Reboot.
2nd mode
You can alternatively use THIS pre-rooted and with xRecovery allready instaled rom. Saying this, if you choose to install this rom can proceed to step 3
Use THIS tool if you have any trouble with Bin4ry one.
Bin4ry realease a new tool you can try it HERE.
2. Installing xRecovery
1st mode
- Download xRecovery HERE and do the installation by following the instructions.
2nd mode
For the case of having problems installing the xRecovery do the following:
- Download THIS version of xRecovery;
- unzip it and copy the content (3 files) to the root of your sdcard;
- Open cmd prompt (start>run and type cmd) - From now on i will call this adb shell. I also recomend that you create a shortcut to this on your desktop, since you will use this many times;
- Now go to tools folder where you install your SDK. In my case (C:\Program Files\Android\android-sdk-windows\tools>);
Now type:
HTML:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/busybox of=/system/bin/busybox
dd if=/sdcard/chargemon of=/system/bin/chargemon
dd if=/sdcard/xrecovery.tar of=/system/bin/xrecovery.tar
reboot
Check your screen and give permition
- Reboot
- Press several times after "sonyericsson" appear on back button to confirm if xRecovery it`s installed. If it`s corrected installed you wil see your screen as the images bellow.
Although this guide is described for the installation of zhizu rom`s the process is exactly identical to the TripNRaVeRs and jerpelea rom`s
3. Installing Rom`s
This guide is for every rom that supports xRecovery process. I will not answer questions from other method.
- Choose the rom you want.
ZHIZU / TripNRaVers v2.1 / TripNRaVers vMIUI / jerpelea
3.1.
zhizu rom:
- Download-FreeX10 beta1.zip;
- Download gapps_latest_FreeX10.zip;
- Download FreeX10-beta1-hotfix4a.zip (at this point this is the last version, if a newer version exist please download that one. The process is identical);
- Create a folder at the root of the sdcard named ROMS;
- Create a folder inside ROMS called zhizu, TripNRaVers or jerpelea (dependind witch rom you`ll use);
- Copy the downloaded files to that folder;
- Reboot;
- Enter on xRecovery and:
3.1.1.
- Install custom zip;
- Choose custom zip from sdcard;
- ROMS (folder you created earlier);
- zhizu;
- Run the FreeX10-beta1.zip;
- Run the FreeX10-beta1-hotfix4a.zip;
- Reboot;
---------------------------------------
---------------------------------------
NOTES:
After that, probably you won`t have network and screen is crazy... do this:
Open adb shel again and type:
HTML:
adb shell
killall servicemanager
Your phone will reboot.
HAVE REAL ISSUES REGARDING "killall: not found"? type this instead (thks to NeoInc):
HTML:
adb shell
busybox killall servicemanager
If you`ve installed the TripNRaVers rom and if you have issues with wireless run this command on adb shell (thks to rodak ):
HTML:
adb shell
setprop net.dns1 192.168.1.1
If you having problems with su permission type (thks to AzureNightwalker ):
HTML:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
chmod 4755 /system/bin/su
---------------------------------------
---------------------------------------
(back on topic)
- After reboot enter on xRecovery again and go where you put your files again but this time you will run the gapps_latest_FreeX10.zip
- DONNE
If after instaling gapps_latest_FreeX10.zip you still don`t have google apps, please install THIS and then gapps_latest_FreeX10.zip
4.
If you want to install new market, please do this:
- Enter AT LEAST once in the old one;
- Copy THIS to the folder you`ve created earlier and run it from xRecovery.
---------------------------------------
---------------------------------------
CREDITS:
None of this would have been possible without the incredible work of our devs.
All the credit should be directed to them. Not for me. Just tried with this guide to help young (or not) to get phones rooted, install xRecovery and for installation of these incredible ROM `s.
Thanks to (in alphabetical order): (sorry if i forgot someone)
Bin4ry;
CLShortFuse;
jerpelea;
MarylandCookie;
rodak
th4r;
TripNRaVeRs;
XperiaX10iUser;
ZHIZU;
and all XDA users

|tips & tweaks|
some commands that you may require at some point
Copy to/from sdcard
HTML:
adb push /mnt/sdcard/<filename> - to copy the file to SD
adb pull /mnt/sdcard/<filename> - to copy the file from SD
Fix Facebook Sync (at the present TripNRaVeRs Rom may need it)
Please make back up first
Install to your Android using push command
HTML:
adb push ContactsProvider.apk /system/app/ContactsProvider.apk
adb reboot
Download ContactsProvider from HERE (thks XperiaX10iUser )
This will fix the Facebook sync, you might need to remove and add the Facebook account again.
If you loose root access for some reason, please open ADB shell and issue this command:
HTML:
chmod 4755 /system/bin/su
--------------------------------------------
--------------------------------------------
some tips & tweaks to play with
Let`s play with build.prop shall we?
CAUTION WITH THIS!!! ALL CHANGES MUST BE DONNE AT THE END OF THE DOCUMENT!!!
What will you get with this...
Well. In my opinion and only that, i think this way i can preform a much stable version of 2.2 Froyo released by zhizu.
After all apps installed (more or less 35) i get a very stable and fast rom (more or less 1500 on quadrant) and rarely had a FC.
So...like i said...that`s my 2cents.
1st mode - root explorer
You can make changes directly through RE by going on \system and then:
- Press and hold on build.prop file;
- Check all Permitions on the drop down menu;
- Press and hold on build.prop file (again);
- Choose open in text editor;
- After changes were made save and exit;
- Reboot.
2nd mode - Through Text Editor
To edit this one you must do this on a UNIX system base. You can use THIS to do that.
- Copy your build.prop to your sdcard and then to your pc;
- Open build.prop through NOTEPAD++;
- Now check all permitions for build.prop in \system folder
- After you made the changes proceed in reverse way and check all permitions again;
- Reboot.
This is your build.prop of your phone. Here we can do some tweaks in it.
Look carefully some already exist somo you have to add.
ro.sf.lcd_density=XXX (here you can put any value between 180/240) - This will affect the way you see your screen;
wifi.supplicant_scan_interval=XXX - This is how often your phone search for wi-fi spots and obviously will afect your battery life. Choose whatever you want in seconds. For instance, i have 360. Witch means my phone will search for wi-fi every 360 seconds.
dalvik.vm.heapsize=XXX (here you can put any value between 12/40) - This is how Android lead with apps. Lower value faster phone but big apps will crash. Higher value slower phone on small apps but faster on big ones). I have this to 40.
windowsmgr.max_events_per_sec=XXX (here you can put any value between 30/300) - This affect screen responseness of screen. You may try this if you have any problems with lag. I have this to 200.
mot.proximity.delay=XXX (here you can put any value between 0/300) - This will affect the time your screen goes off when receive a call. I have this to 150.
--------------------------------------------
--------------------------------------------
| Rom`s | Themes |
THIS ONLY WORK AFTER RIGHT INSTALATION OF THE ABOVE ROM´s
What is the joke of having rooted phone if we do not install anything to envy to our friends. Right?!
SEMPITERNAL THEME
XperiaX10iUser
wesvista

Whats wrong with my guide?
http://forum.xda-developers.com/showthread.php?t=908791

rodak said:
Whats wrong with my guide?
http://forum.xda-developers.com/showthread.php?t=908791
Click to expand...
Click to collapse
nothings wrong with it. if you read it goes further. root/xrecovery/rom`s and since so many people has sent me pm`s to explain them...
don`t get offensive

rendeiro2005 said:
nothings wrong with it. if you read it goes further. root/xrecovery/rom`s and since so many people has sent me pm`s to explain them...
don`t get offensive
Click to expand...
Click to collapse
From my guide:
"Feel free to help me improve this guide, just post here and I will update this post with all good tips!"
But hey, let´s have a lot of guides spread all around this forum just to get some credit

Hmm. Sorry. Got a question here.
Step 1 and 1a, is it the same? Or i need to do step 1 and then do step 1a?
And partition on my sdcard is already on Fat32, do I need to reformat it again to Fat32?

wanmeow said:
Hmm. Sorry. Got a question here.
Step 1 and 1a, is it the same? Or i need to do step 1 and then do step 1a?
And partition on my sdcard is already on Fat32, do I need to reformat it again to Fat32?
Click to expand...
Click to collapse
Hi,
1st. Like i said "alternatively". 1 is one way and 1a is another way. The diference between the two is the fisrt one you have to root after install and the second one came pre-rooted.
2nd. Since you`ve sdcard on FAT32 don`t have to do it again. Just be sure there`s ONLY ONE partition.
Hope it helps

Oh. sorry. I miss the "alternatively".
Which one is the best? 1 or 1a?

wanmeow said:
Oh. sorry. I miss the "alternatively".
Which one is the best? 1 or 1a?
Click to expand...
Click to collapse
depends on what you want. root or not rooted.
for the installation of above Rom `s you need to have root access.

Oh, ok. Thank you. I go download the files and try it first.

wanmeow said:
Oh, ok. Thank you. I go download the files and try it first.
Click to expand...
Click to collapse
you`re wellcome
tell me how it goes

nice guide.
tnx

Tehouster said:
nice guide.
tnx
Click to expand...
Click to collapse
wellcome
no need to thk me just click thks

Im stuck at SE white logo. If im not pressing back button, it will boot normally. Im thinking like giving up. >.<

wanmeow said:
Im stuck at SE white logo. If im not pressing back button, it will boot normally. Im thinking like giving up. >.<
Click to expand...
Click to collapse
Wicth process you follow?
From stock ir zhizu rom?
If you start from stock witch process you usr to install xrecovery?
As you know i've two possibilities on eatch one if you dont tell all things youve donne i cant help you
sent from my ****up X10 running amazing zhizu rom

Related

Adding ROM to Flashed Cricket Eris 2.1

HI all I have my Eris flashed to Cricket or Metro PCS, and I want to put a new rom on it. The guy who flashed it put a 2.1 update on it for me and told me he couldn't add the rom I gave him on my phone because it was flashed. So my question is am I stuck with the version I'm running or can I load different custom roms along with it being flashed??
Thanks
i have mine flashed to cricket. and I have changed to several roms, i of course was able to root the phone. so if yours is rooted then you should be able to switch roms.. i am not expert so if i am wrong please somebody correct me
Okay thanks for the reply, So can you help me out because I don't know where to start as far as adding a new rom. Do I need to re-flash to cricket after adding a new a new rom or will the flash still work and its just replacing certain things?
jcaf77 said:
i have mine flashed to cricket. and I have changed to several roms, i of course was able to root the phone. so if yours is rooted then you should be able to switch roms.. i am not expert so if i am wrong please somebody correct me
Click to expand...
Click to collapse
Okay thanks for the reply, So can you help me out because I don't know where to start as far as adding a new rom. Do I need to re-flash to cricket after adding a new a new rom or will the flash still work and its just replacing certain things? SORRY FOR DOUBLE POST!!!!
Puxxie said:
Okay thanks for the reply, So can you help me out because I don't know where to start as far as adding a new rom. Do I need to re-flash to cricket after adding a new a new rom or will the flash still work and its just replacing certain things?
Click to expand...
Click to collapse
power off your phone, once off, hold the volume down key while you press the power button if you see a recovery menu telling you, reboot, install from sd card, wipe etc.. then all you do is wipe the data and then install the rom...
but the main thing is to know that you have root access and recovery image
It will not erase what was written with QPST but the proxy will have to be setup again. I use many roms and just run the same setup for getting the proxy on there working.
jcaf77 said:
power off your phone, once off, hold the volume down key while you press the power button if you see a recovery menu telling you, reboot, install from sd card, wipe etc.. then all you do is wipe the data and then install the rom...
but the main thing is to know that you have root access and recovery image
Click to expand...
Click to collapse
Okay I know that much, how do I now if I have root access and recovery image?
jcaff77's advice is missing a whole lot.
YES, Before you flash ANY ROM, boot into Recovery (power off your phone, then power it on with Volume Up + Power) then go to Backup/Restore, then do a nand backup.
THIS way, you can ALWAYS go back to the flash that you're on. The guy that gave you that flash has NO idea what he's doing, and shouldn't be charging people money to flash things. Tell him he's basically a hack and a con artist because the information to do this is FREE and ALL around the internet. Tell him you're never going to ask for his help again, because he didn't really help you, he just took your money.
Anyway,
I posted a full tutorial that token419 from HowardForums put together to do this to ANY ROM. Your phone will stay on Cricket in general through flashing ROMs, but to make ANY ROM work FULLY on Cricket, follow this:
(from http://androidforums.com/all-things...ully-cricket-root-reqd.html?highlight=cricket )
Requirements:
Rooted Rom
Autostart (Root) from android market (free)
u2nl.zip from white rabbits site whiterabbit.org (hit Android stuff at the bottom, then get the pre-compiled Droid binary - Eris is included in that file)
Following Brandon's Guide and replace the internet portion with the steps listed below
Step 2. Setting up
What you need: u2nl.zip from white rabbits site whiterabbit.org
install Autostart (Root) from android market
Unzip the u2nl.zip to your androidsdk/tools folder so that u2nl and autostart.sh are in your androidsdk/tools folder. (use the autostart.sh that's in the Eris folder, not the one in the Droid folder!)
adb shell su
(look on phone to push 'Allow' or 'Always Allow' if it pops up - if not, then move to the next line)
mount -o rw,remount /dev/block/mtdblock3 /system
cd /data/
mkdir opt
chmod 0777 /data/opt/
chmod 0777 /system/bin/
exit
adb remount
adb push autostart.sh /data/opt/autostart.sh
adb push u2nl /system/bin/u2nl
adb shell
chmod 0777 /data/opt/autostart.sh
chmod 0777 /system/bin/u2nl
reboot
click always allow on the prompt to allow the Autostart app to run at system startup
Reply or PM me if you need help with it especially. Go ahead and flash a ROM with it. If you can't get all of this done, your phone will STILL WORK, just not all the apps, Browser Only. For a temporary Browser Only fix, just download AnyCut from the Market on your current phone flash, use AndroZip or ES File Explorer or IO File Manager or ANY program that can 'back up' apps, to back it up, then flash the NEW ROM you want, and Market won't work (until you do the instructions above). Again, to get Web to work, make a shortcut with AnyCut > Activity > Proxy, and click the Proxy shortcut you made. Set Proxy to wap.mycricket.com port 8080.
Like I said, I'll follow this thread, so just reply if you get stuck on any of those steps.
@pkopalek thanks..yeah I had a feeling he didn't know what he was doing and he was just trying to get paid. Well I'm going to try what you posted for me now and will be back to post mt status or PM and THANK YOU for you help I appreciate it.
Puxxie said:
@pkopalek thanks..yeah I had a feeling he didn't know what he was doing and he was just trying to get paid. Well I'm going to try what you posted for me now and will be back to post mt status or PM and THANK YOU for you help I appreciate it.
Click to expand...
Click to collapse
Yeah, just write back, I'll see it for sure. I did this to my girlfriend's phone, and many others, for free.
Enjoy.
this is funny
You'll also want to make sure you extract your telephony.db from /data/data/com.android.providers.telephony/databases/ to maintain MMS functionality with a new ROM, since the ROMs you'll use will probably be built for Sprint or Verizon.
You'll need RootExplorer on your phone to go to the above directory -> copy -> paste to your sdcard. Restore it to the same directory once you're new ROM is installed OR download and setup AndroidSDK (google it) and use adb to pull the file;
Code:
adb remount
adb pull /data/data/com.android.providers.telephony/databases/telephony.db
The file will end up in your /tools/ directory of the AndroidSDK.
Once you're new ROM is installed, you can use the SDK to push it back as well;
Code:
adb remount
adb push telephony.db /data/data/com.android.providers.telephony/databases/
adb reboot
That should restore MMS to your phone once you have the new ROM installed
-mak
.mak said:
You'll also want to make sure you extract your telephony.db from /data/data/com.android.providers.telephony/databases/ to maintain MMS functionality with a new ROM, since the ROMs you'll use will probably be built for Sprint or Verizon.
You'll need RootExplorer on your phone to go to the above directory -> copy -> paste to your sdcard. Restore it to the same directory once you're new ROM is installed OR download and setup AndroidSDK (google it) and use adb to pull the file;
Code:
adb remount
adb pull /data/data/com.android.providers.telephony/databases/telephony.db
The file will end up in your /tools/ directory of the AndroidSDK.
Once you're new ROM is installed, you can use the SDK to push it back as well;
Code:
adb remount
adb push telephony.db /data/data/com.android.providers.telephony/databases/
adb reboot
That should restore MMS to your phone once you have the new ROM installed
-mak
Click to expand...
Click to collapse
Actually, APN Backup & Restore already does this job.
If you use mak's way, you won't be needing APN Backup & Restore.
Both methods will work perfectly well.
pkopalek said:
Actually, APN Backup & Restore already does this job.
If you use mak's way, you won't be needing APN Backup & Restore.
Both methods will work perfectly well.
Click to expand...
Click to collapse
Was APN Backup suggested previously? I didn't notice if it had been, sorry.
I also can't speak to the validity of a program I've never used, but I suppose it would be much easier for the OP to use that than adb.
-mak
you can follow the guide here
http://forum.xda-developers.com/showthread.php?t=675652
Use the zip to flash from recovery that i created, there are 2 zips, one for just internet, and one for internet + MMS, some say the internet + MMS doesnt work, which is why i provided just an internet one as well.
As always make a nandroid backup first and have fun.
Since your phone is already flashed, disregard all the QPST stuff and simply look at the setting up web/mms portion of the guide.
The zip for MMS + Web works great for me, but your mileage may vary
Good luck and have fun
token419 said:
you can follow the guide here
http://forum.xda-developers.com/showthread.php?t=675652
Use the zip to flash from recovery that i created, there are 2 zips, one for just internet, and one for internet + MMS, some say the internet + MMS doesnt work, which is why i provided just an internet one as well.
As always make a nandroid backup first and have fun.
Since your phone is already flashed, disregard all the QPST stuff and simply look at the setting up web/mms portion of the guide.
The zip for MMS + Web works great for me, but your mileage may vary
Good luck and have fun
Click to expand...
Click to collapse
The MMS flashes the APNs, but the APN has to be specific for your phone number on your device (in my experience), so I wouldn't expect MMS to work for anyone but you, Token!
I'd stick with editing the APNs to get MMS working, but thanks for the internet patch!
THanks for all the info guys but I'm stuck on how to add a new recovery image using either the EMA it keeps saying it can't find my device state?

[TUT]Root + Xrecovery + JIT for X10 Mini Pro with firmware v2.1.1.A.0.6 !

Hey guys,
The good news i wanna notice for everybody here is my X10 Mini Pro with lastest firmware 2.1.1.A.0.6 can Root + xRecovery + JIT and use Link2SD okay without any errors !
I will tutorial you to do that. Now lets begin !
Root : Automate Installation
1. Download attached file "SuperOneClick".
2. Enable "USB Debug".
3. Connect phone to "PC" and select "Charge Phone".
4. Open "SuperOneClick" and select "Root".
5. Wait!
6. When it is done, reboot.
xRecovery : Manual Installation
- Phone must be rooted
- Download and install Titanium Backup. Run it and press Problems to install busybox or you can install standalone busybox in market !
- Download attached file and unpack the recovery package in to sdcard
- Use Root Explorer to remount /system rw
- Copy the content of the package (3 files) into /system/bin folder
- Chmod 777 for 3 files copied !
How to use xRecovery :
- Reboot your phone !
- Press BACK button few times right after white SE logo appears.
- Use VOLUME-UP and VOLUME-DOWN to browse, HOME to select, BACK to go back.
JIT : Here is manual installation. Automatic Installer here : http://forum.xda-developers.com/showthread.php?t=951274
I'm strongly recommend to backup with xRecovery before install JIT !
- Download attached file !
- Go to market place and find app "Terminal Emulator" download and install it.
- Extract and copy to sdcard
- Use root explorer to remount /system rw
- Copy dalvikvm,dexopt,logcat in sdcard to /system/bin/
- CHMOD 755 for 3 files copied!
- Copy libdvm.so,libnativehelper.so,libcutils.so,libdl.so,liblog.so,libm.so,libz.so in sdcard to /system/lib/
- CHMOD 644 for 7 files copied!
- Copy build.prop in sdcard to /system/ (You can use your build.prob file. Please see Warning section below)
- Chmod 666 for build.prop !
- Go to /data/dalvik-cache/ and remove all file in it or use command rm -r /data/dalvik-cache/* or we can use xRecovery and choose Advanced Options > Wipe dalvik cached
- Reboot your phone and enjoy !
- To check it work or not run Terminal Emulator and type dalvikvm -k if you see "Configured with: debugger profiler jit show_exception=1. It's mean JIT has been working !
Warning : if your phone cannot reboot again please use xRecovery to restore backup file (if not backup yet you can use SEUS to reflash your device) and JIT again with your build.prop file.
Follow these instructions:
- At the step copy build.prob above please use your build.prob instead my file provided and edit your file :
- Edit /system/build.prob with Root Explorer
+Find :
DEVICE_PROVISIONED=1
Click to expand...
Click to collapse
and replace with
#DEVICE_PROVISIONED=1
Click to expand...
Click to collapse
+Find :
dalvik.vm.heapsize=24m
Click to expand...
Click to collapse
and replace with
dalvik.vm.heapsize=30m
Click to expand...
Click to collapse
+Find :
kernel.log=default
Click to expand...
Click to collapse
and replace with
#kernel.log=default
Click to expand...
Click to collapse
+Find
debug.sf.hw=1
Click to expand...
Click to collapse
if don't have add one
+Add
dalvik.vm.execution-mode=int:jit
Click to expand...
Click to collapse
at the end of file !
- Save file and do continue others step to complete JIT.
Thanks to zdzihu for xRecovery, shivenjuneja for SuperOneClick modified version and all member in XDA for JIT installation method !
Now important action ^_^. Please thanks me if you want cheer !!
Can anyone confirm that the jit part is working?
i just instaled every thing x recovery works but when i installed jit the phone frezes at se logo and will not boot. Waited 15 mins and nothing good thing i did a back up
Sweet,another repair added to my records :/
Miniwolfi said:
i just instaled every thing x recovery works but when i installed jit the phone frezes at se logo and will not boot. Waited 15 mins and nothing good thing i did a back up
Click to expand...
Click to collapse
Do you wipe all dalvik caches ?? and the first boot after install it's take about 5 minutes to rebuild all cache files. After that it's working perfectly. Try to reboot few times and plug off your battery first !
no need to use the modified superoneclick.
the original version 1.6.5 just fine in this firmware
http://forum.xda-developers.com/showthread.php?t=803682
juan77_sonic said:
no need to use the modified superoneclick.
the original version 1.6.5 just fine in this firmware
http://forum.xda-developers.com/showthread.php?t=803682
Click to expand...
Click to collapse
Dude i used this version 1.6.5 but it cannot root for newest firmware for me ! It's notice me that device rooted but it's not you can check device root or not with Root checker in the market , it's also check busybox install !
i tried the method exactly like u write
stuck at SE white logo and it's rebooting again n again (10 minutes)
ntonzrockz said:
i tried the method exactly like u write
stuck at SE white logo and it's rebooting again n again (10 minutes)
Click to expand...
Click to collapse
I have been wrote new warning section for who have problems same you. Please read and do again to fix it. I hope you can because i can
quangnhut123 said:
I have been wrote new warning section for who have problems same you. Please read and do again to fix it. I hope you can because i can
Click to expand...
Click to collapse
okay i'll try it, maybe tomorrow...
it's late night now
thanks anyway
I was updated my TUT for more details !
For those needing JIT in the version 2.1.1.A.0.6.
donetus has updated deano309 xrecovery based installer. All you need to do is copy the files to the SD card and update using xrecovery.
http://forum.xda-developers.com/showthread.php?p=11289748#post11289748
Works well.
safrajs said:
For those needing JIT in the version 2.1.1.A.0.6.
donetus has updated deano309 xrecovery based installer. All you need to do is copy the files to the SD card and update using xrecovery.
http://forum.xda-developers.com/showthread.php?p=11289748#post11289748
Works well.
Click to expand...
Click to collapse
Thanks this i nice TUT but not automate system to install i will write script to do that but now i'm not because i'm have not free time dude
warkxia said:
xRecovery compatible with :
X10 MINI / 2.1.1.A.0.6
Click to expand...
Click to collapse
Please test more as Root and JIT. Thanks for reading my topic !
warkxia said:
xRecovery install but not boot ><
Click to expand...
Click to collapse
Why not boot dude ? Try my AIO installer script : http://forum.xda-developers.com/showthread.php?t=951274 to install xrecovery because xrecovery working 100% on lastest firmware ! i tested so many times
Re: OP
quangnhut123 said:
+Find
Code:
[COLOR="red"]debug.sf.hw=1[/COLOR]
if don't have add one
+Add
Code:
dalvik.vm.execution-mode=int:jit
at the end of file !
- Save file and do continue others step to complete JIT.
Click to expand...
Click to collapse
Hey bro, nice TUT for jit...just wondering, the part in red, what do i replace that with? Or do i just comment it out? Sorry prob a stupid question, im just really sick of having to reflash so just making sure its all good before i flash to my phone.
Cheers,
Jeremy.
jeremyward420 said:
Hey bro, nice TUT for jit...just wondering, the part in red, what do i replace that with? Or do i just comment it out? Sorry prob a stupid question, im just really sick of having to reflash so just making sure its all good before i flash to my phone.
Cheers,
Jeremy.
Click to expand...
Click to collapse
you just need find it if it's exist do nothing . And if not exist please add it after kernel.log=default
PS : As i recommend please backup your phone with xRecovery !
quangnhut123 said:
you just need find it if it's exist do nothing . And if not exist please add it after kernel.log=default
PS : As i recommend please backup your phone with xRecovery !
Click to expand...
Click to collapse
Cheers bro, i thought so but i just wanted to make sure.
And i dont need to back up coz im making my own custom rom and im just enabling jit within it.
Cheers,
Jeremy.
for people who want xrecovery and wants to charge offline (phone off) as well, you just have to follow this post:
http://forum.xda-developers.com/showpost.php?p=11549855&postcount=5
help with xrecovery
hello guys,
just bought myself x10 mini pro and loving it so far. I have successfully rooted and have busy box and su permissions.
next, I followed the following steps for xrecovery but it does not seem to work for me.
Code:
xRecovery : Manual Installation
- Phone must be rooted
- Download and install Titanium Backup. Run it and press Problems to install busybox or you can install standalone busybox in market !
- Download attached file and unpack the recovery package in to sdcard
- Use Root Explorer to remount /system rw
- Copy the content of the package (3 files) into /system/bin folder
- Chmod 777 for 3 files copied !
How to use xRecovery :
- Reboot your phone !
- Press BACK button few times right after white SE logo appears.
- Use VOLUME-UP and VOLUME-DOWN to browse, HOME to select, BACK to go back.
I have copied the 3 files using root explorer and mounting it rw and the permission set to 777. I have also checked the files/permission using adb shell.
I have then turn the phone off, turn it back on and press back < button on the sony ericsson logo but no matter how many times i press or hold the back button it does not take me into recovery menu.
Edit:
my bad, i did not copy over busybox and chargemon because the files were already there from rooting process.
anyone who has this trouble, make sure you copy all the three files to system/bin folder and set the permissions and it should be good.

Help, Reward Given

Hey there , I'm a new Lg P500 User and I am really Unclear how to flash a custom recovery mod / megatron v1 / screen lag touch fix by milk_os
About Phone
Model: LG-P500
Android Version: 2.2.2
Kernel Version: 2.6.32.9
Software Version:V10F
Rooted with Superuser using GingerBreak .
The original thread: http://forum.xda-developers.com/showthread.php?t=1044765
Also Installed with busybox from the market.
So if anyone can show me a step by step guide to how to install custom recovery mod , megatron v1 and touch screen lag fixer by milk_os. I will reward
you with $100 Singapore by PayPal.I believe in meritocracy
Links
Custom Recovery Mod:http://androidforums.com/getitnowmarketing/221388-custom-recovery-optimus-one-p500-thunderg.html
Megatron V1: http://forum.xda-developers.com/showthread.php?t=870640
Touch Screen Bug: http://forum.xda-developers.com/showthread.php?t=929941
Let the hack rage begin!
Thank You.
danialrocker said:
Hey there , I'm a new Lg P500 User and I am really Unclear how to flash a custom recovery mod / megatron v1 / screen lag touch fix by milk_os
About Phone
Model: LG-P500
Android Version: 2.2.2
Kernel Version: 2.6.32.9
Software Version:V10F
Rooted with Superuser using GingerBreak .
The original thread: http://forum.xda-developers.com/showthread.php?t=1044765
Also Installed with busybox from the market.
So if anyone can show me a step by step guide to how to install custom recovery mod , megatron v1 and touch screen lag fixer by milk_os. I will reward
you with $100 Singapore by PayPal.I believe in meritocracy
Links
Custom Recovery Mod:http://androidforums.com/getitnowmarketing/221388-custom-recovery-optimus-one-p500-thunderg.html
Megatron V1: http://forum.xda-developers.com/showthread.php?t=870640
Touch Screen Bug: http://forum.xda-developers.com/showthread.php?t=929941
Let the hack rage begin!
Thank You.
Click to expand...
Click to collapse
lol luckly i live in singapore
first of all, lets start with custom recovery
1. Download the custom recovery file from here and here
2. DO NOT rename them, and put them neatly inside the ROOT of the SD CARD (that means it should be at /sdcard/ on androids
3. next, get Terminal Emulator from the market. search it.
4. Get a nice keyboard to work on for a while. you need to type A LOT
5. get titanium backup and backup everything. menu > batch
6. reboot phone.
7. Turn on phone and go to terminal and type the following
su
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
Click to expand...
Click to collapse
*there should be no error except at stage 5 there could be, but not always.
8. good. flash complete. now grab the megatron ROM and the lagfix. they both should be .zip . DONT OPEN IT.
9 put the two inside the root of SD card
10. go to terminal, write
su
*press enter*
reboot recovery
11. you should have a menu of things. go to flash zip or sth (you will know) w/ ur volume buttons
12. press menu and you will be able to choose the two zips. flash any of them first, and do the second afterwords.
13. YAY DONE
14. no need for bucks thanks. just press the thanks button down there. its free.
*PM or EMAIL ME IF YOU WANT FURTHER HELP*
*[email protected]*
Also, isnt 2.2.2 not rootable??
I think it has to be downgraded to 2.2 and then rooted..
Edit:
Sorry, My mistake.. Didnt realize 2.2.2 is rootable now..
2.2.2 it's now rootable
It says that "/system/etc/install-recovery.sh ": No such file or directory.
I'm sure that I placed both of the files on the root of my sdcard
Well, I guess the hardest part is getting the recovery. Well I share my method so, here we go.
What you need:
1. terminal emulator(download from market - free)
2. recovery installer(download here)
3. your ROM which is megatron(download here)
4. Touch-screen bug fix(download here)
5. Back-up all your SD contents to your PC.
-. optional: if your file explorer doesn't support unrar/unzipping, download one. but since you have a PC just use winrar.
when you have everything, lets start.
1. extract contents of "recovey_installer.rar" to the root(meaning the base) of your SDcard.(it contains 3 files, so you should also see 3 new files on your SD card).
2. open terminal emulator, enter these lines(press enter after each line):
Code:
su
sh /sdcard/rf.sh
just wait and this should reboot you directly to recovery.
3. now in recovery(remember: "vol + and - button" is "up and down" "menu button is ok/select" and "back button" is back) select options:
Partition sdcard > partition SD
4. when asked choose your desired partition size then choose swap size as 0. This should format your SD card.(initially this will leave you with an ext2 partition, if you want ext3 then upgrade it to ext3 and so on using the same menu)
5. when done, press back repeatedly and reboot.
6. now, move your ROM(megatron) and the touchscreen-lag-fix files to the root of your SD card.
7. open terminal again and enter these commands
Code:
su
reboot recovery
just wait and it should bring you back to recovery.
8. in recovery, choose option:
- flash zip menu
- to avoid hiccups just toggle the signature verification
- flash zip from sdcard
- first flash your rom(megatron), when done immediately flash touchscreen-bug-fix
- press back repeatedly then reboot.
9. enjoy
danialrocker said:
It says that "/system/etc/install-recovery.sh ": No such file or directory.
I'm sure that I placed both of the files on the root of my sdcard
Click to expand...
Click to collapse
just ignore that error message. this line is only there for those with different phone models which has the mention file in the phone internal storage. so this shouldn't affect optimus one users.
@ungaze, i did your way . It took me to android system recovery .
Anyway it didnt ask me for partition sdcard. So should i just reboot my phone?
congratulations, you now have recovery. you should see some options.
press volume buttons to navigate up and down(menu button=select/ok). Choose the option:
- Partition sdcard
- Partition SD
If you want to explore your phone a bit more, you could just reboot your phone for now. Just remember, to go back to recovery you could open terminal and enter:
Code:
su
reboot recovery
or when phone is off, press and hold "power/lock button"+"home button"+"vol down button" until recovery menu shows up.
Alright , did that . My friend told me about nandroid how can i do that before i flash the other roms ?
theres a menu option "backup/restore" open it and choose "nand backup". when done, there should be a folder in your SD named "nand" copy the contents to a pc or somewhere safe as this will serve as your backup file.
Okay, i did a nandroid and ready to flash roms . Wish me well =)
Anyway why do i receive E:Bad boot message when i reboot recovery.
everyone has it. it's perfectly fine. good luck
Anyway, as I was nandroid-ing i saw this video http://www.youtube.com/watch?v=s5GWgjJT2zo in the end, it shows the guy having no reception?
edit: He didnt have it on at the first place anyway. Sorry for the inconvenience.
i didnt view the link but im guessing hes using amon_ra v1.1, the method i gave you installs amon_ra v1.2 which fixes most bugs with ext4 and nand recovery/backup
By toggl-ing signature verification do you mean to enable or disable it?
disable. this is really not necessary as the zips youre about to apply are surely signed. but in case you have problems in the future, just remember that disabling sig veryfication may fix the problem.
Thanks man, how do i donate to you?
Btw i just screw my phone. Stuck at android screen page ;(. How do i restore the nandroid backup? Should i wipe my phone first, then do nandroid restore?
Will it restore me my version 2.2.2?
When i nandroid it , my phone was on ver 2.2.2
Ungaze?
Sent from my LG-P500 using XDA Premium App
Check your inbox

[TUTORIAL] Easy > Full Memory When Istalling Framework

Hey, guys. I'm a newbie / junior at XDA. My english is not so good. My posting is easy to do. Just need your careful. What are we need is
Rooted Devices
Root Explorer
Framework files (framework-res.apk)
X-Recovery (Of Course)
A thanks button for me haha
reframe.sh from propc
i make this post because i ever had this problem. When i want install framework, my phone is not boot (anyway!), so i checked the problem and i get if my memory is 8.43 free left. (my system use 197.57 mB...
Follow this step:
(Thanks to propc
1-copy framework-res.apk that you want to replace to the root of your sdcard (make sure it's in root)
2-extract reframe.zip(attachment) to root of your sdcard
3. Use root explorer to delete the real framework-res.apk (If you still want to use your old framework, copy it to somewhere for future. )
4. Your phone will reboot. Enter to X-Recovery.
5. Go to partition tools--> "Mount \system" and "Mount \sdcard"
6. Open your Adb shell and type this
Code:
cd /sdcard
sh reframe.sh
(You don't need to type su again haha.. )
7. Finished. Of course, your phone can't reboot. Reboot manually.
If you like, give a thanks button to me
This real copy-paste tutorial from propc.
as-mario said:
This real copy-paste tutorial from propc.
Click to expand...
Click to collapse
But the propc post is not use for me. (my phone doesn't work.) I just added some sugar to propc post. (You know, i ever had a stress when i have my phone can't boot, i think my phone is brick. So i think i just can enter Xrecovery and restore my system) Also for who that afraid if the phone is bricked haha...

This one is to stop how to install roms! Stop bothering the devs!

To install custom roms just follow my step-by-step to install:
1st - download and run it:http://forum.xda-developers.com/showthread.php?t=913136 - to root and install xrec on your phone.
2nd - download your rom
3rd - make a backup using xrec
4th - choose install custom zip and select zip from sd card
5th - wait
6th - reboot
7th - configure
8th - Thats ready to ROCK with custom roms!!!
I hope you understand it all, and if you have questions just PM me or simply ask here
With this .exe I finally managed to get SuperOneClick to run through properly but now I don't know how to get to xrecovery.
To boot in xrecovery I thought you had to press and hold the back button mutiple times when the white sony ericsson logo appears. I do this and my phone just starts up normally. Advice please?
Sometimes xrec screws up, I would usually copy them files manually to the /system/bin folder using terminal using these steps;
unpack the zip to your sdcard,
type the following ;
You may need busybox from the market to be abled to perform these tasks, if your'e abled to without, its your luck
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
allows you to copy to the system folder.
cp /sdcard/xrecovery.tar /system/bin
cp /sdcard/chargemon /system/bin
cp /sdcard/busybox /system/bin
copies the files to its execution path.
afterwards set the premissions to the files so it may run under boot;
chmod 677 /system/bin/xrecovery.tar
chmod 677 /system/bin/chargemon
chmod 677 /system/bin/busybox
I came up to no booting too, manually fixed it this way helped (you may also wanna set premissions to 777, although its mainly NOT recommenced)
Reboot and try to load it up again
p.s; since im running CWM now, you might wanna check for case sensetive letters in the filenames!
Good luck.
Ok I have installed Froyobread ROM and got it working. All was fine until I was installing Launcher Pro Plus from the market and it froze for 10 minutes. I pulled out the battery, put it back in and turned the phone back on. Now all that happens is CWM opens up, I can't get it to boot the ROM.
thnx 4 that but can u tell me how to apply a hotfix? do i use cwm update..clueless i kno..but we all gota start somewere..
To apply a hotfix install normally from CWM...
XxLordxX said:
To install custom roms just follow my step-by-step to install:
1st - download and run it:http://forum.xda-developers.com/showthread.php?t=913136 - to root and install xrec on your phone.
2nd - download your rom
3rd - make a backup using xrec
4th - choose install custom zip and select zip from sd card
5th - wait
6th - reboot
7th - configure
8th - Thats ready to ROCK with custom roms!!!
I hope you understand it all, and if you have questions just PM me or simply ask here
Click to expand...
Click to collapse
Bro, you forgot to add the line - wipe data/cache to the step. it is a must after flashing a custom rom.
Thanks!
EDIT: better you tell people to follow CWM from now on, that is much better than xrec. i like cwm very much
-CMX said:
Ok I have installed Froyobread ROM and got it working. All was fine until I was installing Launcher Pro Plus from the market and it froze for 10 minutes. I pulled out the battery, put it back in and turned the phone back on. Now all that happens is CWM opens up, I can't get it to boot the ROM.
Click to expand...
Click to collapse
#inb4 noob
Cbram12 said:
#inb4 noob
Click to expand...
Click to collapse
seriously, that post was almost a year ago, was that really necessary?
certo, mas...
que dizer daqueles que adquiriram seu aparelho recentemente e estão com stock rom, root, bootloader intacta? É muitos perguntam na inocência não para perturbar os desenvolvedores.

Categories

Resources