Closed Bug 893712 Opened 12 years ago Closed 10 years ago

consumer non rooted variant

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: pancake, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release) Build ID: 20130625091652 Steps to reproduce: VARIANT=user BRANCH=master ./config.sh peak ./build.sh -j 20 sudo ./flash.sh adb shell Actual results: got root shell Expected results: got 'shell' prompt (non-rooted)
Problem is that /default.prop has ro.secure=0 which is set by boot.img ramdisk and cant be overriden by any other property file. A temporal workaround for testing purposes consists in running 'setpropx' tool like this: $ setpropx ro.secure 1 $ stop adbd ... open developer settings in preferences app and enable adb again ... $ adb shell fxos-shell $ # note that this time we are not root anymore
this is an out of date bug, the currently lowest supported gecko version is 32, also there are now developer images of 2.0 and onwards that are supported at https://developer.mozilla.org/en-US/Firefox_OS/Phone_guide/Flame/Updating_your_Flame. Marking as invalid
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.