CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: elmegio con ben 1 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: megthebest con ben 7 Thanks ricevuti negli ultimi sette giorni
Utente del mese: megthebest con ben 16 Thanks ricevuti nell'ultimo mese

Pagina 35 di 50 primaprima ... 25333435363745 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 341 a 350 su 493
Discussione:

[ROM] [JB] Team EOS 3 * Jellybean * Le nightly - Maguro

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. #341
    Androidiano L'avatar di fritz87


    Registrato dal
    Feb 2012
    Messaggi
    51

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Quote Originariamente inviato da giannib Visualizza il messaggio
    Dipende dalle gapps se sta o no la fotocamera..non sò perché ma e cosi
    ho anche provato ad installare le gapp vecchie che prima mi funzionavano, ma niente

  2.  
  3. #342
    Banned


    Registrato dal
    May 2011
    Messaggi
    12,288

    Ringraziamenti
    667
    Ringraziato 4,133 volte in 3,084 Posts

  4. #343
    Androidiano VIP L'avatar di giannib


    Registrato dal
    Mar 2012
    Località
    Ostuni
    Messaggi
    1,399
    Smartphone
    LG G4

    Ringraziamenti
    23
    Ringraziato 116 volte in 104 Posts
    Predefinito

    Changes
    crespo common: Use the crespo kernel and defconfig.

    Change-Id: I2987d4046203e7e89b6e65bbb90623ea32574c09

    -- Chris Trotman / detail
    Add the essentials that are needed to get a device to boot.

    Change-Id: If70f83c1874e53af8d9b5513d6212a126fe2e370

    -- Chris Trotman / detail
    Add crespo4g to the lunch menu.

    Om nom nom nom.

    Change-Id: If86a2e2ad9c51a65a6aba5018affeae3c64394a8

    -- Chris Trotman / detail
    Merge "Improve StatusBar Volume Control" into jellybean


    -- Chris Trotman / detail
    Improve scrolling cache

    Scrolling cache helps make short scrolls/flings smooth but will
    cause stutter when long flings are made. This patch disables
    scrolling cache when long flings are made.

    This patch also fixes a related bug where scrolling cache will
    not be enabled properly when transitioning from flinging to scrolling.

    Patch Set 2: Calculate threshold based on maximum velocity (Sang Tae Park)

    Change-Id: I1fdbaad92263c9f983a32900e74eba1f0367902b

    -- Pawit Pornkitprasan / detail
    ARM: Makefile: tuning: Adapt makefile tuning to use MACH_GROUPER

    These makefile tuning options where originally developed by Kenny Crudup, for
    the stingray.

    Change-Id: Ia839cd9dba49b43dc28b997f292459b9ba7596d5

    -- Chris Trotman / detail
    ARM: Makefile: tuning: improve compatibility with several compilers

    With these changes, I have been able to successfully build with:

    arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi-gcc [1]
    arm-eabi-4.4.3/bin/arm-eabi-gcc
    arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc
    arm-linux-androideabi-gcc (Linaro GCC 4.7-2012.05) 4.7.1 20120514 (prerelease)
    arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2010q1-202) 4.4.1

    [1] - section heading error in arch/arm/mach-tegra/pm-t2.c

    -- Kenneth R. Crudup / detail
    ARM: Makefile: Unify custom per-machine GCC build options to one place

    commit 7478c7f0 (hardfloat + toolchain change) scattered a bunch of
    GCC options all over "Makefile" and "arch/arm/Makefile", some of them
    either redundant, unnecessary or duplicated. Roll back both Makefiles
    to their kernel.org standard, and add the "CONFIG_EOS_MAKE_TUNING"
    Kconfig option so that any GCC build options may be consolidated
    there (and customized per-machine or per-cpu if desired).

    Add some preferred options for the Moto Xoom (MACH_STINGRAY) to start.

    Conflicts:
    arch/arm/Kconfig
    arch/arm/Makefile

    Change-Id: I32c632bddcd2cc911cbb5ebca9d3273ebba73432

    -- Kenneth R. Crudup / detail
    defconfig: Enable MMC_SDHCI_NATIVE_BLOCKSIZE

    Change-Id: Ia748a06100a6b666a043bfda852b14376f3ea234

    -- Chris Trotman / detail
    mmc: host: sdhci: Allow use of controller's native max blocksize

    Currently, any controller supporting a blocksize of 4K or higher
    is bumped back down to 512 bytes. This change allows using the
    controller's native blocksize on a per-hardware basis.

    Conflicts:

    drivers/mmc/host/sdhci.c

    -- Kenneth R. Crudup / detail
    defconfig: Use ext4 for ext2 and ext3 file systems.

    Change-Id: Ib49282f7a8975abe067d44c2079d8b4f4bfd639a

    -- Chris Trotman / detail
    defconfig: Add eos to the local version.

    Change-Id: I35557333a3bcae9910860dd860dd5ff63b9789a0

    -- Chris Trotman / detail
    defconfig: Align the local version number with the rest of the kernels.

    Change-Id: I9505c5cabeb5dda52790bab23cd739729f9e3555

    -- Chris Trotman / detail
    defconfig: Align the local version with the rest of the kernels.

    Change-Id: I5f982c2003d102b29d4b774d4f943cd2e881a177

    -- Chris Trotman / detail
    defconfig: Switch to Eos3 Local version number.

    Change-Id: I2d430ffb20721534315ba7e1253fdfea1a5455c0

    -- Chris Trotman / detail
    This project was added to the manifest.
    -- unknown / detail
    ARM: Makefile: tuning: Adapt makefile tuning to use MACH_TUNA

    These makefile tuning options where originally developed by Kenny Crudup, for
    the stingray.
    Also disable a few flags that result in the tuna device not booting.

    Change-Id: Ia270431084db9da102bede51248e401984dee61c

    -- Chris Trotman / detail
    ARM: Makefile: tuning: improve compatibility with several compilers

    With these changes, I have been able to successfully build with:

    arm-linux-androideabi-4.4.x/bin/arm-linux-androideabi-gcc [1]
    arm-eabi-4.4.3/bin/arm-eabi-gcc
    arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc
    arm-linux-androideabi-gcc (Linaro GCC 4.7-2012.05) 4.7.1 20120514 (prerelease)
    arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2010q1-202) 4.4.1

    [1] - section heading error in arch/arm/mach-tegra/pm-t2.c

    -- Kenneth R. Crudup / detail
    ARM: Makefile: Unify custom per-machine GCC build options to one place

    commit 7478c7f0 (hardfloat + toolchain change) scattered a bunch of
    GCC options all over "Makefile" and "arch/arm/Makefile", some of them
    either redundant, unnecessary or duplicated. Roll back both Makefiles
    to their kernel.org standard, and add the "CONFIG_EOS_MAKE_TUNING"
    Kconfig option so that any GCC build options may be consolidated
    there (and customized per-machine or per-cpu if desired).

    Add some preferred options for the Moto Xoom (MACH_STINGRAY) to start.

    Conflicts:
    arch/arm/Kconfig
    arch/arm/Makefile

    Change-Id: I32c632bddcd2cc911cbb5ebca9d3273ebba73432

    -- Kenneth R. Crudup / detail
    defconfig: Enable MMC_SDHCI_NATIVE_BLOCKSIZE

    Change-Id: I67db9382380f2aeae9ea28f6e7c2d133a047c22b

    -- Chris Trotman / detail
    mmc: host: sdhci: Allow use of controller's native max blocksize

    Currently, any controller supporting a blocksize of 4K or higher
    is bumped back down to 512 bytes. This change allows using the
    controller's native blocksize on a per-hardware basis.

    Conflicts:

    drivers/mmc/host/sdhci.c

    -- Kenneth R. Crudup / detail
    defconfig: Add eos to the local version.

    Change-Id: If52923e0b898584cd6084282e74d13349c19f66a

    -- Chris Trotman / detail
    Build "fstrim"

    Now that we're turning on "discard" on /data, "fstrim" can be used
    to have the EMMC controller reset/erase any blocks the filesystem
    isn't currently using (helps reduce NAND fragmentation, and write-
    amplification when the EMMC becomes full).

    Change-Id: I1d4742b81aa8080c705141fdac8131566c8c9724

    -- Kenneth R. Crudup / detail
    This project was added to the manifest.
    -- unknown / detail
    Crespo(4G) JRO03H broadcom binaries.

    Change-Id: I8439c90eeef77f6279e7ba63e0a69f9bd7cc3c7a

    -- Chris Trotman / detail
    CameraLauncher: Change to use the same code as the lockscreen.

    This is to avoid using the somewhat buggy method of calling the camera
    intent directly.

    Change-Id: I20d7945076ec0bdbc9205cb2f52c52b0d343bed3

    -- Chris Trotman / detail
    Add the "fstrim" binary

    Change-Id: I941a30e1d28b26b0d197da6a1c2dfc1ae72095b5

    -- Kenneth R. Crudup / detail
    Crespo(4G) JRO03H imgtec binaries.

    Change-Id: I012cbf273045275c797bc3f9094afd9995445c9d

    -- Chris Trotman / detail
    Cleanup of NVidia proprietaries (2 of 2)

    Remove proprietaries now in JRO03H-level NVidia proprietaries
    Remove build-supplied /system/etc/audio_effects.conf

    Change-Id: If7c0d463fc53ea7c89b4e2abc1a963c2d2ec5e7c

    -- Kenneth R. Crudup / detail
    Cleanup of NVidia proprietaries (1 of 2)

    Resume building libpkip.so from NVidia-supplied source

    Change-Id: Ie62b28b9fdf35f5c0eba98c0c99de384c64e53df

    -- Kenneth R. Crudup / detail
    Wingray JRO03H

    Change-Id: Iaee69f0d7126740ab047292832a1d4c0721b10c6

    -- Kenneth R. Crudup / detail
    This project was added to the manifest.
    -- unknown / detail
    Crespo4g: Only define packages if the target is crespo4g

    Change-Id: Iba1309e07f8126c8b0483ec15782ebd4068c5f9b

    -- Chris Trotman / detail
    Crespo(4G) JRO03H samsung binaries.

    Change-Id: Ic29a767500f5e7bccef838058d1229c25c66c8af

    -- Chris Trotman / detail
    Crespo(4G) JRO03H widevine binaries.

    Change-Id: I89cca8b74ee6ded091afcf2ba2b902c04327b091

    -- Chris Trotman / detail
    Clicca su thanks se ti sono stato di aiuto

  5. #344
    Senior Droid L'avatar di edwardeutsch


    Registrato dal
    Jan 2012
    Località
    Milano
    Messaggi
    919
    Smartphone
    Google Nexus 5

    Ringraziamenti
    110
    Ringraziato 138 volte in 109 Posts
    Predefinito

    Ei ciao ragazzi sono nuovo! Arrivo da un S2 con le experimental CM10 dopo aver passato un sacco di tempo su cm9! Ora monto la jellybro con leankernel...a questo punto dello sviluppo..ad oggi...è migliore questa EOS rispetto alla euroskank che monto? Grazie per l'aiuto in anticipo!

    Tapatalk @ Galaxy Nexus
    NEXUS 5 (32GB) / STOCK 4.4.2 (KOT49H) or PARANOIDANDROID 4.3 (BETA) / TWRP / SU

    IT'S A TRAAAP!

  6. #345
    Androidiano VIP L'avatar di giannib


    Registrato dal
    Mar 2012
    Località
    Ostuni
    Messaggi
    1,399
    Smartphone
    LG G4

    Ringraziamenti
    23
    Ringraziato 116 volte in 104 Posts
    Predefinito

    Quote Originariamente inviato da edwardeutsch Visualizza il messaggio
    Ei ciao ragazzi sono nuovo! Arrivo da un S2 con le experimental CM10 dopo aver passato un sacco di tempo su cm9! Ora monto la jellybro con leankernel...a questo punto dello sviluppo..ad oggi...è migliore questa EOS rispetto alla euroskank che monto? Grazie per l'aiuto in anticipo!

    Tapatalk @ Galaxy Nexus
    a batteria sicurmente si ma a personalizzazione la euroshank è superiore..se vuoi usare la cyano10 ti consiglio la official build (c'è un post apposta )..io monto la EOS è mi bastano i toggle, power menù e la % nella batteria
    Clicca su thanks se ti sono stato di aiuto

  7. Il seguente Utente ha ringraziato giannib per il post:

    edwardeutsch (06-08-12)

  8. #346
    Senior Droid L'avatar di edwardeutsch


    Registrato dal
    Jan 2012
    Località
    Milano
    Messaggi
    919
    Smartphone
    Google Nexus 5

    Ringraziamenti
    110
    Ringraziato 138 volte in 109 Posts
    Predefinito

    Quote Originariamente inviato da giannib Visualizza il messaggio
    a batteria sicurmente si ma a personalizzazione la euroshank è superiore..se vuoi usare la cyano10 ti consiglio la official build (c'è un post apposta )..io monto la EOS è mi bastano i toggle, power menù e la % nella batteria
    La batteria qui cala a vista d'occhio...grazie ancora!

    Tapatalk @ Galaxy Nexus
    NEXUS 5 (32GB) / STOCK 4.4.2 (KOT49H) or PARANOIDANDROID 4.3 (BETA) / TWRP / SU

    IT'S A TRAAAP!

  9. #347
    Androidiano VIP L'avatar di giannib


    Registrato dal
    Mar 2012
    Località
    Ostuni
    Messaggi
    1,399
    Smartphone
    LG G4

    Ringraziamenti
    23
    Ringraziato 116 volte in 104 Posts
    Predefinito

    Quote Originariamente inviato da fritz87 Visualizza il messaggio
    ho anche provato ad installare le gapp vecchie che prima mi funzionavano, ma niente
    devi scaricare le ultime Gapps dal 1 post il link
    Clicca su thanks se ti sono stato di aiuto

  10. #348
    Androidiano VIP L'avatar di giannib


    Registrato dal
    Mar 2012
    Località
    Ostuni
    Messaggi
    1,399
    Smartphone
    LG G4

    Ringraziamenti
    23
    Ringraziato 116 volte in 104 Posts
    Predefinito

    118 in upload stasera vi faccio lo screenshot della 117 quasi 1 giorno e mezzo di utilizzo e ancora il 49%
    Clicca su thanks se ti sono stato di aiuto

  11. #349
    Banned


    Registrato dal
    May 2011
    Messaggi
    12,288

    Ringraziamenti
    667
    Ringraziato 4,133 volte in 3,084 Posts
    Predefinito

    Gianni!! manca poco e la #118 esce dalla cucina! .. io sto aspettando la fila per ultimo quasi.. interessante quella di oggi per lo xoom..

  12. #350
    Androidiano L'avatar di fritz87


    Registrato dal
    Feb 2012
    Messaggi
    51

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Quote Originariamente inviato da giannib Visualizza il messaggio
    devi scaricare le ultime Gapps dal 1 post il link
    Ho risolto cosi grazie

    Inviato dal mio GT-P5100 con Tapatalk 2

Pagina 35 di 50 primaprima ... 25333435363745 ... 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