Media/WebRTC/Peak: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Notes on getting WebRTC Working on a Peak == Here are some ad hoc notes on how to get WebRTC working on a peak as of June 21, 2013. Hopefully this will be unnecessary soon.") |
|||
Line 4: | Line 4: | ||
Hopefully this will be unnecessary soon. | Hopefully this will be unnecessary soon. | ||
* Turn on developer mode on the peak so that adb can copy stuff. I believe: (Device Information >More Information > Developer > Console Enabled) | |||
* You will need a backup directory of the Peak's system directory. e.g. | |||
mkdir ${B2G}/backup-peak | |||
adb pull /system ${B2G}/backup-peak/system |
Revision as of 14:25, 21 June 2013
Notes on getting WebRTC Working on a Peak
Here are some ad hoc notes on how to get WebRTC working on a peak as of June 21, 2013.
Hopefully this will be unnecessary soon.
- Turn on developer mode on the peak so that adb can copy stuff. I believe: (Device Information >More Information > Developer > Console Enabled)
- You will need a backup directory of the Peak's system directory. e.g.
mkdir ${B2G}/backup-peak adb pull /system ${B2G}/backup-peak/system