/in my infinite wisdom I decided that since I have done this successfully under linux for /lib and /var, that deleting the /system/app directory and symlinking it to the sdcard would be easy! Now I have issues, because the SDcard isn't mounted at boot.
To further complicate it, I turned off USB debugging just prior for other reasons. So, I don't think I could get into the shell via adb to copy the sdcard files back.
I was wondering if there is another way to restore the directory, short of unsoldering the flash chip. As I can see it, either running a shell from boot or enabling USB access despite debugging being off. could work easily. Or perhaps reformatting the SDcard to ext2 and restoring the file structure would let it be mounted at boot, thus allow the symlink to be active?
To further complicate it, I turned off USB debugging just prior for other reasons. So, I don't think I could get into the shell via adb to copy the sdcard files back.
I was wondering if there is another way to restore the directory, short of unsoldering the flash chip. As I can see it, either running a shell from boot or enabling USB access despite debugging being off. could work easily. Or perhaps reformatting the SDcard to ext2 and restoring the file structure would let it be mounted at boot, thus allow the symlink to be active?