CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: 4eyes81 con ben 2 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: elmegio con ben 7 Thanks ricevuti negli ultimi sette giorni
Utente del mese: bluemask con ben 43 Thanks ricevuti nell'ultimo mese

Pagina 1 di 49 12311 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 1 a 10 su 489
Discussione:

[KERNEL] Semaphore

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #1
    Androidiano


    Registrato dal
    Apr 2013
    Località
    Reggio Calabria
    Messaggi
    286
    Smartphone
    Nexus 4

    Ringraziamenti
    40
    Ringraziato 82 volte in 64 Posts
    Predefinito

    [KERNEL] Semaphore

    Il Semaphore kernel di Stratosk è sicuramente tra i più usati per il nostro N4 e forse qualcuno di voi lo usava anche per il vecchio Samsung i9000, quindi passiamo subito al dunque.

    semaphore_logo.png

    Le versioni >= 3.0.0b sono per Lollipop 5.x.x

    Le versioni >= 2.2.0 sono per android KK 4.4.3

    Le versioni >= 1.8.5 sono per android KK 4.4.1/4.4.2

    Le versioni >= alla 1.8.0 sono per android 4.4 KitKat

    Le versioni >= alla 1.5.0 sono per android 4.3 JB, tutte le precedenti per android 4.2

    Features (in continuo sviluppo)
    - Linux kernel 3.4.91
    - built with Linaro gcc 4.8.2 201306
    - Double Tap to Wake
    - enabled O2 optimizations
    - ondemand (Changed calculation of frequency, tweaked)
    - conservative
    - mpdecision dropped
    - dyn_hotplug driver
    - Noop scheduler (default)
    - SIO scheduler
    - Touch wake
    - Gamma control
    - LED triggers: touchwake, thermal
    - Undervolting
    - removed many debug options


    Guida all'installazione:

    1) scaricare il file .zip nel vostro terminale
    2) riavviare in modalità recovery
    3) eseguire un wipe cache e wipe dalvik cache (se provenite dal franco kernel flashate il franco kernel reset)
    4) flashate il file .zip scaricato in precedenza
    5) rieseguite un wipe cache e wipe dalvik cache
    6) godetevi il Semaphore kernel


    Download




    Change log:

    3.1.0 (15/04/2015)
    - Merge Android-5.1.0_r0.9 changes


    3.0.5 (22/03/2015)
    - cpufreq: new per cpu tunable util_threshold (default 25)
    - Dynamic hotplug: Change algorithm. If CPUs have different util_threshold, the CPU with the greater one will be chosen
    - ondemand: new tunable down_threshold. If load below this threshold lowest frequency will be user.

    3.0.2 (18/02/2015)
    - Linux kernel 3.4.106

    3.0.1 (11/12/2014)
    - Merge latest changes from Android source (5.0.1)

    3.0.0
    - Linux kernel 3.4.105
    - Fix initramfs issues (mpdfake, initscripts) due to SELinux. Semaphore init script uses Chainfire's supolicy tool (included in latests SuperSU) to patch sepolicy

    3.0.0b (18/11/2014)
    - Lollipop release
    - Merged latest lollipop branch
    - Linux 3.4.104


    2.4.0 (19/08/2014)
    - Linux kernel 3.4.103
    - ondemand: a small fix in check load condition (thanks to moddingg33k)
    - tick-sched: Remove unnecessary statistics calculation required by mpdecision (thanks to moddingg33k)
    - tick-sched: A couple of fixes from mainline

    2.3.3 (19/07/2014)
    - Linux kernel 3.4.99

    2.3.0 (27/06/2014)
    - Linux kernel 3.4.95
    - ondemand: Change the calculation of next frequency to utilize lower frequencies more (the governor will be more sensitive to lower loads)
    - ondemand: Change default touch load to 65 to keep the touch frequency to 1134MHz (because of the change in calculation)
    Please note that you have to change the touch load to 65 in Semaphore Manager until the app update.

    2.2.5 (15/06/2014)
    - Linux kernel 3.4.93
    - ondemand: Be friendly towards latency-sensitive bursty workloads (backport 2 patches that intended for 3.16)

    2.2.2 (6/6/2014)
    - Merge latest changes from Android KK 4.4.3 kernel source
    - Added 2 more tunables to dyn_hotplug to control timer for up and down CPUs: up_timer_cnt (default 2 = 1sec) and down_timer_cnt ( default 10 = 5sec)
    - Small improvement to dyn_hotplug
    - Introduce a new 405MHz frequency to be used as minimum in case of flickering issues on some devices. This freq uses an HFPLL instead of the PLL_8 (which is used by 384MHz freq) and uses a higher L2 freq. Please note that a little bit more power consumption is expected (but with a small performance increase).


    2.1.5 (26/05/2014)
    - Linux kernel 3.4.91
    - Fixes for camera from CAF (thanks to ihancioglu)

    2.1.0 (06/04/2014)
    - Linux kernel 3.4.86
    - cpufreq: A small optimization on target freq selection
    - config: Remove slub debug

    2.0.9 (13/03/2014)
    - Linux kernel 3.4.83
    - msm: camera: Fix to avoid crashes (unfortunately it does not resolve all issues)

    2.0.5 (30/01/2014)
    - Linux kernel 3.4.78
    - input: lge_touch_core: Fix double tap to wake unresponsive touch screen issue
    - cpufreq: interactive: Enable input boost by default

    2.0.2 (23/01/2014)

    - Linux kernel 3.4.77
    - Reworked double tap to wake functionality

    2.0.0 (08/01/2014)

    - Linux kernel 3.4.76
    - lge_touch_core: Implement Double Tap to Wake functionality
    - Interactive governor: latest updates from CAF
    - lge_touch_core: Remove debug messages
    - nefilter: xt_qtaguid: Remove debug messages, fixes from CAF
    - sync: Fixes from CAF
    - ledtrig-thermal: Fix issue that suspend procedure was blocked during boot (screen remain off)
    - touchwake: Fix possible race condition
    - Possible fix of kernel panic during update of gamma values

    1.8.8 (22/12/2013)
    - Linux kernel 3.4.75
    - dyn_hotplug: Activate the driver 1min after boot (because during init scripts execution all CPUs should be online to get initial settings. Fixes issue where a CPU governor could be set with default performance governor. Thanks to ihancioglu for reporting and reproducing the issue).
    - cpufreq: set initial utilization to zero on device CPU addition

    1.8.7 (13/12/2013)
    - Linux kernel 3.4.74
    - Gamma control: apply new settings without the need of screen power off/on cycle (thanks to rmcc)
    - fix sysfs scaling_min_freq file permissions
    - config: Add CONFIG_NETFILTER_XT_TARGET_TCPMSS support (forgotten upstream update)

    1.8.5 (07/12/2013)
    - Merge upstream changes from KitKat 4.4.1 kernel
    - Linux kernel 3.4.72


    1.8.0 (21/11/2013)
    - KitKat support
    - Linux kernel 3.4.70


    1.7.6 (04/11/2013)
    - Linux kernel 3.4.68
    - touchwake: Fix issue when disabling driver during screen off and wakelock was active (thanks @ihancioglu for his report)
    - ondemand: a small cleanup in code (thanks @Jugster)

    1.7.4 (23/10/2013)
    - Linux kernel 3.4.67
    - Fix logger loading issue in some custom ROMs
    - ondemand: A small optimization in input event

    1.7.1 (03/10/2013)
    - Linux kernel 3.4.64
    - mach-msm: dyn_hotplug: On early suspend use min_online value of 1 (make use of C3 power state on CPU0 when the screen is off)
    - mach-msm: dyn_hotplug: Use cpumask_next_zero to find the next offline CPU (thanks to Skkip)
    - Possible fix from CAF for a cpuidle bug
    - video: lm3530_bl: Introduce new tunables to control LED driver (LCD backlight)
    lm3530_min_br: sets the minimum brightness level (2-114)
    lm3530_max_br: sets the maximum brightness level (2-114)
    lm3530_br_mode: sets the linear (default 1) or exponential (0) brightness mapping mode.
    The sysfs path is /sys/devices/i2c-0/0-0038/
    Please note that the exponential brightness mode uses a very low LCD brightness on a low external light. You may need to increase the min_br for better results.

    1.6.5 (17/09/2013)
    - Linux kernel 3.4.62
    - mach-msm: dyn_hotplug: Schedule driver's work only on CPU0
    - mach-msm: dyn_hotplug: Offline the CPU with the lowest current frequency (thanks to Skkip)
    - cpufreq: Fixes from Code Aurora
    - cpufreq: conservative/interactive: Update the CPU utilization in policy for dynamic hotplug driver (should fix issues with hotplug)
    - networking: Include Westwood TCP congestion control algorithm (CuBIC still the default)

    1.6.0 (06/09/2013)
    - Any Kernel Updater installation method, modified to inject all Semaphore changes on the fly to the current initramfs (thanks to Koush)
    - Touchwake changes to avoid conflicts with TouchControl app (thanks to bponury)
    - ondemand change to handle input only from touchscreen (CAF)
    - Added a tiny service 'mpdfake' in initramfs, coded in C to consume PowerHAL messaged to missing mpdecision (fixes error messages in logcat )

    1.5.7 (30/08/2013)
    - Revert touchwake changes introduced in 1.5.6

    1.5.6 (30/08/2013)
    - Linux kernel 3.4.60
    - Rework touchwake code for compatibility with TouchControl (thanks @bponury)
    - mach-msm: board-mako-display: Use default values for LCD color temperature (should fix stock issue with ' fastboot boot' command. Thanks @MSKip for reporting)
    - mach-msm: subsystem_restart: Fix CPU detection (should fix issue that the subsystem_restart could not detect the CPU and panic_handler could not restart subsystems properly)


    1.5.5 (23/08/2013)
    - Linux kernel 3.4.59
    - Fix compatibility issues with CM in initramfs
    - Fix initramfs files ownership to root

    1.5.3 (06/08/2013)
    - Linux kernel 3.4.56
    - dyn_hotplug: Add max_online tunable to control maximum number of online CPUs
    - dyn_hotplug: Add checks when store tunables
    - dyn_hotplug: code clean-up
    - freezer: Fix deadlock issue (by Colin Cross)

    1.5.2 (31/07/2013)
    - Linux kernel 3.4.55
    - mach-msm: acpuclock-krait: Fix PVS bin information in cputable info
    - Add service call in init.rc about SuperSU daemon (recommended by Chainfire)
    - Add CM10.2 support for su (untested)

    1.5.1 (29/07/2013)
    - Add gamma control
    - Merge freezer changes
    - Enable O2 optimizations
    - Remove some debug options

    1.5.0 (26/07/2013)
    - Rebased on JB 4.3 (JWR66V) kernel. It should be used only on stock JWR66V.
    Unmerged features (compared to 1.4.1):
    - gamma control
    - ROW scheduler
    - O3 optimizations



    Tutti i change log qui

    È consigliato resettare il proprio undervolt (in caso lo facciate) prima di flashare una nuova versione del kernel.

    Thread su xda


    Utilizzate l'app Semaphore Manager per gestire il kernel.

    Qui ci sono numerosi settaggi per modificare i colori del display fatti da vari utenti su xda.
    Immagini allegate
    Ultima modifica di ciakk1; 16-04-15 alle 11:17 - Motivo: lollipop

  2. I seguenti 2 Utenti hanno ringraziato ciakk1 per il post:

    le0n (07-07-13),melo93 (28-06-13)

  3.  
  4. #2
    Androidiano


    Registrato dal
    Apr 2013
    Località
    Reggio Calabria
    Messaggi
    286
    Smartphone
    Nexus 4

    Ringraziamenti
    40
    Ringraziato 82 volte in 64 Posts
    Predefinito

    Riserviamo un post per il futuro, non si sa mai.

  5. I seguenti 2 Utenti hanno ringraziato ciakk1 per il post:

    David Stifler (27-06-13),le0n (07-07-13)

  6. #3
    Senior Droid L'avatar di xMaTtEoRuLeZx


    Registrato dal
    Jun 2012
    Messaggi
    441

    Ringraziamenti
    7
    Ringraziato 27 volte in 24 Posts
    Predefinito

    bene, visto che sono nuovo su nexus 4, mi daresti delle opinioni sui consumi?
    Smartphone: LG Nexus 4
    Rom: CM 10.1 Stable
    Kernel: Franco M3
    Modem: .48

  7. #4
    Androidiano


    Registrato dal
    Apr 2013
    Località
    Reggio Calabria
    Messaggi
    286
    Smartphone
    Nexus 4

    Ringraziamenti
    40
    Ringraziato 82 volte in 64 Posts
    Predefinito

    Quote Originariamente inviato da xMaTtEoRuLeZx Visualizza il messaggio
    bene, visto che sono nuovo su nexus 4, mi daresti delle opinioni sui consumi?
    Io ce l'ho abbinato con la Rootbox (ho anche fatto un leggero undervolt) e ci faccio 3h e mezza 4h di schermo alternando wi-fi e 3g. Secondo me è ottimo in wi-fi questo kernel, ti consiglio di provarlo

  8. #5
    Androidiano VIP L'avatar di punticci


    Registrato dal
    Jul 2011
    Località
    Vicenza
    Messaggi
    1,488
    Smartphone
    LG Nexus 4

    Ringraziamenti
    162
    Ringraziato 152 volte in 126 Posts
    Predefinito

    Io devo ancora provare il Franco..dicono tutti che è fantastico..Ma è meglio del semaphore? Qualcuno ha provato entrambi?

    -----------------------------------------------------------------------------------
    Modello: Nexus 5
    Play Store:https://play.google.com/store/apps/d...=Davide+Dellai
    All In One System: https://play.google.com/store/apps/d...dd.androreboot
    Email: dellai.davide@gmail.com

  9. #6
    Senior Droid L'avatar di badcat


    Registrato dal
    Jun 2012
    Messaggi
    895

    Ringraziamenti
    89
    Ringraziato 173 volte in 159 Posts
    Predefinito

    Io ho provato entrambi....
    Secondo me si comparano. (li ho usati tutti e due undervoltati e il resto con le impostazioni default).
    Spesso dipende come usi il cellulare....io ti consiglierei di provarli tutti e due e poi valuti in base alle tue esigenze.
    Comincerei dal semaphore il quale è uno dei pochi ad utilizzare ancora l'mpdecision di qualcomm. Quindi diciamo che per certi versi assomiglia più allo stock rispetto agli altri.
    Io poi del samaphore trovo utilissima la funzione Touch wake (sempre secondo il mio personale utilizzo).
    Il "bello" del franco è che ci sono aggiornamenti quasi ogni giorno, quindi se sei un flashatore folle poi ogni giorno provare una versione con funzioni nuove e perfezioni varie.
    Ultima modifica di badcat; 27-06-13 alle 22:44
    Galaxy SII => Galaxy Note => Galaxy SIV

    G3

    Nexus One => Nexus S => Galaxy Nexus => Nexus 4 => Nexus 5

    One => 2 => 3 + G Watch Urbane

  10. Il seguente Utente ha ringraziato badcat per il post:

    punticci (28-06-13)

  11. #7
    Androidiano


    Registrato dal
    Mar 2013
    Località
    provincia di Siracusa
    Messaggi
    292
    Smartphone
    Nexus 4

    Ringraziamenti
    28
    Ringraziato 19 volte in 18 Posts
    Predefinito

    ragazzi questa mattina ho messo il semaphore sul telefono! voi avete fatto anche il bandabase?? comunque appena l'ho flashato mentre stava caricando il telefono per accendersi ( per la prima volta col nuovo kernel) è spuntato un led rosso, c'è stato un po piu del solito a caricare ma dopo che si accesso ( menomale) il led rosso ci sta ancora, se spengo lo schermo scompare , se lo accendo e lo utilizzo ricompare ! cosa puo essere? inoltre può essere che dopo aver fatto tutti i passaggi di cambio kernel ( ho cambiato solo kernel rom stock) abbia consumato solo il 4% di batteria?

  12. #8
    Androidiano


    Registrato dal
    Apr 2013
    Località
    Reggio Calabria
    Messaggi
    286
    Smartphone
    Nexus 4

    Ringraziamenti
    40
    Ringraziato 82 volte in 64 Posts
    Predefinito

    Sì il consumo è possibile, comunque scarica l'app vai nel menù tweaks e disattiva il led rosso.
    È una funziona che monitora la temperatura, più è rosso più scalda

  13. Il seguente Utente ha ringraziato ciakk1 per il post:

    melo93 (28-06-13)

  14. #9
    Androidiano


    Registrato dal
    Mar 2013
    Località
    provincia di Siracusa
    Messaggi
    292
    Smartphone
    Nexus 4

    Ringraziamenti
    28
    Ringraziato 19 volte in 18 Posts
    Predefinito

    Quote Originariamente inviato da ciakk1 Visualizza il messaggio
    Sì il consumo è possibile, comunque scarica l'app vai nel menù tweaks e disattiva il led rosso.
    È una funziona che monitora la temperatura, più è rosso più scalda
    ok grazie un altra cosa tu noti che col semaphore il telefono scalda meno?

  15. #10
    Androidiano


    Registrato dal
    Apr 2013
    Località
    Reggio Calabria
    Messaggi
    286
    Smartphone
    Nexus 4

    Ringraziamenti
    40
    Ringraziato 82 volte in 64 Posts
    Predefinito

    Quote Originariamente inviato da melo93 Visualizza il messaggio
    ok grazie un altra cosa tu noti che col semaphore il telefono scalda meno?
    Rispetto a quello stock non so perché l'ho tenuto poco , ma rispetto al kernel faux sì

Pagina 1 di 49 12311 ... ultimoultimo
Ultima pagina

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy