可唔可以試吓用ADB得唔得?
用緊2019 準備換2021
fire hd change default launcher
install nova launcher first
Using adb shell
nohup logcat -c; logcat | grep --line-buffered 'flg=0x10200000 cmp=com.amazon.firelauncher/.Launcher' | while read line; do am start com.teslacoilsw.launcher/.NovaLauncher; done &
Nova is now launcher
To reverse back to stock Fire launcher
nohup logcat -c; logcat | grep --line-buffered 'flg=0x10200000 cmp=com.amazon.firelauncher/.Launcher' | while read line; do am start com.amazon.firelauncher/.Launcher; done &