Recent content by oubeichen

  1. oubeichen

    Post [KERNEL][GEE/GEEHRC] Matr1x / AK / Franco / MiRaGe / HD / HC [DISCONTINUE]

    If I reset the led drivers and board-mako-pmic.c to exactly the same as Matr1x kernel, the led will work, though its color cannot be properly set in my current ROM.. And kmesg shows: <3>[ 1343.862457] leds button-backlight: duty_cycles and duty_pcts is not exist
  2. oubeichen

    Post [KERNEL][GEE/GEEHRC] Matr1x / AK / Franco / MiRaGe / HD / HC [DISCONTINUE]

    It affects me too. But I think disable intelliplug in synapse(then reboot) may reduce this problem.
  3. oubeichen

    Post [KERNEL][GEE/GEEHRC] Matr1x / AK / Franco / MiRaGe / HD / HC [DISCONTINUE]

    LED light doesnt work with CM-REMIX 3.0.0, AK GER CM KERNEL
  4. oubeichen

    Post [toro][CWM Advanced Edition] PhilZ Touch

    Sorry, I can not access with my computer until next weekend. But here is my own build(CM's kernel with minimal f2fs related commits) 'philz_touch_6.56.2-toro-f2fs.zip': https://onedrive.live.com/redir?resid=6E3D1F5C3B498D95!193&authkey=!AAUtH4S9UeuALH0&ithint=file%2czip I would appreciate it...
  5. oubeichen

    Post [toro][CWM Advanced Edition] PhilZ Touch

    What does "FS's" mean? there are some commits in vanir's kernel that provide support for f2fs: https://github.com/jimsth/vanir_tuna/commits/jim_mr2_exp?page=2 And maybe we could take https://github.com/PhilZ-cwm6/philz_touch_cwm6_device_vendor/blob/cm-11.0/device/amazon/tate/init.recovery.rc...
  6. oubeichen

    Post [toro][CWM Advanced Edition] PhilZ Touch

    could you please add f2fs support or publish your device tree source? It's a great recovery and I don't want to switch to another anymore. thanks..
  7. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    I thought one of the commits is about the mapping between real brightness and normalized value(0~255 in ROM). Maybe I was wrong. BTW, I am currently using 4.2.2 base and no brightness issue. Sent from my Galaxy Nexus using xda premium
  8. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    why are you turning to full brightness?I dont change the led settings at all. I saw some abandoned commits about brightness in CM's code review, so is there any possibility that the issue is caused by the ROM? Sent from my LG-V500 using XDA Premium 4 mobile app
  9. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    sorry……Because I always have issues with my kernel(I know little about linux kernel), I dont want to let anyone suffer from it. The latest commits of every branches are all broken...dont use them. You'd better use my git tags(ob-stableX)...(and you will need new wifi binarys, new knock on...
  10. oubeichen

    Post [ROM] Vanir/Commotio v500

    Great! I have been using this ROM on toro for a long time.
  11. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    if you can boot into the OS, you can check the kernel info in Settings->About tablet->Kernel version. Sent from my LG-V500 using XDA Premium 4 mobile app
  12. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    The drain of battery is very limited... I don't know how the IRQ wake works(the knock-on base on it) but I only see less than 1% battery drain overnight. You can disable it in Settings or by using an init.d script(echo 0 > /sys/devices/i2c-3/3-004b/knock_on ), but I am not sure it will get the...
  13. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    no way unless we have a unlocked bootloader Sent from my LG-V500 using XDA Premium 4 mobile app
  14. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    We can build exfat-nofuse and ntfs-3g in our kernel, but some code in Android should modified to make use of them. Android always try to use the unstable tools, /system/bin/mount.exfat and /system/bin/mount.ntfs to mount them instead of using /system/bin/mount which is kernel related.
  15. oubeichen

    Post [KERNEL][v500][4.4.2] AIC Kernel [MAY-4-2014]

    NTFS and Exfat is not kernel-related because Android is using FUSE to deal with them. FUSE is not a native file system. Sent from my Galaxy Nexus using xda premium