Friday, 2023-06-30

T42<neochapay> Same (re @elros34: linkerconfig also fa...)05:07
T42<TheVancedGamer> mal: there's no "setprop vold.decrypt trigger_restart_framework" in system/core09:13
T42<TheVancedGamer> maybe system/vold09:14
T42<TheVancedGamer> nope09:14
T42<elros34> @neochapay  without better ideas, you can try removing linkerconfig mount from /usr/lib/systemd/system/*.mount and uncomment 'mount none linkerconfig/bootstrap' in init.rc. Can you also show your  /usr/libexec***/init. Check also early logcat now. If you can get it because device reboots then you must remove reboot_on_failure property from few services: boringssl, apex, and 2or 3 more which I do not remember09:19
T42<elros34> If you can't get it*09:19
T42<elros34> I hope you also watch dmesg for any unusual errors09:26
Mister_MagisterWill my phone work if i restore /home from another sfos phone? I take bets09:26
T42<Mister_Magister> @b100dian ping09:56
T42<b100dian> pong09:57
T42<Mister_Magister> so… why is there so many packages on obs09:58
T42<Mister_Magister> can i fix the pixel ratio? (re @b100dian: pong)09:58
T42<b100dian> I think fpd & community encryption. The former is for testing, the latter is not enabled by default, you have to install it manually10:00
T42<b100dian> the droid-hal bits are present or both though10:00
T42<Mister_Magister> aight10:01
T42<Mister_Magister> so can i fix pixel ratio or will you protest xd10:02
T42<b100dian> in which direction, make 5 columns of everything?10:03
T42<Mister_Magister> basically10:04
T42<Mister_Magister> jolla phone's screen width was 10cm which gives 2.5cm per column, and since sake's phone is 13.7cm wide, it requires at least 510:07
T42<Mister_Magister> simple maths10:07
T42<Mister_Magister> @b100dian so what do you say (cause i'm doing it either way)10:13
T42<b100dian> Do it.10:13
T42<b100dian> I need to change my glasses anyway:))10:14
T42<Mister_Magister> ok grandpa :P10:15
T42<Mister_Magister> @b100dian expect many commits cause i'll be cleaning up xd10:17
mal@TheVancedGamer looks that was actually removed in android 1311:07
Mister_Magisterwell well well, restoring home from another device worked!11:08
T42<TheVancedGamer> mal: then I still don't know why minimedia requests 1.0 but 1.2 is installed in system image :p11:10
Mister_Magisteri miss sfos's public bugtracker, would have reported so many droidmedia bugs11:37
mal@TheVancedGamer yeah, that's odd, anything interesting in logcat11:38
Mister_Magisteranyone even remmeber when sfos has bugzilla xd11:38
malso report those to droidmedia github11:42
Mister_Magisterthats an idea11:44
Mister_Magistermal: btw any update on those i reported to you? xd11:44
malwhich ones?11:44
Mister_Magisterthe h264 seeking bug mainly11:45
Mister_Magisterit affects a lot of people greatly11:45
Mister_Magistermal: any funny ideas how to force icon_res to be 1.5 while having pixel_ratio 1.75?12:19
Mister_Magisteri don't think its possible with current droid-configs.inc12:30
T42<neochapay> ```12:31
T42<neochapay> writev(5, [{iov_base="<2>linkerconfig: Check failed: !\"undefined var\" LLNDK_LIBRARIES_VENDOR is not defined\n", iov_len=86}], 1) = 86```12:31
T42<neochapay>  (re @elros34: @neochapay  without ...)12:31
malMister_Magister: doesn't the silica-configs.txt file have separate value for both12:31
T42<neochapay> Very intrested12:31
Mister_Magistermal: it does, but the droid-configs.inc generates icon_res from pixel_ratio and you can't overwrite it or modify it12:32
Mister_Magisteri could make script in %post that fixes the file… that looks to me like the only option12:32
malmaybe make a patch to override it?12:32
Mister_Magisterto patch the spec?12:32
Mister_Magisteri don't think you can patch the spec within spec12:33
malI mean something like https://github.com/mer-hybris/droid-hal-configs/blob/master/droid-configs.inc#L454 to make if else for force icon res and the automatic calculation12:33
mala few lines later in that file where icon_res is handled12:34
Mister_Magisterye i mean i would make PR to the repo but it will probably take months before its merged12:34
Mister_Magisteryes i'm familiar with the file12:34
Mister_Magisterother than fixing it on device in additional_post_scripts i don't see other way without making pr to the droid-configs.inc12:37
Mister_Magisterhmm wait a minute i've gotten an idea12:43
Mister_Magisterif i remove the file from dcd and put my own, then sed will do nothing12:43
Mister_Magister how do you change max fps in sfos16:16
Mister_Magisterlet me guess… nobody knows/you cant16:17
*** amccarthy is now known as Guest465116:35
*** amccarthy_ is now known as amccarthy16:35
Mister_MagisterThaodan: ping you had some fun with CNSS?17:12
T42<smatkovi> Could this be accurate? To change the maximum frames per second (fps) in Sailfish OS (SFOS), you can follow these steps:21:39
T42<smatkovi> 21:39
T42<smatkovi> 1. Open the Terminal app on your SFOS device.21:39
T42<smatkovi> 2. Type the following command and press Enter:21:39
T42<smatkovi> 21:39
T42<smatkovi>    devel-su21:39
T42<smatkovi> 21:39
T42<smatkovi>    This command will grant you root access.21:39
T42<smatkovi> 3. Enter the root password when prompted.21:39
T42<smatkovi> 4. Type the following command to open the configuration file for the compositor:21:40
T42<smatkovi> 21:40
T42<smatkovi>    vi /etc/environment21:40
T42<smatkovi> 21:40
T42<smatkovi>    This command will open the file in the vi text editor. If you prefer a different text editor, you can replace "vi" with the name of your preferred editor.21:40
T42<smatkovi> 5. Use the arrow keys to navigate to the line that starts with QT_QPA_EGLFS_SWAPINTERVAL. This line controls the maximum fps.21:40
T42<smatkovi> 6. Press the i key on your keyboard to enter insert mode in vi.21:40
T42<smatkovi> 7. Change the value after QT_QPA_EGLFS_SWAPINTERVAL= to your desired maximum fps. For example, if you want a maximum of 60 fps, change it to 1/60.21:40
T42<smatkovi> 8. Press the Esc key on your keyboard to exit insert mode in vi.21:40
T42<smatkovi> 9. Type :wq and press Enter to save the changes and exit vi.21:40
T42<smatkovi> 10. Restart your SFOS device for the changes to take effect.21:40
T42<smatkovi> 21:40
T42<smatkovi> Please note that modifying system configuration files can have unintended consequences or may require technical knowledge. Make sure to proceed with caution and create a backup of any critical files before making changes.21:40
T42<smatkovi> Oh sry it's late: https://pastebin.com/svSrPtEM21:41

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!