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

Recent content by James L

  1. James L

    Moto g looping on power up

    If you have a pc or access to one try this Fix Software Issues| Software Fix | Motorola Support US If you’re using a desktop use the usb port connection in the back. I haven’t messed with any android devices in a few years… Switched to iPhone due to work a few years ago. Gotta say my 17 pro...
  2. James L

    Apple to sd

    I wouldn’t think picture quality would suffer but it might. There should be a wireless transfer app or option though.
  3. James L

    Apple to sd

    I skimmed through the thread, if you have an android device you can just transfer the pictures & videos wirelessly to the iPhone. It appears to be an older iPhone but it should still ask during setup if you want to transfer whatever. Older iPhones use a lightning cable, newer ones at least in...
  4. James L

    Apple Support Blames App Developers for Major Limitation in iOS

    I’m a fan of Android but…. My Apple devices run flawlessly.
  5. James L

    Google [Solved] adb sideload ota failure

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

    Gas prices?

    $4.69 a gallon here but I have to use 93 Hellcat wide body
  7. 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.
  8. 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.
  9. James L

    Team Rivian, Go big or go home !

    Team Rivian, Go big or go home !
  10. 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.
  11. 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.
  12. James L

    Help How to force stop apps PERMANENTLY?

    Or use terminal emulator instead of a PC.
  13. 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...
  14. 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.
  15. 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...
Back
Top Bottom