System specs:
- VM with 8 cores
- RTX 4060 (GPU passthrough)
- 16GB RAM
System specs:
@arubislander Shouldn't be. This one's only 128GB. It was running on 512GB before when it was on LineageOS
The Pro1 X is supposed to have SD card support, but it doesn't seem to be working, according to its device page
I made sure it was formatted as FAT32, too. What's missing?
I just found out that my ISP doesn't support IPv6. Anyway around that?
Anyone have trouble getting UBports Installer to start up?
On one of my PCs, I get this:
error: getDeviceSelects error: AxiosError: timeout of 60000ms exceeded
Then I get this on my laptop:
info: UBports Installer restarting...
error: getDeviceSelects error: Error: connect ECONNREFUSED 2606:50c0:8001::153:443
if I do this with VPN
but without VPN
info: UBports Installer restarting...
error: getDeviceSelects error: Error: getaddrinfo EAI_AGAIN ubports.github.io
I have version 0.10.0 from the --edge
channel
I currently have it installed on a separate Ubuntu 18.04 partition, but it seems to have not received any updates in a while (I haven't booted that partition in months).
I installed exfat*
packages on my phone through the terminal, but Ubuntu Touch still can't detect my 128GB SD card. Is there a way to do it, or do I have to format it?
So what's the difference between the 2?
@advocatux The Matrix room doesn't exist
I just finished school, so now I have time to tackle this again.
I'm now getting this error after I ran mka mkbootimg
frameworks/av/camera/cameraserver/Android.mk:18: Target has integrated cameraserver into mediaserver. This is weakening security measures introduced in 7.0
halium/hybris-boot/Android.mk:69: ********************* /boot appears to live on /dev/block/platform/msm_sdcc.1/by-name/boot /dev/mmcblk0p20
halium/hybris-boot/Android.mk:70: ********************* /data appears to live on /dev/block/platform/msm_sdcc.1/by-name/userdata /dev/mmcblk0p29
halium/hybris-boot/Android.mk:73: *** There should be a one and only one device entry for HYBRIS_BOOT_PART and HYBRIS_DATA_PART. Stop.
@suoko nope sorry
So I got it to build, but now I'm wondering about changing userdata or data to ext4. In fstab.qcom
, there are 2 /data
mountpoints, one with f2fs and the other with ext4. Do I just delete the f2fs entry?
/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs nosuid,nodev,noatime,rw,inline_xattr wait,check,formattable,encryptable=footer
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 nosuid,nodev,noatime,noauto_da_alloc,journal_async_commit,errors=panic wait,check,formattable,encryptable=footer