• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. James L

    Google [Solved] adb sideload ota failure

    I used to just type adb sideload and then drag and drop the apk into cmd
  2. James L

    Gas prices?

    $4.69 a gallon here but I have to use 93 Hellcat wide body
  3. James L

    Help How to force stop apps PERMANENTLY?

    I hope this helps, like I stated earlier I haven’t owned an Android device in a few years due to myself wanting to tinker with it… With my job that wouldn’t be good and would probably flag a security alert.
  4. James L

    Help How to force stop apps PERMANENTLY?

    To force stop an Android app using a command line, you can use the adbtool with the am force-stopcommand followed by the app's package name. For example, adb shell am force-stop com.example.app would force stop the app with the package name com.example.app.
  5. James L

    Team Rivian, Go big or go home !

    Team Rivian, Go big or go home !
  6. James L

    Help How to force stop apps PERMANENTLY?

    I’ll take a look at it in a bit the command could probably be changed to fit your needs. Might be a few hours before I can reply back, preparing for work.
  7. James L

    Help How to force stop apps PERMANENTLY?

    Hmm you want to force stop apps, maybe in the settings, I haven’t owned an Android device in a few years. I have nothing against Android.
  8. James L

    Help How to force stop apps PERMANENTLY?

    Or use terminal emulator instead of a PC.
  9. James L

    Help How to force stop apps PERMANENTLY?

    Try this as it doesn’t require root access. Connect your phone to your computer via USB. Enable USB debugging in your phone's settings. Use the following command in the command prompt to remove an app: adb shell pm uninstall -k --user 0 com.my.demo.app (replace com.my.demo.app with the...
  10. James L

    Help How to force stop apps PERMANENTLY?

    Yes you would run the command including the apps name. I think it was 2 apps used one being terminal emulator but if you have a PC neither app is necessary. I’ll try to take a look in a bit.
  11. James L

    Help How to force stop apps PERMANENTLY?

    There used to be a command you could use in terminal emulator or command prompt etc. That could do it, not sure what it is anymore without looking through my posts. I haven’t been on here in a long time due to switching to IPhone. I’m sure with a little searching you could find the command on...
  12. James L

    Root Note Edge SM-N915P 5.1.1 OK2 build

    If you have this device with the OK2 build which is the newest one for this device. Using CF autoroot even though it says it supports the build will not currently work and will soft brick the device. A custom kernel is not needed to root this device. Use this recovery for the Sprint variant...
Back
Top Bottom