Sony Xperia X Nougat 7.1.1 Rollout
Since today the rollout of Android finds 7.1.1 for the Xperia X instead. I have my equipment updated changelog from Sony can be viewed here: http://support.sonymobile.com/global-en/xperiax/kb/8019307406466a0cf0158a88bf3b0003781/ changes from Google Blog: https://with…
Android: Log Files the Easy Way
If there are problems with Android is a look at the log files useful. For this you open the adb shell and prints the following command: adb logcat -v long > logcat.txt Another alternative is Included meters in the SDK DDMS. It is found under “Programmverzeichnis | …
Android: Create a backup using adb shell
need to create a backup on the Android tools the adb shell to start. If the connection was successful, is a backup created with the following command: adb backup -apk -shared -all And to restore the backup: adb restore backup.a…