mobile

Logcat Broken. No output in eclipse or terminal

Hey All, My logcat output has completely disappeared from both eclipse and "adm logcat". In both instances they're just blank. I've tried: adb kill-server / adb start-server Restarted eclipse Rebooted computer (dell mini 10v) Rebooted phone (cliqxt) Unplugged and replugged in phone usb connection I can't real...

Palm OS 5.4 (Garnet) IR programming (Use CIR on IrDa port)

I would like to create an open source alternative to Palm OS programs like Noviiremote and Omniremote. I need to access the IR port of my Tungsten E2 and use it to transmit remote control type signals (I assume NEC and/or RC-5). Are there any libraries out there I could use? If not, how do I go about transmitting raw codes via the IrDa...

mobile application Contests for Android Apps

This is a community wiki, to collect a list of contest sites that offer winning prizes for Android applications. This can be anything where Android is accepted, or where OS platform and GSM providers are not specified so I can apply with an Android app. It should also NOT be region specific, so someone from EU or Bangladesh can apply. ...

Read mobile provider from the phone

Using my new Android phone established a small problem: I'm living in country A but my mobile provider is from country B, because it's just cheaper. Concerning mobile phone tarifs my country isn't a foreign country for country B. However I have to enable data roaming in my Android phone. The problem is, I'm also quite often in country C ...

Windows mobile application and javascript communication

Hi There, Is it possible to create communication between running program context and javascript ? for example, iPhone have good example about it under webkit development on iPhone. It's possible to invoke this command stringByEvaluatingJavaScriptFromString from webview in the application scope on Obj-C and iPhone platform. I'm looking...

Tips for designing web pages for mobile browser?

I'm making my debut in designing a web app specifically targeted at mobile browsers. While I've written web pages before in C#/ASP.NET, I've never done anything specifically for the limited screen real estate and other idiosyncrasies of mobile browsers. So I'm looking for some pointers here: What design considerations should I be tak...

Standard/accepted Microsoft ASP.NET Mobile Development Practices across a Variety of Devices?

What's the current defacto standard for ASP.NET mobile development across a wide variety of devices (not just Microsoft devices)? I've researched http://www.asp.net/mobile/ and have looked into both Control Adapters and Mobile Controls. These solutions are workable however the technologies seem outdated by way of mobile devices tested (...

CSS background-position not working in Mobile Safari (iPhone/iPad)

I have an issue with background-position in mobile safari. It works fine on other desktop browsers, but not on iPhone or iPad. body { background-color: #000000; background-image: url('images/background_top.png'); background-repeat: no-repeat; background-position: center top; overflow: auto; padding: 0px; margin: 0px; font-family...

What's the most efficient way to hide content for a mobile version of a site?

I'm working on a mobile version of a large site. There's a lot of content from the full site that's not needed for mobile. What is the best way to hide this? i.e. What will cause the least amount of work for the browser, so it stays responsive? CSS display:none jQuery's .remove() method, for example (not tested): var elements_to_rem...

Designing Rich Website for Android & Iphone

My team and I are currently planning to do some Rich Web development for the android and iphone and I am wondering if you guys could share some resources with us. Anything will be welcomed. Thanks in advance. ...

Can we test any and every app on DeviceAnyWhere?

Let's say i have an app on BB, Android, iPhone and Windows Mobile. So can we test apps developed on any platform on DeviceAnyWhere? Please confirm. Here's the link: http://www.deviceanywhere.com/ ...

Why would javascript work on my Sony Ericsson C510 browser, but not javascript + jquery?

I'm able to copy the following .htm file to my sony ericsson C510 and the mouseover works: <script type="text/javascript"> <!-- if (document.images) { front = new Image back = new Image front.src = "front.png" back.src = "back.png" } function swapImage(thisImage,newImage) { if (do...

Possible to access hardware, perhaps via extension, from Safari on iOS

We've got a scenario where we need to interact with some hardware from a web page -- think ActiveX. In this instance we want to read/write to a specific model of bar code reader. Is this currently possible on iOS? We're targeting iPad (despite neither of us having previously developed for Apple products...) but it would be nice to have ...

Where does Appcelerator Titanium Mobile cross-compile JS to native code?

From the question "How Does Appcelerator Titanium Mobile Work?" I know that the JS is cross-compiled into native code. But where does this happen? I couldn't find any code for this in the open source Titanium code. The website of Appcelerator also is quite sparse on the cross-compilation part of the process. ...

Python or Java? Whats better for mobile development, and GUI applications

I know Python apps are faster to write, but it seems Java is the 800 lb gorilla for mobile and GUI development. Are there any mobile platforms that run Python, or should I go the Java route? ...

Getting started with web development for mobile applications, suggestions?

Hello: I made a very simple site with PHP+MySQL that let's users add professors to a database and post comments. I want to use a framework like Sencha to make my website 'mobile friendly'. Thing is, I'm not sure if that will do what I want or if there's something better for my simple application. What I would like: Relatively easy...

C# Windows mobile message

am developing a project in C# windows application to send the message for given mobile number the form design like 160by2.com, i am having problem to send the message(That is message not send to that number) i need exact coding if anything ...

Free iPhone like controls for .NET CF

Hello Everyone, I'm developing a mobile project that I really want to look good. I love the way the iPhone controls look and I'm wondering if anyone knows of any free UI components that can help me make my app look more like the iPhone? Specifically, I'm really wanting a GREAT looking listbox. Any ideas? Thanks! ...

Redirecting to Secure Mobile Site

I have this .NET website, with an SSL. But when I try to see the Blackberry version of this site, the following message appears on my blackberry screen. "HTTP ERROR 403 FORBIDDEN" "You're not authorized to view this page. Please try loading a different page". It gives you two options then: "OK" and "DETAILS" Once I click on "Details" i...

Mailto body, special characters?

Hi, I'm trying to have a mailto: body with multiple paragraphs and a URL. I should probably note this is for a mobile web application. Is there a reason why I can't use \n (even inside JavaScript strings) for new lines? Instead, I'm using %0D%0A. I'd like to enclose my URL in <>'s so email clients can properly identify it as a URL, b...