<?xml version="1.0"?>
<rss version="2.0"><channel><title>Acer CloudMobile Latest Topics</title><link>https://www.modaco.com/forum/671-acer-cloudmobile/</link><description>Acer CloudMobile Latest Topics</description><language>en</language><item><title>[Recovery][TWRP 2.5.0.0] Team Win Recovery Project port for Acer S500 [UPDATED V1.3]</title><link>https://www.modaco.com/topic/363321-recoverytwrp-2500-team-win-recovery-project-port-for-acer-s500-updated-v13/</link><description><![CDATA[
<p>Hi all,</p><p>
i've managed to create a port of the TWRP 2.5.0.0. Since it is a port of the Xperia T smartphone, it can't get officially support by the TWRP team, so don't bother them with questions regarding this wonderfull peace of software when installed on a Cloudmobile.</p><p>
Tested on a S500 with 8260a-3 CPU and 8260a-1 CPU. Do not flash it on a Locked phone, it will not boot!</p><p>
</p><p>
When installing this recovery I can take no blame if you accidentely brick your phone......I'm just sorry if that happens but I can do nothing about it.</p><p>
If you follow the instructions, nothing bad should happen with your phone....</p><p>
</p><p>
</p><p>
<strong>Screenshots:</strong></p><p>
</p><p>
<img src="http://phota.me/AgsV.png" alt="AgsV.png"><img src="http://phota.me/WujW.png" alt="WujW.png"></p><p>
</p><p>
</p><p>
</p><p>
<strong>Features:</strong></p><p>
- Fully touch featured!</p><p>
- Screensaver with slide to unlock</p><p>
- Fully themeable</p><p>
- Backup and restore</p><p>
- Wipe device/factory reset</p><p>
- Install ROM from .zip file</p><p>
- Auto detect if ROM is rooted, if it isn't rooted it will sugest you to install CWM Superuser app and binary</p><p>
- Enter Terminal commands</p><p>
- Integrated filemanager</p><p>
- Mount external SD-Card as a Mass Storage device to copy files</p><p>
- Fix permissions</p><p>
- ADB sideload (see <a href="http://teamw.in/ADBSideload" rel="external nofollow">http://teamw.in/ADBSideload</a> how to use it)</p><p>
- Partition SD card (EXT partition and FAT are succesfully created despite the Failed message! TWRP needs to be restarted in order to correctly read the new partition table)</p><p>
</p><p>
</p><p>
<strong>Not working:</strong></p><p>
Mounting internal storage as USB mass storage device</p><p>
</p><p>
</p><p>
<strong>Changelog:</strong></p><p>
version 1.3 (13-07-2013):</p><p>
- Changed USB VendorID and DeviceID to Google device for correct recognition of Mass Storage device in Windows</p><p>
- Changed LUN0 device back to LUN%d in recovery binary</p><p>
</p><p>
version 1.2 (01-07-2013):</p><p>
- Changed android.c kernel code to assign lun0 as a removable device instead of CD-ROM (see kernel dir in zip)</p><p>
- Changed USB Vendor ID and product ID back to Google inc to prevent driver problems in windows OS</p><p>
- Added some init.rc code for some permission and ownership setting of the lun0/file</p><p>
</p><p>
version 1.1 (01-07-2013):</p><p>
- Changed USB Vendor and Product ID. Phone should now be detected as Acer Cloudmobile when USB is connected.</p><p>
- Changed LUN path, despite that USB mount is still not working properly</p><p>
- Changed brightness config path</p><p>
- Cleaned init.rc code</p><p>
</p><p>
version 1.0 (22-06-2013):</p><p>
- Initial release, ported from TWRP 2.5.0.0 for Xperia T</p><p>
- Acer Cloudmobile S500 JellyBean Kernel, compiled with ACER_SECURE_MOUNT disabled</p><p>
</p><p>
</p><p>
To run TWRP on a <span style="text-decoration:underline;">locked S500</span>; enable USB debug and connect phone to PC via USB cable:</p><p>
</p><div></div><pre class="ipsCode">

adb reboot-bootloader

</pre>


wait until phone is rebooted in bootloader, then:

<div></div><pre class="ipsCode">

fastboot -i 0x0502 boot TWRP_2.5.0.0_S500_v1.3.img

</pre>


This will run TWRP, it doesn't flash it. You can safely try and use TWRP. The only disadvantage is that battery % is not properly displayed.







On <span style="text-decoration:underline;">unlocked bootloader</span><em> </em>you can safely flash the TWRP recovery to the recovery partition:

<div></div><pre class="ipsCode">

adb reboot-bootloader

</pre>


Wait until phone is rebooted in bootloader, then:

<div></div><pre class="ipsCode">

fastboot -i 0x0502 flash recovery TWRP_2.5.0.0_S500_v1.3.img

</pre>




To reboot:

<div></div><pre class="ipsCode">

fastboot reboot (and press vol-down at the same time, wait until the phone vibrates and then press vol-up while releasing vol-down)

</pre><p></p><p>
</p><p>
</p><p>
<strong>Troubleshooting:</strong></p><p>
</p><p>
1. Windows doesn't recognize my External SD-card when I mount it</p><p>
	a. Deinstall/remove all Acer S500 drivers (add/remove programms)</p><p>
	b. Reboot Computer</p><p>
	c. Reboot Acer S500 in TWRP Recovery (press power + vol-down, after vibrating press vol-up while releasing power + vol-down)</p><p>
	d. Mount USB in TWRP Recovery</p><p>
	e. Connect S500 to computer and wait until drivers are installed</p><p>
	f. (safe) disconnect S500 from computer</p><p>
	g. Reinstall S500 windows drivers</p><p>
2. While in TWRP I can't connect to the phone with ADB</p><p>
	a. Open devicemanager and select in 'Other device' -&gt; 'S500'</p><p>
	b. Right click on it and select 'update driver'</p><p>
	c. Select 'choose driver from list' and choose Acer ADB driver.</p><p>
</p><p>
</p><p>
<strong>Credits:</strong></p><ul><li><a href="http://www.teamw.in/project/twrp2" rel="external nofollow"><span style="text-decoration:underline;">TeamWin  </span></a><br></li><li>Vache<br>
for giving me inspiration, thanks ;-)<br></li><li>Zelea2<br>
for his HowTo build your own kernel<br></li><li>iFEAR_ and ciNicu<br>
For testing on a -1 CPU.<br></li><li>Metsuki<br>
For testing.<br></li></ul><p></p><p>
<strong>Download:</strong></p><p>
</p><p>
V1.3: <a href="http://www16.zippyshare.com/v/9471734/file.html" rel="external nofollow">http://www16.zippysh...71734/file.html</a></p>
]]></description><guid isPermaLink="false">363321</guid><pubDate>Sat, 22 Jun 2013 18:30:25 +0000</pubDate></item><item><title>[DEV][MOD][TOOL] ACERTool v4 [UPDATED]</title><link>https://www.modaco.com/topic/365014-devmodtool-acertool-v4-updated/</link><description><![CDATA[
<p></p><p></p><div style="text-align:center;"><img src="http://s11.postimg.org/6t8v6ou3n/cmd.png" alt="cmd.png"></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>
<span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;">Download:</span></span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>
<a href="https://www.dropbox.com/s/xc6tshu1seea02y/acerv4.exe" rel="external nofollow"><span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><strong><span style="color:#ff0000;">Download V</span></strong></span></span><span style="color:#ff0000;"><span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><strong>4 - DROPBOX</strong></span></span></span></a></p><p>
<a href="https://mega.co.nz/#!4MkUCJTK!ZgcqAREpeQyFFtzaLcL8cH1wBR4XaRo04LwWYBDSGvI" rel="external nofollow"><span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><strong><span style="color:#FF0000;">Download V</span></strong></span></span><span style="color:#FF0000;"><span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><strong>4 - </strong></span></span></span>MediaFire</a></p></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-size:18px;">Outdated</span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>
<a href="https://www.dropbox.com/s/ne7y5j23eoru598/0.3a.exe" rel="external nofollow">0.3</a>[Mirror]</p><p>
<a href="https://mega.co.nz/#!9ddlSC7K!ZQOgAm1Z_FFyFs-RCUxxoUp5N4AmvaY2fT3OxmcYD7A" rel="external nofollow">0.3</a>		  </p></div><p></p><p>
</p><p></p><div style="text-align:center;"><a href="https://www.dropbox.com/s/d9pscxr414x9pk9/0.2c.exe" rel="external nofollow">0.2</a>		  <p>
<a href="http://www.mediafire.com/?qslf6h7bus1aesf" rel="external nofollow">0.1</a>		  </p><p>
</p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">Changelog</span></span></span></p><p>
</p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">0.4</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Fix Root</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Same root process for 4.1.2 and 4.0.4 via sd-card.</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Boot TWRP</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Unlock bootloader -all FW</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ other(battery %+navbar size)</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Recovery flash for ORGROD/MOBISTAR</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Root without sd-card for 4.1.2 and 4.0.4</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Flash kernel</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Flash recovery</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Reboot Recovery</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Reboot bootloader</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Bin FW flash</span></span></span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">0.3</span></span></span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ JB 4.1.2 Support</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ EN language</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ More firmware for download</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ ICS transparent status bar(vache)</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ Battery %</span></span></span></p><p>
<span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">  @ other</span></span></span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><span style="text-decoration:underline;">0.1</span></p></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-size:12px;"><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="color:#333333;">First version</span></span></span></p></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><em><strong><span style="color:#ff0000;"><span style="font-size:18px;">ALL THINGS YOU CAN FIND ON ACERBLOG : </span></span></strong></em></span></p></div><p></p><p>
</p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-size:12px;"><span style="font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;"><span style="color:#4E565E;">@A427- battery % =(battery percentage). For stock 4.1.2 ROM(stock)-show how much battery you have in percentages; Flash via TWRP/CWM;</span></span></span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-size:12px;"><span style="font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;"><span style="color:#4E565E;">navbar size:(stock 4.1.2) </span></span></span><span style="font-size:12px;"><span style="font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;"><span style="color:#4E565E;">Make bottom bar, black, smaller(depends on what size you choose):</span></span></span></p><p>
<img src="http://3.bp.blogspot.com/-j6cgIkmoKwI/UiTzEirPSKI/AAAAAAAAB6k/iy0keq9TsEs/s400/Screenshot_2013-04-25-11-39-28.jpg" alt="Screenshot_2013-04-25-11-39-28.jpg"><img src="http://3.bp.blogspot.com/-PcUzuhVR9bk/UiTfqjxzXsI/AAAAAAAABsA/eOmbv0QoUqk/s1600/stat_sys_battery_68.png" alt="stat_sys_battery_68.png"><img src="http://4.bp.blogspot.com/-Ta0E_qTrolE/UiTf6hvhk7I/AAAAAAAABs0/agriZf3QhlE/s1600/stat_sys_battery_61.png" alt="stat_sys_battery_61.png"><img src="http://2.bp.blogspot.com/-gTtsESkbaUw/UiTgX0asXeI/AAAAAAAABuU/qYFe0VR_ghQ/s1600/stat_sys_battery_68.png" alt="stat_sys_battery_68.png"></p><p>
</p><p>
<span style="font-size:12px;"><span style="font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;"><span style="color:#4E565E;">Also, you can find tutorials such as:</span></span></span></p><p>
<span style="font-size:14px;"><em><span style="font-size:12px;"><span style="font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;"><span style="color:#000000;">Sim Unlock</span></span></span></em></span></p><p>
<span style="font-size:14px;"><em>UNLOCK BOOTLOADER</em></span></p><p>
<span style="font-size:14px;"><em>ROOT withhout memory card for 4.0.4 and 4.1.2;</em></span></p><p>
<span style="font-size:14px;"><em>Install Recovery.</em></span></p><p>
<span style="font-size:14px;"><em>Install -- custom rom;</em></span></p><p>
<span style="font-size:14px;"><em>resoft</em></span></p><p>
<span style="font-size:14px;"><em>Resoft(with/without microsd card-only for some phones)</em></span></p><p>
<span style="font-size:14px;"><em>Install Busybox </em></span></p><p>
<span style="font-size:14px;"><em>Delete bloatware. </em></span></p><p>
<span style="font-size:14px;"><em><span style="font-size:12px;"><span style="font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;"><span style="color:#000000;">And much more...</span></span></span></em></span></p></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p></p><a href="http://acercloudmobile.blogspot.ro" rel="external nofollow"><strong><em><span style="text-decoration:underline;"><span style="font-size:24px;">http://acercloudmobile.blogspot.ro</span></span></em></strong></a></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-size:18px;">--------------------------------------------------------------------------------------------------------------</span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"><em><span style="text-decoration:underline;">ALL CREDITS GO TO THE CREATOR OF TOOL </span></em></span></span><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"><strong><em><span style="text-decoration:underline;"><span style="color:#b22222;">( </span></span></em></strong></span></span><strong><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;">Anghel</span></span></strong><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"> aka</span></span><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"><strong><em><span style="text-decoration:underline;"><span style="color:#b22222;"> </span></span></em></strong></span></span><strong><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"><span style="color:#000000;"><em>srsdani</em></span></span></span></strong><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"><em><span style="color:#808080;"><strong>@m</strong></span></em></span></span><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"><em><strong>odaco</strong></em></span></span><span style="font-family:Arial, Tahoma, Helvetica, FreeSans, sans-serif;"><span style="font-size:18px;"><strong><em><span style="text-decoration:underline;"><span style="color:#B22222;">)</span></span></em></strong></span></span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>------------------------------------------------------------------------------------</p></div><p></p>
]]></description><guid isPermaLink="false">365014</guid><pubDate>Wed, 11 Sep 2013 10:24:07 +0000</pubDate></item><item><title>Lag when connected to internet</title><link>https://www.modaco.com/topic/374781-lag-when-connected-to-internet/</link><description><![CDATA[
<p>Hi everyone,</p>
<p>i'm having some problems with my S500, it started when some months ago. When i connect to the internet via Wifi or 3g the phone starts lagging terribly: everything's slow, it's unusable. So i clean installed reca rom and kernel, and at the beggining it was working fina when connected to internet. But the lag came back 1-2 days after.</p>
<p> </p>
<p>Has anyone had this problem or knows how to fix it?</p>
<p>Thanks.</p>
]]></description><guid isPermaLink="false">374781</guid><pubDate>Thu, 19 Mar 2015 19:26:50 +0000</pubDate></item><item><title>[KERNEL][LINARO]ADV AOSP Kernel V1.6[02.04.2015]</title><link>https://www.modaco.com/topic/373504-kernellinaroadv-aosp-kernel-v1602042015/</link><description><![CDATA[
<div>Kernel based on opensrc_Acer_AV051_S500_RV04RC09_WW_GEN1-20130322 kernel source code from Acer!!</div>
<div> </div>
<div>Below is my first kernel. This kernel is optimized for performance and daily use.</div>
<div> </div>
<div>Features:</div>
<div>V1.0</div>
<div>-Linaro 4.8.3 04.2014</div>
<div>-A15+O3 optimization</div>
<div>-Overclock up to 1.89 ghz</div>
<div>-Boot freq: 384-1512MHZ</div>
<div>-Minimum Freq: from 384 to 192 mhz</div>
<div>-Cpu governor:</div>
<div>      +Interactive </div>
<div>      +wheatkey</div>
<div>      +intellidemand</div>
<div>      +intelliactive</div>
<div>-IO scheduler</div>
<div>      +Simple</div>
<div>      - removed ROW</div>
<div>      +BFQ</div>
<div>      +FIOPS</div>
<div>      +ZEN</div>
<div>      +VR</div>
<div>-disabled msm_dcvs</div>
<div>-smooth patch ported from galaxy s2</div>
<div>-UnderVolt from Faux123</div>
<div>-changed voltage limits from 0.8-1.3V to 0.6-1.4V</div>
<div>-disabled CIFS</div>
<div>-optional gpu OC to 480mhz from 400mhz</div>
<div>-USB Fast Charge</div>
<div>-Constant minimum charging power to 500mah</div>
<div>-Sound Control V3+V2 by Faux123</div>
<div>-Defconfig tweaks</div>
<div>-Dynamic Sync Control(fs/dyn_sync_cntrl)+patch</div>
<div>-AES/SHA1 arm/crypto</div>
<div>-Kernel Sched LOAD_FREQ 4*HZ+61</div>
<div>-lz4 compression</div>
<div>-AUTO-HOTPLUG+Max online cpu-s+min online cpu-s+tweak kmsg</div>
<div>-RAM Optimization</div>
<div>-ZRAM/ZSMALLOC</div>
<div>-KSM </div>
<div>-VSYNC/FSYNC in defconfig</div>
<div>-VFP at higher priority</div>
<div>-mdprecision enhancements</div>
<div>-Enabled NEON + AEABI-NEON</div>
<div>-Clean boot image(stock)</div>
<div>V1.1</div>
<div>-Two versions, with/without oc</div>
<div>-faux sound update to 3.6</div>
<div>V1.2</div>
<div>
<div>-Kernel version 3.4.7(it still show 3.4.0 because if I want to show 3.4.0, wifi won't work).</div>
<div>-Cpu thr. temp from 60 to 70 degC</div>
<div>-ARM: 7670/1: fix the memset fix</div>
<div>-workqueue: backport from Linux 3.6.11</div>
<div>-backport rwsem from Linux 3.11</div>
<div>-l-ib: introduce some memory copy macros and functions</div>
<div>-defconfig tweaks</div>
<div>-many more but I'm to lazy to write them</div>
<div>V1.4</div>
<div>-swap off</div>
<div>-io shceduler TEST off</div>
<div>-lots of DEFCONFIG patches</div>
<div>-Kernel 3.4.10</div>
<div>-ROW Default IO Scheduler</div>
<div>-add kernel messages to msm_thermal and msm8960_tsens </div>
<div>-cpufreq: Retain only online cpus in managed_policy-&gt;cpus</div>
<div>-Bluetooth: Remove unused hci_le_ltk_reply() </div>
<div>-msm: cpufreq: boost freq of online cpu(s) to max on resume</div>
<div>-qce 50 update</div>
<div>-update ARM topology and cpu_power driver</div>
<div>-SELinux: include definition of new capabilities</div>
<div>-lib/int_sqrt.c: optimize square root algorithm </div>
<div>-Input: Send events one packet at a time </div>
<div>-AIO: Don't plug the I/O queue in do_io_submit()</div>
<div>-thermal adjustments</div>
<div>-exFAT support</div>
<div>-cpufreq: ondemand: Boost CPU frequency only for touch input </div>
<div>-fix for app-mounted directories</div>
<div>-SCHEDULER: Autogroup patch group by current user android UID instead</div>
<div>V1.5</div>
<div>-tracer debug dezactivat</div>
<div>-net: Fix 'ip rule delete table 256'</div>
<div>-af_unix: speedup /proc/net/unix</div>
<div>V1.6</div>
<div>-no idea if there is anything new</div>
<div>-GCC up to UBER 4.9.3</div>
</div>
<div> </div>
<div><span style="color:#000000;"><a href="http://acercloudmobile.blogspot.ro/2014/09/kernel-itadv-v1.html" rel="external nofollow">http://acercloudmobile.blogspot.ro/2014/09/kernel-itadv-v1.html</a> </span></div>
<div><span style="color:#000000;">Source: </span><a href="https://github.com/srsdanitest" rel="external nofollow">https://github.com/srsdanitest</a></div>
<div> </div>
<div> </div>
<div><span style="color:#000000;">requirements:</span></div>
<div><span style="color:#000000;">-unlocked bootloader</span></div>
<div><span style="color:#000000;">-root</span></div>
<div><span style="color:#000000;">-busybox</span></div>
<div> </div>
<div><span style="color:#000000;">instructions:</span></div>
<div> </div>
<div><span style="color:#000000;">1=on 0=off</span></div>
<div>[V1.0]</div>
<div><span style="color:#000000;"><a href="http://bit.ly/1uPqbHE" rel="external nofollow">Download</a>:</span><span style="color:rgb(0,0,0);"> </span></div>
<div><span style="color:rgb(0,0,0);">1-OC Cpu</span></div>
<div><span style="color:rgb(0,0,0);">0-OC Gpu</span></div>
<div><span style="color:rgb(0,0,0);">Faux 3.0</span></div>
<div>[V1.1]</div>
<div><a href="https://www.dropbox.com/s/w2a1bejeuo8fbb4/kernelnonoc.zip?dl=0" rel="external nofollow">Download</a>:</div>
<div>0-OC Cpu</div>
<div>0-OC Gpu</div>
<div>Faux 3.6.</div>
<div><a href="https://www.dropbox.com/s/41bv416rufslmx8/kernel%20OC%20OC.zip?dl=0" rel="external nofollow">Download</a>:</div>
<div>1-OC Cpu</div>
<div>1-OC Gpu</div>
<div>Faux 3.6.</div>
<div>[V1.2]</div>
<div><a href="https://www.dropbox.com/s/ekki23x7abxu8gp/kernelnonoc1.2.zip?dl=0" rel="external nofollow">Download</a></div>
<div>0-OC Cpu</div>
<div>0-OC Gpu</div>
<div>[V1.4]</div>
<div>0-OC CPU</div>
<div>0-OC GPU</div>
<div><a href="https://www.dropbox.com/s/gs5w9vc59zhd0sg/kernelnonoc1.4.zip?dl=0" rel="external nofollow">Download</a></div>
<div>[V1.5]</div>
<div>0-OC CPU</div>
<div>0-OC GPU</div>
<div><a href="https://www.dropbox.com/s/zj127woir7cpn7i/kernelnonoc15.zip?dl=0" rel="external nofollow">Download</a></div>
<div>
<div>[V1.6]</div>
<div>0-OC CPU</div>
<div>0-OC GPU</div>
</div>
<div><a href="https://www.dropbox.com/s/ydmragpcv4z8o26/kernelnonoc16.zip?dl=0" rel="external nofollow">Download</a></div>
<div> </div>
<div><span style="color:#000000;">and install via recovery(cwm/twrp).</span></div>
<div><span style="color:#000000;">Apps: </span><a href="https://play.google.com/store/apps/details?id=com.teamkang.fauxsound" rel="external nofollow"><span style="color:#000000;">Sound Control</span></a><span style="color:#000000;"> Or </span><a href="https://play.google.com/store/apps/details?id=com.teamkang.fauxclock" rel="external nofollow"><span style="color:#000000;">voltage control</span></a></div>
]]></description><guid isPermaLink="false">373504</guid><pubDate>Sat, 27 Sep 2014 11:10:29 +0000</pubDate></item><item><title>[MOD]JB 4.2.2 Statusbar+More [JB4.1.2 Stock][UPDATE 28-11-13][V4]</title><link>https://www.modaco.com/topic/366268-modjb-422-statusbarmore-jb412-stockupdate-28-11-13v4/</link><description><![CDATA[
<p>Hello Everyone</p>
<p> </p>
<p> </p>
<p>After some time i got bored and started modding the stock Acer.Shell=DISABLED </p>
<p>Statusbar as when i switched to this i thought it was bit boring.<br>
So what i did was use my old 4,2 statusbar resources and implemented on our stock rom </p>
<p> </p>
<p>Whats included:</p>
<p>Lidroid Toggles</p>
<p>Profile Name/Picture changer</p>
<p>Android 4.4. Kitkat Navbar buttons pngs</p>
<p>Android 4.4 kitkat PNG Resources </p>
<p>Android 4.4 kitkat Resources</p>
<p>Acer Shell Changed</p>
<p>JB UI in Acer Shell</p>
<p>White/black UI </p>
<p>8 Quick Toggles in 3 row</p>
<p>Left pulldown Notifications / Right Pulldown Quicktoggles</p>
<p>4,2 switch button</p>
<p>Battery percentage toggle -&gt; redirects to accu/battery settings</p>
<p>Settings toggle -&gt; redirects to settings</p>
<p>Owner toggles -&gt; currently doesnt do anything yet (WIP)</p>
<p>Wifi toggle -&gt; currently redirects to wifi settings ( working on making static toggle to Enable/Disable wifi (JAVA Files are done only needs implemenatation))</p>
<p>Brightness toggle -&gt; Redirects to Display settings</p>
<p>Bluetooth toggle -&gt; redirects to bluetooth settings</p>
<p>Signal Toggle -&gt; Active Signal display + Signal text</p>
<p>Lock Toggle -&gt; Single press locks screen like Power button -&gt; Long press enaled Power Menu</p>
<p> </p>
<p> </p>
<p>Screenshots: </p>
<p> </p>
<p> </p>
<p>Acer.shell=ENABLED : <br><img src="https://dl.dropboxusercontent.com/u/56034188/acer/system/Screenshot_2013-11-14-14-08-14.png" alt="Screenshot_2013-11-14-14-08-14.png"><img src="https://dl.dropboxusercontent.com/u/56034188/acer/system/Screenshot_2013-11-14-14-08-21.png" alt="Screenshot_2013-11-14-14-08-21.png"><img src="https://dl.dropboxusercontent.com/u/56034188/acer/system/Screenshot_2013-11-14-14-08-24.png" alt="Screenshot_2013-11-14-14-08-24.png"><br>
 </p>
<p> </p>
<p>Acer.Shell=DISABLED :<br><br><img src="https://dl.dropboxusercontent.com/u/56034188/acer/system/Screenshot_2013-11-14-14-10-52.png" alt="Screenshot_2013-11-14-14-10-52.png"><img src="https://dl.dropboxusercontent.com/u/56034188/acer/system/Screenshot_2013-11-14-14-11-01.png" alt="Screenshot_2013-11-14-14-11-01.png"></p>
<p> </p>
<p> </p>
<p>V3 4.2.2 full statusbar </p>
<p> </p>
<p><img src="https://dl.dropboxusercontent.com/u/56034188/acer/Screenshot_2013-11-15-13-52-13.png" alt="Screenshot_2013-11-15-13-52-13.png"><img src="https://dl.dropboxusercontent.com/u/56034188/acer/Screenshot_2013-11-15-13-52-17.png" alt="Screenshot_2013-11-15-13-52-17.png"></p>
<p> </p>
<p> </p>
<p>Downloads : </p>
<p> </p>
<p>V2: </p>
<p><a href="https://db.tt/u1Hj16QX" rel="external nofollow">https://db.tt/u1Hj16QX</a></p>
<p>statusbar Lidroid </p>
<p> </p>
<p><a href="https://db.tt/XzxT2L9z" rel="external nofollow">https://db.tt/XzxT2L9z</a></p>
<p>Profile editor</p>
<p> </p>
<p><a href="https://db.tt/OUhghfs9" rel="external nofollow">https://db.tt/OUhghfs9</a></p>
<p>Customize lidroid toggles</p>
<p> </p>
<p>V3: 4.2.2 <br><a href="https://db.tt/3UXxd8tN%C2%A0" rel="external nofollow">https://db.tt/3UXxd8tN </a></p>
<p>Statusbar lidroid 4.2.2</p>
<p> </p>
<p><a href="https://db.tt/XzxT2L9z" rel="external nofollow">https://db.tt/XzxT2L9z</a></p>
<p>Profile editor</p>
<p> </p>
<p><a href="https://db.tt/OUhghfs9" rel="external nofollow">https://db.tt/OUhghfs9</a></p>
<p>Customize lidroid toggles</p>
<p> </p>
<p>V4: Latest  swipeview and toggles everywhere ;)</p>
<p><a href="https://www.mediafire.com/download/i4qqo63hxpb0kav/SystemUI.apk" rel="external nofollow">https://www.mediafire.com/download/i4qqo63hxpb0kav/SystemUI.apk</a></p>
<p>systemui.apk </p>
<p> </p>
<p><a href="https://www.mediafire.com/download/r563xyr9lum9ols/LidroidSettings.apk" rel="external nofollow">https://www.mediafire.com/download/r563xyr9lum9ols/LidroidSettings.apk</a></p>
<p>New lidroid settings ^only use with above systemui!!!</p>
<p> </p>
<p> </p>
<p> </p>
<p>How to install ? </p>
<p> </p>
<p>Download the apk</p>
<p>Goto Terminal emulator app </p>
<p>Type </p>
<p>"su"</p>
<p>"mount -o remount,rw / system"</p>
<p>Now goto root explorer </p>
<p>and to the System/App folder</p>
<p>Rename the systemui.apk thats there to Systemui.apk.bak </p>
<p>Rename the systemui.odex thats there to Systemui.odex.bak</p>
<p>Now place the Systemui.apk that u downloaded there</p>
<p>and set permissions to </p>
<p>x  x</p>
<p>x </p>
<p>x</p>
<p>Reboot<br>
Install Profile.apk as normall app</p>
<p>Install Lidroid.apk as normall app<br>
Enjoy ;)</p>
<p> </p>
<p>Tested on WW_GEN1 Rom</p>
<p> </p>
<p>ChangeLog:</p>
<p>V1 initial Release.</p>
<p> </p>
<p>V2 Second release:<br>
Added Lidroid toggles.<br>
Added Profile Picture changer.</p>
<p>Added Profile Name changer.<br>
Moddified Acer.Shell=ENABLED UI to match JB looks.<br>
and some more ;)</p>
<p> </p>
<p>V3 third release</p>
<p>Resized quick panel button</p>
<p>added Onclick method for profile button to profile editor app</p>
<p>added Onclick method for Signal toggle to Lidroid settings</p>
<p>Removed horizontal Lidroid toggles and replaced with the 4.2.2 toggles</p>
<p>4.2.2 lidroid toggles </p>
<p>Customizable and rearrangeable.</p>
<p> </p>
<p>V4</p>
<p>Serajr Swipeview &lt;- from google apps swipe from left to show toggles (Acer.shell=ENABLED)</p>
<p>4.2.2 rearrangeable toggles in shell and aosp ui. <br>
Option to have one single line horizontal powerwidgets.<br>
option to have 2/3/4/5/ rows of toggles in settings ( requires reboot (working on it)) </p>
<p>Option to enable/disable text under toggles (needs rebopot ( working on it )) </p>
<p>New settings app (whited out) (if app doesnt work properly press the reset toggles button and it works like it should ;)</p>
]]></description><guid isPermaLink="false">366268</guid><pubDate>Sun, 03 Nov 2013 18:25:12 +0000</pubDate></item><item><title>S500 stock JB, UNLOCK BOOTLOADER?</title><link>https://www.modaco.com/topic/374356-s500-stock-jb-unlock-bootloader/</link><description><![CDATA[
<p>Hi, i'm trying to wipe all data from my phone, to unlock my bootloader. when i tried to do so from the system setting app, the phone shows up a message in bootloader mode saying there was such no recovery on my phone (neither the acer one). How can i continue the process?</p>
<p>Help me, pleaseee  :(</p>
<p> </p>
<p>EDIT: the message (the phone was charging) is</p>
<p>"Recovery image verified failed</p>
<p>boot mode: fastboot!</p>
<p>lk version: JB-f7e7564 !"</p>
<p> </p>
<p>RI-EDIT: i solved the problem booting CWM from the cloud mobile tool app, but the same tool don't unlock my bootloader (option 20 - 3 doesn't work). please help me!</p>
]]></description><guid isPermaLink="false">374356</guid><pubDate>Mon, 19 Jan 2015 15:57:06 +0000</pubDate></item><item><title>[ROM] RECA S005 [Updated! V1.1] [DEODEXED, ZIPALIGNED, ROOTED!] AROMA Installer featured</title><link>https://www.modaco.com/topic/367226-rom-reca-s005-updated-v11-deodexed-zipaligned-rooted-aroma-installer-featured/</link><description><![CDATA[
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"><span style="font-size:24px;"><strong>RECA S005 ROM</strong></span></div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"><span style="background-color:transparent;font-size:10pt;"><i>ROM based on original Acer_AV051_S500_1.063.00_WW_GEN1 Acer JellyBean Firmware</i></span></div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"> </div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"><span style="background-color:transparent;font-size:10pt;"><b>Disclaimer:</b></span></div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">
<div><span style="background-color:transparent;font-size:10pt;">Installing this ROM is at your own risk. Although I tested this ROM thoroughly it can happen that something can go wrong with your phone. By installing this ROM you agree with this disclaimer, therefore I can not be held responsible for any damage to your phone. </span></div>
<div><span style="background-color:transparent;font-size:10pt;">Feel free to copy, modify or redistribute any of my work and/or code, please give credits to the right person when doing this! </span></div>
<div style="font-weight:bold;"> </div>
</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"> </div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">
<div><a href="https://sites.google.com/site/recas005/reca-s005-rom/splash.png?attredirects=0" rel="external nofollow"><img height="109" src="https://sites.google.com/site/recas005/_/rsrc/1387304945587/reca-s005-rom/splash.png?height=109&amp;width=200" width="200" alt="splash.png?height=109&amp;width=200"></a>`    <a href="https://sites.google.com/site/recas005/reca-s005-rom/a1.png?attredirects=0" rel="external nofollow"><img height="83" src="https://sites.google.com/site/recas005/_/rsrc/1387304979553/reca-s005-rom/a1.png?height=83&amp;width=200" width="200" alt="a1.png?height=83&amp;width=200"></a></div>
</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"><b>Features:</b></div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"><b>- </b>Deodexed</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">- Rooted!</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">- Zipaligned</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">- Busybox v1.21.1 </div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"> </div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">- <a href="http://forum.xda-developers.com/showthread.php?t=1461712" rel="external nofollow">AROMA</a> based installer:</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">  * Fully touch featured graphical installer with guided setup</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">  * Choose what you want to install. e.g. if you don't like Acer Cloud apps simply uncheck them!</div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">  * Choose what modifications you want: Kernel type, normal/lower density, Swype/Normal Android keyboard, enable/disable acer shell </div>
<div style="color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">  * Choose your favorite battery icon: 
<div>
<div><a href="https://sites.google.com/site/recas005/reca-s005-rom/icon.SystemUI_Stock.png?attredirects=0" rel="external nofollow"><img src="https://sites.google.com/site/recas005/_/rsrc/1387305056257/reca-s005-rom/icon.SystemUI_Stock.png" alt="icon.SystemUI_Stock.png"><img src="https://sites.google.com/site/recas005/_/rsrc/1387305045616/reca-s005-rom/icon.SystemUI_1Stock.png" alt="icon.SystemUI_1Stock.png"><img src="https://sites.google.com/site/recas005/_/rsrc/1387305048803/reca-s005-rom/icon.SystemUI_Circle.png" alt="icon.SystemUI_Circle.png"><img src="https://sites.google.com/site/recas005/_/rsrc/1387305051482/reca-s005-rom/icon.SystemUI_Gauge.png" alt="icon.SystemUI_Gauge.png"></a><img src="https://sites.google.com/site/recas005/_/rsrc/1387305053791/reca-s005-rom/icon.SystemUI_HoneyComb.png" alt="icon.SystemUI_HoneyComb.png"></div>
<div style="text-align:left;">- The following standard apps are included and can be installed if you like:</div>
<div style="text-align:left;">  * Acer Cloudmobile apps</div>
<div style="text-align:left;">  * Acer registration</div>
<div style="text-align:left;">  * HD Channel</div>
<div style="text-align:left;">  * Google Magazines</div>
<div style="text-align:left;">  * Google Books</div>
<div style="text-align:left;">  * Google Currents</div>
<div style="text-align:left;">  * GMail</div>
<div style="text-align:left;">  * Google Plus</div>
<div style="text-align:left;">  * Google Maps</div>
<div style="text-align:left;">  * Google Music player</div>
<div style="text-align:left;">  * Youtube</div>
<div style="text-align:left;">  * Google Hangouts (Google Talk)</div>
<div style="text-align:left;">
<div>  <span style="background-color:transparent;font-size:10pt;">* Polaris office</span></div>
<div> </div>
</div>
<div style="text-align:left;">- The following non-standard apps can be installed:</div>
<div style="text-align:left;">  * <a href="http://sufficientlysecure.org/index.php/adaway/" rel="external nofollow">Adaway v2.8</a> (opensource Ad-blocker)</div>
<div style="text-align:left;">  * <a href="https://f-droid.org/" rel="external nofollow">FDroid</a> (Market for opensource apps)</div>
<div style="text-align:left;">  * <a href="http://forum.xda-developers.com/showthread.php?t=1037817" rel="external nofollow">Notification toggle</a> (If you disable Acer shell....)</div>
<div style="text-align:left;">  * <a href="https://play.google.com/store/apps/details?id=com.rhmsoft.fm" rel="external nofollow">Filemanager</a></div>
<div style="text-align:left;">  * <a href="https://play.google.com/store/apps/details?id=com.rhythm.hexise.uninst" rel="external nofollow">Uninstaller</a></div>
<div style="text-align:left;">  * <a href="https://play.google.com/store/apps/details?id=jackpal.androidterm" rel="external nofollow">Android terminal</a></div>
<div style="text-align:left;">  * <a href="http://forum.xda-developers.com/showthread.php?t=1574401" rel="external nofollow">Xposed framework</a> (highly recommended: use it in comination with <a href="http://forum.xda-developers.com/showthread.php?t=2316070" rel="external nofollow">gravitybox</a>!)</div>
<div style="text-align:left;"> </div>
<div style="text-align:left;"><b>Kernel:</b></div>
<div style="text-align:left;">- Stock (original) ACER Kernel  or</div>
<div style="text-align:left;">- <a href="https://sites.google.com/site/recas005/kernel" rel="external nofollow">RECA kernel</a><span style="background-color:transparent;font-size:10pt;"> v1.0:</span></div>
<div style="text-align:left;"><span style="background-color:transparent;font-size:10pt;">  * Unsecure boot for system R/W access.</span></div>
<div style="text-align:left;"><span style="background-color:transparent;font-size:10pt;">  * Enabled 'adb remount' for R/W access through adb.</span></div>
<div style="text-align:left;"><span style="background-color:transparent;font-size:10pt;">  * Add init.d support (for support bootscripts) </span></div>
<div style="text-align:left;"> </div>
<div style="text-align:left;"><b>Changelog:</b></div>
<div>
<div><u>RECA S005 v1.1 date <u><span style="background-color:transparent;font-size:10pt;">05 Jan. 2014</span></u></u></div>
<div>
<ul><li><span style="background-color:transparent;font-size:10pt;">Solved system apps crashing</span>
</li><li><span style="background-color:transparent;font-size:10pt;">Solved Settings for Acershell not working</span></li>
<li>When Acershell disabled, NovaLauncher is used for homescreen</li>
<li><span style="background-color:transparent;font-size:10pt;">Optional Google Setup wizard enabled on clean install</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Acercloud apps now working</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Updated list of apps in installer</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Moved some apps to /data/app due to some space issues</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Debugged installer code</span></li>
</ul></div>
<div> </div>
<div><u>RECA S005 v1.0 <span style="background-color:transparent;font-size:10pt;">First public version 14 Dec. 2013</span></u></div>
<div>
<ul><li><span style="background-color:transparent;font-size:10pt;">Added Xposed framework</span>
</li><li><span style="background-color:transparent;font-size:10pt;">Enabled europe NTP server for fast GPS fix</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Changed resolution of boot animation and added a progress circle</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Added more Battery icons to choose from</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Updated Google Play Store</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Updated Google Play Services</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Updated Acer apps with latest version</span></li>
</ul></div>
<div> </div>
<div><u>RECA S005 first Alpha version</u></div>
<div>
<ul><li><span style="background-color:transparent;font-size:10pt;">Deodexed and zipaligned</span>
</li><li><span style="background-color:transparent;font-size:10pt;">Rooted!</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Updated hosts file</span></li>
<li><span style="background-color:transparent;font-size:10pt;">RECA Kernel v1.0: Unsecure boot, init.d support, working adb remount</span></li>
<li><span style="background-color:transparent;font-size:10pt;">Busybox 1.21.1</span></li>
</ul></div>
</div>
<div>
<div><span style="background-color:transparent;"><b>What's working:</b></span></div>
<div>Because it's based on the original and official Acer stock JellyBean firmware all should work flawless!</div>
<div> </div>
<div><b>Known problems:</b></div>
<div>as of version 1.1: None!</div>
<div> </div>
<div> </div>
<div><span style="font-size:24px;"><b>Installation:</b></span></div>
<div>
<ol><li><span style="background-color:transparent;font-size:10pt;">You must have an unlocked Acer S500 =&gt; <a href="http://www.modaco.com/topic/359707-tut-leaked-jellybean-and-unlocked-bootloader/" rel="external nofollow">HowTo</a></span>
	</li><li>Use <a href="https://sites.google.com/site/recas005/twrp" rel="external nofollow">TWRP 2.5</a> or <a href="http://www.modaco.com/topic/358970-recovery-cwm-6015-for-s500/" rel="external nofollow">CWM</a> to select ROM zip file and press install. <span style="background-color:transparent;font-size:10pt;">No need to Wipe data, system or cache. The installer will determine if it's necessary.</span></li>
	<li>AROMA will fire up and guide you to the installation</li>
	<li>A clean install is recommended....</li>
</ol><div><b>Update/Modify ROM</b></div>
<div>You can try to install RECA ROM over an existing installation. e.g. an update from Cirrus ROM to RECA ROM should give no problem. Choose "Upgrade or modify" in installer menu. If you experience problems with upgrading, re-run the installation and choose for "Clean install". </div>
</div>
</div>
<div> </div>
<div> </div>
<div><span style="font-size:24px;"><b>Troubleshooting:</b></span></div>
<div>When you do an upgrade you can expierience some strange problems with already installed apps. A good solution is to go to "Settings=&gt;Apps=&gt;App name" and clear data and cache. In many cases this will solve your problems.</div>
<div>If your problems persist, the only thing you can do is a "clean install".</div>
<div> </div>
<div> </div>
<div><span style="font-size:24px;"><b>Download:</b></span></div>
<div>
<div><a href="https://sites.google.com/site/recas005/reca-s005-rom" rel="external nofollow">RECA S005 ROM v1.1</a> (January 05, 2014)</div>
<div> </div>
</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>
<div><b>Screenshots:</b></div>
<div>
<div><b><a href="https://sites.google.com/site/recas005/reca-s005-rom/00031.png?attredirects=0" rel="external nofollow"><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1387307756359/reca-s005-rom/00031.png?height=400&amp;width=225" width="225" alt="00031.png?height=400&amp;width=225"></a><b><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031577570/reca-s005-rom/Screenshot_2014-01-06-18-05-13.png?height=400&amp;width=225" width="225" alt="Screenshot_2014-01-06-18-05-13.png?heigh"></b><b><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031589128/reca-s005-rom/Screenshot_2014-01-06-18-07-50.png?height=400&amp;width=223" width="223" alt="Screenshot_2014-01-06-18-07-50.png?heigh"></b></b></div>
<div><b><a href="https://sites.google.com/site/recas005/reca-s005-rom/Screenshot_2014-01-06-18-09-20.png?attredirects=0" rel="external nofollow"><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031597638/reca-s005-rom/Screenshot_2014-01-06-18-09-20.png?height=400&amp;width=225" width="225" alt="Screenshot_2014-01-06-18-09-20.png?heigh"><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031580707/reca-s005-rom/Screenshot_2014-01-06-18-06-49.png?height=400&amp;width=225" width="225" alt="Screenshot_2014-01-06-18-06-49.png?heigh"></a></b><b><a href="https://sites.google.com/site/recas005/reca-s005-rom/Screenshot_2014-01-06-18-09-20.png?attredirects=0" rel="external nofollow"><b><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031604555/reca-s005-rom/Screenshot_2014-01-06-18-11-35.png?height=400&amp;width=225" width="225" alt="Screenshot_2014-01-06-18-11-35.png?heigh"></b></a></b></div>
<div><b><b><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031608467/reca-s005-rom/Screenshot_2014-01-06-18-11-54.png?height=400&amp;width=225" width="225" alt="Screenshot_2014-01-06-18-11-54.png?heigh"></b></b><b><b><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031593921/reca-s005-rom/Screenshot_2014-01-06-18-08-56.png?height=400&amp;width=225" width="225" alt="Screenshot_2014-01-06-18-08-56.png?heigh"></b></b><b><b><img height="400" src="https://sites.google.com/site/recas005/_/rsrc/1389031600743/reca-s005-rom/Screenshot_2014-01-06-18-10-10.png?height=400&amp;width=225" width="225" alt="Screenshot_2014-01-06-18-10-10.png?heigh"></b></b></div>
</div>
</div>
</div>
</div>
]]></description><guid isPermaLink="false">367226</guid><pubDate>Tue, 17 Dec 2013 19:25:27 +0000</pubDate></item><item><title>[APP][XPOSED]Lockscreen Switch[v1.0]</title><link>https://www.modaco.com/topic/366112-appxposedlockscreen-switchv10/</link><description><![CDATA[
<p>Hello guys </p>
<p>i ve made a app that allows us to use the Xposed Framework </p>
<p>and switch our lockscreen to AOSP lockscreen instead of FlipLockScreen.<br>
 </p>
<p>Why did i made this ?</p>
<p> </p>
<p>Basicly we all know that we can edit build.prop for it but i wanted to maintain the statusbar because of the QuickToggles and such :3</p>
<p>so i made this app to use this lockscreen :3</p>
<p> </p>
<p><a href="//cdn-content.modaco.com/monthly_10_2013/post-974143-0-03821100-1382888569.png" rel="external nofollow"><img src="https://cdn-content.modaco.com/monthly_10_2013/post-974143-0-03821100-1382888569_thumb.png" data-fileid="90240" alt="post-974143-0-03821100-1382888569_thumb."></a><a href="//cdn-content.modaco.com/monthly_10_2013/post-974143-0-90523900-1382888575.png" rel="external nofollow"><img src="https://cdn-content.modaco.com/monthly_10_2013/post-974143-0-90523900-1382888575_thumb.png" data-fileid="90241" alt="post-974143-0-90523900-1382888575_thumb."></a></p>
<p> </p>
<p>Download: <a href="https://dl.dropboxusercontent.com/u/56034188/AcerLockscreenSwitch.apk" rel="external nofollow">https://dl.dropboxusercontent.com/u/56034188/AcerLockscreenSwitch.apk</a></p>
<p> </p>
<p>install it and enable the module then reboot and lockscreen should be changed ;)</p>
<p> </p>
<p>LockPattern keeps the stock Acer UI as i only switched the Lockscreen </p>
<p> </p>
<p>Credits: MohammadAG </p>
<p> </p>
<p>Source Code: <a href="https://github.com/spacecaker/AcerLocksreenSwitch" rel="external nofollow">https://github.com/spacecaker/AcerLocksreenSwitch</a></p>
]]></description><guid isPermaLink="false">366112</guid><pubDate>Sun, 27 Oct 2013 15:44:02 +0000</pubDate></item><item><title>acer s500 + 2GB ram need help</title><link>https://www.modaco.com/topic/374693-acer-s500-2gb-ram-need-help/</link><description><![CDATA[
<p>hello. Just for testing purpose i have changed internal ram with 2gb one from a dead xperia z,but sistem still show 1gb.must patch kernel or ?...need some experts advice</p>
]]></description><guid isPermaLink="false">374693</guid><pubDate>Fri, 06 Mar 2015 07:52:11 +0000</pubDate></item><item><title>[CM10][4.1.2] Unofficial builds (v7)</title><link>https://www.modaco.com/topic/362983-cm10412-unofficial-builds-v7/</link><description><![CDATA[
<p></p><div></div><pre class="ipsCode">#include

/*

* Your warranty is now void.

*

* I am not responsible for bricked devices, dead SD cards,

* thermonuclear war, or you getting fired because the alarm app failed. Please

* do some research if you have any concerns about features included in this ROM

* before flashing it! YOU are choosing to make these modifications, and if

* you point the finger at me for messing up your device, I will laugh at you.

*/</pre><p></p><p>
</p><p>
</p><p>
Sources (device/vendor tree - kernel/ramdisk) : <a href="https://github.com/Vachounette" rel="external nofollow">https://github.com/Vachounette</a></p><p>
</p><p>
ROM (v7) : <a href="https://docs.google.com/file/d/0BwYKbOD16O6Pcmd3SDRQYTBOYnc/edit?pli=1" rel="external nofollow">https://docs.google.com/file/d/0BwYKbOD16O6Pcmd3SDRQYTBOYnc/edit?pli=1</a></p><p>
GApps : <a href="http://acer.shreps.fr/dl.php?v=GApps412&amp;l=ZGxzL2dhcHBzLWpiLTQxMi0yMDEyMTAxMS1zaWduZWQuemlw" rel="external nofollow">http://acer.shreps.f...S1zaWduZWQuemlw</a></p><p>
</p><p>
</p><p>
</p><p>
</p><blockquote data-ipsquote="" class="ipsQuote"><div><p>
<strong><span style="font-size:18px;">How To :</span></strong></p><p>
</p><p>
Put ROM &amp; GApps on your external SD</p><p>
Reboot to recovery</p><p>
Format data/factory reset</p><p>
Flash ROM</p><p>
Flash GApps</p><p>
Reboot</p><p>
</p></div></blockquote><p>
</p><p>
</p><p>
</p><blockquote data-ipsquote="" class="ipsQuote"><div><p>
<strong><span style="font-size:18px;">Know Issues :</span></strong></p><p>
<span style="font-size:14px;">GPS</span></p><p>
<span style="font-size:14px;">You tell us</span></p><p>
</p></div></blockquote><p>
</p><p>
</p><p>
Current Dev' :</p><p>
</p><p>
<a href="https://twitter.com/davidevinavil" rel="external nofollow">davidevinavil</a></p><p>
<a href="https://twitter.com/vachounet" rel="external nofollow">Vache</a></p><p>
<a href="https://twitter.com/shr3ps" rel="external nofollow">Shr3ps</a></p><p>
</p><p>
If you want to help us to make it better, you're welcome :)</p><p>
</p><p>
</p><p>
<strong>v7 :</strong></p><p>
New kernel maybe solved random reboots</p><p>
Playstore fixed</p><p>
</p><p>
<strong><span style="font-size:18px;">v5 : </span></strong></p><p>
camera 7.7 mpixel</p><p>
video camera 1080p</p><p>
eco mode forced off at boot</p><p>
better auto backlight values</p><p>
torch avaiable now into notification toggle</p><p>
</p><p>
<strong><span style="font-size:18px;">v3 : </span></strong></p><p>
Fix boot</p><p>
</p><p>
<strong><span style="font-size:18px;">v2 : </span></strong></p><p>
Fix hardware playback</p><p>
Fix NFC</p>
]]></description><guid isPermaLink="false">362983</guid><pubDate>Mon, 03 Jun 2013 09:58:37 +0000</pubDate></item><item><title>[ROM]MSR-Rom V5 [Official][25-2-14][swing]</title><link>https://www.modaco.com/topic/367032-rommsr-rom-v5-official25-2-14swing/</link><description><![CDATA[
<p><span style="color:rgb(136,0,0);">#include &lt;std_msr_disclaimer.h&gt;</span><br><span style="color:rgb(136,0,0);">/*<br>
* Your warranty is now void.<br>
*<br>
* I am not responsible for bricked devices, dead SD cards,<br>
* thermonuclear war, or you getting fired because the alarm app failed. Please<br>
* do some research if you have any concerns about features included in this ROM<br>
* before flashing it! YOU are choosing to make these modifications, and if<br>
* you point the finger at me for messing up your device, I will laugh at you.<br>
*/</span></p>
<p> </p>
<p> </p>
<p><span style="color:rgb(34,34,37);font-family:Arial, Helvetica, sans-serif;font-size:13.63636302947998px;">MSR-Rom is a free, community built, firmware distribution of Android 4.1.2 (Jelly Bean), which is designed to increase performance,stability ports from other api,s and android versions, customization and reliablity over stock Android for your device. Massive features over various of community are available in MSR-Rom, check our listings below.</span></p>
<p> </p>
<p><span style="color:rgb(34,34,37);font-family:Arial, Helvetica, sans-serif;font-size:13.63636302947998px;"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/msr.png" alt="msr.png"></span></p>
<p><b>Feature list:</b></p>
<p><b>Ported CM11 Ram management</b></p>
<p><b>Ported Cm10.1/2 Optimizations to frameworks</b></p>
<p><b>Ported CM11 Searchlight/deadzone.</b></p>
<p><b>Trimmed down Ram Usage.<br>
Low Ram needed to run.(ram port from cm10.1)</b></p>
<p><b>Smooth GUI.</b></p>
<p><b>Kitkat Resources.</b></p>
<p><b>Stable CM10 Device/Vendor for swing.</b></p>
<p><b>Reduced random reboots a lot.</b></p>
<p><b>Network speed indicator option</b></p>
<p><b>Date/Time Header background changes according to time/date option(christmas/new year/mornin/noone/night)</b></p>
<p><b>4.2.2 Lockscreen Clock Port.</b></p>
<p><b>CM10.1 Trash Screenshot added,</b></p>
<p> </p>
<p><b>Downloads: </b></p>
<p>Rom:</p>
<p> </p>
<p><span style="font-size:8px;"><a href="http://www.mediafire.com/download/n4p5m0v9rlwqica/MSR-10-20140111-OFFICIAL-swing.zip" rel="external nofollow">http://www.mediafire.com/download/n4p5m0v9rlwqica/MSR-10-20140111-OFFICIAL-swing.zip</a> V4 </span></p>
<p> </p>
<p><span style="font-size:18px;"><a href="https://www.mediafire.com/?5ymmmot1hhmv623" rel="external nofollow">https://www.mediafire.com/?5ymmmot1hhmv623</a>  V5 </span></p>
<p> </p>
<p>Gapps:<br>
Please google them, all upload sites i tried gave me warnings of illigal content :/</p>
<p> </p>
<p><b>How to install:</b></p>
<p>Put ROM &amp; Gapps on you're External-SD Card.</p>
<p>Install/Boot TWRP or CWM ( I prefer TWRP)</p>
<p>Boot to Recovery.</p>
<p>Format Data/Factory reset.</p>
<p>Flash ROM.</p>
<p>Flash Gapps.<br>
Reboot.</p>
<p> </p>
<p><b>Known Issues: </b></p>
<p>GPS</p>
<p>4.2.2 View Verry WIP</p>
<p>if more please tell ;)</p>
<p> </p>
<p><b>Special Thanks to: </b></p>
<p>Omni.</p>
<p>Cyanogenmod.<br>
chaos.</p>
<p>Davide.</p>
<p>Vache.</p>
<p>spacecaker.</p>
<p>matz69.</p>
<p> </p>
<p><b>ScreenShoots: </b></p>
<p> </p>
<p><b><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/aboutphone1.png" alt="aboutphone1.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/aboutphone.png" alt="aboutphone.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/dialer.png" alt="dialer.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/home.png" alt="home.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/lock.png" alt="lock.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/lockland.png" alt="lockland.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/options3.png" alt="options3.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/options4.png" alt="options4.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/options6.png" alt="options6.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/options7.png" alt="options7.png"><img src="https://dl.dropboxusercontent.com/u/56034188/1MSRROMS/settings.png" alt="settings.png"></b><br>
 </p>
<p> </p>
<p><b>Sources: </b></p>
<p><a href="https://github.com/MSR-Roms" rel="external nofollow">https://github.com/MSR-Roms</a> &lt;- Our/my Github.</p>
<p><a href="https://github.com/vachounette" rel="external nofollow">https://github.com/vachounette</a> &lt;- original Device configs.</p>
<p><a href="https://github.com/cyanogenmod" rel="external nofollow">https://github.com/cyanogenmod</a> &lt;- CM repo,s.</p>
]]></description><guid isPermaLink="false">367032</guid><pubDate>Sun, 08 Dec 2013 16:03:24 +0000</pubDate></item><item><title>Acer S500 Problem Problem Problem!!!!</title><link>https://www.modaco.com/topic/374290-acer-s500-problem-problem-problem/</link><description><![CDATA[
<p>Hi Guys,</p>
<p> </p>
<p><strong>Problem Statement:</strong></p>
<p> </p>
<p>1. Installed custom Rom First and then try to install original firmware JB from Acer website, got to Hard brick (black screen only but can be recognized on PC when connect sound only) .</p>
<p> </p>
<p>2. Revived Device using tutorial Below.</p>
<p> </p>
<p><a href="http://acercloudmobile.blogspot.ro/p/unbrickresoftare.html" rel="external nofollow">http://acercloudmobile.blogspot.ro/p/unbrickresoftare.html</a></p>
<p> </p>
<p>3. Install Custom rom again from link below.</p>
<p><a href="http://www.modaco.com/topic/367032-rommsr-rom-v5-official25-2-14swing/" rel="external nofollow">http://www.modaco.com/topic/367032-rommsr-rom-v5-official25-2-14swing/</a></p>
<p> </p>
<p> </p>
<p>After first bootup i realized there is <strong>no</strong> <strong>network </strong>no <strong>wifi </strong>no <strong>blutooth , IMEI is unknown baseband is Unknow.</strong></p>
<p> </p>
<p><strong>Kindly help to revive my Acer S500 with original Firware from Acer.</strong></p>
<p> </p>
<p><strong>i am new to this thing,</strong></p>
<p> </p>
<p><strong>Thanks for the effor and time</strong></p>
]]></description><guid isPermaLink="false">374290</guid><pubDate>Sat, 10 Jan 2015 16:12:29 +0000</pubDate></item><item><title>USB OTG support for Acer S500?</title><link>https://www.modaco.com/topic/374267-usb-otg-support-for-acer-s500/</link><description><![CDATA[
<p style="color:rgb(78,86,94);font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;font-size:12px;">Hello!</p>
<p style="color:rgb(78,86,94);font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;font-size:12px;">As you might know I've broke my touch and my old Acer is pretty much useless. I've thought about using an OTG cable and a mouse to get past the initial setup, but the stock kernel isn't supporting it. I've seen on xda that when you build the kernel you can include some experimental OTG drivers/support. I am willing to give it a shot. Can somebody help me with this? Or atleast tell em where the kernel source is so i can try to build it myself.</p>
<p style="color:rgb(78,86,94);font-family:Verdana, Tahoma, Arial, 'Trebuchet MS', sans-serif, Georgia, Courier, 'Times New Roman', serif;font-size:12px;">Thanks!</p>
]]></description><guid isPermaLink="false">374267</guid><pubDate>Tue, 06 Jan 2015 14:40:28 +0000</pubDate></item><item><title>Cannot power on</title><link>https://www.modaco.com/topic/363296-cannot-power-on/</link><description><![CDATA[
<p>Hi guys, I think I'm in serious trouble here. I wanted to apply a kenrnel patch found here on the forum. I used adb to boot the image, and as soon as I hit enter, my phone went black. I cannot even boot fastboot, and when i plug in the charger, nothing appears on the screen indincating recharge. Any tips here? (Pls, my wife will kill me for this lol) I used the image osted in this post <iframe frameborder="0" data-embedcontent=""></iframe></p>
]]></description><guid isPermaLink="false">363296</guid><pubDate>Fri, 21 Jun 2013 19:51:32 +0000</pubDate></item><item><title>Install stock camera</title><link>https://www.modaco.com/topic/373539-install-stock-camera/</link><description><![CDATA[
<p>How can I install the stock camera on a custom rom?</p>
<p>I'm using this rom now: <a href="http://www.modaco.com/topic/362983-cm10412-unofficial-builds-v7/" rel="external nofollow">http://www.modaco.com/topic/362983-cm10412-unofficial-builds-v7/</a></p>
]]></description><guid isPermaLink="false">373539</guid><pubDate>Thu, 02 Oct 2014 15:57:30 +0000</pubDate></item><item><title>Boot as RW</title><link>https://www.modaco.com/topic/373339-boot-as-rw/</link><description><![CDATA[
<p>I rooted my Acer Cloudmobile s500 and Installed busybox but everytime I want to make my system rewritable I have to use te Acer Cloudmobile tool on my pc.</p>
<p>Does anyone know how ik kan boot It ALWAYS as RW?</p>
]]></description><guid isPermaLink="false">373339</guid><pubDate>Mon, 01 Sep 2014 17:57:34 +0000</pubDate></item><item><title>Error - memory db dump (no sd card)</title><link>https://www.modaco.com/topic/373291-error-memory-db-dump-no-sd-card/</link><description><![CDATA[
<p>Hi guys, seems i really managed to crash my S500. </p>
<p>I rooted it, i installed titanium, i backed up apps and then i started to uninstall them. When i reached the Orange Core app (or something like that) it started to vibrate and it showed me a BSOD with a memory dump and countdown from 7 seconds i think. When it got to 0, it just froze like that and i dont know what to do next. I dont have a memory card, what can i do :|</p>
<p> </p>
<p>I tried to follow a soft-brick tutorial but i got stuck at the 1st stept where the link with the firmware is expired. </p>
<p> </p>
<p><a href="http://tinypic.com/view.php?pic=15zqyqg&amp;s=8#.U_ztf_l_v1c" rel="external nofollow">http://tpnotallowed.com/view.php?pic=15zqyqg&amp;s=8#.U_ztf_l_v1c</a></p>
<p> </p>
<p>Edit: Just a remove-battery fix worked...lol. Thanks google. </p>
<p> </p>
<p>Sry about the topic, but hardbricking an android device really freaks me out. </p>
]]></description><guid isPermaLink="false">373291</guid><pubDate>Tue, 26 Aug 2014 20:26:55 +0000</pubDate></item><item><title>Drivers in windows 8</title><link>https://www.modaco.com/topic/373147-drivers-in-windows-8/</link><description><![CDATA[
<p>I cannot correctly install the S500 driver on my windows 8.</p>
<p>I get no error running the setup but the smartphone is still not correctly recognized by windows and "adb devices" returns nothing.</p>
<p> </p>
<p>Is there a particular method to install the drivers ?</p>
]]></description><guid isPermaLink="false">373147</guid><pubDate>Tue, 05 Aug 2014 16:52:04 +0000</pubDate></item><item><title>Problem boot</title><link>https://www.modaco.com/topic/373019-problem-boot/</link><description><![CDATA[
<p>Hello everybody,</p>
<p>I would like to upgrade my acer S500 (official 4.1.2) on Midnight-Rom (<a href="http://www.modaco.com/topic/371346-rom-midnight-rom-v1-stock-based2014-03-30/" rel="external nofollow">http://www.modaco.com/topic/371346-rom-midnight-rom-v1-stock-based2014-03-30/</a>).</p>
<p>I have used Acer Tool S500 RO 0.4 (<a href="http://www.modaco.com/topic/371346-rom-midnight-rom-v1-stock-based2014-03-30/" rel="external nofollow">http://www.modaco.com/topic/371346-rom-midnight-rom-v1-stock-based2014-03-30/</a>) .</p>
<p> </p>
<p>When I boot my mobile phone , I got this error :</p>
<p>boot image verified failed</p>
<p> </p>
<p>Do you have a solution ?</p>
<p> </p>
<p>(It is strange than with option 5 , I could use my rom but it ends when I reboot)</p>
]]></description><guid isPermaLink="false">373019</guid><pubDate>Thu, 17 Jul 2014 16:51:42 +0000</pubDate></item><item><title>[RECOVERY] CWM 6.0.1.5 for S500</title><link>https://www.modaco.com/topic/358970-recovery-cwm-6015-for-s500/</link><description><![CDATA[
<p></p><p></p><div style="text-align:center;"><img src="http://forum.xda-developers.com/wiki/images/thumb/6/6f/Clockworkmod_logo.png/150px-Clockworkmod_logo.png" alt="150px-Clockworkmod_logo.png"></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p><strong>CWM-based recovery v6.0.1.5 </strong></p></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p>Based on CM10 sources and adjusted graphics.c for correct display.</p></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p><span style="text-decoration:line-through;">Since we can't flash boot or recovery right now cause of locked bootloader,</span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><span style="text-decoration:line-through;">we can at least boot it.</span></p></div><p></p><p>
</p><p>
 </p><p>
</p><p></p><div style="text-align:center;"><p><strong><span style="font-size:14px;">How To :</span></strong></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>Reboot in fastboot mode</p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>Then use the boot command :</p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><strong><em>fastboot -i 0x0502 boot CWM-6.0.1.5_S500.img</em></strong></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p>You have to use this command each time you want to boot on it.</p></div><p></p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p>If you're bootloader is unlocked, you can safely flash it :</p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><strong><em>fastboot -i 0x0502 flash recovery CWM-6.0.1.5_S500.img</em></strong></p></div><p></p><p>
</p><p>
</p><p>
</p><p></p><div style="text-align:center;"><p><span style="color:#FF0000;"><span style="font-size:18px;">WARNING</span></span></p></div><p></p><p>
</p><p></p><div style="text-align:center;"><p><span style="font-size:14px;"><span style="color:#ff0000;">Do not try to flash boot, recovery or ROM unless you know what you're doing !!!</span></span></p></div><p></p><p>
</p><p>
</p><p>
</p><p></p><div style="text-align:center;"><a href="http://vache-android.com/Smartphones/CloudMobile/Mods/CWM-6.0.1.5_S500.img" rel="external nofollow"><span style="color:#000000;"><span style="font-size:18px;">Download Link</span></span></a></div><p></p>
]]></description><guid isPermaLink="false">358970</guid><pubDate>Wed, 07 Nov 2012 14:21:26 +0000</pubDate></item><item><title>weird display issue</title><link>https://www.modaco.com/topic/372711-weird-display-issue/</link><description><![CDATA[
<p>I was at school today and had the phone in my pocket. when i pull it out, on the screen there was a big crack, from one side to another of the front panel. first time i thought it was a scratch, but it couldn't be because i take care of it and it was in my pocket, so no external factors. when i look closer, the crack is doubled by another smaller one, benath the glass. therefor, the display works like normal but the touch doesn't respond. again, i did nothing to make the panel break, i just pulled it out of my pocket and found it like that. no shocks or anything like that. tomorrow i want to take my warranty and take a trip to Orange shop to ask them if i can do anything and supposedly how much will it cost(despite the fact that it's still in warranty) if anyone can explain to me why it shattered like that, i'd appreciate. i'll post a few pics in a reply. thanks.</p>
]]></description><guid isPermaLink="false">372711</guid><pubDate>Wed, 11 Jun 2014 18:43:04 +0000</pubDate></item><item><title>Accelerometer fail after JB update.....</title><link>https://www.modaco.com/topic/362509-accelerometer-fail-after-jb-update/</link><description><![CDATA[
<p>Hy everyone I have some problems with my accelerometer after I done the update to JB ,first my auto rotate don’t work  even if it’s activated from settings,I have installed some apk from google play I find out that my accelerometer doesn’t work, previously in ICS was working. I have revert back to ICS the auto rotate and accelerometer works I have done the update again to JB same thing the accelerometer fail .I have check the system /etc/permission and I don’t have no android.hardware.sensor.accelerometer file,i have tryed to copy the missing file i rebooted the accelerometer worked for a day ,after that i run out of battery and again the accelerometer fail to work ,i checked the file created and ....surprise ..the file was empty...blank ..and the second time the improvised fix doesn’t work......... :(</p>
]]></description><guid isPermaLink="false">362509</guid><pubDate>Fri, 10 May 2013 16:48:36 +0000</pubDate></item><item><title>Touch/Display replacement-school</title><link>https://www.modaco.com/topic/372508-touchdisplay-replacement-school/</link><description><![CDATA[
<p>Hi guys,</p>
<p>I'm from romania and I've beeen using this phone for about an year and was quite happy with it (except support and updates from acer). Yesterday I was charging my phone in my high-school when one of my colleagues accidentally dropped my phone from about 1.5m and broke the front glass in just 1 point and 1 little crack as i had a protective foil. But guess what...after putting it all together and booting it up I tried to insert my lock pattern, but my touch wasn't working.</p>
<p> </p>
<p>As far as you know guys, is there any chance to get spare parts or get it fixed with a new display/touch/digitizer (i know it's all glued up and people with these kind of issues had to replace the whole phone) or should I just ask that dude for money?</p>
<p> </p>
<p>Thanks!</p>
]]></description><guid isPermaLink="false">372508</guid><pubDate>Tue, 20 May 2014 09:28:16 +0000</pubDate></item><item><title>Errors during CM10.1 build</title><link>https://www.modaco.com/topic/364259-errors-during-cm101-build/</link><description><![CDATA[
<p>Hi!</p><p>
</p><p>
I recently started to build CM10.1 as I can see nobody is working on custom ROMs for this device...I started to edit vache's device and vendor tree, but I'm still noob and I don't know where and what to start editing to work on android 4.2.2...So can anyone point me what to do or where to start editing I would be glad to hear your tips or advice as I want an working CM10.1 build for Acer...</p><p>
</p><p>
I tried to build it with the minor changes I've made but it gave me many errors...I've managed to get over some of them but now I'm stuck at this:</p><p>
</p><div></div><pre class="ipsCode">

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:184:28: error: use of undeclared identifier 'RS_CMD_ID_ContextInitToClient'; did you mean 'RF_ContextInitToClient'?

	    const uint32_t cmdID = RS_CMD_ID_ContextInitToClient;

												   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

												   RF_ContextInitToClient

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:181:13: note: 'RF_ContextInitToClient' declared here

static void RF_ContextInitToClient (RsContext rsc)

					    ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:184:20: error: cannot initialize a variable of type 'const uint32_t' (aka 'const unsigned int') with an lvalue of type 'void (RsContext)'

	    const uint32_t cmdID = RS_CMD_ID_ContextInitToClient;

								   ^	   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#

# configuration written to .config

#

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:197:5: error: use of undeclared identifier 'rsi_ContextDeinitToClient'; did you mean 'rsContextDeinitToClient'?

	    rsi_ContextDeinitToClient((Context *)rsc);

	    ^~~~~~~~~~~~~~~~~~~~~~~~~

	    rsContextDeinitToClient

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiFuncDecl.h:21:6: note: 'rsContextDeinitToClient' declared here

void rsContextDeinitToClient (RsContext rsc);

		 ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:60:64: error: unknown type name 'RS_CMD_AllocationSetSurface'

	    const RS_CMD_AllocationSetSurface *cmd = static_cast&lt;const RS_CMD_AllocationSetSurface *&gt;(vp);

																														   ^

make[1]: Leaving directory `/home/alex/CM10.1/android/system/kernel/acer/swing'

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:203:28: error: use of undeclared identifier 'RS_CMD_ID_ContextDeinitToClient'; did you mean 'RF_ContextDeinitToClient'?

	    const uint32_t cmdID = RS_CMD_ID_ContextDeinitToClient;

												   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

												   RF_ContextDeinitToClient

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:200:13: note: 'RF_ContextDeinitToClient' declared here

static void RF_ContextDeinitToClient (RsContext rsc)

					    ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:203:20: error: cannot initialize a variable of type 'const uint32_t' (aka 'const unsigned int') with an lvalue of type 'void (RsContext)'

	    const uint32_t cmdID = RS_CMD_ID_ContextDeinitToClient;

								   ^	   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:216:12: error: use of undeclared identifier 'rsi_TypeCreate'; did you mean 'rsTypeCreate'?

	    return rsi_TypeCreate((Context *)rsc, e, dimX, dimY, dimZ, mips, faces);

				   ^~~~~~~~~~~~~~

				   rsTypeCreate

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiFuncDecl.h:22:8: note: 'rsTypeCreate' declared here

RsType rsTypeCreate (RsContext rsc, RsElement e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mips, bool faces);

		   ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:68:11: error: unknown type name 'RS_CMD_AllocationIoSend'

	    const RS_CMD_AllocationIoSend *cmd = static_cast&lt;const RS_CMD_AllocationIoSend *&gt;(vp);

				  ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.cpp:222:28: error: use of undeclared identifier 'RS_CMD_ID_TypeCreate'

	    const uint32_t cmdID = RS_CMD_ID_TypeCreate;

												   ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:68:60: error: unknown type name 'RS_CMD_AllocationIoSend'

	    const RS_CMD_AllocationIoSend *cmd = static_cast&lt;const RS_CMD_AllocationIoSend *&gt;(vp);

																												   ^

fatal error: too many errors emitted, stopping now [-ferror-limit]

make: *** [/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsScriptC_Lib.o] Error 1

make: *** Waiting for unfinished jobs....

make: *** [/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsScriptC_LibGL.o] Error 1

make: *** [/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsThreadIO.o] Error 1

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:74:11: error: unknown type name 'RS_CMD_AllocationIoReceive'

	    const RS_CMD_AllocationIoReceive *cmd = static_cast&lt;const RS_CMD_AllocationIoReceive *&gt;(vp);

				  ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:74:63: error: unknown type name 'RS_CMD_AllocationIoReceive'

	    const RS_CMD_AllocationIoReceive *cmd = static_cast&lt;const RS_CMD_AllocationIoReceive *&gt;(vp);

																														  ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:80:11: error: unknown type name 'RS_CMD_ContextFinish'

	    const RS_CMD_ContextFinish *cmd = static_cast&lt;const RS_CMD_ContextFinish *&gt;(vp);

				  ^

20 errors generated.

make: *** [/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApi.o] Error 1

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:80:57: error: unknown type name 'RS_CMD_ContextFinish'

	    const RS_CMD_ContextFinish *cmd = static_cast&lt;const RS_CMD_ContextFinish *&gt;(vp);

																											    ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:81:5: error: use of undeclared identifier 'rsi_ContextFinish'; did you mean 'rsContextFinish'?

	    rsi_ContextFinish(con);

	    ^~~~~~~~~~~~~~~~~

	    rsContextFinish

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiFuncDecl.h:31:6: note: 'rsContextFinish' declared here

void rsContextFinish (RsContext rsc);

		 ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:86:11: error: unknown type name 'RS_CMD_ContextBindRootScript'

	    const RS_CMD_ContextBindRootScript *cmd = static_cast&lt;const RS_CMD_ContextBindRootScript *&gt;(vp);

				  ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:86:65: error: unknown type name 'RS_CMD_ContextBindRootScript'

	    const RS_CMD_ContextBindRootScript *cmd = static_cast&lt;const RS_CMD_ContextBindRootScript *&gt;(vp);

																															    ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:92:11: error: unknown type name 'RS_CMD_ContextBindProgramStore'

	    const RS_CMD_ContextBindProgramStore *cmd = static_cast&lt;const RS_CMD_ContextBindProgramStore *&gt;(vp);

				  ^

/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.cpp:92:67: error: unknown type name 'RS_CMD_ContextBindProgramStore'

	    const RS_CMD_ContextBindProgramStore *cmd = static_cast&lt;const RS_CMD_ContextBindProgramStore *&gt;(vp);

																																  ^

fatal error: too many errors emitted, stopping now [-ferror-limit]

20 errors generated.

make: *** [/home/alex/CM10.1/android/system/out/target/product/swing/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiReplay.o] Error 1

</pre><p></p><p>
</p><p>
Can someone help me with this?</p><p>
Thanks!</p>
]]></description><guid isPermaLink="false">364259</guid><pubDate>Tue, 20 Aug 2013 12:29:04 +0000</pubDate></item><item><title>[ROM] Midnight Rom V1 [Stock Based][2014-03-30]</title><link>https://www.modaco.com/topic/371346-rom-midnight-rom-v1-stock-based2014-03-30/</link><description><![CDATA[
<p><span style="font-size:36px;"><strong>Midnight Rom </strong></span><br><strong><i>A ROM based on the original Acer_AV051_S500_1.063.00_WW_GEN1 Acer JellyBean Stock Rom<br>
A ROM That wakes up in the night and makes the usability nicer,smoother, and Jellybeany.</i></strong></p>
<p> </p>
<div style="margin:0px;color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;"><strong><span style="background-color:transparent;font-size:10pt;">Disclaimer:</span></strong></div>
<div style="margin:0px;color:rgb(0,0,0);font-family:Arial, Verdana, sans-serif;font-size:13px;">
<div style="margin:0px;"><span style="background-color:transparent;font-size:10pt;">Installing this ROM is at your own risk. This ROM has been tested by me for short period of time, it can happen that something can go wrong with your phone. By installing this ROM you agree with this disclaimer, therefore I can not be held responsible for any damage to your phone. </span></div>
<div style="margin:0px;"><span style="background-color:transparent;font-size:10pt;">Feel free to copy, modify or redistribute any of my work and/or code, please give credits to the right person when doing this! </span></div>
<div style="margin:0px;"> </div>
</div>
<p><strong>Features:</strong><br><span style="font-family:arial, helvetica, sans-serif;">Midnight Control. <br>
Customizable Statusbar Clock<br>
Kitkat lockscreen clock font<br>
Disabled Acer Shell for pure minimal UI <br>
Nova launcher ( taken from Reca )<br>
Lidroid Toggles</span></p>
<p><span style="font-family:arial, helvetica, sans-serif;">Disabled Signature checks<br>
CM10 Statusbar Layouts<br>
PotatoINC Mods included ( My bros made these :3)<br>
Customizable Statusbar Color<br>
Gesture Statusbar with lots of actions.<br>
Dolby-Mobile<br>
PowerSaving</span></p>
<p><span style="font-family:arial, helvetica, sans-serif;">No BootAnimation included ( saves space )<br>
Framework optimization <br>
Customizable Battery Icon<br>
Left Clock <br>
Right Clock<br>
Center CLock</span></p>
<p><span style="font-family:arial, helvetica, sans-serif;">Black Background<br>
a Build-Prop Editor<br>
Disable ScrollinCache<br>
Cleaned from Acer bloat<br>
(removed almost2/300 MB of Bloatware)<br>
Enabled Acer Shell PowerMenu<br>
Added UKSM to the stock Kernel ( Used Reca Ramdisk though)<br>
NO XPOSED! ( Why ? i love modding android for real not by some app although it can be installed but i have no idea how it will react on my mods)</span><br>
 </p>
<p> </p>
<p><strong>Download:</strong></p>
<p><a href="http://d-h.st/O7H" rel="external nofollow">http://d-h.st/O7H</a></p>
<p> </p>
<p><strong>Instalation:</strong></p>
<ol><li>Download TWRP or CWM </li>
	<li>Wipe Data/Factory reset</li>
	<li>Wipe Dalvik Cache</li>
	<li>Wipe Cache</li>
	<li>Install zip from sdcard</li>
	<li>choose zip</li>
	<li>Install it </li>
	<li>Reboot</li>
	<li>and done</li>
</ol><p> </p>
<p><strong>Screenshots:</strong></p>
<p><img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Msettings.png" alt="Msettings.png"> <img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Mcontrol.png" alt="Mcontrol.png"> <img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/AboutM.png" alt="AboutM.png"></p>
<p><img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Mhome.png" alt="Mhome.png"> <img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Mlock.png" alt="Mlock.png"> <img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Mepm.png" alt="Mepm.png"></p>
<p><img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Mstat1.png" alt="Mstat1.png"> <img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Mstat2.png" alt="Mstat2.png"> <img src="https://dl.dropboxusercontent.com/u/56034188/acer/MidnightRom/Mstat3.png" alt="Mstat3.png"></p>
<p> </p>
<p><strong>Bugs and/or Issue's:</strong></p>
<p>The Clock once installed isnt appearing just goto Settings/Midnight Control/Clock and change Alignment or press the Round button in actionbar.<br>
The Clock is white ? We are working on this but u can assign custom color for it ;)<br>
More?</p>
<p> </p>
<p><strong>Changelog:</strong><br>
V1.0 Released<br>
Enough features for a first build.</p>
<p> </p>
<p>V2.0 *W.I.P*</p>
<p>Added Flashlight Toggle<br>
Fixed Toggle settings<br>
* More to come* </p>
<p><strong>Credits:</strong></p>
<p>Bobbes for Reca Kernel ramdisk + Nova Launcher APK <br>
SuperSu for Su<br>
Acer.zip for meta inf ( modded it :P )<br>
PotatoInc for some mods<br>
Eclipse for use on making new settings app<br>
CM for CM layout of statusbar<br>
Lidroid for Lidroid Toggles<br>
SpaceCaker for tons of stuff<br>
More? </p>
]]></description><guid isPermaLink="false">371346</guid><pubDate>Sun, 30 Mar 2014 14:30:18 +0000</pubDate></item></channel></rss>
