EvilZone

Hacking and Security => Mobile Hacking => Android => : Mellow July 25, 2011, 05:31:48 PM

: Deploying apk to your phone without signing.
: Mellow July 25, 2011, 05:31:48 PM
http://www.coderanch.com/t/466352/Android/Mobile/deploying-app-android-phone-without (http://www.coderanch.com/t/466352/Android/Mobile/deploying-app-android-phone-without)


http://androidcommunity.com/forums/f4/how-to-install-apps-using-adb-4482/ (http://androidcommunity.com/forums/f4/how-to-install-apps-using-adb-4482/)

After writing an apk for the android you must past it through signing before it is able to run on a phone or get to the market.

Adb allows you to do without the signing so your apk can run on your phone after being compiled.
: Re: Deploying apk to your phone without signing.
: Stackprotector July 26, 2011, 02:38:17 AM
Could you do little more than just posting links?,  some information about the topic....