Hi Nilesh.
The 3507g does not support 'AT*E2IPCFG' command.
This was introduced in the 36 series.
Back to your problem. You have to change the RIL not to use AT commands
for retrieving the IP address. The module supports DHCP over the USB
net-interface.
The data connection actually is up and running, as you can see from you
RIL log:
D/AT ( 1014): AT(12)> AT*ENAP?
I/AT ( 1014): AT(12)< *ENAP: 1
I/AT ( 1014): AT(12)< OK
The response '*ENAP: 1' means up and running.
Your problem is that the AT*E2IPCFG is not supported and the RIL
therefor issues 'AT*ENAP=0', terminate the data connection.
/BR
Carl
On Tue, 2012-07-24 at 07:46 +0200, Nilesh chaskar wrote:
> Hi development team
>
> I am using 3507g in android foroyo ROM, module is enabled at kernel
> level, cd drivers are loaded and device's are created
> in /dev/ttyACM* , dmesg at http://d-h.st/IvD , however my data
> connection is not happening either in edge or utms and throwing pdp
> errors, logcat radio at http://d-h.st/DuO, i have also tried
> manually making data by using AT strings but results are the same, i
> am clueless now, can u pls help
|