Closed
Bug 781180
Opened 13 years ago
Closed 13 years ago
Get preliminary b2g pandaboard support
Categories
(Testing Graveyard :: Eideticker, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdas, Unassigned)
References
Details
Attachments
(1 file)
9.19 KB,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
We have no gesture capture support for the panda yet, due to 781039, so I've uploaded a patch that enables us to run the simple clock test on the panda
Attachment #650119 -
Flags: review?(wlachance)
Comment 1•13 years ago
|
||
Comment on attachment 650119 [details] [diff] [review]
patch v0.1
On the whole I really like your approach here. Just two minor things:
1. Could you change the documentation at the head of the documentation to note that B2G is now experimentally supported (as well as Android) and also the sections on console and dashboard mode to note that B2G support for these modes is not yet finished.
I know this sounds nitpicky but I am really trying to keep the documentation to Eideticker comprehensive and up-to-date.
diff --git a/README.md b/README.md
index b3a46e6..6b5373e 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,10 @@ ip address of your phone, then set the following environment variables:
export DM_TRANS=sut
export TEST_DEVICE=<device ip of phone>
+If you are using a B2G pandaboard with adb, then you'll need sudo privileges for adb:
+
+ adb kill-server
+ sudo adb start-server
#### Console Mode
Console mode is meant for internal profiling. You run a program
2. Really minor nit:
@@ -142,7 +153,7 @@ def main(args=sys.argv[1:]):
except:
print "Test must be relative to %s" % TEST_DIR
sys.exit(1)
-
+
I think this whitespace change was accidental and it makes my editor complain. :) Please take out the whitespace.
Attachment #650119 -
Flags: review?(wlachance) → review+
Reporter | ||
Comment 2•13 years ago
|
||
Pushed as https://github.com/mozilla/eideticker/commit/c7fc00e9326a50087ff07150f16b104499fcfab9 and https://github.com/mozilla/eideticker/commit/18c2398c408274bcebe4bc8b5010221c12591949
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•