Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
12answers
14k views

Best phone for developing Android software

I want to get into trying my hand at Android software development. What is the best developer phone, in terms of ease of development, debugging features etc. out there? Development issues aside, it ...
12
votes
8answers
2k views

Is it worth purchasing Google Android Dev phone?

I've been intrigued by all the android world since I first learned about it and would like to get my hands dirty developing for it. The question that comes to mind is if it's worth buying the unlocked ...
8
votes
6answers
650 views

Made an interview mistake. Should I try to correct after the fact? [closed]

Ever been in a situation where you were in an interview, and realized immediately afterwards (after the nervousness wore off) that you did something wrong? I had a phone interview today. I was asked ...
7
votes
1answer
134 views

Can you detect whether a device has phone capabilities (e.g. it can make voice calls/SMS) with JavaScript?

Is there any way to detect whether a mobile device is capable of making voice calls / SMS messages? This is important when applying tel: and sms: links in a web page. It is not enough to merely ...
7
votes
5answers
971 views

Web GUI frameworks for Phone development

I looked already and could't find anyting good. So a question is, are there any good web frameworks that would allow to easily develop GUI for the majority of high end phones? By this I mean It ...
7
votes
4answers
5k views

How to get Cell Tower Info on a Windows Mobile CDMA Phone

Tools/Env.: C++, VS2008, WM6.1 I currently only have the HTC Diamond Windows Mobile phone available for testing and try as I may, with all of my hacking prowess, I still cannot accomplish the task ...
7
votes
11answers
3k views

Debugging j2me on a Device

Has anybody had any success ever attaching a debugger to a tethered device? I am able to debug my j2me application in the emulator, but have a lot of trouble sorting out phone-specific problems when ...
7
votes
4answers
3k views

Programmatically reject a call on the BlackBerry

I'm trying to programmatically reject a call on a BlackBerry, with Java + JDE. I'm intercepting the callIncoming event, and in there I need to do something to reject a call from a specific number. ...
6
votes
3answers
978 views

Android app for phone and tablet: 1 or 2 apps?

I have to develop an application for both Android phones as tablets. The application logic is the same, while the UI is completely different. I'm wondering how I should deal with this: make 1 big app ...
6
votes
2answers
2k views

API to support Bluetooth in Mango? [closed]

Will there be an API in the upcoming Mango that provides access to devices coupled via Bluetooth? I am interested in processing data sent from Polar Hear Rate Monitoring belt. Kind regards, Stefan
6
votes
4answers
679 views

After orientation change buttons on a widget are not responding

Hello I'm facing a problem with an appwidget that has one ImageView inside the xml layout for which I register a pendingintent that is handled in OnReceive method . Everything works okay until I ...
6
votes
3answers
3k views

Are the 4 Android buttons standard? Ex. back button, menu button

Are the physical buttons that Android phones come with standard? Specifically the back, menu, home, and search button? In my applications I assume everyone has a back button so I don't bother putting ...
6
votes
10answers
6k views

Web based API that can tell me if a number is a landline or cell phone?

My application sends SMS messages to people, but the numbers entered in as their cell phone are sometimes land lines (this is user error or the user not really knowing if the contact number they have ...
6
votes
6answers
2k views

Phone number format and validation library

This question asking for a phone number format API in Java got me wondering why such an API doesn't seem to exist. Given the number of validation classes available under Apache Commons, I would have ...
6
votes
10answers
2k views

Phone Number Columns in a Database

In the last 3 companies I've worked at, the phone number columns are of type varchar(n). The reason being that they might want to store extensions (ext. 333). But in every case, the "-" characters are ...
5
votes
2answers
174 views

Different controllers for phone and tablet targets

Is there a way to have two different Java code for one Android app? One targeting phone devices and the other targeting tablet devices. For example, something like HomeActivity.java and ...
5
votes
2answers
112 views

How can compose messages without using launcher and chooser in wp7?

I use SmsComposeTask for composing sms in wp7. but in my application i want to send messages directly without using SmsComposeTask so please tell me how can i send sms without using SmsComposeTask? ...
5
votes
1answer
125 views

How can i send Images to php web service?

I want to send my image to php web service. i convert image in bytcode and try to send it to web service but php web service want my image in file formate so please tell me how can i make my image in ...
5
votes
1answer
210 views

Supress Android incomming call Activity from apearing

How are things now This has been discussed in many questions but neither one offers a good solution. Things look simple, after having a BroadcastReceiver is really easy to intercept and block a call. ...
5
votes
3answers
936 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 ...
5
votes
4answers
481 views

How to use a global Style in Windows Phone 7?

I want to use a global Style in WP7, something like: <Style TargetType="Button"> //some code here </Style> The problem is that this code does not seem to work in WP7. I know how to add ...
5
votes
2answers
633 views

Flurry analytics crashing with Windows Phone 7

I've integrated Flurry (http://www.flurry.com/) into my phone 7 app. The only code needed is this line in application launching FlurryWP7SDK.Api.StartSession(ApiKeyValue); However, as soon as that ...
5
votes
4answers
2k views

How to get phone name in Android

Is there any way to get phone name in android??. I have tried android.os.Build.DEVICE; android.os.Build.MODEL; android.os.Build.PRODUCT; in Samsung Galaxy S.All these are giving GT-19000 as the ...
5
votes
4answers
107 views

US phone numbers

I'm building an app that uses phone numbers to perform different tasks, and recently I've had quite a few requests to implement it for the US market. Unfortunately as I live in the UK I don't have ...
5
votes
2answers
657 views

Windows Phone 7 buttons

Is it just me or the property Visibility.Hidden on buttons are not included in Windows Phone 7? Because as far as I know there are three types of Visibility properties for a control, either Visible, ...
5
votes
2answers
375 views

How well does knowledge of J2ME generalize to other mobile platforms?

I'm considering taking mobile phone software development course at my university. The course uses J2ME with an emulator. I'm interested in software development for mobile phones, but I get the ...
5
votes
4answers
1k views

Technology behind twilio

I wanted to discuss the technology behind Twilio. I have been playing around with the service for a few days now and it is simply mind-blowing. While I don't have a direct need for it right now, I am ...
5
votes
4answers
2k views

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 ...
4
votes
4answers
113 views

Make Phone Connected to Modem Ring

I have an old landline phone and am looking for a way to make it ring when it's connected to the modem of my home server. I want to use it as a notification when a build is broken and stuff like that. ...
4
votes
1answer
340 views

WebBrowser control must reload content every time app page is revisited (Windows Phone 7, Silverlight)

I'm writing an app for Windows Phone 7/Silverlight. When the app is either tombstoned and reactivated while on the app page containing the WebBrowser control (I've saved the Uri in app state) or that ...
4
votes
2answers
212 views

How to get list of all available keyboards on Windows Phone Mango (in C# code)?

How to get list of all available keyboards on Windows Phone Mango (in C# code)? Or how to programmatically set custom keyboard for typing? For example I want set the keyboard to Russian language for ...
4
votes
2answers
145 views

Does anyone know why my app won't show on the android market for an Acer Liquid Mini?

I just put an app on the market and it is showing on all phones I have except for my Acer Liquid Mini. This one: http://www.gsmarena.com/acer_liquid_mini_e310-3711.php I have phones with the same ...
4
votes
1answer
427 views

UIElement to image file (WP7)

I have a StackPanel which includes a few Rectangles that I want put to an image file (e.g. PNG). I'm developing this on Windows Phone 7 and most of the information I found on the internet wasn't ...
4
votes
5answers
339 views

Determining local / international phone numbers for the US

You're probably thinking this has been asked a million times before but I think that my question is a little different. Most requests for phone number validation are used for validating user input. In ...
4
votes
3answers
628 views

How can I run multiple instances of the windows phone 7 emulator at the same time?

I'm creating a multiplayer game for windows phone 7. How can I run multiple instances of the emulator in order to debug it?
4
votes
1answer
520 views

Detect Tap on CalloutBubble in MKAnnotationView

Im working with MKMapView and MKAnnotationView. I have an annotation in the map. When the users tap on it, the callOut Bubble is displayed. When the annotation is tapped again ( and the callOut ...
4
votes
1answer
3k views

Android browse SQLite database on phone

How can I browse the SQLite database that I am creating in my app on my Android myTouch phone? When I log in through adb shell, sqlite3 gives me a permission denied. Is there another way to check if ...
4
votes
1answer
219 views

Free Modem Dialer

Is there a telephone application for modems that can receive a phone number as a parameter and manage the call for themselves? I ask because in my application I must implement a click2call ...
3
votes
2answers
226 views

Use different theme depending on if device is android tablet or phone

I was wondering how I can change the theme of an activity depending on if the device is a tablet or a phone. I have a settings activity that has a "@android:style/Theme.Black.NoTitleBar" theme to it. ...
3
votes
2answers
115 views

Android Filters for phone and tablets

I want to put filter to my application for android market. I just want to display my application to phone devices only and not to tablet users. So what kind of filter i can put except ...? Is there ...
3
votes
2answers
311 views

Preinitialize BackgroundAudioPlayer in WP7?

When I am using the BackgroundAudioPlayer in my Windows Phone 7 application, it takes a lot of time to load the first time I want to play a song. Is there any way of preinitializing the ...
3
votes
2answers
370 views

testing a website in windows phone 7 simulator

I'm trying to test a mobile website I'm building using Windows Phone 7, but I can't figure out how to do it. It seems that the SDK wants me to build an application first in order to use the emulator, ...
3
votes
3answers
137 views

Creating a Server for phone or sms

This is my newest project which consists of making a Server for phone and sms. I would like to do something like google talk where one would be able to make calls and receive calls or even text ...
3
votes
1answer
619 views

Integrating Lync 2010 with an external program

How can I integrate Lync 2010, with a program that does a DB look up and shows a small popup, with the information found, and also a few buttons with some options. The program is already running with ...
3
votes
2answers
531 views

Find IMEI no in wp7?

I want to use IMEI no in my application. so i search for how to get IMEI no. in wp7 but everytime i got DeviceUniqueId so IMEI no and DeviceUniqueId is same thing or not then how can i get IMEI number ...
3
votes
1answer
886 views

Silverlight Rotate & Scale a bitmap image to fit within rectangle without cropping

I need to rotate a WriteableBitmap and scale it down or up before it gets cropped. My current code will rotate but will crop the edges if the height is larger then the width. I assume I need to ...
3
votes
1answer
182 views

How can I send a text message/SMS with PHP? [closed]

Possible Duplicate: any good php tutorial on how to send sms to phones? I'm trying to figure out how I can send text messages/SMS messages with PHP to phones. Is there a way to do this ...
3
votes
5answers
337 views

iPhone and Android programming for mobile games?

I want to write simple games for mobiles, something like a good Tetris program. I want it to work on Android and iPhone phones. My current knowledge of programming is fairly good in web development ...
3
votes
4answers
657 views

Windows Phone 7, login screen redirect and a case for .exit?

I know this has been discussed ad nauseum, but I want to present my case.... My start page in my app is login.xaml. The user logs in, the username and password are authenticated through my WCF ...
3
votes
3answers
49 views

What phone server should I use to read data from MySQL

I have been task with the mission of creating a phone solution where clients call a number and using the phone keypad they enter a product ID and base on that ID they should hear the product ...

1 2 3 4 5 14