Problem installing modded spotify - Amazfit

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.

Related

[GUIDE] Send, receive and manage files on your watch from the phone using Bluetooth

Hi everyone, I got my watch 2 days ago and rooted it in the first two hours and since then keept trying different android apps on the watch and since then I managed to find a way to sideload apps without a computer and I am sharing it with you.
Note: This guide assumes you have your watch connected to your phone, your phone connected to the internet, a computer around and adb installed on the computer and some abilities of using adb commands to pull files and installing apk's and some basic linux commands like "cd".
Note 2: Links to the apps are in the 2nd post.
Note 3: List of working apps and tips in 2nd post.
Note 4: Guide to using adb from the phone and connecting the watch to a new device without a format in the 3rd post.
Here are the steps:
Install ASTRO Bluetooth Module on the phone.
Install Bluetooth file transfer on the phone.
Connect the phone to the computer and pull the ASTRO Bluetooth Module apk file from data/app.
Connect the watch to the computer (adb over bluetooth or over USB) and sideload the ASTRO Bluetooth Module you just pulled from your phone.
Open the ASTRO Bluetooth Module app on your watch and tic the OBEX FTP SERVER option.
Open the Bluetooth file transfer app on your phone and switch to the Bloueooth tab (the one with the blue Bluetooth sign).
You will see your G Watch in the Cache list, click on it.
On the list that will open click on "File Transfer Profile (FTP)" and wait for it to connect.
Now the contents of the /sdcard folder of the watch should be shown on the Bluetooth tab.
To send a file switch back to your other tab and long-press on the file you want to send and click upload.
To receive a file from your watch go to the Bluetooth tab and long-press the file you want and click Download.
In the bluetooth tab you can also fully manage your sdcard folder from your watch so you can delete, move and copy any file or folder on your watch,
Enjoy.
Also in case you want to sideload apps to your watch you first need to send them using the method above and then do this:
Install terminal Emulator on your phone and sideload it to your watch the same way you did with ASTRO Bluetooth Module above.
Sideload Minuun keyboard for wear or an other keyboard if you think you can use it.
Optional, usefull only if you have root: Install ES File Explorer on your phone and sideload it to your watch.
To install apps open Terminal Emulator on your watch and go to the folder your apk file is in using the "cd" command and then do: "pm install <appname>.apk" changing <appname> to the name of your apk file.
If you choose to install ES File Explorer you can do that much easyer by enabling root acces in it and the option to automatically install and uninstall apps.
And if you want to uninstall apps directly from your watch do this:
Open Terminal Emulator.
Issue the command: "pm list packages -3" and find the package name of the app you want to uninstall
Issue the command: "pm uninstall <packagenamehere>" replacing <packagenamehere> with the package name of the app you want to uninstall.
NOTE: Uninstalling apps using ES File Explorer does unfortunately not work because it asks if you want to uninstall the app and the buttons are not on the screen so you can't click on the "Yes" option.
Done.
Here you go guys, have fun, hope this helps someone else as much as it does help me, will also try to find a way to connect the watch to the adb daemon on the phone via bluetooth and if I manage to do that I will surely post a guide.
Resources:
Astro Bluetooth Module: https://play.google.com/store/apps/details?id=com.metago.astro.network.bluetooth
Bluetooth File Transfer: https://play.google.com/store/apps/details?id=it.medieval.blueftp
Terminal Emulator: https://play.google.com/store/apps/details?id=jackpal.androidterm
ES File Explorer: https://play.google.com/store/apps/details?id=com.estrongs.android.pop
List of working apps:
-All the ones that the above post tells you to sideload to the watch
-The apps in this thread: http://forum.xda-developers.com/android-wear/general/list-sideloaded-android-wear-apps-t2908106
-MiXplorer-better as a file explorer in my opinion because of the list view, does not have music player and text editor so you still need ES File Explorer for that, also crashes when you exit-link: http://forum.xda-developers.com/showthread.php?t=1523691
Tips:
-If an app you want to sideload uses holo theme it will most probably not work, I think wear has holo removed
Thanks to:
@EpicLPer for creating that thread of sideloaded working apps.
Someone managed to execute adb commands from the phone to the watch, look here:
http://forum.xda-developers.com/android-wear/development/adb-smartphone-to-android-wear-t2987568
Also on this thread someone managed to connect the watch to a different phone without a factory reset on an older android wear version:
http://forum.xda-developers.com/and.../app-reset-wear-client-switch-phones-t3058962
But it's not that easy anymore, that you now need to do is:
First execute the (adb shell "pm clear com.google.android.gms && reboot") command
And then after the reboot execute the (adb shell am start -a android.bluetooth.adapter.action.REQUEST_DISCOVERABLE) command to be able to connect your phone
I have also made shell scripts to do that directly on the watch using terminal emulator and will upload them soon.
Great stuff sir!
crazyeats said:
Great stuff sir!
Click to expand...
Click to collapse
Glad you enjoy it, have now added a list of working apps and tips in the 2nd post, if you test other apps and they work please post them and I will add them.
Solid! Thanks
Great any update then?
johnvuong1999 said:
Great any update then?
Click to expand...
Click to collapse
Sorry I was without a PC for a week and didn't see your message, updates on what are you asking about?
If you are asking about more apps I didn't really get more apps working (android wear is just missing too many things), only some video players but they break the app "Wear Mini Launcher" for some reason, and if you are asking about using adb via bluetooth to debug the watch from the phone that's also something I didn't get working and I did try all the ideas I had.
Root required?
owais113 said:
Root required?
Click to expand...
Click to collapse
If you would have read the whole post you would have seen that it only needs root to install apps using ES File Explorer but unfortunately after the 5.1 update the "pm install" command doesn't seem to work anymore (with or without root) it just gives a "FAILED_INVALID_URI" error.
Other news is that someone on the wear general forum actually managed to run adb over bluetooth so you can now install apps from your phone directly using adb instead (but it does require root on your phone) I will post the link in the 3rd post soon.
Ranomez said:
If you would have read the whole post you would have seen that it only needs root to install apps using ES File Explorer but unfortunately after the 5.1 update the "pm install" command doesn't seem to work anymore (with or without root) it just gives a "FAILED_INVALID_URI" error.
Other news is that someone on the wear general forum actually managed to run adb over bluetooth so you can now install apps from your phone directly using adb instead (but it does require root on your phone) I will post the link in the 3rd post soon.
Click to expand...
Click to collapse
But does the watch need to be rooted or you only need a rooted phone.
owais113 said:
But does the watch need to be rooted or you only need a rooted phone.
Click to expand...
Click to collapse
Do you need root on your watch to execute the "adb install" command command from the PC?

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).

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

Connect GTR to windows 10

Hi guys,
I've recently receive my GTR47 titanium, i would like know how i can connect my gtr to windows for modify watch face etc...
Thank you
the watch have only charging ports, you cannot connect it to a PC, you can connect to your smartphone and do all the relevant stuff via Notify and fitness and likes.
Jiiiiip said:
Hi guys,
I've recently receive my GTR47 titanium, i would like know how i can connect my gtr to windows for modify watch face etc...
Thank you
Click to expand...
Click to collapse
Either via the app. or alternatively as described here: https://amazfitwatchfaces.com/forum/viewtopic.php?f=14&t=783
Horst_999 said:
Either via the app. or alternatively as described here: https://amazfitwatchfaces.com/forum/viewtopic.php?f=14&t=783
Click to expand...
Click to collapse
Yes, this is already that i do.
But i would like install more then 1 custom watchface.
Do you know where is the installation file of amazfit ? if we find is whe can change the bin of the custom watchface pre installed.

How to sideload apps to galaxy watch 3

Hi. So i've been searching for hours and nothing is working. I'm trying to sideload modded aps onto my gw3. So far I've gone through:
[APP][MOD] Spotify Lite - scaled for standalone use on Wear OS
This is a mod of the Spotify Lite v0.6.6. The official Spotify app for Wear OS is not able to stream music standalone. Sideloading any Spotify works but the UI is obviously giant on Wear OS - see this recent Spotify screenshot from Wear OS. It's...
forum.xda-developers.com
Get any app on your Android watch!
Think the Android Wear store is limited? You can get any app you like on your Android Wear watch. Here's how to sideload apps to Android Wear.
www.techadvisor.co.uk
[OFFICIAL][TOOL][WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.3
15 seconds ADB Installer v1.4.3 ADB, Fastboot and Drivers What is this? This is All-in-One installer for 3 most needed PC tools for Android. No need to download big SDK for 3 small things. I originaly made it for my Kurdish friend AnGrY DuDe in...
forum.xda-developers.com
I'm having problems loading adb and getting the debugging wifi address. I tried searching youtube but there's nothing that goes over this. Is there a more detailed instructions on how to do this for the gw3? Thanks
I'm now getting this error:
adb connect 192.168.47.102
cannot connect to 192.168.43.102:5555: No connection could be made because the target machine actively refused it. (10061)
Smeeksmiley said:
Hi. So i've been searching for hours and nothing is working. I'm trying to sideload modded aps onto my gw3. So far I've gone through:
[APP][MOD] Spotify Lite - scaled for standalone use on Wear OS
This is a mod of the Spotify Lite v0.6.6. The official Spotify app for Wear OS is not able to stream music standalone. Sideloading any Spotify works but the UI is obviously giant on Wear OS - see this recent Spotify screenshot from Wear OS. It's...
forum.xda-developers.com
Get any app on your Android watch!
Think the Android Wear store is limited? You can get any app you like on your Android Wear watch. Here's how to sideload apps to Android Wear.
www.techadvisor.co.uk
[OFFICIAL][TOOL][WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.3
15 seconds ADB Installer v1.4.3 ADB, Fastboot and Drivers What is this? This is All-in-One installer for 3 most needed PC tools for Android. No need to download big SDK for 3 small things. I originaly made it for my Kurdish friend AnGrY DuDe in...
forum.xda-developers.com
I'm having problems loading adb and getting the debugging wifi address. I tried searching youtube but there's nothing that goes over this. Is there a more detailed instructions on how to do this for the gw3? Thanks
I'm now getting this error:
adb connect 192.168.47.102
cannot connect to 192.168.43.102:5555: No connection could be made because the target machine actively refused it. (10061)
Click to expand...
Click to collapse
Have you looked here?
Samsung Galaxy Watch 3
forum.xda-developers.com

Categories

Resources