ADB (Android Debug Bridge) is a tool that comes with the Android SDK that allows you to control and interface with your Android device.
0
votes
0answers
37 views
Slow adb install speed to AVD
While there is a Slow Android emulator is it inherent that adb install is this slow on my i5-2500 machine to an AVD?
$ adb install -r foo.apk
pkg: /data/local/tmp/foo.apk
Success
100 KB/s ...
0
votes
1answer
121 views
How to use a script to query android sqlite database
Android saved settings in a database file which is /data/data/com.android.providers.settings/databases/settings.db.
Android use sqlite3 as the database. We can use adb to manage the database file. I ...
0
votes
1answer
22 views
var exec = require('child_process').exec; callbacks for commands that run continuously
I am trying to write an interface for the adb logcat command with node.js, and need some help having my function do continuous and asynchronous callbacks. This command generates constant output that I ...
0
votes
0answers
31 views
android tools update always erases extra libraries
updating ADT every so often, always deletes or overwrites libraries I have added to the android folders.
I use additional libraries with ant so that it recognizes more useful commands, these always ...
0
votes
1answer
155 views
Android adb error message: error while loading shared libraries: libncurses.so.5
I've been trying to execute the simple hello world app from http://developer.android.com/training/basics/firstapp/running-app.html#Emulator via an emulator and I'm getting this error
/<my ...
0
votes
1answer
40 views
How to find out idle application in android?
We are trying to automate the testing of android phones. We want to run a benchmark application in android through monkeyrunner/adb, at the end of test how can i detect the test is complete or not ...
0
votes
1answer
20 views
Android adb is unable to find Teclast G18 tpad for on mac os
Android adb can't detect Telcast G18 tpad for mac os. I've run
adb kill-server
to stop the adb daemon and run
adb start-server
to restart the adb daemon. But still failed to make adb ...
1
vote
1answer
57 views
android accessory not recognized with wireless adb
I'm just starting on some development using the android accessory protocol. I have sourced a starters kit (microchip) to get familiar with the environment. I should note that I' have a solid ...
0
votes
1answer
70 views
How To Connect to adb via WiFi *With a convenient BAT file*
I was trying to find a way to connect Via WiFi to my android.. Found some on StackOverflow but they were all requireing going to cmd every time I wanted to connect my android.. So I came up with a bat ...
2
votes
0answers
38 views
adb sync .. over wifi…?
I am developing an Android firmware, and I don't have a USB connection between the Linux machine and my board (the Linux machine I use is remote on my LAN, and I connect to it via SSH).
What my ...
0
votes
2answers
56 views
Copy apk files in a bash script
I tried the following script written by me.
#!/bin/bash
adb -s 015d2578a7280412 shell ls /data/app > apps.txt
while read line
do
apk=/data/app/$line
adb -s 015d2578a7280412 pull $apk ...
0
votes
0answers
78 views
Running some shell scripts or adb commands from a Eclipse-plugin
I'm writing a plug-in for eclipse and almost new to the Java environment, I got basics of how a plug-in works, cleared. Now I need to run some sequence of actions or adb commands on the android device ...
0
votes
1answer
80 views
How to list all the files in android phone by using adb shell?
I meet the problem.
I just try to wirte a bash shell for my Android Phone.
when i want list all the files in my Android Phone.I found that the Android shell terminal doesn't support find command.
...
0
votes
0answers
66 views
Change ADB device name Galaxy S3
I want to change the device name which is shown in ADB.
In Settings > Applications > Development is no entry like "Device Hostname".
I don't want to change the net.hostname.
0
votes
1answer
33 views
Adding version number from Jenkins to Apk?
I have a jenkins server that uses ANT to build my android project , what I need to do is to add the jenkins build number into my apk. So that I can do : getprop my.version on ADB .
One idea I had was ...
0
votes
0answers
17 views
local button vs. ADB to execute removeUpdates(locationListener) function - ADB not working
on my Android Device I implemented an app with multiple buttons and a method called "stopUpdateGPS()".
The only thing stopUpdateGPS does, is to terminate an ongoing GPS Request
...
0
votes
0answers
20 views
How I can to copy my bdd in /data/data/databases in my computer or Android device?
I would like to copy my databases in my computer or Android device when I'm in the good directory in my adb-shell. Which command line can do that ?
Why just before to start adb shell, my device is ...
0
votes
0answers
34 views
Phone not connecting to eclipse since update to ADB 22
My Samsung Galaxy S2 is not connecting to eclipse after I updated the ADT to version 22.
I reinstalled all the drivers for the phone, restarted both computer and phone multiple times but nothing seems ...
0
votes
1answer
122 views
Not Able To Debug App In Android Studio
I am making an app in Android Studio, now trying to debug it through adb. When I click on the word Android and the logo on the bottom bar, logcat comes up and recognizes my device. Then I see this:
...
0
votes
1answer
82 views
error with adb library dependencies on 64-bit ubuntu
when trying to create my test project in an Ubuntu 12.1 machine:
adb install bin/opine_test-debug.apk
adb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No ...
0
votes
1answer
84 views
Android device not showing up in ADB, tried all other solutions on stack overflow
My android device can't be located using Eclipse or ADB no matter what I do. I tried everything:
Restarting both the Windows 7 computer and the Android device.
Checked Debugger in Developer options
...
0
votes
1answer
22 views
using debug mode through wireless, can't change it back
So i figured out to debug in elclipse on my android device through wifi using the following commands:
adb tcpip 5555
adb connect "ip address of device":5555
now I can't get it back to usb mode. It ...
0
votes
0answers
43 views
Android: Detect when ADB active over USB
Is it possible to have an application detect when ADB is listening over USB on an Android phone?
I'm looking for something like this: Is it possible to determine whether an Android device is plugged ...
0
votes
1answer
34 views
adb recognizes my device but when i open eclipse connection is lost
I have managed to use my device (Chinese tablet named Pipo S2 running Android Version 4.1.1) with adb. I had to change the adb_usb.ini file in .android folder.
Unfortunately, the connection is lost ...
0
votes
0answers
27 views
Eclipse not updating android application on Ubuntu 12.04
I'm having a very strange problem.
I'm making changes to my code, and when launching I keep getting the
Activity not started, its current task has been brought to the front warning.
I've also tried ...
0
votes
0answers
121 views
Prestigio PMP7100D3G tablet, empty adb devices
I just want to start developing on Android and I've got tablet 'Prestigio PMP7100D3G'... I followed whole tutorial on 'developer.android.com' about ADB connecting + installing. So Ive got installed ...
0
votes
2answers
613 views
Adb not responding with android studio on Ubuntu
well it might not the best combo. Using first time Ubuntu (13.04) and the new Android Studio. ;)
However, if I try to start my app a error occurs with the message: "ADB not responding. You can wait ...
0
votes
3answers
116 views
How to detect running app using ADB command
I have one Android Device running Jelly Bean OS.
Is there any way to detect the process is running or not using ADB command if i know the package name?
0
votes
0answers
216 views
adb shell - installing or moving apk from /data to /mnt/sdcard
I'm working on a script via shell for the installation of one or more apk from an USB key plugged in the device. The device is a MID custom, made in China, with root permissions. Android 4.x on-board.
...
0
votes
2answers
186 views
Run adb shell command using android code
echo 0 > /sys/class/leds/button-backlight/brightness
The above command is working perfectly through adb shell.But when I try to run through my code there is no effect.Here is my code.
Process ...
0
votes
0answers
38 views
Apk crash on startup adb logcat available
Trying my apk on bluestack emulator and crash all I see is because common low memory but just want to know if there is anything else for example my android sdk or java
Many error here I only put ...
-2
votes
0answers
51 views
Denied permission while copy to sdcard on xperia s [closed]
I stack in a situation with my Xperia S, so I do not know what else to do. Here is the brief story what happened. I was getting ready to install the 4.2.2 version on my phone, so I got it successfully ...
1
vote
1answer
109 views
Get Application Name/ Label via ADB Shell or Terminal
Hi guys at stackoverflow,
I'm developing an application that uses ADB Shell to interface with android devices, and I need some way of printing out the application name or label of an application, ...
0
votes
0answers
13 views
ADB error, “desclength 18 is too small”
I cannot get my adb working for my phone, so I start adb server with all trace messages. Here is what I have done, and I hope someone can give some clues...
Run the following command as root:
...
-1
votes
2answers
440 views
How to turn wifi on using ADB or any other way when usb debugging is disabled
When Android is locked after Too many pattern attempts, it will ask you to sign in with your Google Account to unlock, I have my username and password but the mobile data and the wireless are not ...
0
votes
1answer
48 views
Screen capture of mobile using adb in Power shell
i am using power shell programming to take a screen shot of android mobile and show in the gui of PC application that us built using power shell programming...
when screen capture button is ...
0
votes
0answers
79 views
android_winusb.inf modifications required for Samsung Rugby (SGH-i547)
I cannot manage to get the ADB driver to install for my Samsung Rugby. All the answers that seem applicable for editing android_winusb.inf seem to assume that I'm going to get one or two lines in my ...
0
votes
1answer
113 views
Hanging on localhost:9222 using the remote debugging feature in Chrome for Android
I've followed the official guide but when I enter in Chrome localhost:9222 it just hangs there "Waiting for localhost..." Nothing else.
I've enable USB debugging on my device and connected my device ...
0
votes
0answers
32 views
Running an android application through terminal
I want to run an android application through adb command in terminal.
I am able to launch application by using am start command.
adb shell am start -n activity name
Now i want to input some ...
0
votes
0answers
50 views
ADB used to connect wirelessly, now I can't connect and get double port error (unable to connect *.*.*.*:5555:5555)
I was using the adb wireless app on my older Droid X. It was working flawlessly for months, no problem at all. I didn't update anything, nothing has changed on anything. The computer wasn't restarted, ...
0
votes
2answers
117 views
Can't find my android smartphone with eclipse/adb
I can't get eclipse / adb to find my htc desire x.
I tried about everything, google usb drivers, htc sync, etc.
I got usb debugging enabled but since i got android 4.1.1 i can't change the usb ...
0
votes
0answers
53 views
SU Access, ADB Commands (Possibly ), Background Actions
I want to create an app that takes /system/framework/framework-res.apk , decompiles it, takes an image of the user's choice, converts it to a png file of 512x512 and replaces a couple of png in the ...
0
votes
1answer
335 views
Android 2.3.6 - USB Tethering and ADB at the same time
I'm trying to use USB tethering and ADB at the same time with a rooted Android 2.3.6 (yeah, old, I know) but I can't, when I activate USB tethering, adb stops recognizing the device.
Is it how Android ...
0
votes
1answer
302 views
adb protocol failure using install and push
I cannot install apk files to my phone using adb install.
I cannot push apk files to my phone's sdcard using adb push.
In both cases adb gives me "protocol failure", followed by a notice that it is ...
0
votes
1answer
28 views
Error in configuring virtual box to ADB
I have setup virtual box for android emulator. Everything was fine till now, but when I am trying to connect to add to virtual box it is throwing me the message:
unable to connect to ...
0
votes
1answer
23 views
How to get ADB logs using eggPlant automation tool
Can anyone tell me how can we get adb logs using eggPlant automation tool.Actually i want to have adb logs for my device when running eggPlant scripts.
Please help me out in this situation.
0
votes
2answers
247 views
Non market apk update installer
I am newbie to Android development.I have a existing non-market android project.Now I want to create a update apk with new changes to code,assets etc.Below is my requirement.
when i install a new ...
0
votes
1answer
83 views
Android JB 4.2.2 and Monkeyrunner script to make call
I am using Jelly Bean 4.2.2 on my device and trying to make a call using Monkeyrunner script.
I am using the below code which was working on ICS very well but in JB, it doesn't type the phone number ...
0
votes
1answer
22 views
Adding a filter to log output in cmd
I'm using
adb -s [deviceId] logcat
to print the device's log output into cmd. But now I want to add a TAG filter to the shown output. How can I do that?
0
votes
0answers
34 views
How to execute javascript on same browser tab through adb
I'm trying to open a URL and execute a javascript on the same page.
I managed to open two consecutive URLs in the same tab using -e but when I try to use javascript, it opens a new tab instead of ...





