Talk:Firefox OS/TCP/Patching: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Lakrits moved page Talk:FirefoxOS/TCP/Patching to Talk:Firefox OS/TCP/Patching: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of its name is consistent with th...)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:


Brion - you should raise the issue over on [https://discourse.mozilla-community.org/category/tablet-contributor-program discourse TCP] where we discuss things. The wiki is for distill wisdom rather than ongoing discussions so can you move the above over to there too? [[User:SteveLee|SteveLee]] ([[User talk:SteveLee|talk]])
Brion - you should raise the issue over on [https://discourse.mozilla-community.org/category/tablet-contributor-program discourse TCP] where we discuss things. The wiki is for distill wisdom rather than ongoing discussions so can you move the above over to there too? [[User:SteveLee|SteveLee]] ([[User talk:SteveLee|talk]])
:I got a build working today, had to add a second line to my udev rules in the Linux VM:
::<code>SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"</code>
::<code>SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"</code>
:It seems the boot loader reports a different vendor ID from the tablet when it's booted up! --[[User:Brion Vibber|Brion Vibber]] ([[User talk:Brion Vibber|talk]]) 08:21, 24 June 2014 (PDT)

Latest revision as of 14:11, 1 February 2015

Need to review those WIP bugs. (SteveLee (talk))

Problems flashing

I'm having trouble flashing my flatfish after a build per the instructions here. I'm running in an Ubuntu 13.10 VM in Parallels on a Mac, which I've used to make working B2G builds for ZTE Open and Nexus 4 in the past.

'adb devices' shows the Flatfish device, then running './flash.sh' reboots it -- the device sticks on the 'Firefox OS Contribution Program' boot screen and the terminal sits on '<waiting for device>'.

The device's name in the USB devices sharing list in Parallels also switches from "Flatfish' to 'High Tech Computer - Vendor Specific' during this time, which seems odd.

Rebooting the device boots back up to the version of Firefox OS that it shipped with, with no apparent changes.

Any ideas? Thanks! --Brion Vibber (talk) 10:43, 16 May 2014 (PDT)

Brion - you should raise the issue over on discourse TCP where we discuss things. The wiki is for distill wisdom rather than ongoing discussions so can you move the above over to there too? SteveLee (talk)

I got a build working today, had to add a second line to my udev rules in the Linux VM:
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
It seems the boot loader reports a different vendor ID from the tablet when it's booted up! --Brion Vibber (talk) 08:21, 24 June 2014 (PDT)