hi,
You could use:

on
 on property:ro.debuggable=0
      stop console
setprop ro.debuggable 0

regards


On Dec 22, 3:39 am, steeldusk <[email protected]> wrote:
> hi,
>
> I am having a trouble stopping console service in init.rc. it's
> controlled by ro.debuggable property value and it is set to 1 by
> default.prop. I know I can just change the value by modifying
> default.prop but for my own reason I need to leave default.prop
> untouched and stop console(bin\sh) in init.rc or init.hardware.rc
> I tried things like,
>
> on boot
>     setprop ro.debuggable 0
>     stop console
>
> but they didn't work. :(
> am I doing this totally wrong?  some help would be really really
> great
> thanks ; )

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to