CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: 9mm 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 81 di 109 primaprima ... 3171798081828391 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 801 a 810 su 1081
Discussione:

[ZOPO 980/990/C2/C7][WIP]Sviluppo kernel (sorgenti) compatibile con KK

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. #801
    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 dreamer7 Visualizza il messaggio
    paolo,

    need missing file in mediatek/custom/eastaeon89_wet_kk/kernel/accelerometer

    mediatek/custom/out/kernel/built-in.o: In function `kxtj9_1005_remove':
    /home/builder8/S800A/ALPS.KK1.MP5.V1.3_EASTAEON89_WET_KK/alps/kernel/mediatek/custom/out/ker
    mediatek/custom/out/kernel/built-in.o: In function `kxtj9_1005_probe':
    /home/builder8/S800A/ALPS.KK1.MP5.V1.3_EASTAEON89_WET_KK/alps/kernel/mediatek/custom/out/ker
    mediatek/custom/out/kernel/built-in.o: In function `kxtj9_1005_i2c_probe':
    /home/builder8/S800A/ALPS.KK1.MP5.V1.3_EASTAEON89_WET_KK/alps/kernel/mediatek/custom/out/ker
    mediatek/custom/out/kernel/built-in.o: In function `kxtj9_1005_init':
    /home/builder8/S800A/ALPS.KK1.MP5.V1.3_EASTAEON89_WET_KK/alps/kernel/mediatek/custom/out/ker
    make[3]: *** [.tmp_vmlinux1] Error 1
    u need to modify the source for compile without error
    check for example kxtf9_auto and u will see there is a 3 file, u can get the kxtf9_cust_acc.c and modify for the kxtj9_1005
    but it is a waste of time because kxtj9_1005 does not work
    what file it to add :
    #define GPIO_CTP_EN_PIN GPIO136
    #define GPIO_CTP_EN_PIN_M_GPIO GPIO_MODE_00
    #define GPIO_CTP_EN_PIN_M_EINT GPIO_MODE_02

    ???

    my ft5306 still does not work (((
    add in mediatek/custom/common/kernel/touchpanel/ft5306/ft5306_driver.c
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

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

    dreamer7 (28-08-14)

  3.  
  4. #802
    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

    cmq con il codegen.dws del 4.4 non funzionano alcune cose ad esempio il bluetooth
    quindi sono tornato al codegen.dws del 4.2 e per far funzionare il flash nella camera (e come torcia) ho aggiunto le righe:
    codice:
    #define GPIO_FLASH_EN_PIN         GPIO76
    #define GPIO_FLASH_EN_PIN_M_GPIO  GPIO_MODE_00
    #define GPIO_FLASH_EN_PIN_M_EINT  GPIO_MODE_02
    #define GPIO_FLASH_EN_PIN_M_PWM  GPIO_MODE_01
    #define GPIO_TORCH_EN_PIN         GPIO75
    #define GPIO_TORCH_EN_PIN_M_GPIO  GPIO_MODE_00
    #define GPIO_TORCH_EN_PIN_M_EINT  GPIO_MODE_02
    #define GPIO_TORCH_EN_PIN_M_PWM  GPIO_MODE_01
    nel file mediatek/custom/eastaeon89_wet_kk/kernel/flashlight/constant_flashlight/leds_strobe.c
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

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

    Voldemaar (28-08-14)

  6. #803
    Androidiano L'avatar di Voldemaar


    Registrato dal
    Aug 2014
    Località
    RUSSIA
    Messaggi
    52
    Smartphone
    iOCEAN X7

    Ringraziamenti
    11
    Ringraziato 43 volte in 21 Posts
    Predefinito

    Paolo, i edit codegen for 4.4 like codegen for 4.2

  7. #804
    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 Voldemaar Visualizza il messaggio
    Paolo, i edit codegen for 4.4 like codegen for 4.2
    you have edited codegen.dws file ? how ?
    can u attach here ?
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

  8. #805
    Androidiano L'avatar di Voldemaar


    Registrato dal
    Aug 2014
    Località
    RUSSIA
    Messaggi
    52
    Smartphone
    iOCEAN X7

    Ringraziamenti
    11
    Ringraziato 43 volte in 21 Posts
    Predefinito

    you need dct from 4.2 and codegen for 4.2
    then you must open 4.4 codegen via dct for 4.4 and choose compare edit
    thats all

  9. #806
    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 Voldemaar Visualizza il messaggio
    you need dct from 4.2 and codegen for 4.2
    then you must open 4.4 codegen via dct for 4.4 and choose compare edit
    thats all
    ok, but u have not edit the file "codegen.dws"...right ?
    i already modified *.cmp and MT6589_NP.fig in mediatek/dct directory
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

  10. #807
    Androidiano L'avatar di Voldemaar


    Registrato dal
    Aug 2014
    Località
    RUSSIA
    Messaggi
    52
    Smartphone
    iOCEAN X7

    Ringraziamenti
    11
    Ringraziato 43 volte in 21 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    ok, but u have not edit the file "codegen.dws"...right ?
    i already modified *.cmp and MT6589_NP.fig in mediatek/dct directory
    no. you must edit codegen.dws!
    just wait, i will give it to you
    http://yadi.sk/d/qBJRJazFFFAu5
    it's russian filehosting
    Ultima modifica di Voldemaar; 28-08-14 alle 12:20

  11. I seguenti 2 Utenti hanno ringraziato Voldemaar per il post:

    dreamer7 (28-08-14),PaoloW8 (28-08-14)

  12. #808
    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 Voldemaar Visualizza il messaggio
    no. you must edit codegen.dws!
    just wait, i will give it to you
    lol ok thanks
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

  13. #809
    Androidiano L'avatar di Voldemaar


    Registrato dal
    Aug 2014
    Località
    RUSSIA
    Messaggi
    52
    Smartphone
    iOCEAN X7

    Ringraziamenti
    11
    Ringraziato 43 volte in 21 Posts
    Predefinito

    this is my codegen. you must modify it like yours! open 4.4 codegen, then choose compare edit and choose your 4.2 codegen.dws
    modify and save, it ready to use!
    sorry for my english at this forum, but i'm from Russia and can't speak italiano.

  14. I seguenti 2 Utenti hanno ringraziato Voldemaar per il post:

    PaoloW8 (28-08-14),zxbreak (28-08-14)

  15. #810
    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 Voldemaar Visualizza il messaggio
    this is my codegen. you must modify it like yours! open 4.4 codegen, then choose compare edit and choose your 4.2 codegen.dws
    modify and save, it ready to use!
    sorry for my english at this forum, but i'm from Russia and can't speak italiano.
    but codegen.dws is not a text file
    how to open and modify ?
    btw, if u are russian u can ask to Cheshkin how to fix the sensor ?

    I saw that he used kxtj2_auto driver but is not present in this kernel source
    http://4pda.ru/forum/index.php?s=&sh...ost&p=33757268
    Ultima modifica di PaoloW8; 28-08-14 alle 12:39
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

Pagina 81 di 109 primaprima ... 3171798081828391 ... 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