473,554 Members | 2,251 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mobile Development Forum

Mobile Development - Ask questions about mobile development, J2ME, Symbian, Windows Mobile, Palm, WAP, WML, iPhone, SDKs, and more.
1
2,864
thread by: selvialagar | last post Jun 11 '10 by: markmcgookin
I've a UITableView shows a list of files. On the right of each UITableViewCell i have a small UIButon which'll give information about the file. When i select the UIButton first time it works fine. When I select other button the UITableViewCell gets selected & shows the details. The problem is first button selected is highlighted always. I...
7
6,369
thread by: JayaseelanVaiyapuri | last post Jun 8 '10 by: SandeepJagdeva
Hi all, I have done with Symbian and Blackberry for retrieving Mobile Country Code(MCC) from my mobile using my app.. Now i want to know how to get the MCC for Windows Mobile using Win32 C++.. Waiting for Reply ASAP...
3
3,070
thread by: kishorereddyambati | last post May 21 '10 by: markmcgookin
How can I stream audio file from server and play in Windows Mobile using windows media player without downloading that file into mobile the mobile device?
0
1,449
thread by: unsairam | last post May 20 '10 by: unsairam
I want to develop a simple mobile application with xhtml and php.can u suggest some good sites to learn how to begin with.
3
1,846
thread by: anasanjaria | last post May 19 '10 by: RedSon
I am working on project based on E-commerce web site (like eBay,amazon etc). I also want to integrate my application with iPhone so that user may sell or buy product via cell phone. What are the steps & which development environment suites best for iPhone programming? Any new idea/feature that is not implemented is appreciable.
0
1,236
thread by: luftikus143 | last post May 17 '10 by: luftikus143
I've developed a rather extensive Data Portal, with lots of (mostly statistical) country data covering the globe. Now, I would like to develop a small iPhone app to make this realm of data accessible to mobile users too. I know there is the possibility of a "real" App and then these "web app frameworks" (iWebKit, WebApp.Net) one can use to ease...
2
2,802
thread by: tdechant | last post May 10 '10 by: Plater
Here is my issue: Consider me a relative idiot in Visual Studio/.NET. I started in this position two years ago and the development machine I am using was inherited from the previous developer. He had built several Windows CE applications using Visual Studio 2005. Within these apps, are many calls to SQL using SqlClient. Last week the...
5
1,964
thread by: gopishk | last post May 6 '10 by: gopishk
I am getting -1E-08,-1E-08 as Lat/Long most of the times for Omnia i910. Say 4 our of 10 times. And this location is no where near to my place. And think its not even a valid GPS location. Wonder if this the GPS receiver of the phone problem or anything else. Can we do something to rectify it?
1
1,706
thread by: manjava | last post May 6 '10 by: markmcgookin
I'd like more information about programming for the iPhone under Mac. If any one knows of good tutorials about iPhone development on Macs, please share.
0
1,720
thread by: govind161986 | last post May 5 '10 by: govind161986
Hi, Is there a way to get the address through GPS if the mobile phone is GPS enabled and also if mobile phone is not GPS enabled by using mobile web forms developed in .net 2.0? Ultimately I need to get the current location of the mobile phone when user logs on to site. How do I achieve this? Thanks,
3
2,884
thread by: gopishk | last post May 5 '10 by: markmcgookin
How can we get if the Gps of the phone is enabled or disabled? Can you provide a small code snippet in C# for Windows Mobile 5.0 for detecting if Gps on WinMo is enabled or disabled. I have to use that in my application. If some API gives a bool value in return, so that i can use it for detecting gps on mobile.
0
1,384
thread by: mamt | last post May 3 '10 by: mamt
I am new to J2ME,i want to send some data(text and picture) from PC to Mobile from bluetooth in J2ME. How can i do this?
0
1,528
thread by: umeed4u | last post Apr 30 '10 by: umeed4u
i am student presently doing one academic project,but i came across with a problem which is as.. 1)my project contains coding in java swing,servlets where i wana to access it through mobile ... in my desktop 2)for this i need a wap tool e.g up.sdk4.0 or nokia wap kit.. 3)i do not know how it will execute with wapkit and please provide me...
0
1,495
thread by: stoffal81 | last post Apr 29 '10 by: stoffal81
I want to develop an automatic answering machine. It should auto-answer incoming calls and if there is already a running call it should automatically start a conference call. In other words answer the second incoming call too. Does anyone has any ideas to solve this problem? or may you know an existing app? maybe also a mobile phone that...
0
1,388
thread by: tomex | last post Apr 25 '10 by: tomex
There are so man phones from China out on the market today, and i'm curious if these phones can be programmed in java or in c#?
7
3,266
colinod
thread by: colinod | last post Apr 20 '10 by: markmcgookin
Does anyone know if you can get data from a classic asp page and import it into an iphone app so if someone uses the app i am trying to make when details of products are wanted it gets them from an asp page? I know this is easily done with other ways but we have a website that runs with Access database and classic asp and would like to avoid...
0
1,984
thread by: devidasari | last post Apr 19 '10 by: devidasari
I have to interface the gprs modem to the serial port of beagle board before that i have to add gprs application program in the android OS. From where we get the gprs interfacing application. we get this from sites or i have to write the interfacing app?
2
2,700
malav123
thread by: malav123 | last post Apr 16 '10 by: malav123
I am developing website using asp.net and it will be complete very soon, I want to develop the same website which will be compatible in recent all the mobiles so can you please guide me from where I have to start my task, I am very new for mobile development... its very important for me to develop for mobile compatible.
1
2,666
thread by: gopishk | last post Apr 15 '10 by: markmcgookin
I want capture Volume Up and Volume Down key events using C# for windows mobile 5.0. Does anyone have sample piece of code or example?
0
1,288
thread by: Gooner85 | last post Apr 13 '10 by: Gooner85
I use HttpWebRequest & HttpWebResponse to get information from a website. When my WM6 PDA is connected with ActiveSync & WLAN it first uses the ActiveSync connection. When it's disconnected from ActiveSync it goes through the WLAN gateway. Is there a way to choose the interface (WLAN adapter or ActiveSync adapter) which will be used?
2
2,635
thread by: gopishk | last post Apr 8 '10 by: gopishk
Hi, I have an HTC Ozone, which has no touch support. So have to implement KeyDown method to trace the navigation keys. In the screen i have image buttons, so when iam pressing any of the keys, its only selecting/opening the last image button contents. And also i cant see any highlighter moving on pressing the navigation keys. The KeyDown...
2
5,983
thread by: Ashraf Fawzy | last post Apr 8 '10 by: markmcgookin
My question about Windows Mobile : VB.Net 2008 SP1 I'm facing an error while I'm debugging my project , This is the error message : "The remote connection to the device has been lost.Please verify the device connection and restart debugging." I saved my project and closed it , and opened it again but the same error. I tried changing...
3
4,041
thread by: Ananthu | last post Apr 7 '10 by: CroCrew
Hi, I use BulkSMSGateway - ATSMS.dll for sending SMS from ASP.NET. When I click Connect button, I am able to connect to the mobile using bluetooth successfully from my WebPage. But when i click Send button, the oGsmModem returns error e.errorcode=4006 in the oGsmModem_OutboxSMSSent event. But i can send SMS successfully using VB.NET...
0
1,849
thread by: srpoucse | last post Apr 4 '10 by: srpoucse
Hi Friends, I am newbie to j2me programming.I need to discover my device using some code.I went through some of tutorials but when i tried them i am unable to discover my device. Could some guide me through a right path ?? Thanks, Paul.
0
1,454
thread by: kk1234 | last post Apr 2 '10 by: kk1234
I was wondering what the best way to redirect a web page to a mobile page is. I know a little Javascript, so that would be the easiest. But I would be okay with php, I guess, I just have no idea how to put it on a page. Also in php could I have a separate file, like Javascript, where you can have a .js file? Thanks for helping!

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.