-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 ...
-1
votes
0answers
50 views

Java program needs to get the callerid number from a desktop phone device [closed]

My purpose is to develop a Java program that will communicate with a general desktop phone device, in order to retrieve the incoming caller number. Is JAPI the right tool for the job? All i want to ...
-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?
1
vote
0answers
32 views

Java lib for suggesting international phone prefix by country [duplicate]

Is there any java library which helps suggest international phone prefix by country? For example, We have Romania and the suggestion would be +40 Thank you
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
1answer
134 views

Android: Application is crashing on phone but on emulator works when I'm trying to open a web page

First of all I can't connect my Galaxy s2 Android 4.0.3 connect with my PC, eclipse doesn't find as a device so I must compile and copy to my memory card and I'm installing it on the phone. I'm ...
0
votes
3answers
188 views

Phone number link not clickable android

x = (TextView)findViewById(R.id.xLink); x.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { AlertDialog x = new ...
1
vote
1answer
73 views

Operate Mobile Phone Using Java [closed]

I am looking for a way to connect my mobile phone to my PC (through cable/Bluetooth/etc), and access the phone using Java code. What I need to do is literally press a button using code from Java. Is ...
3
votes
1answer
71 views

How reliable are Binary Messages in Java ME

I am to develop a mobile application for the Java ME platform that sends SMS messages, containing binary data. However, the application is to use a custom port for sending these messages (so that it ...
0
votes
2answers
122 views

Programming distributed applications? [closed]

I've been tasked with programming a game on a smart phone using distributed programming. It must have multiplayer capabilities and take advantage of the smart phones wifi. My question is: what the ...
1
vote
2answers
220 views

Android Phone call stream

Is it possible in Android to manipulate phone call data live before they are sent? (for, eg. by creating a buffer where the voice is recorded then sent after) or is it inaccessible, and must always be ...
0
votes
1answer
419 views

setWallpaper(bitmap) doesn't set fullscreen wallpaper?

so I am trying to create an app where the user can press a button to take an image with the phone's camera, and then press another button to set that image as the phone's wallpaper. I started the ...
-5
votes
1answer
136 views

What I need to write a program for a mobile phone [closed]

lets suppose its a singe phone, and I want to write a program in java, I know how to program in java, but what IDE or programs I need? for example if I want to write a program where I write some ...
0
votes
1answer
185 views

Place calls with a fax modem

I'd like to develop an application capable of placing calls using a FAX Modem. Since I am a java programmer, I'd like to do it using Java or maybe JNA. I found some documentation about Windows TAPI ...
1
vote
0answers
376 views

How to Mute Phone Call Stream (uplink) while calling on Android

I've never asked questions - always could find the stuff, but this time I really don't know, even where to dig. I trying to mute incoming uplink stream (while calling to smb) and play sound at this ...
0
votes
2answers
313 views

Force close error in Android app debugging

Sorry for the vague question in the title. I honestly can't explain what's wrong. I get no compilation errors or even significant warnings, yet when I run the program, it force closes and the log ...
0
votes
1answer
202 views

Phone call api using java

Is it possible to make a Phone call program using java? If it is possible, what class or packages do i need to create and do I need any other servers?
0
votes
1answer
178 views

How do I get the Arduino Nano to communicate with a phone through Java?

My goal: Make my phone control an Arduino which controls servos which will do cool animations. How do I get to my goal: I use Java to communicate to the Arduino Nano through the yellow pins ...
1
vote
2answers
563 views

How to get all contacts full name and phone number, only if they have a phone number?

I am trying to get all contacts that have a phone number, and record their full name and phone number, (and in the future, their contact photo), but I am stuck. here is my code: String contacts = ""; ...
0
votes
1answer
247 views

3G modem receives multiple SMS intermittently

I developed a Java application, which through a 3G modem I get the SMS's received. The problem is that several users to send SMS to this same number (about 25, 30 users). I noticed that the receipt of ...
0
votes
2answers
2k views

Getting reliable MSISDN from Android Phone? VoiceMailNumber Line1Number

BEFORE anyone thinks that this is a repeat question, I have not found this information anywhere. First off the MSISDN is the same as the phone number. I have been looking into seeing if it if ...
0
votes
0answers
74 views

Java:Call ID Program, Need to consolidate all times for specific number into one entry in number

Hey guys I need some help, I have this java exercise, I need to write a method that consolidates all the time in a caller ID program so that there is only one number entry for every number EXAMPLE ...
0
votes
1answer
245 views

is there something like a python parser for j2me?

i have a phone that does java and i want to program in bed, on my phone. Is there any (python) parser on java basis for J2me, possibly? is there a website where i can write and test python code? Then ...
1
vote
2answers
870 views

VideoView in eclipse not playing on phone

i have searched every where trying to fix this so that is why i came here i put a videoview in eclipse for an android app but the video will not play on my phone. package test.test; import ...
0
votes
0answers
222 views

Android Progress bars losing their value when updated in a Handler

I am working on an Android app that displays cell phone usage information in a progress bar. The bar changes color based on the amount of usage from green to yellow to red. When my TimerTask ...
8
votes
3answers
2k views

Android — How does Google+ instant upload work?

I was playing around with the new Google+ application on the Android and I had a technical question that I couldn't seem to find online. How does the instant upload hook into the native camera ...
2
votes
1answer
2k views

How to get outgoing call number in android?

I am trying to get outgoing call number with intent.getStringExtra(Intent.EXTRA_PHONE_NUMBER), but every time I try it returns null. I did put needed permissions and action in Androidmanifest. Can ...
2
votes
2answers
2k views

GWT telephone number masking

Does anyone know how to go about creating field that would perform telephone number format masking, like here (___) ___-____: http://www.smartclient.com/smartgwt/showcase/#form_masking
4
votes
1answer
610 views

Java client framework / API to call Windows phone push notification service

Does anyone know if there is a Java client framework / API to call Windows phone push notification service? I know there is a JavaPNS project, which is specific to Apple PNS. I am looking for ...
0
votes
2answers
248 views

Phone menu code java

I am doing a coding assignment that requires us to create a phone menu of some sort and I was wonder how this can be done. For example, a caller calls the system and the system prompts the user to ...
1
vote
0answers
55 views

Reading Motorola Evoke Flash Memory

Alright, so I have a Motorola Evoke phone and it's absolutely driving me crazy. I'm seriously considering making a project out of it to create its own OS that's tailored to my liking. I'm 95% sure ...
0
votes
1answer
2k views

Scan WiFi MAC addresses of mobile phones from java application

My application (not mobile application) needs to scan WiFi MAC addresses of mobile phones that are in my range. For now I can only test it with my laptop. So I would like to connect my wireless card ...
0
votes
1answer
359 views

Computer voice instanly and remotely on the phone via bluetooth?

Do you think it is possible to play a movie or sth. on the computer and hear the voice of the video instanly and remotely on a java based mobile phone via a bluetooth connection? The speed of a ...
1
vote
1answer
221 views

How do I listen to Android's contacts launch activity?

I want to know when Android's contact launch activity is opened because my application opens after a call is finished and then the contact launch activity is opened after it meaning it will cover my ...
3
votes
3answers
2k views

International phone number max and min?

What is the max and min digits for an international telephone number? (country code + area code + phone number)
0
votes
0answers
522 views

Placing Phone Calls To Android Phone From A Program over Bluetooth

I am kicking around the idea of installing a netbook in my car, and I'd like to write an app (C# and WPF based) that would essentially be a gigantic phone interface connected via bluetooth to my ...
1
vote
3answers
5k views

After making a call programatically, my android app crashes

The title explains all... I have this snippet of code in my application: String url = createTelUrl("3112007315"); Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse(url)); ...
-2
votes
1answer
619 views

How to Record piano voice in Android

I want to make piano application in Android phone, I want to record piano voice. How I record own phone voice.
0
votes
2answers
3k views

How to send a text message to mobile phone via bluetooth in Java?

Similar to this question. I have been tasked to develop an application using Java to send message strings from my WinXP PC to a nearby mobile phone, using only Bluetooth. I have found a free Java ...
0
votes
4answers
3k views

Java recursion phone number letters

How do you write a java program using a recursive method that takes in an int like "234" and converts this into the corresponding letters on a phone pad (2 = ABC, 3 = DEF, etc), and prints out the ...
1
vote
1answer
766 views

Java program to auto dial a calling card phone number, problem with entering card number

I wrote a Java program to mimic the sounds to dial phone numbers, it works fine except when it comes to phone cards, it needs to dial a local number first (no problem, it successfully connects to a ...
2
votes
2answers
43k views

Android: Simple GridView that displays text in the grids

i'm following the example on the android tutorial about the GridView, but instead of showing image, i want to just simple show some text using a TextView. it turns out seems to be harder than i ...