Webapp issues
-
For some reason webapps created with Webber or Webapp creator don't seem to work on this here FAJITA. I can get to the sites they refer to fine in Morph, and the webapps seem to be created, but past the splash screen the webapp simply vanishes. Odd. I assume it's something in how the app calls the browser that is broken.
-
@totalrando The 6Ts os is too old and has the old morph and the 6T is also arm64 which a lot of apps do not work with either.
-
@antidroid I feel like something's missing: try UBPorts and you can get to the forum through Morph just fine. I may want to look at the code of those apps and see if there is a discrepancy in the command arguments that makes one work and the others fail.
Also, for 10 minutes, a switch to manual, and a switch back to automatic my phone thought it was March of 1970. That made me question my existence in the universe, but was basically solvable.
-
@totalrando My feeling and I could be wrong is those apps were updated to work with the newer Morph. I am fairly sure I read somewhere at some point that Halium 9 devices had apparmor issues. You can see the problem has been brought up a bunch of times on Github Webber repo https://github.com/timsueberkrueb/webber/issues
He has an Arm64 Branch which is NOT very active but there is hope.
https://github.com/timsueberkrueb/webber/tree/feature/arm64 -
@antidroid Imma check the code anyway, not an expert, but I will do it tomorrow. Gon sleep.
-
@totalrando I just noticed he has an arm64 release
https://github.com/timsueberkrueb/webber/releases
I downloaded it and tried installing it from the command line with "click install webber.tim.......
and from the UT tweak tool and they both fail with a signature mismatch warning.
I then tried
pkcon install-local webber.tim...... --allow-untrusted
Package architecture "arm64" not compatible with system architecture "armhf"
In terminal I entered
arch
and got
aarch64
So something in the system is reporting the incorrect architecture. So maybe you can figure out where the architecture is set wrong and get many more apps to work.
-
@antidroid said in Webapp issues:
So something in the system is reporting the incorrect architecture. So maybe you can figure out where the architecture is set wrong and get many more apps to work.
May have something to do with this, pointed by @dobey : https://forums.ubports.com/topic/5796/wrong-architecture-reported-while-installing-click-packages?_=1614206809325
-
It's a sideeffect of the GSI - the way forward is to fix the CI images to have a proper 64 bit build.