root, hacks, guides, optimisation, reviews for sony ericsson xperia mini pro (U20i & E10i)
Thursday, 9 September 2010
Whole month off! Back now...
Monday, 9 August 2010
Simpler alternative exploid ROOT method (X10Root.apk) for your Xperia Mini Pro
I came across this method last week and tried it over the weekend. I had success with this simple method, and used the app Terminal Emulator to test – I did get root # but was unable to delete peggle.apk from the system/app folder, I got the error “Permission Denied”. I think I need to do a CHMOD command to change the permission to allow this to work. When I get a chance to retest it I will report back and update this entry.
- Download this APK and install it on your device by running it through a file manager. It would be a good idea to download this using the Browser on your device
- You might have to enable third-part-apps if you haven’t done it already
- After installation run the app and follow onscreen instructions
- I found tapping on the screen where the outputs are running reverses the ROOT (unroots) so avoid doing that, once it has finished press the HOME button
- Download Terminal Emulator from the Market (or another terminal app) and test it out!
Wednesday, 4 August 2010
How To: Remove root / unroot your Xperia Mini Pro
If you have rooted your Mini Pro and for some crazy reason want to undo the root here is the info you need... admit it, you deleted something you shouldn’t have! :)
- Disable USB Debugging mode (do the opposite of step 4-b here)
- On your computer, start-up Sony Ericsson PC Companion (download it here)
- When prompted connect the phone to the USB cable, if not prompted just plug it in about 30 seconds after starting SE PC Companion up.
--It's your choice to update or cancel update if prompted, I advise cancelling the update until later - On the main SE PC Companion screen, click on Start in the Support Zone box

- Under Software Update, click on Start

- Now click on Repair

- Following the instructions on screen to progress

Good luck with your repair / unroot
Tuesday, 3 August 2010
New update on Mini Pro via SE PC Companion

UPDATE: I have turned the phone on after the update process illustrated above and about 5 full minutes have elapsed so far -- still my Mini Pro is currently displaying the Sony Ericsson splash screen and appears "frozen" but I will wait for it continue loading...

UPDATE: The boot up took about 9 full minutes. It is now up and running... connecting the USB back in now.
Okay so the update was successful - this is what my Mini Pro is running now:
- Firmware version 1.6
- Kernel version 2.6.29
- Build number 1.1.A.0.12
Monday, 2 August 2010
Full ROOT coming soon hopefully
The exploid method to ROOT your Xperia Mini Pro is fine for Android 1.6 but it will not allow flashing the ROM to change the bootloader i.e. to load Android 2.1 or 2.2 on to the device right now. With the anticipated Android update coming from Sony Ericsson very soon, it is likely the exploid root will be patched.
On the XDA forums a user called Bin4ry is currently working on finding a method of properly rooting the device. When it is announced as discovered I will provide coverage on my blog, but for the absolute latest breaking news get yourself registered on the XDA forum.
Currently there are no custom Android 2.1 and 2.2 ROMs for the Xperia Mini / Mini Pro, so that is another thing the community of owners are waiting for.
How To: ROOT your Mini / Mini Pro ANDROID 1.6 (Newbie-friendly guide) exploid method
UPDATE 2: Refer to this post for a SIMPLER root for your Android 1.6 Mini X10
UPDATE 1: I have cleaned up the instructions + formatting
First and foremost, full credit to exploid and source.
If you have struggled to follow the steps found elsewhere then I am writing up these altered version of the steps with you in mind, hopefully you can smoothly ROOT your Mini Pro now.
Please follow each step carefully. These steps are to be carried out on a Windows XP, 2000, Vista or 7 computer (32/64 bit).
Note: You are advised to have about 50% charge on the battery minimum, ideally much higher if not fully charged.
- Download exploid_x10mini.zip
a. Extract the ZIP file contents to C:\exploid_x10mini
- Download the Android SDK here
a. Open up the downloaded file and browse inside it to android-sdk-windows\tools\ -- now extract the entire contents of this folder to C:\exploid_x10mini
IMPORTANT: Make sure the files have extracted properly, sometimes you may accidently end up extracting them to C:\exploid_x10mini\android-sdk-windows\tools\ - if this happens go in to C:\exploid_x10mini\android-sdk-windows\tools\ and move the entire contents to C:\exploid_x10mini\
- Download the Sony Ericsson PC Companion – do NOT plug the USB cable to your Mini Pro when it prompts
- On your Xperia Mini you need to enable USB Debugging:
a. Go to Settings > Applications > Development
b. Tick to enable: USB Debugging
c. Tick to enable: Stay awake - You need the Power Control Widget enabled on a home screen for a later step, doing this now is best:
a. On the Home Screen press the Menu button (left button)
b. Select on Arrange Widgets
c. Find and select Power Control
d. Press the Back button to return to the home screen, you should be on the page displaying the widget
e. On this widget do a quick test, touch the left icon for wifi to enable/disable it to make sure it is working
f. ALTERNATIVE: Download a WIFI on/off widget and use that instead for the later stepg.
IMPORTANT: Leave the WIFI turned ON – doesn’t matter if you are connected to an AP or not
- Plug the USB cable between computer and the Mini Pro. Windows should show a driver installation notification but ignore the state of the Sony Ericsson PC Companion, leave it running in the background
- Click on START and type CMD and press Enter. Alternatively Press the FLAG button + R and type CMD and press Enter.
- At the CMD command line type in all the RED TEXT as displayed below, the text in white should be similar to what you see happening after you type the red text and press Enter.
C:
cd c:\exploid_x10miniC:\exploid_x10mini>adb push Superuser.apk /sdcard/Superuser.apk
* daemon not running. starting it now *
* daemon started successfully *
315 KB/s (38823 bytes in 0.120s)C:\exploid_x10mini>adb push su /sdcard/su
1080 KB/s (22120 bytes in 0.020s)C:\exploid_x10mini>adb push exploid /sqlite_stmt_journals/exploid
1049 KB/s (9672 bytes in 0.009s)C:\exploid_x10mini>adb push busybox /sqlite_stmt_journals/busybox
1901 KB/s (1709832 bytes in 0.878s)C:\exploid_x10mini>adb shell
$ cd sqlite_stmt_journals
cd sqlite_stmt_journals
$ chmod 755 exploid
chmod 755 exploid
$ chmod 755 busybox
chmod 755 busybox
IMPORTANT: Immediately after the next command, you will need to disable and enable the wi-fi using the power control widget (from step 5) on the phone
$ ./exploid
./exploid[*] Android local root exploid (C) The Android Exploid Crew
[*] Modified by birdman for the DroidX
[+] Using basedir=/sqlite_stmt_journals, path=/sqlite_stmt_journals/exploid
[+] opening NETLINK_KOBJECT_UEVENT socket
[+] sending add message ...
[*] Try to invoke hotplug now, clicking at the wireless
[*] settings, plugin USB key etc.
[*] You succeeded if you find /system/bin/rootshell.
[*] GUI might hang/restart meanwhile so be patient.
Now turn Wifi OFF and back ON
- Now type in rootshell and press Enter
a. Enter this password rootnowb. The prompt will change to # … you now have ROOT!
- Type the following commands, pressing Enter on the keyboard after each line:
./busybox cp /sdcard/Superuser.apk /system/app/./busybox cp /sdcard/su /system/bin/./busybox cp busybox /system/bin/chmod 4755 /system/bin/su
rm /system/bin/rootshell - Type exit – this will exit out of rootshell
- Type exit again – this will exit out of adb shell
Your device is now rooted but lets verify this now: - Type in adb shell and press Enter
- Type in su and press Enter – look at your Xperia Mini Pro screen – Superuser.apk should run on the phone and will ask whether to allow the root permission.Feel free to leave questions in comments if you get stuck or do not understand any of the steps.
Faster recharge time using the AC charger
Just a note – when recharging the battery off the USB connected to a laptop/computer it will take many hours to recharge. When charging using the AC charger the recharge time is significantly faster. Car charging is the same as using the AC charger.
Hope this is useful to some of you!
Easy method to ROOT your Xperia Mini and Mini Pro
Head on over to this link:
http://android.doshaska.net/x10miniroot
Thursday, 22 July 2010
HelixLauncher Donut - Alternative user interface for your Xperia X10 Mini Pro
This will not delete the current Sony Ericsson Home UI, it basically works "instead" of it if you install it (and when prompted if you set it as your default) -- you can safely uninstall it if you do not like it.
- Make sure you can install 3rd party applications on your device
- Do you have a file manager already installed? I recommend ES File Explorer, available from the Market
- Download HelixLauncher Donut, browse to the download location and run the APK file using a file manager
Friday, 9 July 2010
How To: Install Skype on your Xperia Mini or other Android phone
UPDATE 02 AUGUST 2010: Bad news, it looks like the versions of Skype available on the repos right now only allow audio calls by dialling a local number. I have uploaded Skype (BETA) v1.0.0.5 here.
2. You need to install and run APKtor on your device, use the mentioned repos
3. Search for Skype – install it