Search the Community
Showing results for tags 'english thread'.
-
After many attempts we successfully rooted 360 N5s and, using root access, we managed to flash our TWRP. This is at now the only way to obtain TWRP in this model. Warning: At the end of this tutorial your device will reboot in TWRP. If you don't flash a custom ROM (or SuperSU) at this stage, TWRP will be wiped at next boot and you will return at stock recovery. Preparation 360 N5s with 70% of battery charge (at least); PC Windows 64 bit; USB cable; needed files to download. Tutorial Warning: Use this procedure at your own risk and responsability. GizChina.it and GizBlog.it are not responsible for bricked devices, dead SD cards and any other problem that may occur. Your warranty will be void if you tamper with any part of your device / software. How to flash developer ROM with root access Install the drivers; download and unzip flash tool and developer ROM; run QGDP using "Developer" as User; click "Login"; "Config"; click on the folder image (top-right of the frame); select the developer ROM (.CPB file), then "Apply"; wait until the process is completed; shout down the phone; hold the "Volume +" key and connect your phone to PC push Volume +, you should see this: ; Windows will identify your phone as "Qiku Android Bootloader Interface"; "start" to flash the developer ROM. Flash TWRP Reboot; go to Settings -> About device. Tap 7 times on Build number to enable Developer options; go to Settings -> Developer options. (above About device); enable OEM unlock and debug USB; hold down the Shift key and right-click the folder that contain the TWRP image. Choose "Open command window here.” type the following commands and hit enter at the end of every line: adb push recoveryN5s_GizRom.img /data/local/tmp/recovery.img adb shell su dd if=/data/local/tmp/recovery.img of=/dev/block/bootdevice/by-name/recovery exit exit adb reboot recovery the last command will reboot your 360 N5s in TWRP.