--
You received this message because you are subscribed to the Google Groups "0xlab-discuss" group.
To post to this group, send email to 0xlab-...@googlegroups.com.
To unsubscribe from this group, send email to 0xlab-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/0xlab-discuss?hl=en.
If you'd like to see real GSM network signal in Android, you can
modify the options of rild. Like rild.libargs=-d /dev/ttyS2, change it
with your device name in Android.
Regards,
Erin Yueh
http://0xlab.org
> To unsubscribe from this group, send email to 0xlab-discus...@googlegroups.com.
1. no response on /dev/ttyUSB0 in Android: type echo AT > to GSM
modem? I guess you probably can use a minicom utility and it can allow
you to set some settings to modem, like baud rate and hardware flow
control.
2. build.prop: i modified this system.prop as below and then rebuild
the system image from Android building env.
erin@midnight:~/work/eclair/beagle-eclair/vendor/0xlab/beagleboard$
cat system.prop
#
# system.prop
#
rild.libpath=/system/lib/libreference-ril.so
rild.libargs=-d /dev/ttyUSB2
3. cannot use mv: you mean you dont have mv utility? if so, you could
upload a busybox to Beagle board and then you can execute much more
commands.
Regards,
Erin Yueh
http://0xlab.org
Can you see /dev/ttyUSB0 in Android? My 3G modem card would generate 4
ports device in Android, like /dev/ttyUSB0 to /dev/ttyUSB3, the first
one is for GSM and the third one is for GPRS. I am not sure about your
device, but you could use minicom to verify each port.
about pppd, did you apply these patches in system/core and
external/ppp for dial-up network? if yes, then you could type "start
ppp". then it would execute a gprs script. You will need to know how
to modify the script for your local network operator.
Regards,
Erin Yueh
http://0xlab.org
About GPRS, you need to use pppd to set up the dial up network. Did
you apply those patches in system/core and
external/ppp for dial-up network? if yes, then you could type "start
ppp". then it would execute a gprs script. You will need to know how
to modify the script for your local network operator.
Regards,
Erin Yueh
http://0xlab.org
You could check 0xdroid project in gitorious.
external ppp
http://gitorious.org/0xdroid/external_ppp/commit/6624b6760d8fde02993f3a3f02df3ec9db739e41
system core
http://gitorious.org/0xdroid/system_core/commit/81b121623c3f05298b5166d03714655d1ab2ddf8
Regards,
Erin Yueh
http://0xlab.org
hi Joel,
I would suggest you to learn git first. You can use "git cherry-pick"
for picking 0xlab's changes into your tree:
http://www.kernel.org/pub/software/scm/git/docs/git-cherry-pick.html
Alternatively, you can rebase to 0xdroid HEAD.
Sincerely.
Jim Huang (jserv)
http://0xlab.org/
Regards,
Erin Yueh
http://0xlab.org