[android-porting] Re: signing update.zip for stock recovery

2014-03-12 Thread fastludeh22
First off are you sure that recovery is compatible with your device? Do you have root access though adb in recovery. If yes to both questions, you can use the dd if= command to force replacement of any partition including recovery. Be careful though, miss type or non compatible .img and you wi

Re: [android-porting] External Sd card support in Kitkat 4.4.2

2014-03-12 Thread Jeff Sharkey
That error is happening when Zygote is trying to prepare the multiuser mount namespace. It looks like primary external storage is emulated on your device; is that FUSE daemon started and running? (The mkdir might be failing against the read-only rootfs if the daemon isn't present.) It might also