smartphone

Where to place my .sdf file when testing application through Emulator

I am work on smartApplication, Here when am trying to connect to my SQL Server CE 2005 database, I get the exception The path is not valid. Check the directory for the database. [ Path = D:\SmartProject\DBFile.sdf ] My connection string is Data Source=D:\SmartProject\DBFile.sdf;Password=test123 and the code to connect is like stri...

Smartphone win Application 's combobox load problem ...

Am working on smartphone application. Here I have a combobox which loads when the value of another combo gets changed. private void cmbTreatmentType_SelectedIndexChanged(object sender, EventArgs e) { MasterData lData = new MasterData(); cmbTreatmentCategory.DataSource = lData.GetTreatmentCategories((int)cmbTreatmentType.Select...

What platform will require only one code and work for all smartphones in the world?

3 years from now, what will be the platform that will work in all smartphones and tablets, including but not limited to iOS, Android, RIM, Symbian, WebOS? Will it be Android, or MeeGo? And why. ...

Emulator not connecting to Windows Mobile Devide center after Emulator soft reset

Am working on smartphone application. And Developing through Emulator (USA Windows Mobile 5.0 Pocket PC R2 Emulator). But after Cradle Windows Mobile Device Center does not connect with Emulator. But it was connecting three days ago. After that I do not know why its not connecting... Its get connected with device but not with emulato...

Developing an Android smartphone app - on which devices would YOU suggest to check the app?!

Dear stackies, before publishing a new app on the market, on which devices would you suggest to check whether it runs fine or not? What are your experiences? How do you handle this? Are there some empirical values, for example, do applications that run smoothly on a HTC Desire behave similar on all HTC devices? Are there some devices o...

What JavaScript frameworks are out there for building smartphone websites?

Hi all, I'm looking to see what JavaScript Frameworks exist for the creation of Smartphone websites and what your experiences with them have been? Similar to the work in progress jQuery Mobile (http://jquerymobile.com/) Thanks, Denis ...

jQuery masked input plugin not working on smartphone

Hi, I have been using the masked input plugin for jQuery for a long time. http://digitalbush.com/projects/masked-input-plugin/ I never had any issues with the plugin until yesterday I got a support ticket regarding the plugin behaving erratically on the Driod phone. e.g. When the user tries to enter the phone number (123)345-9646 in ...

Deploying smartphone app to Windows XP/7

I have a smarthone application for controlling a device via Bluetooth. I'm now looking for a way to use the app on Windows XP/7 too. Any ideas if this is possible without too much modifications to the code? Especially i'd like to know the following: 1.) Is there a readily available smartphone emulator that can be deployed on Windows XP/...

What do you think of Rhodes framework?

When developing for mobile applications I want to target multi platforms, thus, i found that Rhodes Framework allows to code "a single application that works on all major smartphones". As it's a ruby framework and I'm not a ruby programmer, I want to know if it's worth it ! Is Rhodes working well in a production enviroment what custo...

How to invoke phone dialer in browser? or is it impossible ?

I build a website for phones like android and iphone,when users are visiting my site,is it possible for me to invoke some system build in activities like Dialer or SMS)? I want to implement this cause I hope when user click the link with phone number,I can start to call directly. ***Edit******** I think it is possible cause in android...

What's a good unix editor to use with SSH on a typical smart phone?

I'm an emacs user considering getting a smartphone. I notice that a lot of the phone keyboards don't have extended keyboard keys (I mean thinks like ctr and esc). What editors do you smartphone people use if you have to connect to the server by ssh and do an emergency repair? I was thinking VI would be a good choice since you mostly just...

Operating system in NOKIA phones

I want to know what operating system NOKIA smart-phones use? Which programming language is used to write it and is it possible to do kernel level programming for these systems? Can we use C codes to change the system software? Libraries are available or not? I have never coded for mobile phones. So if possible give me a link to the page...

RTSP Streaming Servers to broadcast receiving RTP packets from other system

Hi, I am developing a live video streaming application on Nokia N97. I have video and audio buffer in H.263 and AMR format respectively (from live camera source) and want to stream these to some sever that can broadcast it with RTSP. That RTSP broadcast server will be on internet. I need to know which RTSP servers can do this job that c...

Any book on jQTouch?

Hi Friends, I am looking for a book on jQTouch that teaches developing web application for Smartphones. I have found one on Amazon: http://www.amazon.com/Beginning-Web-Development-Smartphones-Applications/dp/1453831053/ref=tmm_pap_title_0?ie=UTF8&qid=1284780488&sr=8-2 Has anybody tried this book? Thanks ...

Where to begin when developing web applications for smartphones

I want to develop web applications for smartphones using jQTouch. For server side scripting, I prefer PHP and MySQL database server for back end persistence. Is there any book that helps in learning how to develop a web application for smartphones using PHP, MySQL and jQTouch? ...

Has Anyone tried PHP, MySQL and jQTouch for Smartphone Application?

I want to develop web application for Smartphones using PHP, MySQL and jQTouch. Any help? Thanks in advance ...

Is javascript supported for most smartphone nowadays?

I've always been thinking it's not supported until yesterday I login to gmail in my phone. I can see hints in red if I forget to input password. If javascript is not supported,how's that implemented? ...

Windows mobile datagrid binding

I am trying to bind a Generic List collection of type string to dataGrid instance and always the data grid displays column titled with length and list the length of each element not the elemnt it self I am developing Device Application (smartphone application ) using Windows mobile SDK Professional edition and Visual Studio 2008 SP1 prof...

License source code of app

Hello, I have an Android app and some company is interested in using part of it and rebranding it for its customers. One of the options would involve licensing the code to them for use in this specific case. Would you recommend doing that as a good option? What is the cost of licensing code in comparison to the cost of the original dev...

Development Effort: Web vs. App

Hello everybody, what does the relation between a Web frontend and a smartphone App with identical feature sets look like regarding the development effort? Are there any specific differences regarding the development effort between Apps of different smartphone platforms (iOS, symbian OS, Android, etc.) ignoring training time? A general ...