What happen is that openRecordStore() will throw a RecordStoreNotFoundException.
You typically use the false option when you want to read a RecordStore. Because reading should not change...
Type: Posts; User: internetlabor; Keyword(s):
What happen is that openRecordStore() will throw a RecordStoreNotFoundException.
You typically use the false option when you want to read a RecordStore. Because reading should not change...
I don't think you will have much luck with Mobile Jquery. For Nokia Asha Web Apps, almost all javascript is running on the proxy-server (the cloud), so a lot mobile jquery will not worked as...
Back to the question of reducing the sound file size.
1) sound format AAC may be an alternative. You can see on the the device page "Multimedia-> Audio Formats" what sound formats the device...
To wizard_hu: That was my thread, yes, on Asha we have something like a file manager. My thread was about installing a published app from the store with the Nokia Suite. Nokia has a serious usability...
I can not remember to got a corrupt RMS yet, neither on Nokia, Sony-Ericsson, Siemens, Motorola, LG, Samsung...
But I have used smaller data stores, and most of the time I read and write everything...
No watermark in LCDUI. No fancy design. Options are limited. It is what it is.
(my google web page has also no water mark in the input box, not sure what you need)
LCDUI is good to create your UI...
Per default, each record store is private for the midlet. It is because of security.
A midlet can set its own record store to public. Look for RecordStore.setMode() and AUTHMODE_ANY in the...
I connected my Asha 311 to my PC with USB, started the PC-Suite. I got into the store tab in choose some apps (one of my own and one from third party) I click on "download and install". A progressbar...
LCDUI is much simpler, the API is smaller, so it is good to start with it.
If you use only the standard UI elements, you can develop quite fast.
The LCDUI user interface used to be ugly on most...
There are some things I wish I had five years ago:
File Select API: So if I want the user to select a file like an image, I don't have to write an browser myself. A simple self-written browser has...
Local preview has sometimes another advantage: The proxy server takes all your html and css apart and puts it back together in a different structure. This is harder to debug. In local preview this...
You don't need to do anything with this files.
The files allow you to install the webapp without going to the Nokia store, and also before the store has published them.
So you can use them and...
A follow-up: In the Location-webinar, they succesfully used jquery with ajax. The said we need to set
"crossDomain: false," when we use a success- or failure-handler.
Hello Siddharth ,
I think you should use java, because it starts much faster,
(and may also work on some phones from other providers.)
There are nokia java forums here where there are more...
No background service on Series 40 webapps.
regards
Karsten Meier
I have the same problem, so it seem to be an error with the cloud-servers.
Hello developer,
I try to build a webapp that takes of a webpage, extracts (scrapes) a part of it and then displays it the part inside an own UI.
Getting the external webpage is done with...
Thank you,
yes, it was still Version 2.0 of the simulator.
If have uninstalled it and reinstalled everything.
Now it works again.
The simulator has now version nr 2.3.0.2013012551139
Regards...
It looks like the png is not allowed to be indexed.
24 Pixel width is not a problem.
When I store them as grayscale, it is displayed in the category bar.
I also got success to have a rbg colors...
The method Strike_through() is not part of standard Java-ME. Do you use some special library? if yes, which?
Does anybody of the winners got their price yet?
It is now november and I'm still waiting.
Regards
Karsten Meier
If you want to support these phones, you probably don't want the use all the fancy features.
For basic apps, you can use the sun/orcale JME SDK, and set it to use MIDP1.0 / CLDC 1.0.
Regards
...
Hello Java developers,
Oracle has released a new SDK.
See
https://blogs.oracle.com/javamesdk/entry/java_me_sdk_3_2
The main good news for me is that oracle is still working on JME.
...
LWUIT makes a seperation between the list (the visual widget) and the listmodel (the data that will be displayed)
so you call getSize() on the ListModel. If you do not have it set the model...
Great, it works again with Java 7u7, thank you.