PDA

Ver la Versión Completa : ROM ♦∆♦IllusionRom♦∆♦[4.4.2][AK-ILL][4.8.3][Own UI]


MementoMoriM
28/12/13, 03:35:16
ROM de AndrolinRoot http://forum.xda-developers.com/member.php?u=4583359
Tema en XDA http://forum.xda-developers.com/showthread.php?t=2565282

http://i.imgur.com/WVv7F8H.png

Code:
#include /* * Your warranty is void after flashing. * * We are 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 us for messing up your device, we will laugh at you. */

WWW.ILLUSIONROMS.COM (http://illusionroms.com/)
•●IllusionRom is an aftermarket firmware based on the Android Open Source Project.•●



Features


Quote:
>>Google Base // Rooted //AK CUSTOM KERNEL
>>[KOT49E
>>Uses Custom 4.8 GCC toolchain based off of SaberMod
>>Uses Custom 4.7 GCC arm-eabi for kernel
>>FULL -O3 ROM
>>Omni Performance Control
>>Advance Reboot Menu
>>Compatibile with Xposed Settings
>>Black Themed
>>Embedded Superuser
>>IllusionSettings (Utool)
>>Active Display
>>Multi-Rom patched in kernel
>>SMS enabled - deb
>>AOSP-like
>>Custom-built kernel instead of the prebuilt
>>% battery bar
>>Privacy Guard
>>Tweaked Device Trees
>>BIONIC BEATS
>>Init.d Support
>>Busybox Built-In
>>Battery Around Unlock Ring
>>Custom Pulse Notification Light Settings
>>Optimization that would make you think you're on cocaine (drugs are bad!)
... A lot more to come from the team


Comming Soon :

>>Halo
>>Own Xposed Mod
>>Navbar
>>QS
..

XDA:DevDB Information
IllusionRom Mako, a ROM for the Google Nexus 4

Contributors
AndrolinRoot (http://forum.xda-developers.com/member.php?u=4583359), AK (http://forum.xda-developers.com/member.php?u=3685904), showp-1984
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Root, Custom Recovery,
Based On: AOSP

Version Information
Status: Beta
Current Beta Version: B1-M
Beta Release Date: 2013-12-11

Created 2013-12-11
Last Updated 2013-12-23


http://forum.xda-developers.com/showthread.php?t=2565282

MementoMoriM
28/12/13, 03:36:12
Download

https://bot.bricked.de/projects/7/status.png?ref=4.4.1 (https://bot.bricked.de/projects/7?ref=4.4.1)

Quote:
Nightly Builds (Every Day @1AM German Time) (http://illusionroms.basketbuild.com/index.php?dir=main/mako/)

Mako Beta Builds (Tested by me) (http://illusionroms.basketbuild.com/download.php?file=main/mako/custom-4.4.1-20131210-mako-EXPERIMENTAL.zip)
Illusion Gapps
Quote:
DOWNLOAD (https://drive.google.com/file/d/0B4KFQrezKNhFZ2d1SmU4TTZIRzg/edit?usp=sharing)

Changelog
Quote:
Next Build

Credits:
Quote:
Omni Rom
Carbon Rom for teaching me :)
John for Server
show-p1984 for be team member and for bot :)
Dario for heping :)
AOSP
Every donator


Every one else which code I used or helped :)
If I forgot anyone please PM me !
http://i.imgur.com/Pt2CF.png (https://github.com/IllusionRom)
http://i.imgur.com/1cUYE.png (https://plus.google.com/communities/112286836578746601543?hl)

MementoMoriM
28/12/13, 03:40:16
KERNEL SOURCE CODE

Link: AK-Illusion (https://github.com/IllusionRom/AK-Illusion)

AK FEATURES

+ Latest Google Source
+ Linux 3.4.72+
+ Linaro toolchain
+ Linaro Fixes
+ -Os
+ multirom support
+ super stripped
+ fast charge
+ blx

+ ondemand
+ interactive
+ conservative
+ performance

+mpd

+ deadline
+ cfq
+ noop

+ readahead 256/16
+ lmk optimizations
+ dynamic fsync

+ qualcomm thermal enhanced

+ gamma control
+ halfbreed calibration

+ sound control

+ voltages control
+ disabled boost voltages -25mv for all chips

+ codel net scheduler

+ s2w
+ s2s
+ dt2w
+ dt2w with s2s
+ power button battery saver (disable 2w operations if enabled)

+ gpu ondemand
+ gpu performance

Q: If the 192mhz and 304mhz steps use the same undervolt settings, how can 192mhz use less power?
thanks to @ (http://forum.xda-developers.com/member.php?u=4303511)thracemerin (http://forum.xda-developers.com/member.php?u=4303511):
A: The formula for power consumption is: P = f * c * V ^ 2
Where: P = power consumption, f = frequency, c = capacitance and V = voltage
So: since c is constant in this case, and we'll assume you've used the lowest UV possible (600mV)
At 304mhz: P = 304 * c * 600 ^ 2
At 192mhz: P = 192 * c * 600 ^ 2
This means that 304mhz uses approximately 1.58 times more power than 192mhz over the same time.

Q: How i can change GPU governor via sysfs?
thanks to @ (http://forum.xda-developers.com/member.php?u=4303511)myfluxi (http://forum.xda-developers.com/member.php?u=4303511):
echo "conservative" > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/policy
echo "trustzone" > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/policy

Q: How i can enable s2w/s2s/dt2w via sysfs?
http://www.youtube.com/watch?v=lGMB_l40fAs&feature=player_embedded
thanks to @ (http://forum.xda-developers.com/member.php?u=4303511)ak (http://forum.xda-developers.com/member.php?u=4303511):
Legend:
/sys/android_touch/
-rw-r--r-- root root 4096 2013-11-27 11:27 doubletap2wake
-rw-r--r-- root root 4096 2013-11-27 11:25 doubletap2wake_version
-rw-r--r-- root root 4096 2013-11-27 11:25 s2w_s2sonly
-rw-r--r-- root root 4096 2013-11-27 11:27 sweep2wake
-rw-r--r-- root root 4096 2013-11-27 11:25 sweep2wake_version

Nb:
Please do not use s2w/s2s with dt2w at the same time.

- for have only S2S
echo 2 > /sys/android_touch/sweep2wake

- for have only S2w
echo 1 > /sys/android_touch/sweep2wake

- for have only dt2w
echo 1 > /sys/android_touch/doubletap2wake

- eco mode option s2s/s2w/dt2w
with this feature you can enable an option for save battery.
/sys/module/input_core/parameters/pwrkey_suspend pwrkey_suspend = Y or N
if yes when screen goes off without touch anything 2w is enabled otherwise if you use power button is disabled.
You can save your battery with this option on.

Q: What is the idle drain when enabling 2w?
http://www.youtube.com/watch?v=APR6iR3QnBc&feature=player_embedded
thanks to @ak (http://forum.xda-developers.com/member.php?u=4303511):
+2% then normal

VIDEO REVIEW AK NEXUS 4

http://www.youtube.com/watch?v=S2Q3hRSSRak&feature=player_embedded


Thanks a lot:
outofbit.it (http://www.outofbit.it/)

VIDEO REVIEW SWEEP2WAKE N4


Thanks a lot:
@shop1984 (http://forum.xda-developers.com/showthread.php?t=2524557)

VIDEO REVIEW DOUBLETAB2WAKE N4



Thanks a lot:
@shop1984 (http://forum.xda-developers.com/showthread.php?t=2524557) http://imageshack.com/a/img14/1592/7skb.png (http://ak.hiddenbytes.org/)

slipknot30
28/12/13, 03:42:36
4.4.1? , gracias por el aporte

MementoMoriM
28/12/13, 03:46:28
4.4.1? , gracias por el aporte



Ya :risitas:

Hay una experimental de 4.4.2 https://www.dropbox.com/s/h6ubf8v21kzmbxj/illusion-4.4.2-20131224-mako-EXPERIMENTAL.zip

adrianedu
28/12/13, 03:55:25
Pillo sitio!

ozil78
28/12/13, 09:05:38
A buenas horas estáis por aqui vaya tela, tiene buena pinta, pero la veo muy parecida a las que teneos por aquí. Gracias.

slipknot30
28/12/13, 09:28:28
La experimental no trae nada especial y esta en ingles ( me gusta el riesgo )

MementoMoriM
20/01/14, 01:57:41
New Build is Up !!

Download Center http://illusionroms.basketbuild.com/download.php?file=main/mako/ill_mako-ota-eng.root.zip

Build is called ill_mako-ota-eng.root.zip

Nightlys are also back again 

Main changes in the build :

fixed old bugs
Halo
Device Settings
Wallpapers App
Own Settings UI
Networkspeed in Statusbar

and many more 

Use AOSPA gapps

Flash all at own risk like always 

turydios
20/01/14, 02:19:20
Gracias compañero