aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-07 17:01:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-07 17:01:42 -0300
commit7c6686555b46ce3f0ad82736a4c0624e68524121 (patch)
tree337f8eebdbb7472ba9a8d580fc3a6e7ef683dd6e /research
parent3fe98e3624e3ef1fb50dee311d981c19eb5e1f1e (diff)
downloadblog-7c6686555b46ce3f0ad82736a4c0624e68524121.tar.gz
blog-7c6686555b46ce3f0ad82736a4c0624e68524121.tar.bz2
Signature verification for apks
Diffstat (limited to 'research')
-rw-r--r--research/smartphone.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/research/smartphone.mdwn b/research/smartphone.mdwn
index 010d246..a3ad97a 100644
--- a/research/smartphone.mdwn
+++ b/research/smartphone.mdwn
@@ -212,6 +212,12 @@ Via [Validating the Android 4.2.2 RSA fingerprint](https://shred.zone/cilla/page
## Instalação manual de apps
+Checagem de assinatura:
+
+ apksigner verify --print-certs app.apk
+
+Instalação:
+
adb install app.apk
## Movendo arquivos do sdcard para o armazenamento interno