Search results

  1. M

    Thread [Q] Where is ICS Kernel source?

    Samsung officially release ICS for the Note (LPY in germany). They are obliged, by the kernel license, to provide the source to anyone who got the binary - in practitce to everyone. Does anyone know where is the source for the kernel included in LPY relase for the N700 is available?
  2. M

    Thread Is there a pouch case like PDAir, but cheaper?

    I like a pouch like PDAir "Leather Case - Vertical Pouch", I currently use the pouch that was included with Fujitsu-Siemens Loox 720, which is very similar, but is a bit too short for the Note (and too thick). Does any one know of a similar case that is not so expensive?
  3. M

    Thread [RFC] Remapping volume buttons

    The volume buttons can be remapped to other buttons by editing the file /system/usr/keylayout/sec_key.kl. The problem is changing this file requires a reboot to take affect. I wrote a daemon to allow on the fly remapping. It works by using uinput subsystem to create a virtual keyboard...
  4. M

    Thread Reading current draw from charger chip.

    Hello, the charging chip in the Note (MAX17042) supports current reading, but the kernel driver for it does not support this feature. I hav no datasheet for 17042, but there is one available for 17047, which seems similar enough. It is possible to read the registers with i2c-tools. Register...