CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: Varioflex con ben 2 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: 9mm con ben 14 Thanks ricevuti negli ultimi sette giorni
Utente del mese: 9mm con ben 35 Thanks ricevuti nell'ultimo mese

Pagina 6 di 31 primaprima ... 4567816 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 51 a 60 su 305
Discussione:

[ROM] [ZTE Z7MAX] [Android 5.1.1] CM 12.1 unofficial

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. #51
    Baby Droid


    Registrato dal
    Jul 2015
    Messaggi
    21

    Ringraziamenti
    18
    Ringraziato 2 volte in 2 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    zram is already present in codeaurora kernel, I added the lz4 support (for better compress/uncompress speed) and enabled
    The zram code has a lot of upgrade after kernel 3.4, in the codeaurora the code for the MSM89X4 TAG is stopped at 2013-11-20.

    The TAG list

    But the zram driver has been upgrade much since it has been promoted out of staging. more stable I think. If you can backport that part I think we can get better porformance and gain more stablity while using the zram in the next release.

    so far I have tested the zram kernel for several hours now, it looks fine, no reboot or crash issues.

  2.  
  3. #52
    Baby Droid


    Registrato dal
    Jul 2015
    Messaggi
    21

    Ringraziamenti
    18
    Ringraziato 2 volte in 2 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    zram is already present in codeaurora kernel, I added the lz4 support (for better compress/uncompress speed) and enabled
    I replied a long post , why it has been deleted?

  4. #53
    Sviluppatore Android L'avatar di PaoloW8


    Registrato dal
    Mar 2013
    Messaggi
    6,401
    Smartphone
    NUBIA Z7 MAX, ZOPO 990 (morto)

    Ringraziamenti
    404
    Ringraziato 3,142 volte in 1,779 Posts
    Predefinito

    Quote Originariamente inviato da securecrt Visualizza il messaggio
    I replied a long post , why it has been deleted?
    maybe it's in moderation because of the link inside
    I read the message in the mail notification that I received

  5. #54
    Baby Droid


    Registrato dal
    Jul 2015
    Messaggi
    21

    Ringraziamenti
    18
    Ringraziato 2 volte in 2 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    maybe it's in moderation because of the link inside
    I read the message in the mail notification that I received
    so did you read my reply or you just only get the notification?

  6. #55
    Sviluppatore Android L'avatar di PaoloW8


    Registrato dal
    Mar 2013
    Messaggi
    6,401
    Smartphone
    NUBIA Z7 MAX, ZOPO 990 (morto)

    Ringraziamenti
    404
    Ringraziato 3,142 volte in 1,779 Posts
    Predefinito

    Quote Originariamente inviato da securecrt Visualizza il messaggio
    so did you read my reply or you just only get the notification?
    I read your reply

  7. #56
    Baby Droid L'avatar di brooklyn2006


    Registrato dal
    Aug 2015
    Località
    Russia
    Messaggi
    33
    Smartphone
    ZTE Nubia Z7 max

    Ringraziamenti
    40
    Ringraziato 4 volte in 3 Posts
    Predefinito

    Thanks Paolo! Your last firmware is very stable!
    Can you add to firmware auto call recording, the same as in YIOS?

  8. #57
    Baby Droid


    Registrato dal
    Jul 2015
    Messaggi
    21

    Ringraziamenti
    18
    Ringraziato 2 volte in 2 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    if you want to try the kernel with zram support download and flash this zip (without wipe)

    cm12.1_zramkernel.zip
    zram is disabled by default but you can enable with trickster mod app
    after 24 hours running, the zram kernel looks good, no problem has been found until now.

    I added a file to enable the zram : /system/etc/init.d/65zram

    #!/system/bin/sh
    #
    ######################
    # script made by securecrt
    ######################
    #
    #
    # resetting zram
    echo 1 > /sys/block/zram0/reset
    #
    # setting zram size to 384 mb
    echo 402653184 > /sys/block/zram0/disksize
    #
    # making zram swapable
    mkswap /dev/block/zram0
    #
    # starting swap on zram
    swapon /dev/block/zram0
    #
    # setting swappiness to 60
    #echo 60 > /proc/sys/vm/swappiness
    #
    # done
    #
    ######################
    Ultima modifica di securecrt; 05-08-15 alle 06:03

  9. Il seguente Utente ha ringraziato securecrt per il post:

    PaoloW8 (06-08-15)

  10. #58
    Baby Droid


    Registrato dal
    Jul 2015
    Messaggi
    21

    Ringraziamenti
    18
    Ringraziato 2 volte in 2 Posts
    Predefinito

    Quote Originariamente inviato da securecrt Visualizza il messaggio
    after 24 hours running, the zram kernel looks good, no problem has been found until now.

    I added a file to enable the zram : /system/etc/init.d/65zram

    #!/system/bin/sh
    #
    ######################
    # script made by securecrt
    ######################
    #
    #
    # resetting zram
    echo 1 > /sys/block/zram0/reset
    #
    # setting zram size to 384 mb
    echo 402653184 > /sys/block/zram0/disksize
    #
    # making zram swapable
    mkswap /dev/block/zram0
    #
    # starting swap on zram
    swapon /dev/block/zram0
    #
    # setting swappiness to 60
    #echo 60 > /proc/sys/vm/swappiness
    #
    # done
    #
    ######################
    more updates, I have kept the phone running for 55 hours until now, so far it works well, thanks for your great job.

  11. Il seguente Utente ha ringraziato securecrt per il post:

    PaoloW8 (06-08-15)

  12. #59
    Sviluppatore Android L'avatar di PaoloW8


    Registrato dal
    Mar 2013
    Messaggi
    6,401
    Smartphone
    NUBIA Z7 MAX, ZOPO 990 (morto)

    Ringraziamenti
    404
    Ringraziato 3,142 volte in 1,779 Posts
    Predefinito

    Quote Originariamente inviato da securecrt Visualizza il messaggio
    more updates, I have kept the phone running for 55 hours until now, so far it works well, thanks for your great job.
    nice
    I'm working to update the kernel to 3.4.108 version and (maybe) zram from 3.10 kernel


    edit:
    done

    kernel3.4.108.jpg

    now in testing...
    Ultima modifica di PaoloW8; 06-08-15 alle 14:57

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

    securecrt (07-08-15)

  14. #60
    Baby Droid


    Registrato dal
    Jul 2015
    Messaggi
    21

    Ringraziamenti
    18
    Ringraziato 2 volte in 2 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    nice
    I'm working to update the kernel to 3.4.108 version and (maybe) zram from 3.10 kernel


    edit:
    done

    kernel3.4.108.jpg

    now in testing...
    wow , nice ...... can't wait to test the new kernel...

Pagina 6 di 31 primaprima ... 4567816 ... ultimoultimo
Ultima pagina

Tag per questa discussione

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