News

Connecting to Chrome OS via ADB

This is part of my series on developing with Chrome OS You need to put your Chromebook in Developer Mode First. Enabling ADB Debugging https://developer.android.com/topic/arc/index.html#setup First you have to allow ADB through the firewall. Go to crosh ([CTRL][ALT][T]) and drop to shell. You may need to setup a password via VT-2 first. I set one up when I first did this, but now reading things I…
Read more
News

Enabling Developer Mode on Chrome OS

This is part of my series on developing with Chrome OS Chromebook Developer Mode You need to put your Chromebook in Developer mode, which wipes the local storage, so you are better off doing it sooner rather than later. Also keep in mind it may void your…