phone

What might be wrong with my Android installation in Ubuntu 9.04

I'm following the installation tutorial according (www.softwarepassion.com/?p=176) to the explanations and everything seems to be fine and not getting any errors. But, when I run the 'Hello, world' application, I get an empty screen on my phone showing me only 'Android' with a blinking cursor. Does anyone know what I might be missing or ...

iphone sim number

how to get the phone number in iPhone using iPhone programming... i mean code ...

iPhone API get local device phone number

Does anyone know how I can get the phone number of the device I am developing on so that I may use it in my app? ...

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 thought. it might seems like this is totally unnecessary and it doesn't have a valid use case, but i'm trying this out to just get myself familia...

URL Scheme for Phone Call

Much like the "mailto" URL prefix launches the user's default mail program and starts a new email with specified address, is there a similar URL scheme that would initiate a phone call? Perhaps "phone," "call," or "sip"? Incidentally, I'm targeting a platform that is using Cisco CUPS, so there may be a platform-specific way for me to in...

Phone Number Auto Spacing like AddressBook on iPhone

I want to be able to replicate what the AddressBook does in Contacts app and Phone app when entering a phone number in both the keypad on the Phone app and adding a contact. I know I could do it checking each time a character is entered into the UITextField but there are hundreds of number formats out there and it would take me forever...

Retrieving mobile (cell) phone number over WAP

Hi, First of all i don't really know much, if anything, about mobile/cell phone programming, i was just wondering about this. Is it possible for an ASP.net mobile page to retrieve a phone number using WAP? The obvious use would be authenticating users by phone number. If it is possible, i am guessing it would be pretty insecure. Is thi...

Search for embedded email and phone numbers

I need to use a javascript form validation routine to scan various input text fields for embedded phone numbers and email addresses. This is for a classifieds system that is free to post but 'pay to connect' with buyers, so the intent is to prevent (as much as possible) the ability for users (those posting the ad) from simply embedding t...

Slow Flash Animation on Phone

I have this flash animation (flash lite 1.1) and the problem is that on my phone it's quite slow. It looks like as it was 5-6 FPS.... Could anyone tell me why and how to make it faster? Thank you in advance. Here are the swf and fla files: Download Edit: tested on SonyEricsson K550, W610, W300 and W880 ...

Blackberry - make a call from native address book

how to make a call from menu item appended in native book of BB('Call from ABC' option)? ...

Is there a way to tell if your app is being used while the user is on the phone?

There are certain portions of my app that would be better to highlight to the user if they're on the phone. Is there a call to check to see if we're on the phone? Unfortunately, "call" is a horrible word to check for in API documents for obvious reasons. ...

Is there a free python library for phone calling?

Hello everyone, I'm writting a small python script notify me when certain condition met. I used smtplib which does the emailing for me, but I also want the script to call my cell phone as well. I can't find a free library for phone callings. Does anyone know any? Thanks a lot. -J ...

Iphone phone call and other system popup

Is there a way to detect if the application lose focus because a phone call or because an other system message is on top of it. When receive phone the system call applicationWillResignActive, and when other message box from the system is displayed the same function applicationWillResignActive is called. Thans ...

Can anyone find the error in this POST NSMutableURLRequest to a PHP script?

I try to send data to this php script: mb_internal_encoding("UTF-8"); if(isset($_POST['format']) && isset($_POST['category']) && isset($_POST['title']) && isset($_POST['description']) && isset($_FILES['photo']) { save($_POST['category'], $_POST['title'], $_POST['description'], $_FILES['photo']); } else { echo "There...

any command line com port query tools?

ok folks, heres my dilemma i want to make a chat program that uses sms as its base engine.. to do this i need to communicate with my gsm phone via bluetooth attached to com 7 on my computer.. i can do this fine using hyperterminal, tera term etc. but to hav an un-obtrusive, friendly interface i need a command line tool to send AT command...

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 local number), then it needs to enter the card number, problem is the other end won't accept the generated sounds for the card numbers, it on...

When should I give out my iPhone UDID?

When should I give out my iPhone UDID? A company is developing an application for my company for the iphone wants my UDID. Are there any risks to me as an individual giving this out? Many thanks ...

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 permutations of this? e.g.: input = 234 output = ADG ADH ADI AEG AEH AEI AFG AFH AFI BDG BDH BDI BEG BEH BEI BFG BFH BFI CDG CDH CDI CEG CEH...

How do I use MediaRecorder to record video without causing a segmentation fault?

I'm trying to use android.media.MediaRecorder to record video, and no matter what I do the android runtime segmentation faults when I call prepare(). Here's an example: public void onCreate(Bundle savedInstanceState) { Log.i("video test", "making recorder"); MediaRecorder recorder = new MediaRecorder(); contentResolver = get...

phone call status in WebOS

how to know the phone call status or any event for handling end call in WebOS ...