Virtualbox Android debug

Forward ports in VirtualBox adb kill-server export ADB_SERVER_SOCKET=tcp:10.0.2.2:5037 Connect phone Check with adb devices

Published
Categorized as Android

Accept Android SDK licenses from cli

The way to accept license agreements from the command line has changed. You can use the SDK manager which is located at: $ANDROID_HOME/tools/bin e.g: ~/Library/Android/sdk/tools/bin Run the sdkmanager as follows: ./sdkmanager –licenses And accept the licenses you did not accept yet (but need to).

Fix WiFi LG G5 misc partition

Command to safely get out of stuck TWRP would need to be updated for the G5: dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc bs=256 count=1 conv=notrunc that would help some people stuck in TWRP (wont help those stuck in download mode.. they should just successfully flash a TOT/KDZ to stop phone from booting into download mode). And it may… Continue reading Fix WiFi LG G5 misc partition

Published
Categorized as Android

Lineage OS

Folder for downloaded updates /data/lineageos_updates

Published
Categorized as Android