Closed
Bug 772237
Opened 13 years ago
Closed 12 years ago
the B2G emulator works only the first time after building it
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mihneadb, Unassigned)
Details
Attachments
(1 file)
10.68 KB,
text/plain
|
Details |
Steps to reproduce:
$ #clone the B2G repo from github
$ ./config.sh emulator
$ cd gecko
$ git remote add mozilla git://github.com/mozilla/mozilla-central.git
$ git fetch mozilla
$ git checkout -b mozilla_master --track mozilla/master
$ ./build.sh
$ ./run-emulator.sh
# the emulator works fine
# close it
# run it again
$ ./run-emulator.sh
# now it hangs on the black screen with "Searching..." on top
Reporter | ||
Comment 1•13 years ago
|
||
I was able to reproduce this also on Linux.
Comment 2•12 years ago
|
||
I had same problem before, but emulator now works every time. Please don't hesitate to re-open if you still bump into it.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•