|
2013-06-01
, 20:32
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#132
|
Yes, my apk is pvz-test.apk
I tried the following pathes for data placement, none of them worked (all of them wrote "late-initializing errorcheck mutex" three times before "Segmentation fault")
/home/user/.apkenv/pvz-test.apk/com.popcap.pvz_na/files/
/home/user/.apkenv/pvz-test.apk/com.popcap.pvz/files/
/home/user/.apkenv/pvz-test.apk/files/
/home/user/.apkenv/pvz-test.apk/
after the last / all the folders contained:
music, userdata, video, AssetInfo.indicate, Downloaded.indicate, Downloaded2.indicate, PvZ.dz.
Am I doing something wrong?
EDIT: We can just dump the whole thing if I got too annoying
|
2013-06-01
, 20:59
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#133
|
liar I suggeat PMing thp and collaborate with him.. He's the one to ask about this stuff.. Also this is exciting news.. Very exciting news!!! I am willing to donate some money for this to succeed.. I'm sure a lot of other people would do the same too! Best of luck..
|
2013-06-05
, 23:11
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#134
|
|
2013-06-05
, 23:54
|
|
Posts: 485 |
Thanked: 708 times |
Joined on Feb 2010
@ Galiza
|
#135
|
|
2013-06-06
, 21:58
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#136
|
|
2013-06-07
, 15:26
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#137
|
i fear for now there is no way around binder. so either we have to stick with openmode or inception to get this going until we have some sort of userspace replacement for binder.
i've been able to "insmod" an adapted version of binder and it seems like it might work but i am still experimenting
|
2013-06-07
, 15:53
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#138
|
What about using the Nitdroid PR1.3 kernel (I guess you have tried that already)? It does have all the Android features like /dev/binder and /dev/ashmem that are also accessible from Harmattan.
|
2013-06-08
, 10:47
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#139
|
oh i wasn't aware of that, i'm still gonna try with the stock kernel a little bit but...
with that it should be possible to launch zygote & system server and ultimatively launch activities without too much effort i think
EDIT: the kernel module seems to be working fine. but i couldn't figure out why system-server is crashing
|
2013-06-08
, 13:24
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#140
|
The way I'd approach this is to first install Nitdroid in parallel with Harmattan, then after making sure that Nitdroid runs on its own, boot into Harmattan (where at that point you already have a working Android kernel, as it's needed for Nitdroid) and chroot into the Nitdroid directory and get it running (see this old blog post on how to run a simple "hello world").
The only other problem I see is that Android accesses /dev/fbX directly (similar for input events, etc..), whereas if we run it inside Harmattan, we probably want to redirect everything into a window. There's some work in this direction in the ParallelDroid project, maybe some things can be re-used from there.
Tags |
apkenv |
Thread Tools | |
|
I tried the following pathes for data placement, none of them worked (all of them wrote "late-initializing errorcheck mutex" three times before "Segmentation fault")
/home/user/.apkenv/pvz-test.apk/com.popcap.pvz_na/files/
/home/user/.apkenv/pvz-test.apk/com.popcap.pvz/files/
/home/user/.apkenv/pvz-test.apk/files/
/home/user/.apkenv/pvz-test.apk/
after the last / all the folders contained:
music, userdata, video, AssetInfo.indicate, Downloaded.indicate, Downloaded2.indicate, PvZ.dz.
Am I doing something wrong?
EDIT: We can just dump the whole thing if I got too annoying
Last edited by Just486; 2013-06-01 at 18:58.