View Single Post
  #1  
Old 07-16-2007, 12:35 AM
mobilegeek mobilegeek is offline
D-Web Analyst
 
Join Date: Jun 2007
Posts: 205
mobilegeek is on a distinguished road
Default How can we use AT commands in j2me? means how can we pass an AT command one phone to

Actually, there is no direct way to execute an AT command through J2ME as it would break all the security level intended for Java ME applications. But still, there is a little trick that works on Bluetooth API enabled phones. You can send an AT command to another phone via Bluetooth connection and execute most of the AT commands from remote. This trick does not work on Nokia phones.
Reply With Quote