• schok classic flip

can someone with this phone boot to fastboot (press volume down and power on at the same time. it will be a small schok logo), and run fastboot getvar unlocked (from inside adb directory on pc). tell me what it says

    Reifam It tells you whether or not the bootloader is locked or not.

    it will return unlocked: yes or unlocked: no

      Biden2020prez
      unlocked: no

      This is the Boost-branded one. I got a new one, since my keypad went bad, and haven't unlocked it yet, since it didn't serve me any purpose to do it before...

        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.