Génération mobiles - Forum smartphones & tablettes
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.

Génération mobiles - Forum smartphones & tablettesConnexion

Forum Android pour smartphones & tablettes Asus, HTC, Huawei, Honor, LG, Nokia, OnePlus, Samsung, Sony, Xiaomi... Retrouvez applications, astuces, aide, jeux, tutos,...

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! Empty[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz


Sujet fermé sur XDA en raison de la conduite extrêmement contraire à l'éthique inconvenante pour un Développeur XDA


Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!




The Beastmode-DLXPUL kernel Project
Attention :

Ni le Forum, Ni moi-même ne pourront être tenu pour responsable des éventuels plantages ou brick du téléphone


Description


Kernel compilé par Zarboz développeur sur XDA.

Le mot du Dev;
"Ce Kernel destiné au hTC butterfly s est basé sur les sources fournit par HTC avec mes propres mods. Vous pouvez trouver mon code source modifié à https://github.com/zarboz/Monarudo_M7_port/tree/dlxp_ul"

What is msm_mpdecision?


100% kernel based multi core decision! (should cpu1 be online or not?)
This replaces your /system/bin/mpdecision binary which is ignored in init.rc now.

Check /sys/kernel/msm_mpdecision/conf/ for the configuration.
Quote:

Check /sys/kernel/msm_mpdecision/conf/ for the configuration.

startdelay = time until mpdecision starts doing it's magic (20000)
delay = time between checks (70)
pause = if something else plugs in the cpu, fall asleep for 10000ms (10 secs)
scroff_single_core = if the screen is off, don't plug in cpu1/2/3. Additionally: Unplug all cpus except cpu0 when screen is turned off (1)
enabled = enable(1) or disable(0) mpdecision. This does not affect scroff_single_core!
min_cpus = min cpus to be online, cannot be < 1. Default: 1
max_cpus = max cpus to be online, cannot be > 4. (if you set it to 2 and min_cpus to 1 you will basically have a dualcore) Default: 4
idle_freq = a value against that will be checked if a core +/- is requested. (486000)
If cpu0 is below that value and a core up of another cpu is requested, nothing will happen.
If any other cpu is above that value and a core down of that cpu is requested, nothing will happen. (otherwise it would now put down that cpu even though it is still working, which isn't what we want)

Hot plug thresholds (aka now it gets 'complicated')
This small formula calculates which value will be used: (number_of_cpus_online - 1) * 2
The result of this formula will be the nwns_threshold where a new cpu is hotplugged.
The result of this formula + 1 will be the nwns_threshold where a cpu is unplugged.

nwns_threshold_x = runqueue threshold, if this is reached cpuX will be hot/unplugged
twts_threshold_x = time threshold, this amount of time must have passed for the related action to be taken (hot/unplug)

Example:
One cpu is online.
(1 - 1) * 2 = 0 ergo:
nwns_threshold_0 = cpu1 will be hotplugged at this value
((1 - 1) * 2) + 1 = 1
nwns_threshold_1 = cpu0 will be unplugged at this value
Since we can't unplug cpu0 this is '0'.

Two cpus are online.
(2 - 1) * 2 = 2 ergo:
nwns_threshold_2 = cpu2 will be hotplugged at this value
((2 - 1) * 2) + 1 = 3
nwns_threshold_3 = cpu1 will be unplugged at this value

etc...

The default values are:
NwNs_Threshold: 12, 0, 25, 20, 32, 28, 0, 35
TwTs_Threshold: 140, 0, 140, 190, 140, 190, 0, 190
Where the position and function of the number equals the result of the above explained formula
What is msm_thermal?
Quote:
Kernel based 3-phase thermal control!
This replaces your /system/bin/thermald binary which is renamed by the installer to thermald_backup.

Check /sys/kernel/msm_thermal/conf/ for the thermal configuration

  • allowed_max_high = highest threshold (phase 3)
  • allowed_max_low = remove the throttling if we cooled down to this (clr_thrshold)
  • allowed_max_freq = max frequency if throttled (limit)

[...]mid[...] = same as above, just for phase 2
[...]low[...] = Lowest threshold (phase 1)

check_interval_ms = how often shall we check? (sampling rate)
Default: 1000ms (=1sec)
What is ARM Topology:
Quote:
ARM Topology allows individual queue'ing of tasks to cores by the scheduler, For intelligent load balancing and more data crunching power. This has come from the Linaro Team you can view the most recent patch at from http://patches.linaro.org/9894/ all patches at http://patches.linaro.org/project/linux-arm-kernel/

Images & Vidéos




What is Sweep2wake?



It Allows you to make a Sweeping action along the bottom of your screen to sleep the screen (mimics action of the power button)* and swip left to right anywhere on the screen to wake

Installation


1. Télécharger le kernel et copier le sur la mémoire interne du Butterfly S ou micro-sd,
2. démarrer et aller dans le Recovery,
3. Installer le kernel depuis le Recovery, Suivre les intrsuctions et choix dans l'Aroma

Derniers Changements


14.03.2014 :

Téléchargement


Pour les ROMs en 4.4.2 uniquement
Beastmode_DLXPUL_1.0.zip

Autres Infos


Source





Dernière édition par migascalp le Mar 29 Avr 2014 - 7:45, édité 6 fois

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyKERNEL KITKAT 4.4.2 HTC BUTTERFLY S

more_horiz
Réservé

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
1er retour:
-Blocage aléatoire du BS en sorti de veille.
-µSD non reconnu

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Salut,

Tester vite fait sur la InsertCoin et le DT2W et S2Sleep fonctionne pas smile

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
C est de là que vient ton problème avec la sd. Les options DT2W et S2Sleepson bloquent le support de la sd. Si mes souvenirs sont bon smile

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Tu me met le doute... il me semble pourtant qu'elle était absente avant... à confirmer ! par contre avec CWM on peut voir la SD comme avec TWRP ? j'ai pas trouver !

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Non. Pas de support de la µSD avec cwm. C est la raison pour laquelle je suis resté en 4.3 avec TWRP.

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Je m'en suis douté... ça marche, merci

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Ya pas d'quoi smile

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Modo sur XDA a écrit:
Sujet fermé en raison de la conduite extrêmement contraire à  l'éthique inconvenante pour un Développeur XDA

Souce

Ajouté au post 1

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Bah mince alors

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
'lut Reiki
Et ton m8? déverrouillé?

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Salut smile

Non... toujours pas :/ HTCdev ne m'envois pas le mail contenant le unlockcode.bin et l'autre méthode il ne se passe rien quand je branche le téléphone et quand je veux réinstaller les drivers il ne se passe rien non plus... le fichier .exe ne s’exécute pas...

J'ai pas de bol ^^

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
L autre méthode  [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! 887500 

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
oui, la méthode Kingo ^^

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Et bien tu peux être heureux que cela n ait pas fonctionné
Root kingo (ATTENTION !!) - Tutos Galaxy Note 3 - Forum ...

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
faudrait prévenir sur le post concerné ... :/ et vérifier les sources le cas échéant ... en attendant j'ai envoyer trois messages sur le chat htcdev leurs expliquant que je ne recevais pas le mail mais aucune réponse...
Je suis bien embêter

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Quel post?
Tu as réessayé d avoir un .bin

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Oui, 2 fois en All support et 3 fois en M8. Chaque fois j'ai le succesful mais ma boîte reste vide...
Ça n'a pas de rapport avec la Sim ? Car elle est pas activé encore... D'un autre côté, ça empêche pas la lecture du code de l'appareil... Enfin bon si ça se trouve c'est ça...

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
A mon avis. non. Rien ne t empêche d essayé. Ça te passera le temps smile
A tu essayé de créer un nouveau compte avec une autre adresse mail? A voir si c est pas verboten

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Remarque c'est possible car j'ai fait une réinitialisation du mot de passe...

description[KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod! EmptyRe: [KERNEL/4.4.2] [14.03.14] Beastmode DLXPUL | GCC Linaro -Ofast compiled s2w/dt2w bbm mod!

more_horiz
Oups smile
privacy_tip Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
power_settings_newSe connecter pour répondre