Notices


Reply
Thread Tools
Craig_Mabbitt's Avatar
Posts: 58 | Thanked: 21 times | Joined on Jul 2012 @ Moscow
#161
for my n9 works this
Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=Angry Birds Space
Exec=/bin/apkenv /home/user/MyDocs/android/abs.apk
Categories=Games;
Icon=/home/user/MyDocs/android/.icon/abs.png
X-HildonDesk-ShowInToolbar=true
X-Window-Icon=
X-Window-Icon-Dimmed=
X-Osso-Type=application/x-executable
and i tried yandex maps - Missing library dependencies
__________________
MeeRAR v0.2.0

Last edited by Craig_Mabbitt; 2012-10-22 at 13:48.
 
Artyom's Avatar
Posts: 289 | Thanked: 185 times | Joined on Sep 2012 @ Worldwide
#162
this can also work with some apps. All we need is more .so files.
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#163
i don't think this can work with internet to load map data, or gps.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Artyom's Avatar
Posts: 289 | Thanked: 185 times | Joined on Sep 2012 @ Worldwide
#164
Originally Posted by ibrakalifa View Post
as user, :/

but still no luck with fruitninja, T_T
and on normal mode, no inception too, xD
there is no need for open mode or inception on fruit ninja. İt worked fine on my device.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#165
Originally Posted by Artyom View Post
this can also work with some apps. All we need is more .so files.
Well i took from my ICS-running droid all the libs from /system/lib and copied it over and those apps that are not working tried them out all still don't work...
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#166
let thp to work self =)
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Artyom's Avatar
Posts: 289 | Thanked: 185 times | Joined on Sep 2012 @ Worldwide
#167
Originally Posted by thedead1440 View Post
Well i took from my ICS-running droid all the libs from /system/lib and copied it over and those apps that are not working tried them out all still don't work...
have you tried apps that uses its own ui?
 
Artyom's Avatar
Posts: 289 | Thanked: 185 times | Joined on Sep 2012 @ Worldwide
#168
Originally Posted by coderus View Post
i don't think this can work with internet to load map data, or gps.
not only apps that use internet data others too.
 
Posts: 362 | Thanked: 179 times | Joined on Sep 2010
#169
Originally Posted by Kozzi View Post
Got it to work with the shell trick:

/home/user/apkenv/run.sh
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
fruit_ninja.desktop:
Code:
[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
angry_birds_space.desktop
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
place two desktop file into /usr/share/applications/
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
Thx for the scripts. however i cant get them working.

Can anyone find where i have gone wrong?

Code:
#!/bin/sh
cd /home/apkenv

case "$1" in
'fruitninja')
./apkenv.harmattan.2012-10-21b /home/apkenv/Fruit_Ninja_v1.5.4.apk;;
'angrybirdsspace')
./apkenv.harmattan.2012-10-21b /home/apkenv/Angry_Birds_Space_.apk;;
esac
Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.5.4
Type=Application
Terminal=true
Exec=sh /home/apkenv/run.sh fruitninja
Name=Fruit Ninja
Icon=/home/apkenv/Icons/fn80.png
Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0.1
Type=Application
Terminal=false
Exec=sh /home/apkenv/run.sh angrybirdsspace
Name=Angry Birds Space
Icon=/home/apkenv/Icons/abs80.png
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#170
Sniper_swe you may want to put it in /home/user/ instead of /home/ to try it...
 
Reply

Tags
android, emu_layer, new_whazapp, orphanenv, sfdroid, thp ole ole ole, thp's up, y u disobey thp


 
Forum Jump


All times are GMT. The time now is 17:47.