- Forum
- LG Android Phones
- More LG Phones
- LG Optimus Series
- Virgin Mobile Optimus V
- Optimus V Rooting, ROMs, and Hacks
[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 other feature of twrp is functioning properly
If you were testing my beta builds, you may need to either delete your twrp folder (at least the settings file) or select "storage: sdcard storage" then tap the radio button during your first backup, this may also be true after formating since the partition table changes. After doing this once its stored by twrp in settings. Also, be patient during sdcard partitioning, especially with larger cards, the phone will vibrate and display success when its done.
[DOWNLOAD: recovery.img]
[DOWNLOAD: recovery.zip]
[KITKAT ROM]
Still not stable enough for release...
My ROM is based off Bigsupersquid's repo, which is based off JBC.
My work focuses on os2sd specifically.
I post weekly/nightly builds on my website under the forum section.
Note that those builds can be unstable (which is why they aren't on here yet)
Now that TWRP is functioning the way I wanted, I'll be refocusing on the ROM, and cleaning up my code to post to github.02-20-2014 12:02 AMLike 14 -
- bigsupersquido_OIt wants a switch to choose where generic .zips go (ones that mount without specifying MTD or EMMC) since right now they default to internal.02-20-2014 08:34 AMLike 0
- Very nice! I will certainly be using your new recovery, as well as keeping an eye on the development of the Rom. One quick question, how does your Rom differ from Squid's?Melvin Jefferson likes this.02-20-2014 09:11 AMLike 1
-
But they shouldnt default to internal, extsystem mounts at /system in recovery and intsystem mounts at /system_internal
I do plan to add multiboot support in the boot image (and maybe recovery) I also am trying to use the mtd blocks as swap.02-20-2014 11:24 AMLike 3 - bigsupersquido_O... As far as generic zips, I'm assuming you mean ones that don't specify a mount path for system? See the problem with that is to allow that you would need to mount both internal and external at /system, however, doing so would break the ability to backup both internal and external system. I suppose one solution would be to add a scanner that parses the recovery script looking for a mount command. Then if one isnt found it could suggest a mount before running. This would be relatively easy compared to what I've done so far.
But they shouldnt default to internal, extsystem mounts at /system in recovery and intsystem mounts at /system_internal...Code:run_program("/tmp/busybox","mount","-o","rw,remount","/system");
02-21-2014 12:17 PMLike 0 - 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 App02-21-2014 07:17 PMLike 0 - bigsupersquido_O
//edit: at least yours flashes those zips to internal, the cwm6.0.4.5 and up error when trying to mount like that unless the partition is already mounted.
and, know what? it just flashed CrossBreeder 12-1 to ext without any tweaking. Maybe my earlier tests were bunk... sorry :/02-21-2014 07:47 PMLike 0 - 02-22-2014 03:51 PMLike 0
- bigsupersquido_Ouse the skinny-gapps-sd from skinbark's download folder. Or try mounting /system (or /ext-system if it's there) in the mounts menu before flashing the regular skinny gapps.A-android-B likes this.02-22-2014 03:58 PMLike 1
- 02-23-2014 02:32 PMLike 0
- bigsupersquido_OCode:
su flash_image recovery /storage/sdcard0/Download/recovery.img
the fakeflash I uploaded is skinbark's patched into a cm7-era CWM fakeflash zip. That wasn't really mine either.02-23-2014 03:55 PMLike 0 -
-
- bigsupersquido_OAh, think I figured it out.
CrossBreeder and other scripts that use the half-***ed 'mount /system' format instead of specifying where it mounts from, will flash to whatever /system /data and /cache are currently mounted. I added instructions for that to my ROM thread and set TWRP as the preferred recovery now.brotherswing and TechVendetta like this.02-23-2014 09:02 PMLike 2 -
Sent from my HTC_A510c using Tapatalk 202-23-2014 09:56 PMLike 9 - Yeah, Casey - you need to be polite and nice to people if you want them to help you. If you happen to be as young as your photo, maybe you haven't learned this yet. Just keep doing a lot of reading and learning from others with more experience. Look at how they describe issues they are having and how they ask for help and respond to each other. They are a very helpful and hardworking group of people.
All the people here are volunteers trying to help each other out. Be grateful to them - they are not being paid for this, you know. Otherwise, you will just find yourself ignored and on your own.02-24-2014 02:06 AMLike 5 - The recovery looks very nice! Loved the portal/android graphic - LOL.
I couldn't get usb storage to work from it, but it may be lack of experience on my part. The sdcard is already set up and working with os2sd. When I try to mount sdcard storage from your recovery, the computer bings for a new device but doesn't pop up the explorer window it should for a new file device.
I'll play with it some more tomorrow.02-24-2014 02:42 AMLike 0 - bigsupersquido_OThe recovery looks very nice! Loved the portal/android graphic - LOL.
I couldn't get usb storage to work from it, but it may be lack of experience on my part. The sdcard is already set up and working with os2sd. When I try to mount sdcard storage from your recovery, the computer bings for a new device but doesn't pop up the explorer window it should for a new file device.
I'll play with it some more tomorrow.02-24-2014 07:32 AMLike 0 - Great your recovery messed me up techvendetta. My apps can not get root access. Superuser request not responding. Help! What should I do?02-24-2014 10:28 AMLike 0
- bigsupersquido_O
when you get errors like that with any rom, wipe system data and cache then reflash it again in recovery.02-24-2014 11:12 AMLike 0 - Recovery is black screen remember? I can't use it! I can't flash new one due to root issue! What should I do?02-24-2014 11:17 AMLike 0
- bigsupersquido_Oyou'll have to see if adb works in the black recovery. if it does you can reflash it from there.02-24-2014 11:44 AMLike 0
- I love the recovery so far! I don't use all the features.. (I flashed the kitkat from the other thread, just because I need mms.:x)
I'm having a bit of a problem flashing the int2ext scripts though.. I only have one sd-ext, meant for internal (with the int2ext script mentioned)
Am I right that I need to mount OS2SD system and internal system first?02-24-2014 12:42 PMLike 0 - Great your recovery messed me up techvendetta. My apps can not get root access. Superuser request not responding. Help! What should I do?
...
Defect!!!! Your recovery is just a black screen!!!! Squiddie makes better recovries than you!!!
...
I used flash image gui. Is that the wrong way?
I can't emphasize this enough. Most of the people experimenting with recoveries and kitkat roms in the Optimus Rooting, ROMs and Hacks forums are doing so on a second/spare phone. Things are not yet stable enough to be installing this stuff on your main phone that you need to have everything working on unless you really know what you are doing.
Unless you are a developer or someone who has been doing this sort of stuff for a while and knows his way around adb, you are quite likely to end up with a messed up phone. Using adb running on your computer gives you the option to interact with both the rom and the recovery via usb - either can be used to recover the other. And you never want to change both of them at the same time - it's too risky! By using your backup/spare/extra phone for testing/experimenting you don't need to panic when things don't work or there's a problem. The spare phone I use for playing with kitkat stuff was given to me by a friend when he upgraded to a new phone and provider. They are also available pretty cheaply on places like ebay.
If you only have one Optimus phone and you need for everything to work then you should be running Mirage's gingerbread rom on it. It is the most stable and well-tested rom for this phone, by far. Yes, it's only gingerbread, but everything works well and it's stable and reliable. Mrg666 still maintains it to this day and integrates any updates that are needed. Thanks, Mrg666!
If this is your only phone and you do not know how to use adb to work with both a recovery and a rom from your computer using a usb cable, then you are in great danger of bricking your phone. And that is a royal pain to recover from and there is a risk that you will not be able to use your phone to make regular phone calls again. Do some searching in the Optimus forums about phone unbricking and critical information you should preserve before messing with it. Is it a ZV4 or ZV5? Does it have the new screen or the old screen? Have you recorded the AAA and HA shared secret values for your phone? At the rate you're going, you may need the recovery information! And, given your attitude, don't be expecting people to jump through many hoops to help you.02-24-2014 01:41 PMLike 5
- Forum
- LG Android Phones
- More LG Phones
- LG Optimus Series
- Virgin Mobile Optimus V
- Optimus V Rooting, ROMs, and Hacks
[TWRP RECOVERY][OS2SD][INTERNAL][KITKAT ROM DEV] - TechVendetta
« Some cool apps for a Rooted Stock ROM
|
My experience trying out the Moto G and Moto E versus my Optimus V »
Similar Threads
-
How to copy and paste in Nexus 5 ( kitkat 4.4.2 )
By m3mpower in forum Google Nexus 5Replies: 6Last Post: 04-20-2016, 12:46 AM -
Unsafe Volume Warning After KitKat Update
By badadjective in forum Verizon HTC OneReplies: 9Last Post: 08-09-2014, 01:40 PM -
Looking for a good ROM for my NOTE 2
By imgingi in forum Samsung Galaxy Note 2 Rooting, ROMs, and HacksReplies: 19Last Post: 04-28-2014, 02:07 AM -
HTC One KitKat update
By Marzuq in forum HTC One M7Replies: 11Last Post: 02-25-2014, 02:03 AM -
"Unfortunately com.android.phone has stopped" after recovery [RESOLVED]
By Kent763 in forum HTC One M7Replies: 1Last Post: 02-20-2014, 12:59 AM
LINK TO POST COPIED TO CLIPBOARD