|
2012-10-22
, 11:54
|
Posts: 835 |
Thanked: 772 times |
Joined on Oct 2007
@ Finland
|
#142
|
[Desktop Entry] Type=Application Name=<app name> Categories=Games; Exec=/usr/bin/meego-terminal -n -e "cd /home/user/apkenv && ./apkenv <apk file>" Icon=<path where your icon is>
|
2012-10-22
, 12:08
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#143
|
|
2012-10-22
, 12:14
|
Posts: 23 |
Thanked: 5 times |
Joined on Mar 2011
@ Philippines
|
#144
|
|
2012-10-22
, 12:17
|
Posts: 23 |
Thanked: 5 times |
Joined on Mar 2011
@ Philippines
|
#145
|
Here you go
and I put this in /home/user/.local/share/applications/Code:[Desktop Entry] Type=Application Name=<app name> Categories=Games; Exec=/usr/bin/meego-terminal -n -e "cd /home/user/apkenv && ./apkenv <apk file>" Icon=<path where your icon is>
trying to run without success, Terminal complains:
"Could not find 'cd /home/user/apkenv/ && ./apkenv /path/game.apk', starting '/bin/sh' instead.
[Desktop Entry] Type=Application Name=Angry Birds Rio Categories=Games; Exec=/usr/bin/meego-terminal -n -e devel-su -c "cd /home/user/apkenv && ./apkenv abr.apk" Icon=/home/user/apkenv/abr80.png
The Following User Says Thank You to vicscraft For This Useful Post: | ||
|
2012-10-22
, 12:21
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#146
|
The Following 2 Users Say Thank You to mariusmssj For This Useful Post: | ||
|
2012-10-22
, 12:23
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#147
|
Exec=/usr/bin/meego-terminal -n -e devel-su user -c "cd /home/user/apkenv && ./apkenv <apk file>"
#!/bin/sh cd /home/user/apkenv && ./apkenv <apk file>
Exec=/usr/bin/meego-terminal -n -e devel-su user -c "/path/to/script.sh"
Exec=/usr/bin/meego-terminal -n -e /path/to/script.sh
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2012-10-22
, 12:25
|
Posts: 835 |
Thanked: 772 times |
Joined on Oct 2007
@ Finland
|
#148
|
#!/bin/sh cd /home/user/apkenv/ case "$1" in 'fruitninja') ./apkenv /home/user/MyDocs/Downloads/Fruit_Ninja_v.1.5.4.apk;; 'angrybirdsspace') ./apkenv /home/user/MyDocs/Downloads/Angry_Birds_Space_Premium_1.0.1.apk;; esac
[Desktop Entry] Encoding=UTF-8 Version=1.5.4 Type=Application Terminal=false Exec=sh /home/user/apkenv/run.sh fruitninja Name=Fruit Ninja Icon=/home/user/apkenv/Icons/fn80.png
[Desktop Entry] Encoding=UTF-8 Version=1.0.1 Type=Application Terminal=false Exec=sh /home/user/apkenv/run.sh angrybirdsspace Name=Angry Birds Space Icon=/home/user/apkenv/Icons/abs80.png
The Following 3 Users Say Thank You to Kozzi For This Useful Post: | ||
|
2012-10-22
, 12:37
|
Posts: 198 |
Thanked: 130 times |
Joined on Sep 2012
@ Pakistan
|
#150
|
Tags |
android, emu_layer, new_whazapp, orphanenv, sfdroid, thp ole ole ole, thp's up, y u disobey thp |
Thread Tools | |
|
10chars