Android: Difference between revisions
From DWIKI
m (Created page with "=Howto= ==Backup== *http://androidflip.com/how-to-backup-your-android-phone-before-upgrading-firmware/ =Tools= ==adb== android-sdk-linux/platform-tools/adb") |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Howto= | =Howto= | ||
*[http://developer.android.com/training/basics/firstapp/index.html Building your first app] | |||
*[https://www.wikihow.com/Remove-the-Pin-Code-on-Android Remove PIN code on Android] | |||
==Backup== | ==Backup== | ||
*http://androidflip.com/how-to-backup-your-android-phone-before-upgrading-firmware/ | *http://androidflip.com/how-to-backup-your-android-phone-before-upgrading-firmware/ | ||
==Recovery mode== | |||
Hold volume down and powerbutton | |||
==Locking/unlocking== | |||
*[https://source.android.com/docs/core/architecture/bootloader/locking_unlocking Locking/Unlocking the Bootloader] | |||
===Check if locked or unlocked=== | |||
fastboot getvar unlocked | |||
will probably give you | |||
< waiting for any device > | |||
so boot into [[#Recovery mode]] and try again | |||
=Tools= | =Tools= | ||
==adb== | ==adb== | ||
android-sdk-linux/platform-tools/adb | android-sdk-linux/platform-tools/adb | ||
==Better Battery Stats== | |||
get from xda | |||
=FAQ= | |||
==Change sounds of notifications for apps== | |||
Settings->Apps & notifications->App info->App notifications |
Latest revision as of 19:11, 26 May 2024
Howto
Backup
Recovery mode
Hold volume down and powerbutton
Locking/unlocking
Check if locked or unlocked
fastboot getvar unlocked
will probably give you
< waiting for any device >
so boot into #Recovery mode and try again
Tools
adb
android-sdk-linux/platform-tools/adb
Better Battery Stats
get from xda
FAQ
Change sounds of notifications for apps
Settings->Apps & notifications->App info->App notifications