S
syscrh
Philosoph
- 2.186
German:
In diesem Thread möchte ich erklären, wie man die vorinstallierte Firmware wiederherstellt, nachdem man das Bootloader-entsperrte Gerät modifiziert hat. Ebenso ist es empfehlenswert dies bei einem gerade gekauften Gerät durchzuführen, damit sichergestellt ist, dass keine Schadsoftware in der Fabrik oder durch einen Händler installiert worden ist.
Als erstes muss man sich vergewissern, dass der Bootloader (immer noch) entsperrt ist (auch unlock_critical entsperrt) und, dass fastboot und ADB installiert ist. Hierzu empfehle ich einen Blick in diesen Thread zu werfen: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
Danach lädt man sich die Firmware direkt von bq herunter (Link für X Pro). Es wird empfohlen die MD5-Summe nach dem Download zu überprüfen. Auf vielen unixoiden Systemen ist md5sum vorinstalliert, womit man durch Eingabe des Befehls
sicherstellen kann, dass die Firmware exakt der von bq entspricht. Die von bq bereitgestellte und die auf der Konsole ausgegebene Zeichenkette müssen exakt übereinstimmen. Tun sie dies nicht, dann muss die Firmware unbedingt neu heruntergeladen werden. Wenn sie übereinstimmen, dann extrahiert man die *.zip-Datei, startet das bq Aquaris X in den Fastboot-Modus neu und verbindet es mit einem USB-Kabel mit dem Rechner.
Jetzt kann der Flashvorgang endlich beginnen. Alle Daten auf dem Gerät werden gelöscht!
Evtl. muss der Befehl mit Root-Rechten ausgeführt werden.
Sobald der Vorgang beendet ist, sollte das Gerät in das frisch installierte System neu starten.
Optional kann man den Bootloader wieder schließen. Dazu einfach in den Fastboot-Modus neu starten und die folgenden Befehle eingeben:
Nun sollte das Gerät wieder einem brandneuen und unmodifiziertem Gerät entsprechen.
Tipp: Möchte man die Nutzerdaten erhalten und nur das installierte Betriebssystem aktualisieren, so kann man dies erreichen, indem man folgende Zeile in der 8953_fastboot_all_images.sh / 8953_fastboot_all_images.bat Datei mit seinem bevorzugten Texteditor entfernt:
English:
In this thread I'll explain how you can install the preinstalled firmware from bq after you modified the bootloader-unlocked device. It's also recommended to do this after you purchased the device to make sure that no harmful software was preinstalled at the factory or the dealer.
First of all you have to make sure that your bootloader is (still) unlocked (including unlock_critical unlocked) and that you've got fastboot and ADB installed. You might want to take a look at this thread for assistance: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
Afterwards download the factory image from bq directly (link for X Pro). It's recommended to check the MD5 sum after downloading. On many Unix-like systems md5sum is preinstalled, so you can simply open a command prompt and type
. Compare the bq-provided and the terminal-provided strings. They should match exactly. If they don't, redownload the firmware. If they do, extract the *.zip file, reboot the bq Aquaris X into fastboot mode and connect it via USB cable to your computer.
You can now finally flash the factory firmware on to your device. All data will be erased by the process!
You might need to run this with root privileges depending on your operating system.
If flashing is completed your device will reboot and start the freshly installed system.
Optionally you can close the bootloader. Simply reboot into fastboot mode and type the following commands:
Your bq Aquaris X should now match a brand-new and unmodified device again.
Tip: If you'd like to keep your userdata and simply update the installed operating system, you can do so by removing the following line from the 8953_fastboot_all_images.sh / 8953_fastboot_all_images.bat file with your favourite text editor:
In diesem Thread möchte ich erklären, wie man die vorinstallierte Firmware wiederherstellt, nachdem man das Bootloader-entsperrte Gerät modifiziert hat. Ebenso ist es empfehlenswert dies bei einem gerade gekauften Gerät durchzuführen, damit sichergestellt ist, dass keine Schadsoftware in der Fabrik oder durch einen Händler installiert worden ist.
Als erstes muss man sich vergewissern, dass der Bootloader (immer noch) entsperrt ist (auch unlock_critical entsperrt) und, dass fastboot und ADB installiert ist. Hierzu empfehle ich einen Blick in diesen Thread zu werfen: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
Danach lädt man sich die Firmware direkt von bq herunter (Link für X Pro). Es wird empfohlen die MD5-Summe nach dem Download zu überprüfen. Auf vielen unixoiden Systemen ist md5sum vorinstalliert, womit man durch Eingabe des Befehls
Code:
md5sum <Pfad>/<zum>/Image.zip
Jetzt kann der Flashvorgang endlich beginnen. Alle Daten auf dem Gerät werden gelöscht!
- Unix-basiertes System: Eine Kommandozeile öffnen, in den entpackten Ordner navigieren und den folgenden Befehl ausführen:
Code:
./8953_fastboot_all_images.sh
- Windows-basiertes System: Auf die Datei 8953_fastboot_all_images.bat rechts klicken und "Als Administrator ausführen" auswählen. Eine Kommandozeile sollte sich öffnen und der Flashvorgang starten.
Sobald der Vorgang beendet ist, sollte das Gerät in das frisch installierte System neu starten.
Optional kann man den Bootloader wieder schließen. Dazu einfach in den Fastboot-Modus neu starten und die folgenden Befehle eingeben:
Code:
fastboot flashing lock_critical
Code:
fastboot flashing lock
Tipp: Möchte man die Nutzerdaten erhalten und nur das installierte Betriebssystem aktualisieren, so kann man dies erreichen, indem man folgende Zeile in der 8953_fastboot_all_images.sh / 8953_fastboot_all_images.bat Datei mit seinem bevorzugten Texteditor entfernt:
Code:
fastboot flash userdata userdata.img
English:
In this thread I'll explain how you can install the preinstalled firmware from bq after you modified the bootloader-unlocked device. It's also recommended to do this after you purchased the device to make sure that no harmful software was preinstalled at the factory or the dealer.
First of all you have to make sure that your bootloader is (still) unlocked (including unlock_critical unlocked) and that you've got fastboot and ADB installed. You might want to take a look at this thread for assistance: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
Afterwards download the factory image from bq directly (link for X Pro). It's recommended to check the MD5 sum after downloading. On many Unix-like systems md5sum is preinstalled, so you can simply open a command prompt and type
Code:
md5sum <path>/<to>/Image.zip
You can now finally flash the factory firmware on to your device. All data will be erased by the process!
- Unix-based system: Open a command prompt and navigate into the extracted folder. Now run the following:
Code:
./8953_fastboot_all_images.sh
- Windows-based system: Right click on the 8953_fastboot_all_images.bat file and choose "Run as administrator". A command prompt should open and the flash procedure should start.
If flashing is completed your device will reboot and start the freshly installed system.
Optionally you can close the bootloader. Simply reboot into fastboot mode and type the following commands:
Code:
fastboot flashing lock_critical
Code:
fastboot flashing lock
Tip: If you'd like to keep your userdata and simply update the installed operating system, you can do so by removing the following line from the 8953_fastboot_all_images.sh / 8953_fastboot_all_images.bat file with your favourite text editor:
Code:
fastboot flash userdata userdata.img
Zuletzt bearbeitet: