Disclaimer: I am not responsible for bricking your device or bootloop. Also, note that modifying /system may/will break further OTA updates. So, please try it at your own risk.
1. Download any bootanimation and make sure to change the name to bootanimation only. You can get it from here. Link: https://forum.xda-developers.com/and...nware-t3721978 (Credit goes to @mauam)
2. Go to device settings/Developers option and turn on USB debugging
3. Make sure you have ADB tool installed properly in your computer.
4. Connect your device to the computer using the USB cable.
5. Now open ADB tool folder and paste the bootanimation zip file here.
6. On the same ADB folder, press shift+right click and open command box.
7. Type: adb shell mount /system
8. Now type: adb push bootanimation.zip /system/media
9. Type: adb shell unmount /system
10. Type: adb shell reboot
N.B. Result may vary depending on the device model.
Related
I "attempted" to root my NS following these directions:
I. Before You Begin
1. This will unlock your phone’s bootloader (so you can flash recoveries and ROMs), and can be undone very easily (unlike the Nexus One).
2. This WILL ERASE all your information on the phone.
II. Setup ADB
1. Head to our How To Setup ADB procedure, once you can see your phone’s serial number after typing adb devices then come back to this procedure and continue.
(MAKE SURE YOU FOLLOW ALL THE STEPS IN THE WRITTEN PROCEDURE AS THERE HAVE BEEN UPDATES ADDED).
III. Unlock the Bootloader
1. Turn off your phone.
2. Turn it on by holding Volume Up and Power until fastboot mode comes up.
3. Plug the phone in via USB cable to your computer while it is in fastboot mode.
4. Open a command prompt on your computer by clicking on the Start menu button and typing cmd and hitting enter in the search box.
5. In the command prompt that pops up, type the following with hitting enter at the end of each line:
cd c:\androidsdk\tools\
fastboot oem unlock
6. At this point the phone will ask you to confirm, select yes. You now have an unlocked bootloader.
IV. Flash a Custom Recovery Image
1. Download the custom recovery image and save it to your computer:
ClockworkMod Recovery for Nexus S
2. Copy the recovery.img file inside the tools folder of the sdk (so it is in the same folder as fastboot.exe)
3. Then in the command prompt that should still be open, type the following with hitting enter at the end of each line:
fastboot flash recovery recovery.img
4. Once it is flashed, leave the phone in plugged in and in fastboot mode.
V. Root the Phone
1. In fastboot mode, select Recovery using the volume buttons and power button and wait for it to boot into recovery mode.
2. Download the Superuser flashable zip file and save it to your computer.
Superuser for Android 2.0 and Up Flashable Zip
3. Once in recovery mode, select Mounts and Storage then select Mount USB Storage so we can transfer files to the sd while it is in recovery mode.
4. Copy the Superuser.zip file to the root of your internal storage (do NOT extract it, do NOT put it in any folders, just on the phone’s storage itself).
5. Select Unmount on the phone.
6. Select Mount System, then select Go Back to get back to the main menu.
7. Then scroll to flash zip from sdcard and then choose zip from sd card and select the superuser.zip file and wait for it to finish flashing.
8. Once it is done, select Go Back then Reboot System and wait for the phone to reboot.
VI. Stop the Phone from Uninstalling the Custom Recovery Image
1. Once the phone is booted up, plug it in via USB cable and do NOT mount the storage.
2. Open a command prompt on the computer and type the following with hitting enter at the end of each line:
adb shell
cd etc
mount -o rw,remount /dev/block/mtdblock3 /system
mv install-recovery.sh install-recovery-no.sh
3. That will mount the system as writable and rename the file that overwrites the recovery image on reboot so that our custom recovery will stay.
4. Turn off the phone and turn it back on by holding down Volume Up and Power to get into fastboot mode.
5. Plug the phone in via USB cable while in fastboot mode and open the command prompt again and type the following with hitting enter at the end of each line:
cd\
cd c:\androidsdk\tools\
adb reboot bootloader
fastboot flash recovery recovery.img
5. Once it is done, you have just reflashed the recovery image and it will now stick. You are all done! You have an unlocked bootloader, a custom recovery image, and root access! If you want to now load a custom ROM head to the next procedure linked below.
I ran into an issue near the end with this step under VI:
2. Open a command prompt on the computer and type the following with hitting enter at the end of each line:
adb shell
cd etc
mount -o rw,remount /dev/block/mtdblock3 /system
mv install-recovery.sh install-recovery-no.sh
I used root explorer to mount and rename the file since I couldnt get it to mount with adb shell. My issue now is that when I boot into fastboot mode and go to recovery, I get the error icon (The android with the triangle with the ! in the middle). I cant for the life of me figure out how to get recovery back. It also does not recognize my device in fastboot mode with adb devices but does recognize it when its booted into the regular os. Any ideas?
This is solved. Apparently the directions are a little sketchy.
When it got to this step:
5. Plug the phone in via USB cable while in fastboot mode and open the command prompt again and type the following with hitting enter at the end of each line:
cd\
cd c:\androidsdk\tools\
adb reboot bootloader
fastboot flash recovery recovery.img
the adb reboot bootloader command would not work. Skipping it solved my problem.
Recently I've got a cheap Motorola Backflip for Telus, then I start exploring and find a solution to upgrade to 2.3.7. I've spent 2 whole days facing the computer but eventually got the solution.
I don't know is there anyone still using this ancient phone but I wish this thread can help the one who needs this and also update some of the out-dated processes.
Origin: Android 1.5
Let's start:
(The following are tested on a telus backflip)
First Root
1) Go setting>Application> Development>USB debugging. check the debugging box
Put a at least 1GB memory card in your phone
2)Connect your phone to computer. USB connecting type: "charge only"
3)Download pdanet so that they can install the driver you need, run it after you downloaded it with your phone connected to the computer
http://www.junefabrics.com/android/download.php
4)Download adb and extract all the files to the root of (C: )
http://www.mediafire.com/?tntogmymgo16ac0
5)Download the rageagainstthecage file, create a file called "Moto_MSM_Root" in (C: ), then extract all the files into "Moto_MSM_Root" in (C: )
http://www.mediafire.com/?azcraghfl12sw8w
6)Download “Terminal Emulator” and "Rootchecker" and put them in the root of (C: )
http://www.iapktop.com/wp-content/plugins/download-monitor/download.php?id=5181
http://goo.gl/KEt1Z
7)Computer: Enter (C: )drive and then hold "shift" on your keyboard and right click, choose to open the command prompt
8)Code
8a)Verify the connection by typing the following code, if it shows your devices serial and "device" side by side, you are good to go
Code:
adb devices
Example:XXXXXXXXXXXXXXXX device
8b)start rooting
Code:
adb install RootCheckPro.apk
adb install Android_Terminal_Emulator_v1.0.32.apk
adb push c:\Moto_MSM_Root\Superuser.apk /sdcard/Superuser.apk
adb push c:\Moto_MSM_Root\su /sdcard/su
adb push c:\Moto_MSM_Root\rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
adb push c:\Moto_MSM_Root\install-root.sh /data/local/tmp/install-root.sh
adb shell
cd /data/local/tmp
chmod 0755 rageagainstthecage-arm5.bin
chmod 0755 install-root.sh
Keep your phone connecting to the computer
9)Backflip: open the terminal emulator in your Backflip
10)type the following in the terminal emulator on Backflip
Code:
cd /data/local/tmp
./rageagainstthecage-arm5.bin
11)Wait for a while until you see this message
Code:
[+] Forked xxxx childs.
12)Close the " terminal emulator"
13)Open " terminal emulator" and type the following (!My " terminal emulator" failed to open after closing it, so I force close it by this method: Setting>Application>Manage Applications>terminal emulator>Force close! Open terminal emulator again and type the code):
Code:
/data/local/tmp/install-root.sh
14)If the script doesn't show nothing, then your backflip is rooted!
15)Open "RootChecker" in your phone to verify "root"
Second Flashing ROM (CM7.2)
1)Download the ROM and other things we needed to run CM7 perfectly, DO NOT extract them, put them in (C: )Drive
CM7.2: http://get.cm/get/jenkins/2849/cm-7.2.0-motus.zip
gapps-gb-20110828:http://cmw.22aaf3.com/gapps/gapps-gb-20110828-signed.zip
(For non-AT&T Backflip ONLY) : signed-IT_radio.zip:http://www.mediafire.com/?pco663926xf2ccm
2)Download recovery.img and EXTRACT it to (C: )drive
recovery.img:http://www.mediafire.com/?4limlcamj4tv7dl
3)Computer: Enter (C: )drive and then hold "shift" on your keyboard and right click, choose to open the command prompt
4) Verify your device first ,if it shows your devices serial and "device"side by side, you are good to go
Code:
adb start-server
adb devices
5)Plug in your phone via USB and in "charge only" mode, check usb debugging
6)Code in the command prompt
Code:
adb push c:\cm-7.2.0-motus.zip /sdcard/cm-7.2.0-motus.zip
adb push c:\gapps-gb-20110828-signed.zip /sdcard/gapps-gb-20110828-signed.zip
adb push c:\signed-IT_radio.zip /sdcard/signed-IT_radio.zip
adb push c:\recovery.img /sdcard/recovery.img
adb shell
su
flash_image recovery /sdcard/recovery.img
exit
exit
7) Reboot the phone in recovery mode. First, power off the phone>hold camera button –> Press power button while keep holding the camera button> hold until your see the screen with green letter. Then, press volume down key immediately. Don't concern what it says in this stage.
8)You should have enter the recovery mode with a green Android background
9)Use Volume Keys to navigate, home button for enter and Back button for back.
10)Select Wipe>wipe all and then confirmed by clicking the home button
10.1) (For non-AT&T Backflip ONLY) Click back and then select “Flash zip from SD”, select "signed-IT_radio.zip" and hit home button twice
After finish flashing this, reboot the phone to recovery.
11) Back to the main menu, select “Flash zip from SD”, then select "cm-7.2.0-motus.zip" hit home button twice
After finish flashing this, click back once
12)select "gapps-gb-20110828-signed.zip" and hit home button twice
13) select "Reboot system now"
14) It would take about 15-20 mins for the first boot-up
15) Done and Enjoying using CM7.2 Android 2.3.7
ATTENTION: I won't be held accountable for any damage to your phone, you take your own risk.
All the resources in the guide are from different website and developer, all the effort belongs to them. Please visit their own website/forum and support them.
ATTENTION: After flashed to Italian radiio, I can't detect telus network on my phone but it becomes usable for Rogers/Bell/Virgin/chatr/
Take your own risk
HOPE YOU CAN DO IT!
ADB http://www.mediafire.com/?occn7zlez9qkk2x
dead link
unable to dwnld gapps-gb-20110828-signed.zip
link seems to b dead
need an alternate link..
pls help !
edit : found it here
goo.im/gapps/gapps-gb-20110828-signed.zip add http @ beginning..!
Root is done and i can't access to write recovery
i download SuperOneClickv1.6.5-ShortFuse and do root then i open super user
then i do restart to phone and write
flash_image recovery /sdcard/recovery.img
Lot Of time
recovery is done write :good:
Your Post Helpful Bro
Br Ahmed Zitoon
---------- Post added at 07:21 PM ---------- Previous post was at 06:53 PM ----------
And This is Perfectly Work
update-cm-7.1.0-BACKFLIP-signed
hello there can any one help me to root xolo x900 i had tried every thing that is available in internet every thing failed is there any way to root it
First make sure you have the following
- Xolo ICS update installed.
- Intel USB driver for Windows
- The Root Installer
-------------------------------------------------
Then,
- Enable USB Debugging mode and then connect your Phone to PC.
- Extract root installer archive and run the runme.bat file.
- In your PC, type 1 in the command prompt for “Make a choice”. your device will ask for Full Restore. You will not loose data. Select Restore my data. Finally, your device will reboot twice and you will be rooted. Note that your screen may flash before the second reboot which is fine.
Managed to Root my xolo x900
I think I've found a way to root my x900. It's currently running the latest version of SuperSU 2.16 and has the stericson busybox installed.
I've tried rooting the x900 with all possible methods and have never been successful. Especially the part where it says 'restore started' then 'restore ended' almost immediately. By no means am I an expert on this and the following was achieved with a lot of trial and error, I've tried to put it down in the simplest way I could.
Warning: Try the following at your own risk.I do not wish to be held responsible for any damage your phone might incur.
These were my steps:
1.I extracted the boot.img(a) from the orange-sandiego ics signed update file found at modaco forum
2. I extracted the boot.img(b) from the official rom downloaded from androidxda.
3. Download and install minimal adb and fastboot installer from XDA forums along with the Intel-usb and adb drivers from androidxda.
4. Download the latest Superuser binary and .apk .zip from the official XDA thread
5. Download the stericson.busybox.apk from the internet.
6. Place the boot images[(a) and (b) renamed to your preference] in the main folder of the minimal adb/fastboot exe, found in C: program files x86...... Also unzip the SU file and place su from the x86 folder and the Superuser.apk into the main adb/fastboot folder along with the busybox.apk.
4. Turn on usb debugging and switch off the phone.
5. Hold vol-up + power keys for about 10seconds to put the phone into bootloader mode. It should say 'droidboot' on the screen.
6. Open a command prompt from the adb/fastboot desktop shortcut you have after you're done installing the adb/fastboot exe.
7. Type in
fastboot devices
Your device will be listed, then type in
fastboot flash boot boot.img(a)
This will flash the boot.img from the orange-ics-update, then type
fastboot reboot
Your phone should now reboot to system but the screen will not be functional and will only show different colors.
8. Now type
adb devices
To confirm your device is visible. Follow this with:
adb shell
su
mount -o rw,remount /system
exit
exit
adb push su /sdcard/su
adb shell
su
cat /sdcard/su > /system/xbin/su
ln -s /system/xbin/su /system/bin/su
chmod 6755 /system/xbin/su
exit
exit
adb install Superuser.apk
adb install stericson.busybox.apk
adb reboot bootloader
9. Now once again after confirming that the device is recognized in fastboot do this:
fastboot flash boot boot.img(b)
fastboot reboot
Your phone will now reboot to system, and it will have root access and busybox installed.
Good Luck.
You user framaroot v 1.9
0967894983 said:
You user framaroot v 1.9
Click to expand...
Click to collapse
I've tried all versions of framaroot before, none worked, neither does towel root, cydia impactor, v-root or shuame root helper.
Wicked! Thanks for that.
Are you able to install a full Linux distro on the device after it is rooted or is the bootloader still locked?
Hello People of the internet!
Today I will show a quick guide on how to root the ZTE Z998 Mustang phone!
The owner of this method has discontinued work with them so I'll go ahead and pass them on.
I DO NOT TAKE ANY CREDIT AT ALL!!!!!!! ALL CREDIT GOES TO stedman420!!!!!
Original Thread: http://unleashedprepaids.com/thread-8769.html
***REQUIREMENTS***
An AT&T ZTE Mustang Z998
A computer with ADB and Fastboot installed
**HERE'S A COUPLE GUIDES FOR QUICK AND EASY INSTALLATION OF ADB AND FASTBOOT IF NEEDED.**
*WINDOWS*(do not use this to install drivers though)
http://forum.xda-developers.com/showthread.php?t=2588979
*LINUX or MAC*
http://forum.xda-developers.com/showthread.php?t=2638673
**WARNING FOR MAC USERS**
Safari browser settings may need to be changed in order to download zip files without extracting them.
**WARNING FOR WINDOWS USERS**
If using Windows you will also need to install the phones drivers and due to issues with fastboot drivers koush's universal driver is recommended.
http://www.koushikdutta.com/post/universal-adb-driver
**DO NOT CONTINUE TO THE INSTRUCTIONS UNTIL THE ABOVE REQUIREMENTS ARE MET OR THE FOLLOWING WILL MOST LIKELY NOT WORK**
(All downloads will be below)
***INSTRUCTIONS***
1.) Download z998-cwm-recovery.img and place it ON YOUR COMPUTER preferably somewhere easy to remember (i.e. C:\ on windows or home directory on linux)
2.) Download one of the following zips and place it ON YOUR PHONES SDCARD
----SuperSU_v1.86-Z998.zip (only for rooting)
----Unofficial_CWM_Recovery_v6.0.3.7.zip (only for flashing custom recovery)
----Root_and_CWM_Recovery.zip (for both rooting and flashing custom recovery)
----Stock_Z998_Recovery.zip (only for restoring stock recovery)
3.) Plug your phone into computer and make sure Developer options and usb debugging is turned on in the phones settings menu
4.) Now open a terminal(or cmd.exe) on your computer and type
Code:
adb reboot bootloader
then press enter
5.) Once the phone vibrates you should be in fastboot mode. The phone will have a blank screen and the red light will be on.
6.) Now in your computers terminal type
Code:
fastboot boot z998-cwm-recovery.img
then press enter
7.) Your phone should now boot into cwm recovery. Once in recovery volume buttons will scroll up/down and the power button will select options
8.) Now on your phone scroll to and select install zip from sdcard and then find and install the root and/or recovery zip you downloaded in step 2
9.) After installation is complete you can unplug your phone from computer and as always make sure to MAKE A BACKUP using cwm recovery. Then just reboot to system and enjoy
***HELPFUL NOTES***
If you did not put the z998-cwm-recovery.img in your home directory or in your C:\ directory for windows then in step 6 where it says
Code:
fastboot boot z998-cwm-recovery.img
you will need to put in your exact file path to where the z998-cwm-recovery.img is on your computer
For example
Code:
fasboot boot C:\your\path\to\z998-cwm-recovery.img
Where C:\your\path\to\ would be the exact filepath to the z998-cwm-recovery.img on your computer
If using a Mac and you did not follow the guide posted above for setting up adb and fastboot you most likely will need to put ./ in front of your adb and fastboot commands
For example
Code:
adb reboot bootloader
Would be
Code:
./adb reboot bootloader
AND
Code:
fastboot boot z998-cwm-recovery.img
Would be
Code:
./fastboot boot z998-cwm-recovery.img
Also the no file_contexts error in cwm recovery can safely be ignored.
***BONUS QUICK TIPS***
**HOW TO MANUALLY BOOT PHONE INTO RECOVERY**
1.) Power phone off
2.) Press and hold volume up, and power button at the same time until your phone boots into recovery
3.) Once in recovery volume buttons scroll and power button will select options.
**HOW TO MANUALLY FLASH STOCK RECOVERY USING A ROOTED PHONE**
1.) Download z998-stock-recovery.img and place it on the root of your phones sdcard (on your sdcard not in any folders)
2.) Download and install Android Terminal Emulator from PlayStore on your phone if you have not already
3.) Open terminal emulator and type
Code:
su
then press enter
4.) Type
Code:
dd if=/sdcard/z998-stock-recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
then press enter
***BIG PROPS CREDIT AND THANKS GOES TO***
Slay696 - for testing and stock files
Koush - for the awesomeness that's CWM and the Universal ADB Driver
Chainfire - For an outstanding root app(all credit for the app goes to him I just made it easy to install)
SuperSU on PlayStore
alpha6 - for mac testing and feedback
DOWNLOADS:
z998-cwm-recovery.img: http://az1.androidfilehost.com/dl/_...69652/23610159112650865/z998-cwm-recovery.img
Root_and_CWM_Recovery.zip: http://qc3.androidfilehost.com/dl/4...2/23321874045862492/Root_and_CWM_Recovery.zip
Stock_Z998_Recovery.zip: http://qc1.androidfilehost.com/dl/7...792/23321874045862493/Stock_Z998_Recovery.zip
SuperSU_v1.86-Z998.zip: http://qc4.androidfilehost.com/dl/2...9823/23321874045862494/SuperSU_v1.86-Z998.zip
Unofficial_CWM_Recovery_v6.0.3.7.zip: http://qc1.androidfilehost.com/dl/c...45862495/Unofficial_CWM_Recovery_v6.0.3.7.zip
This guide is meant to less techie people, and written in detail. Please don't mind me if I overexplain. If you have any questions, feel free to comment them.
Also, I am not responsible for anything you do to your phone; you assume your responsibility for anything you do because of this guide.
Scenario:
So, lets say that you tried to flash an zip file on your android using sideload, but the zip required another file to be in the same directory as it, in order to work.
After flashing the zip and getting an error, your phone may not get pass the logo of the brand and be soft bricked.
Also, you formatted your external sd as internal, and cant access your usual location with files in the recovery.
In this case, don't worry, as I'm here to help you unbrick your phone without reinstalling the rom.
Things you will need:
your phone
a computer connected to your phone with an usb cable
the proper drivers for your phone
a custom recovery like cwm or twrp installed on your phone
probably root, although I'm not sure
and finally the adb (android development bridge) utility
Where to get a custom recovery?
- https://www.xda-developers.com/how-to-install-clockworkmod/
or search on xda under at your device's forum
Where to download adb from?
- https://forum.xda-developers.com/showthread.php?t=2588979 (this one comes with the drivers)
- https://dl.google.com/android/repository/platform-tools-latest-windows.zip (just the adb files)
So lets get started:
First, get your phone into Recovery mode (on samsung hold power button volume up and home button), and connect it to your pc with a usb cable.
Open ADB by shift + right clicking the folder platform-tools in witch it is located. Click on "Open Command Prompt window here" or "Open Powershell window here" (depends on your windows settings).
You need to find a location on your phone that is accessible through the flash zip menu from your recovery. (from sdcard / from sdcard1 or whatever your external sd is called)
In my case, i could get to see folder 0 and obb from "flash zip from sdcard".
To find a suitable folder:
In the window, type
Code:
adb.exe shell
if you opened cmd, or
Code:
./adb.exe shell
if you opened powershell.
This will open a terminal that will run commands on your phone.
(Now you can type commands in the cmd window that will be run on your phone.)
Type in
Code:
cd /sdcard/0
to go to the main sd card location that is accessible in recovery when you go to flash a zip from there. (if you can get to another folder where you could a flash a zip from, change the location to that place)
You can use here the command
Code:
ls
to view objects in the folder you are in.
After you are done, type
Code:
exit
to exit.
To solve the soft-brick, you need to reflash the zip, but with the files it needed in the same directory.
Type in the ADB window
Code:
./adb.exe push "location of the file you are sending" "location of the folder you are sending to (eg. /sdcard/0)"
if you are in powershell, or without the ./ if you are in cmd.
Use this until you have sent all the files needed for a successful flash.
Then just use the "flash zip" utility from your recovery with the location you have sent the files to, on your phone, to complete the flash, and solve the half-brick.
Restart your phone and you should be good to go.
Thanks to the following threads, that helped me put this together, and solve this problem on my phone:
https://forum.xda-developers.com/showthread.php?t=1927198
https://forum.xda-developers.com/showthread.php?t=2588979