Thanks - it's working
Type: Posts; User: benni-europe; Keyword(s):
Thanks - it's working
How to stop threads in J2me???
I mean that nothing happens if I press the command - no exception or an other reaction (also if I call this.destroyApp(true);)
Thanks
Hello all,
I've built an app that is shared in threads and I'm using Bluetooth, too. The question is how to build an exit-Command which really destroys the application. I'm using
if (command...
Thank you for your link (that's what I've been searching since a month)... I'm going to test it tomorrow. Thanks
Well, I don't exactly know where the error is produced. I'm currently using JavaME Platform SDK 3.0. So I can't test it on a Symbian 3 device...(only on a real device) Can you give me an adress on...
But when I do this two devices that aren't bonded don't pair.
Hi all,
I've written an app that works fine on a non symbian^3 phone... But if I take the C7, I get an error: "Java.lang.NullPointerException at java.util.timer$TimerImpl.run" What does this mean?...
Hi all,
if two devices that do not know each other (not paired) connect with Bluetooth using my app, there is a field in which they have to fill in a number like 0000. Both devices have to do this...
Well I have to send it as text because it's part of my protocol... But could you explain me how to decode and redecode an image as a string please? I didn't find anything on the internet.
And how...
Hi all,
I want to turn pictures into a string and my question is: Can I send Strings with some pictures in it in a small time (<3sec)?
Benni
Well my programm works on every symbian phone. That's what I tested. But it doesn't work on LG (opening the connection). Could it be possible that it doesn't work because of the protocol.
Sorry but I'm not an expert in those things. I use the UUID
btl2cap://localhost: A55665EE9F9146109085C2055C888B39;authenticate=false;authorize=false;encrypt=false;name=fu
What should I change?...
Hi all,
I'm currently using L2cap in my app. Do many phones support l2cap or should I take Rfcomm?
Benni
Have look here and download the eclipse plugin. Just import your application and build. Sounds easy but maybe you have to change some things in your source code, but it won't be a lot...
Hi all,
Does every j2me-device support the l2cap-profile for bluetooth? Or should I use the RFComm-profile? Because the l2cap-profile seemed faster to me.
Benni
Hi all,
is there a way to create an adhoc network with wlan with c++ on symbian? Please send me some code examples.
Benni
Hi all,
I'm a newbie in Symbian c++ and that's why I want to reuse some of my j2me code. Can I embed j2me code into my symbian c++ application?
Benni
Hi all,
is there a way to embed symbian c++ into my j2me source???
Benni
Hi all,
is there a way to connect two devices without using bluetooth? E.g. by using the wifi sender? If yes, please send me some code examples.
If it doesn't work in j2me, can I embed symbian...
Hi all,
is there a way to connect two devices with wifi (wlan)? I thougt of something like ad-hoc. But it can be something different, too. We just have to be able to connect two devices with their...
Hi all,
I've got a question to you. I wrote an app in J2me. It's important that nearly every device supports it. So what can I do? Are there some intelligent porting ideas? I don't want to write...
Hi all,
is there a way to port a j2me app to other platforms like android for free?
Benni
Hi all,
will Symbian 4 support J2me?
Benni
Thank you traud. I hope it will work