-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathREADME
More file actions
28 lines (20 loc) · 656 Bytes
/
Copy pathREADME
File metadata and controls
28 lines (20 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
The modules has still a few problems:
* required modify init.rc add:
on device-added-/dev/block/sr0
start usb_modeswitch
service 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.<yourboard>.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