Letv 1 pro US install Twrp ! - LeEco Le1 Pro Questions & Answers

hey
i need any one help me to install Twrp in Letv 1 pro US version ... Thanks

This is how I did it.
susbiction said:
hey
i need any one help me to install Twrp in Letv 1 pro US version ... Thanks
Click to expand...
Click to collapse
Files required to Root and Install Custom Recovery on Letv Le 1 Pro –
1. Download ADB and fastboot driver for windows or ADB and Fastboot for Mac and install it on your PC. This will also install your device driver.
2. Download TWRP 3.0 Recovery for Letv Le 1 Pro.
3. Download SuperSu to root Letv Le 1 Pro and copy it to your phone sd card.
------------------------------
Steps to Root and Install TWRP Recovery on Letv Le 1 Pro –
1) First, enable ‘USB debugging’ option from setting>developer option>. To enable Developer Options, go to About phone and tap the Build Number 7 times.
2) Download TWRP 3.0.0 for Letv Le 1 Pro from above and place it in the folder where ADB installed and rename it to ‘recovery.img’. Now you can Root and Install TWRP Recovery on Letv Le 1 Pro via fastboot method.
3) Now go to installation directory open ADB folder and open the command window thereby pressing and hold the ‘shift’ key and right-clicked anywhere in that folder.
-------------------------------------
type adb command:
adb reboot bootloader (phone will reboot)
fastboot devices ( to check that device connection)
fastboot flash recovery recovery.img (flash twrp)
fastboot reboot (right away - continuously press "volumn up button" until boot to twrp recovery. or you it won't work)
--------------------------------------------
- After reboot into twrp, install supersu.zip to root your phone.
Good luck

ThaiDude said:
Files required to Root and Install Custom Recovery on Letv Le 1 Pro –
1. Download ADB and fastboot driver for windows or ADB and Fastboot for Mac and install it on your PC. This will also install your device driver.
2. Download TWRP 3.0 Recovery for Letv Le 1 Pro.
3. Download SuperSu to root Letv Le 1 Pro and copy it to your phone sd card.
------------------------------
Steps to Root and Install TWRP Recovery on Letv Le 1 Pro –
1) First, enable ‘USB debugging’ option from setting>developer option>. To enable Developer Options, go to About phone and tap the Build Number 7 times.
2) Download TWRP 3.0.0 for Letv Le 1 Pro from above and place it in the folder where ADB installed and rename it to ‘recovery.img’. Now you can Root and Install TWRP Recovery on Letv Le 1 Pro via fastboot method.
3) Now go to installation directory open ADB folder and open the command window thereby pressing and hold the ‘shift’ key and right-clicked anywhere in that folder.
-------------------------------------
type adb command:
adb reboot bootloader (phone will reboot)
fastboot devices ( to check that device connection)
fastboot flash recovery recovery.img (flash twrp)
fastboot reboot (right away - continuously press "volumn up button" until boot to twrp recovery. or you it won't work)
--------------------------------------------
- After reboot into twrp, install supersu.zip to root your phone.
Good luck
Click to expand...
Click to collapse
i updated to 5.8. now i cant enter fast boot. actually i can but few seconds later automatically exit from fastboot. i guess its locked after 5.8. how can i flash twrp now?
THank you

fuat.meydan said:
i updated to 5.8. now i cant enter fast boot. actually i can but few seconds later automatically exit from fastboot. i guess its locked after 5.8. how can i flash twrp now?
THank you
Click to expand...
Click to collapse
Try this guide by DerTech99
What i do need?
1.Usb Cable
2.The Zip File
Guide:
1.Download the zip and extract it!
2.Install the minimal fastboot and adb when you dont have it! (is included)
3.Copy the Stockrecovery.img to where you have fastboot installed!
4.Turn your phone off but be fast!
5.Press "Power + Volume down" for 5 Sec until the pinguin shows up!
6.And connect fast the usb cable to the phone good!
7.Then give followed commands in "Fastboot devices"
8.When your phone do show up yes? then your ready to rock
9.Type followed command in "Fastboot flash recovery Stockrecovery.img"
10.When its done type "Fastboot reboot"
11.Disconnect your usb cable and youre are done!
12.Enjoy!
P.S After that you can flash TWRP i put in the zip the latest file!

Related

[RECOVERIES & ROOT] Yureka custom recoveries & Root without Changing Stock Recovery

[RECOVERIES & ROOT] Yureka custom recoveries & Root without Changing Stock Recovery
Note : This tutorial is for YU Yureka based on CM11 (KK 4.4.4) 32bit architecture
and
do it on your own risk, I will not be responsible if you brick your phone
Here is the detailed guide and collection of stock and all custom recoveries for YU Yureka and detailed guide to Root YU Yureka without changing Stock Recovery
Requirements
1. YU Yureka (obviously) with USB Data cable
2. PC / Laptop (Having Windows installed at least Windows 7 or above)
3. Drivers (Windows Automatically detect and install the required drivers)
4. ADB & Fastboot binary package that can be downloaded from XDA 15 seconds ADB Installer v1.4.2']http://forum.xda-developers.com/showthread.php?t=2588979
5. Custom Recovery (Anyone in which you are interested CWM, PhiZ, TWRP)
6. Latest SuperSU.zip file to root your phone
Warning: This process may delete all data stored in internal storage so better backup all the files stored in internal storage.
Step One
Enable USB Debugging on your device you can just follow these steps:
Go to Settings> About phone and keep taping on build number at least 7 times or till it appears "You are a developer now",
Now again go to settings>developer option (only after the previous step it will be enabled)> check/select USB debugging.
Step Two
Unlock your bootloader to flash custom recovery and root.
Here is the process
1. Download the adb & fastboot binary package and install it.
2. Put your phone into FASTBOOT mode by following anyone from below methods :
Method 1 (easiest)
-------------------
a. Power down phone
b. Plug USB cable to your PC
c. Press and hold Vol Up button and plug other end of USB to your device, soon you will see the fastboot screen.
(or without plugging USB Cable, Press and Hold Power and Vol Up buttons simultaneously, until you see the screen
"FASTBOOT MODE"
Method 2
---------
a. While your phone is Power On, plug USB Data Cable with PC and Phone (USB Debuging must be Enable)
b. Open Command Prompt on your PC (with Administartor rights) and type the following command
adb -s 0x1ebf devices
You will get results something like that :
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
3a289c2 device
*Note : If you get "authorization message" then look on your mobile screen and authorize your PC and run the command again.
c. Now note down the device no. (for e.g. in above "3a289c2") and type the following command
adb -s 3a289c2 reboot bootloader
[*Note replace the device id with your id (here 3a289c2), that you got in last command]
Now your phone must be booted into fastboot mode. A screen with "Fastboot Mode" should be appear on your phone.
3. Device drivers will get installed by windows (please wait for the driver installation to complete)
4. After driver installation is done go to the folder where you have extracted the package
5. Now open elevated DOS command prompt (terminal) on your PC and go into the same folder where you saved the recovery file
(*Note : to start command prompt directly from desired folder, while holding the Shift Key Right Click on folder and select start "open command window here")
6. Type the following command to check if the device was detected in fastboot mode
fastboot -i 0x1ebf devices
you should get output like : 2a25d00 fastboot
if you don't get similar output it means that the drivers weren't correctly installed or the device wasn't connected properly
7. If the output is similar to above then run the following command:
fastboot -i 0x1ebf oem unlock
you should get output something like :
.....
OKAY [ 0.003s]
finished. total time: 0.004s
8. Now your bootloader is now unlocked.
*Note : if you want to re-lock your bootloader again (for warranty on any other reason), again boot into fastboot mode and this time type the following command and enter
fastboot -i 0x1ebf oem lock
Step Three
Boot your phone into recovery (temporarily or permanently) and root your phone
1. Download SuperSU.zip and put it on root of your internal or external SD card
2. To load custom recovery (CWM / TWRP / PhiZ) temporarily, now type this command in terminal :
fastboot -i 0x1ebf boot CWM_6.0.5.1_recovery-yu.img
*Note 1 : if you want to flash the custom recovery permanently then us the following command
fastboot -i 0x1ebf flash CWM_6.0.5.1_recovery-yu.img
*Note 2 : if your download custom recovery is named differently (here CWM_6.0.5.1_recovery-yu.img) then while writing the above commands you need to put the name of the recovery same as as your saved file name (anyone CWM / Phiz / TWRP)
3. Done ! You loaded custom recovery temporarily, if command used with "boot" hence to root your phone, proceed to next section (step 5).
or
If you flashed recovery permanently, using command with "flash" then boot your phone into recovery. To do so, you have Two options
i) type the following command and press enter : adb -s 3a289c2 reboot recovery
or
ii) power off your phone, after then press and hold "Vol up+ Vol down + Power" buttons simultaneously to boot into custom recovery.
Now to root your phone proceed with next section (step 5).
Root your phone
5. To gain root access, flash SuperSu.zip that is stored on your internal or external SD card (in step 1)
6. Choose reboot phone and enjoy rooted phone with stock or custom recovery !
Special Note 1
I didn't tested, but came to know that root doesn't effect OTA update on Yureka.
You can get OTA updates with root but after the OTA update is flashed you will loose root access. To keep it or to avoid this please go to System Settings -> Developer Options -> UNTICK -"Update CM Recovery" (update recovery while installing system updates)
Even though if someone want to go back to Stock recovery, then download the official stock recovery (link no. 6 above) and flash it using command in fastboot mode (second command in step 2 under head "STEP THREE")
Downloads
1. 15 seconds ADB Installer v1.4.2 http://forum.xda-developers.com/showthread.php?t=2588979
2. Super SU latest v2.46 http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
3. CWM 6.0.5.1 https://s.basketbuild.com/devs/vishal_android_freak/yu/yureka
OR http://d-h.st/ElAe
4. PhilZTouch 6.59 based on CWM v6.0.5.1 http://www.androiddevs.net/downloads/
OR http://d-h.st/UqWK
5. TWRP 2.8.5.0 http://techerrata.com/browse/twrp2/tomato
OR https://www.androidfilehost.com/?fid=95916177934528156
OR http://d-h.st/5wDD
6. YU Yureka Official Stock Recovery http://d-h.st/tQ1k
Special Note 2
Without the vendor id, phone will not get detected in fastboot mode.
Like if you want to check fastboot type this :
fastboot -i 0x1ebf devices
therefore, always add "i -0x1ebf" after fastboot and then write your command
aabidhashmi said:
Here is is collection of all custom recoveries for YU Yureka and detailed guide to Root YU Yureka without changing Stock Recovery
Requirements
1. YU Yureka (obviously) with USB Data cable
2. PC / Laptop (Having Windows installed at least Windows 7 or above)
3. Drivers (Windows Automatically detect and install the required drivers)
4. ADB & Fastboot binary package that can be downloaded from XDA 15 seconds ADB Installer v1.4.2']http://forum.xda-developers.com/showthread.php?t=2588979
5. Custom Recovery (Anyone in which you are interested CWM, PhiZ, TWRP)
6. Latest SuperSU.zip file to root your phone
Warning: This process may delete all data stored in internal storage so better backup all the files stored in internal storage.
Step One
Enable USB Debugging on your device you can just follow these steps:
Go to Settings> About phone and keep taping on build number at least 7 times or till it appears "You are a developer now",
Now again go to settings>developer option (only after the previous step it will be enabled)> check/select USB debugging.
Step Two
Unlock your bootloader to flash custom recovery and root.
Here is the process
1. Download the adb & fastboot binary package and install it.
2. Power down phone
3. Plug USB cable to your PC
4. Press and hold Vol Up button and plug other end of USB to your device, soon you will see the fastboot screen.
(or without plugging USB Cable, Press and Hold Power and Vol Up buttons simultaneously, until you see the screen
"FASTBOOT MODE"
5. Device drivers will get installed by windows (please wait for the driver installation to complete)
6. After driver installation is done go to the folder where you have extracted the package
7. Now open elevated DOS command prompt (terminal) on your PC and go into the same folder where you saved the recovery file
* to start command prompt directly from desired folder, while holding the Shift Key Right Click on folder and select start "open command window here"
8. Type the following command to check if the device was detected in fastboot mode
fastboot -i 0x1ebf devices
you should get output like : 2a25d00 fastboot
if you don't get similar output it means that the drivers weren't correctly installed or the device wasn't connected properly
9. If the output is similar to above then run the following command:
fastboot -i 0x1ebf oem unlock
you should get output something like :
.....
OKAY [ 0.003s]
finished. total time: 0.004s
10. Now your bootloader is now unlocked.
Step Three
Root your phone without changing your stock recovery
1. Download SuperSU.zip and put it on root of your internal or external SD card
2. To load custom recovery (CWM / TWRP / PhiZ) temporarily, now type this command in terminal :
fastboot -i 0x1ebf boot recovery CWM_6.0.5.1_recovery-yu.img
*Note : if your download custom recovery is named differently (here CWM_6.0.5.1_recovery-yu.img) then while writing the above command you need to put the name of the recovery same as as your saved file name (anyone CWM / Phiz / TWRP)
Done ! You flashed custom recovery temporarily.
3. Now press and hold "Vol up+ Vol down + Power" buttons simultaneously to boot into custom recovery.
4. To gain root access flash SuperSu.zip that is stored on your internal or external SD card (in step 1)
5. Choose reboot phone and enjoy rooted phone without changing stock recovery !
Downloads
1. 15 seconds ADB Installer v1.4.2 http://forum.xda-developers.com/showthread.php?t=2588979
2. Super SU latest v2.46 http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip
3. CWM 6.0.5.1 https://s.basketbuild.com/devs/vishal_android_freak/yu/yureka
OR http://d-h.st/ElAe
4. PhilZTouch 6.59 based on CWM v6.0.5.1 http://www.androiddevs.net/downloads/
OR http://d-h.st/UqWK
5. TWRP 2.8.5.0 http://techerrata.com/browse/twrp2/tomato
OR https://www.androidfilehost.com/?fid=95916177934528156
OR http://d-h.st/5wDD
Special Note
Without the vendor id, phone will not get detected in fastboot mode.
Like if you want to check fastboot type this :
fastboot -i 0x1ebf devices
therefore, always add "i -0x1ebf" after fastboot and then write your command
Click to expand...
Click to collapse
Few errors noted:
1. You can't say flashing recovery when you are booting it.
2. In step 3 point 3 is not valid because when your command is to boot it will automatically boot into recovery you need not use combination keys.
3. Last point vender id is wrong !!!
Few suggestions:
1. It feels like you have not tested this by yourself
2. There is already a guide for "rooting without flashing recovery". Search before posting.
Regards
aashking
aashking said:
Few errors noted:
1. You can't say flashing recovery when you are booting it.
2. In step 3 point 3 is not valid because when your command is to boot it will automatically boot into recovery you need not use combination keys.
3. Last point vender id is wrong !!!
Few suggestions:
1. It feels like you have not tested this by yourself
2. There is already a guide for "rooting without flashing recovery". Search before posting.
Regards
aashking
Click to expand...
Click to collapse
Dear aaskking
Thanks to inform. Here is the corrections
1 & 2 - Tutorial updated with "boot" and "flash" commands separately.
3 + Vendor ID is correct nothing wrong in it.
4 - I already tested all those procedures and commands. I never post anything without testing.
5 - Yes, I also seen that available guide, but that is not so much detailed and also required files links are not provided.
Anyway, thanks for your suggestions.
aabidhashmi said:
Dear aaskking
Thanks to inform. Here is the corrections
1 & 2 - Tutorial updated with "boot" and "flash" commands separately.
3 + Vendor ID is correct nothing wrong in it.
4 - I already tested all those procedures and commands. I never post anything without testing.
5 - Yes, I also seen that available guide, but that is not so much detailed and also required files links are not provided.
Anyway, thanks for your suggestions.
Click to expand...
Click to collapse
EDIT : You can get OTA updates with root..
After the update is flashed you will loose root access ..
To keep it or to avoid this please write the following step
STEP) In Developer Option UNTICK -"Update CM Recovery".
That's it.. Cheers mate wonderful thread.. @aabidhashmi @aashking
arjunsingh1000 said:
EDIT : You can get OTA updates with root..
After the update is flashed you will loose root access ..
To keep it or to avoid this please write the following step
STEP) In Developer Option UNTICK -"Update CM Recovery".
That's it.. Cheers mate wonderful thread.. @aabidhashmi @aashking
Click to expand...
Click to collapse
Thanks Arjun Singh @arjunsingh1000 for suggestion and appreciation
Post updated ...
aabidhashmi said:
Thanks Arjun Singh @arjunsingh1000 for suggestion and appreciation
Post updated ...
Click to expand...
Click to collapse
Great mate cheers just checked and tried that ota updates are available and work.. On stock recovery... Locked bootloader and with root..
Achieved this by downgrading to the very first cm11 firmware and got then rooted it and locked the bootloader then I just booted it and got the incremental update .. Downloaded and flashed .. Works perfectly.. Root not lost due to the untick in dev options..
Thanks again Arjun Singh, for confirming OTA updates are working.
I am already on Stock ROM & recovery {rooted} and tried the same procedure {locked the bootloader}, but no updates for me.
Is updates are really there, or something wrong with me ?
Sent from my AO5510 using Tapatalk
I am simply unable to get the device listed in command prompt after fastboot mode is enabled. my phone has option to boot into fastboot mode in power options. i tried that option, i tried using command to boot into fastboot. But somehow, when phone is in fastboot mode, it does not get detected by fastboot application (even though windows installs drivers successfully).
I have tried 3 different laptops. All had same problem. No idea how to solve this.
aabidhashmi said:
Thanks again Arjun Singh, for confirming OTA updates are working.
I am already on Stock ROM & recovery {rooted} and tried the same procedure {locked the bootloader}, but no updates for me.
Is updates are really there, or something wrong with me ?
Sent from my AO5510 using Tapatalk
Click to expand...
Click to collapse
Well I guess you are on the latest build XN0PHQ I guess? Another beta update was made but not rolled out it is um XNPH08P I know its a little late but just in case you don't know..
---------- Post added at 05:30 PM ---------- Previous post was at 05:28 PM ----------
jitendragarg said:
I am simply unable to get the device listed in command prompt after fastboot mode is enabled. my phone has option to boot into fastboot mode in power options. i tried that option, i tried using command to boot into fastboot. But somehow, when phone is in fastboot mode, it does not get detected by fastboot application (even though windows installs drivers successfully).
I have tried 3 different laptops. All had same problem. No idea how to solve this.
Click to expand...
Click to collapse
Ahahahaah... I know just the way... Do not reboot via adb ...
Switch off your phone remove your battery and put it back in do not turn it on.. But connect your USB cable and at the same time hold the power up or maybe down button .. Voila your in fastboot which will get detected .. Don't forget to use the vendor id.
arjunsingh1000 said:
Ahahahaah... I know just the way... Do not reboot via adb ...
Switch off your phone remove your battery and put it back in do not turn it on.. But connect your USB cable and at the same time hold the power up or maybe down button .. Voila your in fastboot which will get detected .. Don't forget to use the vendor id.
Click to expand...
Click to collapse
I tried this method but phone does not get detected in fastboot mode at all. I have drivers installed for all different modes I connect my phone as. No luck at all.
Also, weird thing is, I have an option to directly go to fastboot mode from the power menu.
Jitendra Garg
Your driver's are not installed
As there is no special drivers setup, so connect your PC with Internet then plug your phone and let Windows install drivers automatically.
Sent from my AO5510 using Tapatalk

Flashed latest miui8 on helium and now no recovery

Hello i have flashed the latest miui8 8.1.6.0 global firmware on my Mi Max Helium.
Everything works fine except for the recovery.
If i try to boot into recovery mode, there is a picture to connect the phone on the xiaomi pc suite.
I have tried multiple times to flash twrp with the miflash tool saying success. Tried in edl and fastboot mode without success.
Sent from my MI MAX using XDA-Developers mobile app
valerio.tosti said:
Hello i have flashed the latest miui8 8.1.6.0 global firmware on my Mi Max Helium.
Everything works fine except for the recovery.
If i try to boot into recovery mode, there is a picture to connect the phone on the xiaomi pc suite.
I have tried multiple times to flash twrp with the miflash tool saying success. Tried in edl and fastboot mode without success.
Sent from my MI MAX using XDA-Developers mobile app[/Q
That's because there is no recovery for these roms on stock mui 8.
Try this soulotion to install twrp.
How to install TWRP on Mi Max:
Needed:
1. Mi Max with Unlocked Bootloader : http://en.miui.com/unlock/
2. Download USB ADB Drivers : http://adbdriver.com/
3. Extract the Minimal ADB Fastboot : https://androiddatahost.com/789ju
4. Download TWRP v3.0.2-0 for Mi Max : https://dl.twrp.me/hydrogen/twrp-3.0...rogen.img.html
5. Windows computer
6. USB Cable.
Let us begin:
1. Install USB ADB Drivers : Computer - phone.
2. Extract the Minimal ADB Fastboot files, example (adb folder)
3. Rename the twrp-3.0.2-0-hydrogen.img file into twrp.img.
4. Copy twrp.img file into the same folder as all extracted fastboot files (abd folder).
Install:
1. On your computer, Windows Explorer, go to the folder (adb) twrp.img.
2. Press and hold Shift button on your keyboard and right-click.
3. Open command window from here.
4. Reboot your Mi Max into Fastboot mode (reboot Power button + Volume Down (-) simultaneously seen Mi Bunny with Fastboot logo.
5. Conect your phone use USB cable
6. following command in the command prompt (CMD)
- fastboot devices
- fastboot flash recovery twrp.img
- fastboot boot twrp.img
Mi Max reboots successfully
Next time press Volume Up (+) and Power buttons simultaneously.
Click to expand...
Click to collapse
Ok thank you. Waiting on xiaomi for unlocking bootlader and i will give it a try
Sent from my MI MAX using XDA-Developers mobile app

[ROOT][GUIDE][ZD551KL] Zenfone Selfie Stock Android 6.0.1

This tutorial was tested on Stock Android 6.0.1 with unlocked bootloader
HOW TO
1) Install the ADB;
2) Copy the SuperSU file to the phone memory;
2) Disconnect phone;
3) Enter the Fastboot mode: Turn the phone on by holding volume (+) and the power button;
4) Connect the device via USB to the computer;
5) Copy the TWRP .zip file to the ADB folder (C: \ adb);
6) Right-click an empty area inside the Fastboot folder by holding down the SHIFT key on the keyboard and select the open command window option here;
7) Then, enter the following command in the command window:
Fastboot flash recovery twrp-3.0.2-5-Z00L.img
Click to expand...
Click to collapse
8) Then enter the following command:
Fastboot reboot
Click to expand...
Click to collapse
9) Your phone will reboot after entering this command. Once you send the command, press and hold the volume key (+) to enter the TWRP;
10) In TWRP go to Install and select the SuperSU .zip file. At the end of the installation, clean the Dalvik / Cache and restart the phone.
There, your Zenfone Selfie is rooted!
Note:
NO ONE IN THIS FORUM, NOR THE FORUME ITSELF, IT'S RESPONSABLE OF YOUR ACTION!
THIS GUIDE COULD BRICK YOUR PHONE, FOLLOW IT AT YOUR OWN RISK!
Required files:
ADB: https://drive.google.com/file/d/0B0MKgCbUM0itVVFWRC02Q0VBQnc/view?usp=sharing
TWRP 3.0.2-5-Z00L (.img): https://dl.twrp.me/Z00L/
SuperSU (2.79 - zip version): http://www.supersu.com/download
hello,
after interring " Fastboot flash recovery twrp-3.0.2-5-Z00L.img"
it is stuck on " waiting for device "
what is the solution ?

Asus Zenfone 4 selfie Lite(ZB553KL) BOOTLOADER UNLOCKER

Hello everyone. Asus have recently released the bootloader unlocker for zenfone 4 selfie lite. So guys its time for the pro users to switch to custom roms according to their choice. If you want the bootloader unlocker then download it from the link below:
ZENFONE 4 SELFIE LITE BOOTLOADER UNLOCKER
stock recovery
plz upload the stock recovery for zenfone 4 selfie lite.. i need it
Help me, how to install twrp. On my zb553kl
Help me, how to install twrp. On my zb553kl
snoopy_042981 said:
Help me, how to install twrp. On my zb553kl
Click to expand...
Click to collapse
Note: This will void the warranty of your device and can also brick your device. Do it at your own risk.
Step 1: Download adb and fastboot in your pc and install it.
Step 2: Turn on developer options in your phone.(Go to SETTINGS>ABOUT>SOFTWARE INFORMATION. Then keep on tapping build number until a toast notification says "YOU ARE NOW DEVELOPER").
Step 3: Turn on USB Debugging. (Go to SETTINGS>DEVELOPER OPTIONS and turn on USB DEBUGGING.
Step 4: Connect it to your pc and authorize your pc to have usb debugging access.
Step 4: Download the bootloader unlocker apk . Open the folder where you have downloaded the apk. Rename the apk to unlocker.apk. Then type in the address bar of the file explorer "CMD" and press enter. This will open a command terminal. Then type the given code in the terminal an press enter. Then close all file explorer and the command terminal
Code:
adb install unlocker.apk
Step 5: Download TWRP Recovery ZD553KL or ZB553KL (Still not avilable). Open the folder where you have downloaded the img file. Rename it to recovery.img. Then type the given code in the terminal an press enter. Then close all file explorer and the command terminal.
Step 6: Press and hold volume up button+power button until your phone gets switch off. Then it will reboot to fastboot mode.
Step 7: NOTE: Now since ZB553KL dosent have an Official version of twrp. So it is recommended to use temporary booting of recovery. Though I will provide both the codes.
Type this command for temporary booting of twrp recovery.
Code:
fastboot boot recovery.img
This will boot the phone in to twrp recovery mode. After you reboot it will get back to your stock recovery. [It is recommended to back up system, recovery and boot partition of your device using this temporary recovery boot. Coz if you ever want to go back to stock rom you must have stock recovery. ]
Type this command for permanently setting twrp recovery as recovery.
Code:
fastboot flash recovery recovery.img
snoopy_042981 said:
Help me, how to install twrp. On my zb553kl
Click to expand...
Click to collapse
Step 1: Download adb and fastboot in your pc and install it.
Step 2: Turn on developer options in your phone.(Go to SETTINGS>ABOUT>SOFTWARE INFORMATION. Then keep on tapping build number until a toast notification says "YOU ARE NOW DEVELOPER").
Step 3: Turn on USB Debugging. (Go to SETTINGS>DEVELOPER OPTIONS and turn on USB DEBUGGING.
Step 4: Connect it to your pc and authorize your pc to have usb debugging access.
Step 4: Download the bootloader unlocker apk . Open the folder where you have downloaded the apk. Rename the apk to unlocker.apk. Then type in the address bar of the file explorer "CMD" and press enter. This will open a command terminal. Then type the given code in the terminal an press enter. Then close all file explorer and the command terminal
Code:
adb install unlocker.apk
Step 5: Download TWRP Recovery ZD553KL or ZB553KL (Still not avilable). Open the folder where you have downloaded the img file. Rename it to recovery.img. Then type the given code in the terminal an press enter. Then close all file explorer and the command terminal.
Step 6: Press and hold volume up button+power button until your phone gets switch off. Then it will reboot to fastboot mode.
Step 7: NOTE: Now since ZB553KL dosent have an Official version of twrp. So it is recommended to use temporary booting of recovery. Though I will provide both the codes.
Type this command for temporary booting of twrp recovery.
Code:
fastboot boot recovery.img
This will boot the phone in to twrp recovery mode. After you reboot it will get back to your stock recovery. [It is recommended to back up system, recovery and boot partition of your device using this temporary recovery boot. Coz if you ever want to go back to stock rom you must have stock recovery. ]
Type this command for permanently setting twrp recovery as recovery.
Code:
fastboot flash recovery recovery.img
I forgot to tell you
I have already use ur bootloader unlocker.apk and my fone its already unlock the bootloader. It is ok to install the twrp and how?
And i dont have yet the TWRP Recovery ZB553KL, coz dosent have an official version on my model? What can i do?
---------- Post added at 09:43 AM ---------- Previous post was at 09:37 AM ----------
thank u for helping me (Devc100)
snoopy_042981 said:
And i dont have yet the TWRP Recovery ZB553KL, coz dosent have an official version on my model? What can i do?
---------- Post added at 09:43 AM ---------- Previous post was at 09:37 AM ----------
thank u for helping me (Devc100)
Click to expand...
Click to collapse
You have to wait, till there is a recovery for ZD553KL atleast.
wrong signatures image error
i got wrong signature img error in this
Devc100 said:
Note: This will void the warranty of your device and can also brick your device. Do it at your own risk.
Step 1: Download adb and fastboot in your pc and install it.
Step 2: Turn on developer options in your phone.(Go to SETTINGS>ABOUT>SOFTWARE INFORMATION. Then keep on tapping build number until a toast notification says "YOU ARE NOW DEVELOPER").
Step 3: Turn on USB Debugging. (Go to SETTINGS>DEVELOPER OPTIONS and turn on USB DEBUGGING.
Step 4: Connect it to your pc and authorize your pc to have usb debugging access.
Step 4: Download the bootloader unlocker apk . Open the folder where you have downloaded the apk. Rename the apk to unlocker.apk. Then type in the address bar of the file explorer "CMD" and press enter. This will open a command terminal. Then type the given code in the terminal an press enter. Then close all file explorer and the command terminal
Code:
adb install unlocker.apk
Step 5: Download TWRP Recovery ZD553KL or ZB553KL (Still not avilable). Open the folder where you have downloaded the img file. Rename it to recovery.img. Then type the given code in the terminal an press enter. Then close all file explorer and the command terminal.
Step 6: Press and hold volume up button+power button until your phone gets switch off. Then it will reboot to fastboot mode.
Step 7: NOTE: Now since ZB553KL dosent have an Official version of twrp. So it is recommended to use temporary booting of recovery. Though I will provide both the codes.
Type this command for temporary booting of twrp recovery.
Code:
fastboot boot recovery.img
This will boot the phone in to twrp recovery mode. After you reboot it will get back to your stock recovery. [It is recommended to back up system, recovery and boot partition of your device using this temporary recovery boot. Coz if you ever want to go back to stock rom you must have stock recovery. ]
Type this command for permanently setting twrp recovery as recovery.
Code:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
snoopy_042981 said:
I have already use ur bootloader unlocker.apk and my fone its already unlock the bootloader. It is ok to install the twrp and how?
Click to expand...
Click to collapse
may i know your firmware version, i try to unlock via app but after reboot still same

Oppo A83 [CPH1729] TWRP RECOVERY

⚠Warning: This is not official TWRP, use it at your own risk!!!
Data will be erased. Back up if neccessary
This device is kind of weird so to flash twrp you need these things:
1. Prepare materials​
Install driver so as to have access to preloader (Just install automatically and no need to do anything in device manager)
This software to access to preloader -> fastboot (fastboot is somehow not available via adb methods) Enter fastboot
This tool for flashing
2. Unlock bootloader (need testpoint, python, git (optional) - you can search on google)​
Use this tool - go to this section. Follow guides to unlock bootloader (remember to use testpoint not hardware buttons)
3. Enter fastboot mode​
Use latest MTK META Ultility tool
Select Reboot Fastboot Mode in BRom section
Hold volume down button. While holding connect it to your computer
*Now your phone is in fastboot mode​4. Flash​
Open platform-tools folder in Downloads folder
Shift + Right click then "open command window here"
Input these commands into cmd
fastboot flash boot drag twrp file to cmd
fastboot flash recovery drag twrp file to cmd.
fastboot reboot. Swipe to allow modification in twrp (to make sure that stockboot wont replace twrp). After that reboot to recovery to make it installed on your device permanently.
Now your recovery is ready to flash file you can push stock image file to your root folder using adb command: "adb push. Drag the stock image file. /" (Because Decryption right now doesnt work on my device yet)
Enjoy
*Sounds crazy but it is required to make sure twrp is installed correctly​*If successful, when you power on, you will get a red section on top of your device. If you want to recover to stock recovery, flash the recovery.img below.​*Also, if you want to make your own twrp, you can try recovery.img below.​
Also thanks SebaUbuntu and Mofadal El-Tayeb (مُفَضَّل) for awesome apps
​
​​
​
Here is the PBRB version for this device
Hey I'm stuck in the third step.can you please help me?
Sorry for late reply. What problems do you have?
Is this the stock boot image you provided?
SAMIUL ISLAM 0 said:
Is this the stock boot image you provided?
Click to expand...
Click to collapse
Yes it is. I took it from OTA update
Hey friends
I want to upgrade my oppo a 83 fone to a costum rom to upgrade my androide to android 8 or higher
mahmoud2503 said:
Hey friends
I want to upgrade my oppo a 83 fone to a costum rom to upgrade my androide to android 8 or higher
Click to expand...
Click to collapse
Unfortunately, I have no custom roms available for this phone (

Categories

Resources