Android: Difference between revisions
From DWIKI
m (→Howto) |
mNo edit summary |
||
Line 10: | Line 10: | ||
==Locking/unlocking== | ==Locking/unlocking== | ||
*[https://source.android.com/docs/core/architecture/bootloader/locking_unlocking Locking/Unlocking the Bootloader] | *[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= | ||
Line 21: | Line 28: | ||
==Change sounds of notifications for apps== | ==Change sounds of notifications for apps== | ||
Settings->Apps & notifications->App info->App notifications | 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