Search the Community
Showing results for tags '360'.
-
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.
-
Il nostro GizROM Team negli ultimi tempi ha imparato a conoscere i device 360 e, grazie al lavoro del mitico Francko76, ha trovato una procedura un po' esotica che consente di ottenere i permessi di root e di installare la recovery TWRP su 360 N5s. In attesa delle prime ROM custom (sulle quali stiamo lavorando) potete dunque provare in anteprima mondiale la prima recovery custom mai sviluppata per questo modello! Attenzione: il tutorial vi guiderà all'installazione di una ROM developer con permessi di root, attraverso i quali si effettuerà poi il flash della TWRP. Dopo il primo riavvio, nel caso in cui non abbiate utilizzato la TWRP per installare una ROM custom o eseguire il flash di SuperSU, il firmware originale ripristinerà in automatico la recovery stock. Prerequisiti 360 N5s; PC Windows a 64 bit; cavo USB; file necessari da scaricare. Procedura IMPORTANTE: La procedura descritta in questa guida presenta operazioni complesse che, se eseguite in maniera scorretta, potrebbero danneggiare il vostro device. Si consiglia l’esecuzione solo da utenti che abbiano maturato una buona esperienza in ambito modding. Lo staff di GizChina.it non si riterrà responsabile per eventuali danni al dispositivo. Installazione ROM developer con permessi di root Installare i driver Qiku; scaricare ed estrarre il tool di flash e la ROM developer; avviare QGDP e inserire "Developer" come User; click su "Login"; selezionare "Config"; click sulla cartellina in alto a destra; selezionare la ROM developer (file in formato .CPB) e click su "Apply"; attendere la verifica del firmware spegnere il telefono e scollegarlo da ogni cavo; tenere premuto il tasto Volume + e collegare il telefono al PC premere Volume +, dovrebbe apparire questa schermata: ; il telefono sarà riconosciuto da Windows come "Qiku Android Bootloader Interface"; premere start per avviare il flash della ROM. Flash TWRP Riavviare il device e attendere l'avvio; andare su Impostazioni -> Info sul dispositivo; effettuare tap ripetuti sul Build Number per sbloccare le opzioni sviluppatore; entrare nelle opzioni sviluppatore; abilitare Debug USB e lo sblocco OEM; fare click con il sinistro su un punto bianco della cartella che contiene la TWRP, dunque click con il destro e scegliere "apri finestra di comando qui"; dare i comandi (separati da invio): 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 dove l'ultimo comando serve a riavviare in TWRP.