Try ask in the Messaging section or use google
Dima
Type: Posts; User: dima_boul; Keyword(s):
Try ask in the Messaging section or use google
Dima
You can do that in different ways
1. write your onw wml parser and show wml pages in your application
2. use some MIDP 2.0 functions for access external wap resources
Dima
send it to me please too
at dima_boul@mail.ru
>and where should I place class.zip?
just in classpath.
for instance
http://www.superscape.com/
http://www2.mascotcapsule.com/
You can get more info about RMS in any J2ME guide, Nokia, Sun sites etc
There is't way for working with files in standart J2ME as well as Nokia phones (some other vendors provide such features).
You have to use Record Managment System (RMS) instead files.
Basically, according MIDP 2.0 specification, you can make at least DATAGRAM and SOCKET push regestry connection, JSR-120 (WMA, SMS) is optional packege, for sure one is supported on Nokia 6600, but...
try searching via forum, shmoove gave some links couple month ago
Nokia is part of JSR-184 Expert group,and push that technology on the market, probably just wanna take a look at competitors deal :)
Motorola A760, some of newest SE devices (look at SE site)
look at Fathammer XForge for instance, but one is C++ tool. As I mentioned, 6600 is not CLDC 1.1 device so there is't JSR-184 for one
SUN provide normal float point math in CLDC 1.1 not like fixed point like MathFP.
I saw it in my application :) under MIDP 2.0 CLDC 1.1 SDK
Regarding FPU support , as far as i know there are't...
AFAIK 6600 is CLDC 1.0 device, but for JSR-184 you need CLDC 1.1 (float point) enabled device
in any way float point math is extremely slow apart fixed point, even in native C++ code.
at the moment, there is release of JSR-184 SDK from SuperScape only, we use one, but it is't public product, as far as i know there are some devices with support of JSR-184 on the market (at least...
Try to copy ones to some of message Inbox folders
Try to use Gammu or Gnokii, even you can get access RMS as well
I try donload simple application "helloworld" from JBuilder's examples? and one does not uploaded on 720 (not i), just frozen.
I also tried your link, my Nokia 7650 said "WAP: replay unknown", and...
I've took a look on your .jad file
-----------------------------------
MIDlet-Name: HelloEx
MIDlet-Version: 0.0.1
MIDlet-Vendor: Badboy Inc
MicroEdition-Profile: MIDP-2.0...
because of some security reason you can't get directly access to memory card
regards Dima
There is support of Bluetooth in modern version of Nokia SDK for Series 60, so you can take closely look at Bluetooth technology instead IR
regards Dima
Hi,
if you use j2me, situation is same, you colud not directly access to any OS feature, only if j2me API allow it.
if you use personalJava (Nokia 9210, SEP800), i guess you got such possibility...
from my point of view, one of best and easiest resource about 2D and 3D collision and physics is next
http://www.d6.com/users/checker/dynamics.htm#samples
Hi,
your approach is quite right, i use one in my application and it works perfect.
Best Regards
Dima