[Q] Cant enter factory reset mode (devide turned off) - G2 Q&A, Help & Troubleshooting

Got an LG G2 D802 which recently was stuck in fastboot only,no download mode not anything at all,
after many tries and errors i managed to boot to download mode and flash an apropriate version.
The thing is from that moment i cant seem to get in factory reset screen through Power Down + Power button as it used on the beginning i press the is im supposed and the phone just normaly boots,never get on factory reset or recovery,I can only enter the recovery via application from playstore called Reboot Recovery.
I can still factory reset from settings but i want to know why i cant enter with the other way and i think it a necessary function to have just in case.
How can i fix this in order to get in factory reset when the device is turned off?
How can i install twrp without autorec because this was the problem which bricked my phone?(download zip and install from current recovery?)which twrp do i need for the following device?
Any info on dorimanx kernel?
Android version 4.4.2
Build Number KOT49I.D80220h
kernel version 3.4.0
Model LG G2 D802

Did you use a kdz file or tot file?

scuzzo500 said:
Did you use a kdz file or tot file?
Click to expand...
Click to collapse
kdz file was it,should i reflash with a .tot file?
also my device was locked to tmobile uk and the got unlock via pin from the carrier,if i reflash it will need again to be unlocked?

watanabe32 said:
How can i fix this in order to get in factory reset when the device is turned off?
Click to expand...
Click to collapse
You're running 4.4.2 which is KitKat. KitKat Recovery is accessed by holding PWR + VOL DWN, then when the LG logo appears, switching to VOL DWN + VOL UP. You are trying the old method for Jellybean Recovery.
watanabe32 said:
How can I install TWRP without AutoRec?
Click to expand...
Click to collapse
BEFORE FOLLOWING THIS MAKE SURE YOU HAVE WORKING ADB DRIVERS INSTALLED AND CAN CONFIRM COMMUNICATION WITH YOUR PHONE VIA ADB COMMANDS!
You can install TWRP without autorec, which will result in keeping your KitKat bootloader. This method is also called BUMP. Follow my steps:
1. Download your KDZ from here. If you are already running Stock KitKat, no need.. just continue to step 2. I like to do everything from a clean/fresh installation that's all.
2. Root your stock KK with StumpROOT.
3. Download Bumped TWRP from here.
Extract the recovery.img file from the downloaded TWRP .rar archive.
4. Next we need your boot.img file currently on your phone. We can extract your boot.img to your sdcard by running the following command:
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/sdcard/boot.img
Once your boot.img is on your sdcard, move it to your computer via usb or adb, your choice.
5. Download Windows BUMP Tool.
6. Bump your boot.img file with the Windows BUMP Tool. This will result in a newly created bumped.img file. Delete your original boot.img and rename bumped.img to boot.img
7. Next we need to force your phone into fastboot mode (as much as that might scare you!), we can do that by running the following command via adb/shell.
Code:
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/boot
8. BEFORE WE GO ANY FURTHER, You should have 2 files on your computer: recovery.img, and your newly renamed boot.img (bumped with the Windows BUMP Tool). Next we need to reboot the phone in order to get into fastboot mode. So, REBOOT.
9. When your device reboots it will boot into fastboot as we nullified the boot partition. We now need to connect our device via adb and run the following commands,
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
These commands require your recovery.img and boot.img to be in the same folder as your fastboot.exe file.
(See the image below for an example)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Once successfully flashing your bumped recovery and bumped boot.img, run the following command:
Code:
fastboot reboot
.
That's it! You now installed TWRP without AutoRec, and kept your KitKat bootloader.
watanabe32 said:
Which TWRP do I need?
Click to expand...
Click to collapse
ALWAYS A BUMPED TWRP RECOVERY FROM HERE.
watanabe32 said:
Any info on dorimanx kernel?
Click to expand...
Click to collapse
Dorimanx Kernel works great with a KK Bootloader, BUT YOU NEED TO HAVE A BUMPED VERSION OF THE DORIMANX KERNEL. All versions of Dorimanx above 9.1 are BUMPED.

I'll try your steps when i go home,
i've got installed the minimal adb driver which i found in my search for fixi g the fastboot problem of g2 i think this will be enough right?
for the twrp recovery cant i install it via sideload?from the recovery that it has now which is not twrp/cwm,its something else i dont know what but it has wipe cache install from cache install fro sideload

watanabe32 said:
I'll try your steps when i go home,
i've got installed the minimal adb driver which i found in my search for fixi g the fastboot problem of g2 i think this will be enough right?
Click to expand...
Click to collapse
That should be okay. As long as you can use the fastboot command and fastboot.exe is present.
watanabe32 said:
for the twrp recovery cant i install it via sideload?from the recovery that it has now which is not twrp/cwm,its something else i dont know what but it has wipe cache install from cache install fro sideload
Click to expand...
Click to collapse
I have no idea, I've never used sideload before. I'm just giving you my solution to installing TWRP without AutoRec from the facts stated in your original post. We both have the D802 model and my methods above have worked flawlessly for me multiple times after reflashing a compatible KDZ. Good luck and take it slow.

Related

[GUIDE] Custom Recovery for Moto G Running Lollipop 5

Hey there alot of you might have faced problem after installing any custom recovery on Moto G XT1033/1032 running Android Lollipop. The problem is blinking screen AKA white lines on Blank screen.
After lot of searching I finally found a Custom Recovery which works fine on my Moto G XT 1033 Running Android Lollipop
If you dont have Android Lollipop The read this article to know how to update yout Moto G XT1033 to latest Android Lollipop 5.0
[GUIDE] Installing Android Lollipop 5.0 OTA on XT1033
The recovery which I installed is Philz_Touch 6.58.7
Pre Requisites:
1) Download the Recovery.img from HERE
2) Download & Install Minimal ADB & Fastboot Tools : DOWNLOAD
Steps to Follow :
1) Copy the Recovery.img onto your Desktop
2) Open the Minimal ADB & Fastboot tool from the desktop shortcut.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3) Now type the below code in the above window
HTML:
cd c:\Users\Lilsid\Desktop
4) Now Turn of your Moto G XT1033 & after tunring off press and hold Volume Down + Power Buttom for 5 Seconds & release them. This will take you to the Bootloader of your Moto G XT1033 / 1032
5) Now connect your Moto G to your computer using USB cable. and type the below code
HTML:
fastboot flash recovery Recovery.img
This is the out put that you should get​
​6) now type the below code to reboot to bootloader​
HTML:
fastboot reboot-bootloader
7) Now press the Volume Down button once & press Volume Up to select the Recovery option. This will take you to the Custom Recovery
Voila! You've just flashed Custom Recovery onto Moto G XT1033 Running Android Lollipop​
UPDATE: NOW YOU CAN INSTALL TWRP 2.8.2.0 which is working fine with Lollipop Bootloader
Get It Here : TWRP 2.8.2.0 For Moto G XT1032/ XT1033
Download link updated, now you can download the Recovery.img file
I installed this recovery successfully, but I'm still getting the screen ripple effect. Never mind that, but whenever I try to install something I get a "can't access SD partition" or something along those lines.
Bug screen recovery whit TWRP 2.8.1.0?=
You were able to flash ROMs and to make and restore backups with this recovery?
felipeap said:
You were able to flash ROMs and to make and restore backups with this recovery?
Click to expand...
Click to collapse
Yes I did
core720 said:
Bug screen recovery whit TWRP 2.8.1.0?=
Click to expand...
Click to collapse
Well I dont know about it but this recovery is working fine
The same as CWM and TWRP - ripple effect. XT1032 5.0.1 GPE.
No need of adb and fastboot for flash recovery image..just install flashify app from play store and flash recovery image from flashify..also u can flash zip files from that app.. its awesome app
Hello,
I had flashed this recovery and yesterday I saw Ripple efect on screen but today no rippling , may be because my battery charge is more than 50% today.
I made one backup but not able to pull it to my PC . Geting error:
remote object '/data/media/0/clockworkmod/backup/1970-02-20.00.19.44_LXB22.46-16' does not exist
Please suggest something.
did anyone try flashing cm12 over 5.0/5.0.1?
Marco_Mena said:
I installed this recovery successfully, but I'm still getting the screen ripple effect. Never mind that, but whenever I try to install something I get a "can't access SD partition" or something along those lines.
Click to expand...
Click to collapse
With twrp 2.8.0.1 try repair system partition format. Don't wipe !!!!! Just repair format.
i cANT GET RID OF THE RIPPLES...PLS HELP ME PLS PLS THEY ARE EVRY WHERE...
lilsidsri said:
hey there alot of you might have faced problem after installing any custom recovery on moto g xt1033/1032 running android lollipop. The problem is blinking screen aka white lines on blank screen.
After lot of searching i finally found a custom recovery which works fine on my moto g xt 1033 running android lollipop
if you dont have android lollipop the read this article to know how to update yout moto g xt1033 to latest android lollipop 5.0
[guide] installing android lollipop 5.0 ota on xt1033
the recovery which i installed is philz_touch 6.58.7
pre requisites:
1) download the recovery.img from here
2) download & install minimal adb & fastboot tools : download
steps to follow :
1) copy the recovery.img onto your desktop
2) open the minimal adb & fastboot tool from the desktop shortcut.
3) now type the below code in the above window
HTML:
cd c:\users\lilsid\desktop
4) now turn of your moto g xt1033 & after tunring off press and hold volume down + power buttom for 5 seconds & release them. This will take you to the bootloader of your moto g xt1033 / 1032
5) now connect your moto g to your computer using usb cable. And type the below code
HTML:
fastboot flash recovery recovery.img
this is the out put that you should get​
​6) now type the below code to reboot to bootloader​
HTML:
fastboot reboot-bootloader
7) now press the volume down button once & press volume up to select the recovery option. This will take you to the custom recovery
voila! You've just flashed custom recovery onto moto g xt1033 running android lollipop​
Click to expand...
Click to collapse
icant get rid of the ripples...they are stil on my phone after booting..i went to other roms stil it exists
Please don't quote the OP
By the way what Ripples are you Talking About ?
Can I get a Screenshot of it ?
I dont know.. doing all from instructions and have this msg
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
eWich said:
I dont know.. doing all from instructions and have this msg
'fastboot' is not recognized as an internal or external command,
operable program or batch file.
Click to expand...
Click to collapse
Download any twrp or cwm recovery image and install flashify app from play store..then go to flashify app there select flash recovery and select your recovery image and flash it..then reboit your dwvice [emoji4] its very easy
ankrat said:
Hello,
I had flashed this recovery and yesterday I saw Ripple efect on screen but today no rippling , may be because my battery charge is more than 50% today.
I made one backup but not able to pull it to my PC . Geting error:
remote object '/data/media/0/clockworkmod/backup/1970-02-20.00.19.44_LXB22.46-16' does not exist
Please suggest something.
Click to expand...
Click to collapse
Use any file explorer to move it to normal locattion & thn copy it from there
http://forum.xda-developers.com//www.pinterest.com/pin/create/extension/
amolgosavi said:
Download any twrp or cwm recovery image and install flashify app from play store..then go to flashify app there select flash recovery and select your recovery image and flash it..then reboit your dwvice [emoji4] its very easy
Click to expand...
Click to collapse
When you type cd c://whatever, you need to make sure it's the path where the fastboot files and recovery image are.
tzzeri said:
When you type cd c://whatever, you need to make sure it's the path where the fastboot files and recovery image are.
Click to expand...
Click to collapse
U dont need to type anything if you are using flashify app for flashing recovery image
can i flash cm11 or cm12 by using this recovery on brazilian 5.0.1

Bootlooped/bricked/returning to stock ...see the method here

You may be have got attracted to those new roms out there on the internet and would have probably bricked your device.Or maybe did some modding and in worst case somehow your phone bootlooped.
so please follow the guide for unbricking or solving bootloop issues:
CAUTION:
[1] FIRST OF ALL, I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE.
[2] NEVER UNPLUG THE USB CABLE WHILE FLASHING IS IN PROGRESS.IT MIGHT PERMANENTLY BRICK UR DEVICE..
ONLY FOR ZENFONE 5,A501CG/00CG
download the required files:
[1] kitkat firmware: for zenfone5(a501cg/00cg only other zf5 users download appropriate firmware from asus support page): http://dlcdnet.asus.com/pub/ASUS/ZenFone/A500CG/UL-ASUS_T00F-WW-2.21.40.44-user.zip
[2] adb/fastboot files: from here
[3] device drivers:if you do not have device drivers download and install pc link on pc from asus website,it will automatically install device drivers on your pc.(download from: http://liveupdate01.asus.com/pub/ASUS/LiveUpdate/Release/ZenFone/APP/LinkRim/PCLinkSetup.exe)
IF U R BRICKED PROCEED FROM STEP 2 ELSE FOR BOOTLOOP START FROM STEP 1:
step 1] try booting into recovery and perform a factory rest and wipe cache if this solves the bootloop(in most cases it should).if it still bootloops then follow the following tutorial
step 2]extract the fastboot files on the desktop and paste the firmware(it will be in .zip)in the fastboot folder
step 3]after copying the firmware also extract and copy the recovery.img and fastboot.img file from the firmware into the fastboot folder. (don't remove original firmware zip)
now your fastbootfolder should contain fastboot files+recovery.img+fastboot.img+firmware you dowloaded(compressed in .zip)
step4]boot into the fastboot by switching off the phone and powering it on by power+vol up key until asus logo comes up
if u r returning from some other rom u need to relock the bootloader so scroll some below to see how to relockbootloader.
step5]once you booted to fastboot ,open command promt in fastboot folder (downloaded earlier) by pressing right click+shift in any blank space on folder screen and selecting open command promt here.
in cmd write:
step6]
Code:
fastboot flash fastboot fastboot.img
step7] fastboot reboot-bootloader
wait until reboot is complete then write
step8]
Code:
fastboot flash recovery recovery.img
fastboot reboot-bootloader
step9] now we will be erasing data and cache for a clean flashing
Code:
fastboot clear data
fastboot clear cache
both of them take time and screen may turn off to save power so don't panic
next use volume keys to navigate to recovery and select it using power key .once your phone boots up showing android with belly open symbol press and hold volume up+volume down until recovery menu appears.if that does not open recovery try this:
hold volume down button, click and release vol up button,,,then finally release vol down button.
i admit it brothers,,it is sometimes really difficult to boot into recovery...but keep trying,,it is a bit difficult but is fruitful
if it doesnt appears it may be due to unssucceful flashing, unplug usb cable,force switch off phone by holding power button for few seconds.now again boot in bootloader by power button and vol up key and repeat from :step[8]
once in recovery select apply update from adb
step10] write on cmd
Code:
adb sideload <downloaded firmware name>.zip
for convenience you can rename firmware to kk.zip or any thing you like so command will be adb sideload kk.zip(it may take 15 to 20 mins)
step 11]once thats done select wipe data and cache in recovery and at last select reboot from recovery menu(dont skip this else you may face freezing on welcome screen itself)
hopefully you will boot into homescreen and be patient first bootup may take upto 20 mins.
[UPDATE] HOW TO RELOCK BOOTLOADER{only for zenfone 5 other device users pls google the procedure}
(USE THIS ONLY IF U R RETURNING FROM ANY CUSTOM ROM ITS NOT NEEDED FOR BOOTLOOPING PROBLEM)
hi guys i know u will be needing to relock the bootloader while returning to stock rom..
so what u have do is use the following steps before flashing fastboot.img that is before STEP [5] mentioned above
[1] download this file (its a zip file extract it using password zenfone-five.blogspot.com)...(link=https://drive.google.com/file/d/0B0o7qWuG7vvVRE9CV0hJWGRJS2c/view?usp=sharing)
[2]follow the on screen instructions
after the bootloader is locked carry on the steps from step[5]
PLEASE NOTE---THE UNLOCKING/LOCKING TOOL PROVIDED ABOVE IS NIETHER WRITTEN NOR OWNED BY ME...ALL CREDIT GOES TO ITS RESPECTIVE DEVELOPERS
this method can be used for:
1]unbricking
2]returning to stock rom
3]bootloop issues
IF YOU ARE NOT ABLE TO BOOT INTO FASTBOOT(maybe stuck on usb logo)--see this: http://www.asus.com/zentalk/forum.php?mod=viewthread&tid=33800 it is written by asus guys and will help you
thanks
if you face any issue please ask in comments...........
sources and credits===== www.windroidica.in
SCREENSHOTS DISCRIPTION:
pic 1] sideloading in progress
pic 2] the screen you will get when u will perform step [10] ( ignore the error "can't open /tmp/update-script.log")
pic 3]sideloading in progress (ignore the error: "please upgrade to newest 4.3 first")
pic 4] sideloading complete
NOT HITTING THANKS WILL LEAD TO A ZOMBIE APOCLYPSE(JUST KIDDING) ........dont forget to hit thanks!!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Kitkat link isn't working. Can I download it from another site? (Yes, it is a beginner problem )
DogeLordTR said:
Kitkat link isn't working. Can I download it from another site? (Yes, it is a beginner problem )
Click to expand...
Click to collapse
I wonder why it isn't working..... Yes u can download it from other sources. I will update the link as soon as possible...
update= download link working now...i omitted a "/" symbol and that gave the error
reserved----
AWESOME
Thanks for solution dude! You rock!
DogeLordTR said:
Thanks for solution dude! You rock!
Click to expand...
Click to collapse
Thanks bro... Ask for help anytime
hi, i have follow all the step, but until adb sideload <filename>.zip, it say at command prompt "error: device not found"
Now the phone stuck at asus logo.. :crying::cryinglease help......
zldjian said:
hi, i have follow all the step, but until adb sideload <filename>.zip, it say at command prompt "error: device not found"
Now the phone stuck at asus logo.. :crying::cryinglease help......
Click to expand...
Click to collapse
already solved the problem by using the method on this thread..
http://forum.xda-developers.com/zenfone-5/help/config-factory-partition-backup-t3316469
zldjian said:
already solved the problem by using the method on this thread..
http://forum.xda-developers.com/zenfone-5/help/config-factory-partition-backup-t3316469
Click to expand...
Click to collapse
great you have your problem solved,the error you were facing due to wrong drivers.
Cant boot recovery mode..
I am not able to boot into recovery mode..
rsunilkumar92 said:
I am not able to boot into recovery mode..
Click to expand...
Click to collapse
provide me more details. is it after flashing recovery.img? what is opening instead of recovery?
[email protected] said:
provide me more details. is it after flashing recovery.img? what is opening instead of recovery?
Click to expand...
Click to collapse
when i select recovery in bootloader, device will restart and stuck with the very frst logo.... "ASUS & Android Logo"
rsunilkumar92 said:
when i select recovery in bootloader, device will restart and stuck with the very frst logo.... "ASUS & Android Logo"
Click to expand...
Click to collapse
whats the current installed recovery?
[email protected] said:
whats the current installed recovery?
Click to expand...
Click to collapse
i tried TWRP ond also stock recovery
rsunilkumar92 said:
i tried TWRP ond also stock recovery
Click to expand...
Click to collapse
then try a guide on the forums by the name "de-brick with ruined partitions" i dont remember correctly but you'll find it easily

Device is not detected when trying to flash TWRP

okay hello people.
here is my situation.
i was about to revert back to kitkat from ED300 CM12.1, and i suddenly wipe off and formatted my internal storage.
and now ofcourse i cant boot in and what i did was trying to reinstall TWRP through fastboot and minimal adb from PC.
*i tried to flash Lenovo_A6000_TWRP-3.0.2-0_x64-L_by_SevenMaxs
*i cant go into download mode (vol+,vol-,power) button.
so i went to fastboot mode (vol-,power) button until the 'powerkey long press can reboot phone' appear , and i plug in my phone to pc and when i type in command for -adb devices, no device appear.
figure out it was okay, i go ahead and proceed with - fastboot boot recovery.img command.
then it shows
FAILED (remote: dtb not found)
and im stuck there. idk what else to do, which guide to follow to bring my phone back to life.
i have did hours of searching but nothing works. really need a magic here.
thanks guys for ur time
rizarulaltiz said:
okay hello people.
here is my situation.
i was about to revert back to kitkat from ED300 CM12.1, and i suddenly wipe off and formatted my internal storage.
and now ofcourse i cant boot in and what i did was trying to reinstall TWRP through fastboot and minimal adb from PC.
*i tried to flash Lenovo_A6000_TWRP-3.0.2-0_x64-L_by_SevenMaxs
*i cant go into download mode (vol+,vol-,power) button.
so i went to fastboot mode (vol-,power) button until the 'powerkey long press can reboot phone' appear , and i plug in my phone to pc and when i type in command for -adb devices, no device appear.
figure out it was okay, i go ahead and proceed with - fastboot boot recovery.img command.
then it shows
FAILED (remote: dtb not found)
and im stuck there. idk what else to do, which guide to follow to bring my phone back to life.
i have did hours of searching but nothing works. really need a magic here.
thanks guys for ur time
Click to expand...
Click to collapse
BTW if "fastboot devices" not showing any devices then try to properly install fastboot on computer."fastboot boot twrp.img" is command for boot the twrp without flashing.
try "fastboot flash recovery twrp.img" .
p.s:-Try to flash different recovery file.It may be corrupted.
i-AM-BoReD said:
BTW if "fastboot devices" not showing any devices then try to properly install fastboot on computer."fastboot boot twrp.img" is command for boot the twrp without flashing.
try "fastboot flash recovery twrp.img" .
p.s:-Try to flash different recovery file.It may be corrupted.
Click to expand...
Click to collapse
did it as your advice,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
then i reboot the phone, still cant manage to go into recovey. it stuck there at lenovo logo.
tried with different recovery image, still the same
rizarulaltiz said:
did it as your advice,
then i reboot the phone, still cant manage to go into recovey. it stuck there at lenovo logo.
tried with different recovery image, still the same
Click to expand...
Click to collapse
As i can see that it is saying device not found but flshing is succeeded.
Editlz try to install fastboot properly.Look here
i-AM-BoReD said:
As i can see that flashing is successful.For entering to recovery r u using button combo or command?
Click to expand...
Click to collapse
i use button combo.
vol+, vol-, power button
rizarulaltiz said:
i use button combo.
vol+, vol-, power button
Click to expand...
Click to collapse
Here is the possibilities:-
1)May be fastboot is not properly installed .I gave a link in the previous post for that. "device not found" that shouldn't be appear.
2)Try vol+ +power button
3)Try if stock recovery can be flashed by fastboot.Link.if can be then let me know.
4)If not then run this command in adb
Code:
adb shell
ls -al /dev/block/platform/dw_mmc/by-name
and give a screen shot.
Did you flash kitkat ROM after this or before this fuss?
If Yes, then you need to flash TWRP for kitkat firmware.
https://drive.google.com/file/d/0B8_p5nNeW71VRFZnc3cwb2hLR28/view?usp=sharing
download the above recovery and download flashify from playstore . Flash the recovery that you downloaded from above link with flashify and reboot and in the next step you will be in the recovery
Try this
http://forum.xda-developers.com/len...lenovo-a6000-plus-stuck-booting-logo-t3437378
LP/MM TWRP 2.8.7.7 https://drive.google.com/file/d/0B3yAzE4FH2e7RkNQbUk2b0g1T0E/view?usp=drivesdk
KK TWRP 2.8.6.1 https://drive.google.com/file/d/0B3yAzE4FH2e7RU5helVWd0dBUGM/view?usp=drivesdk
i-AM-BoReD said:
Here is the possibilities:-
1)May be fastboot is not properly installed .I gave a link in the previous post for that. "device not found" that shouldn't be appear.
2)Try vol+ +power button
3)Try if stock recovery can be flashed by fastboot.Link.if can be then let me know.
4)If not then run this command in adb
Code:
adb shell
ls -al /dev/block/platform/dw_mmc/by-name
and give a screen shot.
Click to expand...
Click to collapse
1.fastboot is properly installed
2.still nothing
3. tried this and it worked. i can boot into recovery now.
now i should flash the stock rom right?
rizarulaltiz said:
1.fastboot is properly installed
2.still nothing
3. tried this and it worked. i can boot into recovery now.
now i should flash the stock rom right?
Click to expand...
Click to collapse
Then ur device is good to go.I found a recovery flashble stock rom in help or guide thread few days ago.Search it.
Also if there is recovey flashable T.W.R.P available somewhere u can flash it also.
Edit:-Here is a zip file of T.W.R.P.But version is 3.0.0.1.Don know if it can be flaahed by Stock recovery or not.Give it a try.If succeeded then no need to flash whole stock rom.You know that already.
i-AM-BoReD said:
Then ur device is good to go.I found a recovery flashble stock rom in help or guide thread few days ago.Search it.
Also if there is recovey flashable T.W.R.P available somewhere u can flash it also.
Edit:-Here is a zip file of T.W.R.P.But version is 3.0.0.1.Don know if it can be flaahed by Stock recovery or not.Give it a try.If succeeded then no need to flash whole stock rom.You know that already.
Click to expand...
Click to collapse
after i manage to flash stock recovery, i flash TWRP-2.8.6.1_A6000. then i boot into TWRP and format my internal storage, then continue flashing back ED 300's CM12.1.
and my device is back onlinee! Thanks brother for the help!!!
rizarulaltiz said:
1.fastboot is properly installed
2.still nothing
3. tried this and it worked. i can boot into recovery now.
now i should flash the stock rom right?
Click to expand...
Click to collapse
I am facing the same problem of adb device not listed , please share how it worked for you

[Tutorials] How To Root Lenovo K8 Note & Install TWRP(UnOfficial) + Stock Rom

Warning
Before Proceeding backup your data
TRY at OWN risk I'm NOT Responsibe if you BRICK YOUR DEVICE
Update- This method is tested & working with latest ota update NMB26.54-74
[/CENTER][/B][/SIZE][/COLOR]
IF ANYTHING GOES WRONG Download & Flash Stock ROM
Stock ROM link
SPFlashTool link
Updated Stock ROM 54-74 GDrive - here
New Oreo 27.43-20 Link
Old version Stock ROM Google Drive Link Stock Rom
nvram backup file by @peacelover94 - here
Solution For
>Tool img DL fail
Just check/tick these option in spflashtool settings & Flash stock rom again
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video Guide For Stock Rom Flashing - Youtube
How to Flash Stock Rom via Fastboot Method -
1. Open CMD by Shift + Right Click in Folder where your stock firmware .img files are.
2. Reboot to Fastboot Mode by using cmd command
adb fastboot reboot​Or
Switch off then Press & Hold Vol Up + Power button for while once menu appeared Select fastboot by using Vol Up key & confirm by pressing Vol Down Key
3. In fastboot type following command in CMD Window
For checking devices is connected in fastboot enter
fastboot devices​If Connected then proceed following commands
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img​ flashing system takes 10+ mins
fastboot flash data userdata.img
fastboot reboot​
Download & Install ADB from here
First Unlock your bootloader
1. First of all, enable the Developer Option
To Enable the Developer Option, Go to your Settings -> About -> Software Information -> More -> Now Tap on the Build Number 7-8 Times until you see a toast message “Developer option enabled"
2. Go back to settings -> Now you need to enable the OEM Unlock by going to Settings -> Developer Option and Enable OEM Unlock and USB Debugging
3. Now connect your phone to Computer using USB Cable.
4. When you connect your Phone to Computer, please wait until all the drivers get installed.
5. Open a command prompt window by pressing Shift Key + Right Mouse Click.
6. Now type the command below to reboot your phone to bootloader
adb reboot bootloader​7. If you see a pop up to allow USB Debugging on your phone, Click OK.
8. proceed to unlock the bootloader with the following command:
Remember that this step will wipe EVERYTHING off the phone
fastboot oem unlock​Say Yes to unlock bootloader and then it will some time format your data
9. Reboot Your Device , You will see Orange Status bla bla bla Don't panic Its normal thing now setup your device but do not restore backup yet
Flashing TWRP and ROOT
Updated Black Screen Fix TWRP - Download
Old Download TWRP
Download latest Magisk zip from here
Or
SuperSu zip from here
Flahed & Tested SuperSU v2.82 works fine but SafetyNet Fails
Sock Recovery if needed Link
1. Connect your device to PC
2. Open CMD by Shift+Right click open cmd where your TWRP_3.1.1.0.img is downloaded.
3. Reboot to Bootloader by
adb reboot bootloader​4. Now enter following command in fastboot
fastboot flash recovery TWRP_3.1.1.0.img​5. DO NOT USE fastboot reboot
Use "vol up + down + power button" to manually switch off you k8 note, otherwise twrp will restore to stock if you use fastboot reboot command.
6. After Switch Off Press & hold vol up + power button then select recovery by vol up & press vol down key to enter in recovery.
7. Now Wait for 30 Sec/ till phone vibrates, Then press power button + vol up simultaneously until you see twrp lock screen.
8. Just Cancel if It asks for Enter password to decrypt and Allow modification by swipe.
9. If you see internal storage 0mb Then GoTo Wipe and FORMAT DATA once & reboot to recovery
10. GoTo install browse and select Magisk.zip or SuperSU.zip & flash.(optional if needed install Busybox for Android NDK by osm0sis magisk module for busybox)
11. Reboot Enjoy.
Known bug in TWRP-
Battery always shows 50% in TWRP
Video Guide https://youtu.be/HrbppEWlOhs
Join Lenovo K8 Note Development Group on Telegram for direct Conversation Link
WhatsApp Group Link
Enable Wireless Display/MiraCast Magisk Module - Video
Thanks to:
@andy_zhang - for stock rom post link
and me @ysalunke007 for TWRP
NEXT CUSTOM ROM
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Yes
peacelover94 said:
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Click to expand...
Click to collapse
yes, there is stock ROM
link also provided in this post end.
btw here's direct link Stock ROM
FlashTool link
ysalunke007 said:
yes, there is stock ROM
link also provided in this post end.
btw here's direct link Stock ROM
FlashTool link
Click to expand...
Click to collapse
Thank you very much. The flash tool link does not seems to work. Hope its SP flash tool you are talking about.
flash via adb fastboot methoad i have succesfully flash adb method
peacelover94 said:
Big Thanks for the Tutorial. If anything happens wrong while rooting like boot loop or something worse, is there stock rom or firmware to flash or push through adb ?
Click to expand...
Click to collapse
Nice Job
Finally rooting tutorial for Lenovo K8 Note has become available.
Does SuperSu work fine?
Anas Rahman said:
Does SuperSu work fine?
Click to expand...
Click to collapse
Not tested by me but some user says in original rom post that he flashed superSU from old twrp also works fine.
peacelover94 said:
Thank you very much. The flash tool link does not seems to work. Hope its SP flash tool you are talking about.
Click to expand...
Click to collapse
Yes it's SP flash tool but you can use adb fastboot also
ysalunke007 said:
Not tested by me but some user says in original rom post that he flashed superSU from old twrp also works fine.
Click to expand...
Click to collapse
I'll confirm it tomorrow
ysalunke007 said:
Yes it's SP flash tool but you can use adb fastboot also
Click to expand...
Click to collapse
Please tell me how to flash firmware.Im new to this device firmware flashing
lenrussel said:
Please tell me how to flash firmware.Im new to this device firmware flashing
Click to expand...
Click to collapse
It's easy bro check this guide
https://androidmtk.com/flash-stock-rom-using-smart-phone-flash-tool
Fastboot Guide
http://www.stupdroid.com/2016/08/flash-stock-rom-via-fastboot-on-android.html?m=1
Does the rom link given here unzips perfectly?
Because i saw in another thread of Lenovo K8note titled firmware, users unable to unzip due to error in system img. Also downloading from baidu needs a user id. If its possible could you or anyone else reading this upload it in some other online storage drive. Im little bit worried about getting a worse situation while rooting. Even if it goes wrong i can use the stock firmware to make it back.
peacelover94 said:
Does the rom link given here unzips perfectly?
Because i saw in another thread of Lenovo K8note titled firmware, users unable to unzip due to error in system img. Also downloading from baidu needs a user id. If its possible could you or anyone else reading this upload it in some other online storage drive. Im little bit worried about getting a worse situation while rooting. Even if it goes wrong i can use the stock firmware to make it back.
Click to expand...
Click to collapse
There is mega download link available too
https://forum.xda-developers.com/an...8note-original-firmware-t3679499/post73946000
lenrussel said:
There is mega download link available too
https://forum.xda-developers.com/an...8note-original-firmware-t3679499/post73946000
Click to expand...
Click to collapse
Thanks for the reply. Anyhow got a work around for downloading from baidu using chrome extension, without account. Just wanted to confirm whether the firmware zip is working fine. If some one used it and been successful, please do tell me.
ysalunke007 said:
It's easy bro check this guide
https://androidmtk.com/flash-stock-rom-using-smart-phone-flash-tool
Fastboot Guide
http://www.stupdroid.com/2016/08/flash-stock-rom-via-fastboot-on-android.html?m=1
Click to expand...
Click to collapse
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
lenrussel said:
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
Click to expand...
Click to collapse
Yes, I think so. Anyhow there is no need to unlock oem again if you are flashing the rom via TWRP. Anyhow let someone confirm about it.
peacelover94 said:
Yes, I think so. Anyhow there is no need to unlock oem again if you are flashing the rom via TWRP. Anyhow let someone confirm about it.
Click to expand...
Click to collapse
There is a error while extracting zip file of the firmware .just checked, I downloaded it from mega.i want to confirm if its the same for baidu also
lenrussel said:
Do i have to unlock bootloader again after flashing the firmware in order to root the device?
Click to expand...
Click to collapse
No need to unlock bootloader again if you use fastboot method to flash stock firmware , & for spflashtool I'm not sure but I think it remains unlocked
lenrussel said:
There is a error while extracting zip file of the firmware .just checked, I downloaded it from mega.i want to confirm if its the same for baidu also
Click to expand...
Click to collapse
No error while extracting firmware downloaded from baidu

TWRP for LENOVO Tab M10 FHD - TB-X606F?

Hello, Possessing two tablets of this brand, I was wondering if a custom recovery existed for this one, I can look everywhere on all the forums, Russian, English, etc ... But, I do not find.
If anyone can create one with this SOURCE CODE from the tablet that would be super nice.
I succeded to install twrp on my lenovo x606F.
1) extract recovery.img from a downloaded full firmware
2) download "Mediatek (MTK) Auto TWRP recovery porter by Team Hovatek" v. 1.6 and use it to create a twrp.img from your recovery
3) flash your twrp image by adb:
fastboot flash recovery twrp.img
4) then flash an empty vbmeta.img that you find on team hovatek site by this command (Method 3 - Flashing vbmeta https://forum.hovatek.com/thread-32719.html ):
fastboot --disable-verity flash vbmeta vbmeta.img
5) reboot in recovery. You will receive a message that your partition is encrypted. tap "cancel" and follow the steps indicated on this page (Method 3 - Patching fstab in /vendor partition using TWRP + Text editor https://forum.hovatek.com/thread-30160.html ). You have to backup on your microsd your two fstab.* files in /vendor/etc folder and then modify as indicated. Then, by twrp, overwite them on your original files.
6) reboot in android and flash your original recovery
7) reboot in your stock recovery and make a full data erase. YOU LOST ALL YOUR PERSONAL DATA.
8) reboot in android and reinstall twrp recovery
9) reboot in your full working twrp recovery and check if it is all ok.
When you boot in your twrp, your screen is black, so you have to push power button to light your screen. You can fix it
by checking all three option in magisk manager (keep encryption, keep verity and recovey mode) and reinstall magisk root.
I'm not responsable for any damage on your device. Sorry for my english
zeldoox said:
3) flash your twrp image by adb:
4) then flash an empty vbmeta.img
Click to expand...
Click to collapse
Are you sure? TWRP Recovery Porter says that vbmeta.img must be flashed BEFORE twrp image.
I made several attempts to install twrp. When I succeeded, I installed vbmeta.img after twrp. But, during my previous attempts, I had already installed vbmeta. So, it is possible that the right steps are to install it first.
So, did anyone else succeed with these steps?
Shijune said:
So, did anyone else succeed with these steps?
Click to expand...
Click to collapse
I haven't tried, I'm afraid a bricked my tablets
Shijune said:
So, did anyone else succeed with these steps?
Click to expand...
Click to collapse
Nope. I tried 3-4 times, no way. The only result is that my tab's clock becomes late 11k seconds after each reboot
Guys someone has a working twrp image for android 10?
maks44 said:
Nope. I tried 3-4 times, no way. The only result is that my tab's clock becomes late 11k seconds after each reboot
Click to expand...
Click to collapse
I just rooted Lenovo M8 FHD TB-8705F (Android 9) using the Hovatek Method 3 guide:
flashed empty vbmeta
flashed boot.img created by Magisk
I tried the steps above with the TB-X606F on Android 10 (I used the lenovo recovery tool to rescue os and ended up with android 10) and I am unable to get it working. If I flash the generated twrp image and the vbmeta one (doesn't matter which order) and reboot recovery I get a black screen and no amount of pushing the power button gets the screen to turn on. I have not tried the boot.img file generated by Magisk yet. Anyone have any thoughts on this?
dpn982 said:
I tried the steps above with the TB-X606F on Android 10 (I used the lenovo recovery tool to rescue os and ended up with android 10) and I am unable to get it working. If I flash the generated twrp image and the vbmeta one (doesn't matter which order) and reboot recovery I get a black screen and no amount of pushing the power button gets the screen to turn on. I have not tried the boot.img file generated by Magisk yet. Anyone have any thoughts on this?
Click to expand...
Click to collapse
Can you share the download link for Lenovo recovery tool? Thanks
MisterVik said:
Can you share the download link for Lenovo recovery tool? Thanks
Click to expand...
Click to collapse
https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.3.0.21_signed_setup.exe
Hi all,
I got my TB-X606F today and I'm having a hard time getting fastboot to work. I installed the official MTK driver from google and in my device manager its visible as Android ADB Interface
on my tablet I see the fastboot mode in the lower left corner.
fastboot devices shows nothing on cmd.
Any ideas?
OS Windows 10
MOD EDIT: See here- https://forum.xda-developers.com/t/...sb-driver-installer-tool-for-windows.3999445/
Смотрите здесь-https://forum.xda-developers.com/t/tool-latest-adb-fastboot-and-usb-driver-installer-tool-for-windows.3999445/
acocalypso said:
Hi all,
I got my TB-X606F today and I'm having a hard time getting fastboot to work. I installed the official MTK driver from google and in my device manager its visible as Android ADB Interface
on my tablet I see the fastboot mode in the lower left corner.
fastboot devices shows nothing on cmd.
Any ideas?
OS Windows 10
Click to expand...
Click to collapse
I have the same problem and can't proceed rooting for this reason.
adb works fine. Device is shown, commands like reboot into fastboot mode works fine. But "fastboot devices" does not show an entry.
I've tried to (re-) install the drivers CDC, VCOM, ... several times. I'v tried the "Latest ADB Fastboot and USB Driver installer tool for Windows". Doesn't work.
In device manager, Android Bootloader Interface is shown with an error.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any ideas?
To fix this update your driver to Samsung's adb interfrance and it will work.
I got my TB-X606F rooted but struggle to install TWRP. I believe I'm on Android 10, the latest? I used [Hovatek] Mediatek Auto TWRP Recovery Porter V1.7a by Team Hovatek because I couldn't find version 1.6. I got the recovery.img directly from TB-X606F_S300007_200923_BMP.zip. I select Android 10 in the Android Version and output the TWRP recovery. Then I flashed and flashed the vbmeta (both the version from my zip file and the version from Hovatek. Then I flashed using multiple instructions. When I boot to recovery, it just gives the orange box screen then eventually fully boots to OS. Anything I'm forgetting?
I upgraded to Android 10. I installed again twrp by "Mediatek Auto TWRP Recovery Porter V1.7a". Android 10 version don't work well. "Pie Kernel 4.9.117" version works perfectly. The steps I follow are similar to my previous post. Insted of "forceencrypt" there is "forcefdeorfbe" in fstab.mt6765 file.
zeldoox said:
I upgraded to Android 10. I installed again twrp by "Mediatek Auto TWRP Recovery Porter V1.7a". Android 10 version don't work well. "Pie Kernel 4.9.117" version works perfectly. The steps I follow are similar to my previous post. Insted of "forceencrypt" there is "forcefdeorfbe" in fstab.mt6765 file.
Click to expand...
Click to collapse
How did you get twrp installed plz help
zeldoox said:
I upgraded to Android 10. I installed again twrp by "Mediatek Auto TWRP Recovery Porter V1.7a". Android 10 version don't work well. "Pie Kernel 4.9.117" version works perfectly. The steps I follow are similar to my previous post. Insted of "forceencrypt" there is "forcefdeorfbe" in fstab.mt6765 file.
Click to expand...
Click to collapse
Can you plz make a video of your steps?

Categories

Resources