buglabs / android

This is the top-level git repo for the Android on BUG 2.0 project. Refer to the start page for further details:
http://buglabs.github.com/android/
5 stars 1 forks source link

Support BUG 3G Module #33

Open kgilmer opened 13 years ago

kgilmer commented 13 years ago

-SMS -Data service

kgilmer commented 13 years ago

From an email from Vish:

After booting, I attached the BUG3G module with the ericsson F5521gw modem, went through the necessary steps to get the software configured (ie: install softkeys, manually input ATT's APN details, wait for the RIL to successfully connect, then issue 'netconfig rmnet0 dhcp'), et voila! Great success!

Next steps:
1) Find a way to ship with APN details already pre-configured 2) automatically 'netconfig rmnet0 dhcp' when connected

bugvish commented 13 years ago

A little further detail to set the APN:

Navigate to Settings -> Wireless & Networks -> Mobile Networks -> Access Point Names The list will be empty. We need to simulate a 'click' of the Menu button, so in an adb shell type in 'input keyevent 82' <see https://github.com/buglabs/android/issues/23 >, then choose New APN.

For AT&T: Name: ATT APN: wap.cingular Proxy: Port: Username: WAP@CINGULARGPRS.COM Password: Server: MMSC: http://mmsc.cingular.com MMS proxy: wireless.cingular.com MMS port: 80 MCC: 310 MNC: 410 Authentication type: APN Type: default,supl,mms

Then 'input keyevent 82' and Save.