voku1987

diff - RootBOX 2.2. JB

Aug 16th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.72 KB | None | 0 0
  1. Nur in lall/: boot-log.txt.
  2. Nur in initramfs3/: cache.
  3. Binärdateien lall/charger and initramfs3/charger sind verschieden.
  4. Nur in initramfs3/: data.
  5. diff -r lall/default.prop initramfs3/default.prop
  6. 4,5c4,5
  7. < ro.secure=0
  8. < ro.allow.mock.location=0
  9. ---
  10. > ro.secure=1
  11. > ro.allow.mock.location=1
  12. 7c7,9
  13. < persist.sys.usb.config=mtp,adb
  14. ---
  15. > persist.sys.vold.switchexternal=1
  16. > persist.sys.usb.config=mass_storage,adb
  17. > persist.service.adb.enable=1
  18. Nur in initramfs3/: dev.
  19. Nur in initramfs3/: efs.
  20. diff -r lall/fota.rc initramfs3/fota.rc
  21. 47d46
  22. <
  23. 77c76
  24. < mount ext4 /dev/block/mmcblk0p9 /system wait
  25. ---
  26. > mount ext4 /dev/block/mmcblk0p9 /system wait
  27. 86,87c85,86
  28. < #mount rfs /dev/block/stl11 /cache nosuid nodev check=no
  29. < mount ext4 /dev/block/mmcblk0p7 /cache nosuid nodev noatime wait
  30. ---
  31. > #mount rfs /dev/block/stl11 /cache nosuid nodev check=no
  32. > mount ext4 /dev/block/mmcblk0p7 /cache nosuid nodev noatime wait
  33. 94d92
  34. <
  35. 103c101
  36. < write /proc/sys/kernel/panic_on_oops 1
  37. ---
  38. > write /proc/sys/kernel/panic_on_oops 0
  39. 106,107d103
  40. < write /proc/sys/kernel/sched_latency_ns 10000000
  41. < write /proc/sys/kernel/sched_wakeup_granularity_ns 2000000
  42. 123c119
  43. < oneshot
  44. ---
  45. > oneshot
  46. Nur in initramfs3/: .git.
  47. Binärdateien lall/init and initramfs3/init sind verschieden.
  48. Nur in initramfs3/: init.cm10.
  49. Nur in initramfs3/: init.cm9.
  50. Nur in initramfs3/: init.jb.
  51. diff -r lall/init.rc initramfs3/init.rc
  52. 6,10d5
  53. <
  54. < import /init.smdk4210.rc
  55. < import /init.usb.rc
  56. < import /init.trace.rc
  57. <
  58. 12c7
  59. < # Set init and its forked children's oom_adj.
  60. ---
  61. > # Set init and its forked children's oom_adj.
  62. 17c12
  63. < # create mountpoints
  64. ---
  65. > # create mountpoints
  66. 20a16,18
  67. > # Vibetonz
  68. > export VIBE_PIPE_PATH /dev/pipes
  69. > mkdir /dev/pipes 0771 shell shell
  70. 26c24
  71. < # setup the global environment
  72. ---
  73. > # setup the global environment
  74. 36c34
  75. < export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/framework2.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar
  76. ---
  77. > export BOOTCLASSPATH /system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/framework2.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/filterfw.jar
  78. 38c36
  79. < # Backward compatibility
  80. ---
  81. > # Backward compatibility
  82. 42,43c40,41
  83. < # Right now vendor lives on the same filesystem as system,
  84. < # but someday that may change.
  85. ---
  86. > # Right now vendor lives on the same filesystem as system,
  87. > # but someday that may change.
  88. 46c44,47
  89. < # Create cgroup mount point for cpu accounting
  90. ---
  91. > #add booting sound property
  92. > setprop audioflinger.bootsnd 1
  93. >
  94. > # Create cgroup mount point for cpu accounting
  95. 54a56
  96. > mkdir /preload 0771 system system
  97. 56c58
  98. < # Directory for putting things only root should see.
  99. ---
  100. > # Directory for putting things only root should see.
  101. 59c61
  102. < # Directory for staging bindmounts
  103. ---
  104. > # Directory for staging bindmounts
  105. 62,63c64,65
  106. < # Directory-target for where the secure container
  107. < # imagefile directory will be bind-mounted
  108. ---
  109. > # Directory-target for where the secure container
  110. > # imagefile directory will be bind-mounted
  111. 66c68
  112. < # Secure container public mount points.
  113. ---
  114. > # Secure container public mount points.
  115. 70c72
  116. < # Filesystem image public mount points.
  117. ---
  118. > # Filesystem image public mount points.
  119. 73a76,77
  120. > mkdir /mnt/.lfs 0755 root root
  121. >
  122. 77,78d80
  123. < write /proc/sys/kernel/sched_latency_ns 10000000
  124. < write /proc/sys/kernel/sched_wakeup_granularity_ns 2000000
  125. 82,86d83
  126. < write /proc/sys/kernel/kptr_restrict 2
  127. < write /proc/sys/kernel/dmesg_restrict 1
  128. < write /proc/sys/vm/mmap_min_addr 32768
  129. < write /proc/sys/kernel/sched_rt_runtime_us 950000
  130. < write /proc/sys/kernel/sched_rt_period_us 1000000
  131. 88c85
  132. < # Create cgroup mount points for process groups
  133. ---
  134. > # Create cgroup mount points for process groups
  135. 93c90
  136. < chmod 0660 /dev/cpuctl/tasks
  137. ---
  138. > chmod 0777 /dev/cpuctl/tasks
  139. 95,96d91
  140. < write /dev/cpuctl/cpu.rt_runtime_us 950000
  141. < write /dev/cpuctl/cpu.rt_period_us 1000000
  142. 98,107c93,100
  143. < mkdir /dev/cpuctl/apps
  144. < chown system system /dev/cpuctl/apps/tasks
  145. < chmod 0666 /dev/cpuctl/apps/tasks
  146. < write /dev/cpuctl/apps/cpu.shares 1024
  147. < write /dev/cpuctl/apps/cpu.rt_runtime_us 800000
  148. < write /dev/cpuctl/apps/cpu.rt_period_us 1000000
  149. <
  150. < mkdir /dev/cpuctl/apps/bg_non_interactive
  151. < chown system system /dev/cpuctl/apps/bg_non_interactive/tasks
  152. < chmod 0666 /dev/cpuctl/apps/bg_non_interactive/tasks
  153. ---
  154. > mkdir /dev/cpuctl/fg_boost
  155. > chown system system /dev/cpuctl/fg_boost/tasks
  156. > chmod 0777 /dev/cpuctl/fg_boost/tasks
  157. > write /dev/cpuctl/fg_boost/cpu.shares 1024
  158. >
  159. > mkdir /dev/cpuctl/bg_non_interactive
  160. > chown system system /dev/cpuctl/bg_non_interactive/tasks
  161. > chmod 0777 /dev/cpuctl/bg_non_interactive/tasks
  162. 109,111c102
  163. < write /dev/cpuctl/apps/bg_non_interactive/cpu.shares 52
  164. < write /dev/cpuctl/apps/bg_non_interactive/cpu.rt_runtime_us 700000
  165. < write /dev/cpuctl/apps/bg_non_interactive/cpu.rt_period_us 1000000
  166. ---
  167. > write /dev/cpuctl/bg_non_interactive/cpu.shares 52
  168. 113,114c104,105
  169. < # Allow everybody to read the xt_qtaguid resource tracking misc dev.
  170. < # This is needed by any process that uses socket tagging.
  171. ---
  172. > # Allow everybody to read the xt_qtaguid resource tracking misc dev.
  173. > # This is needed by any process that uses socket tagging.
  174. 118,123c109,133
  175. < # mount mtd partitions
  176. < # Mount /system rw first to give the filesystem a chance to save a checkpoint
  177. < mount yaffs2 mtd@system /system
  178. < mount yaffs2 mtd@system /system ro remount
  179. < mount yaffs2 mtd@userdata /data nosuid nodev
  180. < mount yaffs2 mtd@cache /cache nosuid nodev
  181. ---
  182. > # mount ext4 partitions
  183. > # Mount /system rw first to give the filesystem a chance to save a checkpoint
  184. > mount ext4 /res/dev/system /system noatime wait rw
  185. >
  186. > exec sfsck /res/dev/cache ext4
  187. > mount ext4 /res/dev/cache /cache nosuid nodev noatime wait
  188. >
  189. > mkdir /efs
  190. > #mount rfs /dev/block/mmcblk0p1 /efs nosuid nodev check=no
  191. > exec sfsck /dev/block/mmcblk0p1 ext4
  192. > mount ext4 /dev/block/mmcblk0p1 /efs nosuid nodev noatime wait nodelalloc
  193. > chown radio system /efs
  194. > chmod 0771 /efs
  195. > mkdir /efs/bluetooth
  196. > mkdir /efs/wifi
  197. > chown radio system /efs/bluetooth
  198. > chown radio system /efs/wifi
  199. > chmod 0775 /efs/bluetooth
  200. > chmod 0775 /efs/wifi
  201. >
  202. > # check encryption status, checking UMS & data should be excuted after this command
  203. > exec check_encryption_status /res/dev/data
  204. >
  205. > # verfiy filesystem (UMS)
  206. > exec sformat /dev/block/mmcblk0p11 vfat
  207. 126c136,139
  208. < # once everything is setup, no need to modify /
  209. ---
  210. > exec sfsck /res/dev/data ext4
  211. > mount ext4 /res/dev/data /data nosuid nodev noatime wait noauto_da_alloc
  212. >
  213. > # once everything is setup, no need to modify /
  214. 129c142,145
  215. < # We chown/chmod /cache again so because mount is run as root + defaults
  216. ---
  217. > insmod /lib/modules/j4fs.ko
  218. > mount j4fs /dev/block/mmcblk0p4 /mnt/.lfs
  219. >
  220. > # We chown/chmod /cache again so because mount is run as root + defaults
  221. 133c149
  222. < # This may have been created by the recovery system with odd permissions
  223. ---
  224. > # This may have been created by the recovery system with odd permissions
  225. 138c154
  226. < #change permissions on vmallocinfo so we can grab it from bugreports
  227. ---
  228. > #change permissions on vmallocinfo so we can grab it from bugreports
  229. 142c158
  230. < #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks
  231. ---
  232. > #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks
  233. 148c164
  234. < # create the lost+found directories, so as to enforce our permissions
  235. ---
  236. > # create the lost+found directories, so as to enforce our permissions
  237. 150a167,170
  238. > # double check the perms, in case lost+found already exists, and set owner
  239. > chown root root /cache/lost+found
  240. > chmod 0777 /cache/lost+found
  241. >
  242. 152c172
  243. < # We chown/chmod /data again so because mount is run as root + defaults
  244. ---
  245. > # We chown/chmod /data again so because mount is run as root + defaults
  246. 154a175,181
  247. > mkdir /data/system
  248. > chown system system /data/system
  249. > chmod 0771 /data/system
  250. >
  251. > # Create dump dir and collect dumps.
  252. > # Do this before we mount cache so eventually we can use cache for
  253. > # storing dumps on platforms which do not have a dedicated dump partition.
  254. 156,158d182
  255. < # Create dump dir and collect dumps.
  256. < # Do this before we mount cache so eventually we can use cache for
  257. < # storing dumps on platforms which do not have a dedicated dump partition.
  258. 161c185
  259. < # Collect apanic data, free resources and re-arm trigger
  260. ---
  261. > # Collect apanic data, free resources and re-arm trigger
  262. 172c196,206
  263. < # create basic filesystem structure
  264. ---
  265. > # GPS
  266. > chown root system /dev/ttySAC1
  267. > chmod 0660 /dev/ttySAC1
  268. > chown root system /sys/class/sec/gps/GPS_PWR_EN/value
  269. > chmod 0664 /sys/class/sec/gps/GPS_PWR_EN/value
  270. > chown root system /sys/class/sec/gps/GPS_nRST/value
  271. > chmod 0664 /sys/class/sec/gps/GPS_nRST/value
  272. > mkdir /data/gps 771 system system
  273. > chown system system /data/gps
  274. >
  275. > # create basic filesystem structure
  276. 180c214,216
  277. < # give system access to wpa_supplicant.conf for backup and restore
  278. ---
  279. > mkdir /data/misc/vpn/profiles 0770 system system
  280. > mkdir /data/misc/radio 0775 radio system
  281. > # give system access to wpa_supplicant.conf for backup and restore
  282. 181a218
  283. > chmod 0777 /data/misc/wifi
  284. 183c220
  285. < mkdir /data/local 0751 root root
  286. ---
  287. > mkdir /data/local 0771 shell shell
  288. 185,186c222,223
  289. < # For security reasons, /data/local/tmp should always be empty.
  290. < # Do not place files or directories in /data/local/tmp
  291. ---
  292. > # For security reasons, /data/local/tmp should always be empty.
  293. > # Do not place files or directories in /data/local/tmp
  294. 190d226
  295. < mkdir /data/app-asec 0700 root root
  296. 195a232
  297. > mkdir /cache/download 0777 system cache
  298. 197c234
  299. < # create dalvik-cache and double-check the perms, so as to enforce our permissions
  300. ---
  301. > # create dalvik-cache and double-check the perms, so as to enforce our permissions
  302. 206c243
  303. < # create resource-cache and double-check the perms
  304. ---
  305. > # create resource-cache and double-check the perms
  306. 211c248
  307. < # create the lost+found directories, so as to enforce our permissions
  308. ---
  309. > # create the lost+found directories, so as to enforce our permissions
  310. 214,215c251,256
  311. < # create directory for DRM plug-ins - give drm the read/write access to
  312. < # the following directory.
  313. ---
  314. > # double check the perms, in case lost+found already exists, and set owner
  315. > chown root root /data/lost+found
  316. > chmod 0777 /data/lost+found
  317. >
  318. > # create directory for DRM plug-ins - give drm the read/write access to
  319. > # the following directory.
  320. 218,222c259,312
  321. < # If there is no fs-post-data action in the init.<device>.rc file, you
  322. < # must uncomment this line, otherwise encrypted filesystems
  323. < # won't work.
  324. < # Set indication (checked by vold) that we have finished this action
  325. < #setprop vold.post_fs_data_done 1
  326. ---
  327. > #Code changes for GB-> ICS upgrade for U1/T1 models ...Moving .db file .. starts
  328. >
  329. > mkdir /data/system/databases 0771 system system
  330. > copy /data/data/com.sec.android.providers.drm/databases/drmdatabase.db /data/system/databases/drmdatabase.db
  331. > chown system system /data/system/databases/drmdatabase.db
  332. > chmod 0774 /data/system/databases/drmdatabase.db
  333. >
  334. > #Code changes for GB-> ICS upgrade for U1/T1 models ...Moving .db file .. ends
  335. >
  336. > #SISO-PLAYREADY-CHANGES
  337. > #DRM directory creation
  338. > mkdir /system/etc/security/.drm 0775
  339. > chown root root /system/etc/security/.drm
  340. > chmod 0775 /system/etc/security/.drm
  341. >
  342. > # Added for Playready DRM Support
  343. > mkdir /data/data/.drm 0775
  344. > chown drm system /data/data/.drm
  345. > chmod 0775 /data/data/.drm
  346. > mkdir /data/data/.drm/.playready 0775
  347. > chown drm system /data/data/.drm/.playready
  348. > chmod 0775 /data/data/.drm/.playready
  349. >
  350. > #Added drm folder to copy drm plugins
  351. > mkdir /system/lib/drm 0775
  352. > chown root root /system/lib/drm
  353. > chmod 0775 /system/lib/drm
  354. > #SISO-PLAYREADY-CHANGES
  355. >
  356. > # DivX DRM
  357. > mkdir /efs/.files 0775
  358. > mkdir /efs/.files/.dx1 0775
  359. > mkdir /efs/.files/.dm33 0775
  360. > mkdir /efs/.files/.mp301 0775
  361. > chown media system /efs/.files/.dx1
  362. > chown media system /efs/.files/.dm33
  363. > chown media system /efs/.files/.mp301
  364. > chmod 0775 /efs/.files/.dx1
  365. > chmod 0775 /efs/.files/.dm33
  366. > chmod 0775 /efs/.files/.mp301
  367. >
  368. > # IMEI
  369. > mkdir /efs/imei 0775
  370. > chown radio system /efs/imei
  371. > chmod 0775 /efs/imei
  372. >
  373. > # If there is no fs-post-data action in the init.<device>.rc file, you
  374. > # must uncomment this line, otherwise encrypted filesystems
  375. > # won't work.
  376. > # Set indication (checked by vold) that we have finished this action
  377. > #setprop vold.post_fs_data_done 1
  378. >
  379. > # Device Encryption by B2B Security Lab.
  380. > setprop vold.post_fs_data_done 1
  381. 229,230c319,355
  382. < # Include extra init file
  383. < import /system/etc/init.local.rc
  384. ---
  385. > # MTP Device permission.
  386. > chmod 0660 /dev/usb_mtp_gadget
  387. > chown system system /dev/usb_mtp_gadget
  388. >
  389. > # terminal mode
  390. > chmod 0660 /sys/class/android_usb/android0/terminal_version
  391. > chown system system /sys/class/android_usb/android0/terminal_version
  392. >
  393. > # NFC
  394. > setprop ro.nfc.port "I2C"
  395. > chmod 0600 /dev/pn544
  396. > chown nfc nfc /dev/pn544
  397. >
  398. > # Permission for MHL
  399. > chown system radio /sys/class/mhl/test_result
  400. >
  401. > # Added by Yamaha Corporation. -----------------------------------------
  402. > # setup for alsa snd device
  403. > chmod 0770 /dev/snd/pcmC0D0c
  404. > chmod 0770 /dev/snd/pcmC0D0p
  405. > chmod 0770 /dev/snd/controlC0
  406. > chmod 0770 /dev/snd/timer
  407. > chmod 0770 /dev/snd/hwC0D0
  408. > #-----------------------------------------------------------------------
  409. >
  410. > # create log system
  411. > mkdir /data/log 0775 system log
  412. > mkdir /data/anr 0775 system log
  413. > chown system log /data/log
  414. > chown system log /data/anr
  415. >
  416. > chmod 0775 /data/log
  417. > chmod 0775 /data/anr
  418. >
  419. > chmod 0662 /dev/log/radio
  420. > chmod 0662 /dev/log/main
  421. > chmod 0662 /dev/log/event
  422. 233c358
  423. < # basic network init
  424. ---
  425. > # basic network init
  426. 238c363
  427. < # set RLIMIT_NICE to allow priorities from 19 to -20
  428. ---
  429. > # set RLIMIT_NICE to allow priorities from 19 to -20
  430. 241,245c366,382
  431. < # Memory management. Basic kernel parameters, and allow the high
  432. < # level system server to be able to adjust the kernel OOM driver
  433. < # parameters to match how it is managing things.
  434. < write /proc/sys/vm/overcommit_memory 0
  435. < write /proc/sys/vm/min_free_order_shift 4
  436. ---
  437. > # Tweaks For ROM
  438. > setprop ro.kernel.android.checkjni 0
  439. > setprop ro.telephony.call_ring.delay 0
  440. > setprop ro.ril.disable.power.collapse 0
  441. > setprop ro.lge.proximity.delay 15
  442. >
  443. > #Video Quality
  444. > setprop ro.media.enc.jpeg.quality 100,100,100
  445. > setprop ro.media.dec.jpeg.memcap 20000000
  446. > setprop ro.media.enc.hprof.vid.bps 20000000
  447. >
  448. > #Disable Google OTA Update checkin
  449. > setprop ro.config.nocheckin 1
  450. >
  451. > # Memory management. Basic kernel parameters, and allow the high
  452. > # level system server to be able to adjust the kernel OOM driver
  453. > # parameters to match how it is managing things.
  454. 251c388,423
  455. < # Tweak background writeout
  456. ---
  457. > # Define the oom_adj values for the classes of processes that can be
  458. > # killed by the kernel. These are used in ActivityManagerService.
  459. > setprop ro.FOREGROUND_APP_ADJ 0
  460. > setprop ro.VISIBLE_APP_ADJ 1
  461. > setprop ro.PERCEPTIBLE_APP_ADJ 2
  462. > setprop ro.HEAVY_WEIGHT_APP_ADJ 3
  463. > setprop ro.SECONDARY_SERVER_ADJ 4
  464. > setprop ro.BACKUP_APP_ADJ 5
  465. > setprop ro.HOME_APP_ADJ 1
  466. > setprop ro.HIDDEN_APP_MIN_ADJ 7
  467. > setprop ro.EMPTY_APP_ADJ 15
  468. >
  469. > # Define the memory thresholds at which the above process classes will
  470. > # be killed. These numbers are in pages (4k).
  471. > # These are currently tuned for tablets with approx 1GB RAM.
  472. > setprop ro.FOREGROUND_APP_MEM 8192
  473. > setprop ro.VISIBLE_APP_MEM 10240
  474. > setprop ro.PERCEPTIBLE_APP_MEM 12288
  475. > setprop ro.HEAVY_WEIGHT_APP_MEM 12288
  476. > setprop ro.SECONDARY_SERVER_MEM 14336
  477. > setprop ro.BACKUP_APP_MEM 14336
  478. > setprop ro.HOME_APP_MEM 14336
  479. > setprop ro.HIDDEN_APP_MEM 16384
  480. > setprop ro.EMPTY_APP_MEM 20480
  481. >
  482. > # Write value must be consistent with the above properties.
  483. > # Note that the driver only supports 6 slots, so we have combined some of
  484. > # the classes into the same memory level; the associated processes of higher
  485. > # classes will still be killed first.
  486. > write /sys/module/lowmemorykiller/parameters/adj 0,1,2,4,7,15
  487. >
  488. > write /proc/sys/vm/overcommit_memory 0
  489. > write /proc/sys/vm/min_free_order_shift 4
  490. > write /sys/module/lowmemorykiller/parameters/minfree 8192,10240,12288,14336,16384,20480
  491. >
  492. > # Tweak background writeout
  493. 253c425,460
  494. < write /proc/sys/vm/dirty_background_ratio 5
  495. ---
  496. > write /proc/sys/vm/dirty_background_ratio 10
  497. >
  498. > # panorama directory creation
  499. > mkdir /data/pxtmpdir 0775
  500. > chown system system /data/pxtmpdir
  501. > chmod 0775 /data/pxtmpdir
  502. >
  503. > # permission for HDMI audio path
  504. > chown media audio /sys/class/hdmi_audio/hdmi_audio/hdmi_audio_set_ext
  505. >
  506. > # Permissions for gpio_keys.
  507. > chown system radio /sys/class/sec/sec_key/wakeup_keys
  508. > write /sys/class/sec/sec_key/wakeup_keys 102,116
  509. >
  510. > # Add permission for ATM. 2010.03.20
  511. > chown system radio /sys/devices/platform/i2c-gpio.9/i2c-9/9-0036/power_supply/fuelgauge/fg_read_soc
  512. > chown system radio /sys/devices/platform/i2c-gpio.9/i2c-9/9-0036/power_supply/fuelgauge/fg_reset_soc
  513. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_lpm_state
  514. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/fg_psoc
  515. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/system_rev
  516. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_current_adc
  517. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_test_value
  518. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_adc_spec
  519. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_check
  520. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_full_check
  521. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_type
  522. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/mp3
  523. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/video
  524. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_lp_charging
  525. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/charging_source
  526. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_adc_avg
  527. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_adc
  528. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp
  529. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_vfocv
  530. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_soc
  531. > chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_vol
  532. 255c462
  533. < # Permissions for System Server and daemons.
  534. ---
  535. > # Permissions for System Server and daemons.
  536. 261c468
  537. < chown system system /sys/power/state
  538. ---
  539. > chown radio system /sys/power/state
  540. 269,285c476
  541. < chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate
  542. < chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate
  543. < chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
  544. < chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
  545. < chown system system /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
  546. < chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
  547. < chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
  548. < chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
  549. < chown system system /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
  550. < chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
  551. < chown system system /sys/devices/system/cpu/cpufreq/interactive/boost
  552. < chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boost
  553. < chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse
  554. < chown system system /sys/devices/system/cpu/cpufreq/interactive/input_boost
  555. < chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/input_boost
  556. <
  557. < # Assume SMP uses shared cpufreq policy for all CPUs
  558. ---
  559. > # Assume SMP uses shared cpufreq policy for all CPUs
  560. 287c478
  561. < chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
  562. ---
  563. > chmod 0666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
  564. 291a483
  565. > chown system system /sys/class/backlight/panel/brightness
  566. 313a506
  567. > chown system system /sys/class/power_supply/battery/temp
  568. 316c509
  569. < # allow system to modify cpufreq control files
  570. ---
  571. > # allow system to modify cpufreq control files
  572. 324,326c517,607
  573. < # Define TCP buffer sizes for various networks
  574. < # ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
  575. < setprop net.tcp.buffersize.default 4096,87380,110208,4096,16384,110208
  576. ---
  577. > # Permissions for input devices
  578. > chown system radio /sys/devices/virtual/sec/sec_key/sec_key_pressed
  579. >
  580. > chown system radio /sys/devices/virtual/sec/sec_touchkey/enable_disable
  581. > chown system radio /sys/devices/virtual/sec/sec_touchkey/recommended_version
  582. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touch_sensitivity
  583. > chown system radio /sys/devices/virtual/sec/sec_touchkey/brightness
  584. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_brightness
  585. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_back
  586. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_menu
  587. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_version_panel
  588. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_version_phone
  589. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_update_status
  590. > chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_update
  591. > chown system radio /sys/devices/virtual/sec/sec_touchkey/updated_version
  592. >
  593. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_firm_version
  594. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_threshould
  595. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_all_delta
  596. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_all_refer
  597. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta4
  598. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer4
  599. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta3
  600. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer3
  601. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta2
  602. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer2
  603. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta1
  604. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer1
  605. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta0
  606. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer0
  607. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/disp_all_deltadata
  608. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/disp_all_refdata
  609. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_module_off
  610. > chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_module_on
  611. >
  612. > chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_version_panel
  613. > chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_version_phone
  614. > chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_update_status
  615. > chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_update
  616. > chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_threshold
  617. > chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_config_version
  618. > chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_touchtype
  619. >
  620. > # Permissions for bluetooth
  621. > setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr"
  622. > chown bluetooth bluetooth ro.bt.bdaddr_path
  623. > chown bluetooth bluetooth /dev/ttySAC0
  624. > chmod 0600 /dev/ttySAC0
  625. > chmod 0660 /sys/class/rfkill/rfkill0/state
  626. > chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
  627. > chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
  628. >
  629. > # Vibetonz
  630. > chmod 0660 /dev/tspdrv
  631. > chown root shell /dev/tspdrv
  632. >
  633. > # Permissions for LCD
  634. > chown system radio /sys/class/lcd/panel/lcd_power
  635. > chown system radio /sys/class/lcd/panel/lcd_type
  636. > chown system media_rw /sys/class/lcd/panel/gamma_mode
  637. > chown system media_rw /sys/class/lcd/panel/power_reduce
  638. > chown system system /sys/class/backlight/panel/auto_brightness
  639. >
  640. > # Permissions for mDNIe
  641. > chown system media_rw /sys/class/mdnie/mdnie/mode
  642. > chown system media_rw /sys/class/mdnie/mdnie/outdoor
  643. > chown system media_rw /sys/class/mdnie/mdnie/scenario
  644. > chown system system /sys/class/mdnie/mdnie/negative
  645. >
  646. > # Permissions for uart_sel and usb_sel
  647. > chown system radio /sys/class/sec/switch/uart_sel/value
  648. > chown system radio /sys/class/sec/switch/usb_sel
  649. > chown system radio /sys/class/sec/switch/audio_path
  650. > chown system radio /sys/class/sec/switch/otg_test
  651. > chown system radio /sys/class/sec/switch/adc_debounce_time
  652. > chown system radio /sys/class/sec/switch/status
  653. > chown system radio /sys/class/sec/switch/adc
  654. > chown system radio /mnt/.lfs/sw_sel
  655. >
  656. > # Permissions for OTG Test
  657. > chown system radio /sys/class/host_notify/usb_otg/booster
  658. > chmod 0664 /sys/class/host_notify/usb_otg/booster
  659. >
  660. > # Permission for radio
  661. > chown system radio /sys/devices/platform/s5p-ehci/ehci_power
  662. > chown system radio /sys/devices/platform/s5p-ehci/ehci_runtime
  663. > chown system radio /sys/devices/virtual/misc/multipdp/waketime
  664. >
  665. > # Define TCP buffer sizes for various networks
  666. > # ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
  667. > setprop net.tcp.buffersize.default 4096,87380,704512,4096,16384,110208
  668. 329,330c610,611
  669. < setprop net.tcp.buffersize.umts 4094,87380,110208,4096,16384,110208
  670. < setprop net.tcp.buffersize.hspa 4094,87380,262144,4096,16384,262144
  671. ---
  672. > setprop net.tcp.buffersize.umts 4094,87380,563200,4096,16384,110208
  673. > setprop net.tcp.buffersize.hspa 4094,87380,704512,4096,16384,262144
  674. 334c615
  675. < # allow system to modify ksm control files
  676. ---
  677. > # allow system to modify ksm control files
  678. 344,345c625,632
  679. < # Set this property so surfaceflinger is not started by system_init
  680. < setprop system_init.startsurfaceflinger 0
  681. ---
  682. > # +++++++++++++++++++++++++++++++++++++++++++
  683. > # for datarouter
  684. > chown system system /dev/dun
  685. > chown system system /dev/ttyGS0
  686. > chown system system /dev/ttyGS1
  687. > chown system system /dev/ttyGS2
  688. > chown system system /dev/ttyGS3
  689. > # +++++++++++++++++++++++++++++++++++++++++++
  690. 347,348c634,640
  691. < # Run sysinit
  692. < exec /system/bin/sysinit
  693. ---
  694. >
  695. > # RTC logging daemon
  696. > chmod 0770 /system/bin/rtc_log.sh
  697. > chown system system /system/bin/rtc_log.sh
  698. >
  699. > # Set this property so surfaceflinger is not started by system_init
  700. > setprop system_init.startsurfaceflinger 0
  701. 379,380c671,721
  702. < ## Daemon processes to be run by init.
  703. < ##
  704. ---
  705. > on property:persist.sys.storage_preload=1
  706. > mount ext4 /dev/block/mmcblk0p12 /preload nosuid nodev noatime wait rw nodelalloc
  707. > setprop storage.preload.complete 1
  708. >
  709. > on property:persist.sys.storage_preload=0
  710. > exec /system/bin/umount /preload
  711. >
  712. > # Used to disable USB when switching states
  713. > on property:sys.usb.config=none
  714. > stop adbd
  715. > write /sys/class/android_usb/android0/enable 0
  716. > write /sys/class/android_usb/android0/bDeviceClass 0
  717. > setprop sys.usb.state $sys.usb.config
  718. >
  719. > # adb only USB configuration
  720. > # This should only be used during device bringup
  721. > # and as a fallback if the USB manager fails to set a standard configuration
  722. > on property:sys.usb.config=adb
  723. > write /sys/class/android_usb/android0/enable 0
  724. > write /sys/class/android_usb/android0/idVendor 18d1
  725. > write /sys/class/android_usb/android0/idProduct D002
  726. > write /sys/class/android_usb/android0/functions $sys.usb.config
  727. > write /sys/class/android_usb/android0/enable 1
  728. > start adbd
  729. > setprop sys.usb.state $sys.usb.config
  730. >
  731. > # USB accessory configuration
  732. > on property:sys.usb.config=accessory
  733. > write /sys/class/android_usb/android0/enable 0
  734. > write /sys/class/android_usb/android0/idVendor 18d1
  735. > write /sys/class/android_usb/android0/idProduct 2d00
  736. > write /sys/class/android_usb/android0/functions $sys.usb.config
  737. > write /sys/class/android_usb/android0/enable 1
  738. > setprop sys.usb.state $sys.usb.config
  739. >
  740. > # USB accessory configuration, with adb
  741. > on property:sys.usb.config=accessory,adb
  742. > write /sys/class/android_usb/android0/enable 0
  743. > write /sys/class/android_usb/android0/idVendor 18d1
  744. > write /sys/class/android_usb/android0/idProduct 2d01
  745. > write /sys/class/android_usb/android0/functions $sys.usb.config
  746. > write /sys/class/android_usb/android0/enable 1
  747. > start adbd
  748. > setprop sys.usb.state $sys.usb.config
  749. >
  750. > # Used to set USB configuration at boot and to switch the configuration
  751. > # when changing the default configuration
  752. > on property:persist.sys.usb.config=*
  753. > setprop sys.usb.config $persist.sys.usb.config
  754. >
  755. > ## Daemon processes to be run by init.
  756. 389d729
  757. < user shell
  758. 395c735
  759. < # adbd is controlled via property triggers in init.<platform>.usb.rc
  760. ---
  761. > # adbd is controlled via property triggers in init.<platform>.usb.rc
  762. 400c740
  763. < # adbd on at boot in emulator
  764. ---
  765. > # adbd on at boot in emulator
  766. 403a744,750
  767. > # This property trigger has added to imitiate the previous behavior of "adb root".
  768. > # The adb gadget driver used to reset the USB bus when the adbd daemon exited,
  769. > # and the host side adb relied on this behavior to force it to reconnect with the
  770. > # new adbd instance after init relaunches it. So now we force the USB bus to reset
  771. > # here when adbd sets the service.adb.root property to 1. We also restart adbd here
  772. > # rather than waiting for init to notice its death and restarting it so the timing
  773. > # of USB resetting and adb restarting more closely matches the previous behavior.
  774. 416,417d762
  775. < onrestart restart surfaceflinger
  776. < onrestart restart drm
  777. 422a768
  778. > socket dir_enc_report stream 0660 root mount
  779. 428d773
  780. < socket mdns stream 0660 root system
  781. 438c783,793
  782. < group radio cache inet misc audio sdcard_rw qcom_oncrpc diag
  783. ---
  784. > group radio cache inet misc audio sdcard_rw log
  785. >
  786. > service DR-deamon /system/bin/drexe
  787. > class main
  788. > user root
  789. > group system radio inet net_raw
  790. >
  791. > service mobex-daemon /system/bin/npsmobex
  792. > class main
  793. > user system
  794. > group system inet sdcard_rw
  795. 453a809,817
  796. > # adb over network
  797. > on property:service.adb.tcp.port=5555
  798. > stop adbd
  799. > start adbd
  800. >
  801. > on property:service.adb.tcp.port=-1
  802. > stop adbd
  803. > start adbd
  804. >
  805. 457c821
  806. < group drm system inet drmrpc sdcard_r
  807. ---
  808. > group system inet drmrpc sdcard_rw media_rw radio
  809. 462c826
  810. < group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc
  811. ---
  812. > group system audio camera inet net_bt net_bt_admin
  813. 465c829
  814. < service bootanim /system/bin/bootanimation
  815. ---
  816. > service samsungani /sbin/bootanimation.sh
  817. 471a836,844
  818. > #for samsung boot sound
  819. > service playsound /system/bin/playsound
  820. > class main
  821. > user media
  822. > group system
  823. > disabled
  824. > oneshot
  825. > #for samsung boot sound
  826. >
  827. 482,483c855,856
  828. < # init.rc does not yet support applying capabilities, so run as root and
  829. < # let bluetoothd drop uid to bluetooth with the right linux capabilities
  830. ---
  831. > # init.rc does not yet support applying capabilities, so run as root and
  832. > # let bluetoothd drop uid to bluetooth with the right linux capabilities
  833. 486a860,881
  834. > # for bluetooth
  835. > service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm --no2bytes --tosleep 50000 \
  836. > --baudrate 3000000 --use_baudrate_for_download --patchram /system/bin/bcm4330B1.hcd \
  837. > --scopcm=0,0,0,0,0,0,0,3,3,0 /dev/ttySAC0
  838. > class main
  839. > user bluetooth
  840. > group bluetooth net_bt_admin
  841. > disabled
  842. > oneshot
  843. >
  844. > # for bluetooth rf test.
  845. > service bt_dut_cmd /system/bin/bcm_dut
  846. > group bluetooth net_bt_admin
  847. > disabled
  848. > oneshot
  849. >
  850. > # for bluetooth pan
  851. > service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL
  852. > class main
  853. > disabled
  854. > oneshot
  855. >
  856. 490a886,889
  857. > service flash_recovery /system/etc/install-recovery.sh
  858. > class main
  859. > oneshot
  860. >
  861. 494c893
  862. < # IKE uses UDP port 500. Racoon will setuid to vpn after binding the port.
  863. ---
  864. > # racoon will setuid to vpn after getting necessary resources.
  865. 510c909
  866. < group keystore drmrpc
  867. ---
  868. > group keystore
  869. 519c918,919
  870. < service sshd /system/bin/start-ssh
  871. ---
  872. > #for WiFi MFG(TestMode)
  873. > service mfgloader /system/bin/mfgloader
  874. 521a922
  875. > oneshot
  876. 523c924
  877. < service mdnsd /system/bin/mdnsd
  878. ---
  879. > service wlandutservice /system/bin/wlandutservice
  880. 525,527c926,927
  881. < user mdnsr
  882. < group inet net_raw
  883. < socket mdnsd stream 0660 mdnsr inet
  884. ---
  885. > user system
  886. > group wifi net_raw net_admin system inet
  887. 531,534c931,934
  888. < # adb over network
  889. < on property:service.adb.tcp.port=5555
  890. < stop adbd
  891. < start adbd
  892. ---
  893. > service macloader /system/bin/macloader
  894. > class main
  895. > oneshot
  896. > # end of wifi
  897. 536,538c936,957
  898. < on property:service.adb.tcp.port=-1
  899. < stop adbd
  900. < start adbd
  901. ---
  902. > # Vibetonz
  903. > service immvibed /system/bin/immvibed
  904. > class core
  905. > user shell
  906. > group shell
  907. > oneshot
  908. >
  909. > # TVout
  910. > service TvoutService_C /system/bin/bintvoutservice
  911. > class main
  912. > user system
  913. > group graphics
  914. >
  915. > # RTC logging daemon
  916. > service rtc_log /system/bin/sh /system/bin/rtc_log.sh
  917. > class main
  918. > user shell
  919. > group log
  920. > oneshot
  921. >
  922. > on property:sys.boot_completed=1
  923. > stop samsungani
  924. Nur in initramfs3/: init.rc.2.
  925. Nur in initramfs3/: init.samsung.
  926. diff -r lall/init.smdk4210.rc initramfs3/init.smdk4210.rc
  927. 4,13c4,5
  928. < export EXTERNAL_STORAGE /storage/sdcard0
  929. < export SECONDARY_STORAGE /storage/sdcard1
  930. < mkdir /storage 0775 system system
  931. < mkdir /storage/sdcard0 0775 system system
  932. < mkdir /storage/sdcard1 0775 system system
  933. < mkdir /storage/usbdisk0 0775 system system
  934. < mkdir /efs 0771 radio system
  935. < mkdir /preload 0771 system system
  936. < mkdir /mnt/.lfs 0755 root root
  937. <
  938. ---
  939. > export EXTERNAL_STORAGE /mnt/sdcard
  940. > mkdir /mnt/sdcard 0000 system system
  941. 15,23c7
  942. < symlink /storage/sdcard0 /sdcard
  943. < symlink /storage/sdcard0 /mnt/sdcard
  944. < symlink /storage/sdcard1 /extSdCard
  945. < symlink /storage/sdcard1 /mnt/extSdCard
  946. < symlink /storage/usbdisk0 /usbdisk0
  947. < symlink /storage/usbdisk0 /mnt/usbdisk0
  948. <
  949. < # Disable CFQ slice idle delay
  950. < write /sys/block/mmcblk0/queue/iosched/slice_idle 0
  951. ---
  952. > symlink /mnt/sdcard /sdcard
  953. 25c9
  954. < # FIXME: permissions for tvout
  955. ---
  956. > # FIXME: permissions for tvout
  957. 32c16
  958. < # FIXME: permission for HDMI audio path
  959. ---
  960. > # FIXME: permission for HDMI audio path
  961. 36,65d19
  962. < on fs
  963. < # mount ext4 partitions
  964. < mount ext4 /res/dev/system /system noatime wait
  965. <
  966. < mount tmpfs tmpfs /system/lib/modules
  967. < symlink /lib/modules/cifs.ko /system/lib/modules/cifs.ko
  968. < symlink /lib/modules/dhd.ko /system/lib/modules/dhd.ko
  969. < symlink /lib/modules/scsi_wait_scan.ko /system/lib/modules/scsi_wait_scan.ko
  970. < symlink /lib/modules/Si4709_driver.ko /system/lib/modules/Si4709_driver.ko
  971. <
  972. < # Check and mount /cache
  973. < exec sfsck /res/dev/cache ext4
  974. < mount ext4 /res/dev/cache /cache nosuid nodev noatime wait rw
  975. <
  976. < # Check and mount /data
  977. < exec sfsck /res/dev/data ext4
  978. < mount ext4 /res/dev/data /data nosuid nodev noatime wait noauto_da_alloc rw
  979. <
  980. < mount ext4 /dev/block/mmcblk0p1 /efs nosuid nodev noatime wait
  981. < mkdir /efs/bluetooth
  982. < mkdir /efs/wifi
  983. < chown radio system /efs/bluetooth
  984. < chown radio system /efs/wifi
  985. < chmod 0775 /efs/bluetooth
  986. < chmod 0775 /efs/wifi
  987. <
  988. < mkdir /data/misc/vpn/profiles 0770 system system
  989. < mkdir /data/misc/radio 0775 radio system
  990. < chmod 0770 /data/misc/wifi
  991. <
  992. 67,72c21
  993. < # insmod kernel modules
  994. < insmod /system/lib/modules/j4fs.ko
  995. < insmod /system/lib/modules/Si4709_driver.ko
  996. <
  997. < # mount param.lfs
  998. < mount j4fs /dev/block/mmcblk0p4 /mnt/.lfs
  999. ---
  1000. > # insmod kernel modules
  1001. 74,77c23
  1002. < # MDNS
  1003. < socket mdns stream 0660 root system
  1004. <
  1005. < # GPS
  1006. ---
  1007. > # GPS
  1008. 87c33
  1009. < # give system access to wpa_supplicant.conf for backup and restore
  1010. ---
  1011. > # give system access to wpa_supplicant.conf for backup and restore
  1012. 95,125c41,47
  1013. < #DRM directory creation
  1014. < mkdir /system/etc/security/.drm 0775
  1015. < chown root root /system/etc/security/.drm
  1016. < chmod 0775 /system/etc/security/.drm
  1017. <
  1018. < # Added for Playready DRM Support
  1019. < mkdir /data/data/.drm 0775
  1020. < chown drm system /data/data/.drm
  1021. < chmod 0775 /data/data/.drm
  1022. < mkdir /data/data/.drm/.playready 0775
  1023. < chown drm system /data/data/.drm/.playready
  1024. < chmod 0775 /data/data/.drm/.playready
  1025. <
  1026. < #Added drm folder to copy drm plugins
  1027. < mkdir /system/lib/drm 0775
  1028. < chown root root /system/lib/drm
  1029. < chmod 0775 /system/lib/drm
  1030. <
  1031. < # DivX DRM
  1032. < mkdir /efs/.files 0775
  1033. < mkdir /efs/.files/.dx1 0775
  1034. < mkdir /efs/.files/.dm33 0775
  1035. < mkdir /efs/.files/.mp301 0775
  1036. < chown media system /efs/.files/.dx1
  1037. < chown media system /efs/.files/.dm33
  1038. < chown media system /efs/.files/.mp301
  1039. < chmod 0775 /efs/.files/.dx1
  1040. < chmod 0775 /efs/.files/.dm33
  1041. < chmod 0775 /efs/.files/.mp301
  1042. <
  1043. < # MTP Device permission.
  1044. ---
  1045. > on boot
  1046. > chown system system /sys/class/backlight/pwm-backlight/brightness
  1047. > chmod 0660 /sys/class/backlight/pwm-backlight/brightness
  1048. > chown radio system /sys/devices/virtual/misc/melfas_touchkey/brightness
  1049. > chmod 0660 /sys/devices/virtual/misc/melfas_touchkey/brightness
  1050. >
  1051. > # MTP Device permission.
  1052. 129c51
  1053. < # terminal mode
  1054. ---
  1055. > # terminal mode
  1056. 133c55
  1057. < # NFC
  1058. ---
  1059. > # NFC
  1060. 138c60
  1061. < # setup for alsa snd device
  1062. ---
  1063. > # setup for alsa snd device
  1064. 145,300c67
  1065. < # Permission for MHL
  1066. < chown system radio /sys/class/mhl/test_result
  1067. <
  1068. < # create log system
  1069. < mkdir /data/log 0775 system log
  1070. < mkdir /data/anr 0775 system log
  1071. < chown system log /data/log
  1072. < chown system log /data/anr
  1073. <
  1074. < chmod 0775 /data/log
  1075. < chmod 0775 /data/anr
  1076. <
  1077. < chmod 0662 /dev/log/radio
  1078. < chmod 0662 /dev/log/main
  1079. < chmod 0662 /dev/log/event
  1080. <
  1081. < # panorama directory creation
  1082. < mkdir /data/pxtmpdir 0775
  1083. < chown system system /data/pxtmpdir
  1084. < chmod 0775 /data/pxtmpdir
  1085. <
  1086. < # permission for HDMI audio path
  1087. < chown media audio /sys/class/hdmi_audio/hdmi_audio/hdmi_audio_set_ext
  1088. <
  1089. < # Permissions for gpio_keys.
  1090. < chown system radio /sys/class/sec/sec_key/wakeup_keys
  1091. < write /sys/class/sec/sec_key/wakeup_keys 102,116
  1092. <
  1093. < # Add permission for ATM. 2010.03.20
  1094. < chown system radio /sys/devices/platform/i2c-gpio.9/i2c-9/9-0036/power_supply/fuelgauge/fg_read_soc
  1095. < chown system radio /sys/devices/platform/i2c-gpio.9/i2c-9/9-0036/power_supply/fuelgauge/fg_reset_soc
  1096. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_lpm_state
  1097. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/fg_psoc
  1098. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/system_rev
  1099. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_current_adc
  1100. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_test_value
  1101. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_adc_spec
  1102. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_check
  1103. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_full_check
  1104. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_type
  1105. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/mp3
  1106. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/video
  1107. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_lp_charging
  1108. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/charging_source
  1109. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_adc_avg
  1110. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp_adc
  1111. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_temp
  1112. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_vfocv
  1113. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_soc
  1114. < chown system radio /sys/devices/platform/sec-battery/power_supply/battery/batt_vol
  1115. <
  1116. < chown system system /sys/class/backlight/panel/brightness
  1117. < chown system system /sys/class/power_supply/battery/temp
  1118. <
  1119. < # Permissions for input devices
  1120. < chown system radio /sys/devices/virtual/sec/sec_key/sec_key_pressed
  1121. < chown system radio /sys/devices/virtual/sec/sec_touchkey/enable_disable
  1122. < chown system radio /sys/devices/virtual/sec/sec_touchkey/force_disable
  1123. < chown system radio /sys/devices/virtual/sec/sec_touchkey/recommended_version
  1124. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touch_sensitivity
  1125. < chown system radio /sys/devices/virtual/sec/sec_touchkey/brightness
  1126. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_brightness
  1127. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_back
  1128. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_menu
  1129. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_version_panel
  1130. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_version_phone
  1131. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_update_status
  1132. < chown system radio /sys/devices/virtual/sec/sec_touchkey/touchkey_firm_update
  1133. < chown system radio /sys/devices/virtual/sec/sec_touchkey/updated_version
  1134. < chown system radio /sys/devices/virtual/sec/sec_touchkey/led_timeout
  1135. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_firm_version
  1136. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_threshould
  1137. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_all_delta
  1138. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_all_refer
  1139. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta4
  1140. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer4
  1141. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta3
  1142. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer3
  1143. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta2
  1144. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer2
  1145. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta1
  1146. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer1
  1147. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_delta0
  1148. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_refer0
  1149. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/disp_all_deltadata
  1150. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/disp_all_refdata
  1151. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_module_off
  1152. < chown system radio /sys/devices/virtual/sec/tsp_noise_test/set_module_on
  1153. < chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_version_panel
  1154. < chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_version_phone
  1155. < chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_update_status
  1156. < chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_firm_update
  1157. < chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_threshold
  1158. < chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_config_version
  1159. < chown system radio /sys/devices/virtual/sec/sec_touchscreen/tsp_touchtype
  1160. <
  1161. < # Permissions for bluetooth
  1162. < setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr"
  1163. < chown bluetooth bluetooth ro.bt.bdaddr_path
  1164. < chown bluetooth bluetooth /dev/ttySAC0
  1165. < chmod 0600 /dev/ttySAC0
  1166. < chmod 0660 /sys/class/rfkill/rfkill0/state
  1167. < chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state
  1168. < chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type
  1169. <
  1170. < # Vibetonz
  1171. < chmod 0660 /dev/tspdrv
  1172. < chown root shell /dev/tspdrv
  1173. < chmod 0660 /sys/vibrator/pwm_val
  1174. < chown system system /sys/vibrator/pwm_val
  1175. <
  1176. < # Permissions for LCD
  1177. < chown system radio /sys/class/lcd/panel/lcd_power
  1178. < chown system radio /sys/class/lcd/panel/lcd_type
  1179. < chown system media_rw /sys/class/lcd/panel/gamma_mode
  1180. < chown system media_rw /sys/class/lcd/panel/power_reduce
  1181. < chown system system /sys/class/backlight/panel/auto_brightness
  1182. <
  1183. < # Permissions for mDNIe
  1184. < chown system media_rw /sys/class/mdnie/mdnie/mode
  1185. < chown system media_rw /sys/class/mdnie/mdnie/outdoor
  1186. < chown system media_rw /sys/class/mdnie/mdnie/scenario
  1187. < chown system media_rw /sys/class/mdnie/mdnie/negative
  1188. < write /sys/class/mdnie/mdnie/scenario 4
  1189. <
  1190. < # Permissions for uart_sel and usb_sel
  1191. < chown system radio /sys/class/sec/switch/uart_sel/value
  1192. < chown system radio /sys/class/sec/switch/usb_sel
  1193. < chown system radio /sys/class/sec/switch/audio_path
  1194. < chown system radio /sys/class/sec/switch/otg_test
  1195. < chown system radio /sys/class/sec/switch/adc_debounce_time
  1196. < chown system radio /sys/class/sec/switch/status
  1197. < chown system radio /sys/class/sec/switch/adc
  1198. < chown system radio /mnt/.lfs/sw_sel
  1199. <
  1200. < # Permissions for OTG Test
  1201. < chown system radio /sys/class/host_notify/usb_otg/booster
  1202. < chmod 0664 /sys/class/host_notify/usb_otg/booster
  1203. <
  1204. < # Permission for radio
  1205. < chown system radio /sys/devices/platform/s5p-ehci/ehci_power
  1206. < chown system radio /sys/devices/platform/s5p-ehci/ehci_runtime
  1207. < chown system radio /sys/devices/virtual/misc/multipdp/waketime
  1208. <
  1209. < # for datarouter
  1210. < chown system system /dev/dun
  1211. < chown system system /dev/ttyGS0
  1212. < chown system system /dev/ttyGS1
  1213. < chown system system /dev/ttyGS2
  1214. < chown system system /dev/ttyGS3
  1215. <
  1216. < # DVFS - cpufreq ondemand
  1217. < write /sys/devices/system/cpu/cpufreq/ondemand/down_differential 5
  1218. < write /sys/devices/system/cpu/cpufreq/ondemand/up_threshold 85
  1219. <
  1220. < #panorama directory creation
  1221. ---
  1222. > #panorama directory creation
  1223. 305,311c72
  1224. < # backlight permissions
  1225. < chown system system /sys/class/backlight/pwm-backlight/brightness
  1226. < chmod 0660 /sys/class/backlight/pwm-backlight/brightness
  1227. < chown radio system /sys/devices/virtual/misc/melfas_touchkey/brightness
  1228. < chmod 0660 /sys/devices/virtual/misc/melfas_touchkey/brightness
  1229. <
  1230. < # Permissions for dvfs lock
  1231. ---
  1232. > # Permissions for dvfs lock
  1233. 320c81
  1234. < # Permisions for sensors
  1235. ---
  1236. > # Permisions for sensors
  1237. 327,329d87
  1238. < # for device encryption
  1239. < setprop vold.post_fs_data_done 1
  1240. <
  1241. 332,333c90
  1242. < # setprop ro.build.product GT-I9100
  1243. < # setprop ro.product.device GT-I9100
  1244. ---
  1245. >
  1246. 336c93
  1247. < # permissions for NFC
  1248. ---
  1249. > # permissions for NFC
  1250. 341c98
  1251. < # Device Encryption by B2B Security Lab.
  1252. ---
  1253. > # Device Encryption by B2B Security Lab.
  1254. 344c101
  1255. < # fake some battery state
  1256. ---
  1257. > # fake some battery state
  1258. 350c107
  1259. < service mdnsd /system/bin/mdnsd
  1260. ---
  1261. > service notified_event /system/bin/notified_event
  1262. 352,355c109,115
  1263. < user mdnsr
  1264. < group inet net_raw
  1265. < socket mdnsd stream 0660 mdnsr inet
  1266. < disabled
  1267. ---
  1268. > user system
  1269. > group system
  1270. > socket notified_event stream 0660 root system
  1271. >
  1272. > service tscald /system/bin/tscald /data/data/com.samsung.app.sec_tscal/cal.conf /sys/devices/platform/s3c64xx-ts/set_tscal
  1273. > user root
  1274. > group root
  1275. 358,363c118,123
  1276. < service p2p_supplicant /system/bin/wpa_supplicant \
  1277. < -Dnl80211 -iwlan0 -puse_p2p_group_interface=1 -c/data/misc/wifi/wpa_supplicant.conf -e/data/misc/wifi/entropy.bin
  1278. < # we will start as root and wpa_supplicant will switch to user wifi
  1279. < # after setting up the capabilities required for WEXT
  1280. < # user wifi
  1281. < # group wifi inet keystore
  1282. ---
  1283. > service wpa_supplicant /system/bin/wpa_supplicant \
  1284. > -Dnl80211 -puse_p2p_group_interface=1 -e/data/misc/wifi/entropy.bin
  1285. > # we will start as root and wpa_supplicant will switch to user wifi
  1286. > # after setting up the capabilities required for WEXT
  1287. > # user wifi
  1288. > # group wifi inet keystore
  1289. 365c125
  1290. < socket wpa_wlan0 dgram 660 wifi wifi
  1291. ---
  1292. > socket wpa_wlan0 dgram 0660 wifi wifi
  1293. 369,376c129,136
  1294. < service wpa_supplicant /system/bin/wpa_supplicant \
  1295. < -Dnl80211 -iwlan0 -puse_p2p_group_interface=1 -c/data/misc/wifi/wpa_supplicant.conf -e/data/misc/wifi/entropy.bin
  1296. < # we will start as root and wpa_supplicant will switch to user wifi
  1297. < # after setting up the capabilities required for WEXT
  1298. < # user wifi
  1299. < # group wifi inet keystore
  1300. < class main
  1301. < socket wpa_wlan0 dgram 660 wifi wifi
  1302. ---
  1303. > #for WiFi MFG(TestMode)
  1304. > service mfgloader /system/bin/mfgloader
  1305. > disabled
  1306. > oneshot
  1307. >
  1308. > service wlandutservice /system/bin/wlandutservice
  1309. > user system
  1310. > group wifi net_raw net_admin system inet
  1311. 379a140,143
  1312. > service macloader /system/bin/macloader
  1313. > oneshot
  1314. > # end of wifi
  1315. >
  1316. 400,403c164,165
  1317. < # for bluetooth
  1318. < service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm --no2bytes --tosleep 50000 \
  1319. < --baudrate 3000000 --use_baudrate_for_download --patchram /system/bin/bcm4330B1.hcd \
  1320. < --scopcm=0,0,0,0,0,0,0,3,3,0 /dev/ttySAC0
  1321. ---
  1322. > # for bluetooth pan
  1323. > service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL
  1324. 405,406d166
  1325. < user bluetooth
  1326. < group bluetooth net_bt_admin
  1327. 410c170
  1328. < # bluetooth mac address
  1329. ---
  1330. > # bluetooth mac address
  1331. 417c177
  1332. < # TVout
  1333. ---
  1334. > # TVout
  1335. 419,424d178
  1336. < class main
  1337. < user system
  1338. < group graphics
  1339. <
  1340. < # bugreport is triggered by holding down volume down, volume up and power
  1341. < service bugreport /system/bin/bugmailer.sh -v
  1342. 426,428c180,181
  1343. < disabled
  1344. < oneshot
  1345. < keycodes 114 115 116
  1346. ---
  1347. > user system
  1348. > group graphics
  1349. Nur in lall/: init.smdk4210.rc.2.
  1350. diff -r lall/init.smdk4210.usb.rc initramfs3/init.smdk4210.usb.rc
  1351. 2c2
  1352. < write /sys/class/android_usb/android0/iSerial ${ro.serialno}
  1353. ---
  1354. > write /sys/class/android_usb/android0/iSerial $ro.serialno
  1355. 8,10c8,10
  1356. < write /sys/class/android_usb/android0/iManufacturer ${ro.manufacturer}
  1357. < write /sys/class/android_usb/android0/iProduct ${ro.model}
  1358. < write /sys/class/android_usb/android0/iSerial ${ro.serialno}
  1359. ---
  1360. > write /sys/class/android_usb/android0/iManufacturer $ro.manufacturer
  1361. > write /sys/class/android_usb/android0/iProduct $ro.model
  1362. > write /sys/class/android_usb/android0/iSerial $ro.serialno
  1363. 17c17
  1364. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1365. ---
  1366. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1367. 19c19
  1368. < setprop sys.usb.state ${sys.usb.config}
  1369. ---
  1370. > setprop sys.usb.state $sys.usb.config
  1371. 25c25
  1372. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1373. ---
  1374. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1375. 28c28
  1376. < setprop sys.usb.state ${sys.usb.config}
  1377. ---
  1378. > setprop sys.usb.state $sys.usb.config
  1379. 34c34
  1380. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1381. ---
  1382. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1383. 37c37
  1384. < setprop sys.usb.state ${sys.usb.config}
  1385. ---
  1386. > setprop sys.usb.state $sys.usb.config
  1387. 43c43
  1388. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1389. ---
  1390. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1391. 47c47
  1392. < setprop sys.usb.state ${sys.usb.config}
  1393. ---
  1394. > setprop sys.usb.state $sys.usb.config
  1395. 53c53
  1396. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1397. ---
  1398. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1399. 55c55
  1400. < setprop sys.usb.state ${sys.usb.config}
  1401. ---
  1402. > setprop sys.usb.state $sys.usb.config
  1403. 61c61
  1404. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1405. ---
  1406. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1407. 64c64
  1408. < setprop sys.usb.state ${sys.usb.config}
  1409. ---
  1410. > setprop sys.usb.state $sys.usb.config
  1411. 70c70
  1412. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1413. ---
  1414. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1415. 72c72
  1416. < setprop sys.usb.state ${sys.usb.config}
  1417. ---
  1418. > setprop sys.usb.state $sys.usb.config
  1419. 78c78
  1420. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1421. ---
  1422. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1423. 80c80
  1424. < setprop sys.usb.state ${sys.usb.config}
  1425. ---
  1426. > setprop sys.usb.state $sys.usb.config
  1427. 86c86
  1428. < write /sys/class/android_usb/android0/functions ${sys.usb.config}
  1429. ---
  1430. > write /sys/class/android_usb/android0/functions $sys.usb.config
  1431. 89c89
  1432. < setprop sys.usb.state ${sys.usb.config}
  1433. ---
  1434. > setprop sys.usb.state $sys.usb.config
  1435. Nur in lall/: init.trace.rc.
  1436. Nur in lall/: init.usb.rc.
  1437. Nur in initramfs3/: lib.
  1438. diff -r lall/lpm.rc initramfs3/lpm.rc
  1439. 23c23
  1440. < write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor powersave
  1441. ---
  1442. > write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor conservative
  1443. Nur in initramfs3/: mnt.
  1444. Nur in initramfs3/: preload.
  1445. Nur in initramfs3/: proc.
  1446. diff -r lall/recovery.rc initramfs3/recovery.rc
  1447. 8,9d7
  1448. < export ANDROID_CACHE /cache
  1449. < export SECONDARY_STORAGE /emmc
  1450. 12c10
  1451. < # symlink /system/etc /etc
  1452. ---
  1453. > #symlink /system/etc /etc
  1454. 15c13
  1455. < mkdir /usbdisk
  1456. ---
  1457. > mkdir /sdcard1
  1458. 22,26c20,21
  1459. < on fs
  1460. < mount ext4 /dev/block/mmcblk0p9 /system noatime wait
  1461. <
  1462. < # mkdir /efs
  1463. < # mount ext4 /dev/block/mmcblk0p1 /efs nosuid nodev noatime wait
  1464. ---
  1465. > # mkdir /efs
  1466. > # mount ext4 /dev/block/mmcblk0p1 /efs nosuid nodev noatime wait
  1467. 35,40d29
  1468. < # Permissions for mDNIe
  1469. < chown system media_rw /sys/class/mdnie/mdnie/mode
  1470. < chown system media_rw /sys/class/mdnie/mdnie/outdoor
  1471. < chown system media_rw /sys/class/mdnie/mdnie/scenario
  1472. < write /sys/class/mdnie/mdnie/scenario 4
  1473. <
  1474. 44d32
  1475. <
  1476. 55a44
  1477. > # In recovery, always run adbd as root.
  1478. 62,64c51,53
  1479. < write /sys/class/android_usb/android0/iManufacturer ${ro.product.manufacturer}
  1480. < write /sys/class/android_usb/android0/iProduct ${ro.product.model}
  1481. < write /sys/class/android_usb/android0/iSerial ${ro.serialno}
  1482. ---
  1483. > write /sys/class/android_usb/android0/iManufacturer $ro.product.manufacturer
  1484. > write /sys/class/android_usb/android0/iProduct $ro.product.model
  1485. > write /sys/class/android_usb/android0/iSerial $ro.serialno
  1486. Nur in initramfs3/: res.
  1487. Nur in initramfs3/: sbin.
  1488. Nur in initramfs3/: sys.
  1489. Nur in initramfs3/: system.
  1490. Nur in initramfs3/: tmp.
  1491. diff -r lall/ueventd.rc initramfs3/ueventd.rc
  1492. 73a74
  1493. > /dev/usb/lp* 0660 system usb
  1494. diff -r lall/ueventd.smdk4210.rc initramfs3/ueventd.smdk4210.rc
  1495. 24c24
  1496. < /dev/input/* 0660 root input
  1497. ---
  1498. > /dev/input/* 0666 root input
  1499. 33c33,35
  1500. < /dev/rfkill 0666 root root
  1501. ---
  1502. > /dev/rfkill 0666 root system
  1503. > /dev/ttySAC* 0660 root system
  1504. >
  1505. Nur in initramfs3/: update-hosts.sh.
  1506. Nur in initramfs3/: update.sh.
  1507. Nur in initramfs3/: update-voku.sh.
  1508. Nur in initramfs3/: vendor.
Add Comment
Please, Sign In to add comment