@castpixel no, the M11 is a totally different tablet.
Posts
-
RE: Add Lenovo X605 to the UBports installer
-
RE: No rule to make target 'halium.config'.
@arcaege sure, can you please post a link here to that point in the guide?
-
RE: No rule to make target 'halium.config'.
@arcaege it is uncommon to name a defconfig file with an extension *.config.
Maybe try to rename it to "halium_defconfig" or whatever. -
RE: OP5T removed from device list 20.04...
To make it short: the OP5T will still be supported in the future, since I am involved in the port.
Just need to figure out, why it was removed in the list of supported devices, maybe because of inactivity/no progress in the last year... -
RE: Status update on the next, Noble-based Ubuntu Touch release, December 2024
I overlayed touch.pa for two reasons:
- to make bluetooth calls work more reliable.
So this one maybe get fixed by the MR. - to make wired headphones work. For this it was needed to explicitly add the
rate=48000
parameter to the load-module command:
https://gitlab.com/ubports/porting/community-ports/android10/fairphone/fairphone_fp3/-/blame/halium-10.0-focal/overlay/system/etc/pulse/touch.pa?ref_type=heads#L55
- to make bluetooth calls work more reliable.
-
RE: Black screen on FP3+
@Kjetil you can't browse it. You need to access it through ADB using the terminal.
Connect, mount data, transfer data usingadb pull
.There are some instructions for backups with ADB here in the forum somewhere.
-
RE: Call for testing a the new build-variant "standalone-kernel-method" (vs. full-system-image)
@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. -
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.