Confirmed users
964
edits
No edit summary |
|||
Line 1: | Line 1: | ||
===Overview=== | ===Overview=== | ||
Quick and dirty crash course on using a b2g phone for QA | |||
===The Build=== | ===The Build=== | ||
Line 5: | Line 6: | ||
** white ZTE: unagi | ** white ZTE: unagi | ||
** black ZTE: inari | ** black ZTE: inari | ||
* Builds | |||
** User | |||
** Eng builds | |||
* Where to log bugs? | * Where to log bugs? | ||
* What version am I on: | * What version am I on: | ||
**Generally use the build SHA in Settings > About phone > advanced | **Generally use the build SHA in Settings > About phone > advanced | ||
===Running Tests=== | |||
If you're on the eng build, there are unit tests scripts on device | |||
===Debugging=== | ===Debugging=== | ||
Line 26: | Line 32: | ||
how to push a pref: | how to push a pref: | ||
* ./adb push pref("toolkit.identity.debug", true); | * ./adb push pref("toolkit.identity.debug", true); | ||
===Tips and Tricks=== | |||
* Screenshot | |||
** press home and power button | |||
* Kill process on phone | |||
** long press home, swipe card/app window up | |||
===Glossary=== | |||
* Trusted/Native UI | |||
** Phone specific window that hosts a whitelist of URLs/Apps such as marketplace and persona/sign in. |