GithubHelp home page GithubHelp logo

ffos-config's Introduction

firefoxos

notes and work on firefoxos

flame info

https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame

reboot in recovery mode

press power button + volume up button

bugzilla

adb devices empty on os 2.0

https://bugzilla.mozilla.org/show_bug.cgi?id=1060427

ok on 2.1, unresponsive on 2.0 (update, now fixed)

adb

adb devices
adb kill-server

or add to alias

flushadb="adb kill-server && adb start-server"

port forward

adb forward tcp:6000 tcp:6000

fixing adb

http://stackoverflow.com/questions/7135999/adb-not-finding-my-device-phone-macos-x

If you need adb back for any reason (like, reflashing the 2.1 to have it working again in normal condition) you can reboot in recovery mode, do a factory reset (I'm not sure this step it's actually required) and when you reboot after that, type this on your linux console:

adb wait-for-device && adb root && adb wait-for-device && adb shell stop b2g

this way you can use adb to shallow flash another version of b2g.

irc

https://groups.google.com/forum/#!forum/mozilla.dev.b2g

https://groups.google.com/forum/#!topic/mozilla.mozillians/gzekUpLo0MU

tcp

https://wiki.mozilla.org/FirefoxOS/TCP/Flashing_the_Flatfish_bootloader

firefoxos wiki

https://wiki.mozilla.org/FirefoxOS

installing

http://kaustavdm.in/2014/08/connect-firefox-os-spreadtrum-device-adb.html https://developer.mozilla.org/en-US/Firefox_OS/Installing_on_a_mobile_device

ffos-config's People

Contributors

johnantoni avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.