Recent content by Chris Clawson

  1. C

    [ROM+Kernel] MiRaGe-CM7.2-IHO (07132013)

    Re: I reinstalled and now usb storage doesn't work What order are the partitions in on the SDcard? Do you have FAT32 as the first and ext4 as the second?
  2. C

    [ROM+Kernel] MiRaGe-CM7.2-IHO (07132013)

    Re: You really need link2sd on this phone For the Play installation problem, what I ended up doing was to move the /cache/download directory to the SD card at /data/sdext2, then created a link back to the original location. That way all of Play's app installs went to the SD card. It worked...
  3. C

    [ROM+Kernel] MiRaGe-CM7.2-IHO (07132013)

    The zip files need to be zipped/unzipped in Linux. If you do it in Windows, it screws up the file permissions or something.
  4. C

    [ROM+Kernel] MiRaGe-CM7.2-IHO (07132013)

    I'm having power problems too after this update, but I'm not sure what's causing it. I've narrowed it down somewhat: there's a service process called com.google.process.gapps that's always eating CPU time while Wi-Fi is on (see picture.) It doesn't matter if Auto-sync is on or off. I thought...
  5. C

    [ROM+Kernel] MiRaGe-CM7.2-IHO (07132013)

    I looked into this not long ago and found that the Google Play Store downloads apps directly into the cache partition before installing, so if there's not enough space in /cache for it (and maybe the .dex too) then you get an error. It's possible to get around this by deleting "/cache/download"...
  6. C

    Apps keep crashing due to SQlite errors?

    Well, fixing permissions just made it worse, so I am going to try reflashing and reloading.
  7. C

    Apps keep crashing due to SQlite errors?

    This issue keeps cropping up, and I don't know what's causing it. Sometimes when I open an app it FCs immediately. Once it starts doing this, the only way to fix it seems to be a complete uninstall and reinstall, losing the data in the process. Restoring the data with TitaniumBackup didn't work...
  8. C

    Been Out of the Game - Looking for a current Stable Rom

    Yeah, I don't see anything useful with adb. Ah well.
  9. C

    Been Out of the Game - Looking for a current Stable Rom

    How can I check if it's going bad? I tried using e2fsck, but all I got was errors like "e2fsck: Device or resource busy while trying to open /dev/block/mtdblock1". I can't imagine it'd be possible to unmount filesystems while the phone is running, so how else can I check? Linux noob here, so go...
  10. C

    [ROM]CM10.1/PAC-rom jb 4.2.2 The JBC alpha build

    Thanks, obijohn's script seems to be working so far.
  11. C

    [ROM]CM10.1/PAC-rom jb 4.2.2 The JBC alpha build

    Hey all, I need help with a couple of things: I've tried CronMod INT2EXT+ and INT2EXTV2+ with PAC-rom, and they both break my Virgin 3G. I'm trying Link2SD instead. However, I noticed that the dalvik cache has been moved to /data while the /cache partition is empty. Can I move the dalvik cache...