Hi, does someone knows if istalling programs in dos from a android telephone is even possible please?
I lost my pin of old telephone and want to install a Samsung app into so i can deblock it again.
enter the following command in adb:
Code:
adb install "name of apk.apk"
For example, I got an APK called "samsung.apk" entre the following:
Code:
adb install samsung.apk
And how do i this? Without laptopconnection?
bro ,u don't need an connection to use adb
Can we mail
Can you send me an emailadres where i can contact you please?
Flightcase said:
Can you send me an emailadres where i can contact you please?
Click to expand...
Click to collapse
Pm me or somethin. :silly:
Related
guys i'm trying to do this multi touch thing on my x10 mini pro
http://forum.xda-developers.com/showthread.php?t=1064558
i'm a little confuse about the "shell" that he's talking about, can i ask you guys what's shell means? tnx...
guys pls help me on this
He means the terminal application or ADB.
do i have to install ADB on my phone?
tnx for your reply by the way..
i already studied the adb, but the prob is i can't access my phone via cmd why? can anybody help me or teach me pls
Just download the SDK, then go to installdir/platform-tools and launch ADB with "ADB.exe shell" (either from cmd/cygwin or create a shortcut). But if you've got Cyanogenmod, you've got a "Terminal" application right on your phone that can be used as well.
Hans Schmucker said:
Just download the SDK, then go to installdir/platform-tools and launch ADB with "ADB.exe shell" (either from cmd/cygwin or create a shortcut). But if you've got Cyanogenmod, you've got a "Terminal" application right on your phone that can be used as well.
Click to expand...
Click to collapse
everytime i execute the adb.exe it just appears as cmd then it closes why?
i tried studying the adb guides but still i dont understand how to access my sdcard
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.
It will get logcat from a mobile which is not working bootanimation? Phone freeze in splash screen. I need advice.
Thanks
Do you have adb working on your PC? If so then you can do adb logcat - d > logcat.txt.
If not then you need to get it working on your PC. There are several tools in this forum that you can use that will help you with this or you can install the SDK and use it from there.
I would suggest that you do a google search on what things you should install to get yourself up and running.
blazingwolf said:
Do you have adb working on your PC? If so then you can do adb logcat - d > logcat.txt.
If not then you need to get it working on your PC. There are several tools in this forum that you can use that will help you with this or you can install the SDK and use it from there.
I would suggest that you do a google search on what things you should install to get yourself up and running.
Click to expand...
Click to collapse
All this I have installed. And I know how i get logcat from the terminal. I only asking if i can get logcat only from splashscreen. Will that work? :cyclops:
Mlopik said:
All this I have installed. And I know how i get logcat from the terminal. I only asking if i can get logcat only from splashscreen. Will that work? :cyclops:
Click to expand...
Click to collapse
It will if it has been setup in the rom correctly.
blazingwolf said:
It will if it has been setup in the rom correctly.
Click to expand...
Click to collapse
It should be. ADB drivers are functional. I got logcat before because I was trying to fix bootloop. I just modified only the bootclasspath in boot img. And I will try it again. If it works I'll let you know.
blazingwolf said:
It will if it has been setup in the rom correctly.
Click to expand...
Click to collapse
It does not work. Should I compile it again? Previously worked bootanimation, but once I rewrote the "init.rc" problem. Huawei phone freezes at boot logo (splash screen). If I compile it again, I do not know where to find the jelly bean source (on github) for htc desire z? HTC Desire Z has been the same chipset as my Huawei u8800 (Ideos X5). You do not know what should I do now? and in the terminal:
Code:
No command 'adb' found, did you mean:
Command 'cdb' from package 'tinycdb' (main)
Command 'gdb' from package 'gdb' (main)
Command 'dab' from package 'bsdgames' (universe)
Command 'zdb' from package 'zfs-fuse' (universe)
Command 'kdb' from package 'elektra-bin' (universe)
Command 'tdb' from package 'tads2-dev' (multiverse)
Command 'pdb' from package 'python' (main)
Command 'jdb' from package 'openjdk-6-jdk' (main)
Command 'jdb' from package 'openjdk-7-jdk' (universe)
Command 'ab' from package 'apache2-utils' (main)
Command 'ad' from package 'netatalk' (universe)
adb: command not found
Mlopik said:
It does not work. Should I compile it again? Previously worked bootanimation, but once I rewrote the "init.rc" problem. Huawei phone freezes at boot logo (splash screen). If I compile it again, I do not know where to find the jelly bean source (on github) for htc desire z? HTC Desire Z has been the same chipset as my Huawei u8800 (Ideos X5). You do not know what should I do now? and in the terminal:
Click to expand...
Click to collapse
That's an issue on your pc not on the device. You probably don't have adb setup in your PATH so it can't be called from just anywhere. You either need to add it to your path or go to the folder that has adb in and run the commands from there.
I have done some searching but I have a time constraint so I am hoping someone can assist me. We are looking into supporting Android at our facility whether it be employee owned or company purchased. My question is how do you register Google Play to download the MDM app it you do not have or want a gmail account? Or how do I install my custom app on a tablet without an SD card or "Astro File Manager"
I have put the APK file in the Downloads folder but that does not work.
How are you registering devices under a Corporate identity?
Thaks for any assistance.
U need adb ...
Adb install apkname.apk
Or send file via Bluetooth(my apks) from other android and install it
Sorry I didnt got u exactly
drsanket_xperia_u said:
U need adb ...
Adb install apkname.apk
Or send file via Bluetooth(my apks) from other android and install it
Sorry I didnt got u exactly
Click to expand...
Click to collapse
Thanks. I have put the APK in the downloads folder via Windows but Android does not show it.
manders500 said:
Thanks. I have put the APK in the downloads folder via Windows but Android does not show it.
Click to expand...
Click to collapse
U need adb to install app from windows itself...
Google for link of adb
Its abt 400mb
Then once u download it
Put the apk in adb/sdk/platform tools
Run adb
Connect phone wid usb debugging enabled
Run command
Adb start-server
Adb install apkname.apk
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!!!