CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: megthebest 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: megthebest con ben 16 Thanks ricevuti nell'ultimo mese

Pagina 26 di 31 primaprima ... 162425262728 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 251 a 260 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. #251
    Baby Droid


    Registrato dal
    Nov 2015
    Messaggi
    7

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Still wont work, something very strange..

  2.  
  3. #252
    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

    install quick reboot and reboot in recovery with this app
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

  4. #253
    Baby Droid


    Registrato dal
    Nov 2015
    Messaggi
    7

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Nope still wont work.. gotta give it up for today.

  5. #254
    Baby Droid


    Registrato dal
    Nov 2015
    Messaggi
    2

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    release V18 in first page
    Hey Paolo, thanks so much for your work!!! Just wanted to know if there is a 400ppi version of nubia camera app?

  6. #255
    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 evitself Visualizza il messaggio
    Hey Paolo, thanks so much for your work!!! Just wanted to know if there is a 400ppi version of nubia camera app?
    NubiaCamera_5.2_V5.2.7_400dpi.apk
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

  7. I seguenti 2 Utenti hanno ringraziato PaoloW8 per il post:

    brooklyn2006 (18-11-15),LiveMoto (19-11-15)

  8. #256
    Baby Droid


    Registrato dal
    Nov 2015
    Messaggi
    2

    Ringraziamenti
    0
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    Cool! Tried it, works perfectly with lcd_density 400dpi configuration. Thanks!

  9. #257
    Androidiano L'avatar di LiveMoto


    Registrato dal
    Jul 2015
    Località
    Russia, Ul'yanovsk
    Messaggi
    56
    Smartphone
    ZTE z7 Max

    Ringraziamenti
    64
    Ringraziato 22 volte in 14 Posts
    Predefinito

    Paolo, you can try to add support multibutton headsets?
    There Headset Xiaomi Piston with three buttons.
    This proprietary headset Xiaomi.
    The type sine firmware 4.4 are two of the three buttons. On the CM12 operates only the center.
    I use an application KeyTest that would determine which buttons sees the system.
    Concludes that the problem of soft or in the kernel.

    Have a nice day!
    4PDA community from Russia

  10. #258
    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 LiveMoto Visualizza il messaggio
    Paolo, you can try to add support multibutton headsets?
    There Headset Xiaomi Piston with three buttons.
    This proprietary headset Xiaomi.
    The type sine firmware 4.4 are two of the three buttons. On the CM12 operates only the center.
    I use an application KeyTest that would determine which buttons sees the system.
    Concludes that the problem of soft or in the kernel.

    Have a nice day!
    if you use an app like jays headset control you can use all button or still only one ?
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

  11. #259
    Androidiano L'avatar di LiveMoto


    Registrato dal
    Jul 2015
    Località
    Russia, Ul'yanovsk
    Messaggi
    56
    Smartphone
    ZTE z7 Max

    Ringraziamenti
    64
    Ringraziato 22 volte in 14 Posts
    Predefinito

    Quote Originariamente inviato da paolothlw8 Visualizza il messaggio
    if you use an app like jays headset control you can use all button or still only one ?
    I will check...

    Paolo view this please: https://github.com/M1cha/android_dev...mment-54744916
    I think I see why Xiaomi headset buttons don't work - they use different resistance values for buttons compared to what the kernel in @M1cha build expects.

    I've compared "sound/soc/msm/apq8064.c" in kernel source between @M1cha version and official (at least that's what I found) version from Xiaomi (https://github.com/MiCode/mi2_kernel), and they differ in the function that I understand as setting button resistances: at

    static void *def_tabla_mbhc_cal(void)

    somewhere in its code there is this:
    Xiaomi M1cha
    btn_low[0] = -75; btn_low[0] = -50;
    btn_high[0] = 150; btn_high[0] = 10;
    btn_low[1] = 151; btn_low[1] = 11;
    btn_high[1] = 330; btn_high[1] = 52;
    btn_low[2] = 331; btn_low[2] = 53;
    btn_high[2] = 655; btn_high[2] = 94;
    btn_low[3] = 21; btn_low[3] = 95;
    btn_high[3] = 62; btn_high[3] = 133;
    btn_low[4] = 154; btn_low[4] = 134;
    btn_high[4] = 181; btn_high[4] = 171;
    btn_low[5] = 182; btn_low[5] = 172;
    btn_high[5] = 218; btn_high[5] = 208;
    btn_low[6] = 219; btn_low[6] = 209;
    btn_high[6] = 254; btn_high[6] = 244;
    btn_low[7] = 63; btn_low[7] = 245;
    btn_high[7] = 104; btn_high[7] = 330;

    I've fixed (at least on my device) both Xiaomi Pistons (gold, v.2) and MiKey with CM11 m8.
    I had to re-compile the kernel (with some changes) and to change keylayout file.

    Pull requests are:
    https://github.com/M1cha/android_ker...i_aries/pull/2
    there's even a patch for a different device to Cm11: https://github.com/M1cha/android_dev...mment-54800092

    Please, pls!!)
    Ultima modifica di LiveMoto; 19-11-15 alle 14:48
    4PDA community from Russia

  12. #260
    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

    with the apk keytest you see the scancode of all button or only one ?
    Nubia Z7MAX
    rom compilate da me: CM 12.1, BlissPop, CarbonROM

Pagina 26 di 31 primaprima ... 162425262728 ... 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