Git Product home page Git Product logo

Comments (41)

needshelp947 avatar needshelp947 commented on May 22, 2024 1

i need help because it keeps going just standing on the loading screen but when i try to remove key from manifest there isnt "such thing"in the manifest.json

from chromeos-apk.

PlasmaPower avatar PlasmaPower commented on May 22, 2024

I'm not exactly sure what thenacl_x86_64 folder in the platform_specific folder is doing, but I think we need a nacl_x86 folder.

from chromeos-apk.

vladikoff avatar vladikoff commented on May 22, 2024

Need nacl_i686

from chromeos-apk.

PlasmaPower avatar PlasmaPower commented on May 22, 2024

OK. I forgot what it was called.

from chromeos-apk.

PlasmaPower avatar PlasmaPower commented on May 22, 2024

Looking at https://chromium.googlesource.com/arc/arc/+/master/src/build/naclize_i686.py, could we reverse the x86_64 process and make it i686? I have not worked on anything NaCl related, I have no idea how ARChon even works.

from chromeos-apk.

xcasex avatar xcasex commented on May 22, 2024

seems a lot like the source for nacli686 is readily availible in the chromium ARC codebase.

from chromeos-apk.

vladikoff avatar vladikoff commented on May 22, 2024

Yeah when building I don't get most libraries that are available for 64-bit :(.
Also at https://chromium.googlesource.com/arc/arc/+/arc-runtime-39.4410.139.0/docs/getting-started-open-source.md it says

A small set of shared objects can be built which are part of ARC currently.
A fully running system cannot currently be built.

from chromeos-apk.

xcasex avatar xcasex commented on May 22, 2024

I get all libraries when i build fo r32bit, plus a lot of others as well i have figured out how to get google play services to be included.
However, it odes not build the 32bit nacl_platform.nexe, i'm currently building all targets on my buildservers to see if or what they produce that differentiates, then i'm digging into that.

from chromeos-apk.

alfonsojon avatar alfonsojon commented on May 22, 2024

This bug report should also include ARMv7 support (or the lack of).

from chromeos-apk.

xcasex avatar xcasex commented on May 22, 2024

cofirmed it does not provide the nacl_$platform.nexe runtime. time to reread the configuration script and check the source.

from chromeos-apk.

ywq111 avatar ywq111 commented on May 22, 2024

Is it have a log file?
It can not work on xubuntu 32 bit operating system.(xubuntu-14.04.1-desktop-i386)
In xubuntu 14.04 i386 , lib32stdc++6 is libstdc++6

run chromeos-apk and it maybe got a error like this:
/usr/bin/env:node No such file or directory
just use the follow command:
ln -s /usr/bin/nodejs /usr/bin/node

from chromeos-apk.

alfonsojon avatar alfonsojon commented on May 22, 2024

@xcasex @vladikoff Would it be possible to pull this from a Chromebook in dev mode? If so, I could pull the armv7 folder off my Chromebook in dev mode if needed. If it is possible, we would still need someone to pull the folders from an Intel-based Chromebook.

from chromeos-apk.

vladikoff avatar vladikoff commented on May 22, 2024

32-bit ARChon, please test https://github.com/vladikoff/chromeos-apk/releases/download/v3.0.0/ARChon-v1.1-x86_32.zip

from chromeos-apk.

darren3 avatar darren3 commented on May 22, 2024

Works on my 32bit netbook running Chromium OS. Thanks.

from chromeos-apk.

meshwara avatar meshwara commented on May 22, 2024

@vladikoff , it's awesome, I will try it soon. By the way, can I just download its _platform_specific part, or all part ? From bitbucket maybe. Sorry, I have very limited internet quota :( .

from chromeos-apk.

vladikoff avatar vladikoff commented on May 22, 2024

@meshwara there is a separate download for each platform. The link above is for 32-bit ^^^

from chromeos-apk.

meshwara avatar meshwara commented on May 22, 2024

@vladikoff , fantastic, it's work. I just test it on Ubuntu 14.04, Chrome 38.0.2125.66 beta and Chrome 39.0.2159.4 dev. Evernote and Fliboard running perfectly.
But, why I can only load 1 apk at once. First I load Evernote apk, but when I load other apk say Flipboard, my Feedly is gone.

from chromeos-apk.

meshwara avatar meshwara commented on May 22, 2024

@vladikoff , my problem is solved. Sorry I forgot to remove "key" from manifest.json.
Finally, all working perfectly.

from chromeos-apk.

perpi avatar perpi commented on May 22, 2024

The game 2048 is working here on my 32 bit archlinux via google chrome v37.0.2062.120

But these app are failed: Line, Viber and Whatsapp

Viber: It opens a blank window with an android logo in the center and then close it fastly!

Whatsapp: It behaves the same as Viber

Line:
screenshot from 2014-09-23 00 36 17

from chromeos-apk.

PlasmaPower avatar PlasmaPower commented on May 22, 2024

Those apps don't work with this. Try one of the apps in the "tested apps section", like GYRO.

from chromeos-apk.

perpi avatar perpi commented on May 22, 2024

Try one of the apps in the "tested apps section"

Where is it?

from chromeos-apk.

PlasmaPower avatar PlasmaPower commented on May 22, 2024

Towards the bottom of the README (on the main page). It's the second to last thing.

from chromeos-apk.

JimPinho avatar JimPinho commented on May 22, 2024

Hi, thank you for sharing this 32-bit version with us @vladikoff. However I'm still unable to run it. ARChon Custom Runtime 1.1 - x86_32 and .apk apps give me an "unrecognized manifest key" error. @meshwara, what did you delete exactly in manifest.json file?

from chromeos-apk.

vladikoff avatar vladikoff commented on May 22, 2024

"unrecognized manifest key" that's just a warning

On Mon, Sep 22, 2014 at 7:25 PM, Jim Pinho [email protected] wrote:

Hi, thank you for sharing this 32-bit version with us @vladikoff
https://github.com/vladikoff. However I'm still unable to run it.
ARChon Custom Runtime 1.1 - x86_32 and .apk apps give me an "unrecognized
manifest key" error. @meshwara https://github.com/meshwara, what did
you delete exactly in manifest.json file?


Reply to this email directly or view it on GitHub
#8 (comment)
.

from chromeos-apk.

JimPinho avatar JimPinho commented on May 22, 2024

@vladikoff oops, you are right! It's working, I was unable to run one particular app, but it does work now. Thank you 😃

from chromeos-apk.

smiley4017 avatar smiley4017 commented on May 22, 2024

I have a chromium os 32 bit netbook (not chrome os) and I updated it to the latest builds, but I can not get this to work with it. It will not stay in the extension area. it installs and then after a refresh of the browser it no longer is in the extension area. Has anybody got this working on Chromium OS? If so, what build are you on?

All I get on my windows xp 32 bit laptop is a android guy when trying to run an app. But Archon does load.

Thank you @vladikoff for all your efforts on this proof of concept.
Take care,
Gary

from chromeos-apk.

vladikoff avatar vladikoff commented on May 22, 2024

ARChon or ARC itself disappears by design if there are no components (or
app) that depend on it. You need to load a sample app. Also I have not
tested this on Chromium OS.
On Sep 23, 2014 1:23 PM, "smiley4017" [email protected] wrote:

I have a chromium os 32 bit netbook (not chrome os) and I updated it to
the latest builds, but I can not get this to work with it. It will not stay
in the extension area. it installs and then after a refresh of the browser
it no longer is in the extension area. Has anybody got this working on
Chromium OS? If so, what build are you on?

All I get on my windows xp 32 bit laptop is a android guy when trying to
run an app. But Archon does load.

Thank you @vladikoff https://github.com/vladikoff for all your efforts
on this proof of concept.
Take care,
Gary


Reply to this email directly or view it on GitHub
#8 (comment)
.

from chromeos-apk.

smiley4017 avatar smiley4017 commented on May 22, 2024

Thank you for the info @vladikoff , Keep up the good work. I'm going to load Ubuntu on my windows machine (duel boot) just to get this working and play with it. I love to tinker :)

from chromeos-apk.

PlasmaPower avatar PlasmaPower commented on May 22, 2024

@smiley4017 If you're new to Linux, I would recommend Linux Mint. It's also a lot faster.

from chromeos-apk.

smiley4017 avatar smiley4017 commented on May 22, 2024

@Flytomars- Thank you. I will try it. I have used Ubuntu before and would like to start building my own Chromium OS's so I can tweak the OS the way I like it, will Mint work well for building?

from chromeos-apk.

PlasmaPower avatar PlasmaPower commented on May 22, 2024

@smiley4017 If you REALLY want a custom system I would recommend Arch. Linux Mint is based off of Ubuntu, it just has a standard taskbar and it's a bit faster because of that. I have lightdm + lightdm-webkit-greeter + lightdm-webkit-theme-google + KDE5 + Plasma5 on a laptop that looks a lot like ChromeOS. It took a while to configure though.

from chromeos-apk.

smiley4017 avatar smiley4017 commented on May 22, 2024

@Flytomars- Awesome, thank you. Sorry for taking this off topic. Back to our regular schedule broadcast :)

from chromeos-apk.

cbuckser avatar cbuckser commented on May 22, 2024

Has anybody succeeded in getting the 32-bit ARM ARChon to work on a Samsung Series 3 Chromebook? I have the same problem I had with the 64-bit ARM, and I cannot get any app to load.

from chromeos-apk.

alfonsojon avatar alfonsojon commented on May 22, 2024

@cbuckser The Samsung Series 3 Chromebook uses an ARMv7 processor, not a 32-bit
processor. Use the ARMv7 version and it should be working great, it works
flawlessly on mine :)

Hope this helped.

from chromeos-apk.

cbuckser avatar cbuckser commented on May 22, 2024

Is it ARChon-v1.1-ARM.zip? I already tried that unsuccessfully, but I'm downloading it again.

from chromeos-apk.

alfonsojon avatar alfonsojon commented on May 22, 2024

@cbuckser Yes, that is the correct one.

from chromeos-apk.

cbuckser avatar cbuckser commented on May 22, 2024

Unfortunately, I still cannot get an apk converted for ARChon to work. I can use Skype with the regular runtime. But, when I use ARChon, I can't get the ARChon versions of Skype, Duolingo, or Pandora (plus two other apps that I converted myself) to run.

from chromeos-apk.

alfonsojon avatar alfonsojon commented on May 22, 2024

@cbuckser: Are you loading the unpacked apps or installing them as a .crx? They must be unpacked when installed, as packing them doesn't work.

from chromeos-apk.

cbuckser avatar cbuckser commented on May 22, 2024

I'm loading the apps unpacked. Using the original runtime, I can install Skype (the version for the original runtime). When using ARChon, I can't get any app to run, and I am using the apps that were tweaked to run on ARChon.

from chromeos-apk.

alfonsojon avatar alfonsojon commented on May 22, 2024

@cbuckser Could you open a new issue? This is a closed issue, and it's unrelated. When opening the report, be sure to include the Chrome OS version you're using. (chrome://version)

from chromeos-apk.

cbuckser avatar cbuckser commented on May 22, 2024

Thank you.

from chromeos-apk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.