• schok classic flip

4 days later

Biden2020prez I'm trying it now. The phone is showing a small logo, but when I try to run the command, it just says < waiting for any device >. When I run fastboot devices it just goes to the next command line without giving me anything.

    Same thing when I try booting into fastboot with adb reboot-bootloader

    FliphoneBochur [Login to see the link] often tells people they need fastboot drivers. I don't think it's device specific. But I'm not sure what it is. I think you may have a bad USB connection. Does fastboot devices work on any other phones for you? Try flipping the USB Upside down? Stuff like that usually do the trick. Stronger usb = better.

      Biden2020prez
      A) My Go Flip V (which actually has a fastboot menu) shows up when I run fastboot devices
      B) I don't have the phone to check right now (it's my friend's), but I'll ask for it back.
      C) When I had it yesterday I tried flipping the cable but it didn't help. I have a pretty strong USB C cable, so I think it's a software thing
      D) When I google fastboot drivers, I get stuff that are device-specific.
      E) Any ideas?

      what adb commands do i use to uninstall the browser on my schock classic

        zvirose adb shell pm uninstall --user 0 com.android.browser. If you're on WebADB, run that command without adb shell (pm uninstall --user 0 com.android.browser).

        when playing with the schok phone i found some apps that have a setting to rate or check out other apps on the play store it will bring you to the play store even if you take off the internet it seems like the play store is built into the phone just not accessable without outside help

          bochur2000 Just run adb shell pm uninstall --user 0 com.android.vending. (If you're on WebADB, run that command without adb shell (pm uninstall --user 0 com.android.vending). And it should be fine.