[Q] Is it safe to install p930 custom recovery on p935? - LG Nitro HD

So, i rooted my Telus Lg Optimus lte (P935) with Cydiaimpactor. Now im trying to install Rom Manager and i am not sure if i can use P930 recovery on my P935. If not i want to know what recoveries work on this phone.

scso43 said:
So, i rooted my Telus Lg Optimus lte (P935) with Cydiaimpactor. Now im trying to install Rom Manager and i am not sure if i can use P930 recovery on my P935. If not i want to know what recoveries work on this phone.
Click to expand...
Click to collapse
Hi,It is safe because p930,p935 & p936 have same hardware.
Download the recovery.img and put it in the root of your sd card, then run adb . After that, run this following command:
edit:enable usb debugging else it is not working
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p13
or you could just install the recovery through rom manager by clockworkmod . . .
Flash at your own risk

Thank you !!

Related

[Q] Please Help! Stuck in CWM Recovery

My LG LS970 Optimus G I rooted it then unlocked the boot Loader then OTA update installed and I am stuck in CWM Recovery v6.0.1.5 I tried everything and nothing works Please Help me I just want it to work I dont care about root or unlock anymore Its been giving me a headache for a week now
KenKu said:
My LG LS970 Optimus G I rooted it then unlocked the boot Loader then OTA update installed and I am stuck in CWM Recovery v6.0.1.5 I tried everything and nothing works Please Help me I just want it to work I dont care about root or unlock anymore Its been giving me a headache for a week now
Click to expand...
Click to collapse
There is a way to push a rom to your phone trough CWM and then flash it but i m not sure how...
however check this thread : http://forum.xda-developers.com/showthread.php?t=2010624
be sure to use the right KDZ. You should get it right from LG official website with you IEMI number (I know you dont have access to it since you are stuck in recovery but it can be written on your optimus g box... at least mine is there(telus E973))
Tell me if that helped
nope has a error trying to recover doing everything just how I am stumped
Did you install msxml and B2CAppSetup before trying the unbrick steps above?
You just need to clear your reboot flag in the misc partition. I'll get you the commands in a bit or you can search sprint forum.
Sent from my cm_tenderloin using xda app-developers app
Run this from an adb shell:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/misc of=/data/media/misc-bad-backup.img
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/misc bs=1 count=1088

how to install CWM on rooted 5110

hi
I have rooted using FramaRoot, now how do I get CWM installed to flash a new rom ?
ghatothkach said:
hi
I have rooted using FramaRoot, now how do I get CWM installed to flash a new rom ?
Click to expand...
Click to collapse
You need to flash it with Odin.
I did it via adb shell and used dd to first create a backup of my original recovery & then clone the cwm img stored on my sdcard to the recovery partition. But i'm a fan of command line utilities.
What version of ODIN ?
http://forum.xda-developers.com/showthread.php?t=2189539
I am planning to flash
http://forum.xda-developers.com/showthread.php?t=2299497
and later install
http://forum.xda-developers.com/showthread.php?t=2283073
&
http://forum.xda-developers.com/showthread.php?t=2272917
G

[Recovery][TWRP/CWM][HK (E988), KR (F240L, S, K)] Flashable recovery!

Hi there,
Here is seperate thread for E988 (HK version) and F240 (KR version)
Please refer all detail / procedures from here (the original thread from thecubed)
http://forum.xda-developers.com/showthread.php?t=2360369
I would like to thanks @djrbliss & @thecuded for all their contributions
Here is the LOKI thread and with source code URL in github
http://forum.xda-developers.com/showthread.php?t=2358871
!!!!!!!!!!!I Am Not Responsible For Any Problems Due To Flashing This Image!!!!!!!!!!!!!!
Make sure you do your own backup
e.g. rooted access and backup your existing recovery image to /sdcard
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/sdcard/recovery.img
HK: E988
Recovery: (TWRP / CWM)
https://mega.co.nz/#!9F4ixQhJ!MX9Fqkta7CJ-7sjdv-KkgwDk0AYwjBz9LKHDyIuaWa8
https://mega.co.nz/#!sN5SVZpQ!CQ3KSzDdowmop96I0wrw9Bvxl5FOruWqwXX1u4r0ccE
<< In fact, all F240 L, K, S using the same signature in aboot.img, so I just use the LOKI to patch each individually (so silly). You can cross flash in between L, K & S >>
KR: F240K
Recovery: (TWRP / CWM)
https://mega.co.nz/#!5JIFzbJZ!OP_JPTT1YGWohZ_hzp4FQCF4fgZJ-94pyqP2eIdrFy0
https://mega.co.nz/#!NUYXXQQS!BiT_YmA5Yk5L7lrHyaQFeXdVHawCWlY1csbHH728IQM
KR: F240S
Recovery: (TWRP / CWM)
https://mega.co.nz/#!FBpFGZYJ!E7JwKXMrF7izYne0QbVFz0-5P-JXWceIqWUV9EHYS4k
https://mega.co.nz/#!ZVB1nApT!SfKEL1jsNLEhNlANb0cV2hNMaPRFHe0NXBoXkmXq0-c
KR: F240L
Recovery: (TWRP / CWM)
https://mega.co.nz/#!kJRT3IBT!MXDRgCOJGJJWc967Umoog3WcGJ1UXIiJbZN_I1wGH3E
https://mega.co.nz/#!pZpC0RiY!Gb1AalocIez8dUyRPu3mPCco8lp6ANap7mSP4WQ2YNA
Click to expand...
Click to collapse
How to get recovery mode:
Power off your phone, then press "Power + Vol Up + Home" at the same time
or
if you have USB connected (debug option turn on in your phone), issue "adb reboot recovery"
PS: TWRP sometimes has touch problem (still don't know why), you need to use power off method to get recovery mode (it works almost).
How to restore your stock recovery
(I am assumming your backup recovery (stock) image in /sdcard)
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Hi hkfriends,
My GPros model number is E988. But I'm from India and LG is selling Gpro in India.
Do you think indian version is different from Hongkong E988 ?
My software version is E98810a.
Can u also pls give me a link to root this model ?
success
thnks, unlock and then boot success.
My device is 240L.
Well done!
hkfriends said:
Hi there,
Here is seperate thread for E988 (HK version) and F240 (KR version)
Please refer all detail / procedures from here (the original thread from thecubed)
http://forum.xda-developers.com/showthread.php?t=2360369
I would like to thanks @djrbliss & @thecuded for all their contributions
Here is the LOKI thread and with source code URL in github
http://forum.xda-developers.com/showthread.php?t=2358871
!!!!!!!!!!!I Am Not Responsible For Any Problems Due To Flashing This Image!!!!!!!!!!!!!!
Make sure you do your own backup
e.g. rooted access and backup your existing recovery image to /sdcard
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/sdcard/recovery.img
Click to expand...
Click to collapse
Touch is weird. I think there was a problem with screen resolution
and I cannot flash F240S's TWRP.
F240k's works just fine, though
sachinaik said:
Hi hkfriends,
My GPros model number is E988. But I'm from India and LG is selling Gpro in India.
Do you think indian version is different from Hongkong E988 ?
My software version is E98810a.
Can u also pls give me a link to root this model ?
Click to expand...
Click to collapse
yes, try this one
https://mega.co.nz/#!xJxVGaJD!S2sGqk-7euyyNxpdA9jIrXLBR7Jd5FKdsJXnVx3lahI
reider123 said:
Touch is weird. I think there was a problem with screen resolution
and I cannot flash F240S's TWRP.
F240k's works just fine, though
Click to expand...
Click to collapse
yes, i know TRWP has touch issue in some cases, i need power off and using hardware keys to recovery mode, then 90% will ok
for the moment , thecubed also looking thjs issue....
what is the problem of F240S twrp flashing problem, let me know to fix it.
kevinwzh said:
thnks, unlock and then boot success.
My device is 240L.
Well done!
Click to expand...
Click to collapse
good to hear ...
for flashing permanent recovery has both good and bad side:
pro: we can restore any issue by twrp or cwm backup
con: we cannot OTA update directly until we flash back stock recovery
hkfriends said:
good to hear ...
for flashing permanent recovery has both good and bad side:
pro: we can restore any issue by twrp or cwm backup
con: we cannot OTA update directly until we flash back stock recovery
Click to expand...
Click to collapse
Oo. I believe we will have more customerizarion rom other than official update. But HK,could u pls provide the way to rollback to the original recovery img if we want to receive the ota update?
Thnks.
cool. really thanks. :good:
I'm using f240l.
but I don't know how to boot to recovery.
and,
easy-twrp-f240l does not work.
[-] Failed to open gk-twrp-f204l.lok for reading.
Click to expand...
Click to collapse
what does this mean?
hkfriends said:
yes, i know TRWP has touch issue in some cases, i need power off and using hardware keys to recovery mode, then 90% will ok
for the moment , thecubed also looking thjs issue....
what is the problem of F240S twrp flashing problem, let me know to fix it.
Click to expand...
Click to collapse
cannot read error, though
One more question:what's the key combo to get into recovery?
Edit:no need to know key combo. I figured it out
hkfriends said:
yes, try this one
https://mega.co.nz/#!xJxVGaJD!S2sGqk-7euyyNxpdA9jIrXLBR7Jd5FKdsJXnVx3lahI
Click to expand...
Click to collapse
Hello hkfriends,
This link doesn't work. Can u pls send a dropbox link or attach it here?
Also instructions on how to install the zip pls
Sent from my LG OptImus G Pro E-988
leechanee1 said:
cool. really thanks. :good:
I'm using f240l.
but I don't know how to boot to recovery.
and,
easy-twrp-f240l does not work.
what does this mean?
Click to expand...
Click to collapse
1) to recovery: When your phone in power off mode, press "Power + Vol Up + Home" at the same time, wait it flash to boot twice
2) do you have rooted your G Pro?
sachinaik said:
Hello hkfriends,
This link doesn't work. Can u pls send a dropbox link or attach it here?
Also instructions on how to install the zip pls
Sent from my LG OptImus G Pro E-988
Click to expand...
Click to collapse
Try this one
http://uploaded.net/file/hevc2gvi
kevinwzh said:
Oo. I believe we will have more customerizarion rom other than official update. But HK,could u pls provide the way to rollback to the original recovery img if we want to receive the ota update?
Thnks.
Click to expand...
Click to collapse
Added instruction in #1
hkfriends said:
Try this one
http://uploaded.net/file/hevc2gvi
Click to expand...
Click to collapse
Downloaded it from Mega link : -)
Pls give me instructions for rooting the phone...
Sent from my LG OptImus G Pro E-988
hkfriends said:
1) to recovery: When your phone in power off mode, press "Power + Vol Up + Home" at the same time, wait it flash to boot twice
2) do you have rooted your G Pro?
Click to expand...
Click to collapse
1) thanks!
2) of course! i'm using cwm now. maybe bat problem?
.\files\adb.exe shell "echo '--BEGIN PHONE SIDE--';cd /data/local/tmp;chmod 755 loki_flash;su -c './loki_flash recovery gk-twrp-f204l.lok';echo '--END PHONE SIDE--'"
sachinaik said:
Downloaded it from Mega link : -)
Pls give me instructions for rooting the phone...
Sent from my LG OptImus G Pro E-988
Click to expand...
Click to collapse
turn on your phone debug=on
1) Setting => Developer option => usb debugging (set on)
2) extract the zip
3) run root.exe
hkfriends said:
turn on your phone debug=on
1) Setting => Developer option => usb debugging (set on)
2) extract the zip
3) run root.exe
Click to expand...
Click to collapse
It is struck in "daemon started successfully"
Sent from my LG OptImus G Pro E-988
sachinaik said:
It is struck in "daemon started successfully"
Sent from my LG OptImus G Pro E-988
Click to expand...
Click to collapse
make sure you have adb drivers installed correctly
check driver, reboot PC + mobile and re-try
PS: test
adb devices
you should see your device ID, otherwise your adb drivers in pc is not working
leechanee1 said:
1) thanks!
2) of course! i'm using cwm now. maybe bat problem?
.\files\adb.exe shell "echo '--BEGIN PHONE SIDE--';cd /data/local/tmp;chmod 755 loki_flash;su -c './loki_flash recovery gk-twrp-f204l.lok';echo '--END PHONE SIDE--'"
Click to expand...
Click to collapse
no... it sounds L is different.......
my founding, when comparing K & S are identical binary
but L is totally different from K or S (either TWRP or CWM)
it sounds strange...to me, if the LOKI using the the same signature for all KR version
If you can use CWM on K or S, I think it is ok
can you test for me, try flash gk-twrp-f204S , and see whehter you can use it?

TWRP problem

so I downloaded the e980 vanir rom along with the 4.3 gapps, I went into twrp and did a factory wipe, then I went to flash the rom and it said failed, it also failed with the carbon roms, any help would be much appreciated!
Try cwm!!
hypnz said:
Try cwm!!
Click to expand...
Click to collapse
Where's the link to the Loki CWM?
here's how i put carbonrom nightlies from start to finish
androidbeast503 said:
so I downloaded the e980 vanir rom along with the 4.3 gapps, I went into twrp and did a factory wipe, then I went to flash the rom and it said failed, it also failed with the carbon roms, any help would be much appreciated!
Click to expand...
Click to collapse
this may be a little long but here's how i got carbonrom nightlies on my phone:
I have successfully rooted, s-off, twrp, and installed carbonrom nightlies. Here are the steps I took to change the rom on my lg ogp:
I rooted my phone first according to: http://forum.xda-developers.com/showthread.php?t=2276652
I had to edit the bat file in notepad because when I attempted adb, the program saw too many devices. Here is what I had to edit after every adb command, ie:
adb -s LG-E980-c80aed6b shell "echo -en \\x0d > /sdcard/G_security"
I added the switch: -s LG-E980-c80aed6b to direct the adb command to my device. This will only work from the stock rom since a different rom will have a different name. To find your phone's name, use this command: adb devices this will give you the name of your device to use after -s
after my phone was successfully rooted, I used freegee from google play to unlock the bootlaoder, remove the lg security and install twrp: https://play.google.com/store/apps/details?id=edu.shell.freegee_free
the twrp that freegee installed had the popular touchscreen problem where the touchscreen didn't really work so I installed twrp 2.6.3 from: http://forum.xda-developers.com/showthread.php?t=2455828
this was another bat file that I had to edit to direct the adb command to my phone. I had to find the name and change the bat file in notepad just like I did for the root step above. When it quickly installed and rebooted, it worked flawlessly.
Now I was ready to install carbonrom nightlies: http://forum.xda-developers.com/showthread.php?t=2439911 using the instructions from ballshanglow in the 3rd thread.
I love all the options that oblikas incorporated. This is a great 4.3 rom. I hope this helps.
I have bricked my lg ogp but I just used the lg flashtool and followed the instructions to return it to stock: http://forum.xda-developers.com/showthread.php?t=2420219
kingdavidjr
How do.you flash the stock at&t rom threw the lg flash tool of its a zip file and not a kdz file
Sent from my LG-E980h using xda app-developers app
androidbeast503 said:
How do.you flash the stock at&t rom threw the lg flash tool of its a zip file and not a kdz file
Sent from my LG-E980h using xda app-developers app
Click to expand...
Click to collapse
You need to follow the instructions here:
http://forum.xda-developers.com/showthread.php?t=2420219

E980 Problem & Need Help

I have E980 that has secure boot error, and it boots into CWM 6.0.4.4 . However, it cant read / mount external , so i cant flash anything from microSD.
So, how do I upgrade to TWRP 2.8.7.0 and flash Slim LP ( is this latest and best ROM for this device ? ) TIA
PS : does sideloading the twrp recover work ?
There was a flashable zip of TWRP somewhere in TWRP thread, but generally, best way would be to simply flash it via flashify. You can always try to flash roms from internal SD or via sideload, but I'm not sure that old CWM will work with newer zips - it wasn't working well even back in Kitkat days, not now.
You can always flash Philz CWM, and use it as a starting point, and update to TWRP as soon as possible. Not that there is much going on for this device.
ShadySquirrel said:
There was a flashable zip of TWRP somewhere in TWRP thread, but generally, best way would be to simply flash it via flashify. You can always try to flash roms from internal SD or via sideload, but I'm not sure that old CWM will work with newer zips - it wasn't working well even back in Kitkat days, not now.
You can always flash Philz CWM, and use it as a starting point, and update to TWRP as soon as possible. Not that there is much going on for this device.
Click to expand...
Click to collapse
So , what is the best approach to fix it ? LG Flash stock KK kdz , re-root , flashify twrp , then flash LP ROM ? TIA
PS : once flashing LP ROM, do I have to deal with downgrade aboot/modem/etc. ?
abced123 said:
So , what is the best approach to fix it ? LG Flash stock KK kdz , re-root , flashify twrp , then flash LP ROM ? TIA
PS : once flashing LP ROM, do I have to deal with downgrade aboot/modem/etc. ?
Click to expand...
Click to collapse
Best approach would be to flash stock Jellybean, then root, install busybox, flash TWRP (can't remember if you have to flash one from FreeGee first and then update, last time I did a full reflash was long time ago), do a NAND backup and flash whatever you like after that, because half of our stuff is based on JB, even recoveries won't read KitKat partitions scheme well (kitkat has different modem partitions compared to jellybean so there is always a possibility you won't be able to backup and restore EFS, or you'll get a partial backup, because there are 3 EFS partitions).
Once you flash on Jellybean base, no further changes are necessary.
problems !!!
ShadySquirrel said:
Best approach would be to flash stock Jellybean, then root, install busybox, flash TWRP (can't remember if you have to flash one from FreeGee first and then update, last time I did a full reflash was long time ago), do a NAND backup and flash whatever you like after that, because half of our stuff is based on JB, even recoveries won't read KitKat partitions scheme well (kitkat has different modem partitions compared to jellybean so there is always a possibility you won't be able to backup and restore EFS, or you'll get a partial backup, because there are 3 EFS partitions).
Once you flash on Jellybean base, no further changes are necessary.
Click to expand...
Click to collapse
I got another problem while trying the LG flash tool stock ATT V20 tot file ( cant find kdz for E980 ) . I followed the guide , downloaded all necessary files, phone can be put into download mode . However, it wont show COM/Port in my laptop and show no device list in adb shell . It cant be driver problem becuz I tried to reinstall a few times and other phones can be detected fine in adb shell . Any idea ?
PS: Phone shows a yellow mark USB Composite device instead of LGE mobile com/port though .
abced123 said:
I got another problem while trying the LG flash tool stock ATT V20 tot file ( cant find kdz for E980 ) . I followed the guide , downloaded all necessary files, phone can be put into download mode . However, it wont show COM/Port in my laptop and show no device list in adb shell . It cant be driver problem becuz I tried to reinstall a few times and other phones can be detected fine in adb shell . Any idea ?
PS: Phone shows a yellow mark USB Composite device instead of LGE mobile com/port though .
Click to expand...
Click to collapse
You need LG's unified driver installed. Also, make sure that you have E980 (there are 5+ variants, all differences in firmware). Probably it would be best to download firmware according to IMEI.
ShadySquirrel said:
You need LG's unified driver installed. Also, make sure that you have E980 (there are 5+ variants, all differences in firmware). Probably it would be best to download firmware according to IMEI.
Click to expand...
Click to collapse
Like i said i got proper driver installed and recognized by my other LG devices. I got it resolved now . The issue is with USB 3.0 . You have to use USB 2.0 for the LG Flash Tool and driver to work properly. This is also stated in the other threads . Thanks again

Categories

Resources