<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=87.163.64.214</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=87.163.64.214"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/87.163.64.214"/>
	<updated>2026-04-22T07:08:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Apkenv&amp;diff=777</id>
		<title>Apkenv</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Apkenv&amp;diff=777"/>
		<updated>2013-05-06T20:33:28Z</updated>

		<summary type="html">&lt;p&gt;87.163.64.214: /* N9/N950 */  updated akvenv link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apkenv is a compatibility layer for applications packaged as &amp;quot;.apk&amp;quot;, runs on Harmattan (N9) and Fremantle (N900).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;quot;This project is a proof-of-concept on how applications targetting one platform can be made compatible with not so much effort as initially thought.&amp;quot;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
[http://thp.io/2012/apkenv/ Official apkenv page (Details and download)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== apkenv Downtime News ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2012-11-03&#039;&#039;&#039;&lt;br /&gt;
 The old binaries are outdated and should not be used anymore. A new release is in the works and will be released when it&#039;s done. As always, please don&#039;t publish / upload old versions of apkenv. Use common sense and caution when downloading / running random binaries from the web.&lt;br /&gt;
&lt;br /&gt;
== Installation/Usage Instructions ==&lt;br /&gt;
&lt;br /&gt;
=== N9/N950 ===&lt;br /&gt;
&lt;br /&gt;
1. Download the latest apkenv.harmattan binary from http://thp.io/2012/apkenv/ (currently not available use link below)&lt;br /&gt;
&lt;br /&gt;
Current version for Harmattan [http://talk.maemo.org/showpost.php?p=1338519&amp;amp;postcount=986 link] (note that zip includes Bionic binaries mentioned below, skip step 4 if you use this file)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. With the zip file above, extract it to MyDocs (default view when phone in Mass storage-mode).&lt;br /&gt;
&lt;br /&gt;
3. In terminal do:&lt;br /&gt;
 mkdir -p /home/user/apkenv&lt;br /&gt;
 cp -R /home/user/MyDocs/apkenv/* /home/user/apkenv/&lt;br /&gt;
 chmod 775 /home/user/apkenv/apkenv&lt;br /&gt;
 devel-su&lt;br /&gt;
 (default pasword: rootme)&lt;br /&gt;
 apt-get install libsdl1.2 libsdl-mixer1.2 libgles1-sgx-img&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Download the Bionic binaries from http://thp.io/2012/apkenv/ and place them in /home/user/apkenv/ or &#039;&#039;&#039;copy them from /home/nitdroid/system/lib only if you are running NiTDroid Alpha 4!&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4-1. Incase of extreme laziness to read nitdroid forum, download nitdroid binary (http://downloads.nitdroid.com/e-yes/n9/nitdroid_n9_ics_alpha4.tar.bz2), extract it and go to /system/lib path.&lt;br /&gt;
&lt;br /&gt;
The libraries required:&lt;br /&gt;
 libc.so&lt;br /&gt;
 liblog.so&lt;br /&gt;
 libm.so&lt;br /&gt;
 libstdc++.so&lt;br /&gt;
 libz.so&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. If you have a .apk file in /home/user/MyDocs/, run it as follows in terminal:&lt;br /&gt;
 cd /home/user/apkenv/&lt;br /&gt;
 ./apkenv /home/user/MyDocs/APK_NAME&lt;br /&gt;
&lt;br /&gt;
=== N900 ===&lt;br /&gt;
&lt;br /&gt;
1. Download the latest apkenv.fremantle binary from http://thp.io/2012/apkenv/ (not currently available)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Save the downloaded binary to /home/user/MyDocs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. In terminal do:&lt;br /&gt;
 mkdir -p /home/user/apkenv&lt;br /&gt;
 cp -R /home/user/MyDocs/apkenv.fremantle.VERSION_DATE /home/user/apkenv/apkenv&lt;br /&gt;
 chmod 775 /home/user/apkenv/apkenv&lt;br /&gt;
 apt-get install libsdl1.2 libsdl-mixer1.2 libgles1-sgx-img libsdl-gles1.2-1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Download the Bionic binaries from http://thp.io/2012/apkenv/ and place them in /home/user/apkenv/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The libraries required:&lt;br /&gt;
 libc.so&lt;br /&gt;
 liblog.so&lt;br /&gt;
 libm.so&lt;br /&gt;
 libstdc++.so&lt;br /&gt;
 libz.so&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. If you have a .apk file in /home/user/MyDocs/, run it as follows in terminal:&lt;br /&gt;
 cd /home/user/apkenv/&lt;br /&gt;
 ./apkenv /home/user/MyDocs/APK_NAME.apk&lt;br /&gt;
&lt;br /&gt;
== Frequently asked questions ==&lt;br /&gt;
&#039;&#039;&#039;1. Do I need NITdroid?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nope. But you may need Bİonic libraries, download them from thp.io or [http://talk.maemo.org/showpost.php?p=1284909&amp;amp;postcount=326 here] &lt;br /&gt;
and place them on the same folder you placed apkenv.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. &amp;quot;Permission denied&amp;quot; message&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Run this: &amp;quot;chmod +x apkenv&amp;quot;, then ./apkenv, It should work now.&lt;br /&gt;
&lt;br /&gt;
Also if you used some app as root you might need to run this:&lt;br /&gt;
chmod 777 /home/user/.apkenv&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3. Im getting &amp;quot;/home/user/ is not ours&amp;quot; error.&lt;br /&gt;
&lt;br /&gt;
That&#039;s because of you ran it as root, you should run the binary as user&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4. Im getting &amp;quot;./apkenv not found&amp;quot; error.&lt;br /&gt;
&lt;br /&gt;
Make sure you have changed to the binary directory using &amp;quot;cd&amp;quot; command&lt;br /&gt;
&lt;br /&gt;
== Android Games Compatibility ==&lt;br /&gt;
&lt;br /&gt;
Kindly update the [[Apkenv/Game Compatibility|Games Compatibility wiki]] with your results when running an .apk regardless of success rate!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://thp.io/2012/apkenv/ Official apkenv page (Details and download)]&lt;br /&gt;
* [[Apkenv/Game Compatibility|Game Compatibility]]&lt;br /&gt;
* [[Apkenv/Apps Compatibility|Apps Compatibility]]&lt;br /&gt;
* [http://talk.maemo.org/showthread.php?p=1283353 Apkenv thread on Maemo Talk]&lt;br /&gt;
* [http://www.youtube.com/watch?v=ahsDNPrPSDU First look Youtube video]&lt;br /&gt;
* [http://www.youtube.com/watch?v=djUMaoGDAz8 Angry Birds Space on N9 with Apkenv Youtube video]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:N900]]&lt;br /&gt;
[[Category:N9]]&lt;br /&gt;
[[Category:N950]]&lt;/div&gt;</summary>
		<author><name>87.163.64.214</name></author>
	</entry>
</feed>