![]() |
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... :) |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
If can to know this, we can add automatic process.. |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
If somebody is interested, here is my script to launch apkenv with config autosave/load feature:
Code:
#!/bin/sh Code:
sh apkenvwrp.sh program.apk And don't forget to change apkenv_dir variable to actual directory where you have placed all apkenv files. EDIT2: Updated script! For some unknown (for me) reason, rm doesn't like double quotes. Now rm is working properly. |
Re: [Announce] apkenv (N900, N950, N9)
hi guys I'm new here but i want to now what is the version and the date in this :
cp -R /home/user/MyDocs/apkenv.harmattan.VERSION_DATE /home/user/apkenv/apkenv and where is the Bionic libraries ??? please help me ? |
Re: [Announce] apkenv (N900, N950, N9)
try this: https://github.com/QKit/apkenv-qml/downloads
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
hi guys what i should do with this ?;
./apkenv : permission denied ????? please help me |
Re: [Announce] apkenv (N900, N950, N9)
when will people learn to read the wiki :rolleyes:
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
i do this ; "chmod +x apkenv", then ./apkenv but didn't work |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
pwd So we know in what directory you are attempting to execute these commands since none of them include fully qualified paths. Seriously, so many people cherry pick and transcribe partial terminal messages when asking for tech support on forums are just making more work for themselves and at the same time providing insufficient information to get any useful advise. It's like saying: I typed foo and it no work!!! |
Re: [Announce] apkenv (N900, N950, N9)
Hi PIDk
Can you help me please with your script? I want to change directory for apkenv+libs files and for .apk files... I changed first line in you script to: /home/user/apkenv/ and if I put my .apk files here, it work. But I want change directory of .apk files to: /home/user/MyDocs/Apkenv and I don't know how to do this :( I understand I need change somehow the line: Code:
apk_path=$(readlink -f "$1") Can you help me please :o |
Re: [Announce] apkenv (N900, N950, N9)
i would like to know if all applications will work ... like viber ?? is this going to work ?!
|
Re: [Announce] apkenv (N900, N950, N9)
I have posted new version of apkenv-qml: https://github.com/QKit/apkenv-qml/downloads
It uses own data folder for each game and loads the particular game data on start. You should not run more than one game at the same time. |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
Script doesn't know where .apk's are placed. It uses first script parameter ($1 - variable where first script parameter is stored) as filename (or full path) for apk-file. You must place your apk-files in the same directory as script to use just filename or, if your apk-files are somewhere else, use full path to .apk when launching script. Either way, you must supply full path to .apk when launching apkenv if your .apk's are not in the same folder as apkenv - script automates this behaviour (always extracts full path) with readlink. |
Re: [Announce] apkenv (N900, N950, N9)
hi guys
i want to reinstall this apkenv from the beginning because i thing i made a lot of mistakes so please someone can help me and tell me how to delete the old one and also help me to install it again without any mistakes ? |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
hi , I install the last deb and it install but then what i should do to run the application i download the fruit ninja and angry bird please help me ?
|
Re: [Announce] apkenv (N900, N950, N9)
Quote:
I tested it also before, but got "permission denied", don't know why :) Now it work like expected :D Thanks. |
Re: [Announce] apkenv (N900, N950, N9)
1 Attachment(s)
hi , I got this after do cd /home/user/apkenv/
./apkenv /home/user/MyDocs/APK_NAME |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
After installation nothing appears? |
Re: [Announce] apkenv (N900, N950, N9)
seems like the desktop file didn't make to the deb, you could run it in terminal:
/opt/apkenv-qml/bin/apkenv-qml & |
Re: [Announce] apkenv (N900, N950, N9)
same here. i cant ply angry bird space that i have installed
|
Re: [Announce] apkenv (N900, N950, N9)
hi i add angry bird with this deb and when i open angry bird nothing happen so please you can help me ?
|
Re: [Announce] apkenv (N900, N950, N9)
please nothing happen when i open the apk application please help me
|
Re: [Announce] apkenv (N900, N950, N9)
apkenv-qml goes without apkenv binaries.
You must place apkenv binaries to /opt/apkenv/bin. |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
<enter password> cd /home/user/apkenv chmod 777 apkenv exit cd /home/user/apkenv ./apkenv <deb file name> If that doesn't work, post the output of: ls -al /home/user apkenv |
Re: [Announce] apkenv (N900, N950, N9)
sorry for icon. I'll fix it soon.
|
Re: [Announce] apkenv (N900, N950, N9)
PIDk, thank you very much ! All work perfectly and your script will be added to the next version of N9QT ;)
Thanks |
Re: [Announce] apkenv (N900, N950, N9)
Quote:
|
Re: [Announce] apkenv (N900, N950, N9)
great project its what i was waiting since i bought my phone;p
for anyone finding it difficult to install i recommend using the n9-tweak method, it's a lot easier. personally, i believe the first app that has to be made compatible is viber xD |
All times are GMT. The time now is 16:36. |
vBulletin® Version 3.8.8