i am trying to send the value id inorder to connect 2 pages. the search page with the comments page.
this is the error i get
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code
Exception D...
Hi,
I can not get location info from pyS60. It seems the featured API is not activated.
How can I activate this API? Is there any free licensing system?
Or anything so that I can use restricted (or non-free for general developers) APIs at least in my phone to test the application?
Thanks in advance.
...
Hi There,
I have a Windows mobile 6 application that contains a Webbrowser control to navigate some intranet sites.
Is it possible to somehow access the know cookies that are being set by pages as they are displayed in browser control?
Since the compact frame work haw no ObjectScripting method I cant figure any work around that could d...
Environment: Win32, C++/VS2008
I'm getting into the need to make HTTP (not HTTPS) requests from the internet using a Windows Mobile phone and to save time + reinventing the wheel, wondered if anybody here might have kindly shared a simple C++ (Win32?) WinInet wrapper or similar class?
The closest I found so far using Google is on code...
The only way I've found of retrieving MCC and MNC is by overriding an activity's onConfigurationChanged method, as such:
public void onConfigurationChanged(Configuration config)
{
super.onConfigurationChanged(config);
DeviceData.MCC = "" + config.mcc;
DeviceData.MNC = "" +config.mnc;
}
However, I need this data as soon as the app...
I'm developing a mobile phone application that targets a lot of mobile devices based on the capabilities they offer. There would be a base feature set which all phones are expected to support and then there would be additional features that would depend on specific set of phones.
How do I manage such a code base in terms of a version co...
I'm following the installation tutorial according (www.softwarepassion.com/?p=176) to the explanations and everything seems to be fine and not getting any errors. But, when I run the 'Hello, world' application, I get an empty screen on my phone showing me only 'Android' with a blinking cursor. Does anyone know what I might be missing or ...
I was searching the internet but could not find a site comparing the two. I'm interested in developing for the android platform. G1 seems to be just the same as ADP1, but is there any small changes that will be noticeable in development?
How about 3rd party software? What T-Mobile software exists in G1 which is not part of the ADP1 bund...
So I am planning to make an existing website mobile friendly. The good part is that it is entirely text based with a few images which can likely be omitted from the mobile version of the site.
The bad part is that it is a VERY complex site with a ton of pages (and each page can vary based on the data and the user accessing the site) A l...
Hi,
I am using the following to target iphones, and handheld devices to use specific mobile styles sheets but the Blackberry browers is picking up only the regular screen style sheets.
<link media="handheld, only screen and (max-device-width: 320px)" href="mobile.css" type="text/css" rel="stylesheet" />
<link media="only screen and (ma...
I wanted to develop a video player for Windows mobile using C#; can anyone direct me in correct direction to look for all the help I would be requiring in this topic. Please send me links and your comments in this direction. Thank you in advance.
...
Hey everyone,
I am curious as how to how much trouble / money it would be for me to be able to accept incoming text messages to a number, which I would then pass to a server side application in PHP. I'd ultimately send SMS messages back out via email addresses.
Does anyone know any good Canadian providers to accept incoming SMS message...
Is it possible to send a query string to the url using get method and then getting the values in another page using eval or bind on mobile?
some code example would b helpful...
thanks alot
...
Do you know if there is an API to connect to the mobile messenger? I have a mobile application that needs to receive a callback when the contacts on the mobile messenger are online.
I know that I can query the live messenger JSON interface but that will require me pulling this information (and draining the battery) but if mobile messeng...
Hi
I am working on a mobile.net project.
I am trying to make a list of restaurants which is displayed in a drop down list...whn d user selects an item he can add it to d list of favorites.
However i am getting an error
Description: An error occurred during the compilation of a resource required to service this request. Please review th...
Hi,
I'm trying to create a J2ME app, which talks to webserver using HttpConnection connector.
When I am talking to the WebServer, I have to authenticate using Basic HTTP auth, which normally goes like
http://username:[email protected]/rest/api/method
But in J2ME, when I construct a url of this form, it doesn't work.
I also tried...
Hi,
I'm developing an application for S60 3rd Edition FP1 mobile phones.
The application uses Location capability, which means that we need more than just a self-signed sis file to deploy it. To use Location capability in FP1 mobile devices, we need to sign the application using the Open Online Signed option. However, this process is ...
I've worked as an engineer in the mobile industry in Silicon Valley for the past 6 years. I've published a short book about Android and I've written code embedded in millions of handsets.
If I wanted to diversify or movie into a different field, how would I go about it? I know from experience that large scale web engineers make really...
Is it possible to play a Flash file under WinCE? I know there is a player for Windows Mobile but WinCE seems to not have one. I seems like you can license a player from Adobe for WinCE but I have not had any luck getting information from Adobe. I found this post that mentions using a AxShockwaveFlashObjects using C# and .NET Compact F...
Does anyone know where I can find simple Client-Server application for Windows Mobile?
If anybody has code or something like that, that would be very useful for me.
Thanks
Marko
...