@boky im pretty sure you can't directly access webapp-container in the terminal because Mir blocks it. you can only run webapp-container in a click package
Posts made by ComLarsic
-
RE: webapp-container
-
RE: Oneplus 3/3T
@pratham if its available as zip image (or any type of TWRP compatible image) you can just use twrp to install it
-
RE: Oneplus 3/3T
@pratham not that i know of, anbox is generally pretty slow on ubuntu touch devices and even on pc's
-
RE: Oneplus 3/3T
@Lakotaubp yes, but his error was that he couldnt install anbox. now his problem is that he flashed twrp on his device preventing him from updating
-
RE: Oneplus 3/3T
@pratham if you already removed the recovery then you can install it again by using the installer, you can even tell it to leave userdata alone so you can keep all your files.
-
RE: Oneplus 3/3T
@pratham yes, flashing a different recovery will prevent ubuntu touch from installing updates. so its probably better just to wait for official anbox support
-
RE: Oneplus 3/3T
@pratham you can flash TWRP using fastboot by using "sudo fastboot flash boot [twrp image]"
-
RE: Oneplus 3/3T
@pratham if you use the prebuild halium images over here https://github.com/Vince1171/OnePlus3-T-Halium-Prebuild you can use anbox, i guess the binder got removed in the installer version.
be aware tho that some features may not be available without extra work (camera, flashlight, etc.)
-
RE: Unable to install anbox on Oneplus3T
@hankschwie I remember when you use vince's prebuild halium imagers it will work on there. did the binder get removed in the installer version?
-
RE: Getting java working on UBTouch
@dobey no, i did not edit the .desktop in the applicion folder manually. i have tried reinstalling it and i still get the same error. i will try to rebuild it and completly remove the app using UTTweak tool
-
RE: Getting java working on UBTouch
After adding the line to the desktop file i seem to still not be able to run the app.
i checked the .desktop file in /home/phablet/.local/share/applications
and tried running the line behind
Exec=
Manually in the terminal like so:
aa-exec-click -p javatest.comlarsic_JavaTest_1.5.0 -- JavaBin/bin/java -jar main.jar
and i get the erroraa-exec: ERROR: profile 'javatest.comlarsic_JavaTest_1.5.0' does not exist
Here is the .desktop file that shows in the applications folder:
[Desktop Entry] Name=Java-test Exec=aa-exec-click -p javatest.comlarsic_JavaTest_1.5.0 -- JavaBin/bin/java -jar main.jar Icon=/opt/click.ubuntu.com/.click/users/phablet/javatest.comlarsic/assets/logo.svg Terminal=false Type=Application X-Ubuntu-Touch=true X-Ubuntu-XMir-Enable=true Path=/opt/click.ubuntu.com/.click/users/phablet/javatest.comlarsic X-Ubuntu-Old-Icon=assets/logo.svg X-Ubuntu-Application-ID=javatest.comlarsic_JavaTest_1.5.0 X-Ubuntu-UAL-Source-Desktop=/opt/click.ubuntu.com/.click/users/phablet/javatest.comlarsic/JavaTest.desktop
what seems to be going wrong here?
-
RE: Getting java working on UBTouch
@dobey i tried adding thr line to the .desktop file but it still closes on launch.
you mentioned something about a log file, i am sorry if this is a bit of a newbie question but where could i find the log file?
-
RE: Getting java working on UBTouch
@wdehoog i am not getting any kernel crashes, the app just closes itself.
i have ran openjdk directly using the terminal before and everything seemed to be running fine. maybe its a device specific problem? -
RE: Getting java working on UBTouch
@Capsia I figured as much, it seems to me that either OpenJDK or the app itself doesn't have access to the correct files it needs. i might have to change the apparmor permissions a bit.
-
RE: how to make step back ?
@liscar if installing stock android gets too hard, maybe try installing some cutsom rom like LineageOS? those are generally easier to install
-
Getting java working on UBTouch
Hello everyone, i have been busy trying to get java working an ubuntu touch.
The approach i am using is by packaging OpenJDK binaries with the click package and linking to it in the .desktop file.
i got this approach working in amd64 with "clickable desktop" and even made a working window/UI in swing.
however i have run into some problems with arm64 and armf.
first of all i don't have a phone that supports armf UBTouch so i can't test the build, i was hoping someone here could test it for me?
Second of all, i cant seem to find any arm64 binaries for openjdk that work portably, does anyone know where to find it or how to cross-compile it for arm64 on amd64?
Heres a screenshot of the amd64 build:
Click downloads:
armf(https://drive.google.com/open?id=1tNf9r9V_w7saZM1IE385tDng35TqvuKk)
amd64(https://drive.google.com/open?id=1EGq5kHdh7KdtqCKrpBJB2SzWZjWYnIfg)
arm64(https://drive.google.com/open?id=1IGhc0XXfiUH8eL8FiEmoxAC_kkLTyBes)Source code(https://github.com/ComLarsic/Java-Template-UT)
Update: so i found available arm64 binaries but after installing the updated click package on my oneplus3t it immediately closes itself, does anyone maybe know why?
-
RE: WebGL in html app
Ah ok, thx.
guess i'll try to find another way to port it! -
WebGL in html app
Hello everyone, I made a simple flappy-bird clone using godot and exported it to a WebAssembly and WebGL html app.
however when i run it using
clickable desktop
I get the error telling me it cant find WebGL:
Is there any way to enable WebGL? or is it not suppored in the morph browser?
-
RE: Oneplus 3/3T
nvmd, i got it to work by formatting the system (i had forgotten to do that )
however my external keyboard does not do anything, it gets detected (i can see the icon in the notification bar) however when i press the keys no input is detected