• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

ADB working successfully

theperfectpunk

Well-Known Member
Thanks to our friend Sanjeev a.k.a. aptsanju(he discovered it in the first place, so the credit goes to him).

I found the problem with adb(actually the default daemon server does not detect any other phones besides the known manufacturer).

adb now works in the Micromax A70.

All one needs to do is to install the drivers provided by rajapandian, in a thread in this forum. Install 91 PC Suite and let it detect the phone, then try to use adb devices in command prompt.(you will notice that it will not try to start the daemon server as it will use the daemon server provided by 91 PC Suite).

If any other Problems, please post here
 
Thanks to our friend Sanjeev a.k.a. aptsanju(he discovered it in the first place, so the credit goes to him).

I found the problem with adb(actually the default daemon server does not detect any other phones besides the known manufacturer).

adb now works in the Micromax A70.

All one needs to do is to install the drivers provided by rajapandian, in a thread in this forum. Install 91 PC Suite and let it detect the phone, then try to use adb devices in command prompt.(you will notice that it will not try to start the daemon server as it will use the daemon server provided by 91 PC Suite).

If any other Problems, please post here

I have 91 PC suite installed... Tried running adb devices and this is what I got... :(
C:\Program Files\Android\android-sdk\platform-tools>adb devices
adb server is out of date. killing
 
enable usb debugging in phone and connect....and also install usb drivers by google in sdk
then try again
 
Yes I have jdk & jre installed.... My adb is updated.. this default daemon server doesn't detect A70.. that's why i'm using the one provided by 91 PC Suite... and this server is out of date... so the default daemon is getting started again... :(
 
Tried it... PdaNet app show's connected i'm able to see my contacts in SMS option...
Its only for Tethering :(

Still getting the same... but now it doesn't even tell server outdated like it did for 91 PC suite daemon server... :(

C:\Program Files\Android\android-sdk\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached

C:\Program Files\Android\android-sdk\platform-tools>
 
it should have detected it...try reinstalling pc suite and did you install some drivers by
All one needs to do is to install the drivers provided by rajapandian, in a thread in this forum. Install 91 PC Suite and let it detect the phone, then try to use adb devices in command prompt.(you will notice that it
 
@samrox144 yes I installed the one provided in 91 PC suite by rajapandian
@akshaybz yeah its running in background buts what happens is when I run adb devices it kill's the one provided by 91 pc suite telling its an outdated version and runs by default adb provided by google which is latest.... :|
 
Now i'm in same situation as songoku, I updated the google SDK today and now unable to use ADB :(

Edit:

Solution to problem:

Go to: C:\Program Files\NetDragon\91 Mobile\android\DeviceInterface\Bin

The androidinterface.exe is the ADB ;)

use androidinterface in command instead of ADB :)

Now, you can thank me :D :D
 
Back
Top Bottom