It seems interesting. I will give it a try soon ... Thanks for sharing !
Type: Posts; User: marcelobarrosalmeida; Keyword(s):
It seems interesting. I will give it a try soon ... Thanks for sharing !
Thanks a lot TK2000 !
It is likely that you have an "out of memory problem" when the app crashes.
About the different resolutions: the phone can choose the nearest (lower) resolutions if the...
Excellent, Infms. Thanks for posting the code snippet. Certainly it will help other people here.
Great, Gopal. Now it is crystal clear.
Thanks a lot.
Silence ... bad sign :)
Could anyone confirm that getSnapshot() works with parameters on real ASHA devices (311, for example) ?
Marcelo
PS: Sorry for the wrong place. I started a message...
Hi People,
I am working on an application for S40 that uses the camera for reading QR Codes and I have tried to obtain higher resolutions pictures using the SDK 2.0/emulator.
However, the image...
Perfect, rahul. This will help a lot.
Hi rchadalawada
Please, post the URL or more information about how to reproduce so it will be easier for Dibo´s people to test and help you.
From my side, I have been using authenticated URLs...
Wow ! Really good news ! I have an Asha 311 but I was needing an entry device in Asha series, touch and type, for enhancing my tests.
In fact, I am starting some actions related to the survey, like...
As almost everything we use today :)
But first version is available: https://github.com/marcelobarrosalmeida/instantme (ASAP at nokia store)
Hi lalan.pooja
I think "setDefaultCommand" is missing ...
btnPreview = new ImageItem(null, button_prev, ImageItem.LAYOUT_CENTER, "Preview");
btnPreview.setItemCommandListener(this);
Command...
You are welcome, Iqbal !
No. I have briefly tested this app on S60 (E63) and it worked but some adjusts are necessary. Touch devices should be better supported. From Java to Qt there is a long path ....
Thanks, Amitabh. It is my second J2ME project so I am sure that you will find a lot of points to enhance.
Sources now available at https://github.com/marcelobarrosalmeida/instantme
Marcelo
Hi InvisibleCat
I did a nice trick to get all screen dimensions for my application (it is not a canvas application).
As I have a full splash screen (canvas based), I retrieved all screen...
Moreover, have you tried Tantalum ? It seems pretty good.
https://projects.developer.nokia.com/Tantalum
"Simplified XML and JSON parsing into value objects"
We will give it a try ASAP.
...
Hello Ronald,
I am not a Java Me experienced developer (yet) but I believe you need to search for keywords like "push registry j2me".
Please, take a look at the documentation below and all the...
Hello all2happy
Big directions now are Nokia OS or Windows Phone. Of course you can use Qt, Python, etc but if you are planning to release new products for upcoming phones, stick to theses...
I had a similar problem in my Instagram client for S40 (under development). I would like to share my story while I can not share any code at this moment.
First I tried LWUIT, with its better...
So, now it is official :/
Ron, I wish you the best. We will miss you, certainly.
Thanks for all support and patient during all this time.
Hamish, are you ready for attending meetings in the...
Great Job, Luis ! Keep going !
My HG client (turtoise) is complaining about SSL certificates and host fingerprints.
Only working when not using host validation, only encryption.
I look for "hostfingerprint" in several hg...
Any news about python running on N8 ? Any progress or newer version ?
nazgolii , please try the following code in your startup script.
http://is.gd/hOLEP
The idea is to see the exception message and help you to understand where the problem is. It was very useful...