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

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.

Related

How to: FreeX10 Beta3 Froyo 2.2.1, DualTouch, Root and xRecovery for dummies! +FAQ

Updated guide to fit beta3
Updated first post with step by step for new Beta2 and DualTouch! +Quick howto for advanced users!
Updated second post with step by step for root and xRecovery!
Quick How-To for advanced users going from Beta1/Beta2 to Beta3:
Dont read this if you don´t know what you are doing! Follow the entire guide instead!
Code:
Backup Beta1/Beta2 in xRecovery
Flash FreeX10-beta3.zip
Flash gapps_1901_FreeX10.zip
Boot into Beta3 and wait some time.
Reboot to xRecovery
Go to Advanced Restore in Backup and Restore
Restore only "Data" from Beta1 or Beta2
Wipe Dalvik-Cache and reboot
Done ;)
For DualTouch see bellow!
Here is a complete guide for installation:
If you can´t install Froyo by following this guide you should probably stick to official firmware.
What you need:
Sony Ericsson X10! Not working on: mini, mini pro or x8!!!
Official (or prerooted) firmware version 2.1. Or some custom 2.1+ rom.
Root
xRecovery by zdzihu
Free X10 beta3 by zdzihu
What you do:
1. Make sure you have android 2.1+ on your X10.
2. Root your phone if it´s not rooted! See post 2 for How-To!
3. Install xRecovery if you don´t have it already. See post 2 for How-To
4. Copy following files to the root of your sdcard:
FreeX10-beta3.zip
gapps_1901_FreeX10.zip
5. Reboot your phone and keep pressing the back button till you enter xRecovery.
6. Go to "Backup and restore" and make a backup of your current system.
7. Then select "Install custom zip" and browse for FreeX10-beta3.zip
8. Then again select "Install custom zip" and browse for gapps_1901_FreeX10.zip
9. Reboot your phone and wait for it to get signal after some automatic reboots!
10. If you are updating from Beta1 or Beta2 and want to restore your data then go to "Backup & Restore" in recovery, select "Advanced restore", Select your Beta1 or Beta2 backup and restore "DATA" only!
It´s not recommended to restore data from 2.1!
Enable DualTouch (Optional):
1. Download FlashTool
2. Download X10_1.0_Bin4ry_Dualtouch.ftf
3. Extract FlashTool on your computer
4. Copy X10_1.0_Bin4ry_Dualtouch.ftf into your Flashtool/firmwares folder
5. Turn off your Phone
6. Remove the battery for 5+ seconds
7. Insert battery but do NOT power on your phone
8. Start X10FlashTool.exe
9. Press "Connect", choose X10 and press "Ok"
10. Press and hold your back button on your phone.
11. Connect your phone to your computer (Still holding the back button)
12. Press "Ok" at flashtool prompt and release the back button
13. Press "Flash" in flashtool and select "Dualtouch"
14. Let it flash and your are done
15. Just boot your phone and enjoy DualTouch
How to update to latest hotfix:
If there is a new hotfix released you just have to apply the new hotfix, no need for reinstalling the whole rom.
1. Download latest hotfix
2. Put it in the root of your SDCard
3. Reboot your phone
4. Press back button untill you enter xRecovery
5. Select ""Install custom zip" and browse for the latest hotfix
6. Reboot your phone and you are done!
If you want to change your theme you can try one of this:
GreenGlow by XperiaX10iUser
Gbread by wesvista
GALAXY by EMPREX 2
BuuFm0d by th4r
X FX10 by SEMPITERNAL
FAQ:
Q: Do I have to wipe anything before installation?
A: No! When you install FreeX10 it will wipe your system, data and cache.
Q: Can i install Jit on this rom?
A: Jit is already activated in Froyo!
Q: Can I dualboot this with my official 2.1?
A: No!
Q: Will Flash Player work with this rom?
A: Yes
Q: Does this include the latest baseband or does it use whatever version is on the x10?
A: It uses the version that is on the x10!
Feel free to help me improve this guide, just post here and I will update this post with all good tips!
All credits go to zdzihu and everyone involved.
If you want to buy zdzihu a beer click here
I just write the howto so don´t thank me, it´s not my work!
Thanx to:
zdzihu
jerpelea
Bin4ry
XperiaX10iUser
SEMPITERNAL
wesvista
streamnlnl
How to root step by step:
1. Enable Usb Debugging
Press Menu Button
Settings
Applications (Check "Unknown sources" here)
Development
Tick USB debugging
2. Download rootme.tar.bz2 or SuperOneClickv1.5.5-ShortFuse.zip
3. Connect your phone to your PC
4. Run any of the preferred root files.
5. Reboot your phone and done!
How to install xRecovery step by step:
1. Download xRecovery-0.2-release.apk
2. Copy it to your SDCard and install by using a filebrowser like "Root Explorer" or "ASTRO"
3. Download "BusyBox" by Stephen (Stericson) from market
4. Launch "BusyBox" from your appdrawer and press Install on the bottom of the screen!
5. Launch "xRecovery Installer" from your appdrawer.
6. Press Install "xReccovery"
7. Reboot your phone and done!
I think you should also post the link for sdk. Bcoz, lots of lazy people around here who dont know how to search the net.
shaider_516 said:
I think you should also post the link for sdk. Bcoz, lots of lazy people around here who dont know how to search the net.
Click to expand...
Click to collapse
if they`re lazy...to bad
That's a solid enough guide I'd say but sorry just one more thing I can think that might be valid to add if I may;
Before going to say about adb for flashing screen recommend a fresh install first as that is much easier for the user to do if they just done it than read and learn all about adb. Just a thought but good guide, please delete this post if its considered as spam or not relevant.
sent from my x10i 2.2.1
steve.adams.x10 said:
That's a solid enough guide I'd say but sorry just one more thing I can think that might be valid to add if I may;
Before going to say about adb for flashing screen recommend a fresh install first as that is much easier for the user to do if they just done it than read and learn all about adb. Just a thought but good guide, please delete this post if its considered as spam or not relevant.
sent from my x10i 2.2.1
Click to expand...
Click to collapse
It´s ok, spam this thread as much as you want, it´s for questions, answers and discussion
I added "run cmd on your computer", you think people will understand?
If they install SDK then they should be able to just type that command in cmd
rodak said:
Q: How do I change the bootanimation?
A: You can´t, will be possible in the final version!
Click to expand...
Click to collapse
In fact you can change as follows (at your own risk)
1. Use Root Explorer to delete \system\media\bootanimation.zip (or replace with your own)
2. Copy framework-res.apk from \system\framework to sdcard
3. replace the following image files in framework-res.apk (I use total commander) with the stock image files:
i) android-logo-mask.png & android-logo-shine.png in assets\images folder
ii) default_wallpaper.jpg in res\drawable-hdpi folder
4. Copy framework-res.apk from sdcard back to \system\framework folder
5. reboot
Thanks, will this to my thread.
cobrato said:
In fact you can change as follows (at your own risk)
1. Use Root Explorer to delete \system\media\bootanimation.zip (or replace with your own)
2. Copy framework-res.apk from \system\framework to sdcard
3. replace the following image files in framework-res.apk (I use total commander) with the stock image files:
i) android-logo-mask.png & android-logo-shine.png in assets\images folder
ii) default_wallpaper.jpg in res\drawable-hdpi folder
4. Copy framework-res.apk from sdcard back to \system\framework folder
5. reboot
Click to expand...
Click to collapse
Thanks dude, worked a treat with Mr Rusch's X10 Mod Tool and 7zip.
Installed and seems to be working fine aside from the screen flickering which I can't seem to get rid of. The ADB thread has a link for android SDK which seems to be out of date because it no longer links to a download. I can't figure it out otherwise. Anyone wanna help me get rid of the screen flickering?
Reinstall the zip via xRecovery, jusy as you did the first time you installed FreeX10.
Posted from my ZDZ Froyo X10i using Tapatalk
The guys/girls running super bit of software.
Could someone tell me if the alarm clock feature ia working correctly and stable as I would end up unemployed with out a reliable alarm clock
Thanks
Kieron
Sent from my X10i using XDA App
kieronw3 said:
The guys/girls running super bit of software.
Could someone tell me if the alarm clock feature ia working correctly and stable as I would end up unemployed with out a reliable alarm clock
Thanks
Kieron
Sent from my X10i using XDA App
Click to expand...
Click to collapse
Yes the alarm app is working fine without any issue , i have been using since 4 days and if you have any issues with alarm, their are thousands of app available for alarm.
restore of "productive" data from 2.1
rodak
thanks to you for this info, many things became clear after this!
what I woulk like to discuss is to restore data (contacts, sms, apps settings) from previous (2.1) version. may I use titanium backup ? will then all custom data & apps & settings work as in 2.1 ?
rgds
lada
chintan11 said:
Yes the alarm app is working fine without any issue , i have been using since 4 days and if you have any issues with alarm, their are thousands of app available for alarm.
Click to expand...
Click to collapse
Thanks for the info will be trying this rom asap
Kieron
Sent from my X10i using XDA App
ladaaa said:
rodak
thanks to you for this info, many things became clear after this!
what I woulk like to discuss is to restore data (contacts, sms, apps settings) from previous (2.1) version. may I use titanium backup ? will then all custom data & apps & settings work as in 2.1 ?
rgds
lada
Click to expand...
Click to collapse
Yes, you can restore data with titanium, but I recommend a fresh install of all your apps.
The only thing I restored with Titanium was my SMS/MMS.
Contacts and calendar synced with gmail.
The other apps was a fresh install from market.
That way i'm sure no junk from 2.1 will mess up my freshly installed 2.2 rom
But sure you can, if you want, restore most of your apps and data.
Maybe just me that want everything fresh
kieronw3 said:
Thanks for the info will be trying this rom asap
Kieron
Sent from my X10i using XDA App
Click to expand...
Click to collapse
But make sure you disable your SIM PIN code.
If your phone reboots during the night I'm not sure the alarm will work if the phone asks for PIN.
nexile said:
Installed and seems to be working fine aside from the screen flickering which I can't seem to get rid of. The ADB thread has a link for android SDK which seems to be out of date because it no longer links to a download. I can't figure it out otherwise. Anyone wanna help me get rid of the screen flickering?
Click to expand...
Click to collapse
You have a link to Android SDK installer in the first post under "What you need:"
Download, install, start cmd, connect your phone and type: adb killall servicemanager
rodak said:
If you want to change your theme you can try one of this:
DarkStyle by XperiaX10iUser
X FX10 by SEMPITERNAL
Gbread by wesvista
Click to expand...
Click to collapse
Thanks.
Updated second post with step by step for root and xRecovery!
hm, my app2sd fails every time.
can somebody help me to get it work?
greetz
ok it works now. reinstalled the latest hotfix.
nice work. i love this rom
setaseti said:
hm, my app2sd fails every time.
can somebody help me to get it work?
greetz
Click to expand...
Click to collapse
...sorry...

[GUIDE] ROOT | xRecovery | TIPS&TWEAKS to install custom Rom`s

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

X10i Mini (E10i) xRecovery .apk Installer

I was reading these threads and couldn't find an easy installer for xrecovery on the X10i Mini (E10i).
I looked at zoz33 installer for the X10 and changed the files to suit the E10i.
So now you can just install this app and run it and it will install xRecovery
Requirements:
1. Phone MUST be Rooted.
2. Busybox installed (Easiest way is to install "Titanium Backup" & click on the "Problems?" button.)
If you are having problems installing: Open Root explorer (Free version here) and set /system to R/W then run the installer again!
NOTE: this has only been tested on my X10i MINI (E10i) and I don't think it will work on other models (Different CHARGEMON versions?!?!).
Please comment so I know if this works or not! Thanks.​
Just tried it on my X10min E10i, it installed the installer then got a force close when I ran the program & clicked install..
Ran flashtool & clicked root this morning as well, it said root should be available..
andrewbuch said:
Just tried it on my X10min E10i, it installed the installer then got a force close when I ran the program & clicked install..
Ran flashtool & clicked root this morning as well, it said root should be available..
Click to expand...
Click to collapse
ummm.. have you installed busybox from the market?!?!
Muspelheim for remouny job?
Hi there!
Thx for this nice work (I hope - haven't tested it yet)!!!
In case /system needs r/w remount - can muspelheim be used?
Since I don't have Root Explorer (no visa card) - I'd prefer this option..
Thx in advance!
Keep it up
Housefly
EDIT: Muspelheim will not remount /system as r/w - see known issue on the muspelheim homepage (sorry, but i'm not allowed to link yet)
However - I found this little app from beansoft - which appears to do the trick - for free - twitter(dot)com(slash)beansoft
Hope this is helpful..
I'm off to try getting Xrecovery working on the x10 mini..
Thx
deano309 said:
ummm.. have you installed busybox from the market?!?!
Click to expand...
Click to collapse
I tried searching for it, but nothing comes up I am still new to this loading different software etc..
but also on flashtool from bin4ry it has an option to install busybox, I did that & it said its installed.. But after doing the root, xrecovery & busybox the phone still looks & acts & has same features as normal, no extra icons etc...
Dont think my root worked properly. Trying it again now.. sorry
andrewbuch said:
I tried searching for it, but nothing comes up I am still new to this loading different software etc..
but also on flashtool from bin4ry it has an option to install busybox, I did that & it said its installed.. But after doing the root, xrecovery & busybox the phone still looks & acts & has same features as normal, no extra icons etc...
Click to expand...
Click to collapse
xRecovery is a Hidden program - you access it by restarting the phone and AS SOON as the text "Sony Ericsson" appears - keep pushing the "<-" Back button. if it starts loading your boot animation then you either missed the time to push back or installation failed.
If you are not too sure on how to access or use xrecovery then please read a bit of info before you use it as it can stop your phone booting if used wrong!
Cool thanks for the help.
I ran exploid root now. got titanium backup & installed busy box
then when i ran xrecovery installer, it had a message pop up saying xrecovery installer has superuser permissions.
turned off phone, turned on again & pushed back button.. & nothing happened.
Will keep trying..
thanks
andrewbuch said:
Cool thanks for the help.
I ran exploid root now. got titanium backup & installed busy box
then when i ran xrecovery installer, it had a message pop up saying xrecovery installer has superuser permissions.
turned off phone, turned on again & pushed back button.. & nothing happened.
Will keep trying..
thanks
Click to expand...
Click to collapse
You have to push it more than once, right after the "Sony Ericsson" appears.
Keep pushing it (1 or 2 times a second)
THANKS...
Got it working.
Thanks again
I didn't get this apk-version to work. - I think it's due to the superoneclick rooter. - I get the cp: not found -error.
However I got the 0.1 beta to work using the older (and free) Root Explorer - attached somewhere in this forum - can't remember where - so happy searching if you need it
HouseflyOfDoom said:
I didn't get this apk-version to work. - I think it's due to the superoneclick rooter. - I get the cp: not found -error.
However I got the 0.1 beta to work using the older (and free) Root Explorer - attached somewhere in this forum - can't remember where - so happy searching if you need it
Click to expand...
Click to collapse
cp: not found is because you don't have busybox installed (cp is the copy command).
Glad to know that you sorted something out anyway!
I got a rooted phone, whit busybox installed like u said, taping the promblem box etc .. and the system folder set to R/W whit rootexplorer, I installed the xrecovery to my phone and when I start there the 3 boxes doesn t are checked in green, and the xrecovery doesn t installed, I looked in the system/bin folders on my phone and there are copied the 3 files: busybox, xrecovery.tar and the chargemon, Any idea what is going wrong ? (sorry 4 my bad english)
The .apk did not work for me. I followed the commands from the program screen manually in root explorer, and finally got xRecovery working. The problem was the last file, xrecovery.tar, It hasn't been copied by the script. I have busybox installed, X 10 mini 2.0.A.0.504, App2SD. Thank you
How can u write commands in root explorer, I never used it so i dont know, and I dont know how to see eventualy the sd card from the rott explorer
me too,it works~
asmodea said:
How can u write commands in root explorer, I never used it so i dont know, and I dont know how to see eventualy the sd card from the rott explorer
Click to expand...
Click to collapse
I don't write, hold the file, select "copy", navigate to destination folder, select "paste". Also, there is a folder "sdcard" in the main directory, this is the SD card.
Hey there
First, thanks alot for working on an apk for the xRecovery program
My problem, i cant get it to work.
1. I Rooted with SuperOneClick - worked.
2. Had Titanium Backup, so just downloaded BusyBox by using "Problems - worked
3. Installed the xRecovery.apk from Astro File Manager, program installed, had no errors.
4. Rebooted the phone, spammed the back button (3-5 clicks/second) - and i dont get the xRecovery option. Did a few times, still not getting it.
5. Tried so click the xRecovery program in the apps list, installed it again, this time it asked for Root rights, i approved - and the program shows in the "Superuser" program.
6. Tried rebooting again, tapping the back button like insane, still wont give me access?
Any ideas?
asmodea said:
I got a rooted phone, whit busybox installed like u said, taping the promblem box etc .. and the system folder set to R/W whit rootexplorer, I installed the xrecovery to my phone and when I start there the 3 boxes doesn t are checked in green, and the xrecovery doesn t installed, I looked in the system/bin folders on my phone and there are copied the 3 files: busybox, xrecovery.tar and the chargemon, Any idea what is going wrong ? (sorry 4 my bad english)
Click to expand...
Click to collapse
If the 3 files are in your /system/bin folder, then it worked.
You need to keep pressing the back "<-" button as soon as you see the "Sony Ericsson" logo (Push it 1 or 2 times a second).
If your bootscreen comes up then something is wrong.
If the 3 files are not there then you don't have R/W privelages for your /system folder or any sub-directorys.
Manual installation here: http://forum.xda-developers.com/showthread.php?t=878426
asmodea said:
How can u write commands in root explorer, I never used it so i dont know, and I dont know how to see eventualy the sd card from the rott explorer
Click to expand...
Click to collapse
If your phone is rooted then navigate to /system/bin and at the top right there is a "Mount R/W" button, press it and it will set the folder to R/W.
If you are not rooted then you won't be able to open the folder.

[Updated]AIO Automatic Installation Script For X10 Mini/Mini Pro-Firmware 2.1.1.A.0.6

As i promised i will post my AIO Automatic Installation Script For X10 Mini/Mini Pro Firmware 2.1.1.A.0.6.
What's news ?
- v1.0 : Beta release
- v1.1 : Fixed app2sd install, add uninstall custom boot animation.
- v1.2 : Add Revert to stock bootanimation, fix some bugs when install !
- v1.4 : Add Dual Touch Install, Fix chargemon on x10mini.
What's the script do ?
- Install Xrecovery
- Enable JIT
- Disable JIT
- Install Custom Bootanimation(You can replace your own bootanimation.zip in AAIS/data/ to use your custom boot screen)
- Uninstall Custom Bootanimation(Restore to previous boot screen)
- Revert to stock bootanimation
- Install App2sd (Need to create ext2 partition before install. You can use this tool to partitioning : http://download.cnet.com/Partition-...62200.html?part=dl-6285158&subj=dl&tag=button)
- Uninstall App2sd
- Install Dual Touch driver
Requirements for use this script ?
- Rooted
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.
- Busybox Installed(Goto Market find application name "BusyBox Installer" install it and open it to install newest version of busybox with the path /system/bin)
- Go to Market find application name "Terminal Emulator" and install it.
How to use this script ?
- Download attached file and unpack.
- Copy AAIS folder to sdcard.
- Type some commands :
su
Click to expand...
Click to collapse
Press allow when a popup supper user ask !
cd sdcard/aais
Click to expand...
Click to collapse
sh install.sh
Click to expand...
Click to collapse
- Press 0 > 8 to select your option
**Warning : If you decide to install App2SD please create new ext2 partition on your sdcard before install it. I recommend 1GB for this partition ! Please visit this link for details how to partitioning : http://forum.xda-developers.com/wiki/index.php?title=SD_card_partitioning
-You should install all you need before install Dual Touch.
Attached File:
AIO_Automatic_Installation_Script_For_2.1.1.A.0.6_v1.4: http://www.mediafire.com/?v6dgy4b339354by
SuperOneClick : http://www.mediafire.com/?u33hhd2t78asjuk
And the last thing if you want donate me to keep my work better please donate me via link :
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ME6LDMHPLHL2C
Click to expand...
Click to collapse
Thats nice, thank you! Now I will test it...
datagubben said:
Thats nice, thank you! Now I will test it...
Click to expand...
Click to collapse
Just click thanks
warkxia said:
X10 MINI Version 2.1Update1
Number build: 2.1.1.A.0.6 Xrecovery Not booting I spam Back button after power
BootAnimation work. How to uninstall Custom bootAnimation ?
Click to expand...
Click to collapse
Oh i'm sorry custom animation cannot restore to original because i'm forgot create uninstall function now i will create now but you still cannot use because before you not backup it first hehe but don't worry ask some one to give you the original file in /system/media/bootanimation.zip and you can use root explorer to copy overwrite !
and xRecovery i tested on X10 mini pro it's working properly i have not x10 mini to test it
does it work?
any one tested this yet?
Miniwolfi said:
does it work?
any one tested this yet?
Click to expand...
Click to collapse
Updated v1.1 : Fixed app2sd install, add uninstall custom boot animation.
warkxia said:
I reinstalled everything not problem, but xRecovery not working with X10 mini ^^
Click to expand...
Click to collapse
i know that because i'm not test xRecovery for x10 mini so i can't test that but you can replace 3 files of xrecovery in mine to your own please view topic X10 mini to find out xrecovery files suitable hehe and use my script to install .
warkxia said:
I find the problem, for X10 mini, in changemon must change "cat /dev/input/event0" in "cat /dev/input/event1" Sorry for my bad english
Click to expand...
Click to collapse
You mean code in chargemon is cat /dev/input/event0 and if X10mini should change cat /dev/input/event1 or what ?
Thanks alot dude
Changed to event1 and installed Xrecovery
Also enabled Jit with this...
Its now faster .. 8.47Mflops in Linpack ...
tejagamer said:
Thanks alot dude
Changed to event1 and installed Xrecovery
Also enabled Jit with this...
Its now faster .. 8.47Mflops in Linpack ...
Click to expand...
Click to collapse
Do you use all of function ? such as app2sd or custom boot screen. Is it okay ?
^^I just installed Xrec and JIT
Both are fine...
BTW how to know if jit is installed right or not?
While installing everything went well... NP... All i got is done
Only one prob...
After installing this on my X10 mini, in build.prop,it shows as U20i and X10 mini pro.... Is it a problem?
tejagamer said:
^^I just installed Xrec and JIT
Both are fine...
BTW how to know if jit is installed right or not?
While installing everything went well... NP... All i got is done
Only one prob...
After installing this on my X10 mini, in build.prop,it shows as U20i and X10 mini pro.... Is it a problem?
Click to expand...
Click to collapse
If you want to check JIT work or not just go to terminal emulator and type dalvikvm -k if you see "Configured with: debugger profiler jit show_exception=1" . It's mean JIT has been working !
And the information show is okay not problem just text file to show information about OS
Dude can you get /system/media/bootanimation.zip for me ! I need stock bootanimation because i lost it i wanna to get it !
warkxia said:
Yes, change "cat /dev/input/event0" on "cat /dev/input/event1" for X10 MINI.
Ps: JIT is really effective ?
Click to expand...
Click to collapse
Yes after install JIT try : If you want to check JIT work or not just go to terminal emulator and type dalvikvm -k if you see "Configured with: debugger profiler jit show_exception=1" . It's mean JIT has been working !
Dude can you get /system/media/bootanimation.zip for me ! I need stock bootanimation because i lost it i wanna to get it !
stock x10 mini pro bootanimation:
here ya go!
Ok work perfect!! all 3 !
Thanks, yours is the best way to install all three things in the most 'easy! thanks bravo!
necrohades said:
stock x10 mini pro bootanimation:
here ya go!
Click to expand...
Click to collapse
Thanks dude for this hehe i will make revert boot default ^^
Update - v1.2 : Add Revert to stock bootanimation, fix some bugs when install !
Please give me stock build.prob of x10 mini not x10 mini pro of fw 2.1.1.A.0.6
I installed busybox with titanium backup but it says busybox not found when trying to install xRecovery.
Latest version fails xRecovery install - 3 files not found, so does not copy and does not change permissions, but does reboot at end.
Problem with apps2sd
After using install.sh for apps2sd installation, many programs disappear, including the market app. They appears in application dialog but aren't available. I have loaded console emulator from internet and tried to uninstall apps2sd, but it says app2sd isn't installed???
Whats the problem? The phone(X10 MiniPro 2.1.1.A.0.6) is rooted, superuser is present and works.)
Edit: After formating ext2 partition till ext3 evrything is working well!

[Q] xrecovery not working!!!!!!!!x10 mini pro

i m using x10 mini pro with 2.1 firmware
i have rooted my phone and installed busybox .
i have tried every method of installing xrecovery0.1 and 0.3 both .....
it shows all 3 green check marks but when i try to boot it to xrecovery menu by pressing back key repeatedly ...nothing happens it just start as normally nothing change comes..
i have tried it about 20 times ....
plz anybody give some suggestions or any another way of installing custom roms ....
Did u try to Root Phone and Install XReC with Flashtool?
here is the link...
http://www.multiupload.com/GYL7A7XQBT
can you guide me how to do this ...... i m a beginner but quick learner...........
plz
the problem is my English is Bad do u Speak German?
SuCreX said:
the problem is my English is Bad do u Speak German?
Click to expand...
Click to collapse
sry i dont know german ........
i also dont know enough english
i tell u Tomorrow
please reply fast
SuCreX said:
i tell u Tomorrow
Click to expand...
Click to collapse
first of all thanks for answering my question...
but i need some guidance to install xrecovery properly
Go to x10 mini pro development section...there's a stickie about it...if that doesn't work den I have another solution which workd fr me in the same case u suffered
Unroot ur phone via superoneclick den do a factory reset (I know its painful so tryna keep a backup of ur apps with titanium backup before unrooting). Then after factory reset, root ur phone again and get a busybox installer from market and this time don't use xrecovery installer. Try to copy the chargemon, busybox and xrecovery.tar file to system/bin
P.s: download xRecovery-mini-0.1-beta.tar.bz2 from development forum to get busybox, chargemon and xrecovery.tar
Use root explorer to copy paste them...don't forget to give this files full permission
Sent from my U20i using XDA Premium App
aaahhh just go and check AIO automatic installation script, its in mini pro development thread, it installs xRecovery if u want cwm then use my modded script!
coolboyranjodh said:
i m using x10 mini pro with 2.1 firmware
i have rooted my phone and installed busybox .
i have tried every method of installing xrecovery0.1 and 0.3 both .....
it shows all 3 green check marks but when i try to boot it to xrecovery menu by pressing back key repeatedly ...nothing happens it just start as normally nothing change comes..
i have tried it about 20 times ....
plz anybody give some suggestions or any another way of installing custom roms ....
Click to expand...
Click to collapse
after spend about 6 hour i finnaly found how it works , see my next reply in page 2 and you will find the instruction
xrecovery works works for x10 mini , testes !!
i couldnt wait until night , really wanna share this point that couldnt find it on guidence sites im really toxicated and it doesnt mean that i wanna show off my dicovery
instruction :
1 download the attached rar file , pass is : "afra"
2 unistall all xrecovery u installed before .
use root explorer and delete previous xrecovery.tar and other 2 file (busy box and chargemon) from sdcard & system\bin directory .
3 now u clear ! go to market or find busybox aplication (better install it from merket )
3.1 -when it ask which version u want to install choose th last one 1.8...
3.2 -and when it aks where do u wanna install , choose system\bin
3.3 -done installation
4 . extract the "xrecovery tested work for x10 mini.rar" , copy three files into
your phone sdcard directory(means defualt directory open when u plugged you phone to pc) and unplugged the phone
5 . (this is the elegant point ) use a root explorer and first 'cut' the
xrecovery.tar into system\bin
then try to change permission(due to instruction u know) and you will have no error ! change is done
6 now copy xrecovery.tar (permission changed file) from system\bin into sdcard
folder and copy two other "busybox" "chargemon" into system\bin
7 restart your phone and press repeatedly back buttom several time and heavens door will open
if u had any problem let me now
afraaa said:
i couldnt wait until night , really wanna share this point that couldnt find it on guidence sites im really toxicated and it doesnt mean that i wanna show off my dicovery
instruction :
1 download the attached rar file , pass is : "afra"
2 unistall all xrecovery u installed before .
use root explorer and delete previous xrecovery.tar and other 2 file (busy box and chargemon) from sdcard & system\bin directory .
3 now u clear ! go to market or find busybox aplication (better install it from merket )
3.1 -when it ask which version u want to install choose th last one 1.8...
3.2 -and when it aks where do u wanna install , choose system\bin
3.3 -done installation
4 . extract the "xrecovery tested work for x10 mini.rar" , copy three files into
your phone sdcard directory(means defualt directory open when u plugged you phone to pc) and unplugged the phone
5 . (this is the elegant point ) use a root explorer and first 'cut' the
xrecovery.tar into system\bin
then try to change permission(due to instruction u know) and you will have no error ! change is done
6 now copy xrecovery.tar (permission changed file) from system\bin into sdcard
folder and copy two other "busybox" "chargemon" into system\bin
7 restart your phone and press repeatedly back buttom several time and heavens door will open
if u had any problem let me now
Click to expand...
Click to collapse
OR
Install flashtool, click 3 buttons in total
afraaa said:
i couldnt wait until night , really wanna share this point that couldnt find it on guidence sites im really toxicated and it doesnt mean that i wanna show off my dicovery
instruction :
1 download the attached rar file , pass is : "afra"
2 unistall all xrecovery u installed before .
use root explorer and delete previous xrecovery.tar and other 2 file (busy box and chargemon) from sdcard & system\bin directory .
3 now u clear ! go to market or find busybox aplication (better install it from merket )
3.1 -when it ask which version u want to install choose th last one 1.8...
3.2 -and when it aks where do u wanna install , choose system\bin
3.3 -done installation
4 . extract the "xrecovery tested work for x10 mini.rar" , copy three files into
your phone sdcard directory(means defualt directory open when u plugged you phone to pc) and unplugged the phone
5 . (this is the elegant point ) use a root explorer and first 'cut' the
xrecovery.tar into system\bin
then try to change permission(due to instruction u know) and you will have no error ! change is done
6 now copy xrecovery.tar (permission changed file) from system\bin into sdcard
folder and copy two other "busybox" "chargemon" into system\bin
7 restart your phone and press repeatedly back buttom several time and heavens door will open
if u had any problem let me now
Click to expand...
Click to collapse
I follow your instruction, but the problem is same, i can into in xrecovery, i shut down my phone and i press back back back back ..... back (when SE logo apear) and nothing phone gone to start in normal mode... I have android 2.1 with 2.6.26 kernel version. The phone is rootet, i can acces with root explorer, i can mont r/w or r/o, i have installed busybox from market version 1.8. Xrecovery can't use because after install and start to push the button to put the fille, the three icon appear with red.... who can help my, i lose a lot of time and nothing... (SORRY FOR MY ENGLISH
diniulian said:
I follow your instruction, but the problem is same, i can into in xrecovery, i shut down my phone and i press back back back back ..... back (when SE logo apear) and nothing phone gone to start in normal mode... I have android 2.1 with 2.6.26 kernel version. The phone is rootet, i can acces with root explorer, i can mont r/w or r/o, i have installed busybox from market version 1.8. Xrecovery can't use because after install and start to push the button to put the fille, the three icon appear with red.... who can help my, i lose a lot of time and nothing... (SORRY FOR MY ENGLISH
Click to expand...
Click to collapse
Install Flashtool from here http://forum.xda-developers.com/showthread.php?t=920746 (version 0.2.91 or BELOW!!)
Enable USB Debugging on ur phone
Connect phone
Click "Ask Root Perms" in flashtool (Presuming ur phone is rooted)
Click "xrecovery" once flashtool confirms it has root access granted.
Reboot ur phone and press back button repeatedly
OR
In one of the menu's there is an item "Recovery-----> Boot into recovery"
click on it
Hope that helps!
Peace
diniulian .. sry i wasnt here for a while
did u could change the permission ? cuz permission is the only important matter .
and ps "
did u tried mate "rosshalz" instruction with flash too? ..
i will feed back your problem now
Forget it. Already tested. Thanks.
I testet it again on my brother x10 mini , and it worked , if you could change the permission it should work with my instruction !

Categories

Resources