Search results

  1. L

    Thread [Q] appropriate roomservice.xml for cm12 and hlte?

    Hi, I tried building cm12 for my note 3, but the resulting rom won't boot. I figured it might have been some modifications I made, so I tried with just the sources from git. Didn't work either. I looked at temaseks unofficial build and it boots without any problems - they seem to use a...
  2. L

    Thread [Q] How to increase frequency of input events?

    Hello! I've started toying around with android app development and decided to code a drawing app that can use a stylus (I have a galaxy note 3). First thing I did was to implement a naive drawing machanism. What I do is I create lines from the motion events that I get, including the event...
  3. L

    Thread [Q] How does mounting work on android?

    Seeing how I'm not getting any response to my question about f2fs, I thought I should educate myself on the general topic of storage on android. From what I understood the external SD card is mounted by vold automatically when it's detected, based on the entries in /etc/vold.fstab. I skimmed...
  4. L

    Thread SELinux, automounting f2fs card

    Hi. I have successfully modified my kernel to have f2fs support. I now can mount an f2fs formatted sd card as root in terminal, if the SELinux policy is set to permissive. I want to be able to do this in the enforcing mode, too and I want android to be able to automatically mount the card. I...
  5. L

    Thread Problems Unpacking/Packing kernel

    Hi! I am trying to create a custom kernel for my Galaxy Note 3. I have successfully modified and built the kernel. Now I want to actually test it. I've searched for possible methods to create a boot.img file from my zImage. I've tried mkbootimg and unmkbootimg kernel kitchen I was able to...