Changes

Jump to: navigation, search

B2G/QA/Tips And Tricks

801 bytes added, 23:35, 18 June 2013
m
B2G Tips Tricks
#. Why we use it : http://en.wikipedia.org/wiki/D-Bus
#. example and instructions from : {{Bug|828860}}
 
== Swapping out a rooted boot.img into a unrooted device ==
Partner production builds often come with unrooted access. You can follow these steps if you have a special rooted boot image from the partner.
 
* Pre-setup: receive a rooted boot.img from the partner. This usually means root=true.
 
'''Buri Device'''
start up in normal adb mode.
$ adb reboot bootloader //enter into fastboot. you should see a White splashscreen
$ fastboot flash boot boot_rooted.img //flash the boot_rooted.img onto the boot partition
sending 'boot' (4506 KB)...
OKAY [ 0.410s]
writing 'boot'...
OKAY [ 0.727s]
finished. total time: 1.137s
$ fastboot reboot //reboot the image
$ adb shell
root@android:/ #
 
cmd line prompt "root@android:/ #" means you're in rooted mode.
= Scripts =
Confirm
6,361
edits

Navigation menu