HomeSort by relevance Sort by last modified time
    Searched refs:apk (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/quake/tools/
packagesharedlib 2 # Put the Quake shared library into the Quake APK and resign the APK.
8 zip -r Quake.apk lib
13 mv Quake.apk Quake-unsigned.apk
14 java -jar $SIGNAPK_JAR $PRIVATE_CERTIFICATE $PRIVATE_PRIVATE_KEY Quake-unsigned.apk Quake.apk
15 rm Quake-unsigned.apk
  /device/samsung/crespo4g/self-extractors/samsung/staging/
reassemble-apks.sh 16 (cd vendor/samsung/crespo4g/proprietary/ODB.apk.parts ; zip -r ../ODB.unsigned.apk .)
17 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/ODB.unsigned.apk vendor/samsung/crespo4g/proprietary/ODB.apk
18 (cd vendor/samsung/crespo4g/proprietary/SprintMenu.apk.parts ; zip -r ../SprintMenu.unsigned.apk .)
19 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/SprintMenu.unsigned.apk vendor/samsung/crespo4g/proprietary/SprintMenu.apk
20 (cd vendor/samsung/crespo4g/proprietary/SystemUpdateUI.apk.parts ; zip -r ../SystemUpdateUI.unsigned.apk .
    [all...]
  /device/samsung/toro/self-extractors/samsung/staging/
reassemble-apks.sh 16 (cd vendor/samsung/toro/proprietary/BIP.apk.parts ; zip -r ../BIP.unsigned.apk .)
17 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/toro/proprietary/BIP.unsigned.apk vendor/samsung/toro/proprietary/BIP.apk
18 (cd vendor/samsung/toro/proprietary/IMSFramework.apk.parts ; zip -r ../IMSFramework.unsigned.apk .)
19 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/toro/proprietary/IMSFramework.unsigned.apk vendor/samsung/toro/proprietary/IMSFramework.apk
20 (cd vendor/samsung/toro/proprietary/SDM.apk.parts ; zip -r ../SDM.unsigned.apk .
    [all...]
  /frameworks/base/tests/CoreTests/
run_junit.sh 9 adb shell exec dalvikvm -cp system/app/MoreTests.apk junit.textui.TestRunner $*
  /frameworks/base/tests/ImfTest/
Android.mk 4 # We only want this apk build for tests.
7 # Only compile source java files in this apk.
14 # Use the following include to make our test apk.
  /build/tools/releasetools/
check_target_files_signatures 32 can be found that match APK signatures, the filename will be
164 stored in a signed .apk)."""
187 class APK(object):
201 apk = zipfile.ZipFile(f, "r")
203 for info in apk.infolist():
206 pkcs7 = apk.read(info.filename)
252 d, z = common.UnzipTemp(filename, '*.apk')
258 if fn.endswith(".apk"):
261 apk = APK(fullname, displayname
    [all...]
  /development/apps/BuildWidget/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/ActionBarCompat/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/BluetoothChat/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/BluetoothHDP/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Compass/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/ContactManager/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/HeavyWeight/
Android.mk 6 # Only compile source java files in this apk.
16 # Use the following include to make our test apk.
  /development/samples/HelloActivity/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/HoneycombGallery/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/LunarLander/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/MultiResolution/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/NFCDemo/
Android.mk 8 # Only compile source java files in this apk.
17 # Use the following include to make our test apk.
  /development/samples/NotePad/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Obb/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/RandomMusicPlayer/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/SampleSyncAdapter/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the folloing include to make our test apk.
  /development/samples/SipDemo/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/SkeletonApp/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Snake/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.

Completed in 662 milliseconds

1 2 3 4 5 6 7