S
syscrh
Philosoph
- 2.186
Deutsch:
In dieser Anleitung werde ich zeigen, wie man TWRP am bq Aquaris X installieren kann und wie man das Gerät im Anschluss rootet.
Als erstes muss der Bootloader entsperrt werden und sichergestellt werden, dass am Rechner fastboot installiert ist. Für Hilfestellungen, wie man dies bewerkstelligt, könnte dieser Thread interessant sein: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
Nachdem man sich vergewissert hat, dass man den Bootloader entsperrt hat, startet man in den Fastboot-Modus neu und öffnet eine Kommandozeile am PC. Danach verbindet man das bq Aquaris X mit einem USB-Kabel mit dem Rechner.
Als nächstes muss man TWRP von der offiziellen Webseite [Aquaris X Pro] herunterladen und auf seinem Computer abspeichern. Das heruntergeladene Archiv extrahiert man solange, bis man eine *.img-Datei vorfindet. Nun wechselt man auf die Kommandozeile und tippt den folgenden Befehl ein um TWRP auf dem Gerät zu installieren (die vorinstallierte Recovery wird ersetzt und TWRP bleibt auch nach einem Neustart bestehen!):
Notiz: <Pfad>/<zum>/<TWRP>/ ist der Dateipfad zum Ordner, in dem die *.img-Datei abgelegt worden ist (z. B. /home/syscrh/Download/ auf einem Unix-ähnlichen System) und twrp*.img ist der Name der *.img-Datei von TWRP (z. B. recovery.img).
Unter einem Unix-basierten System kann es sein, dass das Kommando mit root-Rechten ausgeführt werden muss.
Es gilt zu beachten, dass OTA-Updates nicht mehr eingespielt werden können und manuell über fastboot installiert werden müssen!
Alternativ kann man die Recovery temporär booten. Hierbei wird die vorinstallierte Recovery nicht ersetzt. Nach einem Neustart ist TWRP wieder verschwunden. Der Befehl hierfür ist ähnlich zu dem oberen:
Das Gerät nach der Installation der Custom-Recovery zu rooten ist kein großes Problem mehr. Einfach das Superuser-Skript der Wahl herunterladen, es auf das bq Aquaris X kopieren und in die Recovery starten, indem man das Gerät herunterfährt, es danach wieder einschaltet und einen Lautstärkeknopf betätigt, sobald auf dem Bildschirm die Meldung erscheint, dass die Software nicht auf Veränderungen überprüft werden kann ("device software can't be checked for corruption"). Im darauf erscheinenden Menü "Recovery" auswählen und bestätigen. Danach "Install" in TWRP auswählen, die heruntergeladene *.zip-Datei auswählen und den Slider wischen um die Installation zu starten.
Superuser (Magisk): Magisk im XDA Forum [Download] (open source)
English:
In this tutorial I'll show how to install TWRP on your bq Aquaris X and how to root the device afterwards.
At first you have to unlock your bootloader and make sure that your computer has fastboot installed. For instructions on how to do this, you might want to take a look at this thread: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
After you have confirmed that your bootloader is unlocked, reboot into fastboot mode and open a command prompt on your computer. Connect the bq Aquaris X afterwards to your computer with an USB cable.
Next download TWRP for the bq Aquaris X from the official website [Aquaris X Pro] and save it to your computer. Extract the downloaded file until you are presented an *.img file. Now head over to your command prompt and type in the following command to flash TWRP onto the device (preinstalled recovery will be replaced and TWRP persists across reboots!):
Notes: <path>/<to>/<TWRP> is the path to the folder where your *.img-file is located (e. g. /home/syscrh/Download/ on a Unix-like system) and twrp*.img is the name of your TWRP-file (e. g. recovery.img).
You might need to run the command with root privileges on a Unix-based system.
It's important to note that OTA updates can no longer be installed afterwards, so you have to apply them manually via fastboot!
Alternatively you can boot the recovery temporarily. Your preinstalled recovery won't be replaced when doing so. After a reboot TWRP will be gone. The command for this is similar to the above:
Rooting the device after installing the custom recovery is very straightforward. Simply download your Superuser-script of choice, copy it to the bq Aquaris X and reboot into recovery by shutting down the device, turning it on afterwards and pressing a volume key as soon as it tells you that your device software can't be checked for corruption. Now select "Recovery" in the following screen. Select "Install", select your downloaded *.zip and swipe to start the installation.
Superuser: Magisk at XDA Forums [Download] (open source)
In dieser Anleitung werde ich zeigen, wie man TWRP am bq Aquaris X installieren kann und wie man das Gerät im Anschluss rootet.
Als erstes muss der Bootloader entsperrt werden und sichergestellt werden, dass am Rechner fastboot installiert ist. Für Hilfestellungen, wie man dies bewerkstelligt, könnte dieser Thread interessant sein: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
Nachdem man sich vergewissert hat, dass man den Bootloader entsperrt hat, startet man in den Fastboot-Modus neu und öffnet eine Kommandozeile am PC. Danach verbindet man das bq Aquaris X mit einem USB-Kabel mit dem Rechner.
Als nächstes muss man TWRP von der offiziellen Webseite [Aquaris X Pro] herunterladen und auf seinem Computer abspeichern. Das heruntergeladene Archiv extrahiert man solange, bis man eine *.img-Datei vorfindet. Nun wechselt man auf die Kommandozeile und tippt den folgenden Befehl ein um TWRP auf dem Gerät zu installieren (die vorinstallierte Recovery wird ersetzt und TWRP bleibt auch nach einem Neustart bestehen!):
Code:
fastboot flash recovery <Pfad>/<zum>/<TWRP>/twrp*.img
Unter einem Unix-basierten System kann es sein, dass das Kommando mit root-Rechten ausgeführt werden muss.
Es gilt zu beachten, dass OTA-Updates nicht mehr eingespielt werden können und manuell über fastboot installiert werden müssen!
Alternativ kann man die Recovery temporär booten. Hierbei wird die vorinstallierte Recovery nicht ersetzt. Nach einem Neustart ist TWRP wieder verschwunden. Der Befehl hierfür ist ähnlich zu dem oberen:
Code:
fastboot boot <Pfad>/<zum>/<TWRP>/twrp*.img
Das Gerät nach der Installation der Custom-Recovery zu rooten ist kein großes Problem mehr. Einfach das Superuser-Skript der Wahl herunterladen, es auf das bq Aquaris X kopieren und in die Recovery starten, indem man das Gerät herunterfährt, es danach wieder einschaltet und einen Lautstärkeknopf betätigt, sobald auf dem Bildschirm die Meldung erscheint, dass die Software nicht auf Veränderungen überprüft werden kann ("device software can't be checked for corruption"). Im darauf erscheinenden Menü "Recovery" auswählen und bestätigen. Danach "Install" in TWRP auswählen, die heruntergeladene *.zip-Datei auswählen und den Slider wischen um die Installation zu starten.
Superuser (Magisk): Magisk im XDA Forum [Download] (open source)
English:
In this tutorial I'll show how to install TWRP on your bq Aquaris X and how to root the device afterwards.
At first you have to unlock your bootloader and make sure that your computer has fastboot installed. For instructions on how to do this, you might want to take a look at this thread: [Anleitung] Aquaris X/X Pro Bootloader entsperren/unlock
After you have confirmed that your bootloader is unlocked, reboot into fastboot mode and open a command prompt on your computer. Connect the bq Aquaris X afterwards to your computer with an USB cable.
Next download TWRP for the bq Aquaris X from the official website [Aquaris X Pro] and save it to your computer. Extract the downloaded file until you are presented an *.img file. Now head over to your command prompt and type in the following command to flash TWRP onto the device (preinstalled recovery will be replaced and TWRP persists across reboots!):
Code:
fastboot flash recovery <path>/<to>/<TWRP>/twrp*.img
You might need to run the command with root privileges on a Unix-based system.
It's important to note that OTA updates can no longer be installed afterwards, so you have to apply them manually via fastboot!
Alternatively you can boot the recovery temporarily. Your preinstalled recovery won't be replaced when doing so. After a reboot TWRP will be gone. The command for this is similar to the above:
Code:
fastboot boot <path>/<to>/<TWRP>/twrp*.img
Rooting the device after installing the custom recovery is very straightforward. Simply download your Superuser-script of choice, copy it to the bq Aquaris X and reboot into recovery by shutting down the device, turning it on afterwards and pressing a volume key as soon as it tells you that your device software can't be checked for corruption. Now select "Recovery" in the following screen. Select "Install", select your downloaded *.zip and swipe to start the installation.
Superuser: Magisk at XDA Forums [Download] (open source)
Zuletzt bearbeitet: