ROMs y desarrollo HTC Sensation / Sensation XE ROMs y desarrollo HTC Sensation / Sensation XE

Respuesta
 
Herramientas
  #1  
Viejo 31/03/13, 21:51:33
Array

[xs_avatar]
nanuk74 nanuk74 no está en línea
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Pinto
Mensajes: 1,890
Modelo de smartphone: HTC Sensation, HTC One S, HTC tattoo, SE X8.
Tu operador: Vodafone
*PIE*[STABLE][Dragünkorr]{CM 10.1-M2 _Seis} 4.2.2 3/29/2013

[ROM]*PIE*[STABLE][Dragünkorr]{CM 10.1-M2 _Seis} 4.2.2 3/29/2013








What is CyanogenMod?
10.1-M2

The CM10.1 M2 build is a more stable release than the CM 10.1 Nightlies


Common: Android 4.2.1 (Google) (now, 4.2.2)
Common: cLock Lockscreen and Homescreen Widget
Common: Theme Engine Support
Common: Customize Navigation Bar (on devices without hardware keys)
Common: Customize Notification Light
Common: Display Battery Light
Common: Profiles with NFC support
Common: Customize Screen Rotation
Common: Notification Power Widgets
Common: DSP Manager
Common: Volume Rocker Wake
Common: Performance Settings (I/O Scheduler, CPU Governor, etc)
Quick Settings: Panel Customization
Quick Settings: Toggle QS panel with horizontal swipe
Quick Settings: Split QS actionable area
Quick Settings: Added QS Tiles
Status Bar: Hide or Show Clock
Status Bar: Battery Percentage and Circle Battery
Status Bar: Show Notification Counts
Status Bar: Signal Status Customization
Status Bar: Set Date and Time as buttons (with longpress actions)
Trebuchet: Launcher Updates
Lockscreen: Slider Shortcuts
Lockscreen: Maximize Widgets on Wake





https://github.com/CyanogenMod
http://review.cyanogenmod.org/#/q/statuspen,n,z

CyanogenMod is an aftermarket firmware for a number of cell phones based on the open-source Android operating system.
It offers features not found in the official Android based firmwares of vendors of these cell phones.
[/quote]

Working

SMS/MMS
Wi-FI
Data
GPS
Audio
Radio
Camera (Front/Rear)
SD Card
Bluetooth
Native Wi-Fi Tethering
Calls & data
Hardware acceleration
button lights
Voice input (GNow)
Video recording
Video playback
WiFi hotspot
vibration
USB
Charging
Notification led
Sensors
Root
Headphones
Torch[/quote]

NOT WORKING


HDR-Functioning but properly
1080p Video Record




http://review.cyanogenmod.org/#/q/status:merged,n,z




DragünKorr CM-10.1-M2 Seis




Standard-DragünKorr-gapps



OFFICIAL CyanogenMOD 10.1 CHANGELOG

https://plus.google.com/+CyanogenMod/posts

STABLE
INCLUDES 3.0.70 Linux Kernel -thanks Albinoman887
Updated To Albinoman887 Device Tree
Upstream
Ported PIE Settings -Me
s2w Enabled
tun.ko Enabled
Albino Kernel Script
To Enable s2W change 99kernel script from =0 to =1




Bringing basic pie controls to CyanogenMod. (1/2)

Based on the multiple navigation key bar patch, this commit adds
basic pie controls to CyanogenMod. The implementation is inspired
by Paranoid Android but is completely rewritten.
The aim was to get as little intersection with existing code as
possible and provide a farily easy interface to extent these
controls by new slices (inherited from PieSlice).The pie controls are only active when expanded screen is turned on.Based on this commit there is another one that adds more optimizations
for Phone UI to pie controls. And there is a seperate commit for
the settings app, too.Patch Set 2:
* Cyanogen Code Style.
* Some simplifications in PieSysInfo.javaPatch Set 3:
* Fixed NPE when pie controls are completely deactivated
* Preserve state of menu buttonPatch Set 4:
* Fix display of Wifi SSID
* Some cleanup and coding style changesPatch Set 5:
* Fix NPE when not connected to Wifi
* Remove AM/PM from time display (overlayed the other info)
* Fix menu button handlingPatch Set 6:
* Remove trailing whitespace in 12 hour time formatPatch Set 7:
* Tune colors
* Improve battery level and operator printout
* Remove some unused importsPatch Set 8:
* Some refactoring on pie trigger management
* Copyright fix
* Make debug on PieLayout less noisyPatch Set 9:
* Fix NPE one devices with no GSM/CDMA/LTE
* New color proposal
* Haptic feedback now respects system settingPatch Set 10:
* Factor out haptic feedback into separate methodPatch Set 11:
* Prepare for "always on"
* David's color schemeChange-Id: I90de7252d8301282d396c29bc9e9943acf7f2766


Bringing basic Pie controls to CyanogenMod. (2/2)

This is the settings part of the pie commit, for the real implementation
look in frameworks/base.Patch Set 3:
* CyanogenMod Code StylePatch Set 4:
* Strings cleanup
* Better integration into CyanogenMod system settings UX
* Some related cleanup in SysteSettings.javaPatch Set 5 and 6:
* Rename feature to Quick controls to match AOSP terminologyPatch Set 7:
* Remove WIPPatch Set 8:
* Revert name to Pie controlsPatch Set 11:
* Fix broken revert
* Fix spelling of searchChange-Id: I47599316273d8e46017f49ba62a02cc55a785678


Add pie control optimizations for Phone UI.

This commit brings some pie control tweaks to the Phone UI. These
tweaks make the pie controls react to several conditions that are
are special to the Phone UI. That means that this piece of code
is more deeply embedded within the SystemUI code.This mostly adds the foloowing behaviour, that is Phone UI
dependent:
* Disable BOTTOM trigger when notification area is expanded
* Disable LEFT and RIGHT trigger when a keyguard is active
* Enable search light featurePatch Set 3:
* CyanogenMod Code Style.
* setDisabledFlags now belongs to navigation bar callbacksPatch Set 5:
* Removed duplicated .observe()Patch Set 10:
* Fixed unintended trigger activationPatch Set 13:
* Searchlight opens directly on the bottom (on the lock screen)Patch Set 15:
* Fix conflict/rebaseChange-Id: I551745b69791adca75190c54282be19d85db75a9

Kernel Source


BUILD DragunKorr CM-10.1-M2 COMMANDS

repo init -u git://github.com/Android-Butter/butter.git -b master

1.) INITIALIZE REPO
repo init -u https://github.com/CyanogenMod/android.git -b cm-10.1
IN .repo manifest folder you will see 10.1-M2.xml CHANGE TO default.xml and remove original


2.) ADD DragunKorr local_manifest to . repo folder
Code:
<?xml version="1.0" encoding="UTF-8"?><manifest> <remove-project name="CyanogenMod/android_frameworks_native" /> <project name="Android-Butter/dragunkorr_frameworks_native" path="frameworks/native" revision="cm-10.1" /> <remove-project name="CyanogenMod/android_frameworks_av" /> <project name="Android-Butter/dragunkorr_frameworks_av" path="frameworks/av" revision="cm-10.1" /> <remove-project name="CyanogenMod/android_hardware_libhardware" /> <project name="Android-Butter/dragunkorr_hardware_libhardware" path="hardware/libhardware" revision="master" /> <remove-project name="CyanogenMod/android_hardware_qcom_media" /> <project name="Android-Butter/dragunkorr_hardware_qcom_media" path="hardware/qcom/media" revision="cm-10.1" /> <remove-project name="CyanogenMod/android_packages_apps_Phone" /> <project name="Android-Butter/dragunkorr_packages_apps_Phone" path="packages/apps/Phone" revision="cm-10.1" /> <remove-project name="CyanogenMod/android_packages_apps_Camera" /> <project name="Android-Butter/dragunkorr_packages_apps_Camera" path="packages/apps/Camera" revision="cm-10.1" /> <project name="Android-Butter/dragunkorr_vendor_htc_pyramid" path="vendor/htc/pyramid" revision="master" /> <project name="Android-Butter/dragunkorr_hardware_qcom_display-legacy" path="hardware/qcom/display-legacy" revision="master" /> <project name="Android-Butter/dragunkorr_hardware_qcom_media-legacy" path="hardware/qcom/media-legacy" revision="master" /> <project name="Android-Butter/dragunkorr_hardware_qcom_audio-legacy" path="hardware/qcom/audio-legacy" revision="master" /> <project name="Android-Butter/dragunkorr_device_htc_msm8660-common" path="device/htc/msm8660-common" revision="master" /> <project name="Android-Butter/dragunkorr_device_htc_pyramid" path="device/htc/pyramid" revision="master" /> <project name="Android-Butter/android_kernel_htc_msm8660" path="kernel/htc/msm8660" revision="cm-10.1-linaro" /> <project name="Android-Butter/android_prebuilt_linux-x86_toolchain_linaro-strawberryshortcake-oven" path="prebuilt/linux-x86/toolchain/linaro-strawberryshortcake-oven" revision="master" /></manifest>
3.) BUILD
. build/envsetup.sh; lunch cm_pyramid-userdebug; mka bacon









CREDITS TO:
CyanogenMOD
Google Source Code
UBUNTU LINUX
Albinoman887 for selected Files i may or may not use
HTC Sensation
Droidevs

Enlace link original: http://www.droidevs.com/showthread.php?t=1096

Última edición por nanuk74 Día 31/03/13 a las 22:52:56.
Responder Con Cita
Los siguientes 4 usuarios han agradecido a nanuk74 su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]


  #2  
Viejo 31/03/13, 21:52:14
Array

[xs_avatar]
nanuk74 nanuk74 no está en línea
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Pinto
Mensajes: 1,890
Modelo de smartphone: HTC Sensation, HTC One S, HTC tattoo, SE X8.
Tu operador: Vodafone
Reservado
Responder Con Cita
  #3  
Viejo 31/03/13, 21:52:49
Array

[xs_avatar]
nanuk74 nanuk74 no está en línea
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Pinto
Mensajes: 1,890
Modelo de smartphone: HTC Sensation, HTC One S, HTC tattoo, SE X8.
Tu operador: Vodafone
Reservado 2
Responder Con Cita
  #4  
Viejo 31/03/13, 22:05:24
Array

[xs_avatar]
clone22 clone22 no está en línea
Nuevo cocinero
 
Fecha de registro: mar 2011
Localización: htcmania
Mensajes: 1,966
Modelo de smartphone: Galaxy s5 G900M , Moto G 2015
Tu operador: Claro
esta esta buenisimaaaaa
__________________

Responder Con Cita
  #5  
Viejo 31/03/13, 23:05:15
Array

[xs_avatar]
reflejillos reflejillos no está en línea
Miembro del foro
 
Fecha de registro: dic 2011
Mensajes: 62
Modelo de smartphone: HTC Sensaton z710 Huawei U8650
Tu operador: Pepephone
teniendo ya tantisimas Rom con 4.2.2 solo queda ponerse a probar todas! alguna referencia de esta??
edito: informo que ahora tengo la mod de clone de la AOSP y el teléfono va como un tiro me encanta muchas gracias! pero soy muy de probar nuevas jajajaja

Última edición por reflejillos Día 31/03/13 a las 23:09:17.
Responder Con Cita
  #6  
Viejo 31/03/13, 23:21:38
Array

[xs_avatar]
nanuk74 nanuk74 no está en línea
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Pinto
Mensajes: 1,890
Modelo de smartphone: HTC Sensation, HTC One S, HTC tattoo, SE X8.
Tu operador: Vodafone
Por eso la puse, para ir probando y que la gente decida.
Es básicamente una aosp, pero según el dwsarrolador la mas estable.
Responder Con Cita
Los siguientes 2 usuarios han agradecido a nanuk74 su comentario:
  #7  
Viejo 01/04/13, 06:33:16
Array

[xs_avatar]
clone22 clone22 no está en línea
Nuevo cocinero
 
Fecha de registro: mar 2011
Localización: htcmania
Mensajes: 1,966
Modelo de smartphone: Galaxy s5 G900M , Moto G 2015
Tu operador: Claro
esta buena pero ,tiene unos bugs en los led del teclado no enciende y el led de carga se mantiene verde desde que comienza a cargar .........................le falta poco, muy fluida si y bastante estable lo unico es lo anterior que nombre


edito: los led de las teclas se activan haciendo esto To Enable s2W change 99kernel script from =0 to =1
que tambien activa el s2w
__________________


Última edición por clone22 Día 01/04/13 a las 06:40:22.
Responder Con Cita
Gracias de parte de:
  #8  
Viejo 03/04/13, 16:33:37
Array

[xs_avatar]
Almeria53 Almeria53 no está en línea
Betatester oficial
 
Fecha de registro: ene 2009
Localización: Almería
Mensajes: 1,376
Modelo de smartphone: LG g7 thinq-Htc u11 6Gb 128
Tu operador: Vodafone
como funciona o se activa pie controls
porque a mi no me va
__________________
Responder Con Cita
  #9  
Viejo 03/04/13, 18:42:49
Array

[xs_avatar]
nanuk74 nanuk74 no está en línea
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Pinto
Mensajes: 1,890
Modelo de smartphone: HTC Sensation, HTC One S, HTC tattoo, SE X8.
Tu operador: Vodafone
Asi estamos todos.... no somis capaces de ponerlos

Enviado desde mi Samsung Galaxy tab 2 10.1 usando Tapatalk
Responder Con Cita
Gracias de parte de:
  #10  
Viejo 03/04/13, 18:55:53
Array

[xs_avatar]
victormondaza victormondaza no está en línea
Usuario muy activo
· Votos compra/venta: (7)
 
Fecha de registro: ago 2011
Localización: Jerez de la Frontera
Mensajes: 890
Modelo de smartphone: Samsung S6
Tu operador: Movistar
Activas el escritorio expandido, el pie control . Por defecto viene en la parte iinferior, pulsas y arrastras un poco.
Responder Con Cita
  #11  
Viejo 08/04/13, 19:57:25
Array

[xs_avatar]
victormondaza victormondaza no está en línea
Usuario muy activo
· Votos compra/venta: (7)
 
Fecha de registro: ago 2011
Localización: Jerez de la Frontera
Mensajes: 890
Modelo de smartphone: Samsung S6
Tu operador: Movistar
De momento el amigo DK aparca las M2 porque no se actualiza lo suficiente para su gusto, por lo que tenemos ya la versión 13 en el aire
Responder Con Cita
Respuesta

Estás aquí
Regresar   Portal | Indice > Otras marcas y modelos de smartphones de venta en España > HTC > Otros modelos antiguos de HTC > HTC Sensation / Sensation XE > ROMs y desarrollo HTC Sensation / Sensation XE



Hora actual: 11:49:57 (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 / 邮件联系 /