Tagged Questions
0
votes
1answer
33 views
save serialized object in phone memory
Here i have some data which i want to store in phone memory and retrieve when necessary
here is the code:
public void saveObject(Person p){
try
{
FileOutputStream fos = ...
0
votes
1answer
18 views
getting phone number from android device
Yes I am using the correct permission:
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
And here is my code:
private String getDevicePhoneNumber() {
...
0
votes
0answers
37 views
Lock is not working on a activity
I want to lock a screen and lock is not working by the below's code which is for locking a screen. But unfortunately this code is not working. Please help me to How I locking a screen ...
0
votes
2answers
46 views
How to made single apk on different mode for Tablet and Phone in Android?
I wanted to show different views on Tablet and Phones but i am not able to switch mode for device. Requirement for Tablet is Landscape mode and for Phone is in Potrait mode. What changes should I do ...
1
vote
3answers
65 views
Two launcher activities on phone, one on tablet
I am creating an application for Android 4.0+, and I want to achieve this behavior. Two different activities will have two launcher icons when the user's device is a phone, and it will be just one ...
-4
votes
0answers
38 views
Start programming for Android: Is there a way to get a free handset to experiment on? [closed]
I found an article from a couple years ago that said google was giving away some Android phones for app developers with certain requirements: ...
0
votes
1answer
39 views
Retrieve Contact name from phone number
I've been looking everywhere since the past few days to find a way to retrieve a contact name using a phone number I already have stored in a variable, unfortunately everything I found so far seems to ...
-1
votes
1answer
51 views
Huawei U8500 - unable to connect with phone by adb devices in Android SKD - Win7 64-bit [closed]
I can't connect with my phone in console when I using command "adb devices". Application return 0 devices, but my phone is connected with PC. I restart my phone to fabric settings, but it isn't ...
-1
votes
0answers
29 views
android: how to send and receive information with DTMF or a way like that? [closed]
I have an app in which i wanna send some information (for example about 200 character about once per hour) to another phone, in our local mobile network, sending this information using sms relatively ...
0
votes
1answer
88 views
Get the IMSI number or destination phone number from incomming message (SMS)
I am developing an application that requires the IMSI/phone number of the device(with multiple SIM cards) which receives an sms.
This is basically for identification purpose of which SIM is receiving ...
0
votes
0answers
31 views
Illegal argument sending sms android
I'm trying to send an sms with an android application but on some devices I have this error when the sms is send:
For exemple this program works fine on HTC wild fire but I have the error on samsung ...
-3
votes
0answers
169 views
Verizon Wireless APN Settings [closed]
Recently I reformatted my Motorola Droid 3 and put Cyanogenmod 10.1 onto it. I've gotten just about everything to work, succesfully installed GApps and am able to download and install apps just fine. ...
-1
votes
1answer
39 views
Android make phone call and handle result [closed]
I need some ideas of u guys.
I want to call a list of phone numbers ( that isnt a problem ) and i want to handle the result of the call.
There are two different typs of results.
First: The called ...
0
votes
1answer
46 views
Android FrameLayout 'tabcontent' not available in activity?
I'm trying to change the activity of a tabview and i'm trying to access the framelayout entitled 'tabcontent'.
I keep getting the error:
tabcontent cannot be resolved or is not a field.
Even ...
0
votes
2answers
88 views
Widget buttons not working after phone call
I am working on a android home widget.
When i start a call intent with a button click (that is in an activity that i started with a click on a widget's button),
after the call ends,
the widget's ...
-2
votes
0answers
29 views
Sending post from android phone works on emulator but not in real phone [closed]
Via emulator evrythin works fine and i can sucessfully send a post to my php server and recieves. But when i try via phone nothing happens. Please help.
0
votes
1answer
29 views
My phone restarts when I connect it to the notebook
I try to debug android aplication in my phone..
I have already installed Eclipse, I run tests on AVD smoothly and now I want to debug in my phone, but, when I connect it to the notebook for USB port, ...
0
votes
0answers
21 views
How do I find supported image sizes for android cameras [closed]
I'm trying to take photos with Android phones. How do I find which image sizes are supported?
0
votes
1answer
84 views
Android/Eclipse: Launching app on virtual device/ real phone
Using eclipse, when I launch my app on the android virtual device it is really slow as "ANDROID_" is written but the app is never executed (Before it was written no DNS servers found so I added ...
-1
votes
3answers
42 views
How to close an android app from my phone after running from eclipse
I am trying to learn android development but after running my app through my phone it runs fine, but I can't close it. It doesn't even appear as a running app under apps on my phone settings. It ...
2
votes
3answers
814 views
How is cross platform mobile development done in practice today (year 2013)? [closed]
I am a .NET developer (more than 6 years now) and just starting to learn about mobile/smartphone/tablets development. Logically, I (and probably everybody else out there) would like the application we ...
0
votes
0answers
59 views
ProgressBar backround showing on emulator but not on phone
Im using ProgressBars in a ListView.
The Background is white and the ProgressBar default.
<ProgressBar
android:id="@+id/timerProgress"
...
0
votes
1answer
54 views
Android: Use TelephonyManager or AudioManager for checking phone state before executing code
My question is, what is the best way to get the phone state (is it in call mode), to decide the further way. I would like to check for phone state before deciding whether execute sound notification or ...
0
votes
0answers
44 views
How to detect the event when receiver accept my outgoing call?
I want to know how Android detect when receiver accepts my phone call? Which state does TelephoneManager capture in this time?
1
vote
1answer
49 views
android how to get the statue of phone whether it is playing a sound file
I worked with my project with these problems.
a user make a new task A and set the alarm, then he make another new task B in the same time and also set the alarm.
When the alarm for task A come up,the ...
-3
votes
1answer
51 views
Run Java Project On Android [closed]
Recently I've created a board game using Eclipse - Java.
My question is :
Is it possible to run this project on android phone?
What should I change in order to make it work?
0
votes
0answers
52 views
flash android plus opennfc rom
I would like to use my nexus 4 like a nfc tag(emulate nfc Tag on android). after surching information about that, i realize that the standard API from google does not allow it. it is however possible ...
0
votes
0answers
43 views
change phone calling functionality in android
I need to make an app which allows me to receive a call directly while ongoing call is active.
So my app should allow the new caller not to go on hold but previous caller goes on hold automatically ...
0
votes
1answer
48 views
expandable list and dialer
I have an expandable list with a header and a number. I want to complete the action using a dialer whenever the number in the list is clicked. Im stuck with the getChildView method, I need to extract ...
1
vote
1answer
51 views
Can I use an NFC reader as if it was a dynamic tag?
For example if I have the reader connected to a PC, on the PC screen I select "open url 1", tap my NFC phone to the reader and it will open url 1. I select on the screen "open url 2", tap my phone to ...
3
votes
3answers
104 views
Battery efficient way to track Android phone
I have a fleet of vans that I am trying to create a cheap way to track.
I need to be able to request an update on their location, and also track their movement so I can go back and see their routes.
...
0
votes
0answers
22 views
Editing values in the HTC Sense sysfs
This answer:
http://stackoverflow.com/a/6959591/2075193
talks about editing the HTC Sense sysfs on rooted phones. Is there a comprehensive overview of the values that can be edited this way? I'm ...
0
votes
0answers
34 views
Android make home phone
When I give number="05338830967"; is like it is working but when I give this number number="03926502323"; it is not running, phone tell me that create internet call what is it?
private void ...
0
votes
1answer
74 views
Get list of contacts matching a give set of phone numbers
I am trying to get the list of contacts matching a given set of phone numbers, can anyone suggest me how to do this in android.
e.g.Say I have 3 phone numbers [883338383 , 93939311 , 89898999] which ...
-2
votes
1answer
106 views
Application not installing but taking phone space [closed]
I have Samsung Galaxy Ace, rooted. Today I tried to install an application, it didnt installed but my phone memory reduced by around 10mb then again I tried to install another app, again the memory ...
0
votes
0answers
142 views
Create dial pad for android in C#
I haven't yet found what i'm looking for in regards to the topic in question.
Say i have 9 buttons, labelled 1-9 acting as a dial pad for a phone. I also have a label above the buttons.
When i press ...
0
votes
0answers
54 views
How to know an outgoing call is picked up at the receiver in android?
I am currently doing a project in android. In which, when i make a call from my android phone i want to know when the call is picked up at the other side? I saw many saying its not possible. but in my ...
0
votes
3answers
196 views
How do I program an Android App with Python?
I will be in charge of teaching a small group of middle school students how to program phone applications. After much research I found that Python might be the best way to go.
I am a website ...
0
votes
3answers
51 views
Android Development: how to make the uses-permissions work?
I'm wondering how can I make the uses permissions works?
In fact, i'm trying to make a phone call trhough a simple code but in the phone app, I've to press the green phone to confirm the call.
To make ...
0
votes
3answers
166 views
My application won't run on an emulator but it will run on my phone
I am trying test my application on an emulator but it will not work. However, it works fine on my phone. I have a Samsung Galaxy S2 with version 4.0.3. How do I create an emulator that will work with ...
0
votes
1answer
112 views
Check if receiver picked up phone
In Android I need to determine whether an outgoing call has been picked up by the receiver. This does not seem possible as TelephonyManager does not provide that state. Someone else suggested looking ...
0
votes
1answer
32 views
How to check the state of the phone without waiting for a state change
In Android, I currently use onCallStateChanged to detect any changes in the state of a phone. However, I would like to know what the state of the phone is without having to wait for a change in the ...
1
vote
2answers
71 views
Cancel an unanswered phone call after a period of time
In Android, I make an outgoing phone call without any user interaction. If the call is not answered within a specific amount of time, I want to cancel the call. I can't find a way to cancel the call.
0
votes
1answer
53 views
How to make create a network with my cellphone and laptop with Windows 7 for easy mobile web development? [closed]
I have an Android phone and laptop within Windows 7 professional (64-bit).
I need to develop a web application on the laptop and access the web app from the Android phone. Suppose that reviewing the ...
0
votes
0answers
66 views
How to make a phone call in Android 4 browser
I have used the following code to create a link in my web page to allow the user to call us directly.
<a href="tel:12345678">Click me</a>
It works for iphone and Android version 2.3. ...
0
votes
0answers
94 views
android java gps service fall while phone call
I wrote Android application which write track of my GPS location to the file. I use service to be able to collect the locations also when the smartphone is sleeping. The application is working well ...
0
votes
3answers
94 views
how to handle screen resolutions and screen sizes, one app
I have been trying to figure this out but I really dont get it..
If I want to create one app with one layout thats supposed to fit all android devices (by scaling).. how can I achive this?.. For ...
1
vote
1answer
1k views
Android - Signal Strength in Level, DBM, and ASU
I am currently writing an application for a client who wants to gather data regarding the signal strength at set intervals.
Currently I am using this code:
private static class MyPhoneStateListener ...
0
votes
1answer
219 views
How to make a call from linux with android phone? [closed]
I need to make a phone call and\or send SMS from my debian server.android phone is plugged to the server by USB cable.
I can connect to the phone from the server via: USB, Bluetooth or WIFI(ssh).
...
2
votes
1answer
396 views
android showing both sim and phone contacts
In my code I should display only phone contacts: I followed previous posts but I still display both phone and sim contacts. Here it is my code:
Uri uri = ...





