Thanks to @belohoub, we have release the arm64 compatible ubsync version 0.6
Posts
-
RE: Help creating an UBSync arm64 version
-
RE: Help creating an UBSync arm64 version
@belohoub
Super !Are you on telegram ? let's find a smooth way for the users to upgrade on openstore.
-
RE: Help creating an UBSync arm64 version
@luksus
Why do you want to build it by yourself ?Yes i did build the lib by myself and change the arch in the code to arm64.
-
RE: Help creating an UBSync arm64 version
@luksus no, this one has a script in background and needs to be manually review.
Usually brian asks for the source, compile it by itself and upload the packages.So if the source are not public, no upload.
-
RE: Help creating an UBSync arm64 version
@luksus
As explained, the code between arch version has to be the same on openstore. Currently the app has been written in c++/qml with hardcoded arch...
Thus the code needs to be updated for multiarch... It's beyond my capabilities. -
RE: One method to encrypt /home/phablet
@trainailleur
Lomiri cannot restart thus the screen remains black, while ssh access works fine. -
RE: Help creating an UBSync arm64 version
@Luksus Yes, the architecture is hardcoded everywhere in this app
-
RE: Music app, Bluetooth and 3.5mm headphone jack controls?
@AppLee said in Music app, Bluetooth and 3.5mm headphone jack controls?:
tated by Dobey in another thread, bluetooth improvement requires updating to 20.04 to be able to use the latest version for bluez and pulseaudio IIRC
I'm not sure that we need 20.04 to run the latest bluez version. I'm running the bluez 5.53 version on ubuntu touch in order use my speaker (any other lower version failed on the pairing).
the 5.53 version is available there : https://ci.ubports.com/job/ubports/job/bluez-packaging/job/xenial_-_even-newer-bluez/So far I didn't see any drawback.
-
RE: Oneplus 3/3T
@Stefano
Ok so the problem is for H9 GSI V10, we switch topic then -
RE: Oneplus 3/3T
@Stefano said in Oneplus 3/3T:
Let's talk about about Halium 7.1 here
AFAIK, there is a bug on the OP3T camera, I don't remember if gst-droid fix it ? -
RE: Oneplus 3/3T
@Stefano Yes this version of lib should be for Halium 7.1 which is based on lineage 14.1.
Could you try them ? If you need we could tchat on the telegram room -
RE: One method to encrypt /home/phablet
Seems that lightdm doesn't restart with the latest OTA. Any tips ?
-
RE: Help creating an UBSync arm64 version
@Luksus
I wouldn't be surprise there is a remaining bit of armhf code somewhere.(How were you able to install it ??? on arm64 phone)I suggest to remove the app and search manually for any ubsync and Nextcloud or Owncloud related, then delete them.
like sudo find / -iname "ubsync" -
RE: Help creating an UBSync arm64 version
@Luksus
On my side the app doesn't any issue on a fresh install ;), so I doubt apparmor.likely while playing you messed up something.
please ensure that the file is correct, as below.
Look into .config/ubsync/ubsync.conf, ensure that your timer is different than 0
-
RE: Oneplus 3/3T
Anybody confident with TWRP and having an OP3 T ?
I would like to try some camera lib to see if it's improving
More info there : https://github.com/ubports/ubuntu-touch/issues/1528I can guide the person on Telegram if needed
-
RE: Help creating an UBSync arm64 version
If you want to start manually the daemon this is the command:
LD_LIBRARY_PATH=/opt/click.ubuntu.com/ubsync/current/Owncloud-Sync/lib/aarch64-linux-gnu/lib/ && /opt/click.ubuntu.com/ubsync/current/lib/aarch64-linux-gnu/bin/OwncloudSyncd
You can play with it according to : https://doc.owncloud.org/desktop/2.1/advancedusage.html
An example of output.
https://paste.ubuntu.com/p/R3DwRYtxmR/Looking back at the code, I remember why I didn't push the arm64 ... the type of architecture is hardcoded and i don't know the c++, making the journey quite hard. So any help is welcome for that.
-
RE: [Halium9-GSI] - Oneplus 3(T)
I confirming that it's the OP3T camera creating issues.
I just tried it on a OP3, no issue with the camera and so far I didn't noticed issue with the phone except :
- The power menu doesn't switch off the phone,
- Some boot there is a race condition affecting the wifi and telephony.
I've updated my patch for the OP3 version 1.4
The phone feels really smooth.
For the OP3T camera, I presume significant amount and competencies are required to fix this issue, likely beyond mine.
For instance, we are not the only one with OP3T camera issue : https://forum.xda-developers.com/oneplus-3t/themes/mod-camera-hdr-fix-t3742366 -
RE: Help creating an UBSync arm64 version
@Luksus
Are you using my version or yours ? -
RE: Help creating an UBSync arm64 version
@kugiigi
Hum, strange or bad app designI just tried it on my H9 OP3T and it works, to enable the sync I HAD to put a frequency... on "No Sync" the app then seems to sync even when pushing the button sync (Which we might think it would trig a manual sync) ...
@Luksus
For the log :
cat .cache/upstart/OwncloudSyncd.log -
RE: Help creating an UBSync arm64 version
@Luksus
I don't recall in detail but within the log folder of the user, do a find to locate it.
for the source : https://github.com/owncloud/client