Android :: Can Not See Devices On Adb Devices / DDMS / How To Fix?

Nov 1, 2009

I am developing my am on mac (10.5.8), on eclipse and SDK 1.6 and a Vodafone HTC Magic Everything was working ok up to a few days ago. I can not see my device on adb devices. I also got a Sony Xperia and I can not see it on the list either. I upgraded the phone software (the HTC) to 1.6 a few days ago. Maybe that is what caused the change, but I could not be sure.

Android :: Can not see devices on adb devices / DDMS / How to fix?


Android :: Ddms From Command Line Not Seeing Devices

Aug 11, 2010

I dont want to use Eclipse.

From the command line:

An emulator is running. adb server is running. "adb devices" lists correctly and I can see my instance on an avd in the output.

However when I manually start DDMS from the command line it just keeps trying to connect. I can find no connection config issues. (yes, it works from within eclipse and ddms shows threads etc)

System : Debian Squeeze

I ran update-java-alternatives to be sure java was set up properly for "Java(TM) SE Runtime Environment (build 1.6.0_20-b02)" . Not too much of a surprise to seasoned Debian users my Java is now worse ... When I run ddms from the command line I get :--

CODE:...........

View 2 Replies View Related

Android :: Sysinfo CPU Load In DDMS Not Working With 2.2 Devices

Aug 27, 2010

After updating to Froyo on a Nexus One, the CPU load pie chart graph is no longer displayed when connected with the standalone DDMS. It still shows up for an AVD with 2.1, however.

Is there some setting, something I can turn on/off on the N1 so that DDMS can display its CPU load again? Is this a known change/issue going from 2.1 to 2.2?

This is with the latest SDK (android-8 platform) running under Vista 64bit.

View 3 Replies View Related

General :: How To Transfer TEXT MESSAGES From WP8.1 Devices To Android Devices

May 14, 2014

How To Transfer TEXT MESSAGES from WP8.1 devices to Android Devices ??And also the contacts!!

View 2 Replies View Related

General :: Two Separate Google Play Accounts For Two Different Devices And One Gmail Account For Both Devices

Oct 2, 2013

Can I have two separate google play accounts for two different devices & keep one gmail account for both devices?

View 6 Replies View Related

Android :: Need New Phone Devices?

Aug 3, 2010

Has anyone got any idea of what new android devices will be coming out soon I'm tempted to buy a phone now but think that that may be a better phone out by christmas. I've heard about the htc desire hd, but thats it. Has anyone else heard anything or have a idea about any new phones?

View 4 Replies View Related

Android :: Does Specifying 2.2 Exclude Any Devices?

Jun 7, 2010

On my app I recently went from: I wonder if specifying this could have caused restrictions for some devices? As there has been a marked drop in usage stats since I made this release. Code...

View 4 Replies View Related

Android :: Use Assert On Devices?

Mar 2, 2010

I want to use the assert keyword in my android apps to destroy my app in some cases on the emulator, or my device during testing. Is this possible? It seems that the emulator just ignores my asserts.

View 2 Replies View Related

Android :: Targeting 1.5 And 1.6 Devices From 2.0 SDK

Oct 29, 2009

I'm interested in learning Android development but if I install the latest 2.0 SDK, will I still be able to target 1.5 and 1.6 devices? (since there is only one 2.0 device right now)
Basically I'm wondering if it will tell me if I'm doing something that won't work on older versions of the OS.

View 2 Replies View Related

Android :: App Not Showing Up For Some Devices 1.5?

Jul 20, 2010

I have an application in the Market called Coverage Mapper.

In my Market account, it's setup as follows: Free Copy Protection off Available in Australia, Canada, Czech Republic, United Kingdom, United States

The relevant parts of my manfiest can be found at http://pastebin.ca/1904517

Two people have told me they can't see it in the Market. One is using an unknown device on WIND Mobile (Canada). The other is using a Motorola DEXT (Android 1.5, GSM-based, has a GPS) on Bell (Canada).

Any idea why they can't see it? Would I be better off just opening it up to all countries?

I have a feeling like it might have to do with the uses-feature elements in my manifest, but even after reading all the documentation, I'm still not sure about it.

View 4 Replies View Related

Android :: How To Make UI Look Same Across Devices

Jul 28, 2010

There is a variety of devices on the market, with different screen sizes, resolutions and pixel density.

What are some layout preferences or tips/tricks that are generally used to make sure the app looks the same across devices?

View 3 Replies View Related

Android :: Droid 2.0 App Not Available On 2.2 Devices / How To Get

May 23, 2010

Has anyone seen that their applications built against Android 2.0 (minSdkVersion="5") are not showing up at all in the market for 2.2 devices? Does anyone know a workaround (aside from building for 2.2).

View 3 Replies View Related

Android : Can't See Imeoptions On HTC Devices

Oct 7, 2010

I cannot see the imeoptions like done and like on HTC devices while same code works fine with Motorola.

Here is the code...

View 1 Replies View Related

Android :: Use 2 Bluetooth Devices At Same Time

Jun 15, 2009

I bought a stereo bluetooth receiver from DealExtreme for $13 so I could use it in my car. It has a built in mic, so if calls come in, I can pick them up, but I drive a convertible, so it's too noisy in the car to use that.

I also have a jawbone bluetooth headset that I use in the car...it works great for phone calls in a noisy enviroment.

I just discovered that if I go to Settings:Wireless Controls:Bluetooth Settings and long press on the BCK-08 (the stereo bluetooth module), I can select options, and uncheck the 'phone audio'.

Now, I can use both at the same time...and the cool thing is that if a call comes in while listening to music, it mutes the music till I hang up, then starts it back up where it left off!

View 5 Replies View Related

Android :: Query Bluetooth Devices. It Is Possible?

Jan 27, 2009

I know there isn't bluetooth API in 1.0 SDK, but I have a doubt. I need to know the visible bluetooth devices. That is, I only need do a scan of the bluetooth devices and save the diferent addresses. I don't need connect to them.

I have read here

http://groups.google.com/group/android-beginners/browse_thread/thread...

that API "only expose functionality to use/control headsets (audio profile)."

And now my question: It is possible do this functionality? Can I find which bluetooth devices are visible?

View 3 Replies View Related

Android :: Connecting To Bluetooth Devices

May 4, 2010

I'm looking to create a button in my app that essentially does the same thing as if a user went to "Settings"->"Wireless & Networks"- >"Bluetooth settings" and opted to connect (or disconnect) to a

View 7 Replies View Related

Android :: Which Devices Support Open GL ES 2.0?

Mar 9, 2010

With the new NDK R3 Android it is possible to write OpenGL ES 2.0 apps targeting Android 2.0+. Is there a list of devices which support it? Also, is there a flag for Android Market, that an app requires OpenGL ES 2.0?

View 2 Replies View Related

Android :: Samsung Devices And 3D Performance

Dec 4, 2009

We acquired a Samsung Moment today, and find that it's 3D performance is very poor compared to the HTC and Motorola devices. I've tried all the tricks I know (color depths, rendering options), but can't get much out of it. Rotating a single textured quad is jerky. I understand that the Galaxy was missing a software component, and that once a surrogate was added, the 3D performance was acceptable. Does anybody have the real low-down on this issue? Specifically: * Do others also find the Moment to be a poor 3D performer? * Is there any word about Samsung fixing this? * Am I missing something obvious?

View 6 Replies View Related

Android :: T-Mobile G1 Won't Appear In Adb Devices List

Aug 27, 2010

I'm trying to connect to connect to my T-Mobile G1 to test a simple android app I an creating. I cannot get it to show up in the list of connected android devices. Here are the details: - 32-bit Windows XP - I have enabled USB Debugging on my device - I am not prompted with the New Hardware Wizard when I plug my device in, it is merely seen as a new removable drive. It does not appear under any other categories in Device Manager, nor is there a new "Unknown Device" entry anywhere to be found - I have tried "Update Driver" and select the driver that Google provides for their official developer devices, but it says "this driver does not match your device" or something to that effect. Probably because it is expected a device type other than "Disk Drive" - I have tried uninstalling the device under "Disk Drives" and plugging it in again but it always gets reinstalled automatically as a "Disk Drive" - I have tried uninstalling the device, manually installing the Google driver from the INF file and plugging in the device and it is still only recognized as a "Disk Drive" - Most importantly, I get a blank device list when I run "adb devices" from the Android SDK tools directory before and after each step I tried After hours of scouring the web I get the distinct impression that a new device category should be popping up in Device Manager if the driver is installed correctly, but I have not been able to get the device to come up as anything other than a new "Disk Drive"

View 3 Replies View Related

Android :: EditText Layout For All Devices

Mar 12, 2010

In my layout i need to have to 2 EditText widgets which would occupy 50% of area individually. I'm planning to have the solution generic for all devices, let me know if this can be controlled through XML in any way or I'll have to create the layout through code.

View 4 Replies View Related

Android :: Application Not For All Devices In Market

Sep 9, 2010

Today, I placed our new app onto the market store. It can be found by most mobile phones - unfortunately, it cannot be detected by one specific model which is used by one of our customers. It is the Vodafone 845, with a small screen (240x320p) and low density (120 dpi). It's running with Android 2.1, updated version (i.e. SDK 7), and has all the necessary hardware (GPS, cam, and internet access), but, however, doesn't detect the app in the market. I have already tried anyDensity="true". The app is free, not copy protected, and open to all countries. I have the following settings in the manifest:

xmlns:android="xxx"
package="xxx"
android:versionCode="10"
android:versionName="1">
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true".............

View 1 Replies View Related

Android :: Build App For 1.5 Devices While Targeting 1.6 SDK?

Jan 21, 2010

I'm building an application, and need to support both 1.5 (Magic and Hero) and 1.6 (Tattoo) devices.
As Android SDK is forward compatible, it seemed logical to build against Android 1.5 SDK, and expect application to work on Tattoo. While that's true, (I tested app, it works ok), I'm now having problems on Android Market. On Tattoo, Market search by default filters android apps that doesn't have explicit support for small screens defined in AndroidManifest. Problem is that attribute exists only on Android 1.6 SDK, so Building against Android 1.5 SDK is no an option anymore. How safe is to build App agains A1.6 (with minSdkVersion="3") and run it on 1.5 devices? Is there anything else I should take care of except just change target SDK?

View 1 Replies View Related

Android :: USB Functions For All User Devices?

Apr 23, 2010

Are there any USB functions for Android devices (all user devices, not rooted)? I'm curious because I might want to make an app that puts things through USB

View 1 Replies View Related

Android :: Developing For Devices Other Than Phones?

Feb 22, 2010

I am a student at a technical university in Finland, and Im currently working on a thesis about how suitable Android platform is for multimedia devices other than smartphones or mobile handsets. Different manufacturers have been experimenting with Android for a while now, and have installed the platform onto new types of devices such as mobile internet devices (Archos 5), tablets (Vega), and even e-book readers (Barnes & Noble nook). Almost all of these manufacturers are also welcoming Android developers to create applications to go with their devices. Compared to the number of applications on Android Market, however, the manufacturers are still very much in the beginning stages with this. I�m hoping to have some idea about what Android developer communities are thinking about this invitation, and so decided to post a poll about it on a few Android forums. Are you interested in developing applications for these kinds of devices, with larger screens and different capabilities from an average mobile phone? If it�s not too much trouble, I�d also be interested in hearing a few words about why you think it would be a good or bad idea. How would it be different from developing for phones? What sort of problems or possibilities do you think would rise from it?

View 2 Replies View Related

Android :: Things Devices Are Still Lacking

Aug 2, 2010

I'm new here and I want to start things out by asking you guys about certain things Android is lacking. As many of you know, the OS is only a year old but is rapidly evolving. I don't own an Android device yet (I currently have the HTC HD2). I'm waiting for Android to grow considerably bigger so I won't have to worry about future upgrades. Android is an awesome OS and a lot of devices carrying the OS is very good, but I feel there are some things is still lacking. In your opinions, what are the things still lacking? I can only think of one (only because my brain is dried out from work): full flash support. I guess you can also add: more memory but this is more of a micro-SD card issue instead of Android.

View 17 Replies View Related

Android :: Recover Offline Devices

Dec 23, 2009

I found that android handsets connected to my PC via usb often go 'offline' status (by adb.exe devices). And, in this situation, I can not debug or access the handset anymore. My question is, how can I make the handset back to 'device' status. I tried 'adb kill-server' and 'adb start-server', but it didn't help. Why the connection is so unstable, and how can I recover it without reconnect it to the computer.

View 3 Replies View Related

Motorola :: Is There A Way To Develop .NET On Android Devices?

Sep 18, 2009

I want to run C# programs on my HTC Magic, I can find the mono app on the Android market but I have no clue on how to run C# using. The code is just for fun, I don't want official support and such. After coding Visual Basic on windows mobile, I really want to code C# on Android, whether directly using some sort of editor if exists, or compiling it on a PC then installing it on Android. If anyone knows a way to do such please let me know.

View 2 Replies View Related

Android :: Communication Between Droid Devices Over 3G?

Aug 25, 2009

I'm not *entirely* sure this one is supposed to go here, but anyway :)

Assuming I have two Android-powered devices, connected both to the same 3G network; does the current API of Android allow to have a Service running on one of them being contacted by an Application running on the other one over this 3G network or do I have to go for a more traditional network (e.g. WiFi AP, Bluetooth) ? If so, how do I do it ?

I saw the usual Socket part in the API but it is not clear to me whether this is the way to use the 3G. I also found another discussion related to communication between a laptop and a dev phone ("Sending data to android dev phone using 3G connection") so it seems to be possible.

Does anyone have some details about how to do this?

View 4 Replies View Related

Android :: VerifyError Issue With 1.5 Devices

Jan 14, 2010

I got an error message from a user that runs Android 1.5. The error reported os a java.lang.VerifyError and it seems to be based on the method setBuildInZoomControls missing. The thing is that this method should be there on an Android 1.5 device and my app's manifest specifies the minimum sdk level as "3".

<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"></uses-sdk>

The documentation for that method says that it is available on level 3: http://developer.android.com/reference/android/webkit/WebSettings.htm...)

So why do I get this error message?

Short Excerpt:

CODE:................

Longer Excerpt:

CODE:.......................

View 4 Replies View Related

Android :: Embedded Hardware Devices?

Sep 1, 2009

I'm playing around with an idea in the back of my head, was wondering if there were any Android devices that had touchscreen and wifi - no other requirements necessary. The GiiNii Movit Mini is as close to what I'm looking for as I can find. Are there hardware vendors that make custom Android products such as this? Inexpensive, ARM or MIPS, run Android, touchscreen, wifi, that's it.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved