Quote:
Originally Posted by natemcnutty
Can't get into it, but you were saying that's because we changed /sdcard to /mnt/sdcard and /sdcard is made during init. I'm looking at editing that right now to see if I can get into recovery again.
|
we have 2 options. One is to mkdir sdcard right before recovery is requested and the remove it when done so android will be happy.
or leave the mkdir /sdcard as is, and remove it right before exec init.android is called. both need to be tested i suppose.