How to root xolo x900 - General Questions and Answers

hello there can any one help me to root xolo x900 i had tried every thing that is available in internet every thing failed is there any way to root it

First make sure you have the following
- Xolo ICS update installed.
- Intel USB driver for Windows
- The Root Installer
-------------------------------------------------
Then,
- Enable USB Debugging mode and then connect your Phone to PC.
- Extract root installer archive and run the runme.bat file.
- In your PC, type 1 in the command prompt for “Make a choice”. your device will ask for Full Restore. You will not loose data. Select Restore my data. Finally, your device will reboot twice and you will be rooted. Note that your screen may flash before the second reboot which is fine.

Managed to Root my xolo x900
I think I've found a way to root my x900. It's currently running the latest version of SuperSU 2.16 and has the stericson busybox installed.
I've tried rooting the x900 with all possible methods and have never been successful. Especially the part where it says 'restore started' then 'restore ended' almost immediately. By no means am I an expert on this and the following was achieved with a lot of trial and error, I've tried to put it down in the simplest way I could.
Warning: Try the following at your own risk.I do not wish to be held responsible for any damage your phone might incur.
These were my steps:
1.I extracted the boot.img(a) from the orange-sandiego ics signed update file found at modaco forum
2. I extracted the boot.img(b) from the official rom downloaded from androidxda.
3. Download and install minimal adb and fastboot installer from XDA forums along with the Intel-usb and adb drivers from androidxda.
4. Download the latest Superuser binary and .apk .zip from the official XDA thread
5. Download the stericson.busybox.apk from the internet.
6. Place the boot images[(a) and (b) renamed to your preference] in the main folder of the minimal adb/fastboot exe, found in C: program files x86...... Also unzip the SU file and place su from the x86 folder and the Superuser.apk into the main adb/fastboot folder along with the busybox.apk.
4. Turn on usb debugging and switch off the phone.
5. Hold vol-up + power keys for about 10seconds to put the phone into bootloader mode. It should say 'droidboot' on the screen.
6. Open a command prompt from the adb/fastboot desktop shortcut you have after you're done installing the adb/fastboot exe.
7. Type in
fastboot devices
Your device will be listed, then type in
fastboot flash boot boot.img(a)
This will flash the boot.img from the orange-ics-update, then type
fastboot reboot
Your phone should now reboot to system but the screen will not be functional and will only show different colors.
8. Now type
adb devices
To confirm your device is visible. Follow this with:
adb shell
su
mount -o rw,remount /system
exit
exit
adb push su /sdcard/su
adb shell
su
cat /sdcard/su > /system/xbin/su
ln -s /system/xbin/su /system/bin/su
chmod 6755 /system/xbin/su
exit
exit
adb install Superuser.apk
adb install stericson.busybox.apk
adb reboot bootloader
9. Now once again after confirming that the device is recognized in fastboot do this:
fastboot flash boot boot.img(b)
fastboot reboot
Your phone will now reboot to system, and it will have root access and busybox installed.
Good Luck.

You user framaroot v 1.9

0967894983 said:
You user framaroot v 1.9
Click to expand...
Click to collapse
I've tried all versions of framaroot before, none worked, neither does towel root, cydia impactor, v-root or shuame root helper.

Wicked! Thanks for that.
Are you able to install a full Linux distro on the device after it is rooted or is the bootloader still locked?

Related

[Q] Rooting

Hi,
by following this guide
http://forum.xda-developers.com/showthread.php?t=1007782
I have completed everything.
After reading this guide here.
http://theunlockr.com/2010/12/17/how-to-root-the-samsung-nexus-s/
VI. Stop the Phone from Uninstalling the Custom Recovery Image
1. Once the phone is booted up, plug it in via USB cable and do NOT mount the storage.
2. Open a command prompt on the computer and type the following with hitting enter at the end of each line:
adb shell
cd etc
mount -o rw,remount /dev/block/mtdblock3 /system
mv install-recovery.sh install-recovery-no.sh
3. That will mount the system as writable and rename the file that overwrites the recovery image on reboot so that our custom recovery will stay.
4. Turn off the phone and turn it back on by holding down Volume Up and Power to get into fastboot mode.
5. Plug the phone in via USB cable while in fastboot mode and open the command prompt again and type the following with hitting enter at the end of each line:
cd\
cd c:\androidsdk\tools\
adb reboot bootloader
fastboot flash recovery recovery.img
5. Once it is done, you have just reflashed the recovery image and it will now stick. You are all done! You have an unlocked bootloader, a custom recovery image, and root access! If you want to now load a custom ROM head to the next procedure linked below.
Note : I haven't flash any custom ROM yet.
1.Is it necessary for me to Stop the Phone from Uninstalling the Custom Recovery Image if I want to flash a new Custom ROM?
1.a. After i reboot, My phone is still Rooted. How do i test it? I go into fastboot then select reboot. After that I use terminal Emulator and key in SU. which says I've granted superuser permission. Is this normal?
2. I like to understand more things about Android rooting and recovery.
what are the differences between the 2?

[Q] Rooting from stock 3.1

OK, I may be overlooking something but I would rather ask than brick my xoom. I cant seem to find a thread that fits my situation.
I relocked and flashed all stock software to get the 3.1 update so im locked and stock with 3.1. I would like to root and flash CWR. Can someone point out the right Boot.img, recovery.img ect for me to use. I would hate to mess something up.
Thank guys
----------Edit--------------------------
NVM. This is what I did................
All steps below were for my 3G Verizon Wireless Xoom. The steps are almost the same for WiFi but the files you need to download are different and must be found on the threads listed below.
I have attached all the files listed in 3.1 Root and Recovery Tools.rar
Unlocked and rooted my Xoom
Steps found here:
http://forum.xda-developers.com/showthread.php?t=968342
1. Download the Motorola Xoom Root Zip file and unzip it. (I replaced this file with the root31.img)
2. Place the files in the SDK Tools folder.
3. adb reboot bootloader (You can skip the next 3 steps if you’ve unlocked with fastboot previously)
5. fastboot oem unlock (wait for reboot)
6. adb reboot bootloader
7. fastboot flash boot (name of new boot.img(root31.img attached))
7. fastboot reboot (wait for reboot)
(you might need to enable usb debuging here)
8. adb remount
9. adb shell push su /system/bin
10. adb shell ln –s /system/bin/su /system/xbin/su
11. adb shell chmod 4755 /system/bin/su
12. adb push Superuser.apk /system/app
_______________________________________________________
Flashed CWR
Steps found here:
http://forum.xda-developers.com/showthread.php?t=1074979
1. Download the recovery image ( I used the image that keeps charging light on)
2. Pull up your command prompt
3. Adb reboot bootloader
4. Fastboot flash (name of recovery.img (CWR.img attached))
5. Fastboot reboot
_______________________________________________________
Flashed Kernal
Steps found here:
http://forum.xda-developers.com/showthread.php?t=978013
1. Reboot into recovery.
2. Go into "mounts and storage"
3. Select "mount USB storage"
4. Your SD Card will now be mounted on your computer. Drop the kernel (and boot image pack if applicable) onto SD Card.
5. "Go Back" then go into "install zip from sdcard" then "choose zip from sdcard"
6. If you are flashing a boot image pack, flash it first. Then flash the kernel zip.
7. Back out to main menu and reboot.
_______________________________________________________
I am not taking credit for any of these steps I am simply trying to put the info in one place for people who need it.
If you have a wifi only > http://forum.xda-developers.com/showthread.php?t=1078019
Sent from my Xoom using Tapatalk

Rooting the Akaso Kingpad 7 (aka R7X) RK3066 Tablet

I tried several of the root methods out there for RK3066 devices and all had hiccups.
This worked for me though-
1) Download Moborobo on your Windows PC, install it, run it. MAKE SURE IT IS OPEN ON YOUR SCREEN AND NOT MINIMIZED OR CLOSED THROUGH THIS ENTIRE PROCEDURE. This appears to no longer work- Mobo is unable to install the driver- instead, download and install PDANet for Windows from here: http://pdanet.co/a/ and choose "Other" when prompted for tablet type. Plug in your device when prompted, and PDANet will install the driver. Uncheck the options to start PDANet connection sharings.
2) Set the following on your tablet: Screen timeout to 10 min, turn on USB Debug mode, allow Unknown Sources in Security.
3) Plug the R7X in to your PC by USB. Click yes, allow, accept, to anything that pops up. Soon Moborobo will have downloaded and installed the correct driver for your device. DON'T CLOSE MOBOROBO, LEAVE IT OPEN BEHIND YOUR OTHER WINDOWS!
3) Download the attached file RootR7X.zip; extract it. In it is a script which is a modification of the "TPSARKY" one from VonDroid based on sunnydave's work.
4) Double-click the batch file ROOTKingpadR7X.bat. Follow the on-screen instructions, which will have the device reboot 3 times.
5) Install RootChecker from Play Store to confirm root.
6) Install SuperSU from the Play Store. Open it and let it update your SU binary using the 'normal' method.
WHAT DID I CHANGE IN THE SCRIPT?
The original script kept failing on me near the end while pushing the apks to the device- running it from command line with the 'echo off' lines removed showed some ADB permissions errors. I simply added this line to the script to mount /system as rw:
Code:
adb shell "su -c 'mount -o rw,remount -t yaffs2 /dev/block/mtdblock8 /system'"
...and then it worked. Device is rooted.
Hope this helps someone.
DISCLAIMER: I'M NOT RESPONSIBLE FOR YOU BREAKING SOMETHING WITH THIS. NO WARRANTIES, ETC ETC.
@mpsantiago
is the bootloader on this tablet unlocked???

Need help preparing Xoom for official updates

Hey folks,
I´ve ran my MZ601 xoom on EOS builds over the last 1,5 years.
Obviously its unlocked and rooted. Currently its running CWM Recovery 4.0.0.4
Now I want to go back to stock to install the latest official updates to get the updated drivers for the UMTS radio/modem module.
After that I want to unlock and get root again to use any of the lastest custom Roms again.
Switching to a touch based recovery would be nice too.
I surfed around a bit and I´m rather confused which steps I need to perform in order to do this.
I guess I need to remove root and lock the bootloader again before I can install official updates ?
Could someone please toss me in the right direction? Maybe some step-by step list?
You'll presumably want Build H.6.1-38-1 for Retail Europe from here.
Returning to stock:
Extract the files from the link above to your adb/fastboot directory if you have one. If you don't have one I've uploaded them for you here.
Connect your Xoom to your PC then open command prompt from your adb folder. (Hold shift > right click on adb-fastboot folder > click Open Command Window Here)
Type adb devices and hit enter, if no devices are listed then ensure USB debugging is switched on in Settings > Development > and tick USB Debugging, then try again.
If it still doesn't appear then download Motorola USB drivers here and try again.
If fine then run:
adb reboot bootloader​Then run the following to flash the stock image:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock​
Flashing userdata.img is going to remove all your files so back everything up first.
This should unroot your Xoom anyway, not entirely sure if the lock is required to receive updates, but it's simple to unlock again.
Once booted and through initial setup you should receive several over the air updates. (I believe the stock image is Android 3.2)
Unlock:
Connect your Xoom again and open command window in the adb-fastboot folder as before.
Run:
adb reboot bootloader
fastboot oem unlock
fastboot reboot​You'll now be unlocked.
Install Touch Recovery and Root:
Next download ClockworkMod Touch recovery from here, rename it to just recovery.img for simplicity, and copy the image to the adb-fasboot folder.
Download Xoom Universal Root from here.
Copy that file to your sdcard.
Then run:
adb reboot bootloader
fastboot flash recovery recovery.img​(assuming you renamed it)
Once verified, reboot by holding Volume up and Power. (Keep connected to PC and keep command prompt open)
Important: When you see the Motorola logo wait about 3 seconds and hit volume down. You should see 'Android Recovery' in the top left corner, now press volume up to enter recovery.
From recovery go, Install zip from sdcard > choose zip > and select Xoom-Universal-Root.zip
Important: After the root flashes do not reboot.
Run:
adb remount
adb shell mv /system/recovery-from-boot.p /system/recovery-from-boot.p.old
adb shell mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.old​Then select reboot in ClockworkMod recovery and boot as normal.
If you are unable to use adb in recovery, then you can enable this through Windows by doing the following:
Whilst in recovery and connected to your PC, open Device Manager, find your Xoom, usually under 'Other devices'.
Then right click on your Xoom > Update driver software... > Browse my computer for driver software > Let me pick from a list of device drivers on my computer > Pick your Xoom (either one if there's two shown)
Windows should confirm the driver installed then adb should work in recovery.
Finally, run:
adb reboot recovery​If ClockworkMod touch recovery is still there then all is good!
Hopefully I've made sense! Any questions, just ask.
Repeat of downloads:
Download Motorola USB Drivers (Device Manager) here.
Download ClockworkMod Touch recovery here.
Download Xoom Universal Root here.
Wow, what a detailed guide
Thank you sir
No problem!
Let me know how it goes, hopefully shouldn't have any problems.
Resetting worked great :good:
Right now I´m in an OTA marathon
all that unlock, root and recovery stuff sounds familiar so I don´t expect any problems.
Thanks so far :good:
alecbond said:
From recovery go, Install zip from sdcard > choose zip > and select Xoom-Universal-Root.zip
Important: After the root flashes do not reboot.
Run:
adb remount
adb shell mv /system/recovery-from-boot.p /system/recovery-from-boot.p.old
adb shell mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.old​Then select reboot in ClockworkMod recovery and boot as normal.
Finally, run:
adb reboot recovery​If ClockworkMod touch recovery is still there then all is good!
Click to expand...
Click to collapse
Ok, so this is not working
after I flash touch recovery and do thta reboot thing I can enter touch recovery, thats fine.
Flashing universal root, fine.
THEN,
adb remount
adb shell mv /system/recovery-from-boot.p /system/recovery-from-boot.p.old
adb shell mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.old
gives me error since in recovery mode there ist no adb connection
Whatever when I choose to reboot the system, recovery warns me that it will get overwritten by boot and ask me to disable this.
Shall I do this?
EDIT: Nevermind, I decided to be a little brave and just confirmed that message.
Now touch clockwork seems to be persistent and I´m a happy Xoomer again
Sorry, I had meant to reply during my lunch break.
Edit: Realised the time on the second of your posts, so wouldn't have been much help on my lunch anyway
Well I believe I just learned something new!
Either that or I'd forgotten it asked.
I assume it disables the action rather than deletes those files.
My method was just so you can use the reverse rename in future to re-enable the overwrite on boot.
In future, not that you'll necessarily ever need this information, you can enable adb in recovery through windows by doing the following
When in recovery and connected to your PC, open Device Manager, find your phone, usually under 'Other Devices'.
Then right click > Update driver > Browse my computer > Let me pick from list > Pick your phone (either one if there's two shown)
Should confirm driver installed then adb should work.
I didn't include the above previously as I couldn't remember having to do it personally.
Glad to hear all is well though!
alecbond said:
You'll presumably want Build H.6.1-38-1 for Retail Europe from here.
Returning to stock:
Extract the files from the link above to your adb/fastboot directory if you have one. If you don't have one I've uploaded them for you here.
Connect your Xoom to your PC then open command prompt from your adb folder. (Hold shift > right click on adb-fastboot folder > click Open Command Window Here)
Type adb devices and hit enter, if no devices are listed then ensure USB debugging is switched on in Settings > Development > and tick USB Debugging, then try again.
If it still doesn't appear then download Motorola USB drivers here and try again.
If fine then run:
adb reboot bootloader​Then run the following to flash the stock image:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot erase cache
fastboot oem lock​
Flashing userdata.img is going to remove all your files so back everything up first.
This should unroot your Xoom anyway, not entirely sure if the lock is required to receive updates, but it's simple to unlock again.
Once booted and through initial setup you should receive several over the air updates. (I believe the stock image is Android 3.2)
Unlock:
Connect your Xoom again and open command window in the adb-fastboot folder as before.
Run:
adb reboot bootloader
fastboot oem unlock
fastboot reboot​You'll now be unlocked.
Install Touch Recovery and Root:
Next download ClockworkMod Touch recovery from here, rename it to just recovery.img for simplicity, and copy the image to the adb-fasboot folder.
Download Xoom Universal Root from here.
Copy that file to your sdcard.
Then run:
adb reboot bootloader
fastboot flash recovery recovery.img​(assuming you renamed it)
Once verified, reboot by holding Volume up and Power. (Keep connected to PC and keep command prompt open)
Important: When you see the Motorola logo wait about 3 seconds and hit volume down. You should see 'Android Recovery' in the top left corner, now press volume up to enter recovery.
From recovery go, Install zip from sdcard > choose zip > and select Xoom-Universal-Root.zip
Important: After the root flashes do not reboot.
Run:
adb remount
adb shell mv /system/recovery-from-boot.p /system/recovery-from-boot.p.old
adb shell mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.old​Then select reboot in ClockworkMod recovery and boot as normal.
Finally, run:
adb reboot recovery​If ClockworkMod touch recovery is still there then all is good!
Hopefully I've made sense! Any questions, just ask.
Repeat of downloads:
Download Motorola USB Drivers (Device Manager) here.
Download ClockworkMod Touch recovery here.
Download Xoom Universal Root here.
Click to expand...
Click to collapse
Hey, you did a great guide! Would you mind if I put that in the FAQ Thread?
"We think so supersonic and we make our bombs atomic" - Eagle Fly Free (Helloween)
Sent from my Nexus 10 using Tapatalk HD
XxLordxX said:
Hey, you did a great guide! Would you mind if I put that in the FAQ Thread?
Click to expand...
Click to collapse
No problem, I'd be honored!

[Tutorial]Rooting Coolpad Note 5 [TWRP][ 6.0.1 & 7.0 ]

ROOT COOLPAD NOTE 5 & FLASH TWRP RECOVERY
New Guide - Simplified:
DOWNLOADS
[Don't worry about file name has 'Note5Lite' it will work for both]
Get necessary files from this zip - click here
TWRP RECOVERY : https://forum.xda-developers.com/an...fficial-twrp-recovery-coolpad-note-5-t3637568
Follow these steps to gain temporary root and update magisk app to make it permanent!!
CONNECT YOUR COOLPAD DEVICE TO PC
ALLOW USB DEBUGGING IN DEVELOPER SETTINGS:
NOW RUN CMD.BAT
COPY AND PASTE THESE CODES ONE BY ONE,
adb wait-for-device
Click to expand...
Click to collapse
adb install magisksu.apk
Click to expand...
Click to collapse
adb install rootcheck.apk
Click to expand...
Click to collapse
adb install root.apk
Click to expand...
Click to collapse
adb shell monkey -p com.yulong.openrp -v 500
Click to expand...
Click to collapse
adb reboot
Click to expand...
Click to collapse
WAIT TILL THE DEVICE COMES TO BOOT ANIMATION
OPEN MAGISK APP & COPY AND PASTE THIS CODE :
adb shell mount -o remount,rw /system
Click to expand...
Click to collapse
NOW :
adb push magisk /system/bin
Click to expand...
Click to collapse
IF SUCCES, TYPE:
adb shell magisk su
Click to expand...
Click to collapse
RUN THIS COMMAND AFTER EVERY REBOOT TO AGAIN GET ROOT ;
adb shell magisk su
Click to expand...
Click to collapse
OR
update magisk app to make it permanent!!
<end>
-------------------------------
Old Guide :
There are Two Main Steps:
1. Getting Temporary Root
2. Flashing TWRP and Rooting Permanently.
PROCEDURE:
Note: I do not own any of rooting file. Those all are available on chinease site/host.
Tested On Stock Nougat V226
Tested On Stock Marshmallow V35
Limitations:
Code:
this is not permanent root, bcoz of locked bootloader. Root permission reset whenever your phone reboot. To gain
root access again you need to adb installed on PC and run root app from adb.
Download:
-Download Root Package from here: >>
(Download these two )
1.
http://www.datafilehost.com/d/200f5056
2.
https://drive.google.com/file/d/0B3wvScQytk0ddmRQc0ZyT3BZR1U/view?usp=drivesdk
3. Download TWRP :
[Please Hit Thanks Button]
https://forum.xda-developers.com/an...fficial-twrp-recovery-coolpad-note-5-t3637568
Follow These Steps:
-Enable USB debugging Option from Developer menu
-Install Some Apk from root.zip file
-Now open "openRP" app
-You see just gray screen with "openpr" text.
-Connect phone to PC (Transfer file mode), open cmd.bat file from adbfolder which you downloaded.
-Run command adb reboot
-Now you see Factory mode text appear on boot screen. No problem
-Now your Note 5 is successfully rooted
-Open cmd.bat file again. And run
Code:
adb shell
You see "#" sign, that means Phone is rooted.
-Now we will install superuser.
-Open cmd.bat file, and type
Code:
adb remount
adb push magisk /system/bin
adb shell
magisk su
mount -o ro,remount /system
-Open Magisk Manager app that you installed from apk folder.
If you see below screen that means you successfull installed supersu
-Now lets check that Note 5 is rooted or not with Root checker.
-Open Root checker app. and Grant permission for Root check.
-And Finally wait is over
When you reboot phone you need to gain root access again.
so open cmd.bat and type
Code:
adb shell
magisk su
How to remove Root Permission and Factory mode text.
-Open cmd.bat and type
Code:
adb remount
adb shell audioelectric start
adb shell audioelectric setDM
adb shell reboot
Note:Whenever you open open RP app your phone will switch to factory mode.
2. FLASHING TWRP AND ROOTING PERMANENTLY:
Code:
First Download Rashr App From Google PlayStore
Then Open Rashr App And Give Root Access
Then Select Recovery Option As Shown In Screenshot
Now Select Recovery File
After Pop Up come Like Screenshot Click On Yes
Now After Flashing Recovery It Ask You To Boot In Recovery Select Yes
Now You Successfully Boot In Twrp Recovery
Now Swipe Allow Modification Option After Allowing Go Back To Main Twrp Recovery
Then Select Install option
Now Go Where You Store Super Su Zip File And Select
Now Swipe To Install Super Su
Now Wait For Installation Finished Then Select Reboot Option
Now It Ask To Install Twrp App Select
Do Not Install Option
And Reboot Your Phone
Now Open Root checker App And Check
Congratulations Now Your Phone Permanently Rooted
SPECIAL THANKS :
TONYSTARK
AMIT KUMAR SINGH
KuberSharma ( me )
#TeamZero
#Coolpad
And those who tested this method and my recovery THANKS.
PS: I DON'T OWN THIS DEVICE
Detailed Guide with Proper Images : SOURCE
HIT THANKS TO MOTIVATE ME. :good:​
Reserved
Guide by SuperModerator at CPForums : http://www.coolpadforums.com/forum.php?mod=viewthread&tid=24998
Video Tutorial ( Thanks to Karthik SB ) :
https://youtu.be/Z99LYY30CK8
F.A.Q
Q: I tried the method, didn't work.
A: Well try again, it works.
Q: I bricked my phone, it is stuck at the logo.
A: Flash Stock Firmware via Fastboot or Flash Tool.
Q: Is the bootloader unlocked?
A: No, As on 19th November 2017 - Bootloader is still locked and no way to open it.
Q: Will i still get warranty?
A: Yes only if you flash Stock ROM via Flash tool again.
Coolpad Note 5 Telegram Group :
https://telegram.me/coolpadnote5sd
Good work bro.
TeamZero rocks
At last some dev program initiated ...thanks dev @kuberrocks96
Please List the total commands properly.
I am unable to find the commands to enter.
In cmd when i entered the command "adb reboot" it is showing that there is no recognition of adb ....is it the drivers problem ?
narenderrao said:
Please List the total commands properly.
I am unable to find the commands to enter.
In cmd when i entered the command "adb reboot" it is showing that there is no recognition of adb ....is it the drivers problem ?
Click to expand...
Click to collapse
Install Driver properly
U have done a great job but the only request to u is please post a video tutorial of rooting coolpad note 5 @ kuberrocks96
Did Anybody try to root with this above procedure ?
where is su zip file?
where is the su zip file to flash from twrp
---------- Post added at 10:37 AM ---------- Previous post was at 10:27 AM ----------
after doing twrp, my phone is stuck at the power on screen. i think it is bricked. please help
please help
My phone is totally bricked and can only get into twrp recovery mode. it cannot even open bootloader so that i can flash custom firmware. i am doomed
icebreaker18 said:
My phone is totally bricked and can only get into twrp recovery mode. it cannot even open bootloader so that i can flash custom firmware. i am doomed
Click to expand...
Click to collapse
If you can access TWRP, do reboot to bootloader and flash Stock Rom, this method was tested Super Moderator of Coolpad Forums and it worked perfectly.
I don't know why it didn't work for you.
Hi it works in coolpad canvas 3636a.. But only is temporary.. I have not found twrp to coolpad canvas 3636a.. I don't know what twrp put it
After use above procedure to root coolpad note 5
The bug is usb debugging is not work
And when enable usb debugging and media transfer for transferring data isn't work whlie usb debugging is disabled..
Here is the Video Tutorial by Kathik SB :
https://youtu.be/Z99LYY30CK8
Thanks,,,,,,any custom rom for coolpad note 5
harichandra said:
Thanks,,,,,,any custom rom for coolpad note 5
Click to expand...
Click to collapse
None till now
Thread updated - simplified it and also added FAQ.
Hi my window 8 cmd magisk sush faile and Dirtrory how to slove problem
Hi thanks for this ..it worked for me :laugh: just a little doubt to make this root permanent ,how to update magisk app ? Thanks for your help
rooting prblm
i cant root permannently. i rooted my device temporary .please help me

Categories

Resources