Search This Blog

Monday, August 29, 2016

HOW to Redirect from batch file using START commnd

in case you want to redirect the output from batch file and you do use START command , and you want to redirect the output from the start command, here is the way

in YELLOW you can find the trick

start cmd /c myexe.exe -p1 param1 -p2 param2 ^> c:\temp\5.txt

enjoy
Yaniv Tzanany

Sunday, June 5, 2016

Find out which keystore was used to sign an app

the simple answer is to compare the signature

here is how to compare APK signature with the keystore you have

android - How do I find out which keystore was used to sign an app? - Stack Overflow:


Find out which keystore was used to sign an app

the simple answer is to compare the signature

here is how to compare APK signature with the keystore you have

android - How do I find out which keystore was used to sign an app? - Stack Overflow:

check out this thread as well
The apk must be signed with the same certificates as the previous version