Vlad Filippov

Results 150 comments of Vlad Filippov

@WebSnke updated 👍

In the meantime use the `resize` option : https://github.com/vladikoff/chromeos-apk/blob/master/archon.md#tweak-apps

You corrupted the JSON file On Mon, Sep 29, 2014 at 12:58 PM, GazaIan [email protected] wrote: > @vladikoff https://github.com/vladikoff Everytime I add that, I get > this error: > >...

@P1X3 do you include Google Services _WITH_ the app (as an extra apk) or is that a separate extension (separate app)?

@P1X3 > During the first start it complained about play services For me, some apps do that but work fine after a restart. It could be that installing services separately...

tTorrent Lite just works after crashing once. It doesn't need Google Services side loaded. I don't think this solution works.

Adding `plus` to ``` "usePlayServices": [ "gcm", "plus" ], ``` might resolve issues with G+ auth.

Specific issue we found, running this **with output redirection**: ``` console.log("before"); process.on("exit",function(){console.log("on exit");}); process.exit(); console.log("after"); ``` PowerShell ignores "on exit" ![](http://v14d.com/i/5294e93a5bfb1.jpg)