简体   繁体   中英

How to run adb shell?

I read an article about fix phone issue but they said run this code to fix.

adb shell am start -n com.google.android.setupwizard/.SetupWizardTestActivity

From this Blog here

My device is LG G3 (android v5 OS)

So, is there any apk from playstore or google to download to run this command ?

For Windows:

  1. Open SDK folder
  2. go to platform-tools
  3. hold shift and right click
  4. click open command window here
  5. in command prompt run you commands

If you work on windows os open this path in your explorer C:\\Users\\YOUR_PC_NAME\\AppData\\Local\\Android\\sdk\\platform-tools then press shift and right click. then choose open command window here . Also you have to enable usb debugging on your phone to work with adb commands.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM