mobile

Dialog not close on Windows Mobile

Hi... I made a very simple MFC application that call a Dialog when I click in a button, and send a MessageBox after 5 seconds. The problem is, when I was in the second dialog and I dismiss the MessageBox from the parent (not click OK button of MessageBox. I click in a blank part of the second dialog) I cannot close this dialog (The sec...

porting python app to mobile platforms

Hello, I have a python app running fine on Windows, Linux and Mac which I would like to port to multiple mobile platforms such as Blackberry, Windows Mobile, Palm, Android and iPhone. I have couple of ideas: - port app to platform supporting some kind of Python like Andoid and Windows Mobile - port app to Java to target most platforms ...

Why are my HTML newsletter hyperlink addresses being replaced with MIP protocol addresses?

I've created a html newsletter for a business orginization. This email includes registration hyperlinks. A user forwarded me the message he recieved today stating that the links don't work. He is the only person having this problem. The hyperlinks have been modified, for instance this fake example... original: http://www.stackoverflo...

A good mobile-page-design principle

In one of y projects, I need to create many web pages to mobile devices. I found this field very confusing, especially when you need to meet various devices. I would like to collect some "Best practice" advices on how and what is good for a mobile web in terms of GUI and technical design. Also, it will be good to hear what language ...

Getting Started With Mobile Development

I want to get started with mobile development, but am not sure where to start. Which should I choose to start with, iPhone, Android, Blackberry, or Palm? iPhone seems to be pretty easy... Any advice or resources for someone just learning about mobile programming? Edit: I mean developing apps for the phone hardware. ...

net_rim_cldc not found

Hi, I am getting error as : module net_rim_cldc not found while debugging application on real device. I am using device Pearl 8100 with v4.5.0.81 and eclipse JDE plugin with component pack 4.5. I have read on forum that if there is difference between device software and development ide then this error occur, but i am using same versio...

Which platform is used in companies now-a-days to implement mobile applications?

Basically i would like to know which platform is currently used to develop mobile applications i.e. J2ME etc etc... Also any new ideas on mobile applications would be quite helpful. ...

Barcode reading using picture taken using mobile phone camera

How do we do programmatic reading of a barcode that is captured using a mobile phone camera? For example, how do that using iPhone or Android or Java ME? Do we need separate hardware to read bar code or can we do image manipulation? ...

How to get print preview of webpage in smartphone application.

Hi, how to get an print preview content of an webpage using HTML control or web-browser control in windows mobile smart phone application using c#, c++ or ATL control. please guide us with any technical detail or any sample application associated with it. -Thanks in advance. GrabIt ...

mobile to mobile TCP socket connection

Reading among the list of possibilities of the Java ME platform, its possible for a J2ME app running on a mobile to initiate a TCP Socket or HTTP connection with a server. On similar lines, Is it possible to form a TCP socket connection between two mobile phones? ...

How does the Google Maps for Mobile "My Location" feature work?

I've installed the Google Maps Java 2 ME app on my Nokia N73 which supports the Location API (JSR 179), but does not have an in-built GPS sensor. The "My Location" features works correctly, and is able to pinpoint my position within the city. When I tried to access the CellID, LAC and other related data, I got nulls. So how is Maps abl...

Mobile device resolution (width, height) screen size header

It seems there is no real standard for specifying "screen-size" in a http header from a user agent. For example, the two headers below: X-UP-devcap-screenpixels: 320x240 or UA-pixels: 320x240 are two commonly used headers. The second is used by Windows Mobile devices mostly. The X-UP looks like it comes from the UP browser gateway...

Developing Portable Mobile Applications

What is the most universal (in terms of cross-platform) software IDE for application development on mobile devices these days? Which APIs are most common? ...

How to avoid locking key-guard in windows-mobile

Hi, Can any one please help me, How to avoid key-guard lock programmatically in windows mobile. i have an application in that after certain minutes key-guard gets lock. i don't want mobile to get locked when my application is running. please suggest me how to do programmatically.. Thanks Grabit ...

Help on Basics of Windows-Mobile

Hi all, can any one suggest me, how to learn about custom controls in c# for windows mobile, any tutorials regarding some sample app's of windows mobile, how to create new custom control application, owner-draw, etc..please suggest me Thanks Grabit ...

Mobile programming: how secure is SMS

I am currently developing a web service that is configured to receive SMS text messages from different cell phones. Along with each message I also get the mobile number from which the SMS originated. My question is it possible for someone to masquerade as a different phone number. That is it possible to send a SMS from phone (or other ...

Multi-lingual Applications

I came accross this thread about multi-lingual applications. I really liked the second answer and I am trying to implement it. Can I ask if anyone has example codes of the search scripts and of a translator program or web service I could use. I use C# if that helps. The secion dealing with: MessageBox(Localize("Hello"), Localize("Titl...

Mobile Resources

Hello StackOverflow, I am interested in the mobile platform + mobile development, and would like to know about the sites you use to stay in the loop. aggregate news sites, blogs...etc ...

Developing custom list control in 5th edition

If a custom list control is to be developed for S60 5th edition phones, what is the best approach to do that? The control should enable rich presentation of data in custom layouts. It should be possible to include images, texts, buttons in every item. Each list item should be able to expand/collapse to provide more details about the ite...

MS Surface mobile phone interaction

Hi, looking at some of the MS Surface demos they use a HTC mobile phone running windows to interact with the surface (access the phones memory and download the images from it and display using the scatter view). My question is how were they communicating with the phone? would it have been using bluetooth or wireless connection? Is it ...