• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

vendor/samsung/q1u


Commit MetaInfo

Revision61052f8f8848b834047cab0e30227d0323a26e30 (tree)
Time2010-03-15 16:58:05
AuthorKyle Yu <kaismiin@gmai...>
CommiterChih-Wei Huang

Log Message

modify some settings for 3G modem card

Change Summary

Incremental Difference

--- a/init.q1u.rc
+++ b/init.q1u.rc
@@ -1,6 +1,6 @@
11 on boot
2- setprop ro.radio.use-ppp no
3- setprop ro.radio.noril yes
2+ setprop ro.radio.use-ppp yes
3+ setprop ro.radio.noril no
44 setprop status.battery.state Slow
55 setprop status.battery.level 5
66 setprop status.battery.level_raw 50
--- a/init.rc
+++ b/init.rc
@@ -254,6 +254,18 @@ service hsag /system/bin/sdptool add --channel=11 HSAG
254254 disabled
255255 oneshot
256256
257+service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d /dev/ttyUSB1
258+ socket rild stream 660 root radio
259+ socket rild-debug stream 660 radio system
260+ user root
261+ group radio cache inet misc
262+
263+service ppp /system/bin/pppd call gprs
264+ user root
265+ group system radio
266+ disabled
267+ oneshot
268+
257269 #Please do not change anything below this line. If you want to add new service, add it above this line
258270 #REMOVE FROM HERE
259271 service dhcpcd /system/bin/dhcpcd wlan0
--- a/system.prop
+++ b/system.prop
@@ -3,5 +3,5 @@ ro.config.sync = yes
33 app.setupwizard.disable=1
44 #keyguard.no_require_sim=1
55 ro.alarm.volume.adjustable=true
6-#ro.simulated.phone=true
6+ro.simulated.phone=false
77 # end system.prop for q1u