Category: android

Flashing Sony Xperia Z3 compact unter Linux

Dies ist eine kurze Version der Anleitung von Abhiram Ravikumar, die unter einem aktuellen Debian wunderbar funktioniert. Java sollte installiert sein (egal ob openjdk oder v. Oracle) Vorbereitungen wget -O /etc/udev/rules.d/51-android.rules https://raw.githubusercontent.com/NicolasBernaerts/ubuntu-scripts/master/android/51-android.rules chmod a+r /etc/udev/rules.d/51-android.rules apt-get install android-tools-adb android-tools-fastboot p7zip-full Backup des Xperia Z3 mittels adb root@host:~/# adb devices List of devices attached YT911ABH96 device root@host:~/# adb backup -f YT911ABH96-phone-backup.adb -apk -all   Hier bekommt man eine Torrent Datei zum Downloaden des Flashtools   Hier bekommt man die […]