@danfro I already did some tests with FP3 and OP5T and on both, something seems to be missing still, for VoLTE to work.
So I would just wait for now, until someone comes up with a solution for devices, which are not the FP5.
I know that it is not working on the P3A too, but work is going on to get that fixed.
Posts made by Luksus
-
RE: Call for testing a the new build-variant "standalone-kernel-method" (vs. full-system-image)
-
RE: [Qualcomm} VoLTE call for testing
@mariogrip could you please explain a bit, the different settings in qti.conf, for porters of other devices?
For example the "radioInterface" number, what is it and is that device specific?
How is the syntax for two slots in "ExpectSlots",slot1,slot2
?Then, for activating, I suspect
OfonoPlugin: binder
must be set in deviceinfo file.
What aboutOfonoImplementsIms
? Is that needed in any way? From the MR, I understand, that it activates/displays the VoLTE switch in SIM-settings, but at least, it already gets displayed without the deviceinfo setting.And, what are the first places to have a look, when using the ofono-binder-plugin and nothing works?
Thanks and best regards,
Lukas -
RE: Noble-based devel images now available on most devices with 20.04 devel image
@ghazouani
Enable developer mode in system-settings.
Then connect your device with USB to a PC where ADB is installed.
Open a terminal/cmd and check whether ADB is able to see your device usingadb devices
.
If that's the case, typeadb shell
and you should now be in a terminal-session on your device. -
RE: Noble-based devel images now available on most devices with 20.04 devel image
Any idea whats wrong here:
phablet@ubuntu-phablet:~$ sudo system-image-cli -v --progress=dots --switch=devel/arm64/android9plus/daily [sudo] password for phablet: [systemimage] Sep 21 00:06:09 2024 (5770) running state machine [devel/arm64/android9plus/daily/FP3] [systemimage] Sep 21 00:06:09 2024 (5770) Looking for blacklist: https://system-image.ubports.com/gpg/blacklist.tar.xz [systemimage] Sep 21 00:06:09 2024 (5770) [0x7fa66efe80] Requesting group download: https://system-image.ubports.com/gpg/blacklist.tar.xz -> /var/lib/system-image/keyring.tar.xz https://system-image.ubports.com/gpg/blacklist.tar.xz.asc -> /var/lib/system-image/keyring.tar.xz.asc [systemimage] Sep 21 00:06:09 2024 (5770) Allow GSM? Yes [systemimage] Sep 21 00:06:09 2024 (5770) [/com/lomiri/applications/download/terminal_2eubports_5fterminal_5f2_2e0_2e2/d61afa275e8c4c6dbe0cc6abcfee7bd9] Running group download reactor [systemimage] Sep 21 00:06:09 2024 (5770) self: <LDMDownloadManager at 0x7fa66efe80>, self._iface: <Interface <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0x7fa6072900> :1.154 /com/lomiri/applications/download/terminal_2eubports_5fterminal_5f2_2e0_2e2/d61afa275e8c4c6dbe0cc6abcfee7bd9 at 0x7fa618a5e0> implementing 'com.lomiri.applications.GroupDownload' at 0x7fa618a7f0> [systemimage] Sep 21 00:06:10 2024 (5770) [/com/lomiri/applications/download/terminal_2eubports_5fterminal_5f2_2e0_2e2/d61afa275e8c4c6dbe0cc6abcfee7bd9] Group download reactor done [systemimage] Sep 21 00:06:10 2024 (5770) uncaught exception in state machine Traceback (most recent call last): File "/usr/lib/python3/dist-packages/systemimage/state.py", line 133, in __next__ step() File "/usr/lib/python3/dist-packages/systemimage/state.py", line 219, in _get_blacklist_1 get_keyring('blacklist', url, 'image-master') File "/usr/lib/python3/dist-packages/systemimage/keyring.py", line 105, in get_keyring get_download_manager().get_files([ File "/usr/lib/python3/dist-packages/systemimage/download.py", line 203, in get_files self._get_files(records, pausable, signal_started) File "/usr/lib/python3/dist-packages/systemimage/ldm.py", line 187, in _get_files raise AssertionError( AssertionError: Missing destination files: ['/var/lib/system-image/keyring.tar.xz', '/var/lib/system-image/keyring.tar.xz.asc'] local_paths: [dbus.String('/tmp/blacklist (2).tar.xz'), dbus.String('/tmp/blacklist (2).tar.xz.asc')] Exception occurred during update; see log file for details [systemimage] Sep 21 00:06:10 2024 (5770) system-image-cli exception Traceback (most recent call last): File "/usr/lib/python3/dist-packages/systemimage/main.py", line 403, in main list(state) File "/usr/lib/python3/dist-packages/systemimage/state.py", line 133, in __next__ step() File "/usr/lib/python3/dist-packages/systemimage/state.py", line 219, in _get_blacklist_1 get_keyring('blacklist', url, 'image-master') File "/usr/lib/python3/dist-packages/systemimage/keyring.py", line 105, in get_keyring get_download_manager().get_files([ File "/usr/lib/python3/dist-packages/systemimage/download.py", line 203, in get_files self._get_files(records, pausable, signal_started) File "/usr/lib/python3/dist-packages/systemimage/ldm.py", line 187, in _get_files raise AssertionError( AssertionError: Missing destination files: ['/var/lib/system-image/keyring.tar.xz', '/var/lib/system-image/keyring.tar.xz.asc'] local_paths: [dbus.String('/tmp/blacklist (2).tar.xz'), dbus.String('/tmp/blacklist (2).tar.xz.asc')] [systemimage] Sep 21 00:06:10 2024 (5770) state machine finished
?
Edit:
Ok, never mind, I just executed the command through ADB and it now downloads the files.
My previous error was from the UT terminal directly. -
RE: VPN: import OpenVPN and WireGuard configurations using NetworkManager 'nmcli'
@danfro since the system itself can already "hold" the wireguard connections, the better way would be, to modify the settings app and network indicator, to just display the wireguard connection-type, and make it at least switchable.
But I did not have the time to look into it.
-
RE: Garmin Connect App
@Dunbrokin Fdroid is within waydroid... But there is a Garmin Connect webapp in the OpenStore.
-
RE: Help installing openvpn3 client on UT
@Plarde maybe have a look here:
https://forums.ubports.com/post/80411 -
RE: Focal and Waydroid news for Lenovo X605
@pe3noATo2DOTpl I've had issues to login in google play too. I just use the Aurora Store from FDroid instead. Maybe that works for you too.
-
RE: Daily driving the FP4 for some 4 months
I like the way, how ubtouch has implemented the "horizontal os functions", switching the app from the right and opening the app drawer from the left.
Apps could still implement horizontal swipes for own functionality, when swiping from the middle of the screen. Like it works here in the forum, when swiping to the right, it opens the topics overview and when swiping to the left it opens the profile-overview. -
RE: Hi, I have an error while doing "mka halium-boot"
I can't answer your build-error question, but:
Not sure if it is the same device, but you can have a look here:
https://gitlab.com/ubports/porting/community-ports/android11/samsung-galaxy-note-10-plusI would advice you, to clone a repo of the community builds, which matches your device most.
Then adjust it, according to your device (deviceinfo, overlays). And try to build it using build.sh.Next to the samsung-community-repo, there are other, more up-to-date repos, which make use of the halium-generic-build tools: https://gitlab.com/ubports/porting/community-ports/halium-generic-adaptation-build-tools
You can see this repo, how they get integrated: https://gitlab.com/ubports/porting/community-ports/android9/oneplus-5/oneplus-cheeseburger-dumpling (.gitlab-ci.yaml, build.sh)Its not recommended to use the fullsystemimage build-variant. (Even though, making halium-boot is not the reason).
-
RE: help me "mka halium-boot" error
Hmm, I was referring to the first post, but the curl issue is something different...
-
RE: help me "mka halium-boot" error
@VinceAle7082 Try to use a Python2 environment (venv).
-
RE: Call for testing a the new build-variant "standalone-kernel-method" (vs. full-system-image)
@danfro Hm, OK. Then I wonder what changed on my device... But the logs would be interesting.
-
RE: Call for testing a the new build-variant "standalone-kernel-method" (vs. full-system-image)
@danfro btw. the led-light-fix is now merged into the master branch.
Regarding the second SIM-card:
I did not have any issues in the last weeks. It was always detected at boot and meanwhile even the order of unlocking the SIM1 and SIM2 is correct.So the system itself seems to have improved and it seems that the previous issues were not device specific.
-
RE: New websites
@Emphrath huh, I just open the dropdown list of supported devices list (on mobile).
-
RE: VPN: import OpenVPN and WireGuard configurations using NetworkManager 'nmcli'
@domubpkm Yes, it does work for me on cellular. But I have only connections to my homeserver, not any public one like protonVPN.
-
VPN: import OpenVPN and WireGuard configurations using NetworkManager 'nmcli'
I encountered a new method for creating VPN connections, at least "new" for me, and I thought I share it here, since it seems to be very easy to be successful.
Using the commandline interface
nmcli
for NetworkManager, It is possible to import configuration files for OpenVPN and WireGuard (that are the ones I tested).
So if you have a *.ovpn or wireguard *.conf configuration file, simply open the terminal and type:OpenVPN:
sudo nmcli connection import type openvpn file /path/to/your/file.ovpn
Now you also should have access to this connection in the settings app and there you can add maybe required username and password, if needed.WireGuard
For WireGuard you should rename your config-file to
wg0.conf
, otherwise nmcli is complaining about wrong interface name.
sudo nmcli connection import type wireguard file /path/to/your/wg0.conf
The Wireguard connection does not appear in the settings app.
The newly created interface is getting activated immediately and also at reboots. For de-/activating it, you also need to use terminal-commands:- Bring it up:
nmcli c up wg0
- Shut it down:
nmcli c down wg0
nmcli general
The configurations are stored at
/etc/NetworkManager/system-connections
.- watch a configuration file using sudo, for example:
sudo cat /etc/NetworkManager/system-connections/wg0.nmconnection
. - view all connections:
nmcli c
Active connections are at the top and colored - Enable/Disable autoconnect:
sudo nmcli c modify wg0 autoconnect no
(oryes
for enabling it again)
So, for me that method was a lot easier to setup my VPNs, than using the system-settings app only, i.e. for OpenVPN with 3 different certificates plus private key and tls options... and of course for setting up wireguard at all.
I could imagine, since wireguard works with nmcli, it even should be possible (with moderate development-input) to make the settings-app also recognize the wireguard-connections, to display and toggle them using the UI. - Bring it up:
-
RE: Garmin Connect App
@Dunbrokin besides, that it does not install, I believe the garmin app would need bluetooth to connect, but bluetooth is not yet working on waydroid, at least not on UBTouch.
Regarding installing android apps, try installing the FDroid store first, and then install the Aurora store with FDroid.
Maybe you are able to install the garmin app, using the Aurora store.