Ik heb net weer wat nieuwe info gevonden over de S55 van Siemens zelf:
How can my MIDlet use Bluetooth? -> It can't
There is a JSR-82 which specifies a Java API for Bluetooth access. But this functionality is not (yet) implemented in any Siemens phone.
maw, het is dus niet mogelijk om met een programmaatje op je S55 contact te leggen met een anders apparaat dat BT heeft.
Als je je afvraagt tot waartoe een MIDlet toegang heeft op je geheugen in de telefoon:
Through the Siemens file.io a MIDlet can get access to the following folders, but only after a obligatory user confirmation:
• A:/Adress Book/
• A:/Java/
• A:/Sounds/
En wat gebeurd er als er een oproep binnenkomt als je een game aan het spelen bent?
What happens if there is an incoming call, while my MIDlet is running?
First the PauseApp() method of your MIDlet will be called. Then the user will be questioned, if he wants to answer the call. If he answers "no", your MIDlet will continue running with a call to StartApp(). If the user wants to take the call and answers "yes", you MIDlet will be destroyed and even the VM will be shut down. It is not possible to keep a MIDlet (and the Java™ VM) running in the background while handling a call (with all its GSM Stack and stuff) due to memory restrictions. If the user wants to continue using your Application he has to restart it by hand.
maw, het spel word in de pauze gezet, vervolgens word je gevraagd ofdat je de oproep wilt beantwoorden. Negeer je de oproep, dan kun je gewoon verder spelen. Neem je de oproep aan, dan moet hij de game afsluiten omdat hij het geheugen voor andere dingen nodig heeft. Het spel moet je dus opnieuw handmatig starten.
[edit]
Voor de mensen die geïntereseerd zijn in de synchronisatie van je foon met een internet server. Ik heb uitgevist dat het momenteel een dienst is die tegen betaling helaas te verkrijgen is in maar een paar landen.
LinkYour secretary made some new appointments for you while you are on a business trip? Usually you sync your Outlook- calendar from your PC with your S55 through Bluetooth or Infrared interface. But now? No problem any more, because you can synchronize your S55 from wherever you are! Based on SyncML standards “Stay organized” offers you contacts, calendar or tasks synchronization over the air between your Outlook and S55. Try this immensely useful service - you can never do without it again!
Beschikbare landen momenteel:
Germany (German)
Austria (German)
England (English)
hmz, ben benieuwd of er toch een mogelijkheid bestaat om zo'n server zelf te runnen. Iemand enig idee wat een SyncML standaard inhoud, ofdat er uberhaubt programma's/servers voor bestaan?
[
Voor 26% gewijzigd door
jules op 16-09-2003 21:20
]