[HOW-TO]Wipe your Android Phone using Clockwork's Recovery - myTouch 3G Slide Android Development

What we have here is a tut on what's required to clean your phone prior to installing a custom rom
Pre Requirements:
1.) must be ROOTED
2.) should have Eng build installed(not a necessity, but makes life A WHOLE LOT EASIER!!)
3.) must have clockwork's recovery installed
remember people, when i say "select" i mean clicking the touchpad.. in the newer versions of clockwork, you can no longer press the power button to select
so here's your steps:
1.) boot into clockwork recovery(easiest way is through rom manager)
2.) scroll down to wipe data/factory reset and select using your optical touchpad
2.1) scroll to yes and select
3.) scroll to wipe cache partition and select using optical touchpad
3.1) scroll to yes and select
4.) scroll down to advanced and select
5.) scroll to wipe dalvik cache and select
5.1) scroll to yes and select
6.) scroll to wipe battery stats and select
6.1) scroll to yes and select
7.) click your back button(right of the touchpad)
8.) scroll to install zip from sdcard and select
9.) scroll to choose zip from sdcard and select
10.) scroll to your selected rom, and click the touchpad
you should now see it starting to load/install the rom. when its done, back out to the main menu if necessary and click reboot and WAIT!!! it will take a few minutes for everything to load up perfectly. once it loads up to the select screen, i would suggest waiting a couple more minutes for everything to load up before actually starting setup
and now you're done! you've wiped your phone, and installed a new rom! congrats!

thanks for this.
to be clear, is it ok for me to rid myself of these codes:
Code:
adb shell
cd /system/sd/dalvik-cache
rm -r *
cd /system/sd/app-private
rm -r *
exit
Code:
adb shell
wipe data
exit
adb reboot recovery
or was this just the code that the recovery is running instead of manually?

what those codes do i sthe same thing that wipe commands do that i just described

Is it necessary for me to wipe every time I flash a new ROM?

It's the best way to avoid problems.

Related

◉ First time Rooting : Please check my work...

Hello :
I am going to be flashing my droid phone for the first time (nOOb), and I want to make sure I will doing it correctly.
I have gathered what I believe to be the correct information, and have listed it below.
I am hoping someone can look at the steps to make sure everything is correct and in order.
If I am missing something, or if something does not look right, could you please correct, ammend, or add as necessary.
This would be a tremendous help to me, and I would greatly appreciate it.
Thank you.
1. Root phone using SuperOneClick v2.3.3
A. Install the USB driver for your phone onto your PC
B. Enable USB debugging mode on phone
C. Download and install Java SE developers kit
D. Download and install Android SDK developers kit
E. Connect phone to computer using USB
F. Download and install SuperOneClick v2.3.3
G. Make sure your SD card is NOT mounted
H. Press "Root"
I. Wait for "Success" confirmation
2. Install ClockworkMod Recovery via ROM manager
A. Download and install ClockworkMod ROM Manager
B. Once installed, open ROM Manager
C. Press "Flash ClockworkMod Recovery"
D. Reboot or Power Off
3. Perform a Nandroid backup (full system backup)
A. Make sure you have an install SD card and you have enough free space available on the SD card
B. Open ROM manager and hit reboot to recovery
C. A pop up will ask if you want to reboot into recovery, press OK
D. Phone will reboot and boot into ClockworkMod Recovery
E. Once in CWR, use volume up and down buttons to scroll up and down the menu list
F. Scroll down to "backup and restore"
G. Press "n" button to enter or go to nex sub-menu
H. Press "backup" to start the nandroid backup process
I. Once complete, you will be brought back to the main menu and it will read "Backup complete!"
J. Now scroll up or down to "reboot system now" and press "n" to execute.
K. Once booted and back to Home screen, open your favorite file browser
L. Make you way to your SD card: folder /clockworkmod/backup/(date of backup)
M. Check to see if you have files files: boot image, cache image, date image, nandroid check file, and system image. (note: Usually you will also see a recovery.img (image) file, which is the file that holds the backup for the recovery utility itself. You will see this files with most custom ROM packages.)
Are the above steps correct? Am I missing anything, or is something incorrect?
Thank you!
All is ok with the steps 2 and 3, but in the step 1 isn't necessary to install the Java SE Dev Kit or the Android SDK, SuperOneClick comes with all the necessary tools

[Q] Help with bootloop

Heu guys,
So after using cyanogenmod9, i felt like reverting tp stock.
Sp i got my kernel (xwkk2) and flashed it with odin. Now im in a bootloop. How the bejesus do i fix this?
Thanks
When I got in a boot loop two days ago all I did was wipe data, wipe cache, wipe dalvik cache and install a new ROM instead. If you don't have a removable microSD to put the ROM I suggest you look for the ADB Push tutorial. After your phone boots up try to install a stock Rom.
I don't if this helped but it worked for me.
Sent from my GT-I9100 using XDA
did you just flash a stock kernel? If so, you would get a bootloop as samsung kernels arent compatible with CM9.
Flash the entire rom instead of just the kernel.
ADB PUSH TUTORIAL (quoted from @brewtaz)
Requirements:
Unlocked Bootloader/Rooted Device
CWM Recovery flashed from fastboot.
Basic knowledge of adb/fastboot commands
Steps:
- Download your ROM of choice (referred to as ROM.zip) and place it wherever your ADB is on computer's harddrive (referred to as c:\AndroidSDK\tools)
- Boot your phone into Recovery and select the "Mounts & Storage" screen
- Plug your phone into your computer using USB Data Transfer Cable
- Ensure in Recovery that your phone shows "Unmount /sdcard/" and "Unmount /system/" (If they do not show this automatically, just press each one once respectively as pressing just toggles Mount and Unmount)
- Open Command Prompt on your computer by doing Start -> Run -> cmd
- In Command Prompt, type "cd c:\AndroidSDK\tools" replacing AndroidSDK\tools with wherever your adb and ROM are located.
- This is probably the most important part - Still in Command Prompt, type "adb push ROM.zip /sdcard/ROM.zip" replacing ROM with the EXACT name of the ROM file and including the .zip piece on both ends. This may take a minute or two...or four, but you will see a message in Command Prompt saying something like <12345678kb to 1234567kb>. That is just telling you that the file was pushed properly. (I did not include that message in the picture below)
- Once this has completed, unplug your phone from your computer and close the Command Prompt window
- Back in Recovery, go to Recovery's main screen and Do a "Factory Reset", "Wipe Cache Partition", and "Wipe Dalvik Cache [which is in the Advanced menu of Recovery]"
- When these are all done, from Recovery's main screen, select "Install ZIP from SD Card" and then "Choose file from SD Card" and select the ROM.zip file you just pushed from your computer to the SD Card. If you do not see the file, go back to Mounts and Storage and toggle them to say "Mount /sdcard/" and "Mount /system/" and then go back and try to fine the ROM.zip file. If you still do not see it, it was not pushed correctly...go back and ensure you were letter for letter with the name and the file path.
- Once the screen in Recovery says "Install from SD Card Complete.", go back to Recovery's main screen yet again and select "Reboot system now" - If your device fails to Install the ROM.zip, I had this happen to me. You must push the CWM SuperSU ZIP (the .zip file is found at the end of this thread)file as outlined before and Install THAT .zip file in Recovery, then reboot Recovery and Install the ROM.zip from SD Card.
- Let your phone have some time to boot up...initial boot from installing a new ROM have histories of taking a couple minutes.
- You should now be on a working SGS2 running whatever ROM you decided to flash.
I hope this HELPED.
Thanks for this information goes out to doktortaru, strker45, and torxx.
Sent from my GT-I9100 using XDA
All that or simply using cwm format system
Thanks to @brwetz for the above quoted info...!
Sent from my GT-I9100 using XDA
sweet thanks guys!
haaha it ws actually all coz didnt format /data... GAH
Thanx for tutorial...

Xperia u ics

Hi guys look I have xperia u gingerbread rooted unlocked bootloader and cwm recovery installed is there a way to install a Rom by cwm recovery to make it ics? Plz help cuz that why I rooted!
Sent from my ST25i using xda premium
Yes, just to go it's subforum ( forum.xda-developers.com/forumdisplay.php?f=1728 ), choose a ROM and follow it's instructions.
Cyanogenmod 9.1 is available for xperia u
Before Installing make sure to :
1. Download and install the android SDK and install adb (Click here for guide to install ADB on the android SDK)
2. Have atleast 70% battery life left
Download these files :
Fastboot
Google Apps (Gapps)
Cyanogenmod 9.1
(Xperia U Codename is KumQuat)
Now comes the flashing part
Extract the downloaded fastboot file to the desktop.
Get the downloaded ROM zip file which contains boot.img file and copy the boot.img it in the fastboot folder.
Copy ROM and Gapps zip file into the Xperia U SD card (Internal memory).
Power off the phone.
Now press and hold the volume down key and at the same time connect your Xperia U to the PC via USB cable.
Now your phone LED turn to blue color
Open the fastboot folder.
Press and hold the shift key on your keyboard and simultaneously right click inside the fastboot folder.
Now you can see the Windows context menu. Click its Open command window here option.
Then Windows Command Prompt(CMD) window will open.
Type or copy/paste following command line.
Code:
fastboot flash boot boot.img
After the installation is completed, next type following command line.
Code:
fastboot reboot
Next we should boot into the recovery. To do that while the Xperia U rebooting you can see the Free Xperia Projectboot-logo. Now quickly press and release the Volume Up key few times.
After you enter into the CWM based recovery first make a backup of your current ROM. Go to backup and restoregtBackup. It will take a few minutes. When its completed go back to the main menu.
Navigate to Wipe data/factory resetgtYes Wipe user data. After it completed go back to the CWM main menu.
Go to Wipe cache partitiongtYes Wipe cache.
Navigate to Advanced>Wipe dalvik-cache >Yes Wipe.
Now we can start the CyanogenMod ROM installation. Go to Install zip from the sd card>Choose zip from sd card. Browse the ROM zip file and select Yes Install.
Installation takes a few seconds. After it completed again select Choose zip from sd card option and select the downloaded Gapps.zip file. To begin the installation select Yes Install.
After all the zip file installed, go back to the ClockworkMod based recovery main menu.
Select reboot system now option.
Now your phone will be rebooted. First boot takes a few minutes. Its longer than usual time.
Congratulations, you just installed CyanogenMod 9.1 on your Sony Xperia U ST25i.
Hit That Thanks Button if i helped!
Thank but there is mistake in volume buttoms you gave me the opposite of it lol
Sent from my ST25i using xda premium

Install 4.4 ROM on VZW G2: ALL STEPS?

I am very new to the android world, seeing as I am a recent iOS convert. However, I am still struggling with all the terminology and technicalities of android and require assistance (perhaps a lot! :cyclops.
I have managed to root my G2 (VERIZON MODEL) but am stuck there. I do not know how to install CWM or TWRP, nor install any custom ROMs like CM or Gummy.
So will anyone be kind enough to guide me through the process? Thank you.
P.S.
I have searched through the threads in this forum regarding installing custom ROMs and am still confused.
from this thread here
http://forum.xda-developers.com/showthread.php?t=2449670
first download twrp for your device, http://techerrata.com/file/twrp2/g2vzw/openrecovery-twrp-2.6.3.3-g2vzw.zip
plug the phone to the computer, make sure u have usb debugging on in developer settings of phone
since you are already rooted, place that file recovery img to the IOROOT folder.
once done, rename the recovery file to recovery.img
one done, CONTROL + SHIFT + RIGHT CLICK, OPEN COMMAND PROMPT HERE
then type this
adb push recovery.img /data/local/tmp/recovery.img
adb shell
(IF YOU DONT SEE A # prompt on your phone, type su in the command prompt to get it then allow it on phone. once thats done then contine onto next step blow.)
cd /data/local/tmp
dd if=/data/local/tmp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
adb reboot recovery
once its complet just reboot the phone and you should have twrp installed!
once twrp is installed, you can dl the verizon version of paranoid android here
http://downloads.codefi.re/houstonn/kitkat/G2/PA/vs980/pa_g2-4.0-ALPHA-20131205-vs980.zip
and
http://www.androidfilehost.com/?fid=23252070760973599
dl the file, drag the files to the phone, dont place into any folder though.
to install, go to the ioroot folder again, control shift right click open prompt again, type adb reboot recovery
phone should reboot to recovery, go to settings, then select USE RM-F instead of formatting, then go to wipe, advance, select dalvik cache, system, data, and cache. IMPORTANT DO NOT SELECT INTERNAL STORAGE!!!
then swipe to wipe
then go to install then install the paranoid android download first, once its installed, hit the back button on the botom right, then install the GAPPS, then reboot the device your done.
Or you could just download the recovery.img that u choose, and flash it using the app called "Flashify". Easiest way by far and works perfectly for me everytime, using both TWRP and CWM whenever I need.
Once you have that done, installing a ROM such as GUMMY is fairly simple since it usually has the instructions right there in the OP of the thread. Pretty straightforward.
expertzero1 said:
from this thread here
http://forum.xda-developers.com/showthread.php?t=2449670
first download twrp for your device, http://techerrata.com/file/twrp2/g2vzw/openrecovery-twrp-2.6.3.3-g2vzw.zip
plug the phone to the computer, make sure u have usb debugging on in developer settings of phone
since you are already rooted, place that file recovery img to the IOROOT folder.
once done, rename the recovery file to recovery.img
one done, CONTROL + SHIFT + RIGHT CLICK, OPEN COMMAND PROMPT HERE
then type this
adb push recovery.img /data/local/tmp/recovery.img
adb shell
(IF YOU DONT SEE A # prompt on your phone, type su in the command prompt to get it then allow it on phone. once thats done then contine onto next step blow.)
cd /data/local/tmp
dd if=/data/local/tmp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
adb reboot recovery
once its complet just reboot the phone and you should have twrp installed!
once twrp is installed, you can dl the verizon version of paranoid android here
http://downloads.codefi.re/houstonn/kitkat/G2/PA/vs980/pa_g2-4.0-ALPHA-20131205-vs980.zip
and
http://www.androidfilehost.com/?fid=23252070760973599
dl the file, drag the files to the phone, dont place into any folder though.
to install, go to the ioroot folder again, control shift right click open prompt again, type adb reboot recovery
phone should reboot to recovery, go to settings, then select USE RM-F instead of formatting, then go to wipe, advance, select dalvik cache, system, data, and cache. IMPORTANT DO NOT SELECT INTERNAL STORAGE!!!
then swipe to wipe
then go to install then install the paranoid android download first, once its installed, hit the back button on the botom right, then install the GAPPS, then reboot the device your done.
Click to expand...
Click to collapse
So I take it that I put the "ioroot10" file into my phone over the USB, then extract the files of the TWRP file, then place the extracted TWRP file inside of the ioroot10 file? Also, I did the control+shift+right click, but there is not OPEN COMMAND PROMPT option. Sorry for all the questions..
dlee96 said:
So I take it that I put the "ioroot10" file into my phone over the USB, then extract the files of the TWRP file, then place the extracted TWRP file inside of the ioroot10 file? Also, I did the control+shift+right click, but there is not OPEN COMMAND PROMPT option. Sorry for all the questions..
Click to expand...
Click to collapse
no, you place the recovery.img to the ioroot10 folder, ioroot10 stays on your computer.
control + shift + right click = open command window here
Just use flashify its free n so much easier
the definition of open: “mkdir android ; cd android ; repo init -u git:// android.git.kernel.org/platform/manifest.git ; repo sync ; make" gansta mic drop

[RECOVERY] CWM 6.0.4.7 on Mediapad X1 - for 4.4.2 !!!

Hi everyone,
I successfully flashed CWM 6.0.4.7 on my 501L X1. This is thanks to the great folks at android-hilfe.de who compiled the links and most importantly the talented people at huafans.cn who created it.
This is NOT my work but I am sharing it for everyone's benefit. It helps if you can read Chinese though
Source forum: http://huafans.cn/forum-323-1.html
NEW
For 4.4.2 - 2014-10-08
https://drive.google.com/file/d/0B8-peidjMwx4ZUo3enVGOFVqckE/view?usp=sharing
For 4.2.2
Recovery link on android-hilfe: http://www.android-hilfe.de/root-cu...diapad-x1/601335-cwm-mediapadx1-download.html
Instructions:
Download and unzip the file recovery_cn.img.zip
Place the recovery_cn.img or recovery_cn_4.4.2.img onto the root folder of your SDcard
Install Flashify from the Playstore
Run Flashify and tell it to flash Recovery image > Choose a file > navigate via the file manager and choose the img file.
Execute, and reboot to Recovery to enjoy your new recovery.
A brief translation
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Main Menu:
1. Reboot Device
2. Choose ZIP to flash
3. Clear Data/Factory Reset
4. Clear Cache
5. Backup / Restore
6. Microsd functions
7. Advanced Functions
2. Choose ZIP to flash
a. Choose file from /sdcard (ie internal)
b. Choose file from /storage/sdcard1 (ie external)
c. Choose from last used location
d. Enable ADB Sideload (!!!!!!!!!)
e. Do not use signature verification
f. Back to previous menu
3. Clear Data/Factory Reset
a. No
b. Yes - clear all user data
c. Back to previous menu
4. Clear Cache
a. No
b. Yes - clear cache
c. Back to previous menu
5. Backup / Restore:
a. Backup to /sdcard (ie internal)
b. Choose from /sdcard which backup you would like to restore
c. Delete backups from /sdcard
d. Choose from /sdcard using advanced options
e. Backup to /storage/sdcard1 (ie external)
f. Choose from /storage/sdcard1 which backup you would like to restore
g. Delete backups from /storage/sdcard1
h. Choose from /storage/sdcard using advanced options
i. Released unused space from backup (not sure what this does)
j. Choose default backup format (tar, gzip etc)
6. Microsd functions - I am not sure what this does, it lists a bunch of locations
7. Advanced Functions
a. Reboot into Recovery
b. Reboot into Bootloader
c. Shutdown device
d. Clear Dalvik Cache
e. Report Errors
f. Zipalign ????
g. Don't know what this is
If anyone else can help, this will be great.
Great news
If it really works, it's the beginning of "rom makers" !!:good:
Best translation in English!
Kindly yours from an old man:angel:
joytest said:
Hi everyone,
I successfully flashed CWM 6.0.4.7 on my 501L X1. This is thanks to the great folks at android-hilfe.de who compiled the links and most importantly the talented people at huafans.cn who created it.
This is NOT my work but I am sharing it for everyone's benefit. It helps if you can read Chinese though
Source forum: http://huafans.cn/forum-323-1.html
Recovery link on android-hilfe: http://www.android-hilfe.de/root-cu...diapad-x1/601335-cwm-mediapadx1-download.html
Instructions:
Download and unzip the file recovery_cn.img.zip
Place the recovery_cn.img onto the root folder of your SDcard
Install Flashify from the Playstore
Run Flashify and tell it to flash Recovery image > Choose a file > navigate via the file manager and choose the img file.
Execute, and reboot to Recovery to enjoy your new recovery.
A brief translation
Main Menu:
1. Reboot Device
2. Choose ZIP to flash
3. Clear Data/Factory Reset
4. Clear Cache
5. Backup / Restore
6. Microsd functions
7. Advanced Functions
2. Choose ZIP to flash
a. Choose file from /sdcard (ie internal)
b. Choose file from /storage/sdcard1 (ie external)
c. Choose from last used location
d. Enable ADB Sideload (!!!!!!!!!)
e. Do not use signature verification
f. Back to previous menu
3. Clear Data/Factory Reset
a. No
b. Yes - clear all user data
c. Back to previous menu
4. Clear Cache
a. No
b. Yes - clear cache
c. Back to previous menu
5. Backup / Restore:
a. Backup to /sdcard (ie internal)
b. Choose from /sdcard which backup you would like to restore
c. Delete backups from /sdcard
d. Choose from /sdcard using advanced options
e. Backup to /storage/sdcard1 (ie external)
f. Choose from /storage/sdcard1 which backup you would like to restore
g. Delete backups from /storage/sdcard1
h. Choose from /storage/sdcard using advanced options
i. Released unused space from backup (not sure what this does)
j. Choose default backup format (tar, gzip etc)
6. Microsd functions - I am not sure what this does, it lists a bunch of locations
7. Advanced Functions
a. Reboot into Recovery
b. Reboot into Bootloader
c. Shutdown device
d. Clear Dalvik Cache
e. Report Errors
f. Zipalign ????
g. Don't know what this is
If anyone else can help, this will be great.
Click to expand...
Click to collapse
joytest said:
Hi everyone,
I successfully flashed CWM 6.0.4.7 on my 501L X1. This is thanks to the great folks at android-hilfe.de who compiled the links and most importantly the talented people at huafans.cn who created it.
This is NOT my work but I am sharing it for everyone's benefit. It helps if you can read Chinese though
Source forum: http://huafans.cn/forum-323-1.html
Recovery link on android-hilfe: http://www.android-hilfe.de/root-cu...diapad-x1/601335-cwm-mediapadx1-download.html
Instructions:
Download and unzip the file recovery_cn.img.zip
Place the recovery_cn.img onto the root folder of your SDcard
Install Flashify from the Playstore
Run Flashify and tell it to flash Recovery image > Choose a file > navigate via the file manager and choose the img file.
Execute, and reboot to Recovery to enjoy your new recovery.
A brief translation
Main Menu:
1. Reboot Device
2. Choose ZIP to flash
3. Clear Data/Factory Reset
4. Clear Cache
5. Backup / Restore
6. Microsd functions
7. Advanced Functions
2. Choose ZIP to flash
a. Choose file from /sdcard (ie internal)
b. Choose file from /storage/sdcard1 (ie external)
c. Choose from last used location
d. Enable ADB Sideload (!!!!!!!!!)
e. Do not use signature verification
f. Back to previous menu
3. Clear Data/Factory Reset
a. No
b. Yes - clear all user data
c. Back to previous menu
4. Clear Cache
a. No
b. Yes - clear cache
c. Back to previous menu
5. Backup / Restore:
a. Backup to /sdcard (ie internal)
b. Choose from /sdcard which backup you would like to restore
c. Delete backups from /sdcard
d. Choose from /sdcard using advanced options
e. Backup to /storage/sdcard1 (ie external)
f. Choose from /storage/sdcard1 which backup you would like to restore
g. Delete backups from /storage/sdcard1
h. Choose from /storage/sdcard using advanced options
i. Released unused space from backup (not sure what this does)
j. Choose default backup format (tar, gzip etc)
6. Microsd functions - I am not sure what this does, it lists a bunch of locations
7. Advanced Functions
a. Reboot into Recovery
b. Reboot into Bootloader
c. Shutdown device
d. Clear Dalvik Cache
e. Report Errors
f. Zipalign ????
g. Don't know what this is
If anyone else can help, this will be great.
Click to expand...
Click to collapse
Possibly a daft question but will this work on the 7D-503L (the Chinese model)?
DrHRH said:
Possibly a daft question but will this work on the 7D-503L (the Chinese model)?
Click to expand...
Click to collapse
You're from Malaysia as well right?
Anyway, this came from the Chinese huafans forum, so it should work with the 503L, and even the 501u. If you can read Chinese, you may check it out.
didn't work with my 501u on the tw 4.4.2 firmware,
jaiong said:
didn't work with my 501u on the tw 4.4.2 firmware,
Click to expand...
Click to collapse
Mine was still on B003 4.2.2. I installed with no problems via the Flashify app.
5 backup and restore
joytest said:
Mine was still on B003 4.2.2. I installed with no problems via the Flashify app.
Click to expand...
Click to collapse
Dear Sir,
So far I did not try installing the Chinese recovery. I would like to do a full back-up BUT I don't see in your translation how to go "Back to previous menu" in Chapter 5 to reboot device.
Any suggestion, and did you try to back-up yours?
Kindly yours from an old man:angel:
bvannier said:
Dear Sir,
So far I did not try installing the Chinese recovery. I would like to do a full back-up BUT I don't see in your translation how to go "Back to previous menu" in Chapter 5 to reboot device.
Any suggestion, and did you try to back-up yours?
Kindly yours from an old man:angel:
Click to expand...
Click to collapse
Sorry missed that.
The last option showing
+++++ 返回上一级+++++
means "back to previous"
This is in the last line of every chapter
Yes I did successful backup. Will try restore sometime tonight.
Sent from my SM-N9005 using Tapatalk
No boot recovery...
I did step after step exactly what you did, but it doesn't reboot in Chinese recovery.
Download recovery_cn.img, put it in My internal SD, then flash with Flashify then try to boot with Flashify menu.
I stay with The Huawei Logo on for 1 or 2 minutes then boot normally.
The only difference is that you flash recovery from 4.22 and I did from Kitkat Maj 102
Kindly yours from an old man:angel:
joytest said:
Sorry missed that.
The last option showing
+++++ 返回上一级+++++
means "back to previous"
This is in the last line of every chapter
Yes I did successful backup. Will try restore sometime tonight.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
bvannier said:
I did step after step exactly what you did, but it doesn't reboot in Chinese recovery.
Download recovery_cn.img, put it in My internal SD, then flash with Flashify then try to boot with Flashify menu.
I stay with The Huawei Logo on for 1 or 2 minutes then boot normally.
The only difference is that you flash recovery from 4.22 and I did from Kitkat Maj 102
Kindly yours from an old man:angel:
Click to expand...
Click to collapse
Hi bvannier,
In Flashify, there is an option to reboot to Recovery directly.
On the top right of Flashify, click the 3 squares menu.
It will show you options for
Reboot
Reboot recovery <== click this
Reboot bootloader
Settings
Premium details
Usage Statistics
Share this app.
Reboot recovery
Think you but it's what I did already. I flash again the recovery file with Flashify but still no luck, no recovery menu on start up when clicking on Reboot recovery option.
Kindly yours from an old man:angel:
joytest said:
Hi bvannier,
In Flashify, there is an option to reboot to Recovery directly.
On the top right of Flashify, click the 3 squares menu.
It will show you options for
Reboot
Reboot recovery <== click this
Reboot bootloader
Settings
Premium details
Usage Statistics
Share this app.
Click to expand...
Click to collapse
bvannier said:
Think you but it's what I did already. I flash again the recovery file with Flashify but still no luck, no recovery menu on start up when clicking on Reboot recovery option.
Kindly yours from an old man:angel:
Click to expand...
Click to collapse
I'm not sure why it won't work for you, as @zertux in the other thread could do it, and so have several others in my home forum.
At worst, try the Vol Up + Power combo after you have shut down.
However, make sure you are PLUGGED IN VIA USB TO A PC. For some strange reason, getting to Recovery and Fastboot modes on this device needs you to have your device connected to a PC.
Stock recovery
joytest said:
I'm not sure why it won't work for you, as @zertux in the other thread could do it, and so have several others in my home forum.
At worst, try the Vol Up + Power combo after you have shut down.
However, make sure you are PLUGGED IN VIA USB TO A PC. For some strange reason, getting to Recovery and Fastboot modes on this device needs you to have your device connected to a PC.
Click to expand...
Click to collapse
Dear sir,
Back to you this morning, and I might need your advice/help because Vol Up + Power combo after you have shut down does NOTHING!
Did you, by any chance, backup the original previous Stock Recovery in Flashify?
If yes, would you be kind enough to send it to me?
That would be fair!
Kindly yours from an old man:angel:
bvannier said:
Dear sir,
Back to you this morning, and I might need your advice/help because Vol Up + Power combo after you have shut down does NOTHING!
Did you, by any chance, backup the original previous Stock Recovery in Flashify?
If yes, would you be kind enough to send it to me?
That would be fair!
Kindly yours from an old man:angel:
Click to expand...
Click to collapse
Bonjour.
I'm at work now, let me transfer via dropbox or gdrive in evening.
My timezone is GMT +8
Hi all try this dropox link. This is stock recovery from Western Europe B003 ROM.
https://www.dropbox.com/s/k018o3cfpkn6eds/recovery.img?dl=0
Sent from my Mediapad X1 7D-501L using Tapatalk HD
THINK YOU
joytest said:
Hi all try this dropox link. This is stock recovery from Western Europe B003 ROM.
https://www.dropbox.com/s/k018o3cfpkn6eds/recovery.img?dl=0
Sent from my Mediapad X1 7D-501L using Tapatalk HD
Click to expand...
Click to collapse
As I am running kitkat B102, is it safe to flash this recovery from B003 ROM?
Kindly yours from an old man:angel:
CWM Recovery loop
Hi!
I have Mediapad X1 7d-501u and I successfully change stock recovery with this CWM v6.0.4.7. But now I have problem, because I cannot start Android, there is loop, so when I turn on device it goes into CWM Recovery. How is this possible? Thank you for all suggestions.
Jozef
I might help you
jozefhalaga said:
Hi!
I have Mediapad X1 7d-501u and I successfully change stock recovery with this CWM v6.0.4.7. But now I have problem, because I cannot start Android, there is loop, so when I turn on device it goes into CWM Recovery. How is this possible? Thank you for all suggestions.
Jozef
Click to expand...
Click to collapse
Dear sir,
If you still have this loop problem, if you can boot in bootloader there is a way to get back to your original recovery and then start Android like it was before.
Kindly yours from an old man:angel:
Here are the great advices from fellows that help me to get back to my original recovery
First : download and install "Huawei update extractor"
Second : download and install on your desktop : android-sdk-windows-1.6_r1 (Google is your friend)
Third : open your previous update.app with "Huawei update extractor" then extract previous recovery.img and copy it into Tools folder from "android-sdk-windows-1.6_r1"
Fourth : hold shift and right clic on fastboot folder for open a command
type fastboot flash recovery recovery.img (you can paste in fastboot cmd window with right click)
click enter and VOILA
From Joytest :
you can extract the recovery.img from an update.app with the "Huawei update extractor" search on google.
ive the same issue i extract the recovery from YOUR ORIGINAL ROM and flash with fastboot (flashify dont work) and all its done
the fastboot command is: fastboot flash recovery recovery.img
From Bypass83
put the recovery.img inside the fastboot folder
hold shift and right clic on fastboot folder for open a command
type fastboot flash recovery recovery.img (you can paste in fastboot cmd window with right click)
click enter and fastboot wait for your device
put your phone in fastboot mode holding up and power (or down and power ) for 5sec
it enter in fastboot mod now you can connect to your computer
fastboot must automaticaly begin flashing .
don't worry if you find its quick its normal
have a good trie
Thinks to Benny888 for images
HOPE IT WILL HELP like They did for me
Solved
to bvannier:
YOU SAVED THE DAY!!!
Thank you your suggestion works. When I tried to install ROM by CWM, there was error message "E:footer is wrong". I tried all ROMs I found (for 7D-501u). But with original recovery I was able to install the ROM and it works now.
Thank you!
Jozef
@bvannier you have nicely summarised the steps to recover from a faulty recovery. I would like to post this to Lowyat page 1 with your permission.

Categories

Resources