stela5

Results 7 comments of stela5

https://github.com/ryanwilliams/cocos2d-breakout

> I've just had no time to devote to it Hi @dbashford , is Mimosa still active?

These might help: http://blog.amt.in/sidetap-a-lightweight-framework-for-mobile-we http://www.webresourcesdepot.com/simple-framework-for-mobile-web-apps-sidetap/

Here's how I got it to work: in **stonehenge.js** change ``` _results.push(thumbs.push($("").load(function() { ``` to ``` _results.push(thumbs.push($("").on("load", function() { ``` change ``` $("").load(function() { ``` to ``` $("").on("load", function() {...

Sorry for the delay. Here's the log: ``` Online Nandroid v9.52 Started at Mon Oct 26 16:40:18 MST 2015 ########################### Run with options: -w ########################### Busybox: BusyBox v1.23.2-Stericson (2015-04-10 10:51:32...

P.S. In case it helps, here's a working recovery log file from using TWRP in recovery mode to create a valid working backup: https://gist.github.com/stela5/f423b0c5dee5ba0b3501