Commit Graph

11 Commits

Author SHA1 Message Date
Sven
e6dc3f2016 Revert "Update Terminal app package name"
see https://github.com/jackpal/Android-Terminal-Emulator/issues/357

This reverts commit 6b6000d1cb.

Change-Id: Iec140ddc77edee15bc5c3d6750d27bccdf9f93d4
2014-09-25 22:27:02 +02:00
Sven
6b6000d1cb Update Terminal app package name
The group that maintains and builds the Terminal Emulator
have run into Google Play issues resulting in a package name change.
Update associated libraries for this change as well.
See also:
https://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates

Change-Id: Ib50a8d8435ea12d2c74ea9a68f5f9ddadc7601a5
2014-09-25 17:54:30 +00:00
Kyle Manna
e410bbb69e get-prebuilts: Use https for Term.apk fetch
* Use secure protocol when fetching prebuilt APKs to avoid a MITM attack
  that could send a malicious APK instead.

Change-Id: If9dfc8bdc6f5a8ac360f40fe3fb423455082d224
2014-09-21 07:02:57 -07:00
Chirayu Desai
d6a6738d19 get-prebuilts: update Term.apk download URL
Change-Id: Id708e96981fe2c75f10022931518774b5f2df573
2012-12-24 14:11:18 +05:30
Rocky Zhang
7718d2ac05 Fix copy JNI files of Term.apk
Term.apk now contains JNI shared ojbects for all architectures.
Currectly, the script would only extract and copy armeabi object.
Change the script to extract all object and copy the correct ABI
object to the filesystem.

Change-Id: I167eafab523a4104063fec89b7ba136031c1d07c
Signed-off-by: Rocky Zhang <zhangyan.hit@gmail.com>
2012-12-24 00:11:27 -08:00
Ricardo Cerqueira
2526fef627 cm: Start bundling the updater
And remove the now-redundant ROM Manager

Change-Id: I7664f8a3c21b2a7dd817a68e8ff38f1f96c029cc
2012-09-29 17:23:32 +01:00
Simon Davie
2899cb397a cm: Update extraction of Android Terminal
libjackpal-androidterm3.so is now libjackpal-androidterm4.so

Change-Id: I2506fe691fd385a131e3fbb4a06f776e02fa77bf
2012-05-26 13:14:50 +01:00
Brandon Bennett
57c3b194e1 Allow get-prebuilts to work from any CWD
The unzip command in get-prebuilts assumed that the CWD
as ./vendor/cm.  This changes allows it to work from any
CWD so now you can do

  ./vendor/cm/get-prebuilts

instead of

  cd ./vendor/cm && ./get-prebuilts

Change-Id: I705191fd84c3ffda6b2e81b7ea7518327cce8081
2012-01-02 18:58:50 -07:00
Robert Burns
70e082f4e0 Fix for get-prebuilts. Unzip options need to be reversed.
Change-Id: I600f785cbfab66810be28984770e8f818fe0735f
2011-12-18 18:16:18 -05:00
Brint E. Kriebel
5a4590f99a get-prebuilts: Add overwrite flag to prevent prompt when files exist
Change-Id: Ic27876ebb96f2b15c7a0438495c290bd05140fc1
2011-12-18 13:56:57 -07:00
Steve Kondik
a25e4e0a8e cm: Add prebuilt Android Terminal Emulator + fixes
* Rename get-rommanager to get-prebuilts
 * Add audio_effects.conf to the build

Change-Id: I1e98aeeada645d9588b6841de846e4e38a44756b
2011-12-14 22:27:59 -08:00