Media/WebRTC/Peak

From MozillaWiki
Jump to navigation Jump to search

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