google-chrome-os

Android app which interacts with BLE devices not working on Chromebook

三世轮回 提交于 2019-12-03 21:02:33
I have an Android app which interacts with custom BLE devices. This app works as expected on devices which have android version 4.4 to 6.0. Now I want to make this available on Chromebooks through the Google Playstore on Chromebooks(App Runtime for Chrome). I installed this app on my Google Asus Flip Chromebook(Chrome OS version 55, ARC version 3617689) by sideloading the APK onto it. But it is not working as expected. These are the steps I took: Call a startLeScan() which gives the BluetoothDevice as a scanResult. Call the connectGatt() method, and the device is connected and in the

iOS Share Extension is not working in Chrome

喜欢而已 提交于 2019-12-03 12:01:36
Works for Safari, Doesn't work for Chrome Maybe the question is simple and stupid but I am new to iOS Development and I cannot find any right solution to solve this issue. I need to get: 1) page url 2) page name Extension Info.plist <dict> <key>NSExtensionAttributes</key> <dict> <key>NSExtensionActivationRule</key> <dict> <key>NSExrensionActivationSupportsText</key> <true/> <key>NSExtensionActivationSupportsFileWithMaxCount</key> <integer>1</integer> <key>NSExtensionActivationSupportsImageWithMaxCount</key> <integer>1</integer> <key>NSExtensionActivationSupportsMovieWithMaxCount</key> <integer

What will be the side-loading and debugging mechanism for Android apps on ChromeOS?

做~自己de王妃 提交于 2019-12-03 11:21:40
问题 I've gone through everything on http://www.chromium.org/chromium-os/android-apps and also watched the IO video and there doesn't seem to be any mention of what the side-loading (and debugging) mechanism available for developing/testing Android apps on ChromeOS will be? I know that ARC used adb on desktops but not Chromebooks Given that the new implementation is different and its a full Android framework in a Linux container and has access to USB, will ADB be available for this prupose? Using

Autorun Chrome kiosk app when Chrome OS starts up

混江龙づ霸主 提交于 2019-12-03 03:38:15
When Chrome OS ready, need to click 'App' button and then select the kiosk app, but I want to launch it automatically on startup. How to set that up? Nicholas Kristoffersen Answer found here: https://productforums.google.com/forum/#!topic/chromebook-central/XTqYPQfZmNc Please follow the steps below to put Chromebook into Kiosk mode. Wipe Data on Chromebook (Follow this link for instructions). After wipe is completed, you will be at the welcome screen. (Input your network information, but DO NOT LOGIN to the Chromebook) At the login screen, press Ctrl + Alt + K and enable Kiosk mode. Login into

What will be the side-loading and debugging mechanism for Android apps on ChromeOS?

孤人 提交于 2019-12-03 01:45:20
I've gone through everything on http://www.chromium.org/chromium-os/android-apps and also watched the IO video and there doesn't seem to be any mention of what the side-loading (and debugging) mechanism available for developing/testing Android apps on ChromeOS will be? I know that ARC used adb on desktops but not Chromebooks Given that the new implementation is different and its a full Android framework in a Linux container and has access to USB, will ADB be available for this prupose? Using ADB could also be useful for remote debugging since Devtools already runs an adb client EDIT: As of 9

Detecting Chrome OS with Javascript

点点圈 提交于 2019-12-02 08:59:33
问题 I want to detect Chrome OS with Javascript, and I'm using navigator.userAgent for this. Now, I'm running Chrome OS, and my navigator userAgent is Mozilla/5.0 (X11; CrOS armv7l 6680.78.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.102 Safari/537.36 Now. I used Regular Expressions to check for the style of the userAgent, and wrote the code below. <script> if ( navigator.userAgent = /^Mozilla\/\d{1}^.\d{1}^(X11; CrOS i\d{3} \d{1}^.\d{2}\d{3} ^AppleWebKit\/\d{3}^.\d{2} ^(KHTML, like

HID compliant device will not enumerate using chrome.hid API on ChromeOS

最后都变了- 提交于 2019-12-02 04:12:22
问题 Using a USB HID sensor I can only seem to enumerate the device with the chrome.usb API on ChromeOS. On OS X I can enumerate with the chrome.hid API with no problem. What could be the reasons for HID devices not being identified as such on ChromeOS? 回答1: It is possible the device is blacklisted by the Linux HID driver. If you can put your Chrome OS device in developer mode or connect the device to a Linux computer you can check the kernel log to see how the device is recognized. If all is well

Detecting Chrome OS with Javascript

*爱你&永不变心* 提交于 2019-12-02 04:08:23
I want to detect Chrome OS with Javascript, and I'm using navigator.userAgent for this. Now, I'm running Chrome OS, and my navigator userAgent is Mozilla/5.0 (X11; CrOS armv7l 6680.78.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.102 Safari/537.36 Now. I used Regular Expressions to check for the style of the userAgent, and wrote the code below. <script> if ( navigator.userAgent = /^Mozilla\/\d{1}^.\d{1}^(X11; CrOS i\d{3} \d{1}^.\d{2}\d{3} ^AppleWebKit\/\d{3}^.\d{2} ^(KHTML, like Gecko) Chrome\/ \d{2}^.\d{1}^.\d{3}^.\d{2} ^Safari\/\d{3}^\d{2}/ ){ console.log(navigator.userAgent); }

How to debug a Kiosk Chrome application running on a Chromebox?

蹲街弑〆低调 提交于 2019-11-30 04:59:00
A Chrome Kiosk application that I wrote has a problem only when running in Kiosk mode on a Chromebox. When staring the application manually after I log into the Chromebox it runs well. Also when testing the application on my development machine everything works well. How can I attach a remote debug session, write remote logging information or in any other way get debugging information from the Kiosk application on the Chromebox to my development machine? If you run Chrome with the --remote-debugging-port=9222 option it will provide access to DevTools at http://localhost:9222/ . Now, on a

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

蓝咒 提交于 2019-11-29 11:13:23
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? 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 development and initial testing at this time. 来源: https://stackoverflow.com/questions/29494073/are-arc-welder