Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DerArtem/huaweigeneric-ril-old
Old ril lib for Huawei USB modems
https://github.com/DerArtem/huaweigeneric-ril-old
Last synced: 18 days ago
JSON representation
Old ril lib for Huawei USB modems
- Host: GitHub
- URL: https://github.com/DerArtem/huaweigeneric-ril-old
- Owner: DerArtem
- License: other
- Created: 2011-02-22T22:07:11.000Z (over 13 years ago)
- Default Branch: ics
- Last Pushed: 2012-09-01T17:29:55.000Z (about 12 years ago)
- Last Synced: 2024-07-31T22:57:00.559Z (3 months ago)
- Language: C
- Homepage: http://www.makhutov.org
- Size: 281 KB
- Stars: 12
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The modules has still a few problems:
* required modify init.rc add:
on device-added-/dev/block/sr0
start usb_modeswitchservice pppd_gprs /system/bin/ppd /dev/ttyUSB0 115200 nocrtscts usepeerdns debug nodetach ipcp-accept-local ipcp-accept-remote defaultroute
user root
group radio cache inet misc
disabled
oneshot
service usb_modeswitch /system/bin/usbs
user root
disabled
oneshot* Edit your ueventd..rc and add:
/dev/ttyUSB* 0666 system system
* Edit system/build.prop, add:
# for 3g
rild.libpath=/system/lib/libhuaweigeneric-ril.so
rild.libargs=-d /dev/ttyUSB2
keyguard.no_require_sim=1