Recent content by vector84an

  1. V

    [ROM] JB 4.1.2 SlimRom for LS670 3.1 Build3

    I wouldn't call it a solution... but here's some info on tinkering with the keylights from the optimus V forums: http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/82696-mod-script-toggle-keylights.html If they really bother you, you could set Tasker to turn them off, or similar, or...
  2. V

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

    Just felt like tossing this out there... if you desperately need space (or have a sufficiently fast SD card?) it might be advantageous to take some notes from data2ext type solutions? Link2SD leaves app data (/data/data) on internal storage - some apps like to store a ton of stuff on internal...
  3. V

    I want to root my LG Optimus S 2.3.3 LS670ZVJ

    I was under the impression that there isn't a way to root ZVJ... so I don't think following the directions in the link provided will get you very far... There is a workaround however - the Optimus S allows firmware downgrades, by downgrading to ZVH or ZVD you can attain root - you can then...
  4. V

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

    obijohn's scripts contain a slightly different set of bind mounts and use rsync instead of mv to move files... The problem could be in the mounting structure, but I would check if rsync is working if not, you could try a static version if you have space on your system partition - rsync your...
  5. V

    [How-To] Automated Rooting of LS670ZVD/ZVH/ZVJ

    Going to need a bit more information about where you're starting, and what exactly you did, since if you followed the instructions exactly, I don't think that would have happened ;) (the update that should fail is some sort of ZV9 patch? or something... which should not be able to install on top...
  6. V

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

    Re: [ROM+Kernel] MiRaGe-CM7.2-IHO I think this is the patch that went up on the CM code review for that issue? Gerrit Code Review For CM10.1 and it's similar to the proposed patch - a note at the bottom however says it's been backported through CM7. Browsing through github a bit, it looks...
  7. V

    Messed up SD card after using MiniTool Partition Wizard

    The (HTC) Google Nexus S is an ENTIRELY different phone from the LG Optimus S ... And you can wipe your internal (if you have one) or external SD cards from most well supported recoveries for a given phone... so not exactly sure what that post is about... (if they weren't links to official...
  8. V

    [HOW-TO] Unbrick your phone using KDZ

    Well... a bit more information about what happened would be helpful... I looked through your post history and your only other post is in an ancient ZV9(?) rooting thread... (flashing old ZV9 bootloaders and such onto a new ZVD or ZVJ phone would probably brick it, for example...) So... what...
  9. V

    [ROM][ZVJ] 2.3.3 DanteRom v4 [UPDATE] 10/14/2012

    RebornRom is a ZVD based rom. Sounds like you're going to need to flash a radio or a baseband patch. The last post from hlxanthus (before his reply to you) has a link to the baseband patch. Always make a backup before trying something like this of course... ;) It's worth noting that you...
  10. V

    [ROM][ZVJ] 2.3.3 DanteRom v4 [UPDATE] 10/14/2012

    If I was going to guess... it sounds like it's set to gmt instead of a local time zone? Usually you can change the time and time zone settings by first disabling automatic settings. (but admissibly I haven't used DanteRom in awhile...)
  11. V

    Stuck in CWM recovery. -Without root

    Different phone means different instructions are going to be needed - though a similar enough LG phone that the general process is the same... I think the Optimus Elite mounts its main partitions as /dev/block/mmcblk0p0-21 ? (ref: Looking For DEV To Help Port CWM For LG Optimus Elite -...
  12. V

    Stuck in CWM recovery. -Without root

    might need to chmod flash_eraseall after pushing it? "adb shell chmod 755 /sbin/flash_eraseall"
  13. V

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

    Re: [ROM+Kernel] MiRaGe-CM7.2-IHO (04152013) boot.img contains a lot more than just the splash screen... results would be unpredictable at best... ... it might work if the donor rom was similar enough... but would probably just cause a bootloop (and I think it could potentially do far worse...
  14. V

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

    Re: [ROM+Kernel] MiRaGe-CM7.2-IHO (04152013) Here's some old posts by bigsupersquid on the various boot screens on the V: [Q] Removing Boot Logo/Slash Screen - xda-developers Is that splash2? If so, it's on the boot.img
  15. V

    Major Issue with My phone!!

    There's a sticky thread with a warning about this, though it lacks updates... Anyhow, if you can get to the phone via ADB you should be able to fix it by wiping /dev/mtd/mtd7 and /dev/mtd/mtd8 - this is what the bootloop fixes do for this phone... But, you should really replace your recovery -...