Recent content by Kanoe

  1. K

    Post [HACK+MOD] Sony Xperia XZ Premium TWRP + KERNEL + ROOT + DRM fix/restore

    the latest twrp is 3.2.1.0 https://dl.twrp.me/maple/ do not having problem with it. 3.1.x always showed black screen for me.
  2. K

    Post xz premium worth getting in 2018?

    - it has big ugly display while most moving to borderless design - it do not has embedded wireless charging - it is not fully dual sim as second sim can't be used with SD card inserted - it still can't wake by double taps - it do not has HDMI output (MHL) - it has security and ergonomic faults...
  3. K

    Post [HACK+MOD] Sony Xperia XZ Premium TWRP + KERNEL + ROOT + DRM fix/restore

    Got it, updated, checked. Confirmed - camera works at 8.49 and latest magisk. Thanks !
  4. K

    Post [HACK+MOD] Sony Xperia XZ Premium TWRP + KERNEL + ROOT + DRM fix/restore

    Anybody having problems with camera after upgrading to latest magisk ? G8142 running Oreo 47.1.A.5.51 + drmfix: ... [12536.532042] type=1400 audit(1515692251.086:5996): avc: denied { read } for pid=7014 comm="CameraAccess" name="u:object_r:camera_prop:s0" dev="tmpfs" ino=9770...
  5. K

    Post [ROM][DISCONTINUED] LineageOS 15.1 for HTC One M8

    Seems like you did noticed the posted SIGSEGV dump. Re-read my message again - and study the dump carefully. Camera doesn't work for me. Trying to install footej but open_gapps hangs in "Checkingh info"
  6. K

    Post [ROM][DISCONTINUED] LineageOS 15.1 for HTC One M8

    Nothing at first page should be changed to "Camera do not work" : ... 11-12 11:58:48.305 365 7920 W linker : "/system/vendor/lib/libmmjpeg.so" has text relocations. This is wasting memory and prevents security hardening. Please fix. 11-12 11:58:48.306 7920 7920 I qcam_cmd: type=1400...
  7. K

    Post New software Update released 47.1.A.5.51

    The home key lag is noticeable in youtube app - I have to press it 5 times before triggered
  8. K

    Post [HACK+MOD] Sony Xperia XZ Premium TWRP + KERNEL + ROOT + DRM fix/restore

    - Do the DATA backup with TWRP at previous version - update as usual with newflasher - XperaFIX device - boot to TWRP, restore DATA - reboot, then - adb shell; su; locksettings clear - set the locksettings again
  9. K

    Post [RECOVERY][maple]TWRP for the Xperia XZ Premium

    Thanks, tested at 2SIM - touch is working, though shows CPU temp as zero always. So some wrong with the year - backups are creating with 1970 one ;)
  10. K

    Post [HACK+MOD] Sony Xperia XZ Premium TWRP + KERNEL + ROOT + DRM fix/restore

    Tested XperiaFIX at Dual-SIM Oreo: working except no touch in TWRP. XpreiFIX hanged in "booting recovery" with 100%CPU so I had kill it and manually install drm/magisk over shell. The booted kernel prints many errors/oopses due not mounted /debugfs though
  11. K

    Post Anybody succeeded in USB tethering to Linux ?

    The normal [working] CDC has the following descriptor And the sony one :
  12. K

    Thread Anybody succeeded in USB tethering to Linux ?

    Seems like usbnet do not recognize the new sony cdc device. Tried setting tether_dun_required to 0 with the same result.
  13. K

    Post What is the way of adding custom ringtones to the non-rooted phone ?

    Usually it works. I think that the main reason of the blind media stack is that it some problems with using inotify syscall - as I'm pushing the files with adb. The right way to work for Android media stack is to re-scan folders upon reboot, set the inotify callback and wait for the changes. I...