Hi Jose, ----- Original Message ----- > From: "Jose Vidal" <[email protected]> > To: "Dave Hylands" <[email protected]> > Cc: [email protected] > Sent: Monday, March 31, 2014 4:10:32 PM > Subject: Re: [b2g] How to authorize adb service from boot > > Hi Dave, > > Do you have reason.
Seems totally counterintuitive to me. You'd probably need to debug adbd (or add a bunch of prints/log statments) to figure out what its really doing. > I changed in init.rc file > > # Enable adb security for JB4.2.2 > setprop ro.adb.secure 0 > > by > > # Enable adb security for JB4.2.2 > setprop ro.adb.secure 1 > > Now, I can to access from adb > > $ adb shell This looks like a shell user shell. What you really want is a root user shell (which will have a # prompt). There may be rules in the init.rc (or other .rc files) which are starting adb when ro.adb.secure is set to 1? Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
