Development [ROM][Unofficial][pdx225][13] Lineage 20 For SONY XPERIA 10IV

Fast Charging or HS and Battery control (charging is capped to 2w)

  • Fast Charge

    Votes: 0 0.0%

  • Total voters
    2
  • Poll closed .
Search This thread

King081

Senior Member
Update available

Requires CLEAN FLASH

Changelog:
Boots Up much faster
Now in Userdebug
Reduced lag
USB nows works in recovery, so you can do adb sideload

Current Bugs:
camera
slight bug with audio

install recovery by booting into fastbootD

fastboot flash vendor_boot vendor_boot.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img

(.img files are now available in download link)

then to install rom

adb sideload rom.zip

download here at

https://drive.google.com/drive/folders/1tpg8SwQn3-kV4b-Ta_4yenLwQNHLWiyR?usp=share_link
 

bgr.kya1

New member
Mar 15, 2023
3
0
hi guys, how can I install the files in the picture for the m31? can anyone help with this?

I'm new to the forum, sorry if I'm posting in the wrong place, my english is not that good.


Ekran görüntüsü 2023-03-15 221433.png
 

King081

Senior Member
Did a clean install.
Working much better than before, everything is smooth now.
LSPosed is also working thankfully, it didn't before, I need this.

Aside from the 2 documented bugs, there is few more I found, I'm unable to set the alarm volume, it's always muted. Device thinks the USB is connected after it has been disconnected, rebooting removes this notification. Audio always plays from the speaker and the volume is always at max.

It's working much better than GSI I previously used, the fingerprint scanner actually works while the phone is charging, you have no idea how weird it was, and auto brightness works.
Yeah about the Audio I found out later and mentioned it, for usb just swipe the notification
 

Georgz21

Member
Mar 20, 2023
11
1
Hello all! First time here in XDA and is my first comment! I have the cc54 version and i am wondering if that rom is ready enough for daily use, because is my main device. I like the body form from that phone but from original rom missing a lot of futures like button mapping or AOD. Thanks for your hard job! I really appreciate it and please keep us updated!!
 

Georgz21

Member
Mar 20, 2023
11
1
If you read earlier posts in the thread with the bugs I reported then you can judge if it's good for daily use.
I don't use the camera often so I can wait for that to be fixed, the audio bugs annoy me more since I use my phone as a phone a lot and would like that resolved.
Otherwise performance is good, normal usage is smooth and everything else works correctly compared to GSI.
Thanks for your reply! By the way i cant play HEVC h265 files with the original rom, all the times videos have a lot of lag (already tried several files with different players like kodi, mx player, just player ect) Tbh i dont know if the problem related to the rom or cant decoded because xperia 10 iv hardware cant handle it. From the official site they said clearly that HEVC h.265 is supported. Can you try please a hevc file with lineage rom for me? Thanks anyway!
 

Georgz21

Member
Mar 20, 2023
11
1
Works perfectly, I used VLC and copied an anime episode I have saved that is encoded as x265.
Skipping has no delays and is instant. Not sure what's wrong with the stock rom but it works fine for me on lineage.
Thanks for your fast reply! Basically the main problem is for hevc h265 rips with UHD resolution, sorry i didn't make it clear!
Also I notice something strange : while the internal loud speaker can output 24Bit 48khz, if I plug in wired headphones or a soundbar with auxiliary, the audio jack can output only 16Bit 44khz!!!!! I checked it with poweramp audio info with 24Bit 96khz (flac) audio files. Sorry for bothering you and really appreciate for your time!
 

Sakuu

Senior Member
Mar 29, 2020
262
82
Sony Xperia 1 III
Thanks for your fast reply! Basically the main problem is for hevc h265 rips with UHD resolution, sorry i didn't make it clear!
Also I notice something strange : while the internal loud speaker can output 24Bit 48khz, if I plug in wired headphones or a soundbar with auxiliary, the audio jack can output only 16Bit 44khz!!!!! I checked it with poweramp audio info with 24Bit 96khz (flac) audio files. Sorry for bothering you and really appreciate for your time!
Might be because 10 IV doesn't have a cirrus amp while flagships have it.
 
  • Like
Reactions: Georgz21

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    New Build available

    Fixed some WIFI errors that were non stop spamming in logs
    Improved Memory Consumption
    GCam works now aswell
    Selinux is in permissive for now

    May need a CLEAN FLASH

    Download Link
    Google Drive

    GCam: install apk and apply tint fix
    Download
    2
    Have Fun :), it was a pain to get camera working
    2
    May i ask please, are both speakers now tuned as stereo, with your latest build?
    Also, i need to know if that device has radio Fm/Am chip (as hardware), because unfortunately i did not have that future with stock Rom.
    I can use radio only from web, but is useless when i dont have access to wifi or data.
    Thanks alot
    Stereo is not enabled yet will work on that, i will definitely mention that in the change log once i do it, I tried FM radio and it does not work unfortunately
    2
    Ok bluetooth audio issues have been solved now
    2
    Thanks to another user I got my phone up and running again, back on developing again
  • 6
    2okPze5.png

    LineageOS is a free, community built, aftermarket firmware distribution of Android 13, which is designed to increase performance and reliability over stock Android for your device.

    LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for LineageOS is available in the LineageOS GitHub repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. You can also view the Changelog for a full list of changes & features.

    Basic requirements:

    • Unlock your bootloader, make sure you are on Android 13 firmware.
    • Make sure you can send and receive SMS and receive calls (also via WiFi and LTE, if possible). It would be better for you to get VoLTE/VoWiFi utilized once on stock to provision IMS
    • Currently tested on XQ-CC54 (If it does not work, please report below)
    • Make sure you have gone through the installation guide once before proceed!
    Installation:

    Extract the rom and the extract the payload and the continue with steps below (note usb does not work in recovery yet so transfer rom to sdcard)
    1. Flash additional partitions and recovery.
      • Download the following files from the download link:
        • dtbo.img
        • vendor_boot.img
        • boot.img
      • Connect your device to your PC via USB if isn't already
      • If your device is not already in fastboot mode, on the computer, open a command prompt (on Windows) or terminal (on Linux or macOS) window, and type:

        adb reboot bootloader
      • Flash the downloaded image files to your device by typing:

        fastboot flash dtbo <dtbo>.img
        fastboot flash vendor_boot <vendor_boot>.img
        fastboot flash boot <boot>.img
      • Now reboot into recovery to verify the installation:

        fastboot reboot recovery
    2. Installing LineageOS from recovery
      • Download the lineageos installation package that you would like to install from the download link
      • If you are not in recovery, reboot into recovery
      • Now tap Factory Reset, then Format data / factory reset and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage, as well as format your cache partition (if you have one).
      • Return to the main menu
      • Sideload the LineageOS package
        • On the device, select "Apply Update", then "Apply from sd card" to begin flashing rom
      • Return to the main menu
      • (Optionally) If you want to install any add-ons, click "Advanced", then "Reboot to Recovery", then when your device reboots, click "Apply Update", then "Apply from sdcard", then chosse your packages in.
    3. Once you have installed everything successfully, click the back arrow in the top left of the screen, then "Reboot system now"
    Downloads:
    https://drive.google.com/drive/folders/1tpg8SwQn3-kV4b-Ta_4yenLwQNHLWiyR?usp=sharing

    Device Trees & Kernel Source:

    Current Bugs:
    None

    Many thanks to:
    @clfbbn
    @loipuru
    @WindowsDev0
    @dylanneve1
    @Sakuu

    Special thanks to
    Sony
    @jerpelea

    For sending me the device
    4
    All Audio issues have been fixed, a new build will be uploaded some point later,
    Telegram support link has been fixed too, now you can join and get support
    3
    Just FYI I have not abandoned the device, I've just broke Audio in a whole new way and cam still doesn't work yet
    3
    New Build available

    Fixed some WIFI errors that were non stop spamming in logs
    Improved Memory Consumption
    GCam works now aswell
    Selinux is in permissive for now

    May need a CLEAN FLASH

    Download Link
    Google Drive

    GCam: install apk and apply tint fix
    Download
    2
    Good afternoon, can you tell me if the lineage firmware for our device is still in development? Who is already testing this firmware, is it possible to use it in everyday life?
    It has some bugs but it's still in development, have a look at bug list and decide whether you can daily it or not