0
votes
1answer
31 views

MODE_PRIVATE in Broacast Receiver

I have defined a function in a class called Receiver that extends the Broadcast Receiver. The code of the function is like this: public List<DatabaseRow> ToUpload() { ...
0
votes
2answers
59 views

How to make spinner in dialog mode?

I have button in my application and when I click on this button, it opens a spinner, but spinner is in dropdown mode and I need to make it in dialog mode. For API 11 and higher, there is a simple code ...
2
votes
0answers
589 views

Android USB OTG Read Usb Drive

I am currently working on a project which requires Usb Host mode in Android (using 4.2.2). I need to be able to do standard file operations like listing files and reading from a usb drive. Using the ...
0
votes
0answers
855 views

How Android 4.0.4 open recovery mode? [closed]

I create the Android under layer. But I can not find the recovery, and I do not know how to open this recovery mode. The Environment is: Android 4.0.4 There is a recovery catalogue in bootable of ...
1
vote
0answers
839 views

Samsung enable disable “Driving mode”

I would like to enable/disable Driving mode which is available on some Samsung devices (Galaxy S2, S3). I know I have to put something to system settings, but I don“t know what. So please advice me ...
0
votes
1answer
315 views

Android phone , what units are shut off In sleep mode

I have a scenario that the android device exchanges data with a FTP server via Roaming service. I hope to make OS enter proper sleep mode by setting WakeLock type during the data transferring because ...
-2
votes
3answers
220 views

ZXing on Android: how to set camera in negative mode?

I want to use zxing in an android project. I have download the code and the example app is running now (ZXingTestActivity). For your information, i am not very familiar with coding native android. I ...
0
votes
1answer
110 views

Android internal storage, which mode should I use?

I'm making an app that has a listview with a child listview for each parent listview item. The children have a few children items as well. You can add/delete an element from any of these lists. I'm ...
1
vote
0answers
589 views

Force portrait or landscape mode in android depending on screen size

I've been doing some research over the last few hours, as well as some trial and error, however I am not able to find a fully working solution for this problem. I would simply like to force my android ...
0
votes
0answers
58 views

Scene mode change to bell from silence automatic

I set phone scene mode and drop-down menu silence and vibrate. I am sure it is set well. But when the call back it is a bell, the scene mode change to bell from silence. And drop-down menu also ...
0
votes
1answer
401 views

Force FullScreen on EditText in Android

I am currently developing an app with Samsung Galaxy Tab 2 as my device. My Code in the XML is <EditText android:id="@+id/analysis_text" style="@style/icon_text" ...
1
vote
1answer
221 views

Android PhoneStateListener is not working in sleep mode

I'm writing an app, which listens to GSM signal strength. I've created a service, in which I put the PhoneStateListener. The problem is, that PhoneStateListener does not listen to any changes while ...
0
votes
2answers
122 views

How to maintain the data even when the mode is changed from portrait to landscape and vice versa?

I have 25 edittexts and other views on my activity. I have created different main.xml files in layout and layout-land, so the respective UI will be displayed according to the switched mode(either ...
0
votes
1answer
445 views

Android why after airplane mode off the phone asks for sim's pin code

As i've read through the internet some phones after the airplane mode ask for the pin code again like when you switch on the phone. This has to do with the phone's brand or the version of android? Is ...
0
votes
3answers
240 views

Very frustrated about android debugging mode and reading output in logcat

this is my first time asking a question on stackoverflow. I'm working on a small app on android just for fun over the school break. My app is working fine and displays logcat just fine when I am ...
0
votes
2answers
697 views

Unable to turn off Airplane mode

I've create an app with a button that allows airplane mode to be toggled on and off. Works fine when turning airplane mode on. But strangely, airplane mode seems to stay on when it is toggled off. If ...
1
vote
2answers
1k views

Why usbManager.getAcccessoryList(); allways returns null?

I am testing my app in Samsung Galaxy S2 with android 2.3.4 I am following http://developer.android.com/guide/topics/usb/accessory.html instructions. When ever I try to run it, ...
2
votes
2answers
4k views

Android Development on Samsung Galaxy S

I am trying to test my Android apps in my Samsung Galaxy S i9000 but I dont know why, I cant. It doesn't appear in the Devices tab on Eclipse. I've downloaded the Google Drivers via SDK Manager, I've ...
0
votes
2answers
165 views

HashMap method in using it as a most common value

while using hashmap for finding the most common value the code is doing well if the entered data set contains repeating value on the other hand if the data set has no repeating value it is also ...
1
vote
1answer
407 views

Android Airplane Mode Detection for Honeycomb

I am having trouble detecting airplane mode enabled/disabled on honeycomb, the following broadcast receiver works fine on all versions/sets other than android 3.0/ honeycomb/tablets.. <receiver ...
0
votes
0answers
101 views

android airplane mode lost calling number [closed]

I called in airplane mode to new phone number and calling number does not saved. Is any way to restore this number from any logs or may be combinations? Any help would be nice...
1
vote
1answer
2k views

Android disable landscape mode

I wish to disable the landscape view in an android application . I've used : <activity android:name=".SomeActivity" android:label="@string/app_name" ...
-1
votes
1answer
59 views

How to offer Practice And Tournament Modes in my game? [closed]

I'm developing a turn-based Android game. I'm contemplating offering two modes for my game - a practice mode where users can familiarize themselves and a tournament mode where they would actually play ...
2
votes
3answers
592 views

Application releasing in Update/Upgrade mode with SQLite databse file update

I have developed an android app that accesses local sqlite database inside the app. I have a question of how to upgrade the app. In this case, say if an application source code changes OR the ...
0
votes
2answers
4k views

turn off airplane mode in Android

I would like to turn off the airplane mode if num>50, I implemented this code (from Toggle airplane mode in Android) but when executed I get a force close, can any one help here? ...
1
vote
1answer
343 views

how to set toast orientation while opened in another intent?

Hi I'm using built in android camera: android.media.action.IMAGE_CAPTURE and what I'm trying to achieve, is make a TOAST appear after turning the camera on. The toast works fine, but it always ...
14
votes
5answers
16k views

Getting Nexus S Android NFC into Card emulation mode

Has anyone been able to get the nexus s into card emulation mode? The latest android release does not seem to support this yet. This article says it's possible ...
0
votes
1answer
866 views

AirPlane ToggleButton?

I am trying to use a ToggleButton to switch AirPlane mode on and off. I am not sure how to go about this. My permissions are: <uses-permission ...
6
votes
1answer
9k views

Toggle airplane mode in Android

Did I make a mistake? It's not working. public void airplane() { boolean isEnabled = Settings.System.getInt(this.getApplicationContext().getContentResolver(), Settings.System.AIRPLANE_MODE_ON, 0) ...
2
votes
3answers
6k views

prevent mobile from going into sleep mode when app is running

I want to prevent Android Mobile from going into sleep mode when my threads are sending HTTP request. as what happened while threads are doing HTTP calls mobiles goes to sleep mode and when user wakes ...
27
votes
4answers
11k views

How can one detect airplane mode on Android?

I have code in my application that detects if Wi-Fi is actively connected. That code triggers a RuntimeException if airplane mode is enabled. I would like to display a separate error message when in ...
7
votes
3answers
6k views

Is it possible to write an Android broadcast receiver that detects when the phone wakes up?

I want to figure out how to detect when the phone wakes up from being in the black screen mode and write a handler for that event. Is that possible? It seems like this would be something a Broadcast ...