active questions tagged mobile - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T15:24:14Zhttp://stackoverflow.com/feeds/tag/mobilehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1923942/having-problems-connection-to-samsung-mobile-innovator0Having problems connection to Samsung Mobile Innovatorchobo22009-12-17T19:16:58Z2009-12-22T02:03:22Z
<p>Hi</p>
<p>I am new to all this and I tried to connect to one of the phones. I choose a Windows mobile phone and hit start, I passed all the tests and it started to download the java file.</p>
<p>Once it loads up the lab software though it dies I get this error</p>
<p>Connection Error
Incompatible software version installed on the phone, please upgrade it first</p>
<p>So not sure what to do.</p>
<p>Anyone else have this problem?</p>
http://stackoverflow.com/questions/1941122/any-good-examples-of-mobile-sync-framework-solutions0Any Good Examples of Mobile Sync Framework SolutionsThomas2009-12-21T16:32:21Z2009-12-21T16:32:21Z
<p>We are investigating using the Microsoft Mobile Sync Framework and I would like to put together a quick prototype. I am trying to pitch Mobile Sync Framework ofer another sync provider. I have zero experience with it so far, so I am looking for good examples of how to use it to sync backend relational database to SQL Server Compact database to enable working in an offline scenario. It would be very helpful to see a sample syncing solution with Oracle as the back end, but Sql Server should be fine to get an understanding.</p>
<p>Thanks,
Tom</p>
http://stackoverflow.com/questions/1848885/where-to-begin-with-smartphone-web-development2Where to begin with Smartphone Web Development?Denis Hoctor2009-12-04T18:42:18Z2009-12-21T04:19:47Z
<p>Ha all,</p>
<p>So I've been taksed with developing a smartphone website for our property portal and first thing I did was see what lessons others had to tell online but I've found very little.</p>
<p>I'm not building an app, I'm building a website and I'm looking for do's and don't with regards to html, css, widths/heights approaches, javascript (is jquery going to play nice on all platforms?) and anything else that relvant to this kind of platform.</p>
<p>Looking around at others I like <a href="http://mobile.whistlerblackcomb.com/" rel="nofollow">http://mobile.whistlerblackcomb.com/</a> very much.</p>
<p>Regards,
Denis</p>
http://stackoverflow.com/questions/1525352/develop-web-sites-for-mobiles0develop Web sites for mobileskumaraswamy2009-10-06T12:40:57Z2009-12-21T01:00:01Z
<p>Hi All,</p>
<p>I want to implement "mobile website provider" tool. Basically, It intake desktop website url and generate a mobile version of website without edit/add additional content to the desktop website. I am planning to design a product like (what <a href="http://www.mofuse.com" rel="nofollow">mofuse.com</a> does. This website create mobile websites). This tool should be hassle free to client(who are not tech savvy.)</p>
<p>1.Q) I want to know kind of functionality involved in this process.</p>
<p>2.Q) In Java Technology, I need the tool set and functionality of this actitity.</p>
<p>As I am new to this mobile application environment. Any information(web links) regarding this will be appreciated.</p>
<h3>Update:</h3>
<p>its not like skweezer.com.</p>
<p>I had a website and I want to "mobile"ize it. 1) What kind of java tool set I have to use to create mobile web site? 2) How to test in multiple mobile devices 3) How the domain name will be created for mobile websites.</p>
http://stackoverflow.com/questions/1934187/oauth-secrets-in-mobile-apps1OAuth secrets in mobile appsFelixyz2009-12-19T21:24:08Z2009-12-20T16:46:32Z
<p>When using the OAuth protocol, you need a secret string obtained from the service you want to delegate to. If you are doing this in a web app, you can simply store the secret in your data base or on the file system, but what is the best way to handle it in a mobile app (or a desktop app for that matter)?</p>
<p>Storing the string in the app is obviously not good, as someone could easily find it and abuse it.</p>
<p>Another approach would be to store it on you server, and have the app fetch it on every run, never storing it on the phone. This is almost as bad, because you have to include the URL in the app. I don't believe using https is any help.</p>
<p>The only workable solution I can come up with is to first obtain the Access Token as normal (preferably using a web view inside the app), and then route all further communication through our server, where a script would append the secret to the request data and communicates with the provider. Then again, I'm a security noob, so I'd really like to hear some knowledgeable peoples' opinions on this. It doesn't seem to me that most apps are going to these lengths to guarantee security (for example, Facebook Connect seems to assume that you put the secret into a string right in your app).</p>
<p>Another thing: I don't believe the secret is involved in initially requesting the Access Token, so that could be done without involving our own server. Am I correct?</p>
http://stackoverflow.com/questions/1935638/legally-blind-and-need-help-creating-a-windows-mobile-6-1-theme0Legally Blind and need help creating a windows mobile 6.1 theme [closed]unknown (yahoo)2009-12-20T12:05:32Z2009-12-20T12:05:32Z
<p>Hello,</p>
<p>I just bought an HTC Touch Pro2. I previously have used a MotoQ. On the Q, I managed to write XML code to change my color scheme (not just the bars, but the background color and font colors.) I cannot seem to find how to do this on the HTC.</p>
<p>I will explain:
I am legally blind and can only see my phone if the colors are reversed i.e. I need the background of all menus and such to be black and the font to be white. </p>
<p>Can anyone help me? I am a desperate woman!!!!</p>
http://stackoverflow.com/questions/1934959/is-oo-relevant-in-mobile-application-programming-using-j2me0Is OO relevant in mobile application programming using J2ME?Everyone2009-12-20T05:37:53Z2009-12-20T09:06:53Z
<p>Given that applications for mobile devices are expected to be small and simple,
often with heavy computation off-loaded to a web-service.</p>
<ul>
<li><p>Is OO, over and above frameworks such as J2ME, relevant to mobile application programming ?</p></li>
<li><p>Would application specific frameworks, say for client specific customization, not be an avoidable overhead, particularly when an existing framework (J2ME) itself is already available? </p></li>
<li><p>Are there any J2ME frameworks available e.g. Struts etc?</p></li>
</ul>
http://stackoverflow.com/questions/1935092/how-are-mobile-service-provider-databases-so-fast0How are mobile service provider databases so fast?Amitd2009-12-20T07:09:37Z2009-12-20T07:31:07Z
<p>i was wondering on how these databases<br>
which have over millions of records and<br>
millions of lookups per second soo fast.<br>
how are they optimised?<br>
are there any special servers hosting these databases?
how are they scaled?</p>
http://stackoverflow.com/questions/1934167/has-anyone-gotten-oracle-lite-to-run-on-windows-mobile-6-1-client0Has anyone gotten Oracle Lite to run on Windows Mobile 6.1 clientBrad Bruce2009-12-19T21:19:55Z2009-12-19T21:19:55Z
<p>The title pretty much says it all.</p>
<p>I'm trying to run an Oracle Lite application using a Windows Mobile 6.1 device. I keep getting "invalid database or password" errors. (It's not the password...)</p>
<p>The device I'm using requires 6.1, so I haven't been able to try with 5.0 or 6.0.</p>
<p>Has anyone gotten this combination to work? If so HOW?</p>
<p>I cannot even get the Transport demo running on the client.</p>
http://stackoverflow.com/questions/294688/make-an-incoming-call-on-my-mobile-trigger-an-action-on-my-pc4Make an incoming call on my mobile trigger an action on my pcBjørn2008-11-17T01:26:00Z2009-12-19T08:44:45Z
<p>I have a specific scenario in mind, but I will ask this generally:</p>
<p>Is there a way to make my mobile phone trigger an action on my computer? I am thinking that with a smart phone it must be possible to link the phone and the pc with bluetooth, and have some sort of small program running on my computer that will listen for incoming phonecalls on the phone. When someone calls me, i want my mobile to simply submit the callers phonenumber to the pc, and then the pc will do its stuff from there. Then, I want to handle the call on the mobile phone as usual.</p>
<p>Edit:
Updated this question! I am currently using the HTC Hero, and hopefully the Android SDK will make this more easy to accomplish.</p>
<p>My specific scenario was:
When my phone (Nokia N82) calls, i want to submit the callers phonenumber to a search applet/application, that will query Microsoft Dynamics CRM and see if a contact person or a company has that phonenumber, and if so, show the corresponding person or companys info on my screen. My preferred development platform is .Net</p>
http://stackoverflow.com/questions/1525686/how-to-get-started-with-mobile-development1How to get started with mobile developmentKimvais2009-10-06T13:44:19Z2009-12-18T23:41:56Z
<p>Now that Nokia will soon ship my pre-ordered n900, I thought I would familiarize myself with mobile development - maemo seems friendly enough for a guy who's done development only on Linux since days of Amiga and C=64 and is in love with Python.</p>
<p>However, I have no clue whatsoever on stuff like UI:s and especially mobile UI:s - also, I would not like to learn to code just for n900 but in a more broad sense. Looks like most guides etc are very platform or device specific, so any suggestions on like "UI best practices" tutorials, books or websites that are general to all mobile platforms - not just for say Maemo or iPhone.</p>
http://stackoverflow.com/questions/1923383/wordpress-mobile-version0Wordpress Mobile Versionjoshjs2009-12-17T17:40:02Z2009-12-18T14:32:22Z
<p>I'm interested in creating an alternate version of a Wordpress site, specifically tailored for mobile devices. (We're talking about iPhones in particular, but something more generic would be cool, too.)</p>
<p>My thinking on this right now is that I'll need to figure out how to serve the content from one Wordpress installation to two different domains, each with a different theme. And then that second theme could be mobile-friendly.</p>
<p>Is this possible? Is there a better way?</p>
http://stackoverflow.com/questions/686622/how-do-browsers-ui-elements-available-on-the-mobile-phone-platform0How do browsers UI elements available on the mobile phone platform?chairmeister2009-03-26T16:47:42Z2009-12-18T02:00:05Z
<p>I'm designing a website for the high end mobile phones, and I want to know how the different UI elements (e.g. buttons, check boxes, list boxes, textfields, etc) look like on different mobile browsers (eg safari, webkit, IE, etc) on different devices (e.g. Nokia, iPhone, etc). Can you offer some advice how I can get access to these without having to purchase the devices or using some online simulators? </p>
<p>Also I'm not so clear how these basic UI elements that is available from the platform works - do the mobile brwosers use their own UI elements or do they take the UI elements from the device OS and apply some visual style (e.g. checkboxes in safari looks different from that on IE on desktop browsers)?</p>
http://stackoverflow.com/questions/1885041/what-is-the-compiler-of-samsung-bada0What is the compiler of Samsung Bada?Wonil2009-12-11T00:20:19Z2009-12-17T18:49:11Z
<p>Hello,</p>
<p>Recently Samsung presented Bada platform for mobile phone.</p>
<p><a href="http://developer.bada.com/apis/index.do" rel="nofollow">http://developer.bada.com/apis/index.do</a></p>
<p>I can find developer materials from the above web page but, I can't find how can I compile it and what is the compiler?</p>
<p>This is C++ based framework and Samsung said Bada is operating system agnostic. In this case, how application developer can compile to different O.S. or different CPU.</p>
<p>Is anyone who had chance to work with Bada SDK then please let us know. Currently, only chosen partner can access it's SDK.</p>
<p>Thanks </p>
http://stackoverflow.com/questions/1922554/how-to-send-a-text-message-to-mobile-phone-via-bluetooth-in-java0How to send a text message to mobile phone via bluetooth in Java?Sebastian Dwornik2009-12-17T15:34:08Z2009-12-17T17:43:52Z
<p>Similar to <a href="http://stackoverflow.com/questions/1356056/how-to-send-a-link-message-to-mobile-via-bluetooth-in-c">this question</a>. I have been tasked to develop an application using Java to send message strings from my WinXP PC to a nearby mobile phone, using only Bluetooth.</p>
<p>I have found a free Java Bluetooth library (Bluecove) to work with, but it seems that it might not support OBEX under Windows, which as I read is necessary to perform this task.</p>
<p>Has anyone proven this using Java?
What stack and Bluetooth library did you use?</p>
<p>Thanks. :)</p>
http://stackoverflow.com/questions/1580251/image-to-barcode-recognition3image to barcode recognition Hellnar2009-10-16T20:34:21Z2009-12-17T17:38:44Z
<p>Hello,
I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/api/library that can recognise barcode numbers from the input image. It will be used on mobile phones(iphone, windows mobile, android etc.) so it should be good at catching barcodes from bad angles, blurry images and such bad conditions. Being open source or commercial doesn't matter as long as it does the job well (indeed open source would be better :) )</p>
<p>If you have any experience with this topic, please share with us:)</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1922377/which-mobile-os-is-easy-to-program-with0Which mobile os is easy to program with?MainID2009-12-17T15:10:34Z2009-12-17T15:51:57Z
<p>I want to learn some mobile stuff, and programming interesting things myself
on mobile phones, what is popular and easy-to-use mobile operating system?</p>
http://stackoverflow.com/questions/1905985/a-cellphone-emulator0A cellphone emulatorPriyank2009-12-15T08:35:13Z2009-12-16T00:03:26Z
<p>Hi.</p>
<p>I want to run a cellphone emulator on Ubuntu. I am not picky about any particular cellphone as I am not using it for mobile development instead just to run a small software to generate keys for my personal purpose; as the software is not compatible for ubuntu but is present for cellphones.</p>
<p>Do let me know a suitable emulator source. A high end nokia/Iphone/etc.. phone should be good. </p>
http://stackoverflow.com/questions/1711078/html5-video-element-on-android0HTML5 <video> element on Androidjmans2009-11-10T20:48:27Z2009-12-15T20:18:45Z
<p>Hi,</p>
<p>According to:</p>
<p><a href="http://developer.android.com/sdk/android-2.0-highlights.html" rel="nofollow">http://developer.android.com/sdk/android-2.0-highlights.html</a></p>
<p>Android 2.0 should support the HTML5 video element. I haven't been able to get this to work using a Motorola Droid, and haven't been able to successfully view a video on any of the HTML5 video example pages out there. Since there currently isn't support for QuickTime or Flash, this is the only other thing I can think of for embedding mp4 video in a web page. Has anyone had any luck with this?</p>
http://stackoverflow.com/questions/1894984/use-sqlite-database-from-android-app-resources0Use sqlite database from Android app resourcesTHRESHE2009-12-12T23:05:20Z2009-12-15T15:33:41Z
<p>Hi everyone!</p>
<p>I've started Android programming recently so bear with me :)</p>
<p>I develop an app which has all of its content stored in database.sql file.
I've implemented a subclass of SQLiteOpenHelper and added database.sql to my project assets.</p>
<pre><code>public class DBHelper extends SQLiteOpenHelper
{
public DBHelper (Context ctx)
{
super(ctx, "database.sql", null, 1);
}
}
</code></pre>
<p>This thing doesn't work. I just get an exception every time I try to do smth with DB :(</p>
http://stackoverflow.com/questions/1906408/drawing-controls-with-gdi-on-compact-framework0Drawing controls with GDI on Compact Frameworkpenyaskito2009-12-15T10:12:04Z2009-12-15T13:30:14Z
<p>I need to draw a textbox in a Compact Framework app, but using directly a Graphics object.</p>
<p>I've found the Control.DrawToBitmap method, which I could use for drawing with GDI, but it's not available on Compact Framework.</p>
<p>Any hints?</p>
http://stackoverflow.com/questions/1904510/key-sequences-to-access-phone-debug-menus-3Key sequences to access phone debug menus [closed]mr_dude2009-12-15T00:30:38Z2009-12-15T00:37:27Z
<p>I'd like to change the usb mode on an LG BL40 but cannot find the code to open the developer/debugger menu.</p>
<p>On some of the Samsungs I'm using, you enter *#0523# to access the usb options not available through the standard UI. But I'm having no luck with the LG.</p>
http://stackoverflow.com/questions/1759771/java-midlet-deployment2Java Midlet Deploymentpygorex12009-11-18T23:04:02Z2009-12-14T23:44:37Z
<p>So, I've develop a simple hello world midlet using the Samsung SDK 1.1.2 and I've Packaged the midlet. Now I have two files (a JAR/JAD) combination. How do I get these installed on my phone? </p>
<p>As you can tell from the question, I'm new to phone development. Trying to deploy to a Samsung handset on ATT.</p>
<p>I'm trying to test out the entire development cycle - the emulators work great for writing code but I really need to make sure the Midlet works as expected on the target phone.</p>
http://stackoverflow.com/questions/1903819/netstat-finwait1-over-3g0netstat FIN_WAIT1 over 3Gunknown (google)2009-12-14T22:03:33Z2009-12-14T22:03:33Z
<p>Our company has a mobile app with clients connecting via sockets through AT&T's 3G towers in San Francisco. Lately I've been noticing some sockets never close - FIN_WAIT1 and TIME_WAIT is common. I've even seen sockets open > 24 hours. And of course the client's are not actually in the app as we've not received updates from them. </p>
<p>Is it possible to force-close them? And if anyone has experienced this same thing over AT&T 3G, I'd appreciate any advice you can give. </p>
<p>Thanks for your time. </p>
http://stackoverflow.com/questions/1660692/mobile-phone-no-verification0Mobile Phone no. verificationNitin Garg2009-11-02T11:20:16Z2009-12-14T21:22:15Z
<p>I am designing a website.I want to validate the mobile no. entered by the user on the registration page, by sending a verification code to his mobile phone. Can anyone give me pointers to how should i proceed with it??</p>
http://stackoverflow.com/questions/1266342/good-mobile-applications-to-aid-development1Good mobile applications to aid development?Mike Trpcic2009-08-12T14:00:29Z2009-12-14T21:07:12Z
<p>I've had a Blackberry for close to a year now, and recently got an iPod Touch. I've been wondering, with all the available technology in my pocket, is there anything I can use to help with the development process?</p>
<p>Perhaps something to get on a VPN?</p>
<p>Maybe something to view SVN/CVS commits?</p>
<p>Any source code viewers, with syntax highlighting and code folding?</p>
<p>Anything to connect to Remote Desktop or VNC?</p>
<p>Any Agile Collaboration tools, like <a href="http://www.skinnyboard.com" rel="nofollow">Skinnyboard</a>?</p>
<p>Please, share what you use, and take this as an opportunity to shamelessly plug your own development related iPhone/Blackberry application.</p>
http://stackoverflow.com/questions/1495315/windows-mobile-6-5-gestures-and-c-2-0-application0Windows Mobile 6.5 Gestures and C# 2.0 ApplicationMorrislgn2009-09-29T22:37:04Z2009-12-14T09:58:15Z
<p>Hi Folks,</p>
<p>I am looking for some advice on handling WM 6.5 Gestures in a C# 2.0 Application. Currently things like pan and scroll are interfering with controls like the Tab Control and listviews.</p>
<p>Is there a way to catch these using C# 2.0 and handling them? I've been looking at the MSDN wrappers etc but these are built using .Net 3.5 and wont work with my application and I keep getting errors.</p>
<p>Thanks for your help in advance,</p>
<p>Morris</p>
http://stackoverflow.com/questions/1864158/how-to-make-a-gui-that-works-on-all-window-mobile-phones2How to make a GUI that works on all window mobile phones?chobo22009-12-08T02:04:56Z2009-12-13T19:33:11Z
<p>Hi</p>
<p>Up to now I been using the pda emulator in visual studios 2008 (I am using windows mobile 6.1 professional sdk).</p>
<p>So I just dragged and dropped most of my GUI components into the form. In one instance I made a panel then in this panel I dynamically generated labels in it with certain location positions.</p>
<p>I then put it on my Hp PAQ 110 Classic pda and it looked fine and everything. Then I was looking through the emulators one of them was called professional square. So I decided to run it and when it ran my program it looked like crap.</p>
<p>I had missing labels, missing controls and it just looked horrible.</p>
<p>I thought maybe it would like do some resizing for me but it seems to either did a shitty job or it does not do it at all.</p>
<p>So how do you make a GUI that will work well on all mobile phones(or at least the vast majority of them). </p>
<p>Is there like X number of types of mobile phones? Like the emulator emulates a pda and it works on my HP one so I am assuming that all window mobile device pdas have the same screen size.</p>
<p>Then the next question is how do you make the controls position properly from one device to another? I heard of people using XML files that have all the location position, sizes and etc that they call up and I guess essentially generate the GUI dynamically based on the information in XML.</p>
<p>But I could not find any examples how the XML file would look like, how to detect what phone type it is so that I could call up the right node of the file for that phone.</p>
<p>I am not sure if there are any other ways but this seems better then a set of GUI forms for each one.</p>
<p>Also would it be recommended to have most things in a panel so that way even if the stuff is bigger you can at least turn auto scrolling on.</p>
<p>thanks</p>
http://stackoverflow.com/questions/1381923/mobile-resources0Mobile ResourcesKyle2009-09-04T23:20:03Z2009-12-12T13:00:00Z
<p>Hello StackOverflow,</p>
<p>I am interested in the mobile platform + mobile development, and would like to know about the sites you use to stay in the loop.</p>
<p>aggregate news sites, blogs...etc</p>
http://stackoverflow.com/questions/1890064/api-for-sending-sms-to-mobile-phones-from-website2API for Sending SMS to Mobile Phones from Websitehagope2009-12-11T18:41:50Z2009-12-12T00:50:42Z
<p>I'd like to include user validation in my web app, to prevent the user from creating many accounts. </p>
<p>For example, when a new user signs up, they must enter a mobile phone number, receive an SMS, then enter a confirmation code.</p>
<p>Is there a service or API out there that automates/simplifies this process? </p>
<p>Thanks!</p>