View Single Post
Posts: 54 | Thanked: 11 times | Joined on Jun 2013
#1113
Originally Posted by Kozzi View Post
How I uninstall:
* rm .local/share/applications/name.apk.desktop
How I install manually any game:
* copy one of the installed game as new icon, ie world of goo
- cd .local/share/applications
- cp wogoo.apk.desktop fruitninja.apk.desktop
- nano fruitninja.apk.desktop

the desktop file content is similar (not exact) to this:
[Desktop Entry]
Name=WoG
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=invoker --single........
Icon=$HOME/Icons/MyIcon.png

change to
[Desktop Entry]
Name=Fruit Ninja
Encoding=UTF-8
Version=1.0
Type=Game
Terminal=false
Exec= <== change the path of apk file (at the end) to the one for fruitninja apk
Icon=path/to/the/icon/file.png <== copy fruit ninja icon to your phone and point this path to the icon, for example apkenv stores icons in /home/user/.apkenv/game.apk.png

Ctrl+X to quit and Y to save


-/bin/sh: nano: not found