mobile

How to find out the mobile model using WAP page

I am planning on making a WAP page to provide a software. Now i need to find out what mobile phone model the client who logs into my webpage is using so that i can redirect him/her to the appropriate download link. This is similar to what opera does on their opera mini site. When you log in it finds out your model and sends you to the ...

global keyboard hook in windows mobile 5 or above (smartphone platform), how?

so, i guess i must do it in c++, anyone know about this problem? i already searching everywhere and i found some articles about keyboard hook on windows ce, windows mobile is windows ce, isn't it? another questions: which free compiler, ide for windows mobile i could use? ...

How to read Serial number from mobile device using C#?

How I can read Serial number from a Windows mobile and WinCE mobile device using C#? ...

Generic Question: Thoughts on soft keyboard UI for mobile devices

Yo, so I was curious about your thoughts about your preferences on soft keyboards for mobile devices. Are there any particularly innovative ones that you like? By the way, my ulterior motive for asking this question was to look up one particular instance that I heard about, oh 10-ish months ago. Basically, you type with your finger con...

PROBLEM :An error message cannot be displayed because an optional resource assembly containing it cannot be found

Hi everyone... I created Windows Mobile Application and I loaded web service that contain one method (GetNumber). When I call this method from my emulator I got a following exception An error message cannot be displayed because an optional resource assembly containing it cannot be found. Can anyone help me. This is my code from WM App...

How can I fire an event when or before the phone rings?

On blackberries, are there any exposed events that you can hook into that occur just before and after the phone rings? e.g. could you override the ring setting on the fly and NOT have it ring if the number is 999-9999? ...

Where should the browser types be segregated in an ASP.NET mobile MVC application?

I am building what will primarily be a mobile browser targeted ASP.NET MVC application. Although it will target the desktop as well in a smaller capacity. (I'm fairly new to both MVC and mobile apps.) I'm wondering what is the best practice for segregating mobile vs. desktop users in an MVC application. Should the controller be in ...

Cell Phone Programming?

Can someone point me in the right direction. I am looking to develop an application for a Verizon enV Touch, but I am totally clueless when it comes to this. Any advise on the technology used, the development tools needed, or application programming for cell phones in general is greatly appreciated. I basically need "Cell Phone Applicati...

Android 1.5 Programming with TabHost and Buttons?

Hello All, I am currently trying out the android sdk 1.5 and i have seen a couple of examples on TabHost what i am trying to do is to use a different button on each Tab to do its tasks. What i tried was using onClickListiner() and onClick() i think this is what all the developers use but i keep getting a null exception on the log cat, ...

How to bind data to a gridview in mobile applications in .net

hi,I developing a mobile web application where i need to display data retrieved from database to a grid or datatable in .net.i have tried out with list but it is not serving my pupose as i ned to siaplay multiple columns and rows fetched from the databse. Thanks in advance!! ...

Mobile frameworks for ASP.NET (better open source)

The question is simple, What mobile frameworks are you using in ASP.NET? We are using Mobile Controls + WURFL. Thx in advance, ...

OutOfMemoryError in j2me application

I'm getting OutOfMemoryError in a j2me application. How can I find what is causing this error? And how to prevent getting this error? EDIT: I make a http request. While the request isn't completed the screen shows a loading image (like a browser shows when a page is loading). This was done by creating an Image and repainting the screen...

Trouble stopping a loop

I'm having trouble with memory in a j2me application. (see another question) I discovered that one class has a loop that doesn't stop until the application is closed. This loop is consuming all the memory available. I didn't make this class so I don't know why things was done this way. So any suggestions are welcome. Here is a simplif...

Programming on (not *for*) an Android device

Are there any interpreters available for the Android platform for any language at all? If so, do they work with both physical and on-screen keyboards? ...

Multi platform mobile application

I am willing to develop a mobile application. I wish to have something working for android, windows mobile, symbian and blackberry. Which is the best way to do that? I had read here: You could aim to wrap the sections of the platform specific APIs (iPhone SDK etc.) that you use with your own interfaces. In doing so you are e...

Blackberry | Keeping local Persistant Storage up to date with remote database

Hi, I'm developing a blackberry application to remotely access an external customer database. Selected employees can change customer entries via a webinterface accessible in our intranet. I don't want the blackberry to contact the database on every request, so I built in a local storage, which stores the top 50 selected customers of the...

Approch for designing Database for Mobile Applications?

Possible Duplicate: Standard Database Schema for eBook Application ? Hi Friends.. I need to design a design a database for e-Book Application (e-Book DataStore), it will used for holding all information or contents about e-Books,This database will be used to Mobie applications, i.e., when a user seach for anybook, it access the...

Cross platform mobile application

What tecnology should i use? Currently i am thinking of creating a web application with Silverlight. ...

Redirect mobile devices to alternate version of my site

We've got an alternate version of out website ready for mobile devices. The content we serve is different and it works well. What is the best way to detect which version to serve. We don't have a list of all mobile devices so to use the user-agent header is tricky as we may miss something. We thought about useing device screen width ...

CRONTAB for mobiles

Hi there, I was just wondering, but some one might have already thought off! Is it possible to built a crontab type application for mobile phones (for Java enabled phones)? I am thinking of an application, which, does checks at scheduled timings and on certain cases acts without manual intervention. Have any one built such an applicat...