Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Evostance
Old
(Last edited by Evostance; 30th June 2010 at 06:43 PM.)
#1  
Evostance's Avatar
Senior Member - OP
Thanks Meter 315
Posts: 1,438
Join Date: Nov 2008

 
DONATE TO ME
Lightbulb [Tutorial] Rooting the X10 and removing apps

HOW TO ROOT YOUR X10: DUMMIES GUIDE


Enhanced the original guide from http://forum.xda-developers.com/showthread.php?t=711907

Step 1: Download either of these (they are both the same)

http://hotfile.com/dl/51439105/08944..._F2v1.rar.html
http://rapidshare.com/files/40389214..._F2v1.rar.html

Step 1.5: Download this
http://hotfile.com/dl/51430503/37345...16_ft.rar.html


Step 2: Disconnect your X10 and power it off

Step 3: Hold the "Back" button on your X10 and connect your USB cable (SEUS Drive should install or fail)

Step 4: Go to your start menu a run "regedit"

Step 5: Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\U SB\VID_0FCE&PID_ADDE

Step 6: You will see a number like "1&23cfa456&7&8". This is your device ID. Copy this number

Step 7: Go to the "i_R1FA16_ft" folder you just downloaded, then open folder "step1" and then open the file "DeviceID.txt"

Step 8: Copy your device ID into this file and save it

Step 9: Power off your phone, disconnect it and remove the battery for 5 seconds

Step 10: Start "X10flash.bat"

Step 11: Put your battery back in, hold the "back" button and connect your USB cable like in step 3

Step 12: Open the other folder you downloaded called "ROOT_F2v1" and copy "DeviceID.txt" into the folders "step2" and "step3"

Step 13: On your phone, press menu > settings > applications > Allow debugging

Step 14: Run "step2.cmd" and select the 6 option down "Unpack from SDCard" and let it do its thing

Step 15: Run "step3.cmd" and press enter. Let it do its thing until it reboots back to the phone

Step 16: Enjoy Root


If you have problems with permissions do these commands on your phone's terminal:

Quote:
mount -o remount, rw /system
chmod 06755 /system/bin/su
su
This should make SuperUser.apk pop-up and ask for permissions
 
Evostance
Old
(Last edited by Evostance; 29th June 2010 at 11:04 PM.)
#2  
Evostance's Avatar
Senior Member - OP
Thanks Meter 315
Posts: 1,438
Join Date: Nov 2008

 
DONATE TO ME
Removing Applications

Step 1: Download http://rapidshare.com/files/403921536/step4.rar.html

Step 2: If you are on Vista or W7, open up the "step4" folder

Step 3: Shift-right click and select Open Command Prompt Here

Step 4: Take your pick from the following commands. Chose which one you want and type into the command prompt

Quote:
@adb shell rm /system/app/mox*
@adb shell rm /system/app/off*
@adb shell rm /system/app/play*
@adb shell rm /system/app/track*
@adb shell rm /system/app/EManual*
@adb shell rm /system/app/SemcIME*
@adb shell rm /system/app/LatinImeTutorial*
@adb shell rm /system/app/AndroidQuadrapop*
@adb shell rm /system/app/LatinIME*
@adb shell rm /system/app/SEMCTouchPal*
@adb shell rm /system/app/se-supp*
@adb shell rm /system/app/Launch*
@adb shell rm /data/app/*.zip
@adb shell rm -r /etc/semc/startupshow
@adb shell rm -r /etc/semc/preset/app
Optional Step 5: Restore Mediascape by entering these commands into the same command prompt

Quote:
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb shell dd if=/sdcard/apps/MediascapePluginManager.apk of=/system/app/MediascapePluginManager.apk
adb shell dd if=/sdcard/apps/MediascapePluginManager.odex of=/system/app/MediascapePluginManager.odex
adb shell chmod 644 /system/app/MediascapePluginManager*
adb shell dd if=/sdcard/apps/mediascape.apk of=/system/app/mediascape.apk
adb shell dd if=/sdcard/apps/mediascape.odex of=/system/app/mediascape.odex
adb shell chmod 644 /system/app/mediascape*
adb shell reboot
 
Vilam
Old
#3  
Vilam's Avatar
Senior Member
Thanks Meter 0
Posts: 353
Join Date: Apr 2010
Quote:
Originally Posted by Evostance View Post
Removing Applications

Step 1: Download http://rapidshare.com/files/403921536/step4.rar.html

Step 2: If you are on Vista or W7, open up the "step4" folder

Step 3: Shift-right click and select Open Command Prompt Here

Step 4: Take your pick from the following commands. Chose which one you want and type into the command prompt



Optional Step 5: Restore Mediascape by entering these commands into the same command prompt
Is this the first step4 files or the step4V2 files ?
 
Evostance
Old
#4  
Evostance's Avatar
Senior Member - OP
Thanks Meter 315
Posts: 1,438
Join Date: Nov 2008

 
DONATE TO ME
Quote:
Originally Posted by Vilam View Post
Is this the first step4 files or the step4V2 files ?
step4 from that file
 
xenkato
Old
#5  
xenkato's Avatar
Senior Member
Thanks Meter 17
Posts: 159
Join Date: Feb 2008
Location: Tripolis, Greece
Mate, mediascape isnot in the apps folder, how to restore?
 
andy8271
Old
#6  
Senior Member
Thanks Meter 0
Posts: 112
Join Date: May 2010
that is old method though ? new method does not need device Id and is simpler. it also gives FULL r2b...020 rom rather than just baseband like old method

new method is as simple as flashing the uk 016 rom to your phone and then running jerpleas brand new step 2 and 3 files.
 
Lee1972
Old
#7  
Member
Thanks Meter 10
Posts: 49
Join Date: Jun 2010
Location: London
Hi, ive come accross 2 problems, first I have two device numbers in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\U SB\VID_0FCE&PID_ADDE. One ends in 1 the other 2, what one do I use. Rebooted pc & phone and still two!

Second, when I start "X10flash.bat" it says this:

'java' is not recognised as an internal or external operable program or batch file.

Any ideas?
 
Chewitt
Old
#8  
Senior Member
Thanks Meter 45
Posts: 741
Join Date: Jun 2010

 
DONATE TO ME
Quote:
Originally Posted by Lee1972 View Post
Second, when I start "X10flash.bat" it says this:

'java' is not recognised as an internal or external operable program or batch file.

Any ideas?
See my Sig, i bet you are on a 64 bit OS
Handset History:
Xperia X10 (Traded In) > Xperia Arc (Dev Handset) + Xperia Ray (Back-up Phone) > Xperia Arc S (Retired) > Xperia S (Retired) > Xperia T (Retired) > Xperia Z (Current)

Tablet History:
Xperia Tablet S (Current)

Development History:
Developed the Dark10 series (X10 + Arc/Ray/Arc S)
Helped in development of Timescape mod's (X10)
Helped in Graphical development of FXP ICS (Arc/Ray/Arc S)
 
rosco16
Old
#9  
Senior Member
Thanks Meter 2
Posts: 137
Join Date: Mar 2008
Please can you upload launcher.apk y launcher.odex of r2b fw ?

thanks
 
Lee1972
Old
#10  
Member
Thanks Meter 10
Posts: 49
Join Date: Jun 2010
Location: London
Quote:
Originally Posted by Chewitt View Post
See my Sig, i bet you are on a 64 bit OS
Quote:
Originally Posted by Chewitt View Post
See my Sig, i bet you are on a 64 bit OS
Your right, i'll look at your vid, thanks

Lee

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Learn to Edit Graphics for your Development Work

The importance of good and appropriate graphics for your development work is undeniable. Be … more

Tasker Alternative: AutomateIt, Automates Your Device Tasks – XDA Developer TV

XDA Developer TV Producer Kevin wants to help make your … more

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more

Jolla Sailfish OS Flagship Device Makes First Appearance

Given the amount of coverage that Android receives around here, you could almost be … more