All pastes #2055259 Raw Edit

Miscellany

public text v1 · immutable
#2055259 ·published 2011-05-08 11:11 UTC
rendered paste body
1.8.3/CG56.img-ramdisk$ diff init.rc ../../2.1.1/CG56.img-ramdisk/init.rc
699a700,715
> # atvc stuff
> # Define Motorola DBVC ATVC Property defaults (failsafe properties)
> 	setprop ro.sys.atvc_allow_netmon_usb 0
> 	setprop ro.sys.atvc_allow_netmon_ih 0
> 	setprop ro.sys.atvc_allow_res_core 0
> 	setprop ro.sys.atvc_allow_res_panic 0
> 	setprop ro.sys.atvc_allow_all_adb 0
> 	setprop ro.sys.atvc_allow_all_core 0
> 	setprop ro.sys.atvc_allow_efem 0
> 	setprop ro.sys.atvc_allow_bp_log 0
> 	setprop ro.sys.atvc_allow_ap_mot_log 0
> 	setprop ro.sys.atvc_allow_gki_log 0
> 
> 	mkdir /data/atvc 0775 system shell
> 	chown system shell /data/atvc
> 
915a932,951
> # The following services are added by moto
> 
> # Set property strings for ATVC logging
> # This conditionally sets :
> # ro.sys.atvc_allow_bp_log
> # ro.sys.atvc_allow_gki_log
> # ro.sys.atvc_allow_ap_mot_log
> # ro.sys.atvc_allow_all_core
> # ro.sys.atvc_allow_res_core
> # ro.sys.atvc_allow_res_panic
> # ro.sys.atvc_allow_efem
> # ro.sys.atvc_allow_netmon_usb
> # ro.sys.atvc_allow_netmon_ih
> # ro.sys.atvc_allow_all_adb
> service atvc /system/bin/dbvc_atvc_property_set
> 	class pre-zygote_services
> 	user system
> 	group system
> 	oneshot
>