[Guide] LG,l3,l5,l7 Clockworkmod Recovery - Optimus L3, L5, L7 General

[URL=http://img818.imageshack.us/i/xi2s.jpg/]
​​[/URL]
in this thread i will put terminal emulator method to flash cwm recovery ​
i try this method on e405 and e400 and get Success
Click to expand...
Click to collapse
first u can download cwm from here​
http://www.clockworkmod.com/rommanager​
Download Terminal From here​
https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en​
or download it from attachment below​:good:
Now put your cwm recovery on sd card and reneme it to cwmrecovery.img
​and open terminal emulator and write those codes
​
after $ type
su (press enter) (terminal'll ask for superuser permission, grant it)
you'll see this
Click to expand...
Click to collapse
​
now type after #
dd(single space here)if=/sdcard/cwmrecovery.img(single space here)of=/dev/block/mmcblk0p17 (press enter)
Click to expand...
Click to collapse
command should like this ​
Code:
$ su
# dd if=/sdcard/cwmrecovery.img of=/dev/block/mmcblk0p17
​
when finish just reset to cwm recovery ​
thanks to suddep ​

Nice post thanks for sharing..:good::good:

This is totally an unnecessary guide.

rajeshroopa said:
Nice post thanks for sharing..:good::good:
Click to expand...
Click to collapse
thanks for feddback my friend ,,, here y will find everything about e400 ..
http://forum.xda-developers.com/showthread.php?t=2406608
Click to expand...
Click to collapse

anyone tested it on LG E400. i hate brick my phone

DevastatingTech said:
This is totally an unnecessary guide.
Click to expand...
Click to collapse
Indeed
Sent from my LG-E610 using xda app-developers app

great share.. thank you

Napst3r88 said:
[URL=http://img818.imageshack.us/i/xi2s.jpg/]
​​[/URL]
in this thread i will put terminal emulator method to flash cwm recovery ​
​
first u can download cwm from here​
http://www.clockworkmod.com/rommanager​
Download Terminal From here​
https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=en​
or download it from attachment below​:good:
Now put your cwm recovery on sd card and reneme it to cwmrecovery.img
​and open terminal emulator and write those codes
​​
​
command should like this ​
Code:
$ su
# dd if=/sdcard/cwmrecovery.img of=/dev/block/mmcblk0p17
​
when finish just reset to cwm recovery ​
thanks to suddep ​
Click to expand...
Click to collapse
recovery link not working..

siddheshvartak said:
recovery link not working..
Click to expand...
Click to collapse
Just go to google play and download it from there. Our Go to original thread section, there's a lot of cwm recovery that you can flash.
from LG-P705G w/ Vanir Rom Weeklies

Data
If i update firmware to my device, is CMW will save my phone data?

brokeny said:
If i update firmware to my device, is CMW will save my phone data?
Click to expand...
Click to collapse
it depend on u. if u dont wipe data, it will be keeped

Related

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

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!

[Q] Lost root

I am on Korean v30J rom. I don't know what I've done, but sudenly, when I want to backup my applications on titanium, I don´t get root permissions. I've tested it with several applications and it always shows a message of not allowed root permissions.
Any suggestion?
if you can go into recovery(by power menu or g-recovery), flash superuser.zip and you shall be fine
theaks30 said:
if you can go into recovery(by power menu or g-recovery), flash superuser.zip and you shall be fine
Click to expand...
Click to collapse
No, this V30J rom doesn't allow it.
arventaria said:
No, this V30J rom doesn't allow it.
Click to expand...
Click to collapse
Use adb or terminal emulator.
Code:
reboot recovery
Some apps on market can reboot to recovery and for some unkown reason they wan't root. It's not needed so don't worry about it.
xonar_ said:
Use adb or terminal emulator.
Code:
reboot recovery
Some apps on market can reboot to recovery and for some unkown reason they wan't root. It's not needed so don't worry about it.
Click to expand...
Click to collapse
Thank you. Terminal emulator worked :good:
I was thinking about re-rooting my phone.

My device not getting into recovery.

My device not getting into recovery. Harwarically I can get into recovery, but I can not use adb reboot recovery or any rebooting app, it just normal reboots. Need urgent help. My buttons are almost finished cant stand more pressure.
Subhajitdas298 said:
Harwarically I can get into recovery
Click to expand...
Click to collapse
harwarically?
try changing recovery, if that doesn't solve it it's a rom problem
Rudjgaard said:
harwarically?
try changing recovery, if that doesn't solve it it's a rom problem
Click to expand...
Click to collapse
stock rom. i can get into recovery using hardware buttons and pa rom's power button menu. but can not get into using other apps.
Subhajitdas298 said:
stock rom. i can get into recovery using hardware buttons and pa rom's power button menu. but can not get into using other apps.
Click to expand...
Click to collapse
What other apps? Like some reboot app? Maybe they send the wrong argument to the bootloader. Might not be compatible with our device.
If you can get in using hardware buttons, then its mostly a problem with the other apps you are trying.
Download terminal emulator, run:
Code:
su
reboot recovery
and you're in recovery. If that doesn't work for some unknown reason, you need to switch roms.
EDIT: disregard this, per adams post below.
It doesn't work on stock rom unless you manually write recovery boot command to misc partition.
Sent from my OmniROM-powered LG Optimus 4X HD
Download from playstore rom manager and go in, in the app theres a option : *boot my device into recovery*
Sent from my LG-P880 using xda app-developers app
GalaxyVolvoZ said:
Download from playstore rom manager and go in, in the app theres a option : *boot my device into recovery*
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
As Adam posted above, none of these apps/ commands will work if it isn't defined in the misc partition. I wasnt aware of this before Adam pointed it out, ill look into the easiest way for this to be done.
JoinTheRealms said:
As Adam posted above, none of these apps/ commands will work if it isn't defined in the misc partition. I wasnt aware of this before Adam pointed it out, ill look into the easiest way for this to be done.
Click to expand...
Click to collapse
IIRC now that @GalaxyVolvoZ posted ROM Manager works, because it writes the needed command.
Otherwise this is the command needed in shell:
Code:
echo "boot-recovery" | /system/bin/dd of=/dev/block/mmcblk0p5 bs=1 count=13
Adam77Root said:
IIRC now that @GalaxyVolvoZ posted ROM Manager works, because it writes the needed command.
Otherwise this is the command needed in shell:
Code:
echo "boot-recovery" | /system/bin/dd of=/dev/block/mmcblk0p5 bs=1 count=13
Click to expand...
Click to collapse
Thanks! slightly off topic, but do you know what format the misc partition is?
JoinTheRealms said:
Thanks! slightly off topic, but do you know what format the misc partition is?
Click to expand...
Click to collapse
It's probably not formatted, just raw data.
Sent from my OmniROM-powered LG Optimus 4X HD
JoinTheRealms said:
Download terminal emulator, run:
Code:
su
reboot recovery
and you're in recovery. If that doesn't work for some unknown reason, you need to switch roms.
EDIT: disregard this, per adams post below.
Click to expand...
Click to collapse
does not work for me
i cant enter recovery on my phone. getting this everytime reboot int recovery. tried physical keys, or rom manager, even system reset also cannot do because of this. any idea how to solve this?
currently on stock rom
cruelboy86 said:
i cant enter recovery on my phone. getting this everytime reboot int recovery. tried physical keys, or rom manager, even system reset also cannot do because of this. any idea how to solve this?
currently on stock rom
Click to expand...
Click to collapse
Did you try to flash a recovery without unlocking bootloader?
Use LG mobile support tool.

Flashing SYSTEM.img failing Command not allowed, why?

I have bootloader unlocked
I am NOT Rooted
Flashing cust, boot and recovery work but system.img always fails as "remote: command not allowed"
I was told you dont have to be rooted to flash things with fastboot, Acassa's system was corrupted, and I downloaded the other one another person in the thread suggested that worked for others, but the same problem persists and I dont know what to do?
Your help would be much appreciated
danielproenca said:
I have bootloader unlocked
I am NOT Rooted
Flashing cust, boot and recovery work but system.img always fails as "remote: command not allowed"
I was told you dont have to be rooted to flash things with fastboot, Acassa's system was corrupted, and I downloaded the other one another person in the thread suggested that worked for others, but the same problem persists and I dont know what to do?
Your help would be much appreciated
Click to expand...
Click to collapse
Is Your Bootloader Unlocked ??
andromodgod said:
Is Your Bootloader Unlocked ??
Click to expand...
Click to collapse
Yes it is, I said so at the beginning of the post, sorry if I was unclear, It is definitely unlocked
I can flash cust, boot and recovery with no problem
danielproenca said:
Yes it is, I said so at the beginning of the post, sorry if I was unclear, It is definitely unlocked
I can flash cust, boot and recovery with no problem
Click to expand...
Click to collapse
most probably error with the system.img ..... this is lollipop .... we dont know wat kind of modifications huawei did under the hood .... best way is rollback to b609 and upgrade to b805 naturally
There is a file in /system named"set_immutable. list",delete it and try again.
chencu said:
There is a file in /system named"set_immutable. list",delete it and try again.
Click to expand...
Click to collapse
How do I delete it???
danielproenca said:
How do I delete it???
Click to expand...
Click to collapse
Have you rooted your phone?If you have,you can download a "Thermanl Emulator" and try:
First,to get Root access, you should input"su" and then press Enter.Next,"cd /system" and then "chattr -R -i *".Finally,"rm set_immutable. list".
Enjoy.Hope things work out.
---------- Post added at 02:01 PM ---------- Previous post was at 01:17 PM ----------
danielproenca said:
How do I delete it???
Click to expand...
Click to collapse
Oh,no.Before you "chattr",you should also "mount -o remount,rw /system".
You can use adb shell instead of "Thermal Emulator" as well.
chencu said:
Have you rooted your phone?If you have,you can download a "Thermanl Emulator" and try:
First,to get Root access, you should input"su" and then press Enter.Next,"cd /system" and then "chattr -R -i *".Finally,"rm set_immutable. list".
Enjoy.Hope things work out.
---------- Post added at 02:01 PM ---------- Previous post was at 01:17 PM ----------
Oh,no.Before you "chattr",you should also "mount -o remount,rw /system".
You can use adb shell instead of "Thermal Emulator" as well.
Click to expand...
Click to collapse
Can you give me a full tutorial as my phone is NOT ROOTED
danielproenca said:
Can you give me a full tutorial as my phone is NOT ROOTED
Click to expand...
Click to collapse
Could you root your device?Since you unlocked your device, you can flash a third-party recovery and flash the SuperSU zip.
chencu said:
Could you root your device?Since you unlocked your device, you can flash a third-party recovery and flash the SuperSU zip.
Click to expand...
Click to collapse
It doesnt connect to HiSuite
I dont know how to do any of that?
Root
@danielproenca
1 ) Install ADB and Fastboot drivers in ya pc from Link to Google Drive
2 ) Then Download CWM Img file Mega Link
3 ) Place The Img on Ur desktop
4 ) Open CMD and Connect Phone in MTP Mode with Debugging On .
5 ) Write The Following Command
adb reboot bootloader
Click to expand...
Click to collapse
6 ) Then Write ....
fastboot flash recovery C:\Users\Ur_UserName\Desktop\cwm.img
Click to expand...
Click to collapse
7 ) Press ENTER and Ur Done
8 ) Write
Fastboot reboot
Click to expand...
Click to collapse
and u will reboot into ur OS
9 ) Download Super SU Update Package Link to Mega
10 ) Copy it To Your Phone and Type This Command on Your PC
adb reboot recovery
Click to expand...
Click to collapse
11 ) From Recovery Just Flash The Super su package and u will be rooted
andromodgod said:
@danielproenca
1 ) Install ADB and Fastboot drivers in ya pc from Link to Google Drive
2 ) Then Download CWM Img file Mega Link
3 ) Place The Img on Ur desktop
4 ) Open CMD and Connect Phone in MTP Mode with Debugging On .
5 ) Write The Following Command
6 ) Then Write ....
7 ) Press ENTER and Ur Done
8 ) Write and u will reboot into ur OS
9 ) Download Super SU Update Package Link to Mega
10 ) Copy it To Your Phone and Type This Command on Your PC
11 ) From Recovery Just Flash The Super su package and u will be rooted
Click to expand...
Click to collapse
Thanks very much, will try it now
andromodgod said:
@danielproenca
1 ) Install ADB and Fastboot drivers in ya pc from Link to Google Drive
2 ) Then Download CWM Img file Mega Link
3 ) Place The Img on Ur desktop
4 ) Open CMD and Connect Phone in MTP Mode with Debugging On .
5 ) Write The Following Command
6 ) Then Write ....
7 ) Press ENTER and Ur Done
8 ) Write and u will reboot into ur OS
9 ) Download Super SU Update Package Link to Mega
10 ) Copy it To Your Phone and Type This Command on Your PC
11 ) From Recovery Just Flash The Super su package and u will be rooted
Click to expand...
Click to collapse
Where do I place the supersu on my phone and do I unzip it or leave it zipped?
andromodgod said:
@danielproenca
1 ) Install ADB and Fastboot drivers in ya pc from Link to Google Drive
2 ) Then Download CWM Img file Mega Link
3 ) Place The Img on Ur desktop
4 ) Open CMD and Connect Phone in MTP Mode with Debugging On .
5 ) Write The Following Command
6 ) Then Write ....
7 ) Press ENTER and Ur Done
8 ) Write and u will reboot into ur OS
9 ) Download Super SU Update Package Link to Mega
10 ) Copy it To Your Phone and Type This Command on Your PC
11 ) From Recovery Just Flash The Super su package and u will be rooted
Click to expand...
Click to collapse
I am not running any custom ROM, I am NOT ROOTED and when booted into recovery, I dont get any option to flash??
Forget everthing i said ......
As This is Your First Time i Recommend TWRP ......
So First Download TWRP img from Mega Link Credits to @Araca
keep it on your desktop .....
now connect your device to Computer with USB Debugging enabled and in mtp mode
now first copy this command into notepad and edit it
fastboot flash recovery C:\Users\Username\Desktop\TWRP-2.8.7.0.img
Click to expand...
Click to collapse
in the command above replace Username with your own username .......
after that type
Fastboot reboot
Click to expand...
Click to collapse
Then Copy the super su zip file into internal sdcard ...... internal storage ....... not external not sdcard !!!!
and dont extract the zip file
then type the following command
adb reboot recovery
Click to expand...
Click to collapse
when recovery it will ask about setting system as read only ..... on the bottom of screen there is a an option to swipe .... swipe it and dont check anything else ....
after that click on install and then a list will come of your internal storage ...... just swipe and go down there will be super su update package click on it and then swipe to flash ..... then reboot back to system and if it come to fix root then just swipe and your done ....... now im gonna go shower so ill be back after some time just try it and i hope it works for ya
after or before doing all that just read thisLink to something fishy fishy
andromodgod said:
@danielproenca
1 ) Install ADB and Fastboot drivers in ya pc from Link to Google Drive
2 ) Then Download CWM Img file Mega Link
3 ) Place The Img on Ur desktop
4 ) Open CMD and Connect Phone in MTP Mode with Debugging On .
5 ) Write The Following Command
6 ) Then Write ....
7 ) Press ENTER and Ur Done
8 ) Write and u will reboot into ur OS
9 ) Download Super SU Update Package Link to Mega
10 ) Copy it To Your Phone and Type This Command on Your PC
11 ) From Recovery Just Flash The Super su package and u will be rooted
Click to expand...
Click to collapse
THank you so much!!!!
OK now I have done all of that, how do I go back to B609 without any MyRoMs or that kind of thing?
Please tell me how you unblocked your bootloader?
freedompals said:
Please tell me how you unblocked your bootloader?
Click to expand...
Click to collapse
http://emui.huawei.com/en/plugin.php?id=unlock&mod=unlock&action=apply
this method doesn't work

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