Recent content by TechVendetta

  1. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    Odd, I haven't had any issues running my released recovery. Did you format your card using the formater I coded in? I'm thinking about turning my build server back on to upload the remaining device/vender tree. It's been off primarily because my room gets hot as hell with how many servers I'm...
  2. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    A much more doable method would be to make a modified boot.img that checks for the sd parts and if they dont exist, loads boot code for an internal rom. Better yet, if I rewrote the init and added some twrp code we could have a touch based dual boot menu.
  3. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    Sorry I keep disappearing. Battery issues were resolved by picking up an extended battery of amazon for $10. With how old this phone is, most of us probably are due for new batteries anyway. I see squid forked my recovery, so I'm going to set a reminder to upload the device tree to compile it...
  4. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    Luckily I passed my crypto class. Just applied for graduation AND I started dropping source for my recovery on github. You'll still need my device tree to build it, which I plan to upload next.
  5. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    Sorry I was gone for so long guys, I'm trying to make sure I graduate college in the next semester. Just got a new ford focus, so I'm going to be getting back into building soon.
  6. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    My last side project was reverse engineering the Coby Kyros tablet. I actually hexedited the u0 bootloader and modified the block partition map. xD Pretty risky business however. But it sure solved the storage issues on that tab. The default map was total crap.
  7. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    Those should be just mount points. Mtd blocks don't have labels, there's a start and end assignment with fake labels usually in bootloader or kernel. For backup and restore purposes twrp uses the mount point names. Which is how it knows where to restore to. Posted via Android Central App
  8. T

    [ROM+Kernel][CM-11.0][4.4.4][OS2SD/internal][f2fs]bigsuperROM-thunderc-4.4.4

    Re: [ROM+Kernel][CM-11.0][4.4.2][OS2SD/internal]OV-KitKat (JBC based) You can't batch the gapps for some reason, have to boot first then reboot recovery and flash gapps. It has to do with the new picky permission system I'm thinking. And woot at the inner scotsman thing, that's my family's...
  9. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    Yeah sorry everyone, I'm busy preparing for a hacking competition in new york this week so I haven't been able to keep up with all my various side projects. As for Casey, if I remember correctly the maker of the flash image gui actually had issues with black screening which is why it was...
  10. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    That's odd, that line should use the os2sd mount at /system... I suppose I can script in backwards compatibility, maybe even internal to external ROM conversion. Any other script lines like that to filter for? Posted via Android Central App
  11. T

    [ROM+Kernel][CM-11.0][4.4.4][OS2SD/internal][f2fs]bigsuperROM-thunderc-4.4.4

    Re: [ROM+KERNEL][CM-11.0][4.4.2]KitKat for Optimus V For os2sd you need the os2sd version, use squids latest os2sd build its further down than the normal builds on his page. Before installing you'll need to install my recovery, back up your sdcard to your computer, then go to advance >...
  12. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    Well Squid actually beat me to alot of fixes, he got mms fully working before me. I was tweaking mostly performance related values, like battery and sdspeed and clock speed and time fixes. Which reminds me, Squid nice job on the mms fix, I just flashed your rom from my recovery and its working...
  13. T

    [TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta

    So rather than cluttering the various other threads with my updates this will be my main stable releases and support thread. [TWRP RECOVERY] supports internal and os2sd roms allows back up and restore from internal and external built-in file manager custom coded os2sd card partitioner every...
  14. T

    [ROM][MOD][4.4.2][EXPERIMENTAL] KitKat OS2SD

    So I now have a twrp recovery that can format your sdcard for use with os2sd roms. Coded and tested it myself, just need to polish it before release tonight! Made my own thread
  15. T

    [ROM][MOD][4.4.2][EXPERIMENTAL] KitKat OS2SD

    So I now have TWRP ported, I'll be testing it today. So far it can mount both internal and external and has all the features (just did a backup). I still need to modify the format sd option to instead format a os2sd partition layout, and possibly format internal as swap. I might also see if I...