Skip to content

Instantly share code, notes, and snippets.

@lukewang1024
lukewang1024 / README.md
Created March 3, 2017 15:33
Steps to enable the hidden Android Play Store in Chrome OS

Steps to enable the hidden Android Play Store in Chrome OS

  • Enable developer mode
  • Open a Crosh tab (CTRL + ALT + T), type shell, enter.
  • Run the following commands one by one.
sudo su
cp /etc/chrome_dev.conf /usr/local
mount --bind /usr/local/chrome_dev.conf /etc/chrome_dev.conf
/*
Experiemental versions of improving the stat properties of a 32-bit (for embedded devices) xorshift
without restorting to adding state data. The two versions add one to the dependency chain.
Based directly on the work of Sebastiano Vigna - http://xorshift.di.unimi.it/
*/
uint32_t state = 1;