worstperson

Results 56 comments of worstperson

You have to write minimal implementations of the objects and functions called by your target code and make sure your code runs first. I did it by creating a context,...

If you would please provide some example code, I can provide an example of how it can be executed.

You just need to add the directory where the npm binary gets installed to $PATH. Node should give you installation instructions for your platform that cover this step.

You have to use Babel to support ECMA6; from the readme: ``` >>> js2py.eval_js6('let a = () => 11; a()') 11 ```

No, not implemented yet. You can always define them though: ``` import js2py context = js2py.EvalJs() context.execute("""escape = function(text){pyimport urllib; return urllib.quote(text)}; unescape = function(text){pyimport urllib; return urllib.unquote(text)}; encodeURI =...

You'll need to use Babel with js2py to support the newer features in the code your running.

Generally, sleep works great with the 4.9 kernels(on PCs at least), but recent kernels with VirtWifi(7.1r3 and 8.1r2) broke it. I would try Android-x86 7.1-r2 to see if your device...

The branches in your patch seem off, the destination should be the same as the cbz instruction right before it. ` f800825eccc e0 01 00 34 cbz w0,LAB_ffffff800825ed08` ... `...

I was confused about what this request was, so I'm just going to leave notes here for the next time I read it :p The video seems to show how...

From my experience, installing the dialer as a privileged app unlocks this feature. It's always been a pain to get it to actually work on stock roms and I've not...