ij08 trying to uninstall using "adb uninstall com.andriod.settings but got error :adb uninstall com.andriod.settings The system cannot find the path specified.
mg5077 L-B I just copied from the post I have replied so here is the fix adb shell pm uninstall com.android.settings
Jumptoheaven blumax either you can install list launcher Which [Login to see the link] has also posted, and that will have the settings app. Or you can just use voice access to open settings.
xxdeafgirl I'm back and I KNOW WHY HOTSPOT CRASHES! We need way more APKs than originally thought, so I'm thinking of making a megathread about this. You'll minimum need Wi-Fi and Bluetooth from a Rebel 4. I have the R4 out again so I'm gonna do some pull work tonight and tommorow.
xxdeafgirl Mike UN220? That's Android 6.0. I'd need to buy an LG K8 V and cross my fingers that it's on 6.0 still.
xxdeafgirl To install it you use ADB Command: adb install -r -g LGSettings.apk Look up Rebel 4, I'm pretty sure I uploaded a bunch of other system apps.
THE_SOMEONE xxdeafgirl Doesnt work (Anyone know why it says here "you do not have permission to do that" ?
Yankeygold xxdeafgirl can you find some settimg app that will work for android 6 cause thats why its not working for lg exalt
grk1138 So I'm trying to install this via WebADB. I've tried through it's install APK function with no success I assume because I cannot include the - g - r flags. When I try to do it through the shell I get this error: /system/bin/sh: adb: not found Any suggestions? I should mention that I am using WebADB as my only computer at the moment is a chromebook.
xxdeafgirl grk1138 That's because you're already in the device. You need to push the APK to it and then use pm install <path> -g -r