Reinstall Android on a Nexus 5
-
Hello, I would need to know what the command sequence in ADB is to uninstall Ubuntu Touch and reinstall Android on a Nexus 5.
Thank you for your responses. I need an Android system for a blocking banking application. -
@_Joao_ Hello there,
Kindly check below link maybe it will lead you somewhere.
https://forums.ubports.com/topic/515/how-to-replace-ubports-with-android-on-nexus-5
Good luck
-
@Salah
Hi Salah,I already tried but without success, I am stuck on the bootloader ubuntu touch. -
@_Joao_ Try this link:
Second Option, Try this link https://flash.android.com/ after getting into Fastboot Mode it will detect the device automatically.
Search for the steps, and keep in mind to connect your pc, open terminal and type adb devices, and fastboot.
-
@_Joao_ If you are on Windows, use WugFresh. It does it for you.
You can also use the image from here and use the flash-all.sh in fastboot mode from Linux.
-
@MrT10001
Hello MrT10001, I succeeded with TWRP that I installed with these three commands:adb reboot bootloader
fastboot flash recovery twrp.img
fastboot rebootOnce these commands were executed with the combination of the (Volume -) and (Power) buttons, I launched TWRP. Then, in the file explorer on my PC, I opened the TWRP folder on the phone and pasted the zipped ROM inside, and then I started the installation and I found Android again. But thank you for your help
-
@Salah
Hello Salah, I succeeded with TWRP that I installed with these three commands:adb reboot bootloader
fastboot flash recovery twrp.img
fastboot rebootOnce these commands were executed with the combination of the (Volume -) and (Power) buttons, I launched TWRP. Then, in the file explorer on my PC, I opened the TWRP folder on the phone and pasted the zipped ROM inside, and then I started the installation and I found Android again. But thank you for your help
-
@_Joao_ Welcome back again buddy.
Thumbs Up