Android wear developer forum

Android wear developer forum

Wear OS by Google (ранее – Android Wear)
версия: 2.52.0.394110842

Последнее обновление программы в шапке: 14.10.2021

Краткое описание:
Приложение для умных часов на базе Wear OS.

Описание:
Приложение Wear OS by Google (прежнее название – Android Wear) расширяет возможности часов, синхронизируя их с телефоном. Вы можете получать проактивную помощь от Google Ассистента, читать важные сообщения, отслеживать свою физическую активность и делать многое другое, не доставая телефон.

версия: 2.0.0.147108189.gms [Android] Android Wear (Пост Displax #58694512)
версия: 2.0.0.146489418.gms [Android] Android Wear (Пост Displax #58177625)
версия: 2.0.0.145450541.gms [Android] Android Wear (Пост Displax #57647266)
версия: 2.0.0.141773014.gms [Android] Android Wear (Пост Displax #56072465)
версия: 2.0.0.141371744.gms [Android] Android Wear (Пост Displax #55924355)
версия: 2.0.0.141207438.gms [Android] Android Wear (Пост Displax #55887692)
версия: 2.0.0.137106828.gms [Android] Android Wear (Пост VLADFIONOV #54673944)
версия: 1.5.0.3329214.gms [Android] Android Wear (Пост VLADFIONOV #53909471)
версия: 1.5.0.3250495.gms + 2.0.0.134587396 beta [Android] Android Wear (Пост VLADFIONOV #53645110)
версия: 1.5.0.3124679.gms [Android] Android Wear (Пост VLADFIONOV #53144781)
версия: 1.5.0.3086575.gms [Android] Android Wear (Пост VLADFIONOV #51917213)
версия: 1.5.0.2951640.gms [Android] Android Wear (Пост VLADFIONOV #50260062)
версия: 1.5.0.2861804.gms [Android] Android Wear (Пост VLADFIONOV #49697912)
версия: 1.5.0.2835999.gms [Android] Android Wear (Пост VLADFIONOV #49512282)
версия: 1.5.0.2714488.gms [Android] Android Wear (Пост VLADFIONOV #49439190)
версия: 1.5.0.2690526.gms [Android] Android Wear (Пост VLADFIONOV #48229158)
версия: 1.4.0.2552934.gms [Android] Android Wear (Пост VLADFIONOV #48202833)
версия: 1.4.0.2470307 https://4pda.to/forum/d…_1.4.0.2470307.gms.apk
версия: 1.3.0.2171751 https://4pda.to/forum/d…722717510-minAPI18.apk
версия: 1.1.1.1956917 https://4pda.to/forum/dl/post/6330837/base.apk
версия: 1.0.5.1630507 Android Wear (Пост #36405917)
версия: 1.0.4.1611133 Android Wear (Пост #35705833)
версия: 1.0.4.1580939 Android Wear (Пост #35705833)
версия: 1.0.2.1545943 Android Wear (Пост #35333529)
версия: 1.0.2.1476973 https://4pda.to/forum/d…Wear_1.0.2.1476973.apk
версия: 1.0.0.1261840Android Wear.apk ( 8.6 МБ )

По вопросам наполнения шапки обращайтесь в QMS к Модераторам раздела или через кнопку «Жалоба» под сообщениями, на которые необходимо добавить ссылки.

Сообщение отредактировал Woertz — 14.10.21, 17:39

Источник

How to Sideload Apks onto Android Wear Watch

shawndak

Senior Member

I have been looking how to do this for a day now with no luck. All the other applications seem to be for early Android wear versions less than 2.0 or Android 5.1.1 or less.
Option 1 (Faster)
1: Install ADB on your computer. https://www.xda-developers.com/install-adb-windows-macos-linux/
2: Enable Developer Options on your wear watch. https://forum.xda-developers.com/android-wear/development/guide-how-to-connect-adb-wifi-t3368602
3: Make sure bluetooth is off, wifi on and connected to same network as laptop.
4: Turn on debug over wifi option in developer options and wait for it to show your IP.
5: On windows, make sure platform tools are on the main drive. Ex (C
6: Copy your APK files into the same folder.
7: Inside the folder, press shift and right click. Then press «open with CMD here or powershell»
8:Type .\adb connect 192.168.0.5:5555 (use your own IP, not the ex)
9: Once connected type .\adb install facebook.apk (type in your own APK name, not the ex)
10: Wait for success, and app should be on watch

FYI some computers do not need the .\adb, just type adb

Option 2 (Slower)
* Prerequisites:
1: Computer
2: Cord to connect your phone.

Tested and works with Lineage OS Android Nougat 7.1 and Android wear 2.7 on Verizon Wear24 watch
All the credit goes to the youtuber that created the video, I’m just passing along the information.

Follow the steps listed in the Start.bat, do not run as Admin.

Читайте также:  Sync photos from android to android

The APK must be loaded into the main folder, not the app folder.

Currently installed Facebook Lite, tested and works.
Opera Mini opens but force closes after a few seconds.

Attachments

shawndak

Senior Member

You may need to open the start.bat twice if it doesnt load the localhost (watch) the first time.

Just a heads up the installation transfers APKS at 51 KB/s, slow! Takes about 2 minutes for a 5mb apk.

agonzalez1010

Senior Member

shawndak

Senior Member

nagelo

Member

I have been looking how to do this for a day now with no luck. All the other applications seem to be for early Android wear versions less than 2.0 or Android 5.1.1 or less.
Option 1 (Faster)
1: Install ADB on your computer. https://www.xda-developers.com/install-adb-windows-macos-linux/
2: Enable Developer Options on your wear watch. https://forum.xda-developers.com/android-wear/development/guide-how-to-connect-adb-wifi-t3368602
3: Make sure bluetooth is off, wifi on and connected to same network as laptop.
4: Turn on debug over wifi option in developer options and wait for it to show your IP.
5: On windows, make sure platform tools are on the main drive. Ex (C
6: Copy your APK files into the same folder.
7: Inside the folder, press shift and right click. Then press «open with CMD here or powershell»
8:Type .\adb connect 192.168.0.5:5555 (use your own IP, not the ex)
9: Once connected type .\adb install facebook.apk (type in your own APK name, not the ex)
10: Wait for success, and app should be on watch

FYI some computers do not need the .\adb, just type adb

Option 2 (Slower)
* Prerequisites:
1: Computer
2: Cord to connect your phone.

Tested and works with Lineage OS Android Nougat 7.1 and Android wear 2.7 on Verizon Wear24 watch
All the credit goes to the youtuber that created the video, I’m just passing along the information.

Follow the steps listed in the Start.bat, do not run as Admin.

The APK must be loaded into the main folder, not the app folder.

Currently installed Facebook Lite, tested and works.
Opera Mini opens but force closes after a few seconds.

shawndak

Senior Member

pug1gaming

Member

You may need to open the start.bat twice if it doesnt load the localhost (watch) the first time.

Just a heads up the installation transfers APKS at 51 KB/s, slow! Takes about 2 minutes for a 5mb apk.

hotplex

Member

I came across this error when following the first option. Any advice?

error: more than one device/emulator
adb: error: failed to get feature set: more than one device/emulator
— waiting for device —
error: more than one device/emulator

schuetzi13

New member

Hey first of all I want to say thanks for your tutorial.
I found another method for sideloading your apps to your Wear OS watch.

It’s my preferred method because you need no PC.

There is this apps called Apps2Fire it’s made for sideloading apps to an Amazon fire TV, but if you enter the IP address of your watch and enable ADB over Wi-Fi you can sideload all apps installed on your phone or any .apk stored at your phone directly to your watch.

For me, this is the easiest way for sideloading, and it would be cool if you can add it to your tutorial.

Tutorial:
1. Install Apps2Fire on your Phone
2. Open the app and go to Setup,
3. Enter the IP of your watch/ or tap on network and let it search for your watch
4. Tap in the upper right corner on the Upload Symbol and chose your .apk and tap on it and then on install.
5. Enjoy

Читайте также:  Отследить андроид через гугл хронология

rapporciento

New member

raider_john

New member

I came across this error when following the first option. Any advice?

error: more than one device/emulator
adb: error: failed to get feature set: more than one device/emulator
— waiting for device —
error: more than one device/emulator

ecompton59

Senior Member

would thet be wrong adb. most don’t set a path in variables on Windows they will have issues for Windows would this be better fastboot too thanks great work glad people are working on wear

———- Post added at 02:12 PM ———- Previous post was at 02:11 PM ———-

would thet be wrong adb. most don’t set a path in variables on Windows they will have issues for Windows would this be better fastboot too thanks great work glad people are working on wear https://forum.xda-developers.com/showthread.php?t=2588979

lindser112

Member

please help! error

i tried sideloading with adb. i got the watch to connect but when i tried to install the apk i got this error:
adb: failed to install gv.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
what am i doing wrong? please help. thank you
lindsay

I have been looking how to do this for a day now with no luck. All the other applications seem to be for early Android wear versions less than 2.0 or Android 5.1.1 or less.
Option 1 (Faster)
1: Install ADB on your computer. https://www.xda-developers.com/install-adb-windows-macos-linux/
2: Enable Developer Options on your wear watch. https://forum.xda-developers.com/android-wear/development/guide-how-to-connect-adb-wifi-t3368602
3: Make sure bluetooth is off, wifi on and connected to same network as laptop.
4: Turn on debug over wifi option in developer options and wait for it to show your IP.
5: On windows, make sure platform tools are on the main drive. Ex (C
6: Copy your APK files into the same folder.
7: Inside the folder, press shift and right click. Then press «open with CMD here or powershell»
8:Type .\adb connect 192.168.0.5:5555 (use your own IP, not the ex)
9: Once connected type .\adb install facebook.apk (type in your own APK name, not the ex)
10: Wait for success, and app should be on watch

FYI some computers do not need the .\adb, just type adb

Option 2 (Slower)
* Prerequisites:
1: Computer
2: Cord to connect your phone.

Tested and works with Lineage OS Android Nougat 7.1 and Android wear 2.7 on Verizon Wear24 watch
All the credit goes to the youtuber that created the video, I’m just passing along the information.

Follow the steps listed in the Start.bat, do not run as Admin.

The APK must be loaded into the main folder, not the app folder.

Currently installed Facebook Lite, tested and works.
Opera Mini opens but force closes after a few seconds.

Источник

[APP][WIP]Mickey Mouse Watchface

martymcfly68

Member

Could someone check the performance of this watchface on their smartwatch? If possible could someone make a video of it running on the device as well?
Thank you for your help.

Edit:
Requires uninstall of version 2.3.2 and below.
Update 2.3.7
Fix positioning problems
Update 2.3.6
Fixed crash for tablets

Attachments

nyvram1

Senior Member

eta, nevermind. i see it on my watch now. video below:

soulysephiroth

Guest

I’ve been wanting a watch gave like this!

Sent from my LG-D850 using XDA Free mobile app

martymcfly68

Member

eta, nevermind. i see it on my watch now. video below:

Читайте также:  Удалить пустые файлы андроид

I’ve been wanting a watch gave like this!

Sent from my LG-D850 using XDA Free mobile app

Here’s an updated version, might still be buggy though

edit:updated version attached to first post

nyvram1

Senior Member

nyvram1

Senior Member

Been running the new mickey for a couple days.. Here are my thoughts:

1 I would do something cool like make mickey black and white when the watch is in dim mode or something. Maybe even revert him to the original mickey! That would be sharp.
2 the hand goes under his pants at 6pm so it hard to see the time
3 sometimes when the watch wakes up he taps his foot really fast for a second or 2 then goes back to normal.

martymcfly68

Member

Been running the new mickey for a couple days.. Here are my thoughts:

1 I would do something cool like make mickey black and white when the watch is in dim mode or something. Maybe even revert him to the original mickey! That would be sharp.
2 the hand goes under his pants at 6pm so it hard to see the time
3 sometimes when the watch wakes up he taps his foot really fast for a second or 2 then goes back to normal.

soulysephiroth

Guest

While my watch is dim mode, he shows up but he stops moving, which I think its fine, because just having the numbers would defeat the point of having screen always on to me?

Though I’d like to see an option for a square watch face. I think it gives up some better options. Like more space for the time numbers, and an option to put in a small digital time next to him. But Awesome job so far. I’ve complements on it already.

nyvram1

Senior Member

martymcfly68

Member

Yes, I was trying to get an update at least by today since it’s Mickey’s anniversary of his first appearance!
I think I solved the problem where it wouldn’t react to the screen dimming.
I have attached the updated watch face.

edit:updated apk on first post

nyvram1

Senior Member

Powright

Senior Member

On android 4.4 it works fine. The only things I have noticed is that the watch consume more battery and it is slower to unlock (1 sec). Hope you can create other watch faces like that and fix these bugs

EDIT: now in sleep mode Mickey mouse doesn’t stop moving!

martymcfly68

Member

I can’t replicate this on the emulator running Lollipop and don’t have a device with Lollipop yet, anyone else running lollipop get it to work?

On android 4.4 it works fine. The only things I have noticed is that the watch consume more battery and it is slower to unlock (1 sec). Hope you can create other watch faces like that and fix these bugs

EDIT: now in sleep mode Mickey mouse doesn’t stop moving!

Powright

Senior Member

I can’t replicate this on the emulator running Lollipop and don’t have a device with Lollipop yet, anyone else running lollipop get it to work?

Oh, 1 sec is pretty bad since you’re usually only looking at the watch for a couple of seconds. This happens every time you wake the watch?
How bad is the battery consumption compare to a stock watch face? It is animating at 30fps so it won’t get to the level of a watch face that update once a second/minute but I could try to get it as energy efficient as possible. How is it compared to watch faces with sweeping second hands? Thanks for the feedback.

Источник

Оцените статью