Ver Mensaje Individual
  #2  
Viejo 12/08/13, 14:19:10
Array

[xs_avatar]
nanuk74 nanuk74 está en línea ahora
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Pinto
Mensajes: 1,892
Modelo de smartphone: HTC Sensation, HTC One S, HTC tattoo, SE X8.
Tu operador: Vodafone




Oct-28
* viber4android should be fixed now
* Fixed random bug where Gallery would FC when switching from FFC to back camera


http://goo.im/devs/Albinoman887/pyra...87-pyramid.zip

.



Oct-23
* VOIP apps should be fixed now (tested with Tango)
* Random RC when stopping a video recording should be fixed as well
* Updated usb/bluetooth tethering interface for Android 4.3 to fix tethering
* A few misc bug fixes to kernel (display related)
* A decent amount of upstream changes

Oct-20
* Android 4.3.1
* Lots of updates by cyanogen to the camera
* Fixed torch turning off with screen
* Kernel updated to 3.0.100
* Lots of upstream changes

Oct-10
* Fixed audio being lower then normal in the last few builds
* Updated the msm8660 power hal. This should help any stuttering music playback
* Video recording is now working correctly with shutter sounds!
* Kernel updated to Linux 3.0.99
* Any upstream changes at time of compile

Sep-29
* Really fixed VoIP with some apps (viber, tango)
* Fixed touch-to-focus while video recording, was broke in last build
* Any upstream changes at time of compile

Sep-27
* Fixed VoIP with some apps (untested)
* Fixed data indicators
* Any upstream changes at time of compile

Sep-19
* Fixed permissions for VibratorHW, sensitivity should now be adjustable via CM settings
* Fixed touch-to-focus while video recording (credit: android1234567)
* Tried to address issue some users face when in-call and no one can hear them
* Kernel updated to Linux 3.0.94
* Upstream: Android tagged "Android-4.3 r3 , Build ID: JLS36C"
* Any upstream changes at time of compile

Sep-14
* Added CMAcoount
* Actually enabled the CPU freq syncing across all cores :P
* More updates to qcom media and display legacy libs
* Any upstream changes at time of compile

Sep-9
* Merged a few upstream changes to our display-legacy repo for better compatibility with AOSP 4.3
* A few camera fixes, (mainly just cleans up logcat spam about paramaters. there really isnt any notice to the user.
* Added ability to control vibration strength via the CyanogenMod settings
* setting CPU freq/gov will always be set across all cores regardless of app
* Any other upstream changes at time of compile

Sep-5
* Hopefully the Battery drain issue is gone, please do a full wipe before reporting about it
* Fixed random FC with video recording by removing the shutter sounds for now until i isolate the issue
* Reverted all my testing changes
* Cleanup
* Any upstream changes at time of compile
* Note: no more rude comments !!!!

Aug-29
* Fixed camera FC when finishing a recording (credit: amphorion)
* Disabled the snapshot while recording feature as our device doesn't support it
* Addressed a rare crash in camera when recording and flash is on
* Any upstream changes at time of compile

Aug-25
* Upstream: make sure unsupported graphics features are disabled for legacy devices (no end-user change, restores CM-10.1 behavior)
* Upstream: Fixed compiling with "DISABLE_ARM_PIE" flag and using official CM toolchain. (before we were using an alternate gcc 4.7 toolchain that happened to work. It has now been fixed the correct way upstream. There will most likely be no end-user change but its always better to be using official CM source code)
* Upstream: Misc stability fixes
* Upstream: Merged android 4.3 - r2.2, Build number: JSS15Q
* Updated kernel to Linux 3.0.93
* A few small changes and cleanup
* Any other upstream changes at time of compile

Aug-21
** NOTE: with this build a fuill wipe is most likely required you will have issues
* Fixed issue with last release where some users, after a reboot could no longer boot the rom again
* All the bugs with the camera we have been having are now gone. Should function the same as in CM-10.1
* Reverted the hack to kernel to get FFC to work without the compile flag "disable arm pie" since we now can
* Any upstream changes at time of compile
* Did some cleanup from the cm-10.2 merge

Aug-18
* Fixed issue where some users couldn't boot the ROM
* Fixed Front facing camera while using GCC-4.7 for compiling
* Enabled Permissive selinux (no enforced option yet)
* Bugfix: Durning compile media libs weren't compiling with the correct headers
* Upstream Changes at time of compile

Aug-16
* Fixed Torch
* Fixed Front Facing Camera
* Fixed superuser being disabled by default bug
* Lots of update to the audio libs (audio-caf)
* Any upstream changes at time of compile

Aug-13
* Fixed Camera. DO A FULL WIPE OR CAMERA APP WILL NOT SHOW UP!!!!
* Tried to address the rare reboot due to the wifi module
* Upstream changes

Aug-12
* initial build everything should be good except camera. we are working on it
* Everyone send a donation to android1234567. despite my multiple negative comments about trying to build with gcc4.6 he tried, and guess what he was right. that got us booting. so everyone end him a few bucks. he more then deservies it




ChronicKernel

Kernel now based on Bruce's kernel with a few changes by me, including:

* Compiled with linaro
* Set flash to disable if battery is below 10% to prevent the random shut-off when taking a pic
* Removed/Disabled KSM
* Removed ZRAM
* User-configurable GPU OC (Not OC'd by default)
* Optimized and compiled with with the "Optimize a lot, or -o3 option)
* Added more I/O schedulers
* Tweaked voltages a bit
* Reverted CRT hack to smooth animation in Android 4.2.2+
* Increased pmem memory heaps (copied from htc shooter) as it is needed in Android 4.2.2+ to fix soft-reboots
* PM_FAST enabled by default (high power wi-fi when screen is off)

These settings were changed by me to help make the kernel more stable with our ROM, observed with tests by me. If you want more features of the Sultan kernel feel free to flash it, but support will not be provided in this thread.

Other Features of the kernel include:

* OC to 1866Mhtz (default 1566Mhtz)
* Undervolted
* User-configurable CPU OC
* User-configurable CPU default governor (ondemand = default)
* User-configurable I/O scheduler (default = SIO)
* User-configurable badass gonvernor (default = balanced)
* Sweep2Wake

You can edit many of the settings in /system/etc/init.d/99kernel, here is a snippet of the script with all the config options

Kernel init script: Click Show Content to expand

[HIDE]
Código:
#Script originally made by Axetilen. Modified by Sultan (android1234567)
#Updated for albinoman887's ChronicKernel (98% of the credit goes to android1234567. Thanks so much man :)


# Configure your options here #


# Config default CPU Gonvernor (Disabled by default: When disabled uses internal Kernel setting)
# For better battery life switch to badass
# Kernel Default: ondemand
# Possible values
#  badass
#  ondemand
#  interactive
#= lagfee
#  performance
GOV=ondemand;


# Config I/O scheduler
# deadline
# cfq
# noop
# vr 
# sio (default)
IO=sio;


# Config CPU max frequency
# Default: 1566000 (1566Mhtz)
# Overclockable to - 1836000 (1836Mhtz)
# for badass set to 1566mhtz (best performance/battery life)
MAXFREQ=1566000;


# Config CPU min frequency
# Default: 384000 (384Mhtz)
# Range 384000 - 1944000 (384Mhtz - 1944Mhtz)
MINFREQ=384000;


# Config 3D GPU clock
# 228571000 = 228mhz
# 266667000 = 267mhz (default)
# 300000000 = 300mhz (Recomended For balance of Performance and Battery life)
# 320000000 = 320mhz
GPU=266667000;


# Config 2D GPU clock
# 145455000 = 145mhz
# 160000000 = 160mhz
# 200000000 = 200mhz (default)
# 228571000 = 228mhz (Recomended For balance of Performance and Battery life)
# 266667000 = 267mhz
DD=200000000;


# Badass
# possible values
# 1 = performance
# 2 = balanced
# 3 = battery saving
BADASS=2


# Enable Sweep2Wake
# 0 = disabled (default)
# 1 = enabled
# 2 = enabled (with no button backlight during sweep)
SWEEP=0


# Enable Fastcharge
# 0 = disabled
# 1 = substitute AC to USB charging always
# 2 = substitute AC to USB charging only if there is no USB peripheral detected
FASTCHARGE=0;


# Fsync Control
# Disabled by default (recomended)
# 2 = Fsync disabled
# 1 = Fsync enabled
FSYNC=2;


# TUN
# Disabled by default
# 0 = Disabled
# 1 = Enabled
TUN=0


# End of configurable options #
Please note this is not the full script just a small portion, Check /system/etc/init.d/99kernel for the full script[/HIDE]


Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/CyanogenMod





ROM : cm-10.2-20131023-Albinoman887-pyramid.zip
GAPPS: : HERE or HERE (Mirror)
Goo.im Repo : HERE
* This ROM can also be downloaded directly with GooManager *





The new maps 7 from google has graphical glitches due to our old hacked adreno libs. Click the following link Maps-6.apk




Enviado desde mi HTCSensation usando Tapatalk 2

Última edición por nanuk74 Día 28/10/13 a las 16:28:50.
Responder Con Cita