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)

coderus 2012-12-31 12:29

Re: [Announce] apkenv (N900, N950, N9)
 
because amazing alex using angry birds engine and made by rovio too ;D

farfary 2012-12-31 12:39

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

Originally Posted by amr.fayz (Post 1309395)
Because the game Amazing Alex & Amazing Alex HD works without Any modules I test only Maybe I find the game works

Is it possible to Explained in detail in order to allow the largest number of users to try it how to compiles file.c into .So to make modules i use gcc file.c & g++ file.c in worldofgoo.source But there are mistakes

What is the way to make XXX.apkenv.so


I read this

http://www3.ntu.edu.sg/home/ehchua/p.../gcc_make.html

but I need a A practical example

write your modules *.c and put these in apkenv ( source ) /modules/ dir . and try make apkenv , all .c file in modules dir is compiled

amr.fayz 2013-01-01 09:56

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

Originally Posted by farfary (Post 1309407)
write your modules *.c and put these in apkenv ( source ) /modules/ dir . and try make apkenv , all .c file in modules dir is compiled

Thank you the file is Existing, but got mis Is there a solution

HTML Code:

FREMANTLE=1 make
        CC        apkenv.o
apkenv.c: In function ‘apk_basename’:
apkenv.c:193: warning: return discards qualifiers from pointer target type
        CC        linker/dlfcn.o
        CC        linker/linker.o
        CC        linker/linker_environ.o
        CC        linker/linker_format.o
        CC        linker/rt.o
        CC        linker/strlcpy.o
        CC        compat/gles2_wrappers.o
        CC        compat/gles_wrappers.o
        CC        compat/hooks.o
        CC        compat/libc_wrappers.o
        CC        compat/liblog_wrappers.o
        CC        compat/pthread_wrappers.o
        CC        apklib/apklib.o
        CC        apklib/ioapi.o
        CC        apklib/ioapi_mem.o
        CC        apklib/unzip.o
        CC        jni/jnienv.o
        CC        jni/shlib.o
        LINK        apkenv
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        angrybirds.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        Apparatus.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        cuttherope.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        fruitninja.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        generic.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        iStunt2.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        tapsonic.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        trg2.apkenv.so
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
        MOD        worldofgoo.apkenv.so
modules/worldofgoo.c: In function ‘worldofgoo_update’:
modules/worldofgoo.c:250: warning: initialization makes pointer from integer without a cast
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/usr/bin/ld: Warning: /usr/lib/gcc/arm-linux-gnueabi/4.2.1/libgcc_s.so: Unknown EABI object attribute 34
/home/user/MyDocs/amr/Games/apkenv-made/apkenv-master/apkenv



For instance i try iStunt2.apk Given black screen and Loaded module For a long time Although I worked file iStunt2.apkenv.so

Is this because of the mis Previous ؟؟


I tried other way Gave another mis

HTML Code:


apkamr /opt/apkenv/bionic/iStunt2.apk

*** glibc detected *** apkamr: munmap_chunk(): invalid pointer: 0x00072058 ***
======= Backtrace: =========
/lib/libc.so.6[0x4024723c]
/lib/libc.so.6[0x40248090]
/lib/libc.so.6(realloc+0x1c4)[0x4024b16c]
[0x41eb1518]
apkamr(tan+0x1e14)[0xddf8]
apkamr(tan+0x193c)[0xd920]
apkamr(fputs+0x204)[0xc3b0]
/lib/libc.so.6(__libc_start_main+0x108)[0x401f3974]
apkamr(ldexp+0x38)[0xc1f0]
======= Memory map: ========
00008000-0001a000 r-xp 00000000 fe:01 61989      /usr/bin/apkamr
00022000-00023000 rw-p 00012000 fe:01 61989      /usr/bin/apkamr
00023000-00073000 rw-p 00023000 00:00 0          [heap]
40000000-4001c000 r-xp 00000000 fe:01 34608      /lib/ld-2.5.so
4001c000-40023000 rw-p 4001c000 00:00 0
40023000-40025000 rw-p 0001b000 fe:01 34608      /lib/ld-2.5.so
40025000-40027000 rw-p 40025000 00:00 0
40027000-40029000 r-xp 00000000 b3:02 295087    /opt/meecolay/lib/libXau.so.6.0.0
40029000-40030000 ---p 00002000 b3:02 295087    /opt/meecolay/lib/libXau.so.6.0.0
40030000-40031000 rw-p 00001000 b3:02 295087    /opt/meecolay/lib/libXau.so.6.0.0
40031000-40032000 rw-p 40031000 00:00 0
40032000-40033000 r--p 01451000 b3:02 9845            /dev/pvrsrvkm
40034000-40037000 r--s 00000000 fe:01 35257      /usr/lib/gconv/gconv-modules.cache
40037000-40039000 r-xp 00000000 fe:01 34605      /lib/libdl-2.5.so
40039000-40040000 ---p 00002000 fe:01 34605      /lib/libdl-2.5.so
40040000-40041000 r--p 00001000 fe:01 34605      /lib/libdl-2.5.so
40041000-40042000 rw-p 00002000 fe:01 34605      /lib/libdl-2.5.so
40042000-40052000 r-xp 00000000 fe:01 12841      /usr/lib/libz.so.1.2.3
40052000-40059000 ---p 00010000 fe:01 12841      /usr/lib/libz.so.1.2.3
40059000-4005a000 rw-p 0000f000 fe:01 12841      /usr/lib/libz.so.1.2.3
4005a000-400bd000 r-xp 00000000 fe:01 38784      /usr/lib/libGLES_CM.so
400bd000-400c4000 ---p 00063000 fe:01 38784      /usr/lib/libGLES_CM.so
400c4000-400c5000 rw-p 00062000 fe:01 38784      /usr/lib/libGLES_CM.so
400c5000-40114000 r-xp 00000000 fe:01 11625      /usr/lib/libSDL-1.2.so.0.11.1
40114000-4011c000 ---p 0004f000 fe:01 11625      /usr/lib/libSDL-1.2.so.0.11.1
4011c000-4011e000 rw-p 0004f000 fe:01 11625      /usr/lib/libSDL-1.2.so.0.11.1
4011e000-40125000 rw-p 4011e000 00:00 0
40125000-4015b000 r-xp 00000000 fe:01 71019      /usr/lib/libSDL_mixer-1.2.so.0.2.4
4015b000-40162000 ---p 00036000 fe:01 71019      /usr/lib/libSDL_mixer-1.2.so.0.2.4
40162000-4016b000 rw-p 00035000 fe:01 71019      /usr/lib/libSDL_mixer-1.2.so.0.2.4
4016b000-4018f000 rw-p 4016b000 00:00 0
4018f000-40191000 r-xp 00000000 b3:02 262174    /opt/maemo/usr/lib/libSDL_gles-1.2.so.0.0.1
40191000-40198000 ---p 00002000 b3:02 262174    /opt/maemo/usr/lib/libSDL_gles-1.2.so.0.0.1
40198000-40199000 rw-p 00001000 b3:02 262174    /opt/maemo/usr/lib/libSDL_gles-1.2.so.0.0.1
40199000-401b6000 r-xp 00000000 fe:01 21429      /lib/libgcc_s.so.1
401b6000-401be000 ---p 0001d000 fe:01 21429      /lib/libgcc_s.so.1
401be000-401bf000 rw-p 0001d000 fe:01 21429      /lib/libgcc_s.so.1
401bf000-401d4000 r-xp 00000000 fe:01 34593      /lib/libpthread-2.5.so
401d4000-401db000 ---p 00015000 fe:01 34593      /lib/libpthread-2.5.so
401db000-401dc000 r--p 00014000 fe:01 34593      /lib/libpthread-2.5.so
401dc000-401dd000 rw-p 00015000 fe:01 34593      /lib/libpthread-2.5.so
401dd000-401df000 rw-p 401dd000 00:00 0
401df000-402f6000 r-xp 00000000 fe:01 34590      /lib/libc-2.5.so
402f6000-402fe000 ---p 00117000 fe:01 34590      /lib/libc-2.5.so
402fe000-402ff000 r--p 00117000 fe:01 34590      /lib/libc-2.5.so
402ff000-40301000 rw-p 00118000 fe:01 34590      /lib/libc-2.5.so
40301000-40304000 rw-p 40301000 00:00 0
40304000-40371000 r-xp 00000000 fe:01 34609      /lib/libm-2.5.so
40371000-40378000 ---p 0006d000 fe:01 34609      /lib/libm-2.5.so
40378000-40379000 r--p 0006c000 fe:01 34609      /lib/libm-2.5.so
40379000-4037a000 rw-p 0006d000 fe:01 34609      /lib/libm-2.5.so
4037a000-40386000 r-xp 00000000 fe:01 47610      /usr/lib/libIMGegl.so
40386000-4038d000 ---p 0000c000 fe:01 47610      /usr/lib/libIMGegl.so
4038d000-4038e000 rw-p 0000b000 fe:01 47610      /usr/lib/libIMGegl.so
4038e000-403a1000 r-xp 00000000 fe:01 47619      /usr/lib/libsrv_um.so
403a1000-403a9000 ---p 00013000 fe:01 47619      /usr/lib/libsrv_um.so
403a9000-403aa000 rw-p 00013000 fe:01 47619      /usr/lib/Aborted


thp 2013-01-05 00:31

Re: [Announce] apkenv (N900, N950, N9)
 
If anybody wants to work on reading metadata from apk files, there's some code in that repository that can decode the manifest and read out the icon filename and application name. This can be useful for creating an icon launcher for an .apk file. Here's the repository:

https://github.com/QKit/apk-manager/...source/Android

coderus 2013-01-05 07:18

Re: [Announce] apkenv (N900, N950, N9)
 
QKit is our russian friend Kirik, he made apkenv-qml app for making apk launchers :D

natko_maniac 2013-01-05 15:08

Re: [Announce] apkenv (N900, N950, N9)
 
can someone upload apkenv.fremantle.2012-10-21 binary for freemantel n900? its not available anymore...

lorenzo 2013-01-05 15:51

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

Originally Posted by natko_maniac (Post 1311149)
can someone upload apkenv.fremantle.2012-10-21 binary for freemantel n900? its not available anymore...

The old binaries are outdated and should not be used anymore. [thp]

edit: upgrade to n9qt 9.5.6 tweak e8

lorenzo 2013-01-06 10:52

Re: [Announce] apkenv (N900, N950, N9)
 
with the new version (from n9qt) ab space (1.3) and season (2.5) doesn't work [lauching from desktop icon]
any suggestion?

edit: they works from terminal

natko_maniac 2013-01-06 11:44

Re: [Announce] apkenv (N900, N950, N9)
 
I dont have an N9. I have an N900... so N9QT wont work for me... how to install the binaries? i have installed apkenvqml app.. help please!:confused:

lorenzo 2013-01-07 20:25

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

Originally Posted by natko_maniac (Post 1311461)
I dont have an N9. I have an N900... so N9QT wont work for me... how to install the binaries? i have installed apkenvqml app.. help please!:confused:

here you have http://talk.maemo.org/showpost.php?p...8&postcount=65
NB cut the rope don't work although there is the library

francesco VE 2013-01-07 20:55

Re: [Announce] apkenv (N900, N950, N9)
 
ciao lorenzo, sn italiano pure io e onestamente non ne ho ancoa capito molto su come usare apkenv

hi lorenzo...i'm italian to and to be onest, i has not understand how to install it yet

lorenzo 2013-01-07 21:07

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

Originally Posted by francesco VE (Post 1312096)
ciao lorenzo, sn italiano pure io e onestamente non ne ho ancoa capito molto su come usare apkenv

hi lorenzo...i'm italian to and to be onest, i has not understand how to install it yet

http://wiki.maemo.org/Apkenv
here is everything you need (better speak english so everyone can understand and solve their problem if is the same ;) )
do you follow this page http://www.facebook.com/Club.Possessori.Nokia.N900 yet?
if you need help PM, glad to help, but there are others many people much competent than me

francesco VE 2013-01-07 21:27

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

Originally Posted by lorenzo (Post 1312102)
http://wiki.maemo.org/Apkenv
here is everything you need (better speak english so everyone can understand and solve their problem if is the same ;) )
do you follow this page http://www.facebook.com/Club.Possessori.Nokia.N900 yet?
if you need help PM, glad to help, but there are others many people much competent than me

i know that there are many people more prepared than you......but you are italian....and whith you i can speak better than every one else....that becouse my english is not so good :D
the problem is that i has not understand how to use perfectly my n9....use of terminal how to use sdk connection ecc.....in poche parole nn so cm usarlo a pieno

adunanzav3x 2013-01-08 16:53

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

Originally Posted by francesco VE (Post 1312115)
i know that there are many people more prepared than you......but you are italian....and whith you i can speak better than every one else....that becouse my english is not so good :D
the problem is that i has not understand how to use perfectly my n9....use of terminal how to use sdk connection ecc.....in poche parole nn so cm usarlo a pieno

Secondo me sul club possessori,se chiedi ti possono aiutare anche se hai N9 e non N900. ;)

Blimer 2013-01-11 20:48

Re: [Announce] apkenv (N900, N950, N9)
 
http://youtu.be/RrwDMLNOc8s

World of Goo

Mric 2013-01-11 20:58

Re: [Announce] apkenv (N900, N950, N9)
 
details ? possible download ?
thanks anyway, proving once more the potential of apkenv

Blimer 2013-01-11 21:00

Re: [Announce] apkenv (N900, N950, N9)
 
i see this on this site:
http://www.poradnik24.site88.net/ind...eego/15-apkenv


If you wan't i can translate it :D

Mric 2013-01-11 21:05

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

Originally Posted by Blimer (Post 1313876)
i see this on this site:
If you wan't i can translate it :D

haha thanks =) but I already have apkenv working fine ... just wondering where to download World of goo ?

Blimer 2013-01-11 21:11

Re: [Announce] apkenv (N900, N950, N9)
 
oh i am sorry :D my english is the best :D if you know i am from poland :D
i download the world of goo from this polish site:
http://chomikuj.pl/matcsu123/Android...1204124744.apk
you must click Pobierz on green background

bandora 2013-01-11 22:09

Re: [Announce] apkenv (N900, N950, N9)
 
Please don't post links to APKs.. People can google that.

marmistrz 2013-01-12 13:00

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

I found a bug. When I try to run a "stock apk" - the one that in nitdroid image, like calendar, it's not a native apk.

Btw. maybe you can make "verbose" mode of apkenv. Then if one would want to get detailed output, he would just
Code:

apkenv -v /path/to.apk

lorenzo 2013-01-12 13:23

Re: [Announce] apkenv (N900, N950, N9)
 
will be possible run ruzzle? apkenv says missing libraries

pishta74 2013-01-13 13:07

Re: [Announce] apkenv (N900, N950, N9)
 
So guys, anyone updating the wiki (not)working apps page?
All I can see there is a fruit ninja and a lot of angry birds
Is that all that works? Does only games work?

bandora 2013-01-13 13:20

Re: [Announce] apkenv (N900, N950, N9)
 
Do you guys know what apkenv is and how it works??? It's not universal (doesn't run as many apks)...

coderus 2013-01-13 13:48

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

Apkenv now have only:
Angry birds module. Games: Angry Birds, AB Rio, AB Seasons (up to Hamoween version only!), AB Space, Amazing Alex. OTHER BIRDS (AB Star Wars and newest AB Seasons NOT SUPPORTED)
Fruit Ninja module. Game: Fruit Ninja.
TRG2 module. Game: That Rabbit Game 2 (http://thp.io/2011/trg2/)

OTHER GAMES NOT SUPPORTED, BECAUSE THERE ARE NO MODULES FOR LAUNCHING THEM.
YOU CAN NOT TRY TO LAUNCH OTHER GAMES AND APPS, BECAUSE IT HAVE NO MODULES FOR LAUNCHING.
understood?

mdbxh 2013-01-13 14:23

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

Originally Posted by coderus (Post 1314378)
yeah.

Apkenv now have only:
Angry birds module. Games: Angry Birds, AB Rio, AB Seasons (up to Hamoween version only!), AB Space, Amazing Alex. OTHER BIRDS (AB Star Wars and newest AB Seasons NOT SUPPORTED)
Fruit Ninja module. Game: Fruit Ninja.
TRG2 module. Game: That Rabbit Game 2 (http://thp.io/2011/trg2/)

OTHER GAMES NOT SUPPORTED, BECAUSE THERE ARE NO MODULES FOR LAUNCHING THEM.
YOU CAN NOT TRY TO LAUNCH OTHER GAMES AND APPS, BECAUSE IT HAVE NO MODULES FOR LAUNCHING.
understood?

( >﹏<。)~
would you complied for noumal user?

coderus 2013-01-13 14:43

Re: [Announce] apkenv (N900, N950, N9)
 
what?
10 chars

mdbxh 2013-01-13 16:24

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

Originally Posted by coderus (Post 1314399)
what?
10 chars

i not a developer
so i can‘t complied apkenv from github
wait for someone can complied

darkphantom93 2013-01-13 17:16

Re: [Announce] apkenv (N900, N950, N9)
 
i follow that video but the game no pop out and it just show /home/user/apkenv # ??

coderus 2013-01-13 17:48

Re: [Announce] apkenv (N900, N950, N9)
 
i think its already here: http://talk.maemo.org/attachment.php...5&d=1356296895

darkphantom93 2013-01-14 15:44

Re: [Announce] apkenv (N900, N950, N9)
 
have someone face auto close problem in world of goo?? I just ply level one then it auto close

coderus 2013-01-14 15:54

Re: [Announce] apkenv (N900, N950, N9)
 
world of goo not playable, module have multiple issues

myname24 2013-01-14 15:55

Re: [Announce] apkenv (N900, N950, N9)
 
it has been said more than once that those modules are not stable . ( it mean's that for everybody crash )

khan.orak 2013-01-14 23:40

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

Originally Posted by coderus (Post 1314452)

Which version of apkenv is this?

and thanks for this

jahberre 2013-01-15 00:02

Re: [Announce] apkenv (N900, N950, N9)
 
someone is working to execute Zello application?

coderus 2013-01-15 04:01

Re: [Announce] apkenv (N900, N950, N9)
 
@jahberre noone. this layer only for simple games. never for apps.

pishta74 2013-01-15 12:04

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

Originally Posted by coderus (Post 1314378)
yeah.

Other games not supported, because there are no modules for launching them.
You can not try to launch other games and apps, because it have no modules for launching.
Understood?


AAAAAAAAAAA! YES I UNDERSTOOOOOOOD!
Don't mix other people with your kids. Take a walk, man ;)

TMavica 2013-01-15 12:11

I want a online cards game module
Lol

coderus 2013-01-15 12:19

Re: [Announce] apkenv (N900, N950, N9)
 
I want a normal android device, LOL :D

marmistrz 2013-01-15 12:52

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

Originally Posted by coderus (Post 1315069)
I want a normal android device, LOL :D

Maybe chrooting android like easy debian lxde would be a better way out?


All times are GMT. The time now is 23:31.

vBulletin® Version 3.8.8