![]() |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
i think you can remember "do not redistribute" note on thp page.
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
Why open a new thread to distribute an application, remove that application after 2 days and don't reply anymore in the thread he opened?!? Yes, for sure we should thank him for this great tool that allows to run "Angry Birds".... But, if there is a sense in this thread and in this application, i think that thp should say something. PS: Please, don't misunderstand my words... i was wishing we could use this tool to run some of the missing applications not available for our beloved devices.... Now, that this wish seems dying in the middle of posts like "my game is not running" and "where is my icon?" ...i would let you know my sadness.. :( |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
To KiRiK.
Can you add a feature to your apkenv-qml that will make a separate backup of /home/user/.apkenv for each added apk and will load appropriate one before launch? So, I'm talking about of some kind of wrapper for apkenv. Desktop-file will launch not the apk itself, but the wrapper that at first will search for config backup and load it back to /home/user/.apkenv, and then, finally, launch apk. And after closing apk, wrapper will backup it's config before exiting. |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
But it means that only a single game can be run at one moment. |
Re: [Announce] apkenv (N900, N950, N9)
I modified Kozzi's script to run the games with a launcher... a simple cp commands will do the trick to enable saving game progress automatically...
here's an outline #!/bin/sh cd /home/user/.apkenv/ case "$1" in <game 1>) cp <savegame path for game 1>/*.lua ./;; <game 2>) cp <savegame path for game 2>/*.lua ./;; etc... esac cd /home/user/apkenv/ case "$1" in <game 1>) ./apkenv ./apps/<game 1 apk> cp ./.apkenv/*.lua <savegame path for game 1>/ ;; <game 2>) ./apkenv ./apps/<game 2 apk> cp ./.apkenv/*.lua <savegame path for game 2>/ ;; etc.... esac |
Re: [Announce] apkenv (N900, N950, N9)
i already did it in the last version of N9QT ;) :p
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
Edit: saw the update Schturman... though I prefer to save the progress automatically when game closes... :) |
All times are GMT. The time now is 07:28. |
vBulletin® Version 3.8.8