This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear All
What i am doing:
I am trying to interface 3G Dongle (HUAWEI E1731 Modem ) to BeagleBoard-XM on Android 2.3.4 and 4.0.3 by following
LINK: "http://processors.wiki.ti.com/index.php/TI-Android-ICS-PortingGuide#Android_USB_Configuration"
things went fine till i executed the following command.
COMMAND: /system/bin/pppd /dev/ttyUSB0 115200 persist defaultroute usepeerdns updetach crtscts noauth debug connect "/system/xbin/chat -v -s -f /system/etc/ppp/airtel.chat"
After execution of this command, i see a message on "Minicom"
The Message as follows:
Not Found: /system/xbin/chat
when i check the same for in the filesystem i see "chat " file is not available, in both the prebuild version provided by TI and the binaries which we build on our system here
for both Android 2.3.4 and 4.0.3.
Could any one look into this and let me know how to resolve this issue and what has to be done regarding this.
Regards
Mahaboob A Aslam
Try this:
http://afewe.wordpress.com/android-arm-development/use-point-to-point-protocol-ppp-in-android/
it is about chat program for pppd.
BTW chat is in busybox but it is customized(quite old) version - I think you would prefer this one from pppd.
Karol