คำสังพื้นฐานสำหรับจัดการ android เบื้องต้น

ประมาณนีครับเอาไว้เขียนโปรแกรมแก้เองแล้วแต่ถนัดคราบ

#Deleting Data and Restarting Your Device
adb.exe shell rm /data/data/com.android.providers.settings/databases/settings.db
adb.exe shell rm /data/data/com.android.providers.settings/databases/settings.db-shm
adb.exe shell rm /data/data/com.android.providers.settings/databases/settings.db-wal
adb.exe reboot

#Rebooting Your Device In Dowload Mode
adb.exe reboot download

#Rebooting Your Device In Recovery Mode
adb.exe reboot recovery

#Rebooting Your Device In Normal Mode
adb.exe reboot
fastboot.exe reboot

#Deleting Data And Rebooting Your Device
fastboot.exe erase cache
fastboot.exe erase userdata
fastboot.exe reboot

#TEST Connecting Device
fastboot.exe devices

#Deleting Data and Restarting Your Device
adb shell wipe data

#Deleting Data and Restarting Your Device
adb.exe shell rm /data/data/com.android.providers.settings/databases/settings.db
adb.exe shell rm /data/data/com.android.providers.settings/databases/settings.db-shm
adb.exe shell rm /data/data/com.android.providers.settings/databases/settings.db-wal
adb.exe reboot

#Reset Security menu to unlock
adb.exe shell rm /data/system/gesture.key
adb.exe reboot

#Deleting Data and Restarting Your Device
adb.exe shell rm /data/system/password.key
adb.exe reboot

#Cpu info
adb.exe shell cat /proc/cpuinfo

#Hardware info
adb.exe shell lsmod

#Software info
adb.exe shell getprop ro.build.fingerprint

#test connecting device
adb.exe devices


0 ความคิดเห็น:

แสดงความคิดเห็น