[ROM][Z3TC] LineageOS 18.1 SGP621 [UNOFFICIAL]

Search This thread

Max8719

Member
May 14, 2018
48
32
Are you sure u installed this package?It's arm64bit.Our tablet is armv7 32 bit..

Yes I know. It worked out for me. I used Opengapps before, but the stopped at Android 10. Oh, I saw now that Android 11 is also available with Opengapps. So if you want to go safe take this one with platform ARM. Here is a link : https://opengapps.org/
 

kos25k

Senior Member
Nov 15, 2012
3,171
437
Are you sure u installed this package?It's arm64bit.Our tablet is armv7 32 bit..

Yes I know. It worked out for me. I used Opengapps before, but the stopped at Android 10. Oh, I saw now that Android 11 is also available with Opengapps. So if you want to go safe take this one with platform ARM. Here is a link : https://opengapps.org/
Thanks.But this package seems outdated (15 Feb 2022) I will try nikgapps.My tablet lags very much in point i can't use it.Also when i flash pitchblack recovery from twrp (scorpion 3.0.2) it asks me to install as boot or system.But when i flash as boot,it desapears after next boot.Can i choose install to system?
 

Attachments

  • IMG_2023-02-09-01-08-19-839.jpg
    IMG_2023-02-09-01-08-19-839.jpg
    1.3 MB · Views: 32
Last edited:

Max8719

Member
May 14, 2018
48
32
Thanks.But this package seems outdated (15 Feb 2022) I will try nikgapps.My tablet lags very much in point i can't use it.Also when i flash pitchblack recovery from twrp (scorpion 3.0.2) it asks me to install as boot or system.But when i flash as boot,it desapears after next boot.Can i choose install to system?
Yes, I think it's not working with TWRP. I also using the pitchblack recovery. But honestly I'm not sure if you can flash it to system. I flashed it with adb.
 

kos25k

Senior Member
Nov 15, 2012
3,171
437
Yes, I think it's not working with TWRP. I also using the pitchblack recovery. But honestly I'm not sure if you can flash it to system. I flashed it with adb.
And it stays permanent?Which command u used?You mean u straighly installed pitchblack from cmd or twrp and then pitcblack?
 

Max8719

Member
May 14, 2018
48
32
Yes ofc, it's the recovery. You have to install it with a computer with adb.
fastboot flash FOTAKernel should work
 

Max8719

Member
May 14, 2018
48
32
Yes it should. There many commands to flash a recovery. But you should search a bit in the web how to do it, if you are not so familiar with it....
 
  • Like
Reactions: kos25k

petefoth

Senior Member
Dec 12, 2015
243
200
Whaley Bridge
Sony Xperia Z3 Compact
I'm having problems booting my Z3TC WiFi SGP611 to recovery. Flashing recovery using `fastboot flash FOTAKernel pbrp_9.0_z3tcw.img` seems to work, but when I try to reboot to recovery the device boots into stock ROM. I have tried
  • fastboot reboot recovery
  • adb reboot recovery
  • Pressing Volume down + Power buttons
Am I missing something basic?

EDIT:
I also tried flashing with `fastboot flash recovery...` rather than `fastboot flash FOTAKernel..`, but same result :(
 
Last edited:

skt830

New member
Feb 23, 2008
2
0
First of all thanks to OP and all the contributors. I got this working after a several tries and very happy with it overall. I have a couple of issues so thanks in advance to anyone who can point me to the right direction...

First issue is display related, Chrome was acting up for some reason (black line on top and wasn't responding) but after several wipes and factory resets that seems to be fixed. The other display issue I am having at the moment is with Here We Go app which causes constant flickering.

Second issue is with Magisk, even though I followed the instructions (renaming modded apk to zip and installing it that way and I see the icon , when I click on it it says it needs to download something but fails...

Thank you very much again.


Edit: 5ghz not working for me also, tablet was bought from Amazon Germany Sgp621 model.
 

petefoth

Senior Member
Dec 12, 2015
243
200
Whaley Bridge
Sony Xperia Z3 Compact
I'm having problems booting my Z3TC WiFi SGP611 to recovery. Flashing recovery using `fastboot flash FOTAKernel pbrp_9.0_z3tcw.img` seems to work, but when I try to reboot to recovery the device boots into stock ROM. I have tried
  • fastboot reboot recovery
  • adb reboot recovery
  • Pressing Volume down + Power buttons
Am I missing something basic?

EDIT:
I also tried flashing with `fastboot flash recovery...` rather than `fastboot flash FOTAKernel..`, but same result :(
Anyone? I really would like to be running this ROM on my tablet, but without a functioning recovery it's not going to happen :(

Any clues how to make progress?

Thanks in anticipation
 

Jems_

Senior Member
Nov 21, 2014
52
16
Agen
put the rom on sd card, fastboot flash FOTAKernel pbrp_9.0_z3tcw.img . boot to prbp install the rom then reboot. your system should be Lineage and the recovery should be TWRP.
 
  • Like
Reactions: petefoth

petefoth

Senior Member
Dec 12, 2015
243
200
Whaley Bridge
Sony Xperia Z3 Compact
Yes. I've read the whole thread and now I am more confused. I have unlocked the bootloader successfully, I don;t want or need root. And I don't understand why that thread talks about flashing to the `boot` partition, when on other Sony devices (including Z3 and Z3 Compact) I normally flash the recovery image to the `recovery` partition, and your instructions use `FOTAKernel`. But I can leave finding out about all that until later :)

All I want at the moment is to know how to "boot pbrp"

I'm following your instructions, from earlier
put the rom on sd card, fastboot flash FOTAKernel pbrp_9.0_z3tcw.img . boot to prbp install the rom then reboot. your system should be Lineage and the recovery should be TWRP.
The bootloader is unlocked
`fastboot flash...` command worked,
Code:
$ fastboot flash FOTAKernel pbrp_9.0_z3tcw.img
Sending 'FOTAKernel' (14868 KB)                    OKAY [  0.575s]
Writing 'FOTAKernel'                               OKAY [  0.987s]
Finished. Total time: 1.575s

But none of the usual ways I know of booting to recovery work: they all end with the Stock ROM running
 
Last edited:

M1chiel

Senior Member
Yes. I've read the whole thread and now I am more confused. I have unlocked the bootloader successfully, I don;t want or need root. And I don't understand why that thread talks about flashing to the `boot` partition, when on other Sony devices (including Z3 and Z3 Compact) I normally flash the recovery image to the `recovery` partition, and your instructions use `FOTAKernel`. But I can leave finding out about all that until later :)

All I want at the moment is to know how to "boot pbrp"

I'm following your instructions, from earlier

The bootloader is unlocked
`fastboot flash...` command worked,
Code:
$ fastboot flash FOTAKernel pbrp_9.0_z3tcw.img
Sending 'FOTAKernel' (14868 KB)                    OKAY [  0.575s]
Writing 'FOTAKernel'                               OKAY [  0.987s]
Finished. Total time: 1.575s

But none of the usual ways I know of booting to recovery work: they all end with the Stock ROM running
It has been a while since I worked with this tablet, but if I remember correctly the fastboot commands for rebooting into recovery don't work for this device. The button combination (power and either vol - or +) works but timing of releasing the buttons is key to boot into recovery. If you release too early or too late you boot into system instead. Also the original recovery may be restored if you reboot into system, so you must reflash the custom recovery first after you failed to boot into recovery.
 
  • Like
Reactions: petefoth

petefoth

Senior Member
Dec 12, 2015
243
200
Whaley Bridge
Sony Xperia Z3 Compact
Thanks. I'll give that some more tries.

But now - after experimenting wth `fastboot flash...` and `fastboot boot..` commands, the device won;y boot into stock :( IT displays the blue 'wavy line' startup animation indefinitely :(

I think I need to reflash the stock firmware, if I can find it anywhere
 

Pfrinz

Member
Feb 1, 2022
20
2
@petefoth You can flash it quite easy with Flashtool and Emma, thats what I did for some times now after running into the same issues as you...
Also for making sure to be on the latest stock ROM version.
None of the special issues or even button timing was necessary on the several SPG621 devices I successfully flashed, hmmm...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I have managed to make builds of /e/OS for this device, based on @evil-god's code:

    - LTE Version SGP621 `z3tc`
    https://androidfilehost.com/?fid=10620683726822056234
    - WiFi Version SGP611 `z3tcw`
    https://androidfilehost.com/?fid=10620683726822056252

    I have run the WiFi version and it seems to work as expected. I dirty flashed it over my unofficial LineageOS for MicroG build, and all my installed apps continued to work under /e/OS :)

    I haven’t run the LTE version at all - you’re on your own!

    Limited support available here, or in this /e/OS Community Forum thread

    Updated LineageOS for MicroG builds to follow shortly (I hope) available in these AndroidFileHost directories
    - LTE
    https://www.androidfilehost.com/?w=files&flid=338244
    - WiFi
    https://www.androidfilehost.com/?w=files&flid=338245
  • 37
    lineage-logo.png

    LineageOS
    Sony Xperia Z3 Compact Tablet SGP621 & SGP611

    In the beginning credits goes to:

    the AICP rom team
    LineageOS & CM (R.I.P.) team
    Community


    Bugs:

    • wifi 5ghz not working in some countries, 2.4ghz working fine.
    • Magisk dont work, dont patch boot.img manually, workaround unzip this modded apk and rename apk to zip, the flash via recovery


    It is STRONGLY recommended to fully wipe your device before flashing!
    If you believe you know what you're doing and do a "dirty" flash - then fine, go ahead, but please don't complain if you experience any strange behavior.


    How to flash for the first time:
    (Again: Don't do it if you don't know it!)

    1. Download the ROM, (optional GApps) and transfer them to your device(or sideload via adb)
    2. Boot to recovery.
    3. Wipe the System, Cache, Data and ART/Dalvik cache.
    4. Flash the ROM Zipfile.
    5. Flash the GApps (optional, needed for e.g. Google Playstore to work) or Magisk, use this mod
    6. Reboot and set up your device.

    Sources:
    Gitlab
    28
    DOWNLOADS

    Recovery (Pitchblack Recovery Project, pbrp)

    SGP621 LTE

    SGP611 WIFI

    ROM

    SGP621 LTE, legacy tested OrangeFox-Recovery, pbrp see above
    build 20230424 april patch level
    optional lineage recovery (no touch, use volume up/down and power)


    SGP611 WIFI
    build 20230424 april patch level
    optional lineage recovery (no touch, use volume up/down and power)
    11
    Updated SGP611 build: sensors and camera fixed
    download
    8
    Any skilled tester here? i make a build for the SGP611, now i need some brave tester, you should know how to collect debug data like "adb logcat > boot01.log".

    ROM IS UNTESTED, IF YOU DONT KNOW HOW BRING IT BACK TO LIFE FROM A BOOTLOOP, DONT WRITE ME!

    write me a message to get a download link.
    see #2 for download
    8
    Hello, a SGP611 updated build would be appreciated. If a developer reads my prayer, please help :)