Oneplus 3/3T
-
@pglushkov If you get it to work let me know. Down loaded using web Telegram to OP3 but can't get it to work
-
@Lakotaubp I was able to install it
-
Hotspot can be added to the missing list
-
@Lakotaubp I was able to install the openstore package from the super group using UT Tweak Tool.
It should install with pkcon from the command line as well. It won't install by just clicking on it though.
-
@joe I would also like to get ut tweak tool installed, would you be able to provide details on the recompiling portion of it?
-
@dieharddan I compiled this one if you trust it:
https://filebin.net/6y0v59bi1lcjjlnd (the download will expire in a few days)Otherwise, you can compile from source: https://gitlab.com/myii/ut-tweak-tool
You will need clickable installed (https://clickable.bhdouglass.com/en/latest/) and git.
git clone https://gitlab.com/myii/ut-tweak-tool.git cd ut-tweak-tool clickable build --arch arm64
The click package will then be in ut-tweak-tool/build/aarch64-linux-gnu/app/
Let me know if you have any other questions on that
-
Hi - some of the apps compiled to get you going
install uttweak tool or openstore, will help you install the rest
-
@mateo_salta Thanks!
It looks like someone created a thread for arm64 apps too:
https://forums.ubports.com/topic/3323/arm64-apps-and-testing/Also filing bugs here would be helpful:
https://github.com/ubports/ubuntu-touch/issuesIn in case, "How to report bugs"
http://docs.ubports.com/en/latest/contribute/bugreporting.html -
@joe thanks Joe! I will play around with this tomorrow
-
yep, I think once we get multi upload on the open store, it will really take shape
-
if you want a slightly quicker refresh in terminal
restart unity8 -
For transferring, i installed TWRP, and did:
adb push nameoffile.click /data/user-data/phablet/Documents -
@joe What was the command you used for pkcon I kept getting permission errors. Also when I down loaded the .click from telegram on Morph it down loaded as 8118d21a-fdcd-468f-86af-4094373adoe.
A lot of this are things I've not tried before like compiling apps and such so need to look into that. All good fun though and a good way of learning.
-
@Lakotaubp unfortunatly web telegam uses blob for downloading, you wont get a usable fie tht way
-
@joe said in Oneplus 3/3T:
pkcon install-local clickpackagename.click --allow-untrusted
this is also what i use
-
@mateo_salta Thank you for your files all very helpful all installed now, and for the web telegram hint.
-
Just managed to add my nextcloud account so will be using OP3 as main phone tomorrow. Bit of a faff had to copy and paste using messaging app text field, still now have calendar
-
I posted a wifi bug here:
https://github.com/ubports/ubuntu-touch/issues/1296Not sure if it's the same on the 3T
-
@joe I was able to compile ut-tweak-tool and the file browser, but not dekko 2 or puremaps, will this not work with all apps?
-
@dieharddan You are correct. Some apps require some extra things, and usually I don't know what those are.
This post mentions how to compile apps with qmake :
https://forums.ubports.com/topic/3323/arm64-apps-and-testing/7It seems like @mateo_salta knows a bit more on this.