I am planning to use Android 12 with halium 12 for porting effort.
Hopefully it should work
Best posts made by nibzy26
-
RE: Xiaomi Redmi Note 12
-
RE: NFS Mount touch phone
@arubislander Thanks
Just thinking whats the best way to edit files directly on the phone
Can i install sublime text or any other suitable editor on it instead of using nano.
If yes how to install ?
It has been not so good experience so far ...AH -
new design of login pin screens
Hi,
I want to change some screen backgrounds and colors for pinpromt screen.I have found pinPromt.qml file but how do i go about changing background image and colors etc
I am talking about this screen.thanks
I have cloned lomiri repo from gitlab and was hoping that I would change few files in the Greeter section and that will do the job ?
Please adviseThanks

-
RE: File manager app guide for qml code
@arubislander Thanks
thats very useful
-
RE: Xiaomi Redmi Note 12
@beyolf
Thanks , that clarifies few things for a newbie.
I am already thinking of selecting an older phone redmi 10 which has android 11 as I just want to make a port successful instead of wandering into unknowns.
So this android kernel from Xiaomi , is it part of their offical ROM image for a particular phone which I have to download as this step is not clear to me from the porting guide -
RE: Xiaomi Redmi Note 12
@beyolf said in Xiaomi Redmi Note 12:
Edit: also in the documentation there are 3 porting methods . The method which you should use is the Standalone kernel method , which is also the simplest way (Yayy)
that's cool
lemme have a look at kernel methodthanks
-
RE: upgrade android version and UB-Touch
Hi,
Finally the 165 hrs wait period is over an di have unlocked the bootloader using Xiaomi unlock tool.
I checked again on my redmi note 9 pro the android version is 10
MIUI Global 12.0.3 Stable
12.0.3.0(QJZMIXM)Android version: 10QKQ1.191215.002
so it means that I can go ahread and install touch os on it using the ubports installer ??
Please advise
Thanks
-
upgrade android version and UB-Touch
Hi,
I have redmi note 9 pro which came with Android 10 originally but this phone is upgradable to android 12 so I upgraded to Android 12 .
But will it make it uncompatible with ubuntu touch now Or I can still install UB-touch on it ?? -
RE: File manager app guide for qml code
Finally some success
The mp3 file icons and some other file type icons that I was looking for are in icons/Humanity/mimes/48/ and not in icons/suru/ although my theme in filemanager app is set to Suru
Why the hell they are not in suru and inside Humanity ?
How the hell I or someone is supposed to know that.
OMG
Latest posts made by nibzy26
-
RE: upgrade android version and UB-Touch
@beyolf Thanks
I am confused about MIUI and Stock ROMs.Are they same ?
is there any official link where I can download MIUI Android 12 -
RE: upgrade android version and UB-Touch
@beyolf Thanks
One Last Question
ON my Redmi Note 9 how can i install android now
Please advise
Thanks
-
RE: Program for resize / partition of your Ubuntu Phone to 6G!
@RadioMick Thanks
on my Redmi Note 9 pro i get this
phablet@ubuntu-phablet:~$ df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/system 3026216 3000464 0 100% /
phablet@ubuntu-phablet:~$Although I didnt install too many packages.
How to fix this ?Thanks
-
RE: upgrade android version and UB-Touch
@beyolf Thanks
I have a different issue. I didnt do lots of apt get installs but suddenly i am getting error " No space left on device"
phablet@ubuntu-phablet:~$ df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/system 3026216 3009748 0 100% /while on the phone under storage it says 114GB Free.
any idea how to fix itThanks
-
RE: error while installing lomiri-systems-settings
Alos getting low spce issue on the phone
phablet@ubuntu-phablet:~/Documents$ df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/system 3026216 3009728 0 100% /
phablet@ubuntu-phablet:~/Documents$How can I make some space . I dint install any large packages yet.
-
RE: error while installing lomiri-systems-settings
@lduboeuf said in error while installing lomiri-systems-settings:
sudo umount /usr/share/session-migration/scripts
@lduboeuf Thanks it solved one problem
but now complaining about dependency issuesetting up liblomirisystemsettingsprivate-dev:arm64 (1.0.2+1local~1699268765) ...
dpkg: dependency problems prevent configuration of lomiri-system-settings:
lomiri-system-settings depends on libdeviceinfo0 (>= 0.2.1+0~20231014230604.8+ubports20.04~1.gbp7e819c); however:
Version of libdeviceinfo0 on system is 0.2.0+0~20230918210732.7+ubports20.04~1.gbp72afc4.dpkg: error processing package lomiri-system-settings (--install):
dependency problems - leaving unconfiguredI built these arm64 deb packages using crossbuilder
also tried to install it like
phablet@ubuntu-phablet:~/Documents$ sudo apt install libdeviceinfo0=0.2.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '0.2.1' for 'libdeviceinfo0' was not found
phablet@ubuntu-phablet:~/Documents$ -
RE: upgrade android version and UB-Touch
Can we install Touch os on redmi Note 9 ?
Its not 9s or 9 Pro or pro max
Just simple note 9
is it possible ?

-
error while installing lomiri-systems-settings
I used crossbuilder to build my changes in lomiri-systems-settings and it built arm64 based deb packages.But I am getting this error while installing them onto the phone
Unpacking lomiri-system-settings (1.0.2+1local~1699268765) over (1.0.1+0~20231003095806.181+ubports20.04~1.gbp8b9442) ...
dpkg: error processing archive lomiri-system-settings_1.0.2+1local~1699268765_arm64.deb (--install):
unable to create '/usr/share/session-migration/scripts/lomiri-system-settings-datahome-migration.sh.dpkg-new' (while processing './usr/share/session-migration/scripts/lomiri-system-settings-datahome-migration.sh'): Read-only file system
dpkg: error while cleaning up:
unable to remove newly-extracted version of '/usr/share/session-migration/scripts/lomiri-system-settings-datahome-migration.sh': Read-only file systemAlthough I did sudo mount -o rw,remount /
-
RE: lomiri-system-settings
I am using crossbuilder t omake deb packages of lomirisystem-settings it built the packages but having issues installing it on ubports-pdk VM for testing
where can i specify my own version of the package
currently version 1.0.2+ is installed -
RE: lomiri-system-settings
Can i edit files directly on the phone ?
I checked under /usr/share/lomiri-system-settings
some files are present in qml-plugin but some src files are not there ?