Recent content by sblood86

  1. S

    SD card damaged and lost everything including recovery

    This is correct yes... A tiny bit of incite as well; the theme changer in COT which initially required the settings file (before the addition of more options) was originally written for the Kindle Fire (the sdcard is part of the emmc) and so making it boot without an sdcard was never considered...
  2. S

    [RECOVERY] TWRP 2.3 / 2.2.2.1 TEAMWIN touch recovery

    Re: [RECOVERY] TWRP 2.2.2.1 touch recovery Screen driver support is kernel dependent; presumably all the appropriate drivers have already been baked in but I can't confirm this for you.
  3. S

    change lg boot logo

    It is changeable; it's part of the ramdisk, you'll have to either extract a bootimage take it apart and replace them in there or compile yourself a new kernel/boot image with all that in it already. Little bit of research and the latter of those two may not be all that difficult; without going...
  4. S

    I am soooooo done with Ubuntu

    Technically speaking it is possible but requires hacking on some stuff; not at all worth the effort. I wouldn't soo much blame google and android devs so much as I would windows (specifically NTFS) for not being case sensitive (strangely a fairly annoying issue)
  5. S

    [MOD] Remap your hardware keys

    Most likely 139 but I'm not certain on that; you may have to play around with it a bit.
  6. S

    [MOD] Remap your hardware keys

    ButtonRemapper is a paid app that would accomplish that goal otherwise someone with more java familiarity could write something partly based off of the CM Settings app (I'd probably base it off the cm7/gingerbread branch) for that purpose (you could limit it to only remap the keys you have/want...
  7. S

    [MOD] Remap your hardware keys

    AOKP and CM redirect the keys on a OS level via applications and java code instead of simply changing an entry in a .kl file; to my knowledge the android key events don't allow for that. Random lifehacker tip that I've been meaning to test; sew small amounts of metal thread into the finger tips...
  8. S

    [RECOVERY] Cannibal Open Touch v2.0.2 (latest update: 08/13/2012)

    Re: [RECOVERY] Cannibal Open Touch v2.0.2 (latest update: 08/13/2 I don't have all the T information handy but it's highly unlikely that this image would work; that's not to say that something couldn't be compiled to work...
  9. S

    Learning to code with Ubuntu

    Last I looked the initializing instructions on Google and CM were a bit deprecated. This was written up for Kindle users but the init process is the same so the following may be useful. https://github.com/KFire-Android/android_local_manifest/wiki/Initializing-and-Building
  10. S

    [MOD] Remap your hardware keys

    Nah, shouldn't make a difference whether it's through a Zip or if you edit the .kl file manually... Just locate the file and remove WAKE or WAKE_DROPPED from the end of back and menu; this will cause the phone to do nothing when the phone is asleep and those keys are pressed.
  11. S

    Boot Loop Kindle fire

    If that doesn't work I would probably look into getting a Factory Cable to force the device into fastboot mode than just boot a recovery image and follow the return to stock method using the stock bin from there. Edit: That's assuming the partition table is in tact; if it's not you'll need to...
  12. S

    DEVS PLEASE!!! Rmvngand Adding Windows (i.e. Settings>Phone Info)

    Re: DEVS PLEASE!!! Rmvngand Adding Windows (i.e. Settings>Phone I If you are building from source I think Drew still has a fork of the settings.apk you could reference that; I know for a fact it removes Factory Reset (pointed the code out to Drew when he was working on cm7 last year but my...