Android Stock Keyboard on Wear Devices(Working on Moto360) - Wear OS Software and Hacking General

Hi i tryed sideload android stock keyboard on moto360. After install and enabling i can use stock keyboard . Edges difficult for pushing like a,z,p,delete keys. And Dictionaries can be download from Android Keyboard Gui.
for installing step by step:
firs download apk : http://apps.evozi.com/apk-downloader/?id=com.google.android.inputmethod.latin
enable debuggind both watch and phone.
Connect via adb with :
Code:
adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444
install apk to watch (it can be long, don't worry):
Code:
adb -s localhost:4444 install com.google.android.inputmethod.latin.apk
After installing enable keyboard default:
Code:
adb -s localhost:4444 shell ime enable com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
adb -s localhost:4444 shell ime set com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
Thats it, now you can use keyboard.
Here is the screenshoot:

Thanks...
this is awesome

kovcoo said:
Thanks...
this is awesome
Click to expand...
Click to collapse
Thanks. But can you tell us for updating post, which wear device are you using?

zhackary said:
Thanks. But can you tell us for updating post, which wear device are you using?
Click to expand...
Click to collapse
Moto360

works on Sony SmartWatch 3. I installed Android Terminal Emulator as well.

Works on wear live very well. Thanks for the info.

...

[Q]
how can i delete it ? i consumes a lot of battery

o-ellinas said:
how can i delete it ? i consumes a lot of battery
Click to expand...
Click to collapse
Connect via adb with :
adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444
adb -s localhost:4444 unistall -k com.google.android.inputmethod.latin

Download link not working.. can somebody give another link to download the keyboard apk???

amritpal2489 said:
Download link not working.. can somebody give another link to download the keyboard apk???
Click to expand...
Click to collapse
Link is working but here is the mirror: https://drive.google.com/file/d/0Bz2XKqRXsgUldkd3VkJqTXRMTVU/view?usp=sharing

Did you sideload or just send using adb
sent from MY Supercharged g3
---------- Post added at 11:20 PM ---------- Previous post was at 11:20 PM ----------
ranf said:
works on Sony SmartWatch 3. I installed Android Terminal Emulator as well.
View attachment 3119329
View attachment 3119330
Click to expand...
Click to collapse
How did you do this?
sent from MY Supercharged g3

Code:
adb install Filename.apk
adb shell
ime ...

If you have a watch that can connect to your computer via charging cradle and USB cable such as the g watch, it is possible to sideload apps directly instead of over bluetooth. The advantage to this is that it is much faster.
Simply plug the charging cradle in to the computer, open up adb, and type adb devices.
You will be prompted from your phone to grant permissions to the computer.
Next, run the command: adb -d install filename.apk
Adb debugging must be enabled on watch via Dev options

I tried to install this app on my Smartwatch 3 but I get
Failure [INSTALL_FAILED_NO_MATCHING_ABIS]
Click to expand...
Click to collapse
Could someone help me please ??
Thanks !

mister-gwada97one said:
I tried to install this app on my Smartwatch 3 but I get
Could someone help me please ??
Thanks !
Click to expand...
Click to collapse
I think Google updated its keyboard since I get the same error.
Using zhackary's mirror did work for me, so I suggest you to try that.

wouter-visser said:
I think Google updated its keyboard since I get the same error.
Using zhackary's mirror did work for me, so I suggest you to try that.
Click to expand...
Click to collapse
Thanks a lot. This mirror worked for me too.

Hello Guys,
do you know if there's a way to add french language to the keyboard please ?
When I tap on languages Google keyboard stops.
Thanks !

zhackary said:
Thanks. But can you tell us for updating post, which wear device are you using?
Click to expand...
Click to collapse
Samsung Wear Live.
This works very well. Thanks!

Its work!!! thank you so much this better then any other input methods i'd tried before...
you're the best!!!

Related

adb server is out of date ...killing?

Anyone know how to fix this?
I tried a reinstall of the PC Companion software, but that didn't do any good.
Regards,
Mike
Update android sdk
Tried that, and no dice, still doesn't work. Strangely enough, the rooting still worked.
Mike
panamamike said:
Anyone know how to fix this?
I tried a reinstall of the PC Companion software, but that didn't do any good.
Regards,
Mike
Click to expand...
Click to collapse
used to happen to me on ubuntu sometimes.
sudo ./adb kill-server
sudo ./adb start-server
make this a .sh file and run outside terminal.
if you run inside terminal, then it will give the error again after closing the terminal
gandhar said:
used to happen to me on ubuntu sometimes.
sudo ./adb kill-server
sudo ./adb start-server
make this a .sh file and run outside terminal.
if you run inside terminal, then it will give the error again after closing the terminal
Click to expand...
Click to collapse
Thanks for the idea.
I'm running Win7, I didn't explicity start adb.
Regards,
Mike
panamamike said:
Thanks for the idea.
I'm running Win7, I didn't explicity start adb.
Regards,
Mike
Click to expand...
Click to collapse
well then try starting as admin.
right click-run as admin, may work
try closing programs. like flashtool or something that is using adb or whatever
panamamike said:
Anyone know how to fix this?
I tried a reinstall of the PC Companion software, but that didn't do any good.
Regards,
Mike
Click to expand...
Click to collapse
might want to download this zip extract the files and put it in your path
adb-fastboot-and-other-tools-zip
remove the already existing adb.exe in SDK or rename it to some other name. and try adb commands.
it should work as iḿ using it every day.
PRESS THANKS IF I HELPED YOU!
Or go to
Settings > Xperia > Connectivity > USB connection mode > MSC.
:silly:
gouthamthemostwanted said:
might want to download this zip extract the files and put it in your path
adb-fastboot-and-other-tools-zip
remove the already existing adb.exe in SDK or rename it to some other name. and try adb commands.
it should work as iḿ using it every day.
PRESS THANKS IF I HELPED YOU!
Click to expand...
Click to collapse
I wanna root my Desire S for that I have to downgrade my HBoot but I dont know why thsi stupid adb push command is not working when I am trying to use tacoroot or zergrush getting the same stupid message dunno what to do!!!
Ryuvalietz said:
Or go to
Settings > Xperia > Connectivity > USB connection mode > MSC.
:silly:
Click to expand...
Click to collapse
11th October 2012 05:35 PM
azeunkn0wn
try closing programs. like flashtool or something that is using adb or whatever
Click to expand...
Click to collapse
Just for the record....i tried and it worked for me. So if someone have that problem....before installing some stuff, try that :good:
azeunkn0wn said:
try closing programs. like flashtool or something that is using adb or whatever
Click to expand...
Click to collapse
Yes. Closing the flashtool worked for me. If any one having problem try closing flashtool or something that is using adb.
That happens to me when i wanna start sdb server for manual root while having flashtool open.
For my case, I check USB debugging as it uncheck automatically...
Here
sMhsn said:
I wanna root my Desire S for that I have to downgrade my HBoot but I dont know why thsi stupid adb push command is not working when I am trying to use tacoroot or zergrush getting the same stupid message dunno what to do!!!
Click to expand...
Click to collapse
Search on google adbfix and open adbfix and find platform-tools/adb.exe then press fix do this icon :good: if it works
azeunkn0wn said:
try closing programs. like flashtool or something that is using adb or whatever
Click to expand...
Click to collapse
Thanks, that worked!

can non-root user install .apk by pm command?

Hi,
I have connected to a android device by SSH.I have trying now to install package by using pm command.The problem is I am not root now as I am not able to be root now.So can I use the pm command and if not then is there any way to install a package silently by command line.
Kindly give some idea .....
Thanks.
pradiptart said:
Hi,
I have connected to a android device by SSH.I have trying now to install package by using pm command.The problem is I am not root now as I am not able to be root now.So can I use the pm command and if not then is there any way to install a package silently by command line.
Kindly give some idea .....
Click to expand...
Click to collapse
No way..
Root is required to install a package silently. ADB shell can't bypass this requirement.
SachinShekhar said:
No way..
Root is required to install a package silently. ADB shell can't bypass this requirement.
Click to expand...
Click to collapse
Not true. Sideloading apps via adb does not require a rooted device.
pradiptart said:
Hi,
I have connected to a android device by SSH.I have trying now to install package by using pm command.The problem is I am not root now as I am not able to be root now.So can I use the pm command and if not then is there any way to install a package silently by command line.
Kindly give some idea .....
Thanks.
Click to expand...
Click to collapse
If you're connected now, why not just try it?
SifJar said:
If you're connected now, why not just try it?
Click to expand...
Click to collapse
Thanks all for your valuable reply,
I will let you know about this..
Thnaks
Theonew said:
Not true. Sideloading apps via adb does not require a rooted device.
Click to expand...
Click to collapse
I've just tested:
Code:
adb push app.apk /sdcard_root/app.apk
adb shell
$ pm install /sdcard_root/app.apk
Yes, it works. It has installed the app SILENTLY. I wonder why it doesn't work programmatically.
SachinShekhar said:
I wonder why it doesn't work programmatically.
Click to expand...
Click to collapse
It would be quite a security problem if apps were able to silently install other apps, especially so easily.

Easy root 4.1.1 sgpt12

http://matthill.eu/android/root-transformer-prime-jellybean-update/
IT WORKS REALLY!!!! Simple & Easy with the Xperia Tablet S and Jelly Bean 4.1.1
I have tested with my Tablet SGPT122DE/S and i have really Root!
This, I note that this tool is not from me! The tool was written by @djrbliss.
If you want to thank someone then do that after your feeling - at least I thank everyone here on Meaningful information and applications ...
Thanks @xda-Community!
Greets from Germany Leipzig/Schkeuditz
(Download the Motochopper and run the run.bat)
Are you sure?
I just get *daemon started successfully*
ADB Driver
Ah there it occurs to me I'm so another ADB Driver tested ... it comes with the need to see if I still have the locally then I'll post times with the times here ...
Do not forget to turn on USB debugging
I Have a Adb Driver Interface Version 2.0.10.2 from 11.08.2009 (not digitaled signed)....
SWFlyerUK said:
Are you sure?
I just get *daemon started successfully*
Click to expand...
Click to collapse
same here
It appears to be an ADB issue - Just need to install the drivers.
*EDIT* -> Wow, it actually worked! I'm rooted!
sag ich doch das es wirklich funktioniert
I say but that it really works
SWFlyerUK said:
It appears to be an ADB issue - Just need to install the drivers.
*EDIT* -> Wow, it actually worked! I'm rooted!
Click to expand...
Click to collapse
what drivers did you install, these on the link?
thank u
Check this link mate;
http://forum.xda-developers.com/showthread.php?t=1883808
USB Driver
Here the Usb Driver for Adb Interface...
xxliftsupxx said:
http://matthill.eu/android/root-transformer-prime-jellybean-update/
IT WORKS REALLY!!!! Simple & Easy with the Xperia Tablet S and Jelly Bean 4.1.1
I have tested with my Tablet SGPT122DE/S and i have really Root!
Please Push the Thanks Button when it works for your Tablet
Greets from Germany Leipzig/Schkeuditz
(Download the Motochopper and run the run.bat)
Click to expand...
Click to collapse
GREEEEEEEEEEEEEEEEEEEAAAAAAAAAAAAAAAAAATTTTTTTTTTTT man and many thanks it worked for me :laugh:
Is this after been locked out before from 4.0.3 release6b to 4.1.1 aka the 4.1.1 that everyone have can get rooted if so awesome
Having root has totally transformed the way I use this device.
I can now remove adverts, I have the Xperia Tablet Z keyboard and Home Launcher, tried MB2 but it doens't work, grr!
SWFlyerUK said:
Having root has totally transformed the way I use this device.
I can now remove adverts, I have the Xperia Tablet Z keyboard and Home Launcher, tried MB2 but it doens't work, grr!
Click to expand...
Click to collapse
This is great took all of three mins to root ha ha where did you get the keyboard and home launcher can you post a link
also did you delete the old home launcher
Sent from my SGPT12 using xda app-developers app
works on SGPT132/CN, thank you thank you thank you. I can finally install google play on my stupid tablet
can this be done on a 4.1.1. never rooted xperia tablet or does it have to be a pre-rooted before updating to 4.1.1.??
has anybody tried this and or can confirm this is possible.
sengoku said:
can this be done on a 4.1.1. Never rooted xperia tablet or does it have to be a pre-rooted before updating to 4.1.1.??
Has anybody tried this and or can confirm this is possible.
Click to expand...
Click to collapse
never rooted!!!!! :d yay
Greetings guys ,
I installed the drivers also on a new pc but i am getting stuck at :
* daemon not running . starting it now on port 5037 *
* daemon started successfully *
Nothing happens after , as i wrote i tested on 2 pcs
Any help pls ?
Vatis
Great scott, it worked! So elegant root and wayyyyy sooner than I expected!
To the fokls having problems; I found out, that adb.exe in motochopper.zip did not want to play together with my Xperia. So I deleted it, killed adb.exe and copied latest adb.exe from android sdk to motochopper directory. Blam, no problems and I have root.
You may also manualy debug (and even root) by starting cmd.exe and calling commands manually, ie.
C:\>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
XXXXX device
If this don't show you device, you have no changes to root. If your device shows up, there should be no problems. If you devices is not showing, kill all adb.exe processes and use adb.exe from latest android sdk. Then you can even root manually and see waht step does what:
adb push pwn /data/local/tmp/pwn
adb shell chmod 755 /data/local/tmp/pwn
adb push su /data/local/tmp/su
adb push busybox /data/local/tmp/busybox
adb install Superuser.apk
adb shell /data/local/tmp/pwn
adb shell rm /data/local/tmp/pwn
adb shell rm /data/local/tmp/su
adb shell rm /data/local/tmp/busybox
And then manually reboot. Run each command manually one per one, do not copy paste every command as batch. This will teach you a lot But .bat should work.
Kudos to authors of motochopper!
vatis24 said:
Greetings guys ,
I installed the drivers also on a new pc but i am getting stuck at :
* daemon not running . starting it now on port 5037 *
* daemon started successfully *
Nothing happens after , as i wrote i tested on 2 pcs
Any help pls ?
Vatis
Click to expand...
Click to collapse
If you under windows 8
1st :
From the Metro Start Screen, open Settings,
Click "Change PC Settings".
Click "General".
Scroll down, and click "Restart now" under "Advanced startup".
Click "Troubleshoot".
Click "Advanced Options".
Click "Startup Settings".
Click [Restart].
Choose "Disable driver signature enforcement" (Usually #7)
2nd
Install device drivers either through the automated (not manualy use the : Install ADB Drivers.exe)
http://www.mediafire.com/?msn16sd5wrb1sdh
3rd
Run as administrator run.bat from motochopper
Normally this should work
Thank you very much for your replies mates.
Worked perfectly.
What i did :
Disabled the Disable driver signature enforcement as jimbxl said ,
installed the Sony tablet ADB driver.
Copy from inside the folder of Sony tablet ADB the adb.exe and the .dll (2 files ) and paste it to motochopper folder.
Cheers all
jimibxl said:
If you under windows 8
1st :
From the Metro Start Screen, open Settings,
Click "Change PC Settings".
Click "General".
Scroll down, and click "Restart now" under "Advanced startup".
Click "Troubleshoot".
Click "Advanced Options".
Click "Startup Settings".
Click [Restart].
Choose "Disable driver signature enforcement" (Usually #7)
2nd
Install device drivers either through the automated (not manualy use the : Install ADB Drivers.exe)
http://www.mediafire.com/?msn16sd5wrb1sdh
3rd
Run as administrator run.bat from motochopper
Normally this should work
Click to expand...
Click to collapse
---------- Post added at 11:18 AM ---------- Previous post was at 11:17 AM ----------
SWFlyerUK said:
Having root has totally transformed the way I use this device.
I can now remove adverts, I have the Xperia Tablet Z keyboard and Home Launcher, tried MB2 but it doens't work, grr!
Click to expand...
Click to collapse
How we can install the new home Launcher swift ?
Cheers

[Q] Broken Screen(LCD), How to backup ?

Hi, my sgs3 got the LCD broken, I haven't image and touch don't work, but phone works, it vibrate etc... Now I would like to backup my internal memory /sdcard but I'm in MIUI v5 CM10.1 4.2.2(datagutt), and when I connect it to pc it shows like an usb and don't open, is there a way to backup /sdcard from recovery ?, I can acces anything but can't see and use screen.
Thank's for your help in advance
If it were me I'd look into Philz recovery and usb access. Not tried it myself so can't give any detail, but it rings a bell.
boomboomer said:
If it were me I'd look into Philz recovery and usb access. Not tried it myself so can't give any detail, but it rings a bell.
Click to expand...
Click to collapse
It worked, but it mounted the external sd card and not internal system :/
Look into adb
Sent from my GT-I9300 using Tapatalk 4
rootSU said:
Look into adb
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
Can you explain a bit more to help me, I already tried something adb recognizes phone and detect it in recovery, but when I do
Code:
C:\Android SDK\sdk\platform-tools>adb backup -all
It doesn't work and give me a lot of text..
EDIT: Maybe need I to put a name after -all ?
EDIT2: Retried adb and get in recovery mode
Code:
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.
C:\Windows\system32>cd C:\Android SDK\sdk\platform-tools
C:\Android SDK\sdk\platform-tools>adb devices
List of devices attached
4df1c6d921804ff9 recovery
C:\Android SDK\sdk\platform-tools>adb backup -all santos
Now unlock your device and confirm the backup operation.
C:\Android SDK\sdk\platform-tools>
How can I unlock ? I'm in recovery and don't have screen ? :/
You want to be using adb pull commands from /data/media
Sent from my GT-I9300 using Tapatalk 4
I must ask, isn't there a "thing" that can be used as MHL and OTG simultaneously? because if there was you could maybe plug it to your pc/tv and use keyboard/mouse
rootSU said:
You want to be using adb pull commands from /data/media
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
Can you link me to a tutorial, I don't find anyone, I never used adb before, thank's
verynoob said:
I must ask, isn't there a "thing" that can be used as MHL and OTG simultaneously? because if there was you could maybe plug it to your pc/tv and use keyboard/mouse
Click to expand...
Click to collapse
Does MHL work with cm10.1? And where can I find this one with mouse ? (Never seen with mouse)
Mike Skip's toolkit should be able to do the adb commands for you:
http://forum.xda-developers.com/showthread.php?t=1703488
Safe0716 said:
Can you link me to a tutorial, I don't find anyone, I never used adb before, thank's
Does MHL work with cm10.1? And where can I find this one with mouse ? (Never seen with mouse)
Click to expand...
Click to collapse
I've never seen with mouse either I was wondering if there is :laugh:
Safe0716 said:
Can you link me to a tutorial, I don't find anyone, I never used adb before, thank's
Click to expand...
Click to collapse
Theres literally billions of tutorials on the internet. If you didn't find one, you didnt use google. Google "adb pull"
Its so simple, I already gave you most the command
Code:
adb pull /data/media/* c:\users\safe0716\desktop\sdcard
for example.
---------- Post added at 10:44 PM ---------- Previous post was at 10:44 PM ----------
verynoob said:
I must ask, isn't there a "thing" that can be used as MHL and OTG simultaneously? because if there was you could maybe plug it to your pc/tv and use keyboard/mouse
Click to expand...
Click to collapse
You're right, there isn't
rootSU said:
You're right, there isn't
Click to expand...
Click to collapse
thanks for clarifying! btw that comment was funny :laugh:

			
				
rootSU said:
You're right, there isn't
Click to expand...
Click to collapse
Wait! look what I've found : http://forum.xda-developers.com/showthread.php?t=2142357 <-MHL + OTG together! (DIY though :silly: maybe they should start making those)
boomboomer said:
Mike Skip's toolkit should be able to do the adb commands for you:
http://forum.xda-developers.com/showthread.php?t=1703488
Click to expand...
Click to collapse
Need screen to work.
rootSU said:
Theres literally billions of tutorials on the internet. If you didn't find one, you didnt use google. Google "adb pull"
Its so simple, I already gave you most the command
Code:
adb pull /data/media/* c:\users\safe0716\desktop\sdcard
for example.
---------- Post added at 10:44 PM ---------- Previous post was at 10:44 PM ----------
You're right, there isn't
Click to expand...
Click to collapse
Thank's, it worked, you saved me <3
I copied everything, now I can just transfer from my pc to my other S3
EDIT: It only copies the /0/ (4.2.2 multiusers...) folder, and I wanted to have a clockworkmod backup wich is before the /0/ folder, I tried
Code:
adb pull /mnt/shell/emulated/ C:\Users\XXXXXX\Desktop\backup
but it doesn't work, anyway ?
/data/media/* should get everything in /data/media....
do
Code:
adb shell
ls /data/media
exit
To see what directories it can see.
you didnt pull /data/media/0 so your cwm folder should be there.
rootSU said:
/data/media/* should get everything in /data/media....
do
Code:
adb shell
ls /data/media
exit
To see what directories it can see.
you didnt pull /data/media/0 so your cwm folder should be there.
Click to expand...
Click to collapse
Everything's OK, thank's for your help, thread can be closed now.
Sent from my GT-I9300 using xda premium
Safe0716 said:
Everything's OK, thank's for your help, thread can be closed now.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Cool. Glad I helped.
My friend`s i9001 had a broken screen. So in order to recover data, I Just connected phone with usb to PC. Even though I could hear connection sound from both my PC and Phone but Phone was not visible in PC.
So I just ranged my friend`s i9001 number. When phone started ringing I pressed HOME Button. I was able to receive call. I disconnected the call within 10-15 seconds. Then after 7 to 10 seconds, I again ranged i9001. And voila I could see phone in My Computer. I have tried in windows 8 64 bits and windows XP. In windows XP , I just installed Samsung SAMSUNG_USB_Driver_1.4.6.0.exe. However in windows 8 I also installed kies. But after installing kies I againg installed SAMSUNG_USB_Driver_1.4.6.0.exe.

Adb over usb cradle or over bluetooth device offline

I'm trying to install the Minuum Keyboard via adb to my watch...
I made sure I install the adb interface driver by google
I made sure I enabled both adb debugging and bluetooth debugging on both devices (LG G3 + LG G Watch)
but whenever I check adb devices via cmd it shows device offline
anyone can help me out here?
I keep getting device offline...
x1rocket said:
anyone can help me out here?
I keep getting device offline...
Click to expand...
Click to collapse
Have u tried to uninstall and also deleting the google driver? Then reinstall and see if that works.
dude1981 said:
Have u tried to uninstall and also deleting the google driver? Then reinstall and see if that works.
Click to expand...
Click to collapse
yes and no luck
I had to use UniversalAdbDriverSetup.msi
I'm sure I got it from Google, but can't seem to locate the exact download site. It's 14mb. I could email it though Gmail if you want to PM your email addy. Unless you've already tried this driver.
ckarrow2 said:
I had to use UniversalAdbDriverSetup.msi
I'm sure I got it from Google, but can't seem to locate the exact download site. It's 14mb. I could email it though Gmail if you want to PM your email addy. Unless you've already tried this driver.
Click to expand...
Click to collapse
ok I installed it and went to device manager and which adb driver should I install on the watch? LG Android Interface?

Categories

Resources