Upgrading from Leaked Froyo to OTA Froyo
This will show you how to factory reset back to 2.1, Update to Froyo, Root & Deodex (to allow custom themes)
☢Important Notes☢
* Applying SBF will perform a factory reset and wipe all data off your device
* Do NOT attempt to SBF a OTA Froyo (hopefully we be available in future)
* I have tested this method and had no problems
To Apply SBF
1a. Download
RSD Lite
SBF INSTRUCTIONS: Install the RSDLite 4.7 program by double clicking on the program.
Move the pst_flash.ini file into the following folder --> Program Files/Motorola/RSDLite
1b. Download SBF from
HERE
2. Install the drivers that for Windows to recognize Droid X
32 Bit or
64 Bit
3. Unzip the SBF into a folder.
4. Open RSD Lite and find the UNZIPPED SBF
5. Put your Motorola Droid X in bootloader mode (With Device off, Press Volume Down and camera buttons then press power). Now connect the Droid X via usb.
6. Click start and sit back.
7. Device will no reboot automatically... You will need to remove battery to power down
8. Put Device into android system recovery recovery (not clockwork recovery)
9. Hold down home button and press power button until Motorola logo appears (continue to hold home button till you see android with exclamation point)
10. Use volume rocker to select wipe data factory reset
11. Press Application button (hard key to left of home button)
12. Select yes, then reboot
Root Device
1. Download DoRootForWinows from
HERE
2. Extract contents into Android Windows SDK tools folder
Need Help Installing Android SDK?
3. Made sure USB debugging is enabled (settings...applications...development)
4. Run doroot.bat
5. Will open a command prompt and begin rooting device
6. Wait for device to reboot itself then its complete
Manually Deodex Your DX (Allow Custom Themes like BigDX Serentiy)
1. Download
xUltimate v2.2.2 (Created by
xeudoxus)
2. Unzip xUltimate v2.2.2
3. Connect Droid X with usb cable and choose windows sync mode in usb connection type (located in drop down notification menu)
4. Run Main.exe
5. Run option 1. After option 1 is done, run option 2.
6. Now these well take a while. Run option 3.
7.
IMPORTANT: After you have run option 3, you MUST navigate to the xUltimate folder and find "origi_frame" folder, and delete "guava.odex". It's a bad file, and interferes with deodexing process.
8. Now run option 4
9. Exit xUltimate, and put the phone in USB mass storage.
10. Go back into the xUltimate folder and copy "done_frame", and "done_app", and move them to the root of the sdcard.
11. Put phone back in to windows sync mode
12. Open a command prompt, and do the following:
Code:
adb shell su stop mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system cp /sdcard/done_app/* /system/app/ cp /sdcard/done_frame/* /system/framework/ rm /system/app/*.odex rm /system/framework/*.odex mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system reboot