Can't install apk on 2.0 to save my life - Asus ZenWatch 2

Must be the ADB issue on 7.1.1 but it's driving me crazy. I've tried adb debugging then using "adb install appname.apk" it doesn't work . Someone had a working method on 2.0 when it was a beta build but i can't find the thread. Help me out peeps!

You need universal ADB drivers working and enable ADB Debugging in Developer Settings of the watch. Check the device manager for devices without any drivers and verify that ADB Debuggin is active. Of course you need to activate these first. Go to the settings menu, and scroll down to "About" Tap it. Scroll down to the bottom again, where you see "Build" something Tap it seven times. After the third tap, you'll see a playful dialog that says you're four taps away from being a developer. (If only it were that simple, eh?) Keep on tapping, and *poof*, you've got the developer settings back.

Related

[Q] Rooted and Ran GladEnable... Still No Sideloading

My Atrix is on 4.1.83 AT&T
I rooted using the GingerBreak
After rooting I ran the Gladenable script as per procedure in this forum
http://forum.xda-developers.com/showthread.php?t=1017373
It installed succeessfully and i clicked allow when Super User permission displayed.
Now when i try to install 3rd party apps like Amazon / Teamviewer, I am still getting the message "This application comes from unknown source and cannot be installed"
Am I missing something?
How do we know if GladEnable is installed ?
Is there any other option i have to select to Enable Sideloading?
I did see in the Super User Apps tab, 5 New Unknown Apps
Its all almost same time and detail shows
1. mount
2. cp sqlite
3. chmod
4.gladenable.sh sideload
5. gladenable.sh tether
So all above confirms GladEnable installed.
Is these 5 are correct or should i need to see more?
What happen if i run the Glad Enable again?
did you tick the box to allow unknown sources?
When I go into Settings > Applications > Development
I didn't see the option to Allow Unknown Sources.
These are the things i see..
USB Debugging
Stay awake
Allow mock locations
Am I looking at the right place?
Also Under Settings > Applications
I did see these Menus
Manage Applications
Running Services
Development
Double tap home launch
try running root explorer or titanium backup to verify Root access
sakdroid said:
When I go into Settings > Applications > Development
I didn't see the option to Allow Unknown Sources.
These are the things i see..
USB Debugging
Stay awake
Allow mock locations
Am I looking at the right place?
Also Under Settings > Applications
I did see these Menus
Manage Applications
Running Services
Development
Double tap home launch
Click to expand...
Click to collapse
Unknown Sources will be the First option in the Application menu followed by Preferred install location, manage applications etc. Make sure usb debugging is still on and leave it on! Run glade enable again just say no to them all accept the sideloading one. Give that a shot.
I had exactly the same problem. Download the app called root checker and make sure that you are rooted and have the busybox installed. Also, if you are trying to Run GladEnable.bat on Windows 7, make sure that you run it as admin by holding down control and double-clicking, like step 8 mentions. And last, but not least, make sure you have the usb on debbuging mode, you select the "None" usb option on the on your phone, and that windows uses the debbuging drivers when plugged in. I hope this info helps you.
Thanks everyone for the support!
I just reran Glad Enable and now I see the Unknown source under application menu.

adb Unauthorized except in 5.1.1

I currently have 5.1.1 installed on my honor 5x and am able to use adb automatically without accepting an RSA prompt (have installed twrp, rooted, etc.) but when I dload a MM stock rom and use usb debugging it is unauthorized and I get no RSA prompt I've even gone as far as to delete /data/misc/adb from my device and adbkey.pub from my desktop but there is still no pop up authorization in MM
Developer options -> Revoke authorisation (something like that), replug. If that doesn't help, change connection mode to file transfer and try again.
ShadySquirrel said:
Developer options -> Revoke authorisation (something like that), replug. If that doesn't help, change connection mode to file transfer and try again.
Click to expand...
Click to collapse
I actually don't have a "revoke authorization" button below usb debugging, odd I know but I've tried all those options to no avail
Tsunetoma said:
I actually don't have a "revoke authorization" button below usb debugging, odd I know but I've tried all those options to no avail
Click to expand...
Click to collapse
Tried toggling the debugging switch? I had issues like these on one of my previous devices, but usually these were fixed with a simple port change or debug off/on switch, if revoke->replug didn't work.
Have you checked drivers, or if dmesg says something about the device, if you're on Linux? Sometimes even running multiple adb instances (like one from terminal and one from Android Studio, for example) can cause this behviour.
Enable rsa key authentication

[GUIDE] Ultimate Debloating Tool

DONT END UP REMOVING CORE SYSTEM APPS IT WILL RESULT IN A BOOTLOOP!
You need a PC to do this.
This helps you to select the app you want to debloat and gives you options to restore/backup as well.
It also includes a ton of other features.
You can either download the standalone JAR file or the ZIP file which contains both fastboot and ADB.
All credits go to Saki.
Enable developer options in Android.
MIUI: Go to Settings > About device and tap ‘MIUI version’ seven times to enable developer options.
Enable USB debugging in Android.
MIUI: Go to Settings > Additional settings > Developer options and enable USB debugging.
In order to use the Screen density and Screen resolution modules, enable USB debugging (Security settings) as well.
Connect your device to the computer and launch the application. The device is going to ask for authorisation, which you'll have to allow.
Wait for the application to detect your device. The device info should appear in the top left section.
Downloads:
https://github.com/Saki-EU/XiaomiADBFastbootTools/releases
(Just click on assets for the latest version)
Latest JAR Standalone as of 9-9-2019;
https://github.com/Saki-EU/XiaomiADBFastbootTools/releases/download/6.6.1/XiaomiADBFastbootTools.jar

Bad package installed in Xiaomi MI A2 Lite

Hello,
I have a big problem to uninstall a package that I naively installed on the phone.
First of all, the phone works rather normally but:
a) I can't uninstall this app
b) I can't uninstall any other app
c) The app is present in the Accessibility section as a service (it's a clone of LiveNetTv).
The package is named com.a02f252e890bf12d80.eccfe059f8f8a9f521.
I would like to connect the phone to PC via Adb so that I can uninstall the app
from Adb using the indications described here:
h ttps://gadgetstouse.com/blog/2020/07/10/how-to-uninstall-stock-apps-from-android-without-rooting/
The big problem is this one: from the Developer options, when I enable "Debug USB" option,
immediately the option is turned off (every single time), so it's almost impossible for me
to see the phone from PC: if from Powershell I launch the command "adb devices", the device
is never recognized so I can't launch any command to uninstall the app.
I hope you can help me with step by step: the device is not rooted and I prefer not to root it.
Thanks so much for the attention.
vaiadubai said:
The big problem is this one: from the Developer options, when I enable "Debug USB" option,
immediately the option is turned off (every single time), so it's almost impossible for me
to see the phone from PC
Click to expand...
Click to collapse
Restore Android's default settings in Developer options. Re-boot Android. Then re-try.
jwoegerbauer said:
Restore Android's default settings in Developer options. Re-boot Android. Then re-try.
Click to expand...
Click to collapse
In Developer options I don't see the option you quote.
Under System -> Advanced -> Reset options I only have 3 voices:
a) Reset Wi-Fi, mobile data and Bluetooth: I already did it.
b) Reset App Preferences (once clicked, the menu disappears immediately).
c) Reset All Data (I hope to solve before doing this).
For better info, the software of this device is of the type Android One.
Thanks for the answers,
at the end I preferred doing a reset of the phone's data.
With apps memorized in Google Drive it seems not so long to recuperate
a configuration similar to the original.

Question Morelocale2 on Find N... Problem

Hi.
I wanted to install Morelocale2, but when I installed via adb, the smartphone wants me to enter another adb command. However, when I do that, an error appears. See Picture.
I have the solution for you:
With the Find N you have to activate "Disable Permission Monitoring" in addition to "USB Debugging".
Hey MobilejackYT where abouts are both of these settings on the Find N?
Located in developer options.
Settings -> about device -> version -> tap build number 8 times until a confirmation windows appears.
Then it's located in system settings.

Categories

Resources