Recent content by astroguy#AC

  1. A

    No USB MASS STORAGE Support!!? Only MTP PTP?

    This will not work with Honeycomb or ICS, due to changes in Android. Prior to 3.0, the internal flash ROM was partitioned into multiple areas: the android system area, and the user apps area. This behaves exactly the same way as a hard drive with multiple partitions, and meant the manufacturer...
  2. A

    Whats taking 20g of memory?

    The /sys directory is a virtual filesystem. It is created dynamically by the kernel, and contains information on the hardware as well as various kernel settings. It also allows you to change some kernel-level settings. It does not actually exist on the disk; it is mounted at /sys during boot, so...