1

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 ?

3
  • Use AndroidStudio terminal while your phone is connected
    – elmorabea
    Commented Dec 5, 2017 at 10:14
  • Do you have android studio installed?
    – Bek
    Commented Dec 5, 2017 at 10:15
  • Yes, I have it, can u provide any link how to do it ?
    – el-musleh
    Commented Dec 5, 2017 at 10:16

2 Answers 2

6

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
4
  • 1
    Alternatively cd into the directory Commented Dec 5, 2017 at 10:30
  • 1
    also alternatively add path to platform-tools in environment variables path and use android studio terminal
    – Manohar
    Commented Dec 5, 2017 at 10:36
  • I need to instal Android studio or what tools ?
    – zac
    Commented Dec 13, 2021 at 14:08
  • 1
    Ya android studio , If you don't want to install full android studio Then I thing there is program called minimal ADB or something on XDA forums
    – Manohar
    Commented Dec 13, 2021 at 16:34
3

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.

Not the answer you're looking for? Browse other questions tagged or ask your own question.