Android: Difference between revisions
From DWIKI
m →Howto Tag: wikieditor |
m →FAQ Tag: wikieditor |
||
| Line 15: | Line 15: | ||
==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 | ||
==Check if locked or unlocked== | |||
fastboot getvar unlocked | |||
will probably give you | |||
< waiting for any device > | |||
so boot into [[#recovery mode]] | |||
Revision as of 12:33, 26 May 2024
Howto
Backup
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
Check if locked or unlocked
fastboot getvar unlocked
will probably give you
< waiting for any device >
so boot into #recovery mode
