ipedrazas / Android-Scripts

Batch scripts for signing and getting cert keys on Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Scripts

Android Scripts is a collection of Batch scripts for OS Windows. It is for signing APK and getting certificate keys for Google Maps API and Facebook API.

  • certkey.bat - getting BKS keystore of my self-signed certificate
  • facebookkey.bat - getting Android key hash for Facebook app
  • facebookkeydebug.bat - getting Android debug key hash for Facebook app
  • mapkey.bat - getting the MD5 fingerprint of certificate for Google Maps
  • mapkeydebug.bat - getting the MD5 fingerprint of debug certificate for Google Maps
  • sign.bat - signing APK file

Written by

License

Copyright (C) 2012 Petr Nohejl, petrnohejl.cz

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

This program comes with ABSOLUTELY NO WARRANTY!

About

Batch scripts for signing and getting cert keys on Windows.