Remove google nexus ADB - Amazfit

every time i connect my amazfit pace watch to my pc, it change to Google nexus ADB
how to remove it ?, so i can explore my watch for install new watchface

Related

Amazfit Pace Enable App list and Install Apps - Altentative way

Background
I was have trouble getting my Amazfit Pace to be recognized by the adb program or the ADK installer. When it was in the dock it i could look at the files but not have it recognized by the other apps. I have the Amazfit Pace US version with ROM 1.3.3a
Here are the steps i took.
Enable the "developers mode" by tapping on the legal notice.
Plug in the Amazfit to the computer and put a blank file called "launcher_config.ini" in the main directory
Restart the watch. Once it has booted up connect it via the wifi to the same network your computer is on.
Open and cmd prompt and got to "C:\Users\Rich\AppData\Local\Android\sdk\platform-tools" directory (this will differ based on you user name)
Type adb connect (ip address of watch)
Then type adb install (whatever app you want)
Not sure if this is the 100% but it worked for me and my watch was right out of the box. Hope this helps some people.

PACEFIED v3.8 INSTALL APK, Amazfit Pace

Can i install an apk in the last version of Pacefied ?
i cant find the option "Launcher AppList" in the LAB.
Help me pls
I used the installer for watch droid to enable the app list. You need to have you watch connected to your PC with ADB drivers installed.
There were also a few windows tools for the Pace that allow enabling the app list, search here on XDA.
Edit:
Found one
https://forum.xda-developers.com/smartwatch/amazfit/tool-huami-amazfit-tool-unlockadvanced-t3739828
There is an option in this tool to enable the app list, if it still does not show up try disabling one or more of the built in widgets (through the phone app).

Problem installing modded spotify

In this thread,
https://forum.xda-developers.com/an...-spotify-lite-scaled-standalone-wear-t3815680
They managed to make a modded spotify apk with offline playback that fits watches screens. I tried installing it on my amazfit pace via adb and via apk installer with no luck.
ADB throws this message when trying to install it:
[INSTALL_FAILED_NO_MATCHING_ABIS]
Is there any way to get it installed on our watch? Any guess why this error?
Thanks!
The watch is MIPS, Spotify is not compiled for MIPS, so you get that error. There is no way to port it.

Install apk from Chromebook.

Hi!
I wonder if it's possible to install apk files on my Stratos from a Chromebook since I don't have a Windows PC/laptop.
1. Use adb from the terminal/command prompt (most ChromeOS devices now allow installing a Linux subsystem and then you should be able to install/run adb if it not natively available).
2. Install FileManager+ and PaceOn on watch some how, use PaceOn to keep WiFi connected, start remove access (it's actually a FTP server) in File Manager+ then use any FTP client on your ChromeBook to copy the files, then use BugJaeger app to connect to watch via WiFi and run the adb commands to install the app;
3. Install AmazMod on both phone and watch (If you can install Amazfit on Chromebook the probably you can also install AmazMod from it too).
If you have an android phone, use BugJaeger over wireless adb
https://play.google.com/store/apps/details?id=eu.sisik.hackendebug

Apps doesn't sync to my moto360

It just makes me crazy.i install apps on phone but most of them doesn't sync to my watch.I used reset factory at the beginning it syncs all of my apps but they aren't in the menu just half of them or less
Please help me.
Hack - Sideload latest google play services
Hello ,
First question...this subforum is for moto 360 second generation (that supports wear os 2.1, and shouldn't have this issue). If you have the first gen, then move the thread to the correct subforum( maybe an admin can do it).
I had the same issue with my LG G Watch (Android wear 1.5 version). The problem is the old play services.
Firstly, you need to enable developer options on the watch(As any device with android , you will need to go into Settings > About -> and tap Build number for 7 times. After that you will see in settings Developer options. In there enable adb debugging and Debug over Bluetooth.
Secondly, enable from Wear OS app on your phone click Advanced Settings(Scroll at the bottom of the page) and again at the bottom enable Debugging over Bluetooth.
Now connect the phone to the PC , and make sure you have ADB on it, for the next commands.
I've used PowerShell on Windows:
Code:
.\adb.exe forward tcp:4444 localabstract:/adb-hub
.\adb.exe connect 127.0.0.1:4444
Next download the latest apk for Play services (via apkmirror..or a trusty web page)
Google Play services (Wear OS) 17.4.55 for example, and add it in the same folder with adb.exe. Rename it in something short...like googleplayservices.apk.
Push the file to watch, with the command:
Code:
.\adb.exe -s 127.0.0.1:4444 push googleplayservices.apk /sdcard
After it is finished ( It will take 5-10 Minutes). Install procedure, it will take ~10 minutes.
Code:
.\adb.exe -s 127.0.0.1:4444 shell
pm install -r -d -l /sdcard/googleplayservices.apk
The watch it will get disconnected after the install is finished. Go in the Wear os app...and try to see if the phone will connect with the watch. If not, restart the watch(warning !!!to not be mistaken with wipe and reset). And wait with the wear os app open. After connection has been made, Hit resync apps from wear os app, and be patient.
Ali_bakhtiari said:
It just makes me crazy.i install apps on phone but most of them doesn't sync to my watch.I used reset factory at the beginning it syncs all of my apps but they aren't in the menu just half of them or less
Please help me.
Click to expand...
Click to collapse

Categories

Resources