Link my watch to multiple devices - Wear OS Q&A, Help & Troubleshooting

Hello,
I'd like some help please.
I'd like to link my SW3 to another device. Also, I frequently change ROM, and for once it doesn't allow me to connect my watch to myu phone, I don't want to erase everything on the watch.
Thanks !

In same boat here. Tried BeLink and Reset Wear Client from XDA, no luck with either so far.
Sent from my Nexus 7 using XDA Free mobile app

wileykat said:
In same boat here. Tried BeLink and Reset Wear Client from XDA, no luck with either so far.
Sent from my Nexus 7 using XDA Free mobile app
Click to expand...
Click to collapse
I finilly achived this.
I don't know if it will work for you but here is what I did:
1. Installed an old version of Android Wear app on my Note 4
2. Restored app data from Titanium
3. Updated to new Android wear app
4. Unpaired my note 4 from watch with Beelink
5. Run command: adb shell "pm clear com.google.android.gms && reboot"
6. Paired again. And magic, it's connected !

Related

[Q] Nexus 7 4.2 Multi User with 3rd Party APK

hi all,
I got a problem. I am now using Nexus 7 with 4.2 (multi user support)
I have 2 users on my Nexus 7. I want to install the same APK on both users. I can install the APK on the primary user successfully. However, for the 2nd user, whenever I finished the APK installation, it states the APK is not installed.
Is there any settings or tick allowing me to install APK on the 2nd user?
Many thanks
hkultraman said:
hi all,
I got a problem. I am now using Nexus 7 with 4.2 (multi user support)
I have 2 users on my Nexus 7. I want to install the same APK on both users. I can install the APK on the primary user successfully. However, for the 2nd user, whenever I finished the APK installation, it states the APK is not installed.
Is there any settings or tick allowing me to install APK on the 2nd user?
Many thanks
Click to expand...
Click to collapse
You are doing it wrong...
When you set up a second user, they have their own account. On that user, open the Play store.
Under options, click Add account and enter the account you use on your main user.
Uncheck all the Synch options.
Now you will see all the apps you installed on the main user.
Just click Install on all the ones you want the second user to have.
They will install instantly - no download - and a symlink will be set to your main copy.
This way you never have two copies of the same app eating up your space.
At this point you can delete the Play store reference to your main account or just leave it.
Note: Don't use Root with multiuser until someone fixes it. Lag will make the nexus unuseable.
rmm200 said:
You are doing it wrong...
When you set up a second user, they have their own account. On that user, open the Play store.
Under options, click Add account and enter the account you use on your main user.
Uncheck all the Synch options.
Now you will see all the apps you installed on the main user.
Just click Install on all the ones you want the second user to have.
They will install instantly - no download - and a symlink will be set to your main copy.
This way you never have two copies of the same app eating up your space.
At this point you can delete the Play store reference to your main account or just leave it.
Note: Don't use Root with multiuser until someone fixes it. Lag will make the nexus unuseable.
Click to expand...
Click to collapse
How about how to install APK which is not from Play store?
I manage to install App from Play Store to the 2nd user.
What my problem is not able to install APK which is not in Play Store to the 2nd user
I have that same issue too. I want to install the same 3rd party app on both accounts but if I install it on one account, the 2nd wont be able to install it. Hoe do i fix this?
Sent from my SGH-T959V using xda app-developers app
Is there anyone have solution? Many thanks.
Where did you get the apk from/who develops it?
Sent from my Nexus 7 using Tapatalk 2
Online
Sent from my Nexus 7 using xda app-developers app
really no one know how to do?
will Android 4.2.1 allow me to do this?
I don't know. Haven't tried. I also got the uodate
Sent from my SGH-T959V using xda app-developers app
It works on 4.2.1. I tried
Sent from my SGH-T959V using xda app-developers app
idevice12345 said:
It works on 4.2.1. I tried
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
Are you sure you can install 3rd Party on Primary and Secondary users on 4.2.1? I have just tried. Still can't install 3rd Party APK on the Secondary user.
Is there any settings for this?
It worked for me on 4.2.1
Sent from my SGH-T959V using xda app-developers app
idevice12345 said:
It worked for me on 4.2.1
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
BTW, did you hard reset your N7 after you updated to 4.2.1?
Nope
Sent from my SGH-T959V using xda app-developers app
if you sideload the app using your PC through adb it will show up in both the primary and secondary user. I'm not sure if it matters but I would probably make sure you are in the primary when connecting with adb.
I also have this problem. If I use apkextractor the file works in primary user, but when i move it to secondary the apk corrupts
Anyone has this problem?
Sent from my GT-I9300 using xda premium
It works for me in 4.2.1
Sent from my Nexus 7 using xda app-developers app
Nice!
darklord74 said:
if you sideload the app using your PC through adb it will show up in both the primary and secondary user. I'm not sure if it matters but I would probably make sure you are in the primary when connecting with adb.
Click to expand...
Click to collapse
It's true, transferring the apk from ur computer to your android device using adb will make the apk visible to both the primary and secondary user.
What I did was:
Setup the adb thing (which was a quite an ordeal on it's own).
Then using the push command, transferred my apk to my device.
adb push C:\path\to\file\origianlFileName.apk /sdcard/Download/newFileName.apk
I chose a new filename (MCPE.apk) because the original had spaces and was long and hard to memorize.
The transfer was successful, but when I check to see if it was there, using ASTRO File Manager and also Windows,
the file name was the original file name (what it was called on my computer). Installing it at this point didn't work.
But then I renamed the file (using windows) back to "MCPE.apk" and THEN it installed correctly!!
YAY!!
Also before installing, I made the secondary user a developer, by that weird "Build Number" trick.
Not sure if that has any effect..
I am unable to install apk from my secondary user ,I even tried to rename the apks , I am able to download apps from playstore , the same apks install fine under the primary user , though enabled unknown sources option is greyedout for secondary user and I am not able to enable developer option for the secondary user ( the build tap procedure doesn't seems to work ) , I am on 4.4.2 , did anyone able to get through this ?
aathava said:
I am unable to install apk from my secondary user ,I even tried to rename the apks , I am able to download apps from playstore , the same apks install fine under the primary user , though enabled unknown sources option is greyedout for secondary user and I am not able to enable developer option for the secondary user ( the build tap procedure doesn't seems to work ) , I am on 4.4.2 , did anyone able to get through this ?
Click to expand...
Click to collapse
I may know the issue.
If you install an APK on the primary user and if you have updated the version of such APK to a newer version before you install the original APK to the Second user account, you will have such problem.
So, make sure to install on both user accounts with same APK.

impossible to root KFHD7"

hello. i've been trying to root my kfhd7" for more than a week now.
i've tried almost everything here on xda. also on google. and nothing made a chance.
this kindle is a unregistered kindle. i got it from cash converters for 50 pounds.
i cannot register it.
i've done all, drivers.adb.eclipse.sdk. nothing goes like it says on forums.
7.3.1_user_3140720
if anyone knows how to root and push twrp, let me know, please.
thx in advance.
What were you using to try to root it? Also i figured i would ask but your using windows right? I personally use linux to root mine because i don't have to worry about driver issues typically and i prefer linux but i can help you out probably on windows. Also u have adb enable on th kindle correct?
Sent from my KFTT using xda app-developers app
stunts513 said:
What were you using to try to root it? Also i figured i would ask but your using windows right? I personally use linux to root mine because i don't have to worry about driver issues typically and i prefer linux but i can help you out probably on windows. Also u have adb enable on th kindle correct?
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
windows 8.
Root_with_Restore_by_Bin4ry
QemuRoot
yea i got adb. i rooted my hox+ 2 months ago.
I am going to throw a random guess out there based on experience with windows 8. Windows 8 has a nasty little feature i think vist ha that i didnt see in windows 7 about unsigned drivers. Last i checked when usine the adb driver on windows u hav to modify the one that come with the sdk, not very difficult if you know what your doing, problem was i can remember if the drivers were originally signe or not but by modifying them to accept the kindle adb interface it wouldn't let it be considered signed because it was tampered with so windows 8 would throw a fit an not let the drivers install. That's just what happened last time i used window 8. I don't know if this i your problem but if you open a command prompt and run adb devices with the kindle plugged in with adb enabled what is the response.
Sent from my KFTT using xda app-developers app
stunts513 said:
I am going to throw a random guess out there based on experience with windows 8. Windows 8 has a nasty little feature i think vist ha that i didnt see in windows 7 about unsigned drivers. Last i checked when usine the adb driver on windows u hav to modify the one that come with the sdk, not very difficult if you know what your doing, problem was i can remember if the drivers were originally signe or not but by modifying them to accept the kindle adb interface it wouldn't let it be considered signed because it was tampered with so windows 8 would throw a fit an not let the drivers install. That's just what happened last time i used window 8. I don't know if this i your problem but if you open a command prompt and run adb devices with the kindle plugged in with adb enabled what is the response.
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
error: more than one device and emulator.
adb devices:
D025A0A.......... device
emulator-5554 device
Ok weird seems like driver aren't the issue, usually on windows 8 that's what i check first, unless that happen to be your phone or something but i would throw a guess that having the emulator running at the same time might cause problems. I may not respond for like half an hour i have to go somewhere but il be back in a bit. If worst comes to worst i can always use teamviewer to help you unless your uncomfortable with that. I feel kind odd suggesting that on a forum, but that's how i usually help people. Anyways i would disable that emulator and try rooting again.
Sent from my KFTT using xda app-developers app
stunts513 said:
Ok weird seems like driver aren't the issue, usually on windows 8 that's what i check first, unless that happen to be your phone or something but i would throw a guess that having the emulator running at the same time might cause problems. I may not respond for like half an hour i have to go somewhere but il be back in a bit. If worst comes to worst i can always use teamviewer to help you unless your uncomfortable with that. I feel kind odd suggesting that on a forum, but that's how i usually help people. Anyways i would disable that emulator and try rooting again.
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
i can't get this emu killed
Uh great.... did you make a android emulator or something with the sdk? If so try deleting it from the manager.
Sent from my KFTT using xda app-developers app
stunts513 said:
Uh great.... did you make a android emulator or something with the sdk? If so try deleting it from the manager.
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
nah. i didn't create it. when i sayd i can't kill it i meant through cmd
This is aggravating, i would be pretty sure you're having issues because of more than one adb device but i have no way of knowing, nor do i know how to kill that emu offhand. I am curious because i haven't seen this scenario before, but if u type "adb shell" does it present u with choose which device or anything like that?
Sent from my KFTT using xda app-developers app
stunts513 said:
This is aggravating, i would be pretty sure you're having issues because of more than one adb device but i have no way of knowing, nor do i know how to kill that emu offhand. I am curious because i haven't seen this scenario before, but if u type "adb shell" does it present u with choose which device or anything like that?
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
after i type adb shell, i get:
[email protected]:/ $
Download this tool https://xerocomm.box.com/s/5h23v33s1v7z825jmgkc unzip to root of hard drive on pc. Open folder and go to the runme.bat file and double click. If you have any issues heres the thread for that tool
http://forum.xda-developers.com/showthread.php?t=2096888
[BACKUP][RECOVERY] Kindle Fire HD and 2 First Aide Software - Noob (Simple) Version
I didnt follow all the stuff in the threads i just unziped it and used it. If that dont work for you go to the thread.
Sent from my KFTT using xda app-developers app
---------- Post added at 07:57 AM ---------- Previous post was at 07:49 AM ----------
Do you happen to have bluestacks on your pc. I had the same problem and as soon as i shutdown bluestacks it found my kindle. Also you can try to kill adb and possibly the emu from task manager processes tab. I think killing adb should do the trick though.
Sent from my KFTT using xda app-developers app
Hinzman420 said:
Download this tool https://xerocomm.box.com/s/5h23v33s1v7z825jmgkc unzip to root of hard drive on pc. Open folder and go to the runme.bat file and double click. If you have any issues heres the thread for that tool
http://forum.xda-developers.com/showthread.php?t=2096888
[BACKUP][RECOVERY] Kindle Fire HD and 2 First Aide Software - Noob (Simple) Version
I didnt follow all the stuff in the threads i just unziped it and used it. If that dont work for you go to the thread.
Sent from my KFTT using xda app-developers app
---------- Post added at 07:57 AM ---------- Previous post was at 07:49 AM ----------
Do you happen to have bluestacks on your pc. I had the same problem and as soon as i shutdown bluestacks it found my kindle. Also you can try to kill adb and possibly the emu from task manager processes tab. I think killing adb should do the trick though.
Sent from my KFTT using xda app-developers app
Click to expand...
Click to collapse
Yes, i got bluestacks.
I'll have a look at KFFirstAide.thx.
vetox said:
nah. i didn't create it. when i sayd i can't kill it i meant through cmd
Click to expand...
Click to collapse
I've had no issues rooting 7.3.1 and new 7.4.1 firmware using the Bin4ry method. I did it on Windows 7 and have not tried on windows 8. You should not need sdk or adb to get it to work. Just properly installed drivers. Checkout my guide here.
i've done it from my gf's laptop. she has windows 7. windows 8 is a pain. thx for your help guys.

Download/ extract apk from Google play

I'm trying to install Viber on my tablet but Google play is saying my device is not compatible. Is there anyway I can download the apk from the Google store then move it to my tablet to install? Or extract it from my nexus 4 then move it to my tablet?
Sent from my Nexus 7 using Tapatalk 4
qpqpqp said:
I'm trying to install Viber on my tablet but Google play is saying my device is not compatible. Is there anyway I can download the apk from the Google store then move it to my tablet to install? Or extract it from my nexus 4 then move it to my tablet?
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Try Googling "viber android apk download"or add your tablet name in the end to be specific. and download the apk,install and if warning shows up just tick 'install apps from unknown sources' then continue installation.Done.
Sent from my XOLO Play using xda app-developers app
But isn't that unsafe? Considering the need access to all my contact.
Sent from my Nexus 7 using Tapatalk 4
qpqpqp said:
But isn't that unsafe? Considering the need access to all my contact.
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
how else would the apps see your contacts?
qpqpqp said:
But isn't that unsafe? Considering the need access to all my contact.
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
If an app need access to your contact, doesn't matter if you got it from the Play Store or sideload, it required the same permission.
Install on your phone, extract from phone and install on tablet. Sometimes it work sometimes it doesn't.
If your nexus is rooted.
You can use adb to pull it
Adb pull /data/app "full name of apk" "location on pc you want it to go"
Or use a file explorer with root rights to go to /data/app and copy it to your sdcard.
studacris said:
If your nexus is rooted.
You can use adb to pull it
Adb pull /data/app "full name of apk" "location on pc you want it to go"
Or use a file explorer with root rights to go to /data/app and copy it to your sdcard.
Click to expand...
Click to collapse
Thanks that work.
Sent from my Nexus 4 using Tapatalk 4
viber works with ur real phone number ! so u should have an device with telephony ! if ur tablet have the ability to make calls and sms then it should be able to have it.. if not installing apk is useless i think :-? maybe try to have a back up from ur phone and extract it on ur tablet in this way it may work :-??
qpqpqp said:
I'm trying to install Viber on my tablet but Google play is saying my device is not compatible. Is there anyway I can download the apk from the Google store then move it to my tablet to install? Or extract it from my nexus 4 then move it to my tablet?
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1563894
H4midR3za said:
viber works with ur real phone number ! so u should have an device with telephony ! if ur tablet have the ability to make calls and sms then it should be able to have it.. if not installing apk is useless i think :-? maybe try to have a back up from ur phone and extract it on ur tablet in this way it may work :-??
Click to expand...
Click to collapse
It works on my Wi-Fi only tablet. I just use the same number I had on my phone. When u first open it'll ask for a phone number. You can just use any number that u have access to. It will send a text with a confirmation to that number. Just check the phone and enter the confirmation number on the tablet, then you're good to go.
Sent from my Nexus 7 using Tapatalk 4

[Q] Bypass exchange security

Hey all,
I'm coming from the Samsung Epic 4G touch ..... thankfully off sprint ......... that was a horrible 4 years of abysmal coverage .. slow speeds when it would connect .. and random disconnects thrown in just for fun....
I'm pulling crazy fast speeds everywhere I go ... Hit 50Mbps this morning on my commute..
However, one thing I liked about my samsung was that there was an APK to bypass the exchange security pin ...
Anybody know if the Epic 4g Touch (Sprint version of SGS2) APK will work on the G2? or if there is a version out there that will accomplish this ?
I saw one for the GS4 ...
http://forum.xda-developers.com/showthread.php?t=2355654
Didn't know if this would work on the LG G2 ...
Thanks in advance!!!!
Thanks guys!!!!
Are you rooted? Do you have twrp installed? If so try it and give us a yay or nay. It's not that difficult.
Sent from my LG-D800 using XDA Premium HD app
Try enhanced email app in play store.
I'll try to mod this
Sent from my LG-D801 using XDA Premium 4 mobile app
eclipxe said:
I'll try to mod this
Sent from my LG-D801 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Awesome!!! I hope you get it ... It's a pain in the ass to have to password unlock my phone everytime the screen goes off
I would also love this email bypass apk
Here is an Xposed module designed for the G2 that bypasses the Exchange password policy. Use at your own risk.
anybody got this to work?
eclipxe said:
Here is an Xposed module designed for the G2 that bypasses the Exchange password policy. Use at your own risk.
Click to expand...
Click to collapse
When I try to install, it just says "Application not installed" and doesn't do anything .... I don't know if I need to put it in a special folder or something for xposed to see it ...... I don't know what to do
any ideas or is there a different way to install this APK ?
Try saving the apk then using solid Explorer or the built in file manager to find and install it. Installing from the notification shade doesn't seem to work
Sent from my LG-D801 using XDA Premium 4 mobile app
eclipxe said:
Try saving the apk then using solid Explorer or the built in file manager to find and install it. Installing from the notification shade doesn't seem to work
Sent from my LG-D801 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
This is how I did it.. file explorer ... install
It just then goes to a screen that says not installed and your only option is to exit.
Xposed doesn't seem to know anything about this file.
Make sure to go to settings, security, and select install all apps or similar option
Sent from my LG-D801 using XDA Premium 4 mobile app
can't get it to install for me either
mike2518 said:
Make sure to go to settings, security, and select install all apps or similar option
Sent from my LG-D801 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Install apps from unknown sources ?
That's turned on.
Still no luck.
marcusrab said:
Install apps from unknown sources ?
That's turned on.
Still no luck.
Click to expand...
Click to collapse
I had that check and it still didn't work
Solution
I just did this on my own before seeing your post- hopefully you will find this useful.
I used this set of APKs: http://forum.xda-developers.com/showthread.php?t=1965468
Grab Email-JB.apk and Exchange2.apk
First, you need to completely uninstall (not just freeze) the LG Email app. I used Titanium Back to do this- make a backup of the app first in case you ever wanted to go back for whatever reason. Once the LG Email app is uninstalled, you can install the 2 AOSP APKs.
I didn't try installing them normally (download->open->install), it's worth a shot- instead I used the directions in the post to push the APKs via ADB.
You should see "Success" after pushing both via ADB (I did Exchange2.apk first, but I can't imagine it would matter). Unplug your phone, open Email, and you're set. My Email is syncing perfectly with my corporate email, no lock screen password required.
fireworksordie said:
I just did this on my own before seeing your post- hopefully you will find this useful.
I used this set of APKs: http://forum.xda-developers.com/showthread.php?t=1965468
Grab Email-JB.apk and Exchange2.apk
First, you need to completely uninstall (not just freeze) the LG Email app. I used Titanium Back to do this- make a backup of the app first in case you ever wanted to go back for whatever reason. Once the LG Email app is uninstalled, you can install the 2 AOSP APKs.
I didn't try installing them normally (download->open->install), it's worth a shot- instead I used the directions in the post to push the APKs via ADB.
You should see "Success" after pushing both via ADB (I did Exchange2.apk first, but I can't imagine it would matter). Unplug your phone, open Email, and you're set. My Email is syncing perfectly with my corporate email, no lock screen password required.
Click to expand...
Click to collapse
YES!!!!!!!!!! This totally works..
Thank you for looking out, and thanks for posting this ... I've been waiting to be able to add this .. and having to carry 2 phones to check email because I didnt want to be pinlocked on my G2!!
My procedure -
Rom tool box free for the uninstall, the titanium way didnt work for me because I have TWRP installed .. and when it would try the recovery removal .. it would boot to TWRP instead of the stock recovery ...
Anyways, Rom Toolbox free has an uninstall utility, couldnt be easier .. uninstalls without a reboot needed.
Turned on wireless storage, copied over exchange2.apk and Email-jb.apk and installed through android .. didnt use the ADB method .... it works perfectly!!!!!!
Thanks again.
That works. Only downside is it removed the feature of peak and off peak for message retrieval. oh well.
eclipxe said:
Here is an Xposed module designed for the G2 that bypasses the Exchange password policy. Use at your own risk.
Click to expand...
Click to collapse
Tried this several ways, but it does not install. Can u give some more direction on this? Do we put itf in the apps folders? Flash it? Any advice would be appreciated. I like the lg email app and don't want to go back to the stock one if possible.
if someone figures out how to do this with the stock email app that comes with the att version, that would be awesome. I like that version better than the one you have to install to get this to work.
I really hate having to use a pin, but I have to give my work permission to remote wipe my phone. Is there any chance this could be flagged by my employer and they remote wipe my phone? That would really suck because of the lack of memory card. Anybody that has been remote wiped, did it affect the entire phone, or just the main system?

I found A FOOLPROOF method to block all software updates on fire OS 4.5.6

This guide is for ROOTED AND NON ROOTED USERS]Ok so guys. I was just messing around because this auto update thing was annoying and found every single guide out there. Non of them did the job well. One even freezed the download at 100% but still in memory -_-
Soo I decided to do my digging myself and traced the exact sequence of the update to its core programs and believe it or not it doesn't even have the name ota or anything like that on it!
You can either do this rooted or unrooted but more efficient as root
It can work on any version as long as you see this program present>>>Amazon Device Client Platform or ADCP
Now I'm using a 3rd generation rooted and everything modded kindle (except custom Rom) but I am busybox and whatever
Which can be obtained by just downloading this loving program courtesy of peniscorp.com..if you wanna know if it works for you just download E.S file manager...goto /device and yes you can go there without root ..just go there and open build.prop and look.for Soho...if u see it...you're good to go ...
NOW LETS CUT TO THE CHASE
Step 1. Press the thanks.button down below
Step 2 Make sure u do number 1 lol
Step 3. Goto your device settings
Step 3 goto applications
Step 4 goto Manage applications
Step 5 in the drop down menu (assuming all versions have it )
And press "all applications"
Step 6 look for the program "ADCP" or Amazon Device Client Platform
Step 7 as non root user you can just fc it and clear data and cache and just avoid checking for updates! We don't wanna remind the device it should be installing updates
HOWEVER IF YOU ARE ROOTED
You could just fc it and use Droidwall or any other firewall app and look for that sucker and block it!
Don't ever try to uninstall it!
Rooted or not rooted ..those pesky updates won't bother u again!
Ps.
Droidwall is available on play store ...you can sideload it of course ..and the app it self has a pretty decent GUI so I don't think I need to get into detail on using the app
Well that's it folkes and believe me NO other ota update blocker works for the kfhd 7 2013 3rd generation and I have Looked everywhere and followed EVERY guide
They are Soo not fool.proof
So there you go guys hope it works as it did for me !
Screenshots below
http://imgur.com/tVnqwUN
http://imgur.com/TbxhQYk
http://imgur.com/ddEjZJh
http://imgur.com/QbMM9L9
http://imgur.com/31jJlnb
http://imgur.com/Nt1CcbV
http://imgur.com/xpnK7wv
http://imgur.com/JAdiacV
Sent from my KFSOWI using XDA Free mobile app
Sent from my KFSOWI using XDA Free mobile app

Categories

Resources