Category Archives: mobile

Blob free now on task cluster

Bug 1175934 – [B2G] Add support to build blobfree images has landed and is now available on task cluster : https://tools.taskcluster.net/index/artifacts/#gecko.v1.mozilla-central.latest.linux.aries-blobfree/gecko.v1.mozilla-central.latest.linux.aries-blobfree.opt What is Blob free?  see https://developer.mozilla.org/en-US/Firefox_OS/Building#Building_a_blob_free_full_system_zip That’s right.  if you follow Bug 1166276 – (b2g-addon) [meta] Getting a B2G Installer Addon, … Continue reading

Posted in B2G, Gaia, mobile, Planet, QA, QMO | Tagged , , , , , | 1 Comment

It took a while to hunt down a site that allowed for free hosting of 50 gigs or more and then post the file up.  There are certain modifications I had made from yesterday to the image as well. There … Continue reading

Posted on by shizen008 | Leave a comment

Submitting pending crashes…

Ted just made a wonderful new script for us to upload pending folder crashes. It requires poster (ie you will have to run |sudo pip install poster| you run it by |submit.py /path/to/files/*.dmp| The submit.py script is found here : … Continue reading

Posted in mobifx, mobile, Planet, QA, QMO, Uncategorized | Leave a comment

Example of Session based testing

see https://bugzilla.mozilla.org/show_bug.cgi?id=830657#c23 30 minutes.  Tested a fix.  found 7 potential bugs. If you want agile testing… there you go. Now I just have check and verify they aren’t reported already… and file them if they aren’t…

Posted in mobifx, mobile, Planet, QA, QMO, Uncategorized | Leave a comment

How to root your Galaxy S to Cynogenmod 10 Nightly…

Disclaimer: there is a chance that you may mess up your phone.  I am warning you ahead of time that you are doing this at your own risk and that I might not be able to help you! I didn’t … Continue reading

Posted in mobile, Planet, QA, QMO | 2 Comments

More Profile Madness…

So I ran the script several times to create a large profile… but I either ran into a bug w/ fennec or hit a bug with the Android OS. One of the things is that the history is not showing … Continue reading

Posted in mobifx, mobile, QA, QMO | Tagged , , , | Leave a comment

Script to create 6k worth of history…

Originally I had this:#!/bin/bash # website history generator v 0.01 # # Usage webhistgen <n> <appname> # n: number of websites to visit # appname: application name such as org.mozilla.fennec n=$1; appname=$2; cmdline=”adb shell am start -a android.intent.action.VIEW -n “$appname”/.App … Continue reading

Posted in mobifx, mobile, QA, QMO | Leave a comment

Screenshots on your android device … without ADB … without another App!

In my quest to make life easier for Eng people and the end users… I came across an interesting thing when I was looking at the /system/bin directory of ICS (side note: adb shell points to files in /system/bin) …. … Continue reading

Posted in mobifx, mobile, Planet, QA, QMO | 2 Comments

More Socorro hotness that’s hot off the press!

So one may ask… what am I looking at here?  It’s just Socorro stuff right?  Oh … it’s hotness.  This is a picture of a URL listing of a particular crash.  All URLs listed in a particular crash if you … Continue reading

Posted in mobifx, mobile, Planet, QA, QMO, Uncategorized | Tagged , , , , | Leave a comment

How you can help improve your bug reports for Fennec…

Logs and screenshots really help when looking at bugs for developers as well as QA.  There are free apps out there that will do these things. For logs, there is an app called alogcat ( https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en ) that will allow you … Continue reading

Posted in mobifx, mobile, Planet, QA, QMO | Tagged , , , , | Leave a comment