File tree Expand file tree Collapse file tree 5 files changed +7
-1277
lines changed
overlay/frameworks/base/core/res/res/values Expand file tree Collapse file tree 5 files changed +7
-1277
lines changed Original file line number Diff line number Diff line change @@ -227,11 +227,6 @@ Bluetooth module -->
227227 <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
228228 <bool name =" config_intrusiveNotificationLed" >true</bool >
229229
230- <!-- Component name of the default wallpaper. This will be ImageWallpaper if not
231- specified -->
232- <string name =" default_wallpaper_component" >com.android.phasebeam/.PhaseBeamWallpaper</string >
233-
234-
235230 <!-- The default iface on which to monitor data use -->
236231 <string name =" config_datause_iface" >rmnet0</string >
237232
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ on post-fs-data
210210 chown wifi wifi /data/misc/wifi/
211211
212212 chmod 0666 /data/misc/wifi/wpa_supplicant.conf
213- mkdir /data/local 0751 root root
213+ mkdir /data/local 0771 shell shell
214214 mkdir /data/local/tmp 0771 shell shell
215215 mkdir /data/data 0771 system system
216216 mkdir /data/app-private 0771 system system
@@ -225,10 +225,11 @@ on post-fs-data
225225 mkdir /data/misc/wifi/sockets 0775 wifi wifi
226226 mkdir /data/misc/wpa_supplicant 0775 wifi wifi
227227 mkdir /data/misc/dhcp 0775 dhcp dhcp
228-
229- mkdir /data/misc/wifi/load
230- chmod 0775 /data/misc/wifi/load
231- chown system system /data/misc/wifi/load/
228+ mkdir /data/misc/dhcpcd 0770 dhcp dhcp
229+ chown dhcp dhcp /data/misc/dhcpcd
230+ mkdir /data/misc/dhcp 0770 dhcp dhcp
231+ chown dhcp dhcp /data/misc/dhcp
232+ mkdir /data/misc/wifi/load 0775 system system
232233
233234 mkdir /data/misc/wifi/bin 0775 system system
234235
Original file line number Diff line number Diff line change 11update_config=1
22ctrl_interface=DIR=/data/misc/wpa_supplicant GROUP=wifi
3- network={
4- ssid="ChinaNet_HomeCW"
5- key_mgmt=NONE
6- priority=3
7- Customize=1
8- }
93
10- network={
11- ssid="ChinaNet_CW"
12- key_mgmt=NONE
13- priority=2
14- Customize=1
15- }
16-
17- network={
18- ssid="ChinaNet"
19- key_mgmt=NONE
20- priority=1
21- Customize=1
22- }
You can’t perform that action at this time.
0 commit comments