Congratulations :D
Type: Posts; User: vinuk4u; Keyword(s):
Congratulations :D
Hi Ron,
My Launchpad account was expired, since there was no notification i didn't noticed that one. Just couple of months back, i had applied for a new one, but still now i didn't...
Hi,
The issue happened to you is may be due to some issue with your laptop. Try to clean the temp folders and then try. The link you noted is working fine for me in Firefox. Try to clean...
Hi Mark,
Do you mean that you're getting the error even when running the application. Which Emulator are you using for testing? It may depends upon that. Please specify that.
...
Hey Nilesh, while using the obfuscation using Netbeans IDE, you'll find an option in that, compress JAR file, till will try to compress the JAR to an extend, sometimes a major change may happen, and...
You can certianly do that, provided the application has to be created with the default libraries. It can be done using rapc library.
Also, keep in mind to remove the thumbs.db from the project folder, which is created as per the Windows properties. Either turn the property off in the Windows or delete from the Netbeans project...
Hi Maheshwarappa, I'm entering to this old entry (9 days old). Have you found out any solution? If not, please follow my way. I also came across with a similar issue, but was not able to launch the...
Hi.
Try this one
pNametxt = new TextField( "Part of Name", "", MAXLEN, TextField.ANY );
Not to place the arguments as null where String values are expected. This might be due to the some...
Hi Amit.
There's a provision to get the Time from the CBS, ie, it's the network tower Time. But it's not correct in all towers. But test this, bcoz, it might be beneficial to you.
Or you can...
Hi Kumar,
Creating an instance of a class in the constructor of another class is not an issue. The issue is due to something else.
If possible, reply with the conceptual code snippet. This will...
Hi Laura,
Your code looks like of no issue.
But if you wanna check for any network connection open state then do the following procedure.
1) Declare
HttpConnection httpc = null;...
Future Java Platforms. Thats will be great. even the Series 40 6th Edition is amazingly great than any else, when compared to all Mobile Handsets of this range. We all believe that the future will be...
Hi everyone,
I've a doubt in JavaME. I searched previously many times and didn't came across to any sort of SMS listeners or INBOX listeners in Java ME. Is that so? Isn't...
Thank you petrib....
You're suggesting to use POST connection, isn't it? But how can we send the parameters in POST connection? is it by using setRequestProperty("", "") ?
Hi,
I need to pass some many datas to an "aspx" file (.Net) as parameters like:
http://www.server.com/order.aspx?0=str1&1=str2&2str3&.......................
The number of parameter is...
Thank you Amit....
Hi,
My J2ME application's icon is not displaying properly in all devices. After searching, i found this note:
For Nokia devices:--
* Series 40 - 128x160=24x24, 208x208=46x46,...
Can anyone help me out?
I need to install a widget (WGT) on Nokia N900.
I tried installing the widget by hosting it on a web server and tried to install it via the device's browser, but the widget...
I was trying in N8 which is having WRT 7.2.
I was about to do a small widget in WRT 7.2. It's working well in other WRT. I tested in N97 & 5800 with WRT 5.0. But in WRT 7.2, it's showing the error "System Service object cannot be found"..
...
I was about to develop for Web Runtime 7.2 .... I tried as a basic to check the platform version check with a small Widget app. But the WRT 7.2 is not responding to my input. But the WRT 5.0 is...
Thank you petrib.
So you're saying that the 7th & 8th digits are now meaning the older concept? Isn't it?
Hi everyone. I've a doubt regarding the IMEI of Nokia device. I've previously heard that the Nokia device's IMEI's 7th & 8th digits means something special, that 7th & 8th as 00 is FINLAND model, 03...
I was about the view the webpage in my WRT application. So i did the parsing of the html source page, took only the content inside form tag. The parsing was successful, and the core content of the...