sasser80
Fortgeschrittenes Mitglied
- 16
Bondar schrieb:Hab jetzt aber die Version vom 16.2 geflasht.. die 19er ist zu buggy bei SU (Hat der Entwickler selbst gesagt auf XDA)
Sehr seltsam bei mir läuft die nach wipe cache & dalvik ohne Probleme.

Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
Bondar schrieb:Hab jetzt aber die Version vom 16.2 geflasht.. die 19er ist zu buggy bei SU (Hat der Entwickler selbst gesagt auf XDA)

Bondar schrieb:xda-developers - View Single Post - [ROM] CM10.1 AOSP 4.2.2 Jellybean [KANG] [Feb-19]
Der ursprüngliche Beitrag von 12:23 Uhr wurde um 12:27 Uhr ergänzt:
@ black_bottom
Ist diese FW neuer? Läuft die auf den EU Sensations?
From OTA 3.33.401.55
Dev-Host:Radio 11.76C.3504.00P_11.29A.3504.18_M
PG58IMG.zip MD5:38CE206D6719F7CD1F859B17DFCC2875
radio.img MD5: 3418224B571D9BBEB3F8B18631F15BE7
Dev-Host:HTC-RIL_4.0.0037HMQ.zip
HaRRi88 schrieb:Hallo,
ich habe kurz zwei Fragen zum CM 10.1 Rom
1. Muss ich, um die ROM zu installieren, diese komplette Anleitung befolgen (https://www.android-hilfe.de/forum/...t-4extrecovery-custom-rom.259655-page-55.html) oder kann ich einige Schritte auslassen? (Telefon komplett original, sorry wenn dumme Frage)
2. Sollte ich, aufgrund eurer Probleme @sasser etc. lieber eine Version vorher nutzen?
VG
Mp
Bondar schrieb:Ist diese FW neuer? Läuft die auf den EU Sensations?
From OTA 3.33.401.55
Dev-Host:Radio 11.76C.3504.00P_11.29A.3504.18_M
PG58IMG.zip MD5:38CE206D6719F7CD1F859B17DFCC2875
radio.img MD5: 3418224B571D9BBEB3F8B18631F15BE7
Dev-Host:HTC-RIL_4.0.0037HMQ.zip
HaRRi88 schrieb:@black_bottom
Alles klar, vielen Dank werde ich so machen.
Noch eine kurze Frage zum Radio:
Muss ich dies auch Updaten oder ist dies enthalten? Bin da noch nicht so durch gestiegen...VG
Kernel
ChronicKernel-v2
Kernel now based on sultan kernel by android1234567 with a few changes by me, including:
* Reverted GPU Bandwith increase
* Disabled sweep2wake (doesn't play nicely with our ROM)
* Reverted 1.62Ghtz L2 cache
* Set ureadahead to default
* Set flash to disable if battery is below 10% to prevent the random shut-off when taking a pic
* Removed/Disabled KSM
* Removed ZRAM
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:
* zImage compressed with L2O Compression. This means a faster kernel. There is a catch though, the phone sits on the HTC boot splash for a few more seconds, but once booted it pays off. Users of Sultans-kernel will be used to this.
* OC to 1944 mhtz (default 1602mhtz)
* Undervolted
* Compiled with linaro
* User-configurable CPU OC
* User-configurable CPU default governor (ondemand = default)
* User-configurable I/O scheduler (default = SIO)
* User-configurable badass gonvernor (default = balanced)
* User-configurable GPU OC (Not OC'd by default)
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
#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 GPU Gonvernor (Disabled by default: When disabled uses internal Kernel setting)
# Possible values
# 1 = badass
# 2 = ondemand
# 3 = intelliondemand
# 4 = interactive
# 5 = lagfee
# 6 = performance
# 0 = disabled (use kernel default)
GOV=0;
# Config I/O scheduler
# deadline
# cfq
# noop
# vr
# sio (default)
IO=sio;
# Config CPU max frequency
# Default: 1566000 (1566Mhtz)
# Overclockable to - 1944000 (1944Mhtz)
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 Fastcharge - Only for PYD & Sultan kernels
# 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;
# End of configurable options #
