Skip to content

Commit

Permalink
changed userdata.img size
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuichiro Nakada committed Feb 27, 2017
1 parent 67ab8b4 commit 1738b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ Android Applications on Real Linux

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

# How to use
- Download from http://beste-apps.chip.de/android/app/flappy-bird-apk-android-app,cxo.66885070/.
- /opt/shashlik/bin/shashlik-install com.dotgears.flappybird.apk
- /opt/shashlik/bin/shashlik-run com.dotgears.flappybird FlappyBirds
- rm ~/.local/share/shashlik/userdata.img
Expand Down
2 changes: 1 addition & 1 deletion make_shashlik.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cp -a ${cdir}/shashlik-install ./opt/shashlik/bin

# diet
e2fsck -f ./opt/shashlik/android/userdata.img
resize2fs ./opt/shashlik/android/userdata.img 4M
resize2fs ./opt/shashlik/android/userdata.img 11M
e2fsck -f ./opt/shashlik/android/system.img
resize2fs ./opt/shashlik/android/system.img 420M

Expand Down

0 comments on commit 1738b28

Please sign in to comment.