How To Activate GPRS connection programmatically?
guys i need help with activating a GPRS or opening a GPRS connection... im creating a GMAIL client for mobile phones... and i still dont know how to activate GPRS to connect to pop.gmail.com... do u have references or ebooks that could help? thanks in advance!
# 1
Try opening a socket, or use the JavaMail API and try to connect it to J2ME.However, you don't really activate hardware within Java, you create a network or device object and Java connects that to the native implementation and hands off to the OS which then drives the hardware.