Recent content by jjhaohao

  1. J

    Post [Magisk] [Exynos] Samsung 4k60 Camera Mod | UHD @ 60 FPS | HEVC | 6400 ISO | More

    Nope! Default settings. MoroKernel 4.6 , LightROM Oreo. Now with the last update is causing issues with front camera too, some weird vertical lines
  2. J

    Post [Magisk] [Exynos] Samsung 4k60 Camera Mod | UHD @ 60 FPS | HEVC | 6400 ISO | More

    Hello, thanks for the amazing work! i found a couple of bugs on the last version: -If i select FHD 60FPS on rear camera the videos don't record, just the sound. (Even after clearing data and cache of the app, and trying all video encoders). (It works fine if i select QHD 60FPS) -In pro mode...
  3. J

    Post [S7/S7 Edge][Oreo][05-Apr-2020][v50] LightROM

    Hello, anyone tried reading Mifare Classic NFC keys after updating to Oreo? i read that after Oreo that cards started working on S7 (Pre-oreo you get an "NFC TAG not supported" error) can anyone confirm that? Thanks!
  4. J

    Post My S7 edge supports mifare classic after updating to Oreo

    Hi, are you using Snapdragon or Exynos variant? Thanks
  5. J

    Post [MOD][Xposed]XInsta (2.0.4) - Download Images/Videos From Instagram

    Can you add video controls? (like seekbar, play/pause, rewind) They where testing it on iOs but stopped working, search on reddit "Instagram Video Scrubbing" and you can see screen captures of it working on iPhone. thanks!
  6. J

    Post Disable logd

    Hello! Finally found the source of the problem. Greenify is making logd act like crazy starting from Magisk 15. If you have the "Troubleshooting -> Apps are not auto hibernating -> Wake-up Tracker" option enabled, it makes logd kill the cpu. Just disable it and reboot.
  7. J

    Post Disable logd

    nope, parameters of renice vary on different binary packages, in my phone is the way i wrote it (S7), anyways the command i used to fix it is more complex, i had to download a cpulimit ARM binary and library required and apply cpulimit to the logd process too. If u need it i can upload the...
  8. J

    Post Disable logd

    Update: temporary fix, reniced LOGD in a su console to the lowest priority renice -n 19 [logd process id] for getting logd process id, "ps | grep logd"
  9. J

    Post Disable logd

    Bump. Still the same issues after Magisk 15.2 update. Can somebody test if it's only me or stopping logd triggers post-fs state even with MagiskHide disabled on all phones? To stop it, open terminal emulator, type "su"+enter, and then "stop logd". Then, from the same terminal, you can type...
  10. J

    Post Disable logd

    Thanks for your answer. Shopping logd with MagiskHide disabled still causes the MagiskDaemon enter in Post-fs status and high cpu usage I don't know what to do, maybe i will downgrade to magisk 14
  11. J

    Post Disable logd

    Update: LOGD still eating cpu after MagiskHide disabled
  12. J

    Post Disable logd

    Seems to be a MagiskManager bug, "magiskhide --disable" gives me a "Magisk hide is not enabled yet" but in MagiskManager i can see the MagiskHide side menu list and the option enabled. If i reenable MagiskHide from MagiskManager, then i can "magiskhide --disable" and gives me no error. I...
  13. J

    Post Disable logd

    BetterBatteryStats screenshots attached. Cant disable MagiskHide (It turns automatically on again or maybe it don't really turn off when i select the switch) LOGD Killing my CPU usage (See screenshot) This is since Magisk 15. Magisk 15.1 updated now and doing exactly the same. Any solution...
  14. J

    Post Disable logd

    Thanks! It seems to be working! Edit: Weird, magisk hide keeps auto-enabling Edit 2: Cant disable magisk hide, after closing magisk manager and opening it again, its enabled.
  15. J

    Thread Disable logd

    Hi! There is any way to disable LOGD service process? If i stop it via "stop logd" , magisk enters in "post-fs" state and uses a lot of CPU. I have random LOGD high cpu usage and i want it disabled. Thanks!