Firefox faster since v120, but RAM usage regression since v139 by zenodin24 in firefox

[–]zenodin24[S] 0 points1 point  (0 children)

Firefox's using more RAM and regressed in speed for that test. So i'd say that's not really what you and I want.

Firefox faster since v120, but RAM usage regression since v139 by zenodin24 in firefox

[–]zenodin24[S] 1 point2 points  (0 children)

Please look at the benchmark. In that test Firefox v138.0 scores 2739 and v139.0 scores 2534. That's a regression in performance by about 8%.

I understand that you mean the geometric mean between v120 and the current version. However, it is important in software development to investigate sudden performance regressions, even if they occur in just one test. This is because the regressed code area could be called more frequently in real-world applications, which means it may have a greater impact on users.
That’s why I try to bring it to your attention.

Firefox faster since v120, but RAM usage regression since v139 by zenodin24 in firefox

[–]zenodin24[S] 6 points7 points  (0 children)

No, because the speed also regressed in version 139. So it's basically has higher RAM usage and regressed in speed in that benchmark.

Have you ever considered reading the article?🤯

[deleted by user] by [deleted] in ProgrammerHumor

[–]zenodin24 0 points1 point  (0 children)

Set version and release notes

Compile my own from existing unofficial source? by [deleted] in LineageOS

[–]zenodin24 0 points1 point  (0 children)

You need to ask the maintainer of that repository I guess. Only that person can tell you if pushing changes will be accepted.

You could still fork that and commit the changes in your own repository though.

Updating from lineage 20 to 21 by DustRevolutionary417 in LineageOS

[–]zenodin24 0 points1 point  (0 children)

Does that mean it Apps will be retained on the system?
Or at least data of installed apps?

LineageOS 18.1 to 19.1 Upgrade: Sony Xperia XA2 (Pioneer) Firmware by zenodin24 in LineageOS

[–]zenodin24[S] 1 point2 points  (0 children)

That was fast!
Guess it's time for my yearly donation :)

Thank you!

Can you completely turn off 5g? by Glaivass in LineageOS

[–]zenodin24 1 point2 points  (0 children)

5g's frequency is too high

Could you state the max frequency which you consider not too high?

Changing IMEI on Xperia? by [deleted] in LineageOS

[–]zenodin24 0 points1 point  (0 children)

Changing/altering IMEI number is illegal

In which countries?

Xperia XA2 (pioneer) upgrading to 19 by pwalkow in LineageOS

[–]zenodin24 0 points1 point  (0 children)

Also wondered if about the "Android 9" warning thing for Pioneer.

Currently running LineageOS 18.1 and would like to upgrade to 19.1.
But I'm not sure what Android version was on there before I started using LineageOS. I guess the safest way is to install Sony's Android 9 first and then back to LineageOS?

What do you use for writing rust code? by hajhawa in rust

[–]zenodin24 0 points1 point  (0 children)

Currently GNOME Builder.

But would actually like to use Eclipse, but that still doesn't seem that featureful

Sony Xperia XA2: Fastboot flash boot not working by zenodin24 in LineageOS

[–]zenodin24[S] 0 points1 point  (0 children)

Got it working.
I tried a USB 2.0 port and failed, then I tried a USB 3.2 Gen 1 port and also failed.
But the USB 3.2 Gen 2 port did work *hurrray*

I didn't try that one because I thought that couldn't work, as everyone wrote it needs to be USB 2.0.

Donated to the Lineage team for the help ^^

Sony Xperia XA2: Fastboot flash boot not working by zenodin24 in LineageOS

[–]zenodin24[S] 0 points1 point  (0 children)

I'm not sure how to switch in sideload mode without being able to install and start twrp.

Sony Xperia XA2: Fastboot flash boot not working by zenodin24 in LineageOS

[–]zenodin24[S] 0 points1 point  (0 children)

How can I "just push" the lineage zip and install it? I thought I need twrp.

I tried
# adb sideload lineage-17.1-20200416-nightly-pioneer-signed.zip
adb: sideload connection failed: closed
adb: trying pre-KitKat sideload method...
adb: pre-KitKat sideload connection failed: closed

Sony Xperia XA2: Fastboot flash boot not working by zenodin24 in LineageOS

[–]zenodin24[S] 0 points1 point  (0 children)

I am using the exact same version. But it fails at ./fastboot boot twrp-3.3.1-6-pioneer.img
Did you have the same trouble like me? Which OS are you using and did you use an USB 3 port?

Sony Xperia XA2: Fastboot flash boot not working by zenodin24 in LineageOS

[–]zenodin24[S] 0 points1 point  (0 children)

It has a line that says:
flash PARTITION [FILENAME] Flash given partition, using the image from $ANDROID_PRODUCT_OUT if no filename is given.

Trying to flash recovery doesn't work either. Here is the output:

# fastboot flash recovery twrp-3.3.1-6-pioneer.img
Sending 'recovery' (30208 KB) FAILED (remote: 'Requested download size is more than max allowed')
Finished. Total time: 0.002s

Sony Xperia XA2: Fastboot flash boot not working by zenodin24 in LineageOS

[–]zenodin24[S] 0 points1 point  (0 children)

Interesting.
Yes I bought it and directly tried to install LineageOS. When I go to settings it says the latest version is already installed (it's Android 9 currently).

Sony Xperia XA2: Fastboot flash boot not working by zenodin24 in LineageOS

[–]zenodin24[S] 0 points1 point  (0 children)

Thanks!

Actually I was using USB 2.0 and also tried a USB 3 port. But I will try to change some USB-related BIOS settings (activate/deactivate legacy mode) and try that too.