mobile

Text code decoding

Hello. I am an English/Spanish Spanish/English translator. I have been given a job where I have to translate Spanish text messages sent from cell phones. Some of them are in code. I assume each set of figures represents a letter. Is there any website where I can find information on how to decipher the code? For instance, the first messa...

How do I validate wurfl.xml?

I'm wondering which is the best way to validate the wurfl.xml file. I am thinking about these two different approaches : Since it is a XML file I can validate wurfl.xml against its XML schema. Some questions related with this are: from where do I get the xsd file?, how often does the xsd file change?. Query the wurfl database once the...

How to set the Windows Mobile 6 IME mode (to numbers only)

In Windows Mobile 5 one of the following methods works to set an input to numbers only: // Managed InputModeEditor.SetInputMode(textBox, InputMode.Numeric); // Native Wrapper InputModeSupport.SHSetImeMode(textBox.Handle, InputModeSupport.SHIME_MODE.SHIME_MODE_NUMBERS); In Windows Mobile 6, neither works. How do you set the IME to "N...

What is the best mobile website programming language to choose?

We currently have an iPhone app and would like to build a mobile website that has similar functionalities so it is accessible on multiple types of handsets. what programming language should we best use for this? our app would like to use geolocation, camera/photo upload and access to the phone's contacts. hope you can help us out! be...

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 would have to work "the same" on majority of high end phones (forget the low cost ones) It would have to simplify the development and hide th...

Detecting Requests from Mobile Browsers in ASP.NET

I have an existing web site and I would like to create a mobile version of it that is more suitable. For instance, the main site uses drop-down menus and we all know those are quite the fail on mobile devices. I would like to redirect to my mobile version (it will be a subdomain of the current site) if I detect a request from a mobile ...

Is there compilation symbol to detect compact framework?

Is there a compilation symbol to detect if it's running on a compact framework platform ...

security topics

i have a course project to do on network security, the project theme is lightweight security on mobile devices,sensors,rfids... i am really finding it hard to get papers about any of these topics. so what are some nice project topics that i can do? thanks ...

How to bypass the user confirmation in J2ME?

i have a j2me application , it does the File IO operation, but every time it performs it , it asks user for permission. is there any way to bypass it? i heard that suppose if i make this application certified then i would be able to run it in max. secure mode to bypass such issues. ...

Portable applications for phones?

What's the best way to write an application in order to get it working on the several phones out there (iPhone, symbian-based, xpPhone, and so on)? The idea I have in mind is that of writing a few interfaces to abstract from phone-dependent stuff (ie: some Input/Output interfaces), implementing such interfaces on the several phones and ...

Mobile detection - Meta tag and max-device-width vs. php user agent?

Which form of mobile detection should I use and why? <meta name="viewport" content="width=320,initial-scale=1,maximum-scale=1.0,user-scalable=no" /> <link media="only screen and (max-device-width: 480px) and (min-device-width: 320px)" href="css/mobile.css" type= "text/css" rel="stylesheet"> <link media="handheld, only screen and (max-d...

Outlook Mobile Service Configuration Issue

I am working on writing a OMS implementation. I have verified that service is compliant with the service and schema definitions. When trying to set up the account in Outlook 2007 to test the service, it allows me to use an https address, but not an http address. According to the documentation (http://msdn.microsoft.com/en-us/library/...

Google Analytics without ga.js

I can't find anything recent on this. Is there any documentation on how to track with Google Analytics without using ga.js? I want a JS implementation on mobile devices but I don't want to load up 9KB of local memory or use server-side GA. I'm primarily interested only in tracking page views and uniques. Has anyone rolled their own GA im...

Website does not automatically fit to iphone screen

Hello, The following code does not fit onto the iphone screen; how do I have to define the viewport? <html> <body> <center> <div id="karteu" style="background: url('../customer/Karten/karte1.jpg') no-repeat left center;width:714px;height:540px;" > </div> </body> </html> Normally the site should be zoomed, so i first should see the web...

Android browser scaling?

I'm trying to create a mobile website for android. When I set the width of the body to 480px (the width of the screen) the result is about 50% larger than what I expect. It seems that android is scaling what it draws and messing up all my layouts. Does anyone know how to disable this, or work around it? I'm already using this: <meta n...

How to play .3gp videos in mobile using RTMP (FMS) and HTTP?

Hi I am not able to play video on mobile device which is .3gp container and H.263 / AMR_NB encoded. I just want to play my website videos in mobile device also just like youtube.com. I want to use RTMP and HTTP both. My requirement is as follows- Which codec and container will be best? Should I use FLV to play video on mobile dev...

start up tutorials for symbian development

Hi I am a newbie wants to start symbian development. Can any body show me the path 1) from where to start 2) How to set up development enviornment. Kindly shed some light on this. Thanx in advance. ...

Enterprise Native Mobile Application Development

I tend to believe that developing mobile applications in an enterprise environment is best suited by developing intranet web applications. That said I have been asked to think about whether there are specific enterprise applications that could only be accomplished or would be more successful as native applications. I am curious as to wha...

Can I create a django widget which posts back the form on a mobile?

Hi, I would like to create a widget for use in Django Forms. There is a problem though: i don't know how to make it properly work on a mobile. I'm wanting to create something like this: Send message to: search-box-here search and pressing search will post the page, but not actually submit the form at all. instead the widget will perfor...

can anyone tell how mobile interact with wireless active sync to get mails from exhange server?

can anyone tell how mobile interact with wireless active sync to get mails from exhange server? ...