archon-runtime / archon-runtime.github.io

ARChon Runtime for Chrome
http://archon-runtime.github.io/
47 stars 5 forks source link

Cisco WebEx Meetings and ARChon Custom Runtime 2.1.0 - x86_64 41.4410.238.0 #25

Open aenertia opened 7 years ago

aenertia commented 7 years ago

Tested on Chrome-unstable Version 61.0.3124.4 (Official Build) dev (64-bit) on Ubuntu 17.04 with ARChon Custom Runtime 2.1.0 - x86_64 41.4410.238.0

https://play.google.com/store/apps/details?id=com.cisco.webex.meetings&hl=en

Converted using node.js chromeos-apk

attempted with -t and -s options as well as none

Resultant Error message: Error Loading extension Failed to load extension from: /vol/4tb/Downloads/chrome/com.cisco.webex.meetings.android There is no "message" element for key extName. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 { "app": { "background": { "page": "app_main.html" } }, "arc_metadata": { "apkList": [ "custom-android-release-1400197.apk" ], "enableExternalDirectory": false, "formFactor": "tablet", "name": "com.cisco.webex.meetings", "orientation": "landscape", "packageName": "com.cisco.webex.meetings", "useGoogleContactsSyncAdapter": false, "usePlayServices": [ "gcm" ] }, "default_locale": "en", "icons": { "16": "icon.png", "128": "icon.png" }, "import": [ { "id": "mfaihdlpglflfgpfjcifdjdjcckigekc" } ], "manifest_version": 2, "name": "__MSG_extName__", "oauth2": { "client_id": "133701689125-jj0hr4gb0ff4ulsbrn0uk2i4th946d4c.apps.googleusercontent.com", "scopes": [] }, "offline_enabled": true, "permissions": [ "gcm", { "socket": [ "tcp-connect", "tcp-listen", "udp-bind", "udp-send-to", "resolve-host" ] }, "unlimitedStorage", "notifications", "clipboardRead", { "fileSystem": [ "write" ] }, "https://clients2.google.com/", "videoCapture", "clipboardWrite", "identity.email", "alarms", "storage", "identity", "audioCapture" ], "requirements": { "3D": { "features": [ "webgl" ] } }, "update_url": "https://localhost", "version": "1337" }

This would be very useful to get working as currently webex meetings on 64bit linux are unusable - even with 32bit chroot and a working java env newer versions of firefox report incompatible when joining meeting (changing Useragent doesn't help)