Hi all,
I want to make a backup a program I installed on my Nokia 6212 Classic via Nokia PC Suite but can't seem to be able to. Does anybody know how to do this?
I appear to be able to back up...
Type: Posts; User: slugger_2003; Keyword(s):
Hi all,
I want to make a backup a program I installed on my Nokia 6212 Classic via Nokia PC Suite but can't seem to be able to. Does anybody know how to do this?
I appear to be able to back up...
Hi all,
After my 6212 went dead, I tried to charge it. I had been working on an application via Nokia PC Suite and set the phone to always choose Nokia PC Suite mode when plugged in via the...
Problem solved for me:
As I figured, the destination folder was not set correctly as it had to be added via the instructions in this thread:
...
@ianstrain - Thank you!! All other instructions I've come across have stated "Just include it in the JAR"...Thank you for a decent description!! :)
Still haven't had any progress with this...anybody got any idea what I'm doing wrong?
Thanks for that. It makes sense, however I must be stating the wrong directory....
Here is the updated code:
InputStream is = getClass().getResourceAsStream("/sounds/beep.wav");
Player p =...
I'm also having a problem with this. Here is the code I'm using:
try
{
InputStream is = getClass().getResourceAsStream("C:/Matt/beep.wav");
Player p...
I have created a screen that just has a gauge in it. I have created a loop which loads in items. After each item has been loaded, the gauge is updated dynamically. For example, I have 10 items to...
Hi all,
I am loading in an image via a URL and it displays as I expect. I have noticed in the Debug Output window of Netbeans that it says:
sun.awt.image.ImageFormatException: JPEG datastream...
Vibration problem solved, so thought I would post the solution for anyone trying to find an answer like I was.
The phone will not vibrate if it is plugged into your computer via the USB cable, don't...
Hi all,
I looked up the function to make the phone vibrate. The code compiles and runs as expected on the emulator but does not function AT ALL on the physical phone. Here is the code used:
...
Hi all,
I looked up the function to make the phone vibrate. The code compiles and runs as expected on the emulator but does not function AT ALL on the physical phone. Here is the code used:
...
Hi all,
I'm trying to change the colour of the background to a text item which is appended to an LCDUI Form. I was instructed that in order to do this I should use either a Graphics object or...
Bump bump booty bump
Thanks for your reply.
Is there no way I could create the certificate and sign it myself, hence saving $500? It's for one product that I will be demo-ing and presently has no funding so $500 is too...
Anybody know?
Hi everyone,
I'm developing an app that connects to a remote server and as a result the application asks for permission to access the internet. I have set the permissions to "Ask first time only"...
The fact it states "cardS locked" suggests to me that there is more than one card and that they can also be unlocked.
Why are they locked? How do you unlock them? What purpose does this serve?
IIt is advertised as unlocked and works with my operator SIM card therefore I doubt the handset itself is locked, I have a feeling it's something to do with the NFC capabilities....does the 6212 have...
I presume you had difficulty understanding my statement "Consider this to be some rust removed from my Java hat...still in need of some oil though". I basically meant that I had forgotten the rules...
Hi all,
There doesn't seem to be support for anything like an associative array, am I correct in saying this? The nearest thing seems to be a Hashtable...but isn't this horribly inefficient?
...
Hi all,
Looking for a simple way to change the text colour. I'm trying to apply this to a string or could probably use a list but can't seem to find an easy way. Only way of changing font colour...
I was trying to utilise the variable navigatePages without creating an instance of it's container class, I thought this only needed to be done for private variables but was confusing it with public...
Hi all,
On the main screen of the 6212 there a section with the text "Card locked" with a symbol of what looks like a gold SIM card with a keyhole on it. Just wondering if anyone can tell me what...
Wow, great reponses. Thanks guys...just as well, because I was banging my head off the wall trying to get it optomis(z)ed so have spent today just going with what I've been trained to do, program for...