-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate running Oasis on Android #240
Comments
I also got this error when trying to follow my laptop account:
|
WOO. I'm excited to try this sometime later today.
Btw, we support the Node.js current and active releases, and Node 13 is "current" so we're good to go. 👍
I'm imagining going to the Settings to see the peers, selecting the peer, and hitting follow. What happens when you do that? |
I'm bumping into: Level/leveldown#705 FWIW I've had to install a few other deps to circumvent errors in the build process. So far I have: pkg install nodejs libsodium python git libtool make autoconf automake |
Also, I had to manually go through the steps in https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally which is a pain in the ass. Maybe we should have a copy-and-paste install script that handles this? I'm not sure. |
GOT IT WORKING.
|
There's lots of "cannot connect to server" errors and stuff that I think might actually be the server being so overwhelmed that it's not responding to new MuxRPC requests. Interesting. IIRC @staltz mentioned that this happens sometimes while indexing Manyverse, where the UI's connection with the server drops or becomes unresponsive. 🤷♂️ |
The readme works though: Two design notes:
|
Quick note: we don't need Sharp, so I'd recommend |
Rômulo Alves has got Oasis working on Android! They posted about it on SSB. Christian posted one bug already #237
The install instructions:
pkg install nodejs
pkg install libsodium
oasis --open
Termux packages
nodejs
version 13 by default which isn't a stable version which we support.There's a few errors on install:
And a few errors on launch:
It seems to run fine in general though!
![oasis-android-2020-02-19-124026](https://user-images.githubusercontent.com/18296993/74835382-19c54a00-5315-11ea-8c8e-4a8c48fb2559.png)
I can peer locally with my laptop running over the LAN. I can't currently see comments or replies or in fact any content from others including from my laptop. I wonder if that is some sort of firewall issue.
So basically I can post onto Scuttleverse but can't pull anything down from it. I can't seem to follow the account on my laptop either.
UI performance is very good!
The text was updated successfully, but these errors were encountered: