summaryrefslogtreecommitdiff
path: root/unzip-files.sh
blob: 7191b20eca0058a153d1c60c9267a051dbf7c2d8 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

mkdir -p proprietary

unzip -j -o ../../../$1 system/app/FieldTest.apk system/bin/debug_tool system/bin/htclogkernel -d proprietary
touch proprietary/*

chmod 755 proprietary/debug_tool
chmod 755 proprietary/htclogkernel