bigsupersquid
o_O
Another silly question:
Has anybody backed up the OS2SD KitKat with this recovery, and successful restored said backup?
yes. works fine for me.
Another silly question:
Has anybody backed up the OS2SD KitKat with this recovery, and successful restored said backup?
yes. works fine for me.
hahaha, can't count the number of times I've lost grade points working on my hobbies with this stuff.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.
hahaha, can't count the number of times I've lost grade points working on my hobbies with this stuff.
The recovery won't read internal partitions it says it can't mount and it says when I go to wipe unable to wipe system is there any other way I can get back to a standard recovery
Posted via Android Central App
I've been looking forward to that. For example, I found that the OS2SD runs fine with /cache back on NAND and it'd be nice to have the extra partition removed from or optional in the formatting process..... I see squid forked my recovery, so I'm going to set a reminder to upload the device tree to compile it for our phone properly....
That makes good sense. I enjoy being able to swap just the card and flash a boot.img to move my whole huge OS over to another phone without having to go through the long backup/restore process too.... As an information assurance major (read: hacker) I really like knowing that I can remove my sdcard and have my device hold absolutely no data on me.
I've been looking forward to that. For example, I found that the OS2SD runs fine with /cache back on NAND and it'd be nice to have the extra partition removed from or optional in the formatting process.
That makes good sense. I enjoy being able to swap just the card and flash a boot.img to move my whole huge OS over to another phone without having to go through the long backup/restore process too.
I was thinking again about ways to install a minimal system to the internal partitions and aufs mount the ext partitions over them. That way the card could be pulled while running, and if the card went bad like has happened to at least one user, the phone would still work at a basic level.
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 running in here. ^.^;I am still having issues with zips using busybox mount /system for internal flashing.
I can usually mount os2sd system and flash that type of zip ok, but it's a toss up whether or not it tries to mount the internal correctly. I've had some work but the latest pa_gapps stuff... doesn't see /system for os2sd whether or not I mount it first, or mount/unmount.
It's the same busybox line... but the thread says something about the newest zips being new installer code by chainfire? I have yet to research that, but those zips fail to flash regardless. They're WWAAAAAYYY too big for internal, even the gmscore is 15Mb alone...
Recovery.log says (sometimes) that mounting /dev/block/mmcblk0p3 fails due to resource busy or in use (won't remount.)
I have no issues flashing my own zips.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 running in here. ^.^;
The internal flashing is buggy but only in the sense that twrp is more robust than previous recoveries. Older recoveries had in-built functions for mounting things, but twrp has a full scripting env so you mount the stuff yourself. It also is important to know that in recovery your devs and mount points can be different than they normally are in the rom. Actually, the code that would have cleared that up is probably in the device tree... Guess I better get you that code lol.