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)

sunyakram 2013-02-19 15:00

Re: [Announce] apkenv (N900, N950, N9)
 
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# cd /home/user/apkenv/
Nokia-N900:/home/user/apkenv# ./apkenv /home/user/MyDocs/Angry Birds_2.3.0.apk
Usage: ./apkenv <file.apk>
Nokia-N900:/home/user/apkenv#

and game isnt start :s

amr.fayz 2013-02-19 15:17

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

Originally Posted by sunyakram (Post 1323842)
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# cd /home/user/apkenv/
Nokia-N900:/home/user/apkenv# ./apkenv /home/user/MyDocs/Angry Birds_2.3.0.apk
Usage: ./apkenv <file.apk>
Nokia-N900:/home/user/apkenv#

and game isnt start :s



Make the following steps just like that


http://www.mediafire.com/?ckiyffbrlnedsh1


1- unzip and put apkenv on Opt and copy apkamr and apkenv to usr/bin

2- copy icon to usr/share/icons/hicolor/scalable/apps/
and desktop to usr/share/applications/hildon/

3- put the games on app folder and play the games from icon

sunyakram 2013-02-19 17:16

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

3- put the games on app folder and play the games from icon
where is app folder?

amr.fayz 2013-02-19 17:41

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

Originally Posted by sunyakram (Post 1323869)
where is app folder?



app folder in Attached File After unzip it You will find folder apkenv Inside it Another folder Called app put apk file on it and copy apkenv folder to opt


In the end you will find Such

opt\apkenv\app/xxx.apk


Where xxx the name of game

XiliX 2013-02-19 20:35

Re: [Announce] apkenv (N900, N950, N9)
 
is there any chance of apkenv ever coming out in a neat .deb? Because i have been following this thread for a while, and cant make heads or tales of it anymore.. Dont even know the version of the apkenv running on my N9. Thanks :)

Kozzi 2013-02-19 21:48

apkenv for N9 already come with a deb, you still have to write command atleast once to run game though. The install function can create a nice icon for later usage.

minhdale 2013-02-20 00:48

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

Originally Posted by XiliX (Post 1323914)
is there any chance of apkenv ever coming out in a neat .deb? Because i have been following this thread for a while, and cant make heads or tales of it anymore.. Dont even know the version of the apkenv running on my N9. Thanks :)

i suggest u use qtweak.becauce it contain lastest apkenv, easy to use...n it dont make apkenv-xxxx in /home/user/ which is trash.

Hariainm 2013-02-20 01:47

Re: [Announce] apkenv (N900, N950, N9)
 
or you can use latest apkenv .deb & install apkenv-qml to run the games and create .desktop files.

dzano 2013-02-28 15:24

Re: [Announce] apkenv (N900, N950, N9)
 
Any chance of runing some useful apps like iGO or something?

coderus 2013-02-28 15:26

Re: [Announce] apkenv (N900, N950, N9)
 
no chance.

Jaracz 2013-03-21 07:37

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

Is this project completely dead or somebody does still develop some new modules?

Thread about modules-developing is also not active for a longer time:
http://talk.maemo.org/showthread.php?t=88250&page=10

That would be great pity :/

Best regards,

Jaracz

krzyc 2013-03-23 23:56

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

when I try to launch new versions of Angry Birds I get "missing library" message.
So I tried to compile with GLES=2, but I get error message when linking about missing gles_extensions_init.
So I commented this line in apkenv.c - then I can compile apkenv and run new version of Angry Birds, but I get only transparent window which I can only close - and it apkenv informs me that it is using generic lib instead of angrybirds one.
What is gles_extensions_init and why it is missing in GLES2? How can I replace it?

*edit* in new version of Angry Birds there is shaders/gles2 folder and also a new library, so it will not be as easy as compiling apkenv for GLES2 I think... probably library also needs to be written or at least rewritten.

BBXiong 2013-04-02 03:13

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

may i know how do we delete the installed android apps?

thanks :D

thedead1440 2013-04-02 03:16

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

Originally Posted by BBXiong (Post 1333629)
Hi,

may i know how do we delete the installed android apps?

thanks :D

The .desktop files are located in /home/user/.local/share/applications/

You can use terminal to rm -rf /path/to/file as regular user or use FileboxRoot to remove them ;)

Schturman 2013-04-02 04:34

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

Originally Posted by thedead1440 (Post 1333630)
The .desktop files are located in /home/user/.local/share/applications/

You can use terminal to rm -rf /path/to/file as regular user or use FileboxRoot to remove them ;)

You mean regular Filebox, not root ;)

thp 2013-04-10 08:00

Re: [Announce] apkenv (N900, N950, N9)
 
As mentioned in the other apkenv thread, there's now experimental support for something new available as a pull request, contributed by TMO user "liar":

https://github.com/thp/apkenv/pull/9
http://youtu.be/Mc_09JYd9hM

Travz03 2013-04-11 10:06

Re: [Announce] apkenv (N900, N950, N9)
 
I hope for the success of porting PvZ to Nokia N9 using Apkenv :)

andil 2013-04-12 19:57

Re: [Announce] apkenv (N900, N950, N9)
 
Apparently the binaries are not up yet and because I got my n900 two months ago I dont have apkenv.....

Anyways...how can I install it?can I use an older version?

flotron 2013-04-16 00:39

Re: [Announce] apkenv (N900, N950, N9)
 
Next Plants vs Zombies??

http://i.imgur.com/gu8UW.gif

thp 2013-04-22 13:34

Re: [Announce] apkenv (N900, N950, N9)
 
New build for Harmattan with two new modules, based on commit ccfb552, please test:

apkenv_2013-04-22_harmattan.tgz

XiliX 2013-04-22 14:27

Re: [Announce] apkenv (N900, N950, N9)
 
Its running. What do you want tested?

flotron 2013-04-22 14:36

Re: [Announce] apkenv (N900, N950, N9)
 
pvz.......?

Kozzi 2013-04-22 14:39

I copied the content into /home/user/apke/ directory, gave apkenv x premission and tried to run World of Goo 1.0.5 and Plants vs Zombies 1.3(I think), both failed with:
WOG:
Code:

sing module: ./worldofgoo.apkenv.so
signal 11 (Segmentation fault), address is 0x34622bbc from0x3af88390
[bt]: (1) ./worldofgoo.apkenv.so(build_apk_index+0x1d8) [0x3af88390]
[bt]: (2) ./worldofgoo.apkenv.so(build_apk_index+0x1d8) [0x3af88390]
[bt]: (3) ./worldofgoo.apkenv.so [0x3af8840c]
[bt]: (4) ./apkenv [0x10124]
[bt]: (5) /lib/libc.so.6(__libc_start_main+0x118) [0x410453cc]

PvZ
Code:

Using module: ./marmalade.apkenv.so
late-initializing errorcheck mutex
late-initializing errorcheck mutex
signal 11 (Segmentation fault), address is 0x1f84 from 0x3be7d2d0
[bt]: (1) [0x3be7d2d0]


XiliX 2013-04-22 14:48

Re: [Announce] apkenv (N900, N950, N9)
 
Pretty newb on the support modules,
but is it possilble to run BadPiggies on the N9?
If i try to start it i get this output.:
Code:

/opt/apkenv/bin # ./apkenv /home/user/MyDocs/APKenv/Badpiggies/Bad\ Piggies\ HD
\ v1.0.0.apk
apkenv 42.3.15 - http://thp.io/2012/apkenv/
Copyright (c) 2012 Thomas Perl <m@thp.io>

Missing library dependencies.

Thanks.

Kozzi 2013-04-22 15:33

SuperHexagon 1.0.2-3:
- gameplay works
- no sound
- text not visible
http://i.imgur.com/It9dgDOl.png
http://i.imgur.com/GxQYFJSl.png
http://i.imgur.com/5vvjXPIl.png

Errors, bunch of these

ofTrueTypeFont::getStringBoundingBox - font not allocated
ofTrueTypeFont::drawString - Error : font not allocated -- line 756 in ../../../openF
rameworks/graphics/ofTrueTypeFont.cpp

Kozzi 2013-04-23 10:12

Bump.
According to a post from pandora forum, there is a conflict between pvz and siperhexagon module, perhaps this is the reason why pvz doesnt work?

Jaracz 2013-04-23 12:00

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

Originally Posted by XiliX (Post 1337944)
Pretty newb on the support modules,
but is it possilble to run BadPiggies on the N9?
If i try to start it i get this output.:
Code:

/opt/apkenv/bin # ./apkenv /home/user/MyDocs/APKenv/Badpiggies/Bad\ Piggies\ HD
\ v1.0.0.apk
apkenv 42.3.15 - http://thp.io/2012/apkenv/
Copyright (c) 2012 Thomas Perl <m@thp.io>

Missing library dependencies.

Thanks.

Bad Piggies is written in Unity, so I don't think it will be supported by apkenv in future..

But maybe there is a chance for Angry Birds Star Wars? :D

Best regards,

Jaracz

Callum.Brierly 2013-04-23 17:56

Re: [Announce] apkenv (N900, N950, N9)
 
When using apkenv-qml the icons created on the homescreen won't launch any apps. So far I've tried to open fruit ninja, angry birds, angry birds space and a few others. Is there anything I need to do before trying to open them?

Kaacz 2013-04-23 18:38

Re: [Announce] apkenv (N900, N950, N9)
 
Yes. Android Apps.

XiliX 2013-04-23 18:47

Re: [Announce] apkenv (N900, N950, N9)
 
You might need to set the correct path to the apkenv binary.

Jaracz 2013-04-23 22:01

Re: [Announce] apkenv (N900, N950, N9)
 
Hmmm.. The latest version doesn't load any module at all, and exits always with error "Missing library dependcies". Also by games (AB, AA, CTR...) that work in older versions

Has anyone else got also this problem?

Best regards,

Jaracz

Kozzi 2013-04-23 22:28

Quote:

Originally Posted by Jaracz (Post 1338365)
Hmmm.. The latest version doesn't load any module at all, and exits always with error "Missing library dependcies". Also by games (AB, AA, CTR...) that work in older versions

Has anyone else got also this problem?

Best regards,

Jaracz

Nope, no problem here with those except that Fruit Ninja 1.5.4 is kind of slow and doesn't save highscores. Dunno if FN is related to this version as I haven't touched those games for some time

myname24 2013-04-24 15:01

Re: [Announce] apkenv (N900, N950, N9)
 
1 Attachment(s)
Here is the latest version for N9/50 ( yesterday commits ) with everything working ( world of goo ) . thanks for thp and all other contributors .

Note : I didn't try pvz or super hexagon .

xes 2013-04-24 15:17

Re: [Announce] apkenv (N900, N950, N9)
 
1 Attachment(s)
There is a piece of software that remembers me a lot of funny time spent digging and shooting...

WORMS!

http://www.ea.com/uk/worms-android

Could someone look at that game and check if it possible to run with apkenv?

Attached the latest build for fremantle.
(it's just a build of the sources available at https://github.com/thp/apkenv picked in the date of the tag)

Callum.Brierly 2013-04-24 19:49

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

Originally Posted by XiliX (Post 1338307)
You might need to set the correct path to the apkenv binary.

I've made sure that it's the right path. Is there anything else that could be wrong?

When I try to run it from the terminal with 'apkenv /home/user/MyDocs/Fruit-Ninja.apk' it says 'Not a native APK'

What should I do?

Kozzi 2013-04-25 08:51

Quote:

Originally Posted by Callum.Brierly (Post 1338622)
...
When I try to run it from the terminal with 'apkenv /home/user/MyDocs/Fruit-Ninja.apk' it says 'Not a native APK'

What should I do?

you probably have a non-compatible version, try looking for those 1.5.4 and older.

Callum.Brierly 2013-04-25 11:24

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

Originally Posted by Kozzi (Post 1338748)
you probably have a non-compatible version, try looking for those 1.5.4 and older.

I'm using version 1.5.2...
should I try 1.5.4?

Kozzi 2013-04-25 13:39

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

Originally Posted by Callum.Brierly (Post 1338778)
I'm using version 1.5.2...
should I try 1.5.4?

Give it a try, I have both SD and HD version of 1.5.4 working except for the reduced fruits speed by about half.

skate_boy92 2013-04-25 15:26

Re: [Announce] apkenv (N900, N950, N9)
 
Can somebody share me the newest version for N900?

saponga 2013-04-25 17:05

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

Originally Posted by skate_boy92 (Post 1338841)
Can somebody share me the newest version for N900?

http://talk.maemo.org/showpost.php?p...&postcount=987
But didn't work for me... segfault :(


All times are GMT. The time now is 05:51.

vBulletin® Version 3.8.8