mobile-phones

C# application to connect to a mobile application using bluetooth

I`m asking this question again as I got no answer for about a week now ... I want to know how to write a C# desktop application that can connect to the mobile version of the same application (that I will create). The desktop application will be used as a backup/restore for the mobile application. I want to know also how to write the mo...

Can Justin.tv's Broadcaster API be used on Android or iPhone?

Justin.tv's Broadcaster API is Flash-based. Can this be used on Android or iPhone instead of a traditional computer? ...

Which 'contact information' format has the broadest support for mobile phone QR code scanners?

vCard? mecard? hCard? Is there a de facto standard at this point? I've never personally owned a 'smartphone' -- is there a format that's supported 'out-of-the-box' for either iphone, android or blackberry? edit: found this discussion from last year. Any thoughts? this reader appears to be multiplatform and uses mecard mecard sp...

Is there any compiler simulator for mobile phones?

I was wondering if there exists an application for mobile phones(any platform) that simulates compiler, validates syntax? It would be nice to have one the phone:) Particularly I am looking something for C# or C++(like gcc). It does not have to generate any output code, just the front-end part(lexilal, syntax analysis...) ...

How to make the TextField to accept only date input in J2ME/JavaME

I have created a custom Date Class to handle bigger date and date from different calendar. I would like to get date input from the user.The default DateField can't be used in this scenario since it can't handle big dates. So I would like to use the TextField instead.How ever, he existing constraints are not enough to constrain a date inp...

extjs apps on iphone

This is an extjs single-page application which works fine in FF, IE, and Safari. There are several problems with viewing or using this extjs app in the iphone. The extjs panels/windows do not resize, as it would in a normal screen. When the user zooms out, the expanding viewing area is blanked out. An example image is below: Ip...

Access mobile phone memory in a device independent way?

Hi I have the requirement to access the following data, where available, on mobile phones with a device independent code Needed data is Contacts Phone logs Appointments Tasks Voice notes and recordings SMS messages Pictures Videos Application Data Email and Email attachments This is needed to write a sort of cleanup applicatio...

trying to send pix to verizon cell @vzwpix.com, getting removed

I'm trying to make a small service so I can send myself photos from my computer to my phone willy nilly, something probably already does this but I like trying to do things on my own. Everywhere I look online tells me I can send a picture as an email attachment to [email protected] and that'll work, however every time I do it my TXT m...

Blackberry development

I'm currently working on a consumer mobile application project and have read that 40% of smart phones in use are Blackberry's. This seems very high and surely shouldn't be ignored for development. I understand that the type of application is relevant here, but has anyone found themselves considering adding Blackberry development to a pro...

PDF Reader software for SAMSUNG 3310i mobile?

Hi, Can anyone give me the link for (free download) PDF Reader software for SAMSUNG 3310 mobile ...

Best way to protect a REST service that will be accessed by mobile and desktop applications

I have REST services that I was planning on protecting with Windows Integrated Authentication (NTLM), as it should only be accessible to those internal to the company, and it will end up being on a website that is accessible by the public. But, then I thought about mobile applications and I realized that Android, for example, won't be a...

Is OTA configuration supported by Android OS ?

HelloZz, I would like to know if the Android handsets can be configured Over-The-Air; in other words, if they can be configured for settings (such as GPRS , WAP or MMS ...) using OTA. If yes, do they support OMA CP provisioning? Is there an XML example that can be used to configure the Android devices? thanks! ...

Mobile application for all

I'm new to mobile application development. what should i know if want my application to work on different mobiles (nokia,iphone,blackberry ). Android and j2me will cover entire circle ? Is there any flow to cover all mobiles (for ex: from j2me to android or vice versa). ...

When to load textures?

I'm currently working on a couple of windows phone projects (Although the question may also fit iphone/android) and it got me thinking, when is the best time to load textures from the content manager. At first, I was loading them all up, from my Game base class, and passing them along as required. Quickly getting sick of this, I have cr...

How can I redirect my wb site visitors to an m.mydomain.com version when started from a mobile phone ?

How can I (or would you) redirect visitors visiting your web pages when they are viewing your site from a mobile phone ? I want to set up a site with the (standard?) m. prefix. Idially I would my visitors to be redirected to these pages when they visit my site using a mobile phone ? I am using Windows IIS6 and IIS7. ...

Sharing code across mobile plataforms

Is it possible to share a Java application across several mobile platforms (Android, BlackBerry, Symbian, etc) regarding of Android is a Java SE (almost compliant), BlackBerry is JavaME, etc? Thanks in advance. EDIT: I'm not talking about GUI which it won't be possible. There is another things which do I have to take care ?, i.e Vect...

Samsung GT-S3370

Hi, I have taken a new mobile os Samsung GT-S3370. I am trying to connect it to Laptop for first time with USB Data cable.When i am attaching it to Laptop, it is giving me error of installation. Is their any sofftware need to install to connect it with laptop. When i am sending songs with Bluetooth,It is showing memory full.But i have 2...

Using the content handler api (jsr 211) to open applications

Hi, I want to be able to launch native and j2me applications through my application, using the content handler api (jsr 211) on a Nokia 6212. At the moment I am unable to do so as it always states that there is No Content Handler Found and throws a javax.microedition.content.ContentHandlerException. Atm I am trying to get the phone to...

Preview a document (ie. excel/pdf) designed for any Mobile phone on my desktop PC?

Is there any free software or is there anyway to preview how a document will look once on the mobile device. So for example, a rendering engine for a Blackberry or Android etc. This way I can make my documents tailored to specific devices without having the phones. Thanks! ...

What is the best way to detect and redirect a mobile browsser in AppEngine?

Specfically, I am working in Python. ...