google-chrome-os

Install Python 3 on Cloudready/Chromium/Chrome OS without installing Linux containers/environments

这一生的挚爱 提交于 2020-12-23 12:56:33
问题 Recently I installed Neverware's version of Chromium OS, called Cloudready, on VirtualBox 6.1, to develop Python apps for Chromebooks. This version of Chromium OS is 48.0.2564.116 developer build (newer versions won't install due to graphics incompatibilities). As I do not have a Google Account, I login into Chromium OS as Guest user (somehow I have administrative powers as Guest, which is good for my developmental purposes). I found that Python 2.7.3 was preinstalled. I tried to install

Android App on Chrome OS does not get the proper DisplayMetrics window height

社会主义新天地 提交于 2020-12-15 03:41:34
问题 I need to get the height of the available Android app's screen on a Chrome OS device. I am using DisplayMetrics to get the height dimension. However, displayMetrics.heightPixels does not get the full height of the app screen on Chrome OS devices. There is always a small gap on Chrome OS devices. This can be visualized using the WindowManager example I have provided below. Just copy and paste this into your main activity and run the app in a Chrome OS device (I used Google Pixel Slate) and

Chrome OS Emulator is crashing on startup

为君一笑 提交于 2020-07-21 06:39:27
问题 I tried to debug my Android app on Chrome OS emulator in Android studio. This is the tutorial I followed: https://developer.android.com/topic/arc/emulator The problem is, it crashes on startup. If I try to launch it via terminal, I get this output: ./emulator -avd Pixelbook_beta_API_25 emulator: WARNING: encryption is off emulator: WARNING: Running on a system with less than 6 logical cores. Setting number of virtual cores to 1 qemu-system-x86_64: -usbdevice tablet: '-usbdevice' is deprecated

Chrome OS Emulator is crashing on startup

帅比萌擦擦* 提交于 2020-07-21 06:38:29
问题 I tried to debug my Android app on Chrome OS emulator in Android studio. This is the tutorial I followed: https://developer.android.com/topic/arc/emulator The problem is, it crashes on startup. If I try to launch it via terminal, I get this output: ./emulator -avd Pixelbook_beta_API_25 emulator: WARNING: encryption is off emulator: WARNING: Running on a system with less than 6 logical cores. Setting number of virtual cores to 1 qemu-system-x86_64: -usbdevice tablet: '-usbdevice' is deprecated

Do background js scripts run on a different thread in Chrome OS apps?

萝らか妹 提交于 2020-05-16 04:04:34
问题 On the manifest for Chrome OS apps one must declare background js scripts. { "name": "Hello World!", "description": "My first Chrome App.", "version": "0.1", "manifest_version": 2, "app": { "background": { "scripts": ["background.js"] } }, "icons": { "16": "calculator-16.png", "128": "calculator-128.png" } } Are each of these running in their own thread? Do they block each other or the JS threads running on the app windows? 回答1: Chrome App windows are only "views", and are not living in

Google Adminsdk Directory API access

北城以北 提交于 2020-04-30 09:21:25
问题 I am trying to get the list of chrome devices registered with the specified customer Id. I have done the following Steps. Enabled Google Admin Directory API Created Service Account and downloaded the jwt.json file for connectivity. Enabled the Domain wide G-Suite Delegation previlige. Registered this client id as authorized API client Thru Google Admin(Manage API client access) Client Id : our clientid API Scope: View and manage your Chrome OS devices' metadata https://www.googleapis.com/auth

Are ARC Welder packaged Android apps only available on Chrome OS?

旧城冷巷雨未停 提交于 2020-01-28 09:53:46
问题 If I package an Android app with Google ARC Welder and distribute it through the Chrome Web Store, will it be available for Windows, Mac, Linux, or only for Chrome OS? If so, are there any news if that will change in future? 回答1: It's ChromeOS only, as clearly stated at https://developer.chrome.com/apps/getstarted_arc : The App Runtime for Chrome (Beta), or ARC, lets you run your favorite Android apps on Chrome OS There is no information about support for other platforms other than for

Are ARC Welder packaged Android apps only available on Chrome OS?

▼魔方 西西 提交于 2020-01-28 09:53:31
问题 If I package an Android app with Google ARC Welder and distribute it through the Chrome Web Store, will it be available for Windows, Mac, Linux, or only for Chrome OS? If so, are there any news if that will change in future? 回答1: It's ChromeOS only, as clearly stated at https://developer.chrome.com/apps/getstarted_arc : The App Runtime for Chrome (Beta), or ARC, lets you run your favorite Android apps on Chrome OS There is no information about support for other platforms other than for