forked from underscoremone/android_device_samsung_gtexswifi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb226f8
commit 2b0dfd4
Showing
4 changed files
with
107 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Copyright (C) 2012 The Android Open Source Project | ||
# | ||
# IMPORTANT: Do not create world writable files or directories. | ||
# This is a common source of Android security bugs. | ||
# | ||
|
||
# service can not be overwritten except SPRINT | ||
# Thus, rilcarrier is imported before common rc, like init.rilchip.rc | ||
import /init.rilcarrier.rc | ||
import /init.rilchip.rc | ||
import /init.rilepdg.rc | ||
|
||
on boot | ||
|
||
# AT Distributor for factory test | ||
service at_distributor /system/bin/at_distributor | ||
class late_start | ||
user root | ||
group radio misc log | ||
|
||
service DR-daemon /system/bin/ddexe | ||
class main | ||
user root | ||
group system radio inet net_raw | ||
|
||
service BCS-daemon /system/bin/connfwexe | ||
class main | ||
user root | ||
group system radio inet net_raw | ||
|
||
# for ethernet | ||
service dhcpcd_eth0 /system/bin/dhcpcd -ABKL | ||
class main | ||
disabled | ||
oneshot | ||
|
||
# for Wi-Fi only models | ||
on property:ro.radio.noril=yes | ||
stop ril-daemon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters