Restore back to Stock OxygenOS + Recovery - OnePlus 2 Q&A, Help & Troubleshooting

Hi guys,
I have TWRP recovery installed and Exodus.
Is there a way I can fully restore my OP2 back to stock.
IE, stock recovery and stock OS?
Can I also unroot and lock the device so it looks like nothing ever happened?
Lets say I need to return my OP2 for maintenance.
Thanks in advance.
Also I see OxygenOS 2.1.1 released recently, is there a full OS download?

SavellM said:
Hi guys,
I have TWRP recovery installed and Exodus.
Is there a way I can fully restore my OP2 back to stock.
IE, stock recovery and stock OS?
Can I also unroot and lock the device so it looks like nothing ever happened?
Lets say I need to return my OP2 for maintenance.
Thanks in advance.
Also I see OxygenOS 2.1.1 released recently, is there a full OS download?
Click to expand...
Click to collapse
Its simple !!
download the official signed rom.zip from oneplus two forum !!
place it into ur root folder
wipe data, format it
now flash the stock rom
restart ur phone !
when the phone start up, go to developer option > usb debug !
now download the stock recovery and put it in adb folder in ur pc.
type the command
fastboot flash recovery recovery.img
(recovery.img is the recovery image which u downloaded from onplus two forum. u can rename it and place it in adb folder)
after that type command
fastboot oem lock
press enter.
reboot ! violaa !!
u now have stock recover + stock rom = new device !!
enjoy
hope i have helped u !!:good:

If you are returning it for maintenance Oneplus allows rooted and modded devices to still be under warranty as long as it is not the modding that caused the problem.

Related

[Complete Guide] SHIELD Tablet K1 Root, Custom Rom and Xposed Framework

Hello Guys,
At first a little background story:
I bought the Tablet 3 Month ago. I have got the Update to Android 6.0 in January and unfortunately, I applied it.
So If you don't want to apply a custom rom do not update to 6.0, because 5.1.1 is much better.
I am not responsible if anything goes wrong.
Ok, so let's get started:
At first you must install Minimal ADB and Fastboot on your PC/Laptop/Mac.
Windows: https://forum.xda-developers.com/showthread.php?t=2588979
Linux/Mac: http://rootmygalaxy.net/install-adb-and-fastboot-on-mac-or-linux/
Here is the link for all OSs: http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378
Before you can Root or flash a Custom Rom you must flash the recovery:
You will need:
-Nvidia Family Drivers(Extract it in a folder of your choice): http://nvidiashieldzone.com/files/shieldtv/shieldfamilydriver.zip not working anymore, official link:
http://developer.download.nvidia.com/mobile/shield/SHIELD_Family_WHQL_USB_driver_201801.zip
-As many of you are experiencing problems with my previously mentioned TWRP 2.8.7.3 version I am replacing the link with the official TWRP Shield Tablet Download Site. Just take the newest stable version: https://dl.twrp.me/shieldtablet/ (Put the file into the ADB+Fastboot Folder)
-TWRP 2.8.7.3 Recovery(Put the file into the ADB+Fastboot Folder): Download URL: https://www.androidfilehost.com/?fid=24269982087009777
Developer Post: http://forum.xda-developers.com/shi...recovery-twrp-2-8-7-0-touch-recovery-t3257172
Install the Drivers
Connect your Tablet to your PC
Windows:
Open your Device Manager
If there Is a device with a yellow ! klick on it and update the Drivers Manually(select the Folder where you extracted the Family Divers)
Linux:
You don't need any drivers
(For every fastboot command in ADB+Fastboot you will need a "sudo" in front of it...)
Mac:
You also don't need any drivers
(For every fastboot command in ADB+Fastboot you will need a "./" in front of it...)
Flash Recovery
1. Open Minimal ADB and Fastboot
2. Type in
Code:
adb devices
if you get a long term of numbers and letters your drivers are correctly installed, If this command does not bring up a device, check your cable connection and/or update your drivers again.
3. Now you must enable developer options on your SHIELD Tablet K1
3.1 Go to your Setting, scroll all the way down and choose Info(or similar)
3.2 Tap seven times on the Build Number
3.3 Now go back and now there is a new menu point Developer Options
3.4 Open them and Enable USB Debugging
4. Now type
Code:
adb reboot bootloader
EDIT: 4.1 To enable the fastboot protocol, you must select "Fastboot mode" on the Tablet. After that type
Code:
fastboot devices
in order to check if fastboot is enabled.
5. Before you can do anything you must unlock the Bootloader
5.1 Type in
Code:
fastboot oem unlock
5.2 Follow the Instructions on the Terminal(On your tablet: press the volume down button and then the power button)
6. Now you are ready to flash the recovery
6.1 Type in
Code:
fastboot flash recovery twrp-x.x.x-x-shieldtablet.img
6.2 Wait until it is finished then navigate with the volume buttons through the Menu on your Tablet and choose the option recovery mod with you power button
7. You are now in a custom Recovery on this point you must decide what you want to do:
-Do you only want to root your Device
-Or do you want to install a custom rom
Custom Rom
If you want to be on the safe side you should consider wiping the /data partition (Troubleshoot section at the end of the Post)
1. You can access your tablet from your PC
2. Now move your Custom rom to your internal or SD Card Storage
2.1 Download your custom rom of your choice.
2.1.1 Cyanogenmod 12.1 (Android 5.1.1) and BlissPop v4.0.3 https://www.androidfilehost.com/?w=files&flid=150249
2.1.2 Cyanogenmod 13.0 (Android 6.0) https://androidfilehost.com/?w=files&flid=27600&sort_by=date&sort_dir=DESC
2.1.3 Nvidia Shield Tablet Resurrection ROM (Android 6.x) https://androidfilehost.com/?w=files&flid=60681&sort_by=date&sort_dir=DESC
2.1.4 BlissPop
2.2 Download Google Apps (Gapps) (ARM Device)
2.2.1 Android 5.1 http://opengapps.org/?api=5.1&variant=stock
2.2.2 Android 6.0 http://opengapps.org/?api=6.0&variant=nano
2.3 Download Nvidia Apps (You still need to install Nvidia Shield HUB from the Play Store)http://forum.xda-developers.com/shield-tablet/development/shield-apps-cyanogenmod-12-t3070116
3. In TWRP click on Backup and Swipe to Back Up
3.1 Now go to Wipe. For a dirty flash you will only need to wipe the Dalvik and Cache for a full wipe select Dalvik, System, Data, Cache
4. After it has finished Click on Install and choose the .zip of your Custom Rom
4.1 To install the Google Apps click on Add More Zips and select the GApps zip
4.2 And again click on Add More Zips and select nvsystemservices.zip
4.3 now you can Swipe to Confirm Flash
Root
Download the Latest Stabel SuperSU file: http://download.chainfire.eu/supersu-stable and copy it to the internal or SD Card Storage
For Android 7.0 (Nougat) the SuperSU r4 2.78 version is confirmed working.
1. Open Minimal ADB and Fastboot
2. Type in
Code:
adb reboot recovery
to enter the recovery mode
3. In TWRP click on Backup and Swipe to Back Up
4. After it has finished Click on Install and choose the UPDATE-SuperSU-v2.65-20151226141550.zip (or similar) and Swipe to Confirm Flash
5. Restart you Tablet and now a new App SuperSU is Installed
Xposed Framework
Download the Xposed Framework Zip file, take the newest version:
(The Shield Quad Core has a 32 bit arm architecture, so you need the framework for arm)
SDK21 for Android 5.0: http://dl-xda.xposed.info/framework/sdk21/arm/
SDK22 for Android 5.1: http://dl-xda.xposed.info/framework/sdk22/arm/
SDK23 for Android 6.0: http://dl-xda.xposed.info/framework/sdk23/arm/
and the apk: https://forum.xda-developers.com/attachment.php?attachmentid=3921508&d=1477916609
and move them to you Tablet.
Developer Thread (for the uninstaller): https://forum.xda-developers.com/showthread.php?t=3034811
Go to Recovery with Root
1. Now that you have root you don't need you PC anymore. Go to the Play store and download Quick Boot
2. Open Quick Boot and klick on Recovery
3. Allow Root rights and the Tablet should boot into recovery
Go to Recovery without Root
1. Shut down your Tablet
2. Press and hold the Vol down button and the Power button until the Bootloader screen appears
3. Navigate with the volume buttons through the Menu on your Tablet and choose the option recovery mod with you power button
Install Xposed Framework
1. In the TWRP Recovery (Optionally you can make a Backup) select Install and choose the xposed-v80-sdk22-arm.zip file
2. When you get an Error let me know
3. Now Restart you Tablet and install the .apk file normally
4. In the App Press Framework and now there should be a green writing saying: Xposed Framework version 80 is active
5. Here is a list of very useful programs for the Xposed Framework: http://forum.xda-developers.com/android/general/best-xposed-modules-android-t3103027
Please Leave a post if you are getting errors or something isn't clearly explained! And if I could help you, consider giving me a Thanks
Troubleshoot
If you are stuck in a Bootloop:
Without data loss(e.g. when you installed Xposed framework zip and its stuck in a bootloop)
1. flash the stock rom boot image BUT ONLY IF YOU DONT USE A CUSTOM ROM (it will probably loose root). go to https://developer.nvidia.com/gameworksdownload#?search=SHIELD Tablet K1&tx=$additional,shield and download the latest NVIDIA SHIELD Tablet K1 Recovery OS Image
2. Unpack the zip file and flash it to your Tablet
Code:
fastboot flash boot boot.img
If something went wrong while flashing a custom rom (after that you will need to flash the custom/stock rom again)
wipe the /data partition. It could be encrypted from the previous rom. Be aware that you need to reinstall the rom, therefore loose all your data. Troubleshot guide by agentbob123
-Toby
Credits:
@xsquid mac support
@agentbob123 suggestion to mention to wipe the /data partition as a solution for being stuck in a bootloop
@champs777 suggested the newest TWRP
@grävling mentioned importance of waiting until the recovery flash is finished
Toby9 said:
Hello Guys,
At first a litte background story:
I bought the Tablet 3 Month ago. I have got the Update to Android 6.0 in January and unfortunately i applied it.
So If you don't want to apply a custom rom do not update to 6.0, because 5.1.1 is much better.
Ok, so let's get started:
I am not responsible if anything goes wrong.
At first you must install Minimal ADB and Fastboot on your PC/Laptop/Mac.
Here is the link for all OSs: http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378
Before you can Root or flash a Custom Rom you must flash the recovery:
You will need:
-Nvidia Family Drivers(Extract it in a folder of you choice): http://nvidiashieldzone.com/files/shieldtv/shieldfamilydriver.zip
-TWRP 2.8.7.3 Recovery(Put the file into the ADB+Fastboot Folder):
Download URL: https://www.androidfilehost.com/?fid=24269982087009777
Developer Post: http://forum.xda-developers.com/shi...recovery-twrp-2-8-7-0-touch-recovery-t3257172
Install the Drivers
Connect your Tablet to your PC
Windows:
Open your Device Manager
If there Is a device with a yellow ! klick on it and update the Drivers Manually(select the Folder where you extracted the Family Divers)
Linux:
You dont need any drivers
(For every fastboot command in ADB+Fastboot you will need a sudo in front of it...)
Mac:
2016/02/16 Please leave a post if you how to do this
1. Open Minimal ADB and Fastboot
2. Type in
Code:
adb devices
if you get a long term of numbers and letters your drivers are correctly installen, If this command does not bring up a device, check your cable connection and/or update your drivers again.
3. Now you must enable developer options on your SHIELD Tablet K1
3.1 Go to your Setting, scroll all the way down and choose Info(or similar)
3.2 Tap seven times on the Build Number
3.3 Now go back and now there is a new menu point Developer Options
3.4 Open them and Enable USB Debugging
4. Now type
Code:
adb reboot bootloader
5. Before you can do anyting you must unlock the Bootloader
5.1 Type in
Code:
fastboot oem unlock
5.2 Follow the Instructions on the Terminal(On your tablet: press the volume down button and then the power button)
6. No you are ready to flash the recovery
6.1 Type in
Code:
fastboot flash recovery twrp-2.8.7.3-shieldtablet.img
6.2 Wait until it is finished then move with the volume buttons through the Menu on your Tablet an choose the option recovery mod with you power button
7. You are now in a custom Recovery on this point you must decide what you want to do:
-Do you only want to root your Device
-Or do you want to install a cutom rom
Custom Rom
1. You can access your tablet on your pc
2. Now move your Custom rom to your internal or SD Card Storage
2.1 Download your custom rom of your choice. I decided to use Cyanogenmod 12.1 (Android 5.1.1) http://forum.xda-developers.com/shi...-cyanogenmod-12-shield-tablet-lte-na-t3055043
2.2 Download Google Apps (Gapps) (ARM Device) http://opengapps.org/?api=5.1&variant=stock
2.3 Download Nvidia Apps (You still need to install Nvidia Shield HUB from the Play Store)http://forum.xda-developers.com/shield-tablet/development/shield-apps-cyanogenmod-12-t3070116
3. In TWRP click on Backup and Swipe to Back Up
4. After it has finished Click on Install and choose the .zip of your Custom Rom
4.1 To install the Google Apps click on Add More Zips an select the GApps zip
4.2 And again click on Add More Zips and select nvsystemservices.zip
4.3 now you can Swipe to Confirm Flash
Root
Download the Latest Stabel SuperSU file: http://download.chainfire.eu/supersu-stable and copy it to the internal or SD Card Storage
1. Open Minimal ADB and Fastboot
2. Type in
Code:
adb reboot recovery
to enter the recovery mode
3. In TWRP click on Backup and Swipe to Back Up
4. After it has finished Click on Install and choose the UPDATE-SuperSU-v2.65-20151226141550.zip (or similar) and Swipe to Confirm Flash
5. Restart you Tablet and now a new App SuperSU is Installen
Please Leave a post if you are getting errors or someting isn't clearly explaned!
-Toby
Click to expand...
Click to collapse
My tablet just keeps rebooting to the lock screen whenever I try to go to recovery mode... Somehow twrp doesn't stick... It did when I was on Lollipop. I have already tried to flash the recovery, do a full reboot before trying to get in twrp but without success.
On mac
You dont need any drivers
(For every fastboot command in ADB+Fastboot you will need a ./ in front of it...)
example being ./fastboot oem unlock
xsquid said:
On mac
You dont need any drivers
(For every fastboot command in ADB+Fastboot you will need a ./ in front of it...)
example being ./fastboot oem unlock
Click to expand...
Click to collapse
Thank you I added this in guide
nielsscholte said:
My tablet just keeps rebooting to the lock screen whenever I try to go to recovery mode... Somehow twrp doesn't stick... It did when I was on Lollipop. I have already tried to flash the recovery, do a full reboot before trying to get in twrp but without success.
Click to expand...
Click to collapse
Try other TWRP versions like 2.8.7.0 or 2.8.7.1 i think the 3.0.0.0 is for Andoid 6.0 devices so if you are currently in the newest version of the Android OS try this one out
The 3.0 versionof TWRP was unstabel on my device so you should flash it wipe the storage and flash one of the older ones
nielsscholte said:
My tablet just keeps rebooting to the lock screen whenever I try to go to recovery mode... Somehow twrp doesn't stick... It did when I was on Lollipop. I have already tried to flash the recovery, do a full reboot before trying to get in twrp but without success.
Click to expand...
Click to collapse
3.0.0.0 wasn't out yet when I did mine but it was doing the same thing and this worked perfectly:
fards said:
Try deleting recoveryonboot.p in /system
Click to expand...
Click to collapse
Credit to fards.
xsquid said:
3.0.0.0 wasn't out yet when I did mine but it was doing the same thing and this worked perfectly:
Credit to fards.
Click to expand...
Click to collapse
How can I remove this file without root ?
SonicDBZFan07 said:
How can I remove this file without root ?
Click to expand...
Click to collapse
Try your normal command line for flashing recovery except change flash to boot. It doesn't flash it, just boots to it.
In other words, if you are using:
1. Fastboot Flash recovery recoveryname.img
Do instead:
2. Fastboot boot recovery recoveryname.img
While in recovery (make sure the supersu zip is on the sd card or wherever you normally flash files from first) flash supersu. You should now be rooted but without a recovery.
Go then to delete the file and then reboot, flash the recovery as normal (#1), reboot and then it should be good to go. It was for me.
rooted device no need to unlock bootloader it will unlock for ittself
just go to playstore and dowload twrp manager
choose the name of your device
and choose one of the two versions available
for shield tablet the version 3.0.0.0 doesnt work well it spilts the screen but wthe other version Works great
the link is twrpmanager on play.google
this way you dont need to connect your tablet to your pc
Great work!
Thank you for the awesome guide. Besides deleting the TegraOTA apk, is there any other app/service that I should disable to prevent OTA updates?
Followed the guide after screwing my device up with official firmware. Thanks for nothing Nvidia, why are you offering OTA that cause the device to stop working correctly.
Nothing happened other than appearing to boot itself to the "powered by android" (kernel) screen over and over.
Held down power + volume UP ...
And it factory reset itself.
Somehow.
Did I mention that Nvidia is a terrible company?
Edit: Fixed using TWRP v3.0.0 - this guide should be updated to reflect this particuarly as people who screw their device up after trusting Nvidia OTA MM will be using it.
diji1 said:
Followed the guide after screwing my device up with official firmware. Thanks for nothing Nvidia, why are you offering OTA that cause the device to stop working correctly.
Nothing happened other than appearing to boot itself to the "powered by android" (kernel) screen over and over.
Held down power + volume UP ...
And it factory reset itself.
Somehow.
Did I mention that Nvidia is a terrible company?
Edit: Fixed using TWRP v3.0.0 - this guide should be updated to reflect this particuarly as people who screw their device up after trusting Nvidia OTA MM will be using it.
Click to expand...
Click to collapse
I'm sorry that you had that problem but this guide is a general guide and not an screw nvidia (besides they are awesom giving us a really good tablet for 200 Buck, but jea?) guide. TWRP v3.0.0 has his bugs so generally when you have finished deleting the stock rom you should flash TWRP 2.8.7.3 works the most stabel.
Trafalgar Square said:
Great work!
Click to expand...
Click to collapse
Thanks, i appreciate that
Add TWRP to M image (Shield 1.1)
Folks,
Just received Nvidia Shield K1 and OTA immediately upgraded it to M (Shield 1.1) and I unlocked bootloader no problem. However when I go to flash or temp boot twrp 2.x or 3.x it flashes OK, but when I reboot (either via fastboot or hard off/start to recovery manually) it appears it is overwriting the recovery partition and it just boots normally.
Is there a limitation to flashing twrp bootloader in M, and do I have to downgrade to L to flash recovery partition?
I seem to be happy w/ stock (limited stick time), I just want to root at this point and install my favs. Once I get this running will supersu pro preserve root, or do I need to turn off nvidia OTA process.
Also I see optimization for chrome, does this do anything X1 optimizations)?
Thanks
psychic99 said:
Folks,
Just received Nvidia Shield K1 and OTA immediately upgraded it to M (Shield 1.1) and I unlocked bootloader no problem. However when I go to flash or temp boot twrp 2.x or 3.x it flashes OK, but when I reboot (either via fastboot or hard off/start to recovery manually) it appears it is overwriting the recovery partition and it just boots normally.
Is there a limitation to flashing twrp bootloader in M, and do I have to downgrade to L to flash recovery partition?
I seem to be happy w/ stock (limited stick time), I just want to root at this point and install my favs. Once I get this running will supersu pro preserve root, or do I need to turn off nvidia OTA process.
Also I see optimization for chrome, does this do anything X1 optimizations)?
Thanks
Click to expand...
Click to collapse
After you flash twrp reboot to recovery. I may be wrong, but I think the stock ROM overwrites the custom recovery at reboot. If you reboot to twrp first after flash, twrp will disable this.
Sent from my SHIELD Tablet K1 using Tapatalk
Rooting
Hi everyone,
Yesterday got my new Nvidia Shield Tegra K1 and upon using it I noticed it's a great tablet for it's price range and will do my job easier while flying my Phantom 4. To be honest it's seems very stable and solid but was thinking about rooting it. I have some questions regarding the process wince I haven't rooted anything since my HTC Fire, log time ago that was. What are the benefits of rooting this device ? Will I still be able to update the Shield with its official updates ? Will I be able to roll back to an unrooted tablet should I need too ? I wasn't planning on flashing a custom rom but if I'll do what are the pros and cons of doing so ? I know that maybe searching this forum I would find all the answers needed but since there is so much information and threads I'm lost as from were to start from.
Would be nice to guide me about how to properly root my device with all the necessary links. My tab is running on Android 6.0.
I thank you so much guys for the hard work you all do in providing such information. I know it takes a lot of time and patience.
I just got a Shield K1. I like it a lot but I wanted to root it. Then I saw how confusing it is to distinguish between it and the previous model. My guess is whatever is out there that says Shield Tablet means the old one not the K1. I also updated mine to MM cause I'm using and 128GB micro sd card for internal storage. I guess I'll just have to wait until more support comes out for this tablet such as a stable TWRP 3.0 Recovery and the ability to gain root access and custom ROMs like CM 13.
do you recommed to install all OTAs before install custom recovery and custom roms or is it better to install twrp-2.8.7.1 out of the box and then go for the custom stuff ?
I would install all updates to get the latest bootloader. Do not install twrp 2.8.7.1. Install the official 3.0.x from the official site.

[RECOVERY] [TWRP 3.0.0-0] for Vodafone Smart Prime 6

Hello guys.
I have successfully ported TWRP 3.0.0-0 for our Smart Prime 6.
It's 100% working !!
There are NO BUGS !! :good:
DOWNLOAD
NEW LINK: DOWNLOAD
________________________________________
How to install​​
Via app:
1) Download TWRP 3.0.0-0 from the link above and place it on internal storage of your phone.
2) Download Flashify app from Google Play Store.
3) Open Flashify app.
4) Grant root permissions.
5) Click "Recovery image" and then click "Choose a file"
6) Navigate to the folder where you placed TWRP 3.0.0-0 and choose the .IMG file.
7) Press "Yup!" button and wait.
8) After a while the phone will require reboot. So click "reboot" button.
9) Phone will reboot and automatically boot into TWRP, so you can press reboot to system.
10) Enjoy!
Special thanks to Oneb1t for modded .fstab file! :highfive:
edit: you can use Flashfire app too instead of Flashify, but it's not recommended, because the latest version of the Flashfire app is not flashing properly.
Brilliant! Thank you so much! Do you know any custom ROM what is better than the factory ROM?
There is no custom ROM for this phone yet.
But I'm trying to make LITE ROM.
Adreno306™ said:
There is no custom ROM for this phone yet.
But I'm trying to make LITE ROM.
Click to expand...
Click to collapse
Do you think it's easier/possible to adapt a ROM from a similar device like say, the Alcatel
Pop 2 (5) Premium ? I don't know if there's any ROM for that phone tho, but since it's branded as Alcatel you might get more support from the community here than by using Vodafone's name.
Hello, Demonlord6.
I have tried to make a stock flashable ROM via dumping the system folder and the boot.img file, but without success.
It does not boot properly.. when I tried to flash it without dalvik/system wipe everything was as before.
When I tried to wipe /system and dalvik first and then flash the ROM, it causes bootloop.
So now I'm trying to fix this issue..
I don't know where the problem is.
So when this issue will be solved I will try to build a ROM from Alcatel phones with same specs.
Adreno306™ said:
Hello, Demonlord6.
I have tried to make a stock flashable ROM via dumping the system folder and the boot.img file, but without success.
It does not boot properly.. when I tried to flash it without dalvik/system wipe everything was as before.
When I tried to wipe /system and dalvik first and then flash the ROM, it causes bootloop.
So now I'm trying to fix this issue..
I don't know where the problem is.
So when this issue will be solved I will try to build a ROM from Alcatel phones with same specs.
Click to expand...
Click to collapse
Hey, Andreno306
I don't know much about Rom's in that level of expertise I'm afraid :/ but I did some digging and came across this simple tutorial on XDA:
http://forum.xda-developers.com/showthread.php?t=2387941
I imagine it does not work for every single device out there, at least not with modifying stuff after, but it might be a good starting point I think, in fact I would try to actually make one myself had I a working PC currently at home. But even if I did I had no way of testing it because this is currently my daily driver phone.
Just wanted to say that I'm also very interested in getting a slim ROM for this device. I can't offer any expertise I'm afraid! Just wanted to show that there are people interested in your project.
:highfive:
Stock Kernel
Thanks, it works great.
This is little off-topic but does anyone has the stock kernel, i flashed NeoKernel but it is not that good and i forgot to make a backup do can anyone please link me to the stock kernel?
vojta_horanek said:
Thanks, it works great.
This is little off-topic but does anyone has the stock kernel, i flashed NeoKernel but it is not that good and i forgot to make a backup do can anyone please link me to the stock kernel?
Click to expand...
Click to collapse
I have one
https://mega.nz/#!tMJD3B4T!f6m2ELYCVupqGCcN2aGbkrNzEqijLu7au-7usEfeVL0
But I recommend to restore it with the flashify app, because that's how the backup was made.
If, for some reason, you don't/can't restore it, then you can always try Sugar on the PC which basically restores everything to factory settings (recovery, kernel, etc, it all gets reset)
Demonlord6 said:
I have one
But I recommend to restore it with the flashify app, because that's how the backup was made.
If, for some reason, you don't/can't restore it, then you can always try Sugar on the PC which basically restores everything to factory settings (recovery, kernel, etc, it all gets reset)
Click to expand...
Click to collapse
Restored and my phone keeps turning off after boot(once i saw the turn off screen, other times it just vibrates at boot screen), isnt it the wrong file? (flashed wia flashify)
I was able to restore the boot from TWRP (lucky i made a backup this time)
vojta_horanek said:
Restored and my phone keeps turning off after boot(once i saw the turn off screen, other times it just vibrates at boot screen), isnt it the wrong file? (flashed wia flashify)
I was able to restore the boot from TWRP (lucky i made a backup this time)
Click to expand...
Click to collapse
Sorry there about the bootloop but glad u could restore it from TWRP, maybe it was because we have different ROM versions ?
Demonlord6 said:
Sorry there about the bootloop but glad u could restore it from TWRP, maybe it was because we have different ROM versions ?
Click to expand...
Click to collapse
I got this one: http://www.needrom.com/download/vodafone-smart-prime-6-vf-895n-debloatedclean-stock/#
vojta_horanek said:
I got this one: http://www.needrom.com/download/vodafone-smart-prime-6-vf-895n-debloatedclean-stock/#
Click to expand...
Click to collapse
Yeap, that's not the same version as my ROM, mine is not 130FNN etc. Maybe that's why it didn't work
Enviado do meu GT-S5280 através de Tapatalk
Sorry for the stupid question but... does it works on Smart Prime 7 too?
Has anyone installed that linked ROM? It seems to be what we are looking for... a slim debloated rom.
I presume we need to be rooted, install this TWRP, then flash that ROM?
It mentions unlocking the bootloader, I dont think I've seen any info anywhere about unlocking the bootloader.
Can anyone give a quick lowdown on all the steps required to install that ROM please?
Hi everyone, I discovered that Elephone Trunk and Smart Prime 6 have (almost) identical specs: https://www.devicespecifications.com...ison/c584481c6
So it would be great to "port" (or build ?) the official Nougat-OmniROM for Trunk to VF-895N: http://dl.omnirom.org/trunk/
Last but not least, here's official Vodafone Smart Prime 6 sources: Vodafone_Smart_prime_6_20150413.tar.xz
TWRP for vodafone smart max 4 990N (coolpad 8890u).
I tried this recovery image for vodafone smart max 4 990N (coolpad 8890u).
The phone is in a bootloop state. I think i have usb debugging enabled already.
So, in fastboot mode i can see the device in my pc in adb fastboot cmd.
Im trying to ''fastboot boot recovery.img" but it stops in ''booting..''.
Dont know whats the problem but for sure i can not find a specific twrp image for this device.
If i enter fastboot oem device-info it says ''(bootloader) Device unlocked: true''.
Any ideas ?
hi i was wondering if you could share how you did this or if you can make one for the Vodafone smart n9 (VFD720) it would help a lot of people out looking for this
Needed to root a Vodafone Smart Prime 6 (VF 895N) (got it from a friend because it became unresponsive from all the updated google play stuff ) to get linux-deploy running. Just wanted to leave a big thank you here for Adreno306 for his TRWP 3.0.0-0. it did the job very well!
Only the procedure to get it installed differed quite a bit for me, since Flashify is no longer available.
I wanted to preserve boot and just flash trwp to recover, what worked quite well.
The first thing I did was to boot the phone manually in recovery mode (Power+Vol up) and reset it to factory settings from there. It takes a little while. Then follow the setup, go to phone settings, enable developer mode and set usb debugging. If "unlock oem" is not available there, reboot into recovery again, set unlock there and reboot into bootloader.
The prerequisites are adb and fastboot, both must work. Means adb devices and fastboot devices must show the phone. What can make problems under win10 as it sometimes does not detect the phone in bootloader mode. An actual google usb driver is needed, as provided by google.
For me adb worked well, but when rebooted into bootloader with adb reboot bootloader, fastboot didnt detect the phone. With the phone still connected, the windows device manager showed an unknown device with and exclamation mark (!). Right click, install driver, select driver manually, select driver from device list, mark all devices (first entry) and click "disk", then point to the usb driver director and select "ADB fastboot driver". ( A more comprehensive description is available here )
Once adb and fastboot detect the device, it is time to prepare it. Boot to system (normal operation) first. Make sure that the TRWP 3.0.0-0.img is renamed to trwp.img and then
adb reboot bootloader
fastboot devices
fastboot oem unlock
fastboot boot trwp.img
Now the phone should show the trwp menu, set it up to root the phone and install SuperSU. Reboot into bootloader and
fastboot flash recovery trwp.img
fastboot reboot
Verify with adb reboot recovery, you should see trwp now. Reboot to system.
Now finally go into the app selector, start SuperSU, and root the phone. SuperSu uses trwp recovery mode to install its image and root is done.
Again, big thanks for providing the TRWP image!
Adreno306™ said:
Hello guys.
I have successfully ported TWRP 3.0.0-0 for our Smart Prime 6.
It's 100% working !!
There are NO BUGS !! :good:
DOWNLOAD
NEW LINK: DOWNLOAD
________________________________________
​How to install​
​
Via app:
1) Download TWRP 3.0.0-0 from the link above and place it on internal storage of your phone.
2) Download Flashify app from Google Play Store.
3) Open Flashify app.
4) Grant root permissions.
5) Click "Recovery image" and then click "Choose a file"
6) Navigate to the folder where you placed TWRP 3.0.0-0 and choose the .IMG file.
7) Press "Yup!" button and wait.
8) After a while the phone will require reboot. So click "reboot" button.
9) Phone will reboot and automatically boot into TWRP, so you can press reboot to system.
10) Enjoy!
Special thanks to Oneb1t for modded .fstab file! :highfive:
edit: you can use Flashfire app too instead of Flashify, but it's not recommended, because the latest version of the Flashfire app is not flashing properly.
Click to expand...
Click to collapse
Hi, I would like to try your tutorial but I can't root this phone (which is an important step in the tutorial), is there any way someone could help me??
Thanks

HELP/REQ: Asus Zenfone Selfie ZD551KL (STOCK RECOVERY)

Model Number : Asus_Z00UD
Android Version: 5.0.2
Firmware: WW_1.15.40.1 238_20160305
Hi guys! Im a newbie here..
Anyway can anyone here help me, i need the stock recovery file.. sorry guys im not professional in repairing my phone. If you can provide me also with tutorial on how to get rid on how to remove TWRP and change to stock recovery. Because im planning to manually update my firmware. Any help would be appreciated.
Thanks
I'm also interested in a stock rom.
I would come back from CM to original stock.
https://forum.xda-developers.com/ze...recovery-stock-recovery-img-boot-img-t3409505
Alexsand3r said:
I'm also interested in a stock rom.
I would come back from CM to original stock.
Click to expand...
Click to collapse
Hi Mate,
Try this
Steps:
Befere starting check if phone is WW-SKU version before proceed.....
1. Download official ZD551KL firmware 1.15.40.1582 then copy or put it on your SDCARD(http://dlcdnet.asus.com/pub/ASUS/Ze...-user.zip?_ga=1.186470891.31546527.1465388898).
2. Download Flashtools + stock recovery (ww-sku version) extract on windows desktop or any pc location(http://www.mediafire.com/download/u5qnt06nj2n0rex/FlashTools.7z)
3. Turn-on phone USB Debugging mode
4. Plugin phone into your PC/Laptop
5. Open Flashtools folder, then double-click Stock-recovery.bat
6. Wait phone to boot into recovery mode
7. select wipe data/factory reset & wipe cache partition
8. select apply update from sdcard, then select the firmware you downloaded
9. wait till finish/complete firmware flashing, then reboot system.
If it works Let me Know...

Updating Asus Zenfone 3 Zoom ZE553KL by TWRP : some errors and difficulties

From the first time i was not able to upgrade my phone to another new version of Android.
The phone was bought on chinese store with Android version : WW V10.40.47.107 (Android MM)
When i checked availability of new versions, phone showed me no result available.
Then following instructions i unlocked bootloader and then install TWRP as recovery system.
I tried to install updates of ROM downloaded from Asus website using this methods with this results :
installing by TWRP with ROM transfered to internal memory of phone KO
installing by "ADB sideload" command KO
I partially resolved after many attempts updating only to Version V11.41.87.2 (Android MM)
I solved in this way :
i used TWRP installing from file transfered directly in microSD
i extracted from zipped file "updater-script" file that is possible to find in the following folder path :
META-INF > com > google > android
and then deleted this rows :
(!less_than_int(1494697617, getprop("ro.build.date.utc"))) || abort("Can't install this package (2017年 05月 14日 星期日 01:46:57 CST) over newer build (" + getprop("ro.build.date") + ").");
.....
getprop("ro.build.asus.sku") == "WW" || abort("Please use the right SKU for updating...");
.....
and then save file extracted and compress into zip file.
During TWRP install process i got some error updates, it seems connected to System folder/partition update
but at the end i was able to update Android to my phone
I tried to do the same method with an other update Version V20.32.67.25 i got a corrupted System folder/partition
It seems essential to update this phone to use original recovery system. Can anyone give it to me?
Or is there someone who has been able to install updates using TWRP without any error ?
Also after installation I wiped the Boot, System, Data, Cache partitions and then I restored from Nandroid backup done by TWRP.
But the phone did not start at the reboot.
I then had to reinstall the update with the method described above to get the working phone back
Why did Nandroid backup with TWRP not correctly restore the phone?
Many thanks to anyone can help me
https://forum.xda-developers.com/showthread.php?p=72448182
There is a link to a rom in this post. In that zip you will find recovery.img. Flash it with adb, like you flashed twrp.
Then you can flash the last M official rom, and subsequently the first and last N roms.
That's the way I did it. I had to end up wiping data, to make it work correctly.
I'm also looking for a Nougat recovery.img.
I wouldn't like to go thru all the process again if there is another update.
Good luck.
Sent from my ASUS_Z01HD using Tapatalk
betche99 said:
https://forum.xda-developers.com/showthread.php?p=72448182
There is a link to a rom in this post. In that zip you will find recovery.img. Flash it with adb, like you flashed twrp.
Then you can flash the last M official rom, and subsequently the first and last N roms.
That's the way I did it. I had to end up wiping data, to make it work correctly.
I'm also looking for a Nougat recovery.img.
I wouldn't like to go thru all the process again if there is another update.
Good luck.
Sent from my ASUS_Z01HD using Tapatalk
Click to expand...
Click to collapse
I already downloaded that file but i didn't find any recovery.img file inside.
I try again
Many thanks :good::good::good:
johnjohnmel said:
I already downloaded that file but i didn't find any recovery.img file inside.
I try again
Many thanks :good::good::good:
Click to expand...
Click to collapse
i think you need flash full firmware bro ,
1. Download newer version firmware
2. You need Convert system.New.DAT to system.img
3. Move system.img and boot.img to minimal adb & fastboot folder
4. Open minimal adb & fastboot
5. Flash boot.img and system.img
halim_wijaya58 said:
2. You need Convert system.New.DAT to system.img
Click to expand...
Click to collapse
Hi Halim
Can I change *.DAT to *.img? or I should convert DAT to IMG with special app.?
Hi all.
I have the same room and can't seem to upgrade to N does anyone have a solution?
halim_wijaya58 said:
i think you need flash full firmware bro ,
1. Download newer version firmware
2. You need Convert system.New.DAT to system.img
3. Move system.img and boot.img to minimal adb & fastboot folder
4. Open minimal adb & fastboot
5. Flash boot.img and system.img
Click to expand...
Click to collapse
Just to let you know I did this then downloaded each update from Asus website. You have to do it in order ie newest MM to oldest N to newest N. Takes a lot of time but it works. I now have N on my phone.
Thanks everyone for all your help.
mikejasonsmith said:
Just to let you know I did this then downloaded each update from Asus website. You have to do it in order ie newest MM to oldest N to newest N. Takes a lot of time but it works. I now have N on my phone.
Thanks everyone for all your help.
Click to expand...
Click to collapse
Boss, I have Asus Zenfone 3 Zoom. I want to update Android nougat. Please help me . Already I unlocked bootloader and convert CN to WW Rom ........
Please help me ....... Please help me....... Please help me
???
---------- Post added at 12:13 PM ---------- Previous post was at 12:10 PM ----------
mikejasonsmith said:
Just to let you know I did this then downloaded each update from Asus website. You have to do it in order ie newest MM to oldest N to newest N. Takes a lot of time but it works. I now have N on my phone.
Thanks everyone for all your help.
Click to expand...
Click to collapse
Boss, I have Asus Zenfone 3 Zoom. I want to update Android nougat. Please help me . Already I unlocked bootloader and convert CN to WW Rom ........
Please help me ....... Please help me....... Please help me
???
Dear boss , please give me Asus Zenfone 3 Zoom Nougat flashable Rom or any easy solutions........
???
After 11 hours trying out finally solved!!!
I originally just wanted to do a factory reset, and swiped then not only data/cache, but unfortunally - because of lack of expirience - also system partition. After that all the problems occured like described above and partitionally in https://forum.xda-developers.com/zenfone-3/help/unbricking-zenfone-3-ze552kl-dm-verity-t3563970 (there was no OS anymore, twrp warned me this every time I wanted to power off, but I couldn't install the firmware again through fastboot neither through twrp -> install zip; have got error 7 or 6).
Afer a lot of fears and hours of trying aroud possibilities above as well as ideas from articles here:
https://forum.xda-developers.com/zenfone-3/help/unbricking-zenfone-3-ze552kl-dm-verity-t3563970
https://www.getdroidtips.com/v20-31-49-2-nougat-asus-zenfone-3-zoom/
https://forum.xda-developers.com/ze...om-ze553kl-t3612990/post72448182#post72448182
https://forums.oneplus.net/threads/twrp-failed-to-mount-system-invalid-argument.508967/
https://android.stackexchange.com/questions/165370/restoring-system-partition-in-twrp
https://4pda.ru/forum/index.php?showtopic=810939&st=240#entry63616813
I have finally founded a solution!!! This is in FIRSTLY restoring original recovery and just then flashing the stock ROM. Here the steps to do for it:
a.) Download original stock rom (raw-version!) from https://cloud.mail.ru/public/HuMJ/wEybSNsQA (raw is to flash through AFT - asus flash tool) or from any other source you can find online; official name seems to be "WW-ZE553KL-20.31.49.2-MR2-user-20170620235128-release_raw.zip"
b.) Exctract and move recovery.img to your adb-folder on PC
c.) Boot your phone into fastboot/boot mode, connect to PC through USB-Cable
d.) Run cmd in adb folder, then type in the command "fastboot flash recovery recovery.img"
e.) Reboot and choose recovery mode - now you have no twrp anymore, but the original recovery menue
f.) Install update, which means, original stock from your sd-card.
Be happy!
It would be nice if you could give me feedback, whether my solution was helpful for you, because it took time to write it and hope it will usefull
figulus said:
I originally just wanted to do a factory reset, and swiped then not only data/cache, but unfortunally - because of lack of expirience - also system partition. After that all the problems occured like described above and partitionally in https://forum.xda-developers.com/zenfone-3/help/unbricking-zenfone-3-ze552kl-dm-verity-t3563970 (there was no OS anymore, twrp warned me this every time I wanted to power off, but I couldn't install the firmware again through fastboot neither through twrp -> install zip; have got error 7 or 6).
Afer a lot of fears and hours of trying aroud possibilities above as well as ideas from articles here:
https://forum.xda-developers.com/zenfone-3/help/unbricking-zenfone-3-ze552kl-dm-verity-t3563970
https://www.getdroidtips.com/v20-31-49-2-nougat-asus-zenfone-3-zoom/
https://forum.xda-developers.com/ze...om-ze553kl-t3612990/post72448182#post72448182
https://forums.oneplus.net/threads/twrp-failed-to-mount-system-invalid-argument.508967/
https://android.stackexchange.com/questions/165370/restoring-system-partition-in-twrp
https://4pda.ru/forum/index.php?showtopic=810939&st=240#entry63616813
I have finally founded a solution!!! This is in FIRSTLY restoring original recovery and just then flashing the stock ROM. Here the steps to do for it:
a.) Download original stock rom (raw-version!) from https://cloud.mail.ru/public/HuMJ/wEybSNsQA (raw is to flash through AFT - asus flash tool) or from any other source you can find online; official name seems to be "WW-ZE553KL-20.31.49.2-MR2-user-20170620235128-release_raw.zip"
b.) Exctract and move recovery.img to your adb-folder on PC
c.) Boot your phone into fastboot/boot mode, connect to PC through USB-Cable
d.) Run cmd in adb folder, then type in the command "fastboot flash recovery recovery.img"
e.) Reboot and choose recovery mode - now you have no twrp anymore, but the original recovery menue
f.) Install update, which means, original stock from your sd-card.
Be happy!
It would be nice if you could give me feedback, whether my solution was helpful for you, because it took time to write it and hope it will usefull
Click to expand...
Click to collapse
Boss,
This solutions can work with ASUS ZENFONE 3 ZOOM.........???
I have ZenFone 3 zoom. Already I successfully convert CN to WW Rom by following this introduction ... https://forum.xda-developers.com/zenfone-3-zoom/how-to/transfer-cn-rom-to-ww-rom-ze553kl-t3612990
But, I can't update android nougat any way. I convert system.new.dat to system.img...... And try to flash it but unfortunately that's not working......
Please help me .......:crying:
Yes, I did it with my Zenfone 3 Zoom (ze553kl). So, you have firstly to flash the original recovery - to find, as described, in the raw stock rom zip archive. Or, you can find all original recovery's also here: (not tested by myself) https://mega.nz/#F!p90wgAaY!l1JbJilmAUEKTKWu43pT9w
Copy recovery.img to adb-folder, then flash it in fastboot mode in the cmd with "fastboot flash recovery recovery.img". Also copy the original stock rom with Android N to your sd-card and put it into your phone.
Then reboot your phone into recovery - now you have no twrp anymore, but original recovery. Install now the zip with Android-N-stock-firmware from sd-card. Enjoy!
figulus said:
Yes, I did it with my Zenfone 3 Zoom (ze553kl). So, you have firstly to flash the original recovery - to find, as described, in the raw stock rom zip archive. Or, you can find all original recovery's also here: (not tested by myself) https://mega.nz/#F!p90wgAaY!l1JbJilmAUEKTKWu43pT9w
Copy recovery.img to adb-folder, then flash it in fastboot mode in the cmd with "fastboot flash recovery recovery.img". Also copy the original stock rom with Android N to your sd-card and put it into your phone.
Then reboot your phone into recovery - now you have no twrp anymore, but original recovery. Install now the zip with Android-N-stock-firmware from sd-card. Enjoy!
Click to expand...
Click to collapse
Boss ,
Thank you very much ...... Your solution absolutely excellent and work very well . I am very happy for your support . But unfortunately I found new problem on my phone ...... After update nougat a white line found on the display......
How can I solved it .......
Waiting for solution.......
Thanks again for your support ........
Glad to hear, that it worked for you as well. About white line I have no idea, but on other pages I have already seen somewhere, that other users also reported about this problem. Try to look at google "ze553kl update white line". You can also search a solution for ze552kl instead of ze553kl, because, as far as I know, the ze552kl (ZenFone 3, without "Zoom") is almost the same device, just with a little worse cam. Therefore, it seems to be longer on the market and to have more users, so there are also more solutions for problems which can occure to this device in the internet. Wish you a good luck!
figulus said:
I originally just wanted to do a factory reset, and swiped then not only data/cache, but unfortunally - because of lack of expirience - also system partition. After that all the problems occured like described above and partitionally in https://forum.xda-developers.com/zenfone-3/help/unbricking-zenfone-3-ze552kl-dm-verity-t3563970 (there was no OS anymore, twrp warned me this every time I wanted to power off, but I couldn't install the firmware again through fastboot neither through twrp -> install zip; have got error 7 or 6).
Afer a lot of fears and hours of trying aroud possibilities above as well as ideas from articles here:
https://forum.xda-developers.com/zenfone-3/help/unbricking-zenfone-3-ze552kl-dm-verity-t3563970
https://www.getdroidtips.com/v20-31-49-2-nougat-asus-zenfone-3-zoom/
https://forum.xda-developers.com/ze...om-ze553kl-t3612990/post72448182#post72448182
https://forums.oneplus.net/threads/twrp-failed-to-mount-system-invalid-argument.508967/
https://android.stackexchange.com/questions/165370/restoring-system-partition-in-twrp
https://4pda.ru/forum/index.php?showtopic=810939&st=240#entry63616813
I have finally founded a solution!!! This is in FIRSTLY restoring original recovery and just then flashing the stock ROM. Here the steps to do for it:
a.) Download original stock rom (raw-version!) from https://cloud.mail.ru/public/HuMJ/wEybSNsQA (raw is to flash through AFT - asus flash tool) or from any other source you can find online; official name seems to be "WW-ZE553KL-20.31.49.2-MR2-user-20170620235128-release_raw.zip"
b.) Exctract and move recovery.img to your adb-folder on PC
c.) Boot your phone into fastboot/boot mode, connect to PC through USB-Cable
d.) Run cmd in adb folder, then type in the command "fastboot flash recovery recovery.img"
e.) Reboot and choose recovery mode - now you have no twrp anymore, but the original recovery menue
f.) Install update, which means, original stock from your sd-card.
Be happy!
It would be nice if you could give me feedback, whether my solution was helpful for you, because it took time to write it and hope it will usefull
Click to expand...
Click to collapse
Very helpful, thanks!
I must've messed something up when I flashed TWRP.
TWRP ran fine, but when I tried to start it up, it stayed stuck at the Android logo.
Then errors popped up when I tried to install the stock rom through TWRP.
I never would've thought or had the guts to restore stock recovery first.
This should get its own thread.
Edit: I think my mistake was unchecking "Mount system partition read-only."
halim_wijaya58 said:
i think you need flash full firmware bro ,
1. Download newer version firmware
2. You need Convert system.New.DAT to system.img
3. Move system.img and boot.img to minimal adb & fastboot folder
4. Open minimal adb & fastboot
5. Flash boot.img and system.img
Click to expand...
Click to collapse
After many days i finally found enough time to try to use your tips.
I tried to convert system.New.DAT to system.img but without success using this program Autotool 3.0
http://www.droidviews.com/convert-and-extract-system-img-and-system-new-dat-files-on-windows/
After this attempt i used a ROM provided by chinese store to flash its content :
system.img
boot.img
recovery.img
Original recovery.img is essential to install other updates.
After that i tried to install other updates recognized directly starting by phone but always without success.
So i have had to install updates using original recovery tool.
Now i got Android 7.1.1 last version installed on my phone but it's impossible to use
TWRP recovery tool.
Obviously it's possible to install TWRP instead of original recovery tool and also possible to make a nandroid backup
but it's impossible to use it to install original ROMs released from Asus and it's not possible
to use to restore nandroid backups.
Is it eventually possible to use a custom ROM ? If it's, which one and possibly compatible with TWRP ?
i solved issue of update, but TWRP ?
halim_wijaya58 said:
i think you need flash full firmware bro ,
1. Download newer version firmware
2. You need Convert system.New.DAT to system.img
3. Move system.img and boot.img to minimal adb & fastboot folder
4. Open minimal adb & fastboot
5. Flash boot.img and system.img
Click to expand...
Click to collapse
After many days I finally found enough time to try to update my Asus Zenfone 3 Zoom to Android Nougat.
To solve the issue, I used an original Rom from the Chinese store because it contains useful files for purpose without any conversion:
boot.img
system.img
recovery.img
I flashed all 3 IMG files.
Recovery.img that it's necessary to get original recovery without which any update can be done.
You must use a microSD and the original recovery tool to be able to upgrade your system.
The problem is that it does not seem possible to use TWRP. It is possible to install it in place of the original recovery and you can do also a nandroid backup but in practice you can not use it to install any updates and restore any nandroid backups.
Is there a custom rom that you can use instead of the original one?
SUJAN SN HW said:
Boss,
This solutions can work with ASUS ZENFONE 3 ZOOM.........???
I have ZenFone 3 zoom. Already I successfully convert CN to WW Rom by following this introduction ... https://forum.xda-developers.com/zenfone-3-zoom/how-to/transfer-cn-rom-to-ww-rom-ze553kl-t3612990
But, I can't update android nougat any way. I convert system.new.dat to system.img...... And try to flash it but unfortunately that's not working......
Please help me .......:crying:
Click to expand...
Click to collapse
how did you convert the .dat to .img?
josejbs said:
how did you convert the .dat to .img?
Click to expand...
Click to collapse
Here's a link to the tool
https://forum.xda-developers.com/android/general/tools-extract-dat-t3467581

rr 7.1.2 without gapps/ recovery mode not possible

Hello xda developers this is my second thread sorry for the first one that i made yesterday, I am having a problem with my lenovo k4 note a7010a48
after rooting successfully I proceed to flash rr 7.1.2 but did not flash the gapps now my problem is how to go back on recovery mode to start over again
I already used the power button followed by the volume up down buttons but it is not working like before it is nougat. I only need to get to recovery mode. Please help and thankyou in advance. More power
Does u have root access now and which version of rr u flashed
yes the phone is rooted already and flashed with rr 7.1.2 only need to open recovery mode which is I have no idea
Contact in telegram app 9032015333 I will tell u
i dont know that or how to do that can you teach me please thank you
I have the same issue. Can't enter into recovery and the phone is unable to start.
Same Issue || Don't Know How To Fix
Hi,
I am searching for a possible solution from a day. But could not find a working solution.
After successfully flashing RR-N-5.8.5 (Android N)
Unable to go into recovery.
PROBLEM DESCRIPTION:
1. When Press Vol Up + Vol Down + Power Up
2. Recovery is not loading up
3. Instead it goes in boot loop
4. Normal boot mode and fast boot mode are working perfectly fine
SOLUTIONS TRIED:
1. Flashing recovery again using fastboot mode
2. Flashing different recovery, i.e updated version of recovery
As all recoveries which were available were for marshmallow version. I am not sure but have doubt as android version is updated so the kernel so do recovery also become obsolete in this case ?
Any help is welcome and appreciated
Thanks
---------- Post added at 05:18 PM ---------- Previous post was at 05:12 PM ----------
jaineshjain said:
Contact in telegram app 9032015333 I will tell u
Click to expand...
Click to collapse
Whole concept of this platform is sharing your knowledge
Don't you think it would be better if you discuss here itself ?
jaineshjain said:
Contact in telegram app 9032015333 I will tell u
Click to expand...
Click to collapse
Whole concept of this platform is sharing your knowledge
Don't you think it would be better if you discuss here itself ?
for fastboot mode and for recovery mode yes i tried it also but thats the problem no recovery mode. I will wait for the solution when it comes i will just store my phone for a while.
Hi Developers,
Is it possible to reset the phone at hardware level? I can't even connect the phone to PC as it keeps on rebooting.
Please note: upgraded to Nougat and wanted to do the second recovery as suggested by mohancm in the post. When the phone rebooted (before flashing the second recovery), the problem started.
Please let me know if any one has a fix/workaround for the issue.
Thanks,
Srihari
1.Download TWRP recovery unzip files.
https://drive.google.com/file/d/0B1CKVcdcbHFPUzFCODVMN0ZfTW8/view
2.Now in folder TWRP\img\ there is the file recovery.img.
3.Download the second recovery for nougat recovery-Nougat.img and put in the TWRP\img folder.
https://androidfilehost.com/?fid=673368273298981920
4.Rename it as the original, recovery.img and replace it.
5.Then connect your phone to usb and select the 3th option from usb debugging message
"Transfer photos(ptp)"
6.run TWRP_Install.bat from TWRP folder
And you are done, had the same problem and I figure this solution, hope it will help.
I cannot locate the transfer photos(ptp)
ok I already done the part I am now on the recovery mode thanks. new problem of mine is after flashing the rom gapps and recovery after reboot it goes back to recovery mode did I miss something on flashing?
ok so i already passed this problem thanks for the help xda community thank you very much but I have this bootloop problem maybe I did a mistake flashing before rebooting sorry i am a noob in this kind of upgrade specially in mobile phones. I will be careful next time after I passed this problem I hope you will help me once again, my phone in bootloop is killing me.
I have same issue... I flashed gapps and my phone is working smoothly... The issue is i can't go into recovery mode... I tried some one tap reboot to recovery apps but all whats happening is phone restarting normally.
For those who can't access recovery mode. You were supposed to flash updated recovery image after flashing rrn rom.
Enter into fastboot mode by using adb shell.
Flash the updated recovery image
Now try rebooting into recovery.
Should work.
Worst case, restore by flashing stock rom using SP flash tools. And then start all over again.
If you face any issues ping me. Even I had faced this issue and fixed it after a lot of struggle. I can try to help you.
Or you could download Official Twrp App directly from play store, then find A3000 (Air Row) in 'select device' and flash that to recovery, (if your phone is rooted) then you are good to go, go to recovery mode and thats all, your twrp is now has been flashed.
Thank me later??
MisledMew said:
Enter into fastboot mode by using adb shell.
Flash the updated recovery image
Now try rebooting into recovery.
Click to expand...
Click to collapse
This really worked for me. Many thanks man.
Well it got me some time to find the right recovery image for my ROM so I decided to give you link for anyone going through the same.
My configuration at that time was: DotOS 1.2 and TWRP 3.1.1 (or so).
On the DotOS thread was enclosed link to wrong recovery image file (or its version was changed as of 28.12.2018) but after small investigation I found this file recovery-mohan-N.img.
Note: This recovery worked for TWRP and Android Nougat and I'm not an expert to suggest this will work for your case either.
Thank you again and have a nice time
firelmnt said:
This really worked for me. Many thanks man.
Well it got me some time to find the right recovery image for my ROM so I decided to give you link for anyone going through the same.
My configuration at that time was: DotOS 1.2 and TWRP 3.1.1 (or so).
On the DotOS thread was enclosed link to wrong recovery image file (or its version was changed as of 28.12.2018) but after small investigation I found this file recovery-mohan-N.img.
Note: This recovery worked for TWRP and Android Nougat and I'm not an expert to suggest this will work for your case either.
Thank you again and have a nice time
Click to expand...
Click to collapse
Glad it helped

Categories

Resources