Visualizzazione stampabile
-
paolo, collected systemrom CPU-Z relationship hangs on the sensors, in the IQ4400 rom sensors also not visible/ not work. sensors on something else where you have to specify?
and 2 SIM not work
(((
-
Quote:
Originariamente inviato da
dreamer7
paolo, collected systemrom CPU-Z relationship hangs on the sensors, in the IQ4400 rom sensors also not visible/ not work. sensors on something else where you have to specify?
and 2 SIM not work
(((
for sensor u have to compile the entire rom because some settings are in HAL
for sim try to use the original zopo modem.img (rename in modem_1_3g_n.img)
-
Quote:
Originariamente inviato da
paolothlw8
i found the kxtj2_auto driver in this source:
https://bitbucket.org/DerTeufel/andr...6589/downloads
i get from this (in custom/g4s dir accelerometer) the drivers: kxtj2_auto, mma8453q_auto, src
and i have edited few things (i2c address)
btw, in attach u can find my modified files
ah, i use my compiled rom...in iq4400 rom sensors still do not work
super! i got all sensors there!
-
paolo, something does not add up to me.
What is the latest list of modules sensors turned out?
the camera has for some reason turned upside down
-
Quote:
Originariamente inviato da
dreamer7
paolo, something does not add up to me.
What is the latest list of modules sensors turned out?
you talk about projectconfig.mk ?
codice:
CUSTOM_KERNEL_ACCELEROMETER=kxtj2_auto mma8453q_auto
Quote:
the camera has for some reason turned upside down
which driver u use ?
in vanzo driver there is a config for the camera rotation
codice:
VANZO_MAIN_CAM_ROTATION = 180
on zp990 is 180, on zp980 is 0
if u use the original driver from 4.2 source u can add this line in projectconfig
-
ITA: salve volevo segnalare che un'altro dev italiano (shutt1e @ XDA) che sta lavorando alla CM 10.2 per MTK 6589
ENG: hi there, wanna inform you that another dev (shutt1e @ XDA) that is working on CM 10.2 for MTK 6589
https://github.com//shutt1e/android_device_phonepad
-
Quote:
Originariamente inviato da
forart
ITA: salve volevo segnalare che un'altro dev italiano (shutt1e @ XDA) che sta lavorando alla CM 10.2 per MTK 6589
ENG: hi there, wanna inform you that another dev (shutt1e @ XDA) that is working on CM 10.2 for MTK 6589
https://github.com//shutt1e/android_device_phonepad
si ho parlato con lui un po' di tempo fa su xda via pm, gli ho passato tutte le patch che avevo fatto sulla cm11
cmq la cm10 è android 4.3 mentre noi stiamo lavorando a 4.4 kitkat
-
how to compile original driver from 4.2 ?
ov12830trulybmipiraw_Sensor.c:1198:21: error: 'OV12830TRULYB_SENSOR_ID' undeclared (first use in this function)
or/ov12830trulybmipiraw_Sensor.c:1198:21: note: each undeclared identifier is reported only once for each function
-
Quote:
Originariamente inviato da
paolothlw8
i found the kxtj2_auto driver in this source:
https://bitbucket.org/DerTeufel/andr...6589/downloads
i get from this (in custom/g4s dir accelerometer) the drivers: kxtj2_auto, mma8453q_auto, src
and i have edited few things (i2c address)
btw, in attach u can find my modified files
ah, i use my compiled rom...in iq4400 rom sensors still do not work
Quote:
Originariamente inviato da
dreamer7
how to compile original driver from 4.2 ?
ov12830trulybmipiraw_Sensor.c:1198:21: error: 'OV12830TRULYB_SENSOR_ID' undeclared (first use in this function)
or/ov12830trulybmipiraw_Sensor.c:1198:21: note: each undeclared identifier is reported only once for each function
you must add sensor to inc and src
-
Quote:
Originariamente inviato da
dreamer7
how to compile original driver from 4.2 ?
ov12830trulybmipiraw_Sensor.c:1198:21: error: 'OV12830TRULYB_SENSOR_ID' undeclared (first use in this function)
or/ov12830trulybmipiraw_Sensor.c:1198:21: note: each undeclared identifier is reported only once for each function
u need to edit some file...i have done some days ago and now i don't remember which files :)
btw i'm still working on it because not work property (focus for example)
when i'm done i will release the source code