(Shared) Updated POP-KERNEL (4.4.267) For G8431/2 and XZ1 AU - Sony Xperia XZ1 Guides, News, & Discussion

download (.267) 1 May 2021 **SOV36-AU NO NFC support
download (.267) 1 may 2021 ***G431-G432
Download (.261) pixel 2 (kernel fork) 21 april 2021
Device still have heating ? :​completely get rid of nfc files relate in vendor folder in root directory ( very much recommend )​
(you can delete all that file in video shown)
DOWNLOAD (.261) 04 April 2021 Pixel 1 (kernel fork)
If you can please donate​Credit : lick andrea , derfe lot , mod punk , Rooted_Ansh
source :
GitHub - linckandrea/android_kernel_sony_msm8998-EAS: Pop kernel Kernel Tree for Sony Xperia XZ Premium, XZ1 and XZ1 Compact
Pop kernel Kernel Tree for Sony Xperia XZ Premium, XZ1 and XZ1 Compact - GitHub - linckandrea/android_kernel_sony_msm8998-EAS: Pop kernel Kernel Tree for Sony Xperia XZ Premium, XZ1 and XZ1 Compact
github.com

How does chinge IMEI number of sony experya xz1 sov 36

Allah Noor said:
How does chinge IMEI number of sony experya xz1 sov 36
Click to expand...
Click to collapse
I don't know search google for answers maybe ..

There is no workaround to utilize the Felica RFID fuction on other custom rom ? I'd love to have custom rom on my phone but also curious about the feeling of discomfort when using Suica in Japan

Related

[RECOVERY] TWRP 2.4.3 (downloads + DIY How-to) [for CM10/AOKP/PAC-man]

DISCLAIMER: I own Xperia X10, Xperia J, Xperia Tipo, Xperia S and Xperia V, releases of all other phones are not personally tested by me. But since the kernel is the same in FXP/KXP ROMs I presume they would not harm your device in any way
Huge props go to all TeamWIn people like Dees_Troy and bigbiff and everyone else for developing this awesome recovery and lots of thanks to FreeXperia Team (FXP, Kali-, codeworkx, bin4ry,) for maintaining device configs for Xperias
This recovery is embedded into the ramdisk of a normal AOKP 4.1.2 bootimage. The kernels are same as the latest AOKP released by KXP team. These kernels should work with FXP's CM10, and other ROM's based of it (KXP ROM, Pac-man, officialCM10 etc). These kernels will not work on stock/cm7/cm9/blah/blah/any other ROM.
INSTRUCTIONS :
1. Download the zip file for your device (twrp2.4.3-xxxxx.zip)
2. Extract the boot.img from zip on your PC, and copy the whole zip file on device's SDcard.
3. Fastboot the kernel using the terminal command
Code:
fastboot flash boot boot.img
4. To enter recovery, when LED is pink press {vol up for 2012 models} or {vol down for 2011 models}
5. Flash zip that you kept in sdcard from recovery (wifi/OTG/etc will not work without proper modules flashed).
6. Enjoy
DOWNLOADS:
Mirror1 |or| Mirror2
download according to your device name in this list
Code:
[LIST]
[*]anzu Arc/ArcS
[*]aoba ION
[*]coconut Live with WALKMAN
[*]haida Neo V
[*]hallon Neo
[*]hayabusa TX
[*]hikari Acro S
[*]jlo J
[*]iyokan Pro
[*]mango MiniPro
[*]mesona Miro
[*]mint T
[*]nozomi S/SL
[*]satsuma Active
[*]smultron Mini
[*]tapioca Tipo
[*]tsubasa V
[*]urushi Ray
[*]zeus Play
[*]zeusc Play CDMA
[/LIST]
CHANGELOG :
All official changes to TWRP is found on http://teamw.in
Code:
=============twrp 2.4.3
code updated to oficial twrp 2.4.3.0
new device J, Tipo, Miro supported
=============twrp2.4
code updated to official twrp 2.4.1.0
fixed "/boot not found" error on 2011 phones
=============twrp 2.3
official twrp 2.3 sources
first release
=======================================================================================
for advanced users/devs/modders/porters
=======================================================================================
SOURCES:
The kernels present inside the bootimages are compiled from these sources
https://github.com/KangXperiaProject/android_kernel_sony_msm7x27a (for Tipo, J, Miro)
https://github.com/KangXperiaProject/android_kernel_sony_msm8x60 (for S,Ion,AcroS, T, V, TX)
https://github.com/KangXperiaProject/android_kernel_semc_msm7x30 (for all 2011 model phones)
The device configs are found on
https://github.com/KangXperiaProject/android_device_semc_<yourdevicename> (for all 2011 model phones)
https://github.com/KangXperiaProject/android_device_sony_<yourdevicename> (for all 2012 model phones)
you can also see our merged commits to see the precise patch we applied on each repository to be able to build TWRP
http://smartdev.com.pl:8080/#/q/status:merged,n,z
BUILD FROM SOURCE
To build TWRP for your Xperia,
1. merge the patch to enable TWRP on your own device tree (for eg. http://smartdev.com.pl:8080/#/c/239/ for Xperia T)
2. replace /bootable/recovery folder with TWRP (as mentioned here http://forum.xda-developers.com/showthread.php?t=2069242)
3. If your build folder is not from CM, switch to CM's build folder (i.e the android_build repo)
4. lunch ; mka bootimage;
PORT TO STOCK/ICS/YOU-FAVOURITE-KERNEL
A boot.img consists of the kernel image and the ramdisk (additionally and optionally RPM.bin and commandline). If you want to use TWRP for some other kernel, you have to do this
1. decompile this boot.img (for 2011 models it's a true boot.img, for 2012 models, it's actually a kernel.elf file renamed to boot.img, so you have to decompile accourdingly. you can use my kernel kitchen to do the same)
2. replace the kernel zImage with the one from the kernel you want to port to
3. replace /sbin/ramdisk.cpio with the "UNCOMPRESSED" ramdisk of the kernel you want to port this to. (usually ramdisk is compressed with gzip i.e. ramdisk.cpio.gz. you need to uncompressed ramdisk image i.e. ramdisk.cpio)
4. do not touch anyother thing
5. pack it up into a boot.img (for 2011) or kernel.elf (for 2012) and fastboot it
============================================================================================
BUGS AND SUPPORT
If you have any problem with this please please please post only on this thread, not on any other thread or not on PM.
Please send me the recovery log wherever possible, and also kmsg/dmesg if you can.
If you need assistance porting TWRP to your kernel, or building from source[only for Xperia phones that I have provided builds for], then also you can post here.
screenshots?

NFC UID not unique at LineAgeOS v17.0?

How can I set the NFC-UID (currently FF:FF / 65535) to get my device NFC-Unique?
According to @NeoArian this is device-dependant. So if developers implements it to their mod of LineAgeOS it should work properly.
OFFICIAL releases seems to have full NFC-functionality - like in my case LineAgeOS v16 for the Sony Xperia Z3 Compact, which has been released by @NeoArian, too.
Again many thanks for Your work!

NetHunter kernel compiling

I have Sony Xperia Z5 Compact, running the LineageOS 14.1
How can i compile my kernel for the NetHunter support ?
Where can i got my kernel's sources ?

[CLOSED] Sailfish OS for Sony Xperia 1 and 5 (4.4.0.68)

Sailfish OS 4.4.0.68 for Sony Xperia 1 and 5​
These release notes cover Sailfish OS 4.4.0.68 for the following devices:
Sony Xperia 1 (J8110, J9110)
Sony Xperia 5 (J8210, J9210)
Intro​
This is the first public release of this port. The devices have the same functionality level as the Xperia 10 II port made by Jolla, except in areas such as VoLTE where public packages are missing or in relation to Sailfish X features which are (currently) unavailable.
Flashing​
To install Sailfish OS on your device please follow the install instructs in the flashing-readme.txt file included in the archive or read the offical flashing instructions for either the Xperia 10 II or Xperia 10 III:
Sailfish X Installation Instructions - Jolla
jolla.com
Just make sure to download the software binaries for your device instead of the ones mentioned in the instructions:
Software binaries for AOSP Android 10.0 – Kernel 4.14 – Kumano (latest) - Sony Developer World
developer.sony.com
Known issues​
SailfishOS-SonyXperia/bugs#33
Because of a missing package inside the adaptation-common repository Windows binaries for flashing are missing inside the zip archive. To workaround that issue have added another zip file that includes these files as "droid-flashingtools.zip" to this release.
SailfishOS-SonyXperia/bugs#37
The launcher icons on the Xperia 1 are to small because there's no bigger graphics-theme size than 2.0.
Project​
The Github project that hosts this repository and other ports can be found here:
Sailfish OS Community ports for Sony Xperia devices
Sailfish OS comunity ports for Sony Xperia devices - Sailfish OS Community ports for Sony Xperia devices
github.com
About​
The goal of this project is to port additional Sony devices on top of Jolla's existing adaptations while staying as close as possible to the existing ports and contributing back to the upstream where possible.
Most of the changes from Jolla ports are adopted in both directions since the issues that one port has usually apply to the sister device of the same generation (e.g. Xperia 10 II -> Xperia 1/5).
This is the reason why changes from Jolla’s port end up in the changelog for these port,
in many cases because they also affect the specific port but not always.
Where possible changes that were done for this port go back to the _Mer-Hybris_ repositories such as the kernel or droid repositories.
Download​
Release 4.4.0.72+git1 · SailfishOS-SonyXperia/droid-hal-version-sony-kumano
Sailfish OS 4.4.0.72 for Sony Xperia 1 and 5 These release notes cover Sailfish OS 4.4.0.72 for the following devices: Sony Xperia 1 (J8110, J9110) Sony Xperia 5 (J8210, J9210) Intro This port ha...
github.com
Changelog​
https://github.com/SailfishOS-SonyXperia/droid-hal-version-sony-kumano/releases/download/1.0.0/Changelog.md
Any answers please to this thread instead:
Sailfish OS for Sony Xperia 1 and 5 (4.4.0.72)
Sailfish OS 4.4.0.72 for Sony Xperia 1 and 5 These release notes cover Sailfish OS 4.4.0.72 for the following devices: Sony Xperia 1 (J8110, J9110) Sony Xperia 5 (J8210, J9210) Intro This port has been updated last to the latest release of...
forum.xda-developers.com
Wow, i want to thank you so much ! Finnaly SailFuckingFish OS for the X1....
Cheers mate!
Thaodan said:
Any answers please to this thread instead:
Sailfish OS for Sony Xperia 1 and 5 (4.4.0.72)
Sailfish OS 4.4.0.72 for Sony Xperia 1 and 5 These release notes cover Sailfish OS 4.4.0.72 for the following devices: Sony Xperia 1 (J8110, J9110) Sony Xperia 5 (J8210, J9210) Intro This port has been updated last to the latest release of...
forum.xda-developers.com
Click to expand...
Click to collapse
Thread closed as it's obviously not intended to provide support in this thread.
Regards
Oswald Boelcke
Senior Moderator

Development [looking for test] lineage os 20 for xperia pro-i

hi, i was built lineage os for pdx217 (xperia pro-i), adapted by using 1 III device tree
https://drive.google.com/drive/folders/12ijsq5uQFl2ZYRxjVc-iENNe2YiYW90d?usp=sharing
flashing instruction is same as pdx215
if this going well, i might temporary maintain los for this device
device tree haven't been pushed yet
kernel source : https://github.com/sonybasement/kernel_sony_sm8350

Categories

Resources