![]() |
Re: [Announce] apkenv (N900, N950, N9)
I'm on open mode and if i run it as user the game freeze at loading image. As root i get passed it and are able to play game. Zooming seem to work.
edit:fruit ninja runs both as user and root. |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
So your posts are the same as what I am saying :D |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
I'm thinking of adding a desktop file to homescreen, anyone know of a right way to execute this in the Exec part ? I quickly made an icon for Fruit Ninja: http://i.imgur.com/TmvG4.png |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
Code:
[Desktop Entry] A .sh script like: Code:
/usr/bin/osso-xterm 'cd /home/user/apkenv' & FOR N900 |
Re: [Announce] apkenv (N900, N950, N9)
Recently N9QTweak has changed to allow opening it without entering the root password...
The Exec you may be interested in: Code:
Exec=invoker --splash=/opt/N9QTweak/Splashs/splash.orig.png --type=e /usr/bin/meego-terminal -n -e /opt/N9QTweak/START Not sure but you can give it a try ;) Edit: The above is for harmattan... |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
but still no luck with fruitninja, T_T and on normal mode, no inception too, xD |
Re: [Announce] apkenv (N900, N950, N9)
Code:
[Desktop Entry] edit : i put fruit ninja icon in /home/user and i disabled show terminal :) |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
correction: you also don't need to be root ro open fruit ninja. |
Re: [Announce] apkenv (N900, N950, N9)
2 Attachment(s)
Quote:
I have bin and libs files in /home/user/apkenv/ which will fail with *Missing library dependencies* if I try to execute in the desktop file using: Exec= ./apkenv/apkenv /path-to-game/name.apk Is the moving everything to /home/user/ the only way out :( |
Re: [Announce] apkenv (N900, N950, N9)
The wiki compatibility page is good, but not necessarily accurate. I have apks for certain apps that are listed as working, yet give me errors.
Clearly, it depends on which apk someone has |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
There is a version number field too for people to fill up (except for a few non-working entries it indeed is filled)...So I don't really see a huge inaccuracy... |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
# cd /home/apkenv /home/apkenv # ./apkenv.harmattan.2012-10-21b /home/a pkenv/Fruit_Ninja_v1.5.4.apk open /dev/sequencer or /dev/snd/seq: No such file ordirectory still launches and woriing fine though:) |
Re: [Announce] apkenv (N900, N950, N9)
This works for me... though I have to enter my root password...
I borrowed it from here... http://talk.maemo.org/showthread.php?t=80743 Code:
[Desktop Entry] |
Re: [Announce] apkenv (N900, N950, N9)
nice icons, Rio please, Kozzi!
|
Re: [Announce] apkenv (N900, N950, N9)
Just a thought, but is there any possibility of getting QNX/Playbook games to run under Harmattan and Fremantle?
|
Re: [Announce] apkenv (N900, N950, N9)
i dont think so
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
10chars |
Re: [Announce] apkenv (N900, N950, N9)
2 Attachment(s)
Quote:
Code:
[Desktop Entry] trying to run without success, Terminal complains: "Could not find 'cd /home/user/apkenv/ && ./apkenv /path/game.apk', starting '/bin/sh' instead. |
Re: [Announce] apkenv (N900, N950, N9)
Ok, try to add "devel-su user -c"
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
try to put it on /usr/share/applications/ here's what I have... Code:
[Desktop Entry] |
Re: [Announce] apkenv (N900, N950, N9)
|
Re: [Announce] apkenv (N900, N950, N9)
Ok this variation:
I mean: Code:
Exec=/usr/bin/meego-terminal -n -e devel-su user -c "cd /home/user/apkenv && ./apkenv <apk file>" Code:
#!/bin/sh Code:
Exec=/usr/bin/meego-terminal -n -e devel-su user -c "/path/to/script.sh" Code:
Exec=/usr/bin/meego-terminal -n -e /path/to/script.sh |
Re: [Announce] apkenv (N900, N950, N9)
Got it to work with the shell trick:
/home/user/apkenv/run.sh Code:
#!/bin/sh Code:
[Desktop Entry] Code:
[Desktop Entry] 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 :D |
Re: [Announce] apkenv (N900, N950, N9)
Thank guys !!
|
Re: [Announce] apkenv (N900, N950, N9)
An solution to FRUIT NINJA segmentation error???
Pleaase :( |
Re: [Announce] apkenv (N900, N950, N9)
Guys, what about a .deb downloading the required files ? I'm gonna try to build this :)
And what about a GUI to launch apps as well ? EDIT: alright, forgot to read thp's disclamer in deep. No package :(. |
Re: [Announce] apkenv (N900, N950, N9)
anyone tried games with game data cache?
like this one? http://android.mob.org/game/trainz_driver.html |
Re: [Announce] apkenv (N900, N950, N9)
i made some script for launching too. it's easier way =)
Kozzi, thanks for the icon =) |
Re: [Announce] apkenv (N900, N950, N9)
Successfully repackaged (& installed) Angry Birds Space. Complete with icon etc. I do not condone using illegally obtained apks, it was more a P.O.C for myself
|
Re: [Announce] apkenv (N900, N950, N9)
Just wait for a while for more stable release and i'm sure thp will make game launcher.
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
sorry this post not mentioned you =)
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Angry Birds Seasons icon please...
|
Re: [Announce] apkenv (N900, N950, N9)
2 Attachment(s)
Quote:
|
All times are GMT. The time now is 15:32. |
vBulletin® Version 3.8.8