i've tested my site on 2 phone models using the 'generic' browser that came with the phone, but sadly, everytime I tried to login, it will return me back to my index page.
here's my login code
<form name='login' method='POST' action='authentication.php'>
<table border=0 cellpadding=2>
<tr><td>Login:</td><td></td></tr>
<tr><td>E-ma...
I have a Blackberry app on my web-server. When a user downloads via the BlackBerry Browser the JAD file is installed automatically, but does not appear in the Downloads folder or in the installed Applications folder. Did I do something wrong with my deployment?
...
Hello everyone.
I have a mobile app webservice client that connects to a WCF webservice(on my PC) deployed in a WiMo Device. The OS is Windows Mobile 6.0. It is connected to my PC using a USB cable and ActiveSync 4.5.
Problem:
When I use a mobile emulator to run the application, it was able to connect to the web service successfully. ...
In .NET Compact Framework a device can have several IP Addresses I want to find one that is NOT coming from the Cellular connection. Goal is for WiFi or Ethernet connection.
Is there a way to do this?
Seems like State and Notification Broker would have a way to do this but didn't see a way.
...
This is a vague, open question, so if you have no interest in these, please leave now.
A few years ago it seemed everyone thought the death of desktop software was imminent. Web applications were the future. Everyone would move to cloud-based software-as-a-service systems, and developing applications for specific end-user platforms like...
Which is the best iPhone and Android Simulator for Kubuntu Linux?
Thanks.
...
We have a site developed in PHP. It is working just fine. We have used JQuery for every kind of situation like slide shows, menus, etc.
This site contains a lot of images which are large in size. because of this when viewed in a mobile phone user has to scroll a lot.
How can we recognize whether the client (browser) trying to access ou...
Hello,
I'm pretty new to Java ME and i'm trying to use Microlog to handle logging in my midlet.
In eclipse i can reference Microlog jars and it's all good in dev time,
but when i try to launch the application the jars aren't found on the device.
How can i bundle those referenced libs into my midlet?
Someone have any experience with us...
I'm trying to get an app on the WinMo App Store.
As part of this, Microsoft App's Store has asked that I need to support landscape as well as portrait.
What they've said is OK is:
If dynamic switching is implicitly allowed, the
app will be tested just as if it
supports both portrait and landscape
even if only a portrait or...
Hello,
I have a website where users can send personal messages between them, now I want them to recieve the messages also on their mobile phone but without having to send them a SMS.
I am thinking about providing them with a mobile phone with internet access over GPRS or 3G, then develop a Java application that will connect to the webs...
Given the following lines of code which is using JQTOUCH:
$('#customers').bind('pageAnimationEnd', function(e, info){
if (!$(this).data('loaded')) {
$('.loadingscreen').css({'display':'block'});
$(this).append($('<div> </div>').
load('/mobile/ajax/customers/ .info', function()...
You said in a post that you are an engineer and you have MTK development platform for MT series mobiles with English explanation. Can you please tell me how your company obtained it? Did you purchase it from MTK or you downloaded it? If you downloaded it please tell me your source.
I am researching how i can develop application in ...
I'm working on a mobile project, and I have a script that is dynamically generated on the backend and then appended to the document (the html page). Desktop browsers seem to append the script correctly and call any functions in the script, however, I can't get this to happen on Blackberry phones. I know that the script is being appending...
hey i used web browser component in my app for windows mobile...
i set the url as "www.google.com" but it shows
"page is unavailable,u need to adjust browser settings!!!
cannot find server or DNS error"
do i need to do any sort of coding from my end
as i set the url from the property box of web browser component
...
Hi
I'm trying to develop a site for mobile phones.
At the moment it seems to work on iphone and android htc desire and an n95.
When I try it on an LG renoir instead of the page fitting the width of the screen
the page displays at least twice as wide as it should meaning you can scroll left and
right.
Has anyone come across this be...
hey in my application i use web browser component on a windows form and display any website that user types in say "google.com"
but that website does not fit in properly with the screen size
how can i do that through code?
i cant find any property of windows mobile...
can somebody help!
...
I am planning to use Wurfl in a web application in order to distinguish between mobile device and desktop browser. The isMobileBrowser(String userAgent) from net.sourceforge.wurfl.core.utils seems the appropriate function to do that.
Nevertheless looking at the source code of the 1.0.1-rc3 I can see that if the user agent string does n...
Hi,
I'm finishing my masters degree in cs, I have the option to do a thesis project. I'm having a hard time coming up with a project that is interesting to me. I'd like to do something that is free and useful for others.
I've worked for a few mobile startups now and one thing that seems pretty common is the lack of really killer custom...
I understand the concept of open source, but I just realized now that I understand it from only one view: when I open source my own code. I don't really understand what benefit I'm getting from receiving the same thing.
As a regular developer (like the majority of us here), I did not spend the past 4 years of my life working on "develop...
I am looking at using the accelerometer as an input channel for controlling a game on the Blackberry. However, I only want to respond to it when the user makes a violent motion to the left or the right.
So my question is: what is the range of input to expect from a user holding the device in their hands and what threshold should I set ...