Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[ 05-01 23:56:09.252 570: 602 E/ActivityManager ]
ANR in com.teslacoilsw.launcher (com.teslacoilsw.launcher/com.android.launcher2.Launcher)
PID: 12347
Reason: Input dispatching timed out (Waiting because the focused window has not finished processing the input events that were previously delivered to it.)

I can't seem to find 3/14. Where do u find it?
There you go
No dice on getting this done before 5/27, but I did discover part of my issue. For some reason, the "Make Clean" command, was undoing some of my "git reset --hard (SHA hash)" uncommits. And it was never all of them, and it was always random. I'll still keep giving this a shot, but that glitch is giving me a lot of headaches, all on its own.
Yeah. Actually, I thought about it more, and realized that I should be writing a script anyways. That way, I can hand the script to anyone, and go here, run this, and you can build where I am at. Also, it means no matter what gets messed up, I can run the script and fix it.You da man! Maybe it's a good thing to step back for awhile. It always helped me to refresh perspective.
TDM: At this point I am not, but it will be something I will look into today. Gerrit is still a long ways off for me as none of what I am currently working on, is not being submitted to the official CM tree.Neph: do you use a project branch? Makes things really easy. I always keep a "work" branch. Each day, I repo sync, save off the manifest, checkout work, and run a small script to rebase. To submit to gerrit you need to checkout upstream and pick the commit that you want to upload.