Skip to content

Commit 2f27a53

Browse files
author
liukai
committed
change default wallpaper
fix wifi remove custom vold fix ril dazjo#1 commit by: liukai
1 parent 1b530f6 commit 2f27a53

File tree

5 files changed

+7
-1277
lines changed

5 files changed

+7
-1277
lines changed

overlay/frameworks/base/core/res/res/values/config.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

prebuilt/init.rc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
11
update_config=1
22
ctrl_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-
}

0 commit comments

Comments
 (0)