ROMs y desarrollo Nexus 4 ROMs y desarrollo Nexus 4

Respuesta
 
Herramientas
  #1  
Viejo 28/12/13, 03:35:16
Array

[xs_avatar]
MementoMoriM MementoMoriM no está en línea
Usuario muy activo
 
Fecha de registro: ago 2012
Localización: Por aquí
Mensajes: 3,599
Modelo de smartphone: Xiaomi Mi 10/LG Nexus 4(16GB)/HTC Nexus One
Tu operador: Lowi
♦∆♦IllusionRom♦∆♦[4.4.2][AK-ILL][4.8.3][Own UI]

ROM de AndrolinRoot http://forum.xda-developers.com/member.php?u=4583359
Tema en XDA http://forum.xda-developers.com/show....php?t=2565282



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
•●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
..

XDAevDB Information
IllusionRom Mako, a ROM for the Google Nexus 4

Contributors
AndrolinRoot, AK , 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


Ir al link original: http://forum.xda-developers.com/showthread.php?t=2565282



__________________
Memento Mori

Última edición por MementoMoriM Día 20/01/14 a las 02:00:18.
Responder Con Cita
Los siguientes 3 usuarios han agradecido a MementoMoriM su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]


  #2  
Viejo 28/12/13, 03:36:12
Array

[xs_avatar]
MementoMoriM MementoMoriM no está en línea
Usuario muy activo
 
Fecha de registro: ago 2012
Localización: Por aquí
Mensajes: 3,599
Modelo de smartphone: Xiaomi Mi 10/LG Nexus 4(16GB)/HTC Nexus One
Tu operador: Lowi
Download



Quote:
Nightly Builds (Every Day @1AM German Time)

Mako Beta Builds (Tested by me)
Illusion Gapps
Quote:
DOWNLOAD

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 !

__________________
Memento Mori
Responder Con Cita
Gracias de parte de:
  #3  
Viejo 28/12/13, 03:40:16
Array

[xs_avatar]
MementoMoriM MementoMoriM no está en línea
Usuario muy activo
 
Fecha de registro: ago 2012
Localización: Por aquí
Mensajes: 3,599
Modelo de smartphone: Xiaomi Mi 10/LG Nexus 4(16GB)/HTC Nexus One
Tu operador: Lowi
KERNEL SOURCE CODE

Link: 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 @thracemerin:
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 @myfluxi:
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 @ak:
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:
+2% then normal

VIDEO REVIEW AK NEXUS 4

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


Thanks a lot:
outofbit.it

VIDEO REVIEW SWEEP2WAKE N4


Thanks a lot:
@shop1984

VIDEO REVIEW DOUBLETAB2WAKE N4



Thanks a lot:
@shop1984



__________________
Memento Mori

Última edición por MementoMoriM Día 28/12/13 a las 03:43:13.
Responder Con Cita
Gracias de parte de:
  #4  
Viejo 28/12/13, 03:42:36
Array

[xs_avatar]
slipknot30 slipknot30 no está en línea
Psicotester oficial
· Votos compra/venta: (4)
 
Fecha de registro: oct 2011
Localización: madrid
Mensajes: 13,507
Modelo de smartphone: depende
Tu operador: Otra
4.4.1? , gracias por el aporte
Responder Con Cita
  #5  
Viejo 28/12/13, 03:46:28
Array

[xs_avatar]
MementoMoriM MementoMoriM no está en línea
Usuario muy activo
 
Fecha de registro: ago 2012
Localización: Por aquí
Mensajes: 3,599
Modelo de smartphone: Xiaomi Mi 10/LG Nexus 4(16GB)/HTC Nexus One
Tu operador: Lowi
 Cita: Originalmente Escrito por slipknot30 Ver Mensaje
4.4.1? , gracias por el aporte


Ya

Hay una experimental de 4.4.2 https://www.dropbox.com/s/h6ubf8v21k...PERIMENTAL.zip
__________________
Memento Mori
Responder Con Cita
Gracias de parte de:
  #6  
Viejo 28/12/13, 03:55:25
Array

[xs_avatar]
adrianedu adrianedu no está en línea
Usuario muy activo
 
Fecha de registro: abr 2012
Localización: venezuela
Mensajes: 1,410
Modelo de smartphone: Nexus 5
Tu operador: Otra
Pillo sitio!
Responder Con Cita
  #7  
Viejo 28/12/13, 09:05:38
Array

[xs_avatar]
ozil78 ozil78 no está en línea
Usuario muy activo
· Votos compra/venta: (5)
 
Fecha de registro: ago 2012
Localización: Alto Palancia !!!ESPAÑA!!!!
Mensajes: 8,142
Modelo de smartphone: Samsung s8+
Tu operador: Orange
A buenas horas estáis por aqui vaya tela, tiene buena pinta, pero la veo muy parecida a las que teneos por aquí. Gracias.
__________________

Responder Con Cita
  #8  
Viejo 28/12/13, 09:28:28
Array

[xs_avatar]
slipknot30 slipknot30 no está en línea
Psicotester oficial
· Votos compra/venta: (4)
 
Fecha de registro: oct 2011
Localización: madrid
Mensajes: 13,507
Modelo de smartphone: depende
Tu operador: Otra
La experimental no trae nada especial y esta en ingles ( me gusta el riesgo )
Responder Con Cita
Gracias de parte de:
  #9  
Viejo 20/01/14, 01:57:41
Array

[xs_avatar]
MementoMoriM MementoMoriM no está en línea
Usuario muy activo
 
Fecha de registro: ago 2012
Localización: Por aquí
Mensajes: 3,599
Modelo de smartphone: Xiaomi Mi 10/LG Nexus 4(16GB)/HTC Nexus One
Tu operador: Lowi
New Build is Up !!

Download Center http://illusionroms.basketbuild.com/...a-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 
__________________
Memento Mori
Responder Con Cita
Los siguientes 3 usuarios han agradecido a MementoMoriM su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]
  #10  
Viejo 20/01/14, 02:19:20
Array

[xs_avatar]
turydios turydios no está en línea
Betatester oficial
 
Fecha de registro: abr 2012
Localización: vigo
Mensajes: 6,222
Modelo de smartphone: nexus 5 ,nexus 6p
Tu operador: Yoigo
Gracias compañero
Responder Con Cita
Gracias de parte de:
Respuesta

Estás aquí
Regresar   Portal | Indice > Foros LG > Otros smartphones antiguos de LG > Nexus 4 > ROMs y desarrollo Nexus 4



Hora actual: 13:16:49 (GMT +2)



User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

Contactar por correo / Contact by mail / 邮件联系 /