New too Android. Could someone point me to what that ^ means?
Would somebody be willing to point me to where stock android 10 for the 5 ii can be downloaded? That's a prerequisite to this guide. I'm having trouble finding anything that I feel I could trust (undoubtedly I simply don't know where to look). Thanks very much in advance.
I haven't used this in a couple of years so I'm not sure if it supports this Xperia model, but you can give it a shot: https://forum.xda-developers.com/t/tool-xperifirm-xperia-firmware-downloader-v5-4-0.2834142/
I believe he mentioned in one of these threads that he sold the phone and is no longer developing with/for it.
Why no Chinese??Code:#include <std_disclaimer.h> /* * Your warranty is now void. * * I am not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this ROM * before flashing it! YOU are choosing to make these modifications, and if * you point the finger at me for messing up your device, I will laugh at you. */
NOTICE:
This is the last update before i sold this phone.
[Please make sure you updated to 58.1.X (Which is Android11)]
+ Camera key and Assist Key Fix
+ Update to R based
+ Fix the issue about 5Ghz hotspot
+ March Security Update
About LineageOS:
LineageOS is a free, community built, aftermarket firmware distribution of Android 11.x (R),
which is designed to increase performance and reliability over stock Android for your device.
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.
Official LineageOS website : http://lineageos.org
About LineageOS Legal : http://lineageos.org/legal/
Important Information:
1. This ROM has nothing related to ODM images! So you don't need to ask/install anything like that, just follow the instructions.
2. This ROM will never work with any versions of Google Camera (GCam)!
3. You need to flash Stock Android 11 before flashing this ROM.
4. For VoLTE, you need to boot into stock firmware and enable it before flashing this ROM!
5. If you came from SODP ROMs, you need to go back to official Android 11 firmware, and boot into launcher.
6. Please make sure you are using Android 11 Stock ROM [Version > 58.1.X] before flash this.
7. Still in developing. May have some unexpected bugs.
Downloads Links
LineageOS 18.1:
Unofficial-build: Link (MEGA)
Looking For CinemaPro And PhotoPro:
Click Here
Google Applications (optional):
NikGApps: https://nikgapps.com
Information: Flash the GApps before the first boot. If not, a clean flash is recommended.
Flashing and updating
How to flash
Make sure you upgraded to Official Android 11 from Sony
Unlock bootloader is necessary.
Download latest platform-tools from google
1. Install fastbootd drivers, guidance
2. Put your device into fastboot by volume up key.
3. Enter fastbootd:
4. Flash LineageOS:Code:fastboot reboot fastboot
5. If you are first time to flash LineageOS, Wipe the old userdata:Code:fastboot set_active a fastboot flash boot boot.img fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img fastboot erase metadata fastboot flash system system.img fastboot flash product product.img
Code:fastboot erase userdata
GApps:
Download my OrangeFox Recovery then flash it
Root access:
Flash Magisk in recovery.
SD CARD Notice:
Format you sdcard into 'FAT32' if your sdcard can NOT be use in this system
Issues and reports:
Report issues only if you are using the ROM kernel
If an additional mod is installed, make sure it's unrelated, and mention it
Make sure the issue wasn't discussed earlier in the threads
Share a log of the error with Logcat for example
Bugs:
LDAC (Not sure)
FP Not working in Third Apps
Also thanks to:
BBN Shion Sjll
nezorflame (This build won`t come out so fast without his server)
The LineageOS Team
The CyanogenMod Team
Source:
Kernel Source
Device vendor
Device Tree
Feel free to donate me:
Paypal
Screenshots:
View attachment 5194147View attachment 5194149View attachment 5194151
that sucksI believe he mentioned in one of these threads that he sold the phone and is no longer developing with/for it.
Yep. Dev seems to be more active over in the XPERIA 1 II sections. I'm going to see if I can get any traction porting some of their work over to our device. I'm no developer, so it's unlikely I'll get anywhere (soon, anyway).
This question is weird
I can actually keep updating it, will do when I have timeYep. Dev seems to be more active over in the XPERIA 1 II sections. I'm going to see if I can get any traction porting some of their work over to our device. I'm no developer, so it's unlikely I'll get anywhere (soon, anyway).
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
fastboot reboot fastboot
fastboot set_active a
fastboot flash boot boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img
fastboot erase metadata
fastboot flash system system.img
fastboot flash product product.img
fastboot erase userdata
I can actually keep updating it, will do when I have timeYep. Dev seems to be more active over in the XPERIA 1 II sections. I'm going to see if I can get any traction porting some of their work over to our device. I'm no developer, so it's unlikely I'll get anywhere (soon, anyway).
The OP says you should use the stock android 10 firmware as a basis, so I'd imagine thats your issue.