Recent content by SquallATF

  1. S

    Post Why Did Sony Stop Including VoLTE & HD Voice In Their Xperia Line??!

    My usim can use VoLTE in iPhone SE but not X Perfirmance, no VoLTE switch show. My phone is hk version. Found overlay in oem partition, volte only support hk operator
  2. S

    Post C6602 LTE unlock test

    SO-02E have different baseband, my modify can't work on SO-02E, you can try this http://forum.xda-developers.com/crossdevice-dev/sony/thread-progress-please-leave-im-updating-t2871269, may work or not. ignore setp 3 setp 12 use device MI_05 replace MI_04 also should change driver inf file...
  3. S

    Post C6602 LTE unlock test

    try flash this file http://pan.baidu.com/s/1qWwokA4
  4. S

    Post Xperia Z C6602 LTE band IV AWS possibility

    Sorry I can't help you, because my main hard disk broken and all data lost. My friend send me the c6603 n9kefs1-3 dump, and I use dd write theme to my phone, but this is not the best way and have some problem. You can see my post, I build a ftf can change baseband config If you want flash to 5.0...
  5. S

    Post C6602 LTE unlock test

    this ftf only modify baseband config, and drm area in TA can not be directly written by Flashtool(I tried write back up DRM key use Flashtool but failed, tell me no authentication). but I still want to tell you to back up TA with flashtool raw mode first. I have test on my Xperia Z L36h...
  6. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    Is this work? [email protected]:/ # insmod /sdcard/byeselinux.ko insmod /sdcard/byeselinux.ko [email protected]:/ # getenforce getenforce Permissive [email protected]:/ # dmesg | grep byeselinux dmesg | grep byeselinux <6>[148736.620170] byeselinux: module loaded <6>[148736.638419] byeselinux: old selinux_enabled 1...
  7. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    I think I can not help you about this problem.
  8. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    selinux_enabled is 0xc0ece5dc if sel_read_enforce is c0302688 then selinux_enforcing is 0xc10565e4
  9. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    All addresses taked from my build, if these addresses can work then we don't need found them with IDA fusion3_pollux_defconfig Xperia Tablet Z Tablet SGP351/SGP341 c0305638 T selinux_is_enabled c0ece5dc D selinux_enabled c10565e4 B selinux_enforcing fusion3_pollux_windy_defconfig Xperia Tablet...
  10. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    In my case selinux_is_enabled,selinux_enabled and selinux_enforcing are same in System.map. but some address are not same.
  11. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    I use aosp gcc4.8 arm-eabi- cross compile,and get some symble same address. first you need unpack piggy.lzo from kernel image may help script(I down this with winhex) second use lzop -d piggy.lzo get striped vmlinux binarry name is piggy. cat /proc/kallsyms > /sdcard/kallsyms and take it on...
  12. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    Sorry for my English. I mean is to find the address of each device, may be a hard work but feasible,
  13. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    yep, I think we can make these addresses as kernel module parameters and let it work for all other Z devices
  14. S

    Post [DEVDB][TWRP][PhilZ Touch] XZDualRecovery 2.8.26 RELEASE

    I have successful get byeselinux work on my xperiz z I have build kernel with offical source and default config, and use IDA compare my self build kernel with offical kernel, and try to find symble address. Then found selinux_is_enabled address is 0xc03052dc (can find in /proc/kallsyms ) it is...