It seems that rooting Sony Ericsson handsets haven't been as easy as their HTC counterparts. We recently put together a guide on how to root the Xperia X10 and today we have some new rooting guides for you.
The following guide will show you how to root the Sony Ericsson Xperia X10 mini or the Sony Ericsson Xperia X10 mini Pro.
- Download and extract exploid_x10mini.zip
- Download the Android SDK (this is required for ADB)
- Download the Sony Ericsson PC Companison (required for X10 mini USB drivers.
- Enable USB debugging on your device by heading to Settings > Applications > Development
- Add the Power Control widget to your active widgets on your device. This is required to quickly switch Wi-Fi ON and OFF.
- Connect your device to your computer.
- - Open a command prompt window and navigate to the folder where you have installed the Android SDK (eg: C:\android-sdk\platform-tools)
- - Now type the following commands one after the other
cd c:\exploid_x10mini (or another folder where you've extracted the files from exploid_x10mini.zip)
adb push Superuser.apk /sdcard/Superuser.apk
adb push su /sdcard/su
adb push exploid /sqlite_stmt_journals/exploid
adb push busybox /sqlite_stmt_journals/busybox
adb shell
cd sqlite_stmt_journals
chmod 755 exploid
chmod 755 busybox
- - Type ./exploid
[NOTE] You need to disable and enable the Wi-Fi using the power widget on your device.
- - Next run rootshell and enter the password rootnow.
- - The prompt will change to # - now you have achived root.
./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
exit - out of rootshell
exit - out of adb shell
source - XDA Developers
No comments:
Post a Comment