Bits and Bytes

Disclaimer

Apps4Flip has no connection with anything posted on this page and provides all information here for informational purposes only. Please do not contact us about anything posted on this page.

Apps4Flip takes no responsibility for the download or usage of any of these tools or tips. Do so at your own risk! We are not responsible for any thermo nuclear explosions, bricked devices, inexplicable transport to a dual universe, or anything else one can possibly claim to be a direct or indirect result of the download or usage of these tools and tips.

Uninstall Applications

To uninstall built in applications from your 4G flip phone, perform the following:

  1. Figure out the package name of the application that you would like to uninstall, you can do this by running adb shell pm list packages and figuring out which package name matches the app which you want to uninstall.
  2. Once you have the package name run the following command and insert the package name after the 0 - adb shell pm uninstall -k --user 0 my.packagethat.iwanttouninstall

Here are examples of applications that come with the phone:

Browser:  adb shell pm uninstall -k --user 0 com.android.browser
Email:  adb shell pm uninstall -k --user 0 com.lge.email
My Verizon:  adb shell pm uninstall -k --user 0 com.vzw.hss.myverizon
VCast Media Manager:  adb shell pm uninstall -k --user 0 com.vcast.mediamanager
HotSpot:  adb shell pm uninstall -k --user 0 com.lge.hotspotlauncher

Control Phone From PC

Use SCRCPY which shows your phones screen on your computer and lets you use your mouse and keyboard to interact with the phone screen. Download for it by searching “github SCRCPY” on google and going to the releases section.
Note: 4G flip phones which do not contain video codecs such as the Kyocera Cadance will not work with SCRCPY.

Great ADB Install Guide

For all you need to know about obtaining, installing, and running ADB; click here to get to a xda developers guide.