[How-To] Restoring Recovery when Device running - An easy way (CWM / Stock) - Huawei Ideos X6

Restoring stock recovery: (without Download mode)
[Preparation]
Our FIH partition which you could see in download mode is huge. (Size: 105 MB Used: 43 MB only)
You could easily keep loads of file in this partition without any problem to your device. (I have not faced any, as of yet!)
Just keep a backup of stock recovery in the "image" folder itself with the name "stock_recovery.img" (size: 4.5 MB only)
[Optional] And backup of CWM recovery too with the name "cwm_recovery.img" (size: 5 MB)
[Requirement]
Rooted phone
Apps like: GScripts Lite or Any script manager or Terminal emulator
[How to restore]
Just run following commands using any script manager or save them in a ".sh" file and use
"sh script.sh" in terminal emulator.
Commands:
Code:
mkdir /sdcard/fih
mount -t vfat /dev/block/mmcblk0p1 /sdcard/fih/
cd /sdcard/fih/image/
mv ./stock_recovery.img ./recovery.img
cd /
umount /sdcard/fih
rm -r /sdcard/fih/
(You can use "cp" instead of "mv" if you are not going for warranty claiming and just wants to use stock recover.img. Replace "stock" with "cwm" if you want to use that)
Thats it!
Now restart your phone in recovery using any reboot apps with recovery reboot option or just type in terminal "reboot recovery". You will boot into your desired recovery.
[Note]
When you install any official "fb0" ROM your phone is no more rooted, so you will need to root your phone first before using these steps again.
[Disclaimer]
I am not to be held liable/responsible if you damage your phone by following/not following this thread.

Napstar said:
Restoring stock recovery:
[Preparation]
Our FIH partition which you could see in download mode is huge. (Size: 105 MB Used: 43 MB only)
You could easily keep loads of file in this partition without any problem to your device. (I have not faced any, as of yet!)
Just keep a backup of stock recovery in the "image" folder itself with the name "stock_recovery.img" (size: 4.5 MB only)
[Optional] And backup of CWM recovery too with the name "cwm_recovery.img" (size: 5 MB)
[Requirement]
Rooted phone
Apps like: GScripts Lite or Any script manager or Terminal emulator
[How to restore]
Just run following commands using any script manager or save them in a ".sh" file and use
"sh script.sh" in terminal emulator.
Commands:
Code:
mkdir /sdcard/fih
mount -t vfat /dev/block/mmcblk0p1 /sdcard/fih/
cd /sdcard/fih/image/
mv ./stock_recovery.img ./recovery.img
cd /
umount /sdcard/fih
rm -r /sdcard/fih/
(You can use "cp" instead of "mv" if you are not going for warranty claiming and just wants to use stock recover.img. Replace "stock" with "cwm" if you want to use that)
Thats it!
Now restart your phone in recovery using any reboot apps with recovery reboot option or just type in terminal "reboot recovery". You will boot into your desired recovery.
[Note]
When you install any official "fb0" ROM your phone is no more rooted, so you will need to root your phone first before using these steps again.
[Disclaimer]
I am not to be held liable/responsible if you damage your phone by following/not following this thread.
Click to expand...
Click to collapse
i have much more easier way..
try this
put this phone in the download mode (power + volume up key)
connect to pc
open the drive as it will be shown as a usb storage
go to image folder..
copy your phone's stock version of recovery.img file paste to any drive of your pc .. woho backed up
now copy cwm recovery image
before copying rename it to recovery insteed to cwmrecovery
past to image folder of fih drive overwrite
done... you are now on clock work mode recovery

kshitij_bhatt said:
i have much more easier way..
try this
put this phone in the download mode (power + volume up key)
connect to pc
open the drive as it will be shown as a usb storage
go to image folder..
copy your phone's stock version of recovery.img file paste to any drive of your pc .. woho backed up
now copy cwm recovery image
before copying rename it to recovery insteed to cwmrecovery
past to image folder of fih drive overwrite
done... you are now on clock work mode recovery
Click to expand...
Click to collapse
True...
That's the most generic way to that, but it requires those tedious button pressings.
And also it requites a PC!!
My method can be used if you are on the go and still wants to restore any recoveries.
Sent from my CSL-MI410

Napstar said:
True...
That's the most generic way to that, but it requires those tedious button pressings.
And also it requites a PC!!
My method can be used if you are on the go and still wants to restore any recoveries.
Sent from my CSL-MI410
Click to expand...
Click to collapse
hehehe i found a on the go method too...
if you have root access and can install root explorer then just do this
go to root explorer
locate sdcard
select the image file you copied on it and press and hold over it
now select copy
press back now you r in root menu .. locate fih
find iamge folder in it
and paste if asked over write if not backup old one and chage present one as recovery Remember recovery and NOT Recovery
and you r done

kshitij_bhatt said:
hehehe i found a on the go method too...
if you have root access and can install root explorer then just do this
go to root explorer
locate sdcard
select the image file you copied on it and press and hold over it
now select copy
press back now you r in root menu .. locate fih
find iamge folder in it
and paste if asked over write if not backup old one and chage present one as recovery Remember recovery and NOT Recovery
and you r done
Click to expand...
Click to collapse
Well, that's good news then..
But as far as I remember there is no fih folder in root of the system unless it is mounted by some init script.
Which is your current rom?
Sent from my CSL-MI410 using Tapatalk

Napstar said:
Well, that's good news then..
But as far as I remember there is no fih folder in root of the system unless it is mounted by some init script.
Which is your current rom?
Sent from my CSL-MI410 using Tapatalk
Click to expand...
Click to collapse
You can only access it in download mode as far as I know.

Sergekarol said:
You can only access it in download mode as far as I know.
Click to expand...
Click to collapse
No. Thats not the only way.
Thats why I have created this thread to show the other possible way to access it when your phone is booted and running.

Napstar said:
Well, that's good news then..
But as far as I remember there is no fih folder in root of the system unless it is mounted by some init script.
Which is your current rom?
Sent from my CSL-MI410 using Tapatalk
Click to expand...
Click to collapse
well at that time i was on the tj_style's custom rom rc2 and i found that folder in root explorer ... i think .. confused..
aannnn any way i m a new B what else can u expect

kshitij_bhatt said:
well at that time i was on the tj_style's custom rom rc2 and i found that folder in root explorer ... i think .. confused..
aannnn any way i m a new B what else can u expect
Click to expand...
Click to collapse
No problem dude!
Anyway I will be posting a completely new recovery soon. This will have both stock recovery and cwm recovery access simultaneously. (Hopefully )
So this How-To wont be required then...

Napstar said:
No problem dude!
Anyway I will be posting a completely new recovery soon. This will have both stock recovery and cwm recovery access simultaneously. (Hopefully )
So this How-To wont be required then...
Click to expand...
Click to collapse
Coool .... koi mujhe bhi accha sa teacher bata do jo ye saab developing and all mujhe bhi sikha de... Vb se aage kabhi kuch sikh hi nahi paya main to

kshitij_bhatt said:
Coool .... koi mujhe bhi accha sa teacher bata do jo ye saab developing and all mujhe bhi sikha de... Vb se aage kabhi kuch sikh hi nahi paya main to
Click to expand...
Click to collapse
Google

kshitij_bhatt said:
Coool .... koi mujhe bhi accha sa teacher bata do jo ye saab developing and all mujhe bhi sikha de... Vb se aage kabhi kuch sikh hi nahi paya main to
Click to expand...
Click to collapse
What does this mean?

ardX said:
What does this mean?
Click to expand...
Click to collapse
He is asking napster for a teacher to teach development...
Sent from my CSL-MI410 using XDA App

bandukia said:
He is asking napster for a teacher to teach development...
Sent from my CSL-MI410 using XDA App
Click to expand...
Click to collapse
hehehe yaa i wanna learn development programming and i got my teacher GOOGLE

nb0 files through CWM????
when napstar???

bandukia said:
nb0 files through CWM????
when napstar???
Click to expand...
Click to collapse
Finally its done!!
[RecoveryMenu] CWM based Recovery menu to enter stock or CWM recovery
Enjoy!!

Napstar said:
Finally its done!!
[RecoveryMenu] CWM based Recovery menu to enter stock or CWM recovery
Enjoy!!
Click to expand...
Click to collapse
@Napstar .... You are Gr8 nicely done work...

Napstar said:
Finally its done!!
[RecoveryMenu] CWM based Recovery menu to enter stock or CWM recovery
Enjoy!!
Click to expand...
Click to collapse
lol..that was fast.. thnx

bandukia said:
lol..that was fast.. thnx
Click to expand...
Click to collapse
Was debugging it for last few days. It was just finished yesterday and since you asked so here it is.

Napstar said:
Restoring stock recovery: (without Download mode)
[Preparation]
Our FIH partition which you could see in download mode is huge. (Size: 105 MB Used: 43 MB only)
You could easily keep loads of file in this partition without any problem to your device. (I have not faced any, as of yet!)
Just keep a backup of stock recovery in the "image" folder itself with the name "stock_recovery.img" (size: 4.5 MB only)
[Optional] And backup of CWM recovery too with the name "cwm_recovery.img" (size: 5 MB)
[Requirement]
Rooted phone
Apps like: GScripts Lite or Any script manager or Terminal emulator
[How to restore]
Just run following commands using any script manager or save them in a ".sh" file and use
"sh script.sh" in terminal emulator.
Commands:
Code:
mkdir /sdcard/fih
mount -t vfat /dev/block/mmcblk0p1 /sdcard/fih/
cd /sdcard/fih/image/
mv ./stock_recovery.img ./recovery.img
cd /
umount /sdcard/fih
rm -r /sdcard/fih/
(You can use "cp" instead of "mv" if you are not going for warranty claiming and just wants to use stock recover.img. Replace "stock" with "cwm" if you want to use that)
Thats it!
Now restart your phone in recovery using any reboot apps with recovery reboot option or just type in terminal "reboot recovery". You will boot into your desired recovery.
[Note]
When you install any official "fb0" ROM your phone is no more rooted, so you will need to root your phone first before using these steps again.
[Disclaimer]
I am not to be held liable/responsible if you damage your phone by following/not following this thread.
Click to expand...
Click to collapse
But then I cannot start up my phone! It vibrates and the download screen show up! Help! ( csl mi410 )
Any advices is really appreciated!

Related

Thrill 4G Clockwork mod Instructions for New Rooters

If you are new to rooting your phone, there are simple ways to go about getting clockwork mod onto your LG thrill
You can root it easily with the 1 click root tool (I dont have the link on hand) after installing the LG Drivers from the LG Website.
Then, Download Rootexplorer, Rom manager (which i think is installed with 1 click root along with superuser)
First thing, download the recovery.img here after installing ADB guide is located here
After downloading recovery image, go to your pc's user folder C:\users\yourname and move it to there, that way there is no mistaking its location for adb
Now, on your phone you first need to go into root explorer, go to the /data folder, long click and go to permissions and select all available boxes and also make sure your device is in R/W mode not R/O mode.
Run CMD as administrator and do the following:
adb push recovery.img /data
then type:
SU
(this makes superuser active)
then:
dd if=/data/recovery.img of=/dev/block/mmcblk0p6 bs=4096
then after clockwork is flashed to finalize the settings type:
rm /data/recovery.img
reboot
Presto, Clockwork Mod is installed, remember you can access the clockwork menu via rom manager menu, or 3D+Volume Down +Power releasing the power button when the LG screen appears.
I will soon post onto this, how to update to gingerbread just making sure it works well on my own first. also, working on ICS as well.
Hope this helps anyone who has had trouble with it!
kobos311 said:
If you are new to rooting your phone, there are simple ways to go about getting clockwork mod onto your LG thrill
You can root it easily with the 1 click root tool (I dont have the link on hand) after installing the LG Drivers from the LG Website.
Then, Download Rootexplorer, Rom manager (which i think is installed with 1 click root along with superuser)
First thing, download the recovery.img here after installing ADB guide is located here
After downloading recovery image, go to your pc's user folder C:\users\yourname and move it to there, that way there is no mistaking its location for adb
Now, on your phone you first need to go into root explorer, go to the /data folder, long click and go to permissions and select all available boxes and also make sure your device is in R/W mode not R/O mode.
Run CMD as administrator and do the following:
adb push recovery.img /data
then type:
SU
(this makes superuser active)
then:
dd if=/data/recovery.img of=/dev/block/mmcblk0p6 bs=4096
then after clockwork is flashed to finalize the settings type:
rm /data/recovery.img
reboot
Presto, Clockwork Mod is installed, remember you can access the clockwork menu via rom manager menu, or 3D+Volume Down +Power releasing the power button when the LG screen appears.
I will soon post onto this, how to update to gingerbread just making sure it works well on my own first. also, working on ICS as well.
Hope this helps anyone who has had trouble with it!
Click to expand...
Click to collapse
All of this is already posted as is the instructions on how to update to gingerbread.
i have install CWM by as your guide. but when i use Rom Manager to Back up , message pop up that install CWM first to complete this action. i am new to these things.
Thanks

Can anyone deodex the S5830i xxlh2 ?

Hello everyone, can anyone deodex the XXLH2 rom ?
that would be nice
or can anyone work for a rom for this baseband ?
i have not the know how for this
Thx for answers
With friendly greetz Bertiii
What you need:
1. A rooted phone
2. Android-sdk installed on your pc (Android SDK)
3. Busybox installed on your phone (download busybox installer from play store and install busybox)
4. xUltimate 2.3.3 ( xUltimate )
Start!
0. Install phone drivers
1. Connect your phone to pc. Check that USB Debug option is checked.
2. Extract xUltimate 2.3.3 and run Main.exe
3. xUltimate recognize your phone.
4. Select option 1 (write 1 and press enter). Wait....
5. Select option 2 (write 2 and press enter). Wait....
6. Select option 3 (write 3 and press enter). Wait.... (If the program found some errors,go to the xUltimate> origi_app folder and delete the file. ODEX that error)
7. Select option 4 (write 4 and press enter). Wait....
8. Close xUltimate
Da qui fare massima attenzione.
9. Put the phone in mass storage mode
10. Copy to the microsd done_frame and don_app folders that are in the xUltimate folder
11. Exit mass storage mode
12. Go to the folder where you installed android-sdk and then in platform-tools. Holding down the shift key, click on a vacant space in the folder and choose "Open a command prompt".
13. Enter these command lines:
code
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
14. Wait until the phone restarts and you have your deodexed rom.
thx for the fast answer...
i try it tomorrow i go now to sleep
one question...
Qeemi said:
What you need:
1. A rooted phone
2. Android-sdk installed on your pc (Android SDK)
3. Busybox installed on your phone (download busybox installer from play store and install busybox)
4. xUltimate 2.3.3 ( xUltimate )
Start!
0. Install phone drivers
1. Connect your phone to pc. Check that USB Debug option is checked.
2. Extract xUltimate 2.3.3 and run Main.exe
3. xUltimate recognize your phone.
4. Select option 1 (write 1 and press enter). Wait....
5. Select option 2 (write 2 and press enter). Wait....
6. Select option 3 (write 3 and press enter). Wait.... (If the program found some errors,go to the xUltimate> origi_app folder and delete the file. ODEX that error)
7. Select option 4 (write 4 and press enter). Wait....
8. Close xUltimate
Da qui fare massima attenzione.
9. Put the phone in mass storage mode
10. Copy to the microsd done_frame and don_app folders that are in the xUltimate folder
11. Exit mass storage mode
12. Go to the folder where you installed android-sdk and then in platform-tools. Holding down the shift key, click on a vacant space in the folder and choose "Open a command prompt".
13. Enter these command lines:
code
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
mount -o ro,remount /system/ /system/
reboot
14. Wait until the phone restarts and you have your deodexed rom.
Click to expand...
Click to collapse
Hi,
i tried to deodex xxlh2, but when i select option 3 in Xultimate i have a problem with "email.apk" and "email.odex".
If i understood you said that i can continue with the process (yes, i deodexed the rest of "origi_app" and "origi_frame" folders), but whats the consecuences of that? I will have the email app odexed or in the process this app will be deleted and i have to install another app for the emails?
I hope you understand me because i'm not speak (not in this case, obviusly) english very well.
zote2 said:
Hi,
i tried to deodex xxlh2, but when i select option 3 in Xultimate i have a problem with "email.apk" and "email.odex".
If i understood you said that i can continue with the process (yes, i deodexed the rest of "origi_app" and "origi_frame" folders), but whats the consecuences of that? I will have the email app odexed or in the process this app will be deleted and i have to install another app for the emails?
I hope you understand me because i'm not speak (not in this case, obviusly) english very well.
Click to expand...
Click to collapse
Use dsixda. Its easier than xultimate. I use it.
Sent from my GT-S5830i using xda premium
ill try it
domnic79 said:
Use dsixda. Its easier than xultimate. I use it.
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Ok domnic79.
I'll search info about how use it.
Thanks for for the information :good:
domnic79, how did you set dsixda kitchen to recognize the ace (S5830i)?
Shankay said:
domnic79, how did you set dsixda kitchen to recognize the ace (S5830i)?
Click to expand...
Click to collapse
I suppose you already have dsixda up and running.
Here's what I did:
Made a nandroid backup
Copied system.rfs.tar to C:\cygwin\home\User\kitchen\original_update
Set up the working folder to use system.rfs.tar
Deodexed it
Shankay said:
domnic79, how did you set dsixda kitchen to recognize the ace (S5830i)?
Click to expand...
Click to collapse
If u want to deodex files den copy system/app & /framework folder to sd card.
Copy boot.img & system.img to original_update folder.
Setup work folder.
After u finished making work folder, make systrm folder in it & copy app & framework folder frm ur sd card.
Den select deodex.
Sent from my GT-S5830i using xda premium
GermainZ said:
I suppose you already have dsixda up and running.
Here's what I did:
Made a nandroid backup
Copied system.rfs.tar to C:\cygwin\home\User\kitchen\original_update
Set up the working folder to use system.rfs.tar
Deodexed it
Click to expand...
Click to collapse
Actually no, I havent even installed cygwin yet. Ive been fighting for 2 days and still no success, Yesterday I left the PC on the whole night downloading cygwin, when I woke up today I saw that it hasnt finised it said it was -1204% done and still downloading data.
I followed every step in the tutorial found on the chef cental > android
Any help?
Shankay said:
Actually no, I havent even installed cygwin yet. Ive been fighting for 2 days and still no success, Yesterday I left the PC on the whole night downloading cygwin, when I woke up today I saw that it hasnt finised it said it was -1204% done and still downloading data.
I followed every step in the tutorial found on the chef cental > android
Any help?
Click to expand...
Click to collapse
You only need to download around 50mb, not the whole multi-gigabytes package. For the list of needed packages, check the dsixda kitchen's thread's attachment.
Open Cygwin's installer. Select "Download without installing" (didn't work otherwise for me). Select a server. Preferably one that's near you (check the domain's name).
Select the needed packages and allow cygwin to install additional packages to satisfy dependencies when asked.
Once the download is done, start the installer again and select "Install Cygwin from local directory".
GermainZ said:
You only need to download around 50mb, not the whole multi-gigabytes package. For the list of needed packages, check the dsixda kitchen's thread's attachment.
Open Cygwin's installer. Select "Download without installing" (didn't work otherwise for me). Select a server. Preferably one that's near you (check the domain's name).
Select the needed packages and allow cygwin to install additional packages to satisfy dependencies when asked.
Once the download is done, start the installer again and select "Install Cygwin from local directory".
Click to expand...
Click to collapse
Thanks GermainZ, I actually was downloading everything I downloaded 3.05GB gonna try it again just by donwloading specific packages.
Also would you mind telling me which are the packages that I need to download ?
Shankay said:
Thanks GermainZ, I actually was downloading everything I downloaded 3.05GB gonna try it again just by donwloading specific packages.
Also would you mind telling me which are the packages that I need to download ?
Click to expand...
Click to collapse
Sure, they're in post#3 (http://forum.xda-developers.com/showpost.php?p=5626300&postcount=3):
* Devel / gcc
* Interpreters / perl
* Utils / cpio
* Utils / util-linux
* Utils / ncurses
* Archive / zip
* Archive / unzip
* Web / wget
Cygwin will also prompt you to install other packages after you make this selection, to satisfy dependencies. Accept.
GermainZ said:
Sure, they're in post#3 (http://forum.xda-developers.com/showpost.php?p=5626300&postcount=3):
* Devel / gcc
* Interpreters / perl
* Utils / cpio
* Utils / util-linux
* Utils / ncurses
* Archive / zip
* Archive / unzip
* Web / wget
Cygwin will also prompt you to install other packages after you make this selection, to satisfy dependencies. Accept.
Click to expand...
Click to collapse
Got it working thanks a lot, now I gotta look for some threads to learn the basics.

[Offering] CWM 6 recovery for Stock ICS with new bootloader [new: v28G based]

I've successfully ported / combined wkpark's CWM5 for early P990 ICS build to the latest v28G build and its completely different recovery.img
Update Nov 12: re-based on different CWM 5 and the latest v28G recovery image base. Update recommended!
Update Nov 15: re-based on CWM 6 and the latest v28G recovery image base. Update recommended! No more big font!
Requirements: Stock v28E ICS or later => new partitioning structure, new bootloader (unlocked)
Download: look at the bottom
Installation:
Installation directly on the phone using dd with root permission
when you have already rooted your device you can use "dd" to install cwm.img
like as following
(using adb shell or terminal app) - type the following things in terminal (first copy the recovery image you want to install to your internal SD card):
Code:
su
dd if=/dev/block/mmcblk0p8 of=/sdcard/backup-recovery.img
dd if=/sdcard/[B]<putNameOfRecoveryImageHere>[/B].img of=/dev/block/mmcblk0p8
Click to expand...
Click to collapse
Installation via NVFlash:
- Download NVFlash version of v28G-based CWM 6 recovery here: Not yet available
- extract archive, connect phone in NVFlash mode (search yourself how to do it, explained in my ROM threads as well), run flash-recovery.bat (Windows only)
Click to expand...
Click to collapse
If you get error messages in CWM, stating that /cache can't be mounted: just format /cache partition in CWM
Click to expand...
Click to collapse
thanks mate.....
Under usb debugging mode i flashed it. but when i try to enter cwm, an android with spinning cube appears and phone restarts. It erased my internal memory and it starts with 'welcome' wizard'
naazgulla said:
Under usb debugging mode i flashed it. but when i try to enter cwm, an android with spinning cube appears and phone restarts. It erased my internal memory and it starts with 'welcome' wizard'
Click to expand...
Click to collapse
I can confirm this ! happened to me too !
I cant install I think it cant mount data for r/w or something (i've unlocked bootloader). Also i cant do remount because when i enter adb remount i get this:
remount failed: Operation not permitted
Didn't happen for me. I flashed it directly from the phone without adb.
Also I don't understand why you execute the psneuter exploit Stefan? It is more than sufficient to just do the dd if=/location/to/recovery of=/destination part.
Maybe the psneuter exploit does something with the internal storage??
TheSSJ said:
Didn't happen for me. I flashed it directly from the phone without adb.
Also I don't understand why you execute the psneuter exploit Stefan? It is more than sufficient to just do the dd if=/location/to/recovery of=/destination part.
Maybe the psneuter exploit does something with the internal storage??
Click to expand...
Click to collapse
Ok, I did:
[email protected]:/sdcard # dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p8
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p8
13680+0 records in
13680+0 records out
7004160 bytes transferred in 2.740 secs (2556262 bytes/sec)
BR.
Edit: backing up ICS v28E rom
TheSSJ said:
Didn't happen for me. I flashed it directly from the phone without adb.
Also I don't understand why you execute the psneuter exploit Stefan? It is more than sufficient to just do the dd if=/location/to/recovery of=/destination part.
Maybe the psneuter exploit does something with the internal storage??
Click to expand...
Click to collapse
Can u please elaborate on your method?
naazgulla said:
Can u please elaborate on your method?
Click to expand...
Click to collapse
Copy the recovery.img to your /sdcard/ and then do as stated in this post:
http://forum.xda-developers.com/showpost.php?p=34001124&postcount=7
Stefan Gündhör said:
I've successfully ported / combined wkpark's CWM5 for early P990 ICS build to the latest v28E build and its completely different recovery.img
When from CWM connecting to PC as mass storage, you can access both SD cards.
Also you can most of the times directly boot to CWM using the well known VOL DOWN + POWER
Requirements: Stock v28E ICS or later => new partitioning structure, new bootloader (unlocked)
Download: http://d-h.st/5e5
Installation: Unpack, connect phone via adb, then run either Windows, Linux, or Mac script (thanks to Harsh for the scripts!)
Click to expand...
Click to collapse
Sorry, could you possibly point me to how to connect the phone in ADB mode. I know APX, but not ADB.
Thx so much
i did the dd thing but how can i enter recovery mode?? I tried su, reboot recovery. Doesnt work.
wawyed said:
i did the dd thing but how can i enter recovery mode?? I tried su, reboot recovery. Doesnt work.
Click to expand...
Click to collapse
Shutdown your phone. Then keep volume down button AND power button pressed until you are in recovery mode. Important: BOTH pressed constantly.
I have 28e version of ics and root with smarthflash and i can´t instal cwm =(
C:\Users\rogerio.figueiredo\Desktop\cwm5-p990-ICS-for_unlocked_new_bootloader\cw
m5-p990-ICS-for_unlocked_new_bootloader>adb-windows push psneuter /data/local/ps
neuter
failed to copy 'psneuter' to '/data/local/psneuter': No such file or directory
C:\Users\rogerio.figueiredo\Desktop\cwm5-p990-ICS-for_unlocked_new_bootloader\cw
m5-p990-ICS-for_unlocked_new_bootloader>adb-windows shell chmod 4755 /data/local
/psneuter
- exec '/system/bin/sh' failed: No such file or directory (2) -
C:\Users\rogerio.figueiredo\Desktop\cwm5-p990-ICS-for_unlocked_new_bootloader\cw
m5-p990-ICS-for_unlocked_new_bootloader>adb-windows shell /data/local/psneuter
- exec '/system/bin/sh' failed: No such file or directory (2) -
C:\Users\rogerio.figueiredo\Desktop\cwm5-p990-ICS-for_unlocked_new_bootloader\cw
m5-p990-ICS-for_unlocked_new_bootloader>adb-windows wait-for-device
TheSSJ said:
Shutdown your phone. Then keep volume down button AND power button pressed until you are in recovery mode. Important: BOTH pressed constantly.
Click to expand...
Click to collapse
DO NOT do that . there's something wrong with the recovery ! it wipes /data !!
For those having trouble copy recovery.img to internal sd. Open terminal and type su and grant permission. Then type
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p8
Mind the spaces.
Then type reboot.
Done!
Sent from my LG-P990 using xda app-developers app
thamerkh said:
DO NOT do that . there's something wrong with the recovery ! it wipes /data !!
Click to expand...
Click to collapse
The recovery is fine but the flashing part seems to be broken. I've removed the link for now and might add it lateron with a new flashing method.
Is it only me but I can't access my external SD after booting into CWM. Only internal. Just letting u know. Thx!
Peteflyman said:
Is it only me but I can't access my external SD after booting into CWM. Only internal. Just letting u know. Thx!
Click to expand...
Click to collapse
ITs working fine for me....just flashed new 28g rom and addons from external sd. Although log was showing lot of errors...but it was opening. Try going to mounts and storage and mount external sd from there.. just a thought.
naazgulla said:
ITs working fine for me....just flashed new 28g rom and addons from external sd. Although log was showing lot of errors...but it was opening. Try going to mounts and storage and mount external sd from there.. just a thought.
Click to expand...
Click to collapse
I will provide a new recovery.img soon, based on v28G
naazgulla said:
Try going to mounts and storage and mount external sd from there.. just a thought.
Click to expand...
Click to collapse
Yea, forgot to mention that I tried that but no success. Will try to reboot a third time and in case not working I'll reflash again and see if it makes any difference.

[GUIDE][HOW-TO] Fully root Huawei Ascend P7 L10

After upgrading to 3.0, follow the steps (I recommend to use FORCE UPGRADE using Vol + + Vol - + Power. But be sure to save your important data if you are not using SDCARD):
1. Download the boot image file below, correspond to your firmware version. (I've made this boot.img unlocked. I'm not responsible for the bootloop of your phone)
2. Download and install HiSuite. (Optional for Windows 8 and above).
3. Flash the boot image file.
- Connect your device via data cable into your pc.
- Choose PC Suite (HiSuite) from your device.
- Download and extract ADB Flash Tools.
- Copy the boot image file correspond to your firmware inside ADB Flash Tools folder.
- Run cmd.exe:
- Type adb reboot bootloader
- Type fastboot flash boot BOOT_EMUI3.0_XXX_UNLOCKED.img (XXX is the number correspond to your firmware)
- Type fastboot reboot
4. Root using iRoot or Kingo Android Root.
5. Download and install busybox from playstore.
6. Remove set_immutable.list using terminal emulator.
Type in the terminal emulator:
Code:
su
mount -o rw,remount /system
cd system
lsattr
chattr -R -i *
rm –f /system/set_immutable.list
lsattr
(Enter after each line...it's LASTTR with an L not a capital i)
You are fully (100%) rooted.
1. BOOT_EMUI3.0_616_UNLOCKED.img
2. BOOT_EMUI3.0_615_UNLOCKED.img
3. BOOT_EMUI3.0_613_UNLOCKED.img
4. BOOT_EMUI3.0_609_UNLOCKED.img
5. BOOT_EMUI3.0_619_UNLOCKED.img
6. BOOT_EMUI3.0_620_UNLOCKED.img
7. BOOT_EMUI3.0_621_UNLOCKED.img
8. BOOT_EMUI3.0_623_UNLOCKED.img
Good luck!
After flashing boot 608.img true adb phone won't reboot...stop at huawei logo and just blinking red,green,red...wrong boot.img
Sent from my HUAWEI P7-L10 using Tapatalk
Me too
gregysk said:
After flashing boot 608.img true adb phone won't reboot...stop at huawei logo and just blinking red,green,red...wrong boot.img
Sent from my HUAWEI P7-L10 using Tapatalk
Click to expand...
Click to collapse
mikesa said:
Me too
Click to expand...
Click to collapse
Did you flash from 133?
I came from: 133 then update B602 update.zip and B609 ota update.zip and B609 full update. (I tired anno this boot image on B602 but same problem, stop at Huawei logo and blinking led)
U guys need to flash stock boot for 609... do not use chinese boot.img
meilbox said:
U guys need to flash stock boot for 609... do not use chinese boot.img
Click to expand...
Click to collapse
Ok mate but @majcomtech explain in first post "how to.."get full root,isn`t he?He put download link to chinese b.608 img,isn`t he?I just followed his steps,no more no less...
and u have bricked ur device... isnt it... to unbrick try to flash stock boot from 609 if u r able to start fastboot...
meilbox said:
and u have bricked ur device... isnt it... to unbrick try to flash stock boot from 609 if u r able to start fastboot...
Click to expand...
Click to collapse
I didnt brick my device,i just went to some kinfd of bootloop because of bad or wrong boot.img.Shutdown phone,start phone in cwm recovery and restored backup and thats it,Im back on start,wait for better solution to get full root or how to delete immutable.list without he return back after reboot.Im not dev but I think that these problem is in ramdisk and that is not my area
gregysk said:
Ok mate but @majcomtech explain in first post "how to.."get full root,isn`t he?He put download link to chinese b.608 img,isn`t he?I just followed his steps,no more no less...
Click to expand...
Click to collapse
Hey dude do not angy!
I succesfuly flash BOOT_EMUI3.0_STOCK_B608.img but cant remove pernament set_immutable list!
But I flash boot_HRT_EMUI3.0.img and my ROM FULL (100%) ROOTED!
So:
After upgrading to 609 using the full version firmware, follow these steps:
1. Download "boot_HRT_EMUI3.0.img" - https://drive.google.com/folderview?...Tg&usp=sharing
(Credits to the Devs and to natorus87)
2. "boot_HRT_EMUI3.0.img" (fastboot flash boot boot_HRT_EMUI3.0.img)
3. Root using Root Genius (ENG/CN version).
4. Download and install busybox.
5. Remove set_immutable.list using terminal emulator, type in terminal emulator:
su
mount -o rw,remount /system
cd system
lsattr
chattr -R -i *
rm –f /system/set_immutable.list
lsattr
(Enter after each line...it's LASTTR with an L not a capital i)
You are fully (100%) rooted.
Good luck!
gregysk said:
After flashing boot 608.img true adb phone won't reboot...stop at huawei logo and just blinking red,green,red...wrong boot.img
Sent from my HUAWEI P7-L10 using Tapatalk
Click to expand...
Click to collapse
did you flashed your L10 with L-07-L10 3.0 firmware? if yes, then revert back to fully 2,3 environment, not using flashing imgs.
ibeqa said:
Did you flash from 133?
Click to expand...
Click to collapse
no need to flash 133. i'm using 136 going to 609 full firmware.
mikesa said:
I came from: 133 then update B602 update.zip and B609 ota update.zip and B609 full update. (I tired anno this boot image on B602 but same problem, stop at Huawei logo and blinking led)
Click to expand...
Click to collapse
problem exists if your 2.3 is not a fully 2.3 environment. you reverted your phone back from 604 to 2.3 using flashing imgs, right?
mikesa said:
Hey dude do not angy!
I succesfuly flash BOOT_EMUI3.0_STOCK_B608.img but cant remove pernament set_immutable list!
But I flash boot_HRT_EMUI3.0.img and my ROM FULL (100%) ROOTED!
So:
After upgrading to 609 using the full version firmware, follow these steps:
1. Download "boot_HRT_EMUI3.0.img" - https://drive.google.com/folderview?...Tg&usp=sharing
(Credits to the Devs and to natorus87)
2. "boot_HRT_EMUI3.0.img" (fastboot flash boot boot_HRT_EMUI3.0.img)
3. Root using Root Genius (ENG/CN version).
4. Download and install busybox.
5. Remove set_immutable.list using terminal emulator, type in terminal emulator:
su
mount -o rw,remount /system
cd system
lsattr
chattr -R -i *
rm –f /system/set_immutable.list
lsattr
(Enter after each line...it's LASTTR with an L not a capital i)
You are fully (100%) rooted.
Good luck!
Click to expand...
Click to collapse
no prob. atleast you found another option and you share it also. i was not able to try boot-hrt 'coz after using the BOOT_EMUI3.0_STOCK_B608.img it works fully rooted immediately. nice to hear that. :good:
majcomtech said:
did you flashed your L10 with L-07-L10 3.0 firmware? if yes, then revert back to fully 2,3 environment, not using flashing imgs.
Click to expand...
Click to collapse
No,I update my previus B.602 with B.609 true local update(update.app).Ok guys,I will try tomorow one more time booth metods.Regards..
Sent from my HUAWEI P7-L10 using Tapatalk
the link to "boot_HRT_EMUI3.0.img" isn't working, could you link source (thread) please? thanks.
bertolehm said:
the link to "boot_HRT_EMUI3.0.img" isn't working, could you link source (thread) please? thanks.
Click to expand...
Click to collapse
https://drive.google.com/folderview?id=0BzAbvTCMo2YbdkNFTWtycm1ybTg&usp=sharing#list
can someone proof the method by mikesa??
which version of root genius did you take?
tested and works on P7-L10 B609 full update (~1,21GB)..
it is highly recommended to keep the king user root app..
i took the root genius version 1.8.7 (en) and flashed the boot_hrt_emui3.0.img..
works like charm..
thanks mikesa for this tipp..
and thanks for the devs of the boot.img
greetz
for me also with the boot_HRT_EMUI3.0.img and lastest rootgenius cn
everything worked like a charm ;p
thanks for the link
did you go back to stock kernel after meilbox?

no recovery, no download mode, no micro usb, but root?

hello dears,
i have very big problem with my c6603. i installed first lollipop hongkong version to my c6603. every function works but i want to install mods and other roms but; my phones usb port doesnt let the pc recognize as "phone". it is not driver problem ; it is hardware failure definetly. the port just charging my phone. And on the phone there is no recovery and download mode. But phone has root. i tried a few things to install custom recovery but couldnt be success. unlocked bootloader but no recovery as i said. i really appreciate if there is a solution. many thanks
mca1 said:
hello dears,
i have very big problem with my c6603. i installed first lollipop hongkong version to my c6603. every function works but i want to install mods and other roms but; my phones usb port doesnt let the pc recognize as "phone". it is not driver problem ; it is hardware failure definetly. the port just charging my phone. And on the phone there is no recovery and download mode. But phone has root. i tried a few things to install custom recovery but couldnt be success. unlocked bootloader but no recovery as i said. i really appreciate if there is a solution. many thanks
Click to expand...
Click to collapse
How did you install that Hong Kong lollipop?
mca1 said:
hello dears,
i have very big problem with my c6603. i installed first lollipop hongkong version to my c6603. every function works but i want to install mods and other roms but; my phones usb port doesnt let the pc recognize as "phone". it is not driver problem ; it is hardware failure definetly. the port just charging my phone. And on the phone there is no recovery and download mode. But phone has root. i tried a few things to install custom recovery but couldnt be success. unlocked bootloader but no recovery as i said. i really appreciate if there is a solution. many thanks
Click to expand...
Click to collapse
Hi there.If you have root access and unlocked bootloader,you can install TWRP even without pc connection.
first you should download a terminal emulator app from google play.
then you should download the latest version of TWRP image file from here https://dl.twrp.me/yuga/.
Place it in the root of your /sdcard folder and rename it to twrp.img
Run the following commands in terminal app
Code:
su
and then we write recovery image file to FOTA with dd command.
Code:
dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
and it's done.
press thanks if it was helpful.
i installed hk lollipop zip from my custom twrp recovery. and when rom istall has finished ; recovery gone.
mrp1375 said:
Hi there.If you have root access and unlocked bootloader,you can install TWRP even without pc connection.
first you should download a terminal emulator app from google play.
then you should download the latest version of TWRP image file from here https://dl.twrp.me/yuga/.
Place it in the root of your /sdcard folder and rename it to twrp.img
Run the following commands in terminal app
Code:
su
and then we write recovery image file to FOTA with dd command.
Code:
dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
and it's done.
press thanks if it was helpful.
Click to expand...
Click to collapse
thank you mrp1375 but i tried this method and when i want to go recovery phone only restarts. because phone has no stock recovery.
mca1 said:
thank you mrp1375 but i tried this method and when i want to go recovery phone only restarts. because phone has no stock recovery.
Click to expand...
Click to collapse
Below are 2 solutions to get a properly working recovery
Preperation:
1. Download Dual recovery installer: XZ-lockeddualrecovery2.8.23-RELEASE.combined.zip
2. Install NDRUtils
Next up we will test if the TWRP you installed works or not
-open NDRUtils and choose to boot into TWRP recovery.
Now unhide the result that you got to continue with the installation:
OK: I am now in TWRP
flash XZ-lockeddualrecovery2.8.23-RELEASE.combined.zip and reboot.
Everything will work normally now.
Not OK: I am not in TWRP
Reboot the phone if you have to (hold power until you feel 3 vibrations and then turn the phone back on)
You need to download this: http://nut.xperia-files.com/path/XZDualRecovery/Kernel_Builder
To get the right file make sure to selec the xperia z c6603 and select the rom version you are using, you can view what you have in settings, about phone, build number.
it will be much easier for you if you install this: X-plore File Manager The reason i recommend this application is that it automatically makes sure the file rights are correct.
Go into the settings and enable superuser +mount root mode
Now you can browse to the folder where you downloaded the zip in the left pane.
go into the zip and and then into tmp
Select the boot.img
now move to the right pane and browse to the root of your SD card like the comment above
go back to the left pane and with boot.img still checked click copy.
Now follow the original instructions mrp1375 gave you, but notice the different filename
Open terminal
Type : su
Type: dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Now you can reboot and if it worked the phone will vibrate twice and show a green led meaning you can press the down button to enter TWRP recovery.
Go into the recovery and now flash XZ-lockeddualrecovery2.8.23-RELEASE.combined.zip so you get a proper installation
Now remember this very important fact:
Whenever you flash or wipe anything you MUST reinstall recovery and root again.
This is a failsafe strategy you can NEVER ignore becaus of your usb issues.
Keep SuperSu installer and XZ-lockeddualrecovery installer on your device at all times!
thank you
mca1 said:
thank you
Click to expand...
Click to collapse
Does that mean it worked?
tetsuo55 said:
Does that mean it worked?
Click to expand...
Click to collapse
Yes it worked, thank you much. :good:
tetsuo55 said:
Below are 2 solutions to get a properly working recovery
Next up we will test if the TWRP you installed works or not
-open NDRUtils and choose to boot into TWRP recovery.
Now unhide the result that you got to continue with the installation:
OK: I am now in TWRP
flash XZ-lockeddualrecovery2.8.23-RELEASE.combined.zip and reboot.
Everything will work normally now.
Not OK: I am not in TWRP
Reboot the phone if you have to (hold power until you feel 3 vibrations and then turn the phone back on)
You need to download this:
To get the right file make sure to selec the xperia z c6603 and select the rom version you are using, you can view what you have in settings, about phone, build number.
it will be much easier for you if you install this: The reason i recommend this application is that it automatically makes sure the file rights are correct.
Go into the settings and enable superuser +mount root mode
Now you can browse to the folder where you downloaded the zip in the left pane.
go into the zip and and then into tmp
Select the boot.img
now move to the right pane and browse to the root of your SD card like the comment above
go back to the left pane and with boot.img still checked click copy.
Now follow the original instructions mrp1375 gave you, but notice the different filename
Open terminal
Type : su
Type: dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel
Now you can reboot and if it worked the phone will vibrate twice and show a green led meaning you can press the down button to enter TWRP recovery.
Go into the recovery and now flash XZ-lockeddualrecovery2.8.23-RELEASE.combined.zip so you get a proper installation
Now remember this very important fact:
Whenever you flash or wipe anything you MUST reinstall recovery and root again.
This is a failsafe strategy you can NEVER ignore becaus of your usb issues.
Keep SuperSu installer and XZ-lockeddualrecovery installer on your device at all times!
Click to expand...
Click to collapse
Hey! I have the same problem as the OP here. I followed the instructions like 5 times and still couldnt get it to work. The terminal is saying that "No space left on device" when i type "dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
any way to fix this? Thanks!
comcastic08 said:
Hey! I have the same problem as the OP here. I followed the instructions like 5 times and still couldnt get it to work. The terminal is saying that "No space left on device" when i type "dd if=/sdcard/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel"
any way to fix this? Thanks!
Click to expand...
Click to collapse
That error sounds like either you dont have root or you have a typo, can you make a screenshot?
tetsuo55 said:
That error sounds like either you dont have root or you have a typo, can you make a screenshot?
Click to expand...
Click to collapse
snag. gy/gi8Ji. jpg
sorry i cant post links yet
comcastic08 said:
snag. gy/gi8Ji. jpg
sorry i cant post links yet
Click to expand...
Click to collapse
That doesnt look quite right it should look like this:
Code:
[email protected]:/ $
Then you type "su" (without the quotes) and press enter
The display then changes to:
Code:
[email protected]:/ #
Now you type "dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel" (without the quotes) and press enter
And then it should work properly.
tetsuo55 said:
That doesnt look quite right it should look like this:
Code:
[email protected]:/ $
Then you type "su" (without the quotes) and press enter
The display then changes to:
Code:
[email protected]:/ #
Now you type "dd if=/sdcard/twrp.img of=/dev/block/platform/msm_sdcc.1/by-name/FOTAKernel" (without the quotes) and press enter
And then it should work properly.
Click to expand...
Click to collapse
i typed su before that code and the same error occured sadly
why did my usb port had to break ugh
comcastic08 said:
i typed su before that code and the same error occured sadly
why did my usb port had to break ugh
Click to expand...
Click to collapse
Can I have another screenshot of that?
tetsuo55 said:
Can I have another screenshot of that?
Click to expand...
Click to collapse
snag .gy/AekHa. jpg
comcastic08 said:
snag .gy/AekHa. jpg
Click to expand...
Click to collapse
In that screenshot i see again the same mistake i mentioned before
please do this
Just type only su and enter
and then send me the screenshot of that.
tetsuo55 said:
In that screenshot i see again the same mistake i mentioned before
please do this
Just type only su and enter
and then send me the screenshot of that.
Click to expand...
Click to collapse
snag. gy/aWyCY .jpg
comcastic08 said:
snag. gy/aWyCY .jpg
Click to expand...
Click to collapse
All i can think of is that you have the wrong boot.img
tetsuo55 said:
All i can think of is that you have the wrong boot.img
Click to expand...
Click to collapse
i downloaded the one you said XZ-lockeddualrecovery2.8.23-RELEASE.combined.zip and renamed it to boot.img
even the twrp.img doesnt work ugh

Categories

Resources