I've replaced the build/target/product/security certificates with my own, to be used with new builds. Using the old, public PDK (now mirrored by kandroid,
http://www.kandroid.org/online-pdk/guide/release_keys.html), I've generated the new platform, media, shared and release keys, without setting any password.
The problem comes where the build tools try to sign the APKs. Somehow the keys get flagged as password-required ones, and as I'm using multiple threads, the requests time out, resulting in a compile error.
I know about the ANDROID_PW_FILE change, already made a file, but as the format is not described anywhere, and I'm not that good with Python, I am pretty sure I screwed up something.
Can anyone give me some directions on how to set up ANDROID_PW_FILE for empty passwords?