Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
1answer
642 views

Remote Test Laboratory (RTL) for Android

Dear all android developer ^^ Just known Samsung support RTL for Samsung android device: http://innovator.samsungmobile.com/bbs/lab/view.do?platformId=1 [Question] Anyone known other free RTL ...
20
votes
5answers
14k views

Re-installation failed due to different application signatures

I moved my Android project to a laptop and now I get this when I hit Debug. Sounds like this is a bug? This shouldn't happen via Eclipse as far as I know. Re-installation failed due to different ...
10
votes
7answers
19k views

How do I get the logfile from an Android device?

I would like to pull the log file from a device to my PC. How can I do that?
9
votes
3answers
842 views

How to disable copy/paste from/to EditText

In my application, there is a registration screen, where i do not want the user to be able to copy/paste text into the EditText field. I have set an onLongClickListener on each EditText so that the ...
6
votes
3answers
136 views

Buying Android Device for Development

So I am thinking of getting Sprint Nexus S from ebay to do android development. I am wondering whether getting a locked phone will hinder me from doing any kind of development work on the phone ...
4
votes
2answers
856 views

When I debug my application I get frequently Launch error: Failed to connect to remote VM

When I debug my application I get frequently Launch error: Failed to connect to remote VM even If I try again it doesn't help, I need to restart Eclipse. Edit Not sure yet fully if the symptoms have ...
3
votes
3answers
103 views

Android compilation failure in maven

I am making an Android app, and have created a custom view to do some animation. I have created a custom view, extending ImageView and implementing ValueAnimator.AnimatorUpdateListener. When I try to ...
3
votes
1answer
925 views

Android: Raw image callback supported devices

I am working on some image processing and I am in need for the raw image data. But unfortunately this according to the documentation is optional and depends on the vendor. I have been able to get the ...
3
votes
1answer
734 views

Enabling root access

I'm attempting some Android system integration on a BeagleBoard like device. I have complete file system access as I can read/write/format the CF card hosting the boot and rootfs partitions. For ...
3
votes
2answers
3k views

Stop Android OS auto-update

We have a variety of devices for testing purposes, and now that Froyo is being pushed (to the Nexus One so far at least), we have to constantly dismiss upgrade requests. There is no apparent "stop ...
2
votes
1answer
53 views

Android: disparity between emulator UI and device UI

I am working on an android app in which I am seeing some disparity between what is showing up on the actual device and what is showing up when I run the app on the emulator. Here is the relevant ...
2
votes
2answers
172 views

Application causing phone to heat up [closed]

I have been getting complaints from a few users that once they installed my application there phone has been heating up (sometimes even when the application is not running). What are the reasons ...
2
votes
3answers
116 views

Can we ON or OFF the device programatically?

I know there is a way where we can reboot the device. And it shows immediate result. But my need is as :- I want that when I will be in my class-room my phone automatically goes to OFF. (Lets say ...
2
votes
3answers
2k views

“Unable to open log device '/dev/log/main': No such file or directory”

I am new to Android development and bought a cheap Huawei Sonic (U8650 apparently) so I could test my first attempts at making an app on an actual device. However, whenever I try to use 'adb logcat' ...
2
votes
2answers
94 views

Android Device Specific Bugs

I am developing Android apps and running into issues during QA. The app behaves strangely under some condition only on some particular devices. For ex, on a HTC Hero, when I invoke Google Maps to ...
2
votes
0answers
54 views

Error while running android applicaton on android devise?

I am developing an application in which certain images are rotated using Viewflipper. The problem is that my application is successfully running on the emulator, but it does not work when running on ...
2
votes
2answers
3k views

Eclipse Doesn't Recognize my Android Device

I have the samsung galaxy tab, when I plug it into to eclipse to run and debug my apps. Eclipse doesn't recognize the device. When I try it with my friend's Droid 2 it still doesn't work. Can someone ...
2
votes
2answers
401 views

Terminate debug on device

I'm a bit confused about debugging on a device. When I use the emulator, after the debug session, I simply close the emulator window... but when debugging on my device, how can I close the ...
2
votes
1answer
246 views

Android: Within Android Device Chooser the same device shows up several times

I am using Eclipse to program for the Android OS. I use a real device to test my application on. To test my application I click on run, then the target project i wanna run and then the Android Device ...
1
vote
1answer
45 views

Which Android hardware devices should I test on?

I'm trying to compile a list of Android hardware devices that it would make sense to buy and test against if you want to target an as broad audience as possible, while still not buying every single ...
1
vote
1answer
44 views

Android device age

Is it possible to query the age of an android device? I want to know, how long a user owns his device. The age of the battery might be a good indicator, but I cannot find an appropriate API. Optimum ...
1
vote
0answers
29 views

Is there any readymade Software tool instead of eclipse Emulator that install and test Android APK file?

I have ready made android installation apk file. But i dont have android device available. I know that i can run the Android apk file in to Emulator by using the eclipse and help of the android sdk. ...
1
vote
0answers
51 views

How to set the mp4 Video file height and Width according to device screen height and width

I am trying to play the mp4 Video by Below Code: myVideoView = (VideoView)findViewById(R.id.myVideoView); case R.id.playVideoBtn: File file2 = new File("/sdcard/Pfront.mp4"); Uri ...
1
vote
0answers
48 views

Why i am not able to play this Video in to Galaxy Ace but can play it in to Galaxy SII?

Here is the two video file properties : I am playing this video in to both device, Samsung Galaxy Ace and Samsung Galaxy SII. While i run Alone.mp4 then it play fine for both the device. But as ...
1
vote
2answers
60 views

Getting NOT INSTALLED when installing apk on real device?

I have tried installing my .apk file on device but it stops saying Not Installed . I have checked minsdk and other issues but still getting same error. What else should i try?
1
vote
1answer
67 views

Is it possible to debug Android apps on Acer Liquid E from Windows 7?

I'd like to buy an Acer Liquid E as an Android test phone (normal size, high density screen, android v2.1 up to 2.2). Before actually doing that, it'll be great to know if anyone had any bad ...
1
vote
2answers
89 views

Why won't ADB recognize my Samsung Fascinate on Mac OSX?

I am trying to write some android apps on Mac OSX and then test them on my Samsung Fascinate (Verizon), but ADB will not recognize the phone. I have tried everything from restarting adb, to ...
1
vote
1answer
44 views

Reddish Images of screenshots of android screen

Has anyone tried out Android Screenshot Library (ASL)? It has a native program which is run by adb and has a service which connects to it via a socket and retrieve info like width, height, bpp, and ...
1
vote
1answer
45 views

Android development large app resources

We will be building an application that will contain lots of assets that contain hundreds of images and videos. We will be side loading the initial application because of its size. For security ...
1
vote
2answers
226 views

Is it possible to develop Google TV apps using a Mac and an actual Google TV device?

I don't want to use Linux to use the emulator. Is it possible to use an actual device instead? If possible, please, show me the references you used to answer.
1
vote
1answer
207 views

Why is our Android 2.2 application “incompatible” with Android 2.3.5

We are seeing a problem with our company's application that has me very confused about the Android compatibility model. Our app supports Android 2.1 and later. It is targeted for 2.2 and later. ...
1
vote
2answers
994 views

Android Socket: java.net.SocketException: No route to host

I am trying to connect (through TCP) to the server running on my machine from the Android device. I have android.permission.INTERNET in my manifest file: <uses-permission ...
1
vote
1answer
63 views

Menu background is not visible on device

I want to set background image for menu buttons. I can see the image on emulator, but when I run the app on device it does not show any background image, but only transparent white background. I have ...
1
vote
1answer
153 views

Android - Multiple Connected Devices via USB

Is it possible to connect two (or more) android devices via USB to the dev machine and debug programs on both devices at the same time? I am trying to do this with an Atrix and Nexus One with no ...
1
vote
2answers
146 views

Which Android device has all possible orientation sensors [closed]

Looking for a device that give maximum possible combination of: Accelerometer Gyroscope Rotation matrix Linear acceleration Magnetic field Rotation vector Or any other sensor which gives any ...
1
vote
1answer
112 views

Over populating Logcat causes windows to freeze, until hard reboot is performed

The title speak for itself, but I would add some pointers I've noticed along the way. I would like anyone which also experience the end result while developing for Android to try to reproduce this and ...
1
vote
1answer
245 views

Android device information

Is there an API for programmatically extracting information regarding the current Android device? For example, properties like "model", "OS" etc. This would be an analogue of iOS's UIDevice class and ...
1
vote
4answers
121 views

Running android using device connected to usb

can I somehow run the android project currently running using my phone that is connected via usb? the android emulator starts pretty slow so i think it would be better to use my device
1
vote
1answer
40 views

Unable to run app on device, android

I am new to android and am trying to develop an app. I have a phone connected to my laptop and was testing on it this morning. But when I try to run the app on the phone now, the device shows up, ...
1
vote
1answer
361 views

SQLite exception on Android Device : No such table, but emulator works fine?

I've looked through this question as well : problem about sqlite database, no such table: but have had no success in fixing the problem. As the title mentions, the exact same code was able to run on ...
1
vote
2answers
468 views

PackageInfo versionCode and versionName null on phone, but works on emulator

I am building a private app that will not go through the Marketplace. As a result, I need to pull the current version application (not platform) information and check with the server to see if there ...
1
vote
0answers
72 views

android: pixel Depth of device

I'd like to know if it's possible to get the pixel depth (number of colours) of a device. with DisplayMetrics it is possible to know the resolution... DisplayMetrics metrics = new DisplayMetrics(); ...
1
vote
1answer
182 views

How to use whole screen on 1024x480 Android device (Acer Iconia Smart)?

When running manually compiled Android apps on the Acer Iconia Smart, there always remains a black bar at the bottom of the screen that is not usable by the apps. This happens for my own as well as ...
1
vote
2answers
260 views

How to limit device usage on Android Market (new feature)?

Market has added device compatibility check.Now we can check if an app will work on specific device, for exaple HTC mobile phone, Samsung Galaxy, etc. What about developer's side: How can we build ...
1
vote
2answers
169 views

Pushing File into Android Device

I have developed an application which read text file. In Emulator I have push the file in \Data\Data\PackageName\File.txt and its working fine. But when I try to push file in Device its generate the ...
1
vote
2answers
721 views

Connect an Android Device To a Web Service on Local Host

I implemented a web service for an Android application. The web service is running on my local host (192.168.1.2). Using the Android emulator I succeeded to connect to web service. The I tried to ...
1
vote
0answers
278 views

Why some code on samsung galaxy s dose not work?

I am writing an application for Android devices. After finishing the development and testing the program, I find that the following NullPointerException is thrown only on the Samsung Galaxy S. The ...
1
vote
2answers
158 views

Custom Android Emulators

I currently have an Android app on the Android Market. One of it's main purposes involves detecting incoming calls. Unfortunately, some phone models don't seem to be detecting this correctly. The ...
1
vote
2answers
556 views

Huawei u8110 ADB problem

my problem is pc not connect device. I did it ( Turn on "USB Debugging" on your device. On the device, go to the home screen, press MENU, select Applications > Development, then enable USB debugging ...
1
vote
1answer
354 views

How to browse android gallery for movie/media files in SDK

Can anybody tell me how to browse for a movie file from the android folders (either phone/SD Card memory). Let's say I got a movie file on the phone memory and I want to access it from my application, ...

1 2 3