mobile

J2ME text field to double

Is there a way to convert the string from a text field to a double in j2me? And what is the name of the string that comes out of the text field? ...

Is there a Mobile 'Web Wrapper' Framework allowing Device Access to a Remote Site?

When I first ran across PhoneGap, I was excited because I envisioned simply dropping in the URL of a mobile site and simply updating the mobile site to use the devices capabilities when available. Alas, it seems it is not that easy. From what I understand (and I could be incorrect), any HTML/JS access to the device's hardware is limi...

How to trigger an application in a mobile on receiving an sms?

i want to trigger a inbuild application in the mobile on receiving a sms. I have codes to read a sms from a mobile but after reading that sms the mobile must automatically trigger an application. Is it possible to do that If yes telll me a good idea to trigger another application on recieving the sms. Please this is veryy very urgent ple...

SVG support on smart-phone browsers

I am investigating SVG, so I was wondering if anyone knows how good SVG support is for browsers on smart-phones. I know Opera Mini/iPhone support a lot of SVG Tiny, but I cannot figure out the support for other browsers (Blackberry, Pre, Android, Nokia smart-phones). I know phones using IE as rendering engine will have no support at all....

Java (ME) library for fixed-length record files

I am looking for a library that can run on Java ME (Foundation Profile 1.1, CDC) and allows me to basically do something along the lines of FILE OF type; in Pascal. Background: I need to have a largish (approx. 100MB) set of around 500.000 records for lookups by a known index value quickly. Do I really have to write this myself? Dat...

how to detect a mobile phone in a web application

If a web application, how can you figure out the visitor is viewing from a mobile phone? is it also possible figure out the make/model like blackberry versus iphone? ...

Mobile minibrowser: how to reload image while maintaing page offset position?

In mobile web minibrowsers, it seems that the window object makes no sense since there's only one window to show. Therefore, things like window.pageYOffset=320 make no sense (as far as I can tell). Given a simple example such as a map zoomin/zoomout such as <html> <head> <title>zoom.html</title> <script language="javascript"> var zoom...

enabling drag and drop on a touchscreen mobile device

Hello all, I just recently got an android phone and found that the drag and drop on my site doesn't work! I understand why it wouldn't, but has anyone found a solution to this? I'm using JQuery to implement the D & D... ...

Web App GPS Polling

So it looks like mobile phones these days are capable of providing gps data ;) I'm building a django app with a mobile edition that I want to be location aware. My question is, how does one access GPS data? Is there a standard, or do you have to custom code for android/iphone/other. Ideally, I'd imagine it being provided in the HTTP r...

making website iphone compatible

hello to all, i was asked by a client to set up a landing page for iphone users. the page already exists - very simple, just a few images and text. i need to: - make sure its iphone compatible (any special tags or definitions?) - make sure google mobile search indexes it as a mobile page - in the home page (different page, for all users...

Can I control position of SIP ( Software Input Panel ) in .NET Compact Framework?

Hi, I want to display the SIP, but I want to display it a little higher on the screen than where it shows by default. Is there a way to position the SIP vertically? ...

Mobile test for local html files

I have local html files that I need to know how they look like in various model of Nokia, Android, iPhone, Blackberry. Is there a way to do this? I google some online website for Nokia simulator but they are not working right. I need local test of html. If there is a free software that I can switch around in different phone (or separate ...

Quicktime Web Player resizes in iPhone Safari

Hello all, I am using the following code to show a quicktime player in my website when it detects an iPhone Safari browser: {document.write('<object id="id1" type="video/quicktime" width="326" height="16" style="height: 16px; left: 187px; position: absolute; top: 266px; width: 326px; z-index: 1; "> <param name="src" value="http://websit...

Any simple interpretation about 3G

Can anyone explain 3G technology from a programmer's perspective? I am a little bit confused. For instance, if I develop a mobile application with Android or IPhone SDK. Shall I concern about the network I used? Or the SDK has a same interface for all those different network(3G,GPRS,CDMA). Moreover, is 3G a specific technology or a set o...

Is there a want for a Java 7 Cloud Server Framework that is not Spring/Tomcat based?

I have a question. Is there a demand out there for a small, lightweight, Java 7 based open source project that is geared toward making Cloud services more elegant? I have written several servers in my lifetime, and was curious if there was a need for this. My thoughts were to keep it simple, lightweight, and use the Java 7 NIO 2 funct...

Country Codes to Country Names conversion

Hi, I'm building the registration part of a mobile site and I need to retrieve the country name from the country code of a mobile phone number (eg. +1 corresponds to United States). Is there any publicly available code/database that will have this info. Ive tried searching but all I come up with is the conversion of country prefixes ...

How to open an Intent (MapView) from the Main activity with menu in Android

Hi Since I'm a newbie I don't know if I'll be explaning this correctly. But here goes it. I'm trying from main Activity (MainFile.java) to open a Map as a new intent through a menu. Something like this... switch(item.getItemId()) { case VIEW_AROUND: **Intent cityMap = new Intent(MainFile.this, Map.class); ...

Reading SIM contacts on Symbian S60

I am looking for a working code snippet for Symbian S60 5th edition in which you can read SIM contact details. If possible, I would skip using RPhoneBookSession, but if that is the only way, please provide code snippet how to use it. Thank you. ...

Possible to query the native inbox of a mobile from J2ME?

Is it possible to query the native inbox (port 0 I suppose) of mobile from J2ME and then pull up the SMS for processing? ...

Sending SMS to a non native port – other than port 0

Follow up to: Possible to query the native inbox of a mobile from J2ME? How do I tell Kannel to send an SMS to specific port other than the native inbox port(port 0 i suppose)? My J2ME app on the mobile side listens to this particular port and will pick up the SMS ...