[android-porting] Power Wire Powered Android

2013-11-05 Thread Daniel Grießhaber
Hey I'm currently developing for a Board powered by a Powerline. This is the reason I want to remove all the Features I dont need like Keyguard, Settings to Switch of Display after X Minutes, etc... Is there any switch in the Build to remove these Features? Or what files should I look through fo

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

2013-11-21 Thread Daniel Grießhaber
Hey guys, I'm currently trying to apply an update over the stock android recovery. I created the zip contents and my own keys for the android build but it failes with a signature verification error. I have now found this piece of code in the `bootable/recovery/verifier.cpp` #define FOOTER_SIZE

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

2013-11-22 Thread Daniel Grießhaber
Ok, now I know I forgot the -w parameter for SignApk.jar. But now it failes with: I:1 key(s) loaded from /res/keys Verifying update package... I:comment is 1691 bytes; signature 1673 bytes from end E:failed to verify whole-file signature But I use the testkey from /build/target/product/secutity

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

2013-12-06 Thread Daniel Grießhaber
Thanks, that actuall was the Problem. My keys geht overwritten by a makefileentry -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-por

[android-porting] Android Encryption hangs infinitely

2014-01-17 Thread Daniel Grießhaber
Hallo, I'm currently trying to get the whole disk encryption in android to work on my Nitrogen6x developemnt board. I can now start encryption inplace with the UI or over vdc. I also added some logging in cryptfs.c right before and after the write in the unix_write() function. After some spammin