[Q] Eclipse cannot find my phone - LG Optimus L9 P760, P765, P768, P769

Hi. Here is my problem.
I created a new project with the android adt bundle downloaded from the webpage (latest one) and just want it to compile the empty project to see if it would show. However the Android Device Chooser cannot recognize my phone. I run adb but nothing device show.
I'm using Nameless ROM nightly
Can't someone show me the solution? Thank you very much
Sorry for my bad English

luongnm said:
Hi. Here is my problem.
I created a new project with the android adt bundle downloaded from the webpage (latest one) and just want it to compile the empty project to see if it would show. However the Android Device Chooser cannot recognize my phone. I run adb but nothing device show.
I'm using Nameless ROM nightly
Can't someone show me the solution? Thank you very much
Sorry for my bad English
Click to expand...
Click to collapse
just suggestions that helped me with adb problems.....run task manager and see where adb is running from..i've seen on other threads to use the kill server command and then restart adb, also changing usb ports on the computer if using the left try the right...hope this helps.....

Usb debugging enabled i guess...
Sent from my XT1052 using XDA Free mobile app

Sorry for delay. .yes when connected to computer..disconnect phone from pc to enable. .then reconnect
lg ms659, lg optimus l9

Related

How to get ADB working...

/edit - I'm a complete idiot
You are using an out of date version of adb...
Download the android sdk and use the new version
I always keep my sdk up to date
Also, USB debugging is selected (forgot to include that )
have you tried to change the drivers manually using device manager on your pc?
the dellsync may have messed them up..
Turns out i'm a complete fool!
I had adb set up so i could run it from anywhere, but it turns out that was pointing to an old adb.exe i forgot i had.
Everything's working fine now, sorry for wasting your time guys (but thanks for your help!)
I can't get adb to work with Streak neither.
and I only have one and updated adb.exe. what version do you have (the version that suppose to work...)?
thanks
oriharel said:
I can't get adb to work with Streak neither.
and I only have one and updated adb.exe. what version do you have (the version that suppose to work...)?
thanks
Click to expand...
Click to collapse
2 quick checks
make sure java 6 is installed
debug mode on ur device
for test go in tools folder---ddms and try if your device is connected
cheers
I have "Java version is Version 6 Update 20"
DDMS shows blank.
and device is USB debug enabled
when u click ddms a dos cmd open and it dissappear? am i right
when I click DDMS (from cmd window - in windows XP), the DDMS UI is launched. the cmd window remains.
in the DDMS, I see no device attached. all empty lists and windows.
Have you installed the Dell PC Suite that's on the sdcard? That contains some usb drivers or something. Not sure if it's necessary, but it's worth a try
oriharel said:
when I click DDMS (from cmd window - in windows XP), the DDMS UI is launched. the cmd window remains.
in the DDMS, I see no device attached. all empty lists and windows.
Click to expand...
Click to collapse
have you got dell pc suit installed?
if not first install from dell website then run from ur phone sd card folder called" pc suit"
and then try first if u device is connected with pc suit

[SOLVED] Problem installing USB drivers for ADB

So I set out to root my phone and am in the process to trying to install the USB drivers so i can use ADB. At first, windows installed it's own drivers, which obviously didn't work. I tried to update the drivers in the device manager to the ones located in the google-usb directory, but it said i already had the latest installed.
Next i decided to uninstall the current drivers completely and start over. I then told it to install the drivers that were located the in the google-usb directory. It said no drivers were found. They were obviously there, so i manually gave it the "android_winusb.inf" driver as per the cyanogen mod wiki page instructions on installing the drivers. It then said that "The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems."
I'm new to this so thanks for any help at all. I really want to learn my way around this kind of stuff.
Try it with your phone in mass storage mode with debugging on.
Still no luck. I've had it in debugging mode and charge only. Switched to disk drive mode and no change
Just download HTC Sync and use the drivers it provides. Should work for using adb.
Sent from my ADR6400L using XDA App
Now it can't even find HTC Sync on my computer... It's installed and i just used it the other day. Maybe it's something to do with the fact that i uninstalled the drivers it had? It can't communicate now?
This is what I used, worked great.
This might help also, he goes over installing the drivers a few minutes in.
Hope it works out for you.
setexascustoms said:
This is what I used, worked great.
This might help also, he goes over installing the drivers a few minutes in.
Hope it works out for you.
Click to expand...
Click to collapse
Problem solved!! I added the lines of code to the driver file to support the thunderbolt and it installed no problem. Thank you very much.
jwa0042 said:
Problem solved!! I added the lines of code to the driver file to support the thunderbolt and it installed no problem. Thank you very much.
Click to expand...
Click to collapse
You're more than welcome. You might re-title the post with [Solved] at the beginning so anyone with the same problem know to look here.
Just wanted to mention here that this was noted a while back and the CM Wiki will be updated with an easy way to correct this for Thunderbolt as well as other devices soon.
what's the solve?

How can I start debugging app with CM7.1 Legend ?

Hi,
I'm working on an Android application. Now I want to try testing it on the real hardware with Legend I have in hand. But when I plugged the phone in, it is recognized as disk storage and no debugging device found. The Android Device Chooser does not show the phone as well (only AVDs show there)
The Legend I have runs CyanogenMod 7.1 stable now.
Can you please suggest what else I need to do ?
Thank you,
Usb debugging ticked?
Sent from my MT15i
Yes it is. Furthermore, the debug icon shows up when the device is plugged into the PC.
Still Windows does not recognize it.
I'll try installing HTC Sync today, just in case.
I had really big problems getting the usb debug drivers to install, I managed to get them from installing the PDAnet desktop application for Windows. (I assume you're using Windows)
Yes, I am using Windows. Totally forget to mention it, sorry.
Anyway I've managed to get it working now, finally. As expected, installing HTC Sync also install the required driver for the debugging.
I've attached the image of Legend running my WIP application. It's an app that display ChordPro file, like a song book. Well I can't find any in the market, so I created it myself.
Did you ever finish/publish this app?

[Q] Panasonic Eluga help needed

Hi people!
i'm new here.
I have this Panasonic Eluga dL1(EB-3901) android phone. It's version 2.3.5
when I plug the USB into the computer, it does not install any drivers (i'm unsure if it had any in the first place), i googled for the drivers but had not luck there.
thus when i type adb devices i do not see the phone listed. I need logcat to help me debug an application.
side note: I did transfer my developing app to the phone via sdcard but the app crashed. I am not sure if it could be due to my manifest's file minSdkVersion as 10 is already 2.3.3 and 11 is 3.0 and there is no 2.3.5.
Would appreciate any help. Thank you people!
Regards,
Paul
What Windows version do you use? (Assuming you use windows ). Should be installed automatically in Windows 7.
http://mustikamax.com/2012/05/02/how-to-syncsuite-panasonic-eluga-for-pc-windows/
Small question for you: I saw a review of this device, and the camera and gallery app looked awesome. Any chance you could share them?
[Use a file explorer on you phone, go to ROOT\system\apps and copy the camera and gallery app to your user memory and then transfer to pc.] No root needed (read only)
Thanks in advance if this is possible.
yup i am using windows.
Will try you suggestion in a moment.
Btw there is no camera app in /system/apps but there is this app called "Gallery3D". Do you want it? i can't really host it at work. perhaps i can email the app to you?
Regards,
Paul
oh. the suggestion doesn't work. its not exactly what i wanted.
I am looking for the device drivers for Eluga, apparently Windows (am using windows 7 Pro) does not install the drivers automatically and there is no installation along with the phone.
The steps suggested had this area where they needed me to have adb. Which is exactly what I am looking for from the start. I am unable to locate my device when i type "adb devices" and would like to know if anyone has a clue to get it done (i once added some codes into google/usb_driver for my kindle fire to be recognised).
Do let me know if anyone know how to make the Panasonic Eluga recognised by adb.
Thank you people!!!
Regards,
Paul
I'm not a big adb user, so I don't think I can help you with that. Are there any other apps with a camera icon or gallery icon in that folder? I don't need them right now, so take your time.
Via Tapatalk 2.0 on ICS
tinyXperia said:
I'm not a big adb user, so I don't think I can help you with that. Are there any other apps with a camera icon or gallery icon in that folder? I don't need them right now, so take your time.
Via Tapatalk 2.0 on ICS
Click to expand...
Click to collapse
Hi,
Install the correct ADB driver; here
http://panasonic.jp/mobile/support/global/software/dl_1_1.html
Cheers!

[For Ubuntu and Android Experts]Android not being detected by my Ubuntu Laptop

Hi Friends,
I am new to Android Development, so i created a simple app in Eclipse using ADT (On Ubuntu), now i want to deploy it on my Samsung Galaxy Note (ICS 4.03)
I have created the app using the correct api version (15), however i am unable to see my connected phone as a target to run my app on.
Upon further investigation i ran lsusb to check if my android has been detected, however i cant see the phone anywhere in the list.
I have set the USB Debugging Option.
My Question is, how do i detect if my android phone has been detected by Ubuntu, i can see that the phone is charging but how do i check if the mobile is ready to receive data in the form of apk's for deploying the app ?
Thanks,
Abhishek
You will need to make sure you have adb set up correctly
Sent from my GT-N7000 using xda premium
[Solution]
While messing with adb is not really needed, trying to understand the command line made me realise, i can just build to my dropbox folder and install the apk when it shows up in my dropbox on the phone.
zacthespack said:
You will need to make sure you have adb set up correctly
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
amathur2k said:
While messing with adb is not really needed, trying to understand the command line made me realise, i can just build to my dropbox folder and install the apk when it shows up in my dropbox on the phone.
Click to expand...
Click to collapse
While not needed its very useful for debugging but yes you could do it that way

Categories

Resources