opstarten in de bootloader
http://www.android.gs/boot-nexus-5-fastboot-mode/1.Power off the Nexus 5 completely.
2.Next, press and hold Volume Down, Volume Up and Power simultaneously.
– don’t release the buttons until Fastboot Mode menu appears.
3.That’s it, now you’re free to connect your smartphone to your PC and launch Command Prompt in order to use one of the following fasboot commands: flash, erase, reboot, devices or format.
dan via ADB drivers kan je er een nieuw OS opzetten. Even googlen, genoeg over te vinden.
ergens kan je de laatste firmware voor de nexus 5 vinden, weet zo snel niet waar
https://developers.google.com/android/nexus/images
Officiele rom
To flash a system image:
1.Download the appropriate system image for your device below, then unzip it to a safe directory.
2.Connect your device to your computer over USB.
3.Start the device in fastboot mode with one of the following methods: •Using the adb tool: With the device powered on, execute: adb reboot bootloader
•Using a key combo: Turn the device off, then turn it on and immediately hold down the relevant key combination for your device. For example, to put a Nexus 5 ("hammerhead") into fastboot mode, press and hold Volume Up + Volume Down + Power as the device begins booting up.
4.If necessary, unlock the device's bootloader by running: fastboot oem unlock
The target device will show you a confirmation screen. (This erases all data on the target device.)
5.Open a terminal and navigate to the unzipped system image directory.
6.Execute the flash-all script. This script installs the necessary bootloader, baseband firmware(s), and operating system.
Once the script finishes, your device reboots. You should now lock the bootloader for security:
1.Start the device in fastboot mode again, as described above.
2.Execute: fastboot oem lock
Locking bootloader will wipe the data on some devices. After locking the bootloader, if you want to flash the device again, you must run fastboot oem unlock again, which will wipe the data.
Ook genoeg informative in het Nexus 5 thread
[
Voor 116% gewijzigd door
Viper® op 02-12-2015 16:45
]