|
2012-10-22
, 12:47
|
Posts: 280 |
Thanked: 136 times |
Joined on Dec 2011
@ Banyuwangi, Indonesia
|
#152
|
|
2012-10-22
, 12:47
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#153
|
|
2012-10-22
, 12:58
|
Posts: 233 |
Thanked: 491 times |
Joined on Oct 2011
@ Sydney
|
#154
|
The Following User Says Thank You to MFaroTusino For This Useful Post: | ||
|
2012-10-22
, 12:59
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#155
|
|
2012-10-22
, 13:06
|
Posts: 233 |
Thanked: 491 times |
Joined on Oct 2011
@ Sydney
|
#156
|
Just wait for a while for more stable release and i'm sure thp will make game launcher.
|
2012-10-22
, 13:10
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#157
|
|
2012-10-22
, 13:10
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2012
@ Jordan
|
#158
|
Got it to work with the shell trick:
/home/user/apkenv/run.sh
fruit_ninja.desktop:Code:#!/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
angry_birds_space.desktopCode:[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
place two desktop file into /usr/share/applications/Code:[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
apk file to MyDocs/Downloads and now I can run them from homescreen without root access. My script didn't work before because I placed the desktop files into /home/user/.local/share/applications
|
2012-10-22
, 13:28
|
|
Posts: 1,023 |
Thanked: 4,421 times |
Joined on Feb 2010
@ Argentina
|
#159
|
|
2012-10-22
, 13:31
|
Posts: 835 |
Thanked: 772 times |
Joined on Oct 2007
@ Finland
|
#160
|
The Following 3 Users Say Thank You to Kozzi For This Useful Post: | ||
Tags |
android, emu_layer, new_whazapp, orphanenv, sfdroid, thp ole ole ole, thp's up, y u disobey thp |
|
And what about a GUI to launch apps as well ?
EDIT: alright, forgot to read thp's disclamer in deep. No package .
Developer of Friends Facebook client, patchmanager, Phonebot
Blogger at Jollafr and random thoughts on my personnal blog
Support my work
Last edited by Sfiet_Konstantin; 2012-10-22 at 13:11.