[Q] please help..my lg optimus one p500 is hardbricked - Optimus One, P500, V Q&A, Help & Troubleshooting

i installed sweetsnour kernel in my lg optimus one p500 through rommanager application...and now touchpad of my mobile is not working and it doesn't respond for calls eventhough sim is inside..please help me sir!!!

Try not to use rom manager for anything. It has been known to brick our phone. If you have a backup of your working rom, restore from your recovery. Else clean flash the rom zip again. This will over write your bad kernel flash with the default kernel of the rom.
Sent from my LG-P500

pmvyas said:
Try not to use rom manager for anything. It has been known to brick our phone. If you have a backup of your working rom, restore from your recovery. Else clean flash the rom zip again. This will over write your bad kernel flash with the default kernel of the rom.
Sent from my LG-P500
Click to expand...
Click to collapse
how to flash the rom zip...i don't know..pls tell me..i don't have the backup of my working rom and i didn't enable usb debugging option in my phone because its touch not working..so pls tell me the solution!!

Seems you have not installed a custom recovery. Is your phone rooted?
Sent from my LG-P500

yes' my phone is rooted

Any custom recovery like cwm or AmonRa? Else try factory reset. 3 button combo of vol down + home + power I believe ! Keep pressed all three buttons for 5 secs. No harm to try.
Sent from my LG-P500

If you don't have custom recovery, then try this and install a custom recovery like cwm or amonra.
https://play.google.com/store/apps/details?id=acr.recovery.installation.utility&hl=en
.
Description
* ROOTED USERS ONLY *
(Please read everything below before installing)
This is a recovery flasher to help users flash a custom recovery to their rooted device using the flash_image binary.
DIRECTIONS (IMPORTANT):
1. Download a recovery compatible with your device (search online)
2. Place the recovery image on your sdcard/external storage
3. Rename the recovery to "recovery.img" all in lowercase
4. Open the app and flash the recovery by pressing the "install recovery" button (Please be patient, wait for all the toasts to go away or it might not flash right)
5. Reboot into your new recovery if you wish
WARNING: I am not responsible if you brick your phone using an incompatible recovery. This app only assists you in flashing a recovery and is not associated with the recoveries you flash.
* PLEASE READ *
Confirmed to work on LG Optimus variants. If the app fails to detect the flash_image binary, there is a high chance that this app will fail to work. However, if you know your device has the binary installed, you can still use it, the app will just complain.
Do not download if you are not rooted.
PERMISSIONS - WRITE_EXTERNAL_STORAGE: used when installing the flash_image command
- Anthony
.
Or you can try this one also
http://forum.xda-developers.com/showpost.php?p=28775193&postcount=1
LEDelete said:
{
"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"
}
Hello world !!!
I'm very happy to present you a project of a new kind : The RecoverX Project
The goal of this project is to gather ALL the recoveries for ALL android devices in ONE tool which install them on the devices. RecoverX is coded in C++ thanks to QtSDK and allow to install a recovery on more than 150 different devices !!!
You just have to select your phone and your recovery, to click "Install" and RecoverX does the rest, It's as simple as that
This program have been published on XDA News : Here
Behind this tool : over 120 - 180 hours of work, 4200 lines of code and +350 uses by day !!!
Here is the list of the recoveries which are available :
This program require different prerequesties, depending of your device
- Wether you need an unlocked bootloader to flash the recovery partition (and fastboot drivers on your PC)
- Wether you need root access and usb debugging activated (if busybox is not installed, RecoverX will ask you the permission to install it).
PS : On the first lauch, the download may fail, please, try to restart the program again.
DOWNLOAD​
RecoverX v1.6.5.0 : http://ledelete.atspace.co.uk/recoverx/download.html​Supported devices​
FEEDBACK​
​PREVIEW​
Here is some screenshots
THANKS​
The CWM team, for their recovery
nobodyAtall & Zihu for their based-recovery
Amon_RA, for his recovery
PvyParts, who have help me to fix the ICS support bug
If you want me to add an other recovery for your device or a new device, just write me the address of the recovery's post and I'll add it into RecoverX :fingers-crossed: .
If you have any suggestions or you want to report a bug, just write above this post !!!
To finish, I can only anwer to PM on the week-end so... be patient !!!
PS : Donations are volunteer but allow me to spend more time on the project
Click to expand...
Click to collapse

Related

[GUIDE] How to get ClockWorkMod Recovery 3.0.0.5 on your DHD

Hi! A lot of people ask for a guide to install ClockWorkMod Recovery 3.0.0.5 on the Desire HD.
I'm not a pro, i make this guide to help people ! Some one can correct me if I'm wrong, i'm open !
Description:
This guide will help you to install CWM 3 on your Desire HD.
Warning:
CWM 3 doesn't support update-script (Amend), it requires update-binary and updater-script (Edify)
Not all mods use updater-script, test and if that don't work, try this this usefull tool that make the conversion betwen Amend and Edify: amend2edify
If some one want, i can explain the use of this tool
Before Flashing:
You need adb and fastboot to perform this install !
You can download it here:
http://www.multiupload.com/QACREBQOWO
You also have to download the CWM 3 .IMG here:
http://www.multiupload.com/80H7K8IXG4
Let's GO !:
1) Extract the content of adb_fasboot.rar in a folder named "adb_fastboot" at the root of your disk (ex: "C:\adb_fastboot")
2) copy the .IMG of CWM 3 into the same folder of the step 1 (ex: "C:\adb_fastboot\ace-cwm-3.0.0.5.img")
3) Connect your phone by USB in (Charge only mode
4) Open a command prompt: Windows key + R and type "cmd" and valid by OK
5) Go into your adb_fastboot folder with this command:
Code:
cd C:\adb_fastboot
If your folder disk is not c:\ replace "C" by the correct letter !
If your folder is not named adb_fastboot, repalce "adb_fastboot" by your folder name !
6) Reboot your phone in bootloader with this command:
Code:
adb reboot bootloader
7) Flash the recovery with this command:
Code:
fastboot flash recovery ace-cwm-3.0.0.5.img
8) Reboot your phone:
Code:
fastboot reboot
Well done !
You have successfully flashed ClockWorkMod Recovery 3.0.0.5 on your Desire HD
Great tut But U must also mention about this: http://forum.xda-developers.com/showpost.php?p=11247819&postcount=11554
Info just added to the How-To !
Thanks Krzysiec !
guys after flashing cwm 3 can we flash cwm 2.5.1.3? is it possible without any problem?
so we don't need the clockmodwork folder in sd card anymore after flashing this img?
Here's CWM 3 as an exe:
http://db.tt/zcBCCxJ
Connet phone to PC, boot to fastboot and then run exe
paarry said:
guys after flashing cwm 3 can we flash cwm 2.5.1.3? is it possible without any problem?
Click to expand...
Click to collapse
I installed CWM 3 earlier but I just went back to 2.5.1.3 using ROM Manager as I couldn't be bothered updating mods to work with CWM 3. No problems to report
how to change color font ?
dark green or dark blue mayby white?
I do not like ... brown
LOL sorry.. U can't.. it's only recovery, you don't use it that often to really be bothered about .. and it's orange, not brown
hi there ...
ppl how try the new cw 3 ... what is the point to move from 2.1.5 to 3.0.05 ..
anyone can repot the advantige and disadvan...???
You need to upgrade to use gingerbread 2.3. Cwmod 3 uses a ext4 partition and 2... series uses an ext3 partition.
Sent from my Desire HD using XDA App
How do u know if it is installed or not?
lpachuong said:
How do u know if it is installed or not?
Click to expand...
Click to collapse
Just boot into recovery and check it.
Is the charging bug still present in 3.x version?
Is it possible to do a restore with cwm3?
Every time I try to make a restore from a cwm7 backup
Cwm shows a MD5 error.
anko184 said:
Just boot into recovery and check it.
Is the charging bug still present in 3.x version?
Click to expand...
Click to collapse
Yes, but it's not a bug, it's a functionality ...
Tried, did not work. Why?
{
"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"
}
EDIT: s-off was missing, mission accomplished!
I'll try the exe file. But again, as asked above, what is the benfits with this 3.x?
Is fixed in this version turn off problem?
Sent from future
mattiadj said:
Is fixed in this version turn off problem?
Sent from future
Click to expand...
Click to collapse
+1...
......
It's not a bug, as said the developper of this recovery!
Please, read previous post before post...
Sent from my Desire HD using XDA App
I haven't understanded...when I turned off my phone and then I connected it to the battery charger it wake up in cwm recovery...it isn't a bug? however I'm using the 2.5.1.3 version...and I think it isn't a good thing to charge always the phone turned on ..
can someone explain me? Tganks
Sent from my HTC Desire HD using Tapatalk

STAR N9770 - 5.08 inch MTK6577

Hi, I have just bought the STAR N9770 - 5.08 inch MTK6577 . I am relativly pleased with it but love to install cwm and root, but to be honest I'm a little confused as to what files I need.
I am not new to flasing rom/cwm/rooting but have always had HTC phones.
Can someone please help me with what files I need and where to get them and how to do it, I realise this is a lot to ask but I don't want to screw it up.
This is my phone, it running jb 4.1, this was how it came.
{
"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"
}
[/IMG]
Root help
---
Do you have a recovery there? Maybe try making a backup and flashing a root binary from a different device (galaxy for instance). I heard it sometimes works and if not you have a backup.
BTW - How is this device? Seems solid?
Sent from my NexusHD2 using xda app-developers app
---
root script?
---
root via factory recovery
1.copy CWM-SuperSU-v0.93_tirannozaurus_madnorb.zip (post #107) to the sdcard of your n9770 phone
2.boot into stock recovery (power btn+ volume up).
3.press menu key to show menu
4.select update from sdcard menu point (navigate with vol keys)
4.select zip file and press the ok/home button (front middle button on your phone)
reboot
the zip file is CWM-SuperSU-v0.93_tirannozaurus_madnorb.zip
thnx madnorb post #107
http://forum.xda-developers.com/showthread.php?t=1825332&page=11
you do it on your own risk
I use this tutorial http://forum.xda-developers.com/showthread.php?p=38337401
Sent from my GT-I9300 using xda premium
---
update:
---
CWM RECOVERY and ROOT!
---
I'm getting a 'Download Warning' on my PC
It says:
Not ALL images are correctly loaded, which may cause boot up issue!
Do you still want to go on downloading anyway?
Any ideas what to do from here?
---
Thanks for the offer. I've sent the phone back
3G didn't work at all. I'll wait until the next one arrives and start the process again.
---
CWM Recovery & Root
I have successfully flashed a CWM recovery and root script on this phone. Everything works. Here's how its done:
Here is the "About" under settings on the phone that i have done this on:
First Download This:
http://www.mediafire.com/?eq9b28ua89wh8d1
This RAR Archive contains everything needed.
MAKE SURE YOUR PHONE IS ON JELLYBEAN. [4.1]
1: Installing CWM Recovery
Extract the downloaded zip and run the flash tool. (Flash_tool.exe)
In the flash tool, click where it says "scatter-loading", and browse for "MT6577_Android_scatter_emmc.txt" [It is in the: \CWM_recovery_4.1\recovery folder that was included in the downloaded archive]
Now, before flashing, MAKE SURE "RECOVERY" is the only thing ticked in the list of things to flash.
(Mine had two things ticked by default, just make sure the only thing that is ticked is the recovery.)
When the scatter file is loaded and only recovery is ticked, make sure your phone is off and the battery is out. Also make sure it is unplugged from the computer.
Now in the flash tool, click the download button at the top.
*Note: If you get: "Not ALL images are correctly loaded, which may cause boot up issue!
Do you still want to go on downloading anyway?", Just click "Yes"
Plug in your phone with the battery out and wait for it to finish flashing. If the flash tool doesnt detect the phone, it means the drivers probably aren't installed. install the drivers [included in download (MT6575_USB_VCOM_drivers)] and wait for it to finish flashing
When it flashes, you will get a popup window with a circle, showing that it has completed. you can now unplug your phone.
CWM recovery is now installed on the phone. Time to root!
2: Rooting VIA CWM Recovery
Copy the "CWM-SuperSU-v0.93_tirannozaurus.zip" to your phone's SD card.
Boot the phone into recovery. [hold volume+ and power while the phone is off]
Choose "Install zip from sd card" [using volume and power buttons] and navigate to "CWM-SuperSU-v0.93_tirannozaurus.zip"
Flash it, and then reboot the phone. You should now have root:
If you follow all of this properly in order, this should work! i am not responsible for anyone bricking their phone. Doing this is all on you.
*NOTE*
If your play store is not working [If it says there is no connection], Goto your phone's settings and set your date and time. This fixed it for me.
Also, credit to the original authors of the files. I have simply taken the required files and archived them for your convenience.

[Completed] [RECOVERY][CTR-v3,v3.3][PORT][KITKAT] Carliv Touch Recovery for Wiko Rainbow

DISCLAIMER:
Rooting your phone and using custom Recoveries and ROM's have risks and may result in bricking your device, and has nothing to do with Google or the device manufacturers. In case of any mishap I am not responsible if you brick/ruin your phone in any way.
Basic computer skills are required and minimal knowledge about the phone and phone utilities also.
Make sure that whatever you do, you are doing it at your own responsibility.
REMINDER!!!
THIS THREAD IS INTENDED TO WIKO RAINBOW USERS ONLY!!!
FOR THOSE WHO ARE NOT WIKO RAINBOW USERS, DO NOT TRY FLASHING THIS RECOVERY TO YOUR PHONE BECAUSE IT WASN'T MEANT FOR YOUR DEVICE!!!
IF YOU WANT TO PORT THIS RECOVERY TO YOUR DEVICE GO
->HERE - @carliv's main thread for ctr recovery
->HERE - @carliv's porting guide
Don't forget to give thanks to them
It is a CWM based recovery and is compatible with any other CWM based recovery. It works with KITKAT kernels. In this version I used Napstar-xda's full touch module as base. The navigation it is posible by touching the menu item. In long display menu (as choose zip from sdcard) for scroll page down Swipe Right and for scroll page up Swipe Left. For Go Back also Swipe Left.
If the Swipe doesn't work (usually if your phone is multitouch but has only 2 points of touch), use bottom virtual navigation keys or volume buttons Down for Scroll down, Up for Scroll up, and the back button for Go Back.
Version 3.3 update (21-apr-2015):
This is the last batch of builds for porting. I won't do that anymore.
- many fixes in code;
- cleaned up the source code;
- reset battery stats option;
- wipe all - preflash option;
- removed nvram backup/restore because it can corrupt the bootloader;
-full track of changes here.
Click to expand...
Click to collapse
INSTRUCTON FOR INSTALLING IT!
OPTION 1:
Use MobileuncleTool or Rasher (Both of them can be downloaded at Google Play Store so do not bother asking for the link of this two apk's)
In MobileUncleTool:
1. Rename the "CTR_Recovery_v3.3_wiko_rainbow.img" into "recovery.img".
2. Put recovery.img in the root of your sdcard (/sdcard/recovery.img).
3. In the tool just go to recovery update then you wil automatically see the recovery.img then flash it and wait until it finished.
4. Reboot to recovery.
In Rasher:
1. Its ok if it is not renamed or in the sdcard root, just simply select recovery then locate the recovery image file and flash it.
2. Reboot to recovery.
OPTION 2:
Via SmartPhoneFlashTool(SPFT)
1. Locate MT6582_Android_scatter.txt
2. Only Tick the RECOVERY then locate the recovery image.
3. Press Download and wait till flashing finished.
4. Reboot to recovery.
SELECT VERSION OF CTR YOU WANT TO FLASH:
1. CTR RECOVERY V3
2. CTR RECOVERY V3.3
3. Carliv CWM*T Recovery v1.0 (On-going still asking permission to @carliv for porting it but as of now I was able to boot into it but the only problem is the sdcard0 path are not mounted and also the Advance Menu are not working)
NOTE: Any of the two CTR's are now able to flash CM12.1 Alpha 3[LP] by @moonrotation and PACMAN 5.1.1[LP] by @Sandeep5303. I already tested it so don't worry.:good:
To get aroma file manager to work you need to flash the zip below. -> HERE
Credits to:
-Sir @carliv for the porting guide, tools and to his helpful threads.
-Also @Kyzrael (ME) for porting this two recovery. The ctr v3 and ctr v3.3
( Hit Thanks to this thread if you find it helpful )
{
"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"
}
ADD ONS: If you used this recovery and you find some problem with it don't hesitate to approach me so that I can pinpoint the problem or reprocess the whole porting process to fix the issues that you may find. Remember, I spent two days just to finish this two ctr to port and make it work to our device.
-Other Clone Phones Related to Wiko Rainbow was also get it working if you flashed Wiko Rainbow v13 firmware.
-Btw, I am using MyPhone Agua Rio and I was able to get it work because I am using Wiko Rainbow v13 firmware.
Great dude!
Sent from my WIKO RAINBOW using Tapatalk
Sandeep5303 said:
Great dude!
Sent from my WIKO RAINBOW using Tapatalk
Click to expand...
Click to collapse
haha thanks :good:
Mod Edit
Please continue this discussion here:
http://forum.xda-developers.com/android/development/recovery-carliv-touch-recovery-wiko-t3158045
Thread closed
malybru
Forum Moderator

G6 Swiss Knife Tool (Deodex ROM, Flash TWRP, Flash CWM, ROOT, etc)

»»»»»»»»»» Huawei Ascend G6 Combo Tool - Swiss Knife««««««««««​
04-12-2015
New update for G6SKinfe, update and add more tools, be sure you have permission to install it in PC:
G6SKnife:
https://mega.nz/#!WgoVWLjQ
Key:
!YV1JLOGvXX4rvYreDXP1Twwh-V5O65NjmMxBH_7unUI
11-10-2015 :good:
Only need to extract the folder from the zip to desktop and execute G6SKnife.exe, read the options.
The phone must be ON like normally you use it, plug USB and choose MTP connection and turn debug mode ON.
Start with the ( 0 ) options and if don't work go to the ( f ) option to see what you need to do.
The Java checkup is because need it for the deodex tool.
I can't try the Bootloader unlock option because im already unlocked, if any one try it, please, tell if works.
I'm not accept responsibility for any damage. It has been tested on my L11 phone and the same is working properly. U10 users use the U options and work for them to.
Suite-G6SKnife:
https://mega.nz/#!rhw1FS5T!FpqYi2GLJI1S_gFLMJwlOg0_4aUVD79yrrPqAHcDRZk
------------------------------------------------------------------------------------------------------------------------------------------------------​21-07-2015
Hi!
I tried to combine a series of tools in one software.
Deodex ROM
Flash TWRP
Flash CWM
Flash the stock recoverys
Rebuild the Dalvik-cache
Start in Fastboot mode
Start in Recovery mode
Restarting from the fastboot mode
flash the stock system
Pull ROM images and do a backup in to a zip file. that can be flashed
To use only extract to desktop, open the folder and execute G6SKnife.exe.
If you want to use any other cmd funtion, use the CmdTool.exe.
Any bug, please report!
I'm not accept responsibility for any damage.
It has been tested on my phone the same is working properly . The Model U could not test im a L11 user.
{
"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"
}
This tool is amazing... Thx guys!
Verstuurd vanaf mijn HUAWEI G6-L11 met Tapatalk
rooting with kinguser not going well
Hello.
I got a problem with rooting,
1. I install the tool
2. I unlock the bootloader
3. I flash twrp
4. I install kinguser (option 18) didn't work so I booted in recovery and install kinguser.zip.
Now my phone is rebooting every 3 minutes,
I disabled kinguser in app manager and the rebooting problems solved, but now my phone is not rooted!
Please help!
Huawei g6-l11 android 4.4 kikat
Peter
pxxm said:
Hello.
I got a problem with rooting,
1. I install the tool
2. I unlock the bootloader
3. I flash twrp
4. I install kinguser (option 18) didn't work so I booted in recovery and install kinguser.zip.
Now my phone is rebooting every 3 minutes,
I disabled kinguser in app manager and the rebooting problems solved, but now my phone is not rooted!
Please help!
Huawei g6-l11 android 4.4 kikat
Peter
Click to expand...
Click to collapse
Which version of kinguser did you try?
Go to Facebook group page and download the kinguser.zip from there. For me it always works on g6-l11 and u-10
dinindourden said:
Which version of kinguser did you try?
Go to Facebook group page and download the kinguser.zip from there. For me it always works on g6-l11 and u-10
Click to expand...
Click to collapse
It's the same kinguser 3.4.0
Thanx for this one, but bootloader unlock isn't working. You have to have a code, I don't have one, so it says 'invalid key'. No i'm back stuck in fastboot mode where it says 'recovery image verify failed' followed by 'please updat to the authorised images'. So, this is not going well, dunno what to do...
File not found
Hello,
the link in the OP (the most recent version) is not working.
Could you please provide me a working one?
Thanks
indieguy said:
Hello,
the link in the OP (the most recent version) is not working.
Could you please provide me a working one?
Thanks
Click to expand...
Click to collapse
Hi!
I think the link is ok now!
Link is death again :/
Try using uploaded or share-online - stays longer there

[Recovery][Unofficial][Marino]TWRP 3.1.1-0 for Lenovo K8 Plus XT1902-2

Team Win Recovery Project 3.x.x is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
{
"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"
}
Prerequirements:-
1. Your Bootloader must be unlocked. Here is the guide
2. Internal Storage will be wiped.
Bugs:-
1. Battery Percentage doesn't show
2. You tell me
Instructions:-
1. Go to the fastboot mode.
2. Now paste the recovery in adb folder.
3. Open the cmd by holding shift and press right click in adb folder and then click open command promote here.
4. Now to confirm that device is connected properly type:-
Code:
fastboot devices
You'll get your device serial number there.
5. After that type:-
Code:
fastboot flash recovery twrp-3.1.1-0-marino.img
Voilà TWRP flashed successfully.
6. Now unplug your device and then hold power button for 2 secs and then hold volume (-) after that press power button once.
Now you'll find yourself in TWRP.
Enjoy
Links - https://drive.google.com/uc?id=1JYzRlnfLRJRsw3flQhXaorSxeqS5umRK&export=download
Note:- After flashing recovery you must have to wipe Internal Storage to remove encryption. Also, you must have to flash magisk so that it will patch boot.img through which system will not be able to overwrite TWRP again.
Credits:-
Gaurav
Dhruv Agarwal (me)
thanx a lot brother for working on it ..
may be we will get a custom rom soon ???
Finally, something for k8 plus users,
Is there any safe way to relock bootloader after unlocking and flashing this recovery, if I want to take my device to service centre
Thanx
What is the dycrept password?
biswajitpaik said:
What is the dycrept password?
Click to expand...
Click to collapse
Click on cancel
Any news about ROMS??? ??
Any news about ROMS??? :fingers-crossed:
Great work sir
Gonna test it now
Dhruv_Agarwal said:
Click on cancel
Click to expand...
Click to collapse
I've tried everything, first of all wipe /format data for showing internal memory and otg but when I wanted to flash any file through recovery like xposed it had shown decrept password?
not working ...after flashing not able to go to twrp screen pls help
not working ...after flashing not able to go to twrp screen pls help
Plz help how to root Lenovo k 8
Help
Dhruv_Agarwal said:
Click on cancel
Click to expand...
Click to collapse
Hi i am a newbie to rooting. Could you please give me detailed steps. I understood till the point of flashing twrp. After that do I have to wipe data and flash magisk right then? (I have tried installing twrp 2 times but every time after installing and restarting it shows android recovery only.)
One more thing, will I be able to upgrade to oreo through OTA if I have the stock android recovery, since twrp is replaced by stock recovery every time ( although bootloader is unlocked)?

Categories

Resources