Gentoo Archives: gentoo-embedded

From: "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] android ebuilds
Date: Tue, 03 Jun 2014 01:16:46
Message-Id: 538D229D.5020502@gentoo.org
In Reply to: Re: [gentoo-embedded] android ebuilds by Simon Maurer
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On 06/02/2014 02:49 PM, Simon Maurer wrote:
5 > Sorry for my late reply. I'm planning to do a project homepage on
6 > gentroid.org. But for the moment I need to port a minimal android
7 > framework (GUI, input etc) first. There is an overlay.xml file on
8 > https://code.google.com/p/gentroid-overlay, which you can copy in the
9 > layman directory. So you can install the art vm (emerge -a
10 You should probably email the overlay team and ask to be added to the
11 master overlay list for layman. You could even open a bug for this...
12
13 - -Zero
14 > dev-android/art ) and then you are able to execute a simple dex file:
15 >
16 > dalvikvm -Xbootclasspath:/usr/share/libcore/lib/core-dex.jar -cp
17 > HelloWorld.jar HelloWorld
18 >
19 > You can create dex files with the command:
20 > dx --dex --output=OUTPUT.jar input.jar
21 >
22 > dx is part of dev-android/dex-tools
23 >
24 > and java files need to be compiled with -bootclasspath
25 > /usr/share/libcore/lib/core.jar
26 > (android-libs/libcore)
27 >
28 > It's all highly experimental and I'm currently working on a x86_64
29 > machine. Other platforms are untested.
30 >
31 > Simon
32 >
33 > On 05/30/2014 04:00 PM, Alexey Shvetsov wrote:
34 >> В письме от 27 мая 2014 22:26:03 пользователь Simon Maurer написал:
35 >>> Hi,
36 >>>
37 >>> I'm working on a project called gentroid. The goal of the Project is to
38 >>> port art (dalvik successor) and the android framework to gentoo.
39 >>> I created an overlay (https://code.google.com/p/gentroid-overlay) for
40 >>> the android libraries and tools and their dependencies.
41 >>> Because the android repositories probably exceeds the limits of my
42 >>> google account, I'm working with a private git-server. So I only upload
43 >>> the patches (mostly cmake files) on https://code.google.com/p/gentroid
44 >>> and the gentroid.eclass puts the source code together again. The project
45 >>> is under heavy development and I'm currently trying to port the android
46 >>> graphic stack to wayland. This is just for your information, but maybe
47 >>> you find some useful ebuilds in my overlay.
48 >>>
49 >>> Simon
50 >>
51 >> Hi!
52 >>
53 >> Well its interesting. But how to run it? are there any wiki or howto planned?
54 >>
55 >
56 >
57
58 -----BEGIN PGP SIGNATURE-----
59 Version: GnuPG v2.0.22 (GNU/Linux)
60 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
61
62 iQIcBAEBAgAGBQJTjSKdAAoJEKXdFCfdEflKzq8P/3jNurqLJZapDot3Pw1XCfjz
63 rL0NI3mrLHXHD5hcJXT5cfmXMNQ49AnE0SYes88Bl45gV/Sn98bMAXBNaDvoXrMI
64 MBsbJc4eYGUtNI8QoCrOZ1900F6GtWVkRUUvZl2xgxCcuMg0Rp0aJYceMTRDYLcn
65 27C98gVDrsG/x9f2CzaBuwd95TRyxu/2tawK3pUFFErCtC0jP069tL1dQ35xTKvb
66 6amYiAIGb8xdyCNY/RFidbaytFWqeVepSLeVdZ7iE7YrYxS5rJDJcYjGbSUaeyli
67 pGCfFR7b2hEfjtcZ2q8b1DiYNhqVRkUapx80qptXqXOsNy7p0LKIlIhW3sqObqC+
68 yAfCxiUWQISSbTkEjEJQSyPrlWlkmUSuS4vbBVNLZ//OPE2/tAI2H2Xll/bm0MLB
69 BfrNMtQ1IOUa1vUbeKTXZCWDOR4WsL4JyIgPhgUxQqP24Gs8+rmhCOiT6V4ANxuY
70 4IG4bj2ZC3MxPfBRt46lmAUGmoNI6j9nXtZSH/aZNMzMaD4lTkC0N7X/e5cUEZsg
71 MxGbzKh2BHjYMtAMp+7v6c/30XAzEkyrRE7eBagqigwQaxC18mXJKFgXEtaZyrc6
72 DNOzinTFNE/nycpHbt1z8vWGQejfViVli03E/ghmCwvetBLndYSNiQ3LHZEhH7gX
73 rxCLa2hBd4YbOiwx1Qh9
74 =JPP+
75 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-embedded] android ebuilds Simon Maurer <gentroid@××××××××××××.ch>