Укажите модель материнской платы, что можно было попытаться найти прошивку.
hra_a13_KNC803-FT5406_8_800x600_ddr408_odt_0308_v1.5_1029
hra_a13_KNC803-gt813_8_800x600_ddr408_odt_0308_v1.5_1029--tianma
hra_a13_android-803-gt813_8_800x600_ddr408_odt_0308_v1.5_1029--tianma
hra_a13_android-FT5406_8_800x600_ddr408_odt_0308_v1.5_1029
yui, конфигурации в прошивке править не нужно.
nordok1963, читайте это сообщение
CHVladimir, я привел пример и указал, что необходимо прописать нужное значение для разрешения.
SinDVB, для inet-98vb-rev01 я бы посоветовал прошивку B-TAB_9_A13_98VB_M901C_1303276_20130703.rar
kgenyk63, спасибо за отзыв.
ahtishamzaheer1, try this app TSCalibration2.apk for Android. Press on the crosses. If this does not help, then try DragonFace - look at this act strictly according to paragraph Важное дополнение!
You need to edit init.sun5i.rc.
For example, add your module rtl8150.ko to section
wifi module you can find in another firmware.#usb net module
insmod /system/vendor/modules/usbnet.ko
insmod /system/vendor/modules/asix.ko
insmod /system/vendor/modules/rtl8150.ko
insmod /system/vendor/modules/qf9700.ko
insmod /system/vendor/modules/mcs7830.ko
For TC add your modules to section (It's example)
TC modules you can find in your firmware. You can find all touchscreen modules in section #insmod key & tp driver#insmod key & tp driver
insmod /system/vendor/modules/ft5x_ts.ko
insmod /system/vendor/modules/goodix_touch.ko
insmod /system/vendor/modules/zet622x.ko
insmod /system/vendor/modules/gt811_ts.ko
insmod /system/vendor/modules/st1536_ts.ko
insmod /system/vendor/modules/gt82x.ko
insmod /system/vendor/modules/ilitek_ts.ko
insmod /system/vendor/modules/sw-keyboard.ko
insmod /system/vendor/modules/pixcir_ts.ko
insmod /system/vendor/modules/gslX680.ko
Then for TC you are need to edit temp\sysconfig1.lhs, sectioin [ctp_para]
For example, replace this section from temp\sysconfig1.lhs where the touchscreen doesn't work on section of firmware where the touchscreen worked well
Код: Выделить всё
[ctp_para]
ctp_used = 1
ctp_twi_id = 2
ctp_name = "ft5x_ts"
ctp_twi_addr = 0x38
ctp1_used = 1
ctp1_name = "Goodix-TS"
ctp1_twi_addr = 0x55
ctp2_used = 1
ctp2_name = "ssd253x-ts"
ctp2_twi_addr = 0x48
ctp3_used = 1
ctp3_name = "novatek-ts"
ctp3_twi_addr = 0x09
ctp4_used = 1
ctp4_name = "zet622x-ts"
ctp4_twi_addr = 0x76
ctp5_used = 1
ctp5_name = "byd693x-ts"
ctp5_twi_addr = 0x52
ctp6_used = 0
ctp6_name = "gt82x"
ctp6_twi_addr = 0x5d
ctp7_used = 0
ctp7_name = "px811"
ctp7_twi_addr = 0x5c
ctp_screen_rotate = 0
ctp_screen_max_x = 800
ctp_screen_max_y = 480
ctp_revert_x_flag = 0
ctp_revert_y_flag = 0
ctp_exchange_x_y_flag = 0
ctp_havekey = 0
ctp_int_port = port: PH21<6><default><default><default>
ctp_wakeup = port: PB13<1><default><default><1>
ctp_io_port = port: PH21<0><default><default><default>


