Is there somewhere a list of devices supporting USB OTG?
Type: Posts; User: UnPlan2ned; Keyword(s):
Is there somewhere a list of devices supporting USB OTG?
Yes, it's still Beta.
I did some research and found out the following: The Javadocs are supposed to be attached to the container "JavaME library [Nokia SDK 2.0 for Java]", which prevents from being able to attach the...
Hello, lightwind
This was not removed. Open the Application Descriptor, press SDK manager and choose your device. If you cannot find your device in the appearing dialogue, go to...
Thank you wizard_hu_. I was able to find Explonoid.
@thekrake: Explonoid is also running on low fps on my emulator.
Nokia SDK 2.0
Windows 7 Home x64
AMD Phenom X4 9750
Radeon HD 4870
8GB DDR2...
Sounds like a problem with the web-server to me. It might not recognize the phone's user-agent.
Maybe this helps: http://www.asp.net/mobile
(found at...
Where exactly can I find those sample games?
Did anyone find a solution to this problem so far?
I was refering to the first post by internetlabor
Thank you for your response. I do not understand what the purpose for not creating a shortcut to the IDE was, but letting the user choose whether he wants it or not sounds a good idea to me.
...
Hi, your method does not work if the border is declared inline.
By the way, if you're using Windows 7, you might have to add epoc.exe to the "Data Execution Prevention"-exception-list.
Hi,
I used the online installer and installed everything but the language pack.
After the installation was completed there was no desktop shortcut for the Nokia IDE - only for the emulator.
Not a...
Does that call MIDlet.pauseApp() ?
P.S.: I don't see why you would want to download an additional programme to edit the jar, as it actually is a ZIP-file.
Interesting - I haven't thought of that.
But still, why does it sometimes put spaces in the path?
You are right, a 500 error can be caused by request parameters. That actually happened to me yesterday in an server-sided app I'm currently coding: It threw a 500 error because of a null-pointer...
How are server and client physically connected to each other? In my previous network-router there was a bug where the client sometimes wouldn't receive anything despite the TCP connection still being...
I'm sorry to hear that.
Are you able to access the headers so you can compare them? I tested an example document on the Asha 303 emulator and both headers were the same.
Btw: Which device/emulator...
Have you tried setting the "src"-variable of the image to your new url?
Eg document.getElementById("myimg").src=newSrc
I didn't test this but it should work in theory.
Hello everyone, I hope you can help me solve my problem.
In my application I want to have one thread that reads from an RComm port and another one that writes to it. (=> at the same time)
I have...
I'm not sure what your mentioned routine does, but maybe java.security.MessageDigest helps.
Is MessageDigest.getInstance("SHA-256") what you are looking for?
What about installing a plugin which returns the IMEI?
According to the Wiki, S40 Web Apps utilize Qt WebKit, so here's a link in case you need it: http://trac.webkit.org/wiki/QtWebKitPlugins
Hi,
you could try:
a img:hover {
border: none !important;
}
Or generally for links:
a:hover{
What function is it that doesn't work in particular?
Hello, I have a problem.
I want to create a local proxy server on my phone (Nokia 5320 S60 3rd FP2) and chose QTcpServer to do so. Here is my code:
QTcpServer *proxyServer = new...