maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   [Announce] apkenv (N900, N950, N9) (https://talk.maemo.org/showthread.php?t=87496)

HtheB 2012-10-25 13:26

Re: [Announce] apkenv (N900, N950, N9)
 
Quote:

Originally Posted by KiRiK (Post 1285329)
I had a little correspondence with thp.
I understood why he had removed the binaries from the site.

So what is the reason he removed it?

coderus 2012-10-25 14:49

Re: [Announce] apkenv (N900, N950, N9)
 
i think you can remember "do not redistribute" note on thp page.

xes 2012-10-25 15:45

Re: [Announce] apkenv (N900, N950, N9)
 
Quote:

Originally Posted by HtheB (Post 1285348)
So what is the reason he removed it?

This is the REAL question.

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.. :(

Hariainm 2012-10-25 16:08

Re: [Announce] apkenv (N900, N950, N9)
 
Quote:

Originally Posted by knobtviker (Post 1285242)
Getting Dalvik to run with Inception would be the best path to take IMHO.

Maybe we can send a PM to "chroot master" aka qole. Is he still on TMO?

PIDk 2012-10-25 22:35

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.

HtheB 2012-10-26 01:02

Re: [Announce] apkenv (N900, N950, N9)
 
Quote:

Originally Posted by coderus (Post 1285379)
i think you can remember "do not redistribute" note on thp page.

I wouldn't redistribute if he does distribute it by himself.....

KiRiK 2012-10-26 04:32

Re: [Announce] apkenv (N900, N950, N9)
 
Quote:

Originally Posted by PIDk (Post 1285584)
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?

Yes, I have plans to add such funtion.
But it means that only a single game can be run at one moment.

vicscraft 2012-10-26 06:16

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

Schturman 2012-10-26 06:23

Re: [Announce] apkenv (N900, N950, N9)
 
i already did it in the last version of N9QT ;) :p

vicscraft 2012-10-26 06:25

Re: [Announce] apkenv (N900, N950, N9)
 
Quote:

Originally Posted by Schturman (Post 1285662)
i already did it in the last version of N9QT ;) :p

oooppss... never noticed that...:D

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