Skip to content

Commit

Permalink
added APKpure
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuichiro Nakada committed Mar 7, 2017
1 parent ecfbf33 commit 04909ff
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 8 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ http://www.shashlik.io/ (Original)
- x86-based
- Support Houdini Binary Translator [http://d.hatena.ne.jp/mjt/20161231/p1]
- Support SD card
- APKpure is pre-installed

# Download
- https://github.com/yui0/shashlik/releases
- APKs
- Download from http://beste-apps.chip.de/android/app/flappy-bird-apk-android-app,cxo.66885070/.
- https://apkpure.com/
- RPM [https://github.com/yui0/shashlik/releases]

# Where is the APKs?
- APKs [https://apkpure.com/]
- Flappy Bird [http://beste-apps.chip.de/android/app/flappy-bird-apk-android-app,cxo.66885070/]

# How to use
- /opt/shashlik/bin/shashlik-install com.dotgears.flappybird.apk
- /opt/shashlik/bin/shashlik-run com.dotgears.flappybird FlappyBirds
- First download and install
# rpm -Uvh shashlik-*.x86_64.rpm
$ /opt/shashlik/bin/shashlik-run com.apkpure.aegon "APKPure"

- Run Flappy Bird
$ /opt/shashlik/bin/shashlik-install com.dotgears.flappybird.apk
$ /opt/shashlik/bin/shashlik-run com.dotgears.flappybird FlappyBird

Binary file added com.apkpure.aegon/base.apk
Binary file not shown.
Binary file added com.apkpure.aegon/lib/x86/libjlibtorrent.so
Binary file not shown.
8 changes: 8 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ cp /system/etc/binfmt_misc/arm_dyn /proc/sys/fs/binfmt_misc/register

rm /data/system/called_pre_boots.dat

settings --user 0 put secure user_setup_complete 1
settings put global install_non_market_apps 1

#mkdir -p /data/app/com.apkpure.aegon/lib/arm/
#ln -s /system/app/com.apkpure.aegon/lib/arm/libjlibtorrent.so /data/app/com.apkpure.aegon/lib/arm/
#ln -s /system/app/com.apkpure.aegon /data/app/
#pm install /system/com.apkpure.aegon.apk

7 changes: 6 additions & 1 deletion make_shashlik.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ mkdir ${sdir}
mount -oloop ${tdir}/opt/shashlik/android/system.img ${sdir}
cp -a ./system/* ${sdir}/
cp -a ${cdir}/build.prop ${sdir}/

cp -a ${cdir}/com.apkpure.aegon ${sdir}/app/
ln -s /system/app/com.apkpure.aegon/lib/x86/libjlibtorrent.so ${sdir}/lib/
#cp -a ${cdir}/*.apk ${sdir}/

cat ${cdir}/init.sh >> ${sdir}/etc/init.goldfish.sh
umount ${sdir}
rmdir ${sdir}
Expand All @@ -53,14 +58,14 @@ e2fsck -f ./opt/shashlik/android/system.img
#resize2fs ./opt/shashlik/android/system.img 420M
resize2fs ./opt/shashlik/android/system.img 500M

rm -rf ./opt/shashlik/android/emulator-user.ini
rm -rf ./opt/shashlik/bin/__pycache__
rm -rf ./opt/shashlik/lib
rm -rf ./opt/shashlik/lib64/libEGL_translator.so
rm -rf ./opt/shashlik/lib64/libGLES_CM_translator.so
rm -rf ./opt/shashlik/lib64/libGLES_V2_translator.so
rm -rf ./opt/shashlik/lib64/libOpenglRender.so
rm -rf ./opt/shashlik/lib64/libut_rendercontrol_dec.so
#rm -rf ./opt/shashlik/bin/aapt

cp -a ${cdir}/shashlik.spec ./opt/shashlik/
pushd ./opt
Expand Down
2 changes: 1 addition & 1 deletion shashlik.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Summary: shashlik
Name: shashlik
Version: 0.9.3
Release: b3
Release: b4
License: MPL/LGPL
Group: Applications/System
Source: %{name}-%{version}.tar.bz2
Expand Down

0 comments on commit 04909ff

Please sign in to comment.