Perhaps - the '#' suggests root, but I know my adb shell doesn't start as root and I've been burned before with this same issue because of that. Trying it doesn't hurt. If that's not it I don't know why setprop isn't working.
R On Wed, Aug 18, 2010 at 10:55 AM, Deva R <[email protected]> wrote: > >try 'su' first > Isnt this android console terminal, by default have root access? > > >How to make this to set the value? > Not sure whats wrong, btw tried on my froyo setup, it worked like below > just after boot., > > # getprop net.eth0.dns1 > > # setprop net.eth0.dns1 9 > # getprop net.eth0.dns1 > 9 > # > # > > > On Wed, Aug 18, 2010 at 8:32 PM, Robert Greenwalt > <[email protected]>wrote: > >> try 'su' first >> >> R >> >> >> On Wed, Aug 18, 2010 at 6:56 AM, guru <[email protected]> wrote: >> >>> Hi all >>> >>> >>> I am trying to set system property so some value. like >>> >>> # setprop net.eth0.dns1 9 >>> # getprop net.eth0.dns1 >>> >>> # >>> >>> if i follow above steps it is not setting system property. what may be >>> the reason for this? >>> >>> How to make this to set the value? >>> >>> Thanks >>> Gururaja >>> >>> -- >>> unsubscribe: >>> [email protected]<android-porting%[email protected]> >>> website: http://groups.google.com/group/android-porting >>> >> >> -- >> unsubscribe: >> [email protected]<android-porting%[email protected]> >> website: http://groups.google.com/group/android-porting >> > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
