ClockworkMod Recovery with Touch Support for Allwinner A10-based Tablet

Raziel

Member
Aug 21, 2012
6
0
Hi KillerKink, I'm using ONN M6 with ICS (9.7" , 1024x768)

This is my lsmod :

lsmod
8192cu 566489 0 - Live 0xbf16b000
bma250 6890 0 - Live 0xbf0dc000
gps 121973 0 - Live 0xbf0b8000 (F)
mcs7830 6557 0 - Live 0xbf0b2000
sr9700 8629 0 - Live 0xbf0ab000
rtl8150 8910 0 - Live 0xbf0a4000
asix 22500 0 - Live 0xbf099000
usbnet 23745 3 mcs7830,sr9700,asix, Live 0xbf08d000
sun4i_csi1 26605 0 - Live 0xbf082000
sun4i_csi0 31416 0 - Live 0xbf075000
hi253 16646 1 - Live 0xbf06c000
gc2015 14699 0 - Live 0xbf064000
gt2005 15052 0 - Live 0xbf05c000
gc0308 14208 1 - Live 0xbf054000
videobuf_dma_contig 5659 2 sun4i_csi1,sun4i_csi0, Live 0xbf04f000
videobuf_core 18067 3 sun4i_csi1,sun4i_csi0,videobuf_dma_contig, Live 0xbf045000
mali 130451 16 - Live 0xbf018000
ump 42306 23 mali, Live 0xbf007000
goodix_touch 11395 0 - Live 0xbf000000

Please support for my tablet. Thanks
 

KillerKink

Senior Member
Developer
Mar 16, 2011
361
77

KillerKink

Senior Member
Developer
Mar 16, 2011
361
77
2.3.6
Except checking keyboard (which looks standart as per many A10 tablets), anything else needed to check (hardware ?)

2 Raziel
It seems your tablet uses same goodix touch controller

I am no longer customising hardware button keys for other tablet. However, my CWM touch currently support goodix_touch based a10 tablet. In the future, I will fix the issue with ft5x based.

If you are using ICS, you need to use the KKRomkit9. If you are using gingerbread, you need to use KKRomkit.
 

Raziel

Member
Aug 21, 2012
6
0

Attachments

  • $sun4i-keyboard.zip
    215 bytes · Views: 299

KillerKink

Senior Member
Developer
Mar 16, 2011
361
77
I used kkromkit9 and can enter CWM. I can use volume button to up and down but can't enter selected menu because 4 virtual button and power not work. Please help me. I attached my sun4i-keyboard.kl

Thanks for your support.


touch buttons does not work?
 

KillerKink

Senior Member
Developer
Mar 16, 2011
361
77
can i run this at 1024?http://www.*************/ht7.jpghttp://www.*************/jh88.jpghttp://www.*************/dh5.jpg

yes. however, it only support goodix_touch based tablet at the moment. if the physical button does work, you are lucky.
 

KillerKink

Senior Member
Developer
Mar 16, 2011
361
77
Yes , I tried to touch many times but nothing happen

thats strange. given that you are using goodix_touch. try connnecting via adb and help to get me the dmesg log. you can do it by issuing "adb shell dmesg". you need to do it while in CWM.
 

Raziel

Member
Aug 21, 2012
6
0
thats strange. given that you are using goodix_touch. try connnecting via adb and help to get me the dmesg log. you can do it by issuing "adb shell dmesg". you need to do it while in CWM.
This is my dmesg log, please get attached file. Thanks
 

Attachments

  • $dmesg.doc
    67.5 KB · Views: 577

KillerKink

Senior Member
Developer
Mar 16, 2011
361
77
This is my dmesg log, please get attached file. Thanks

look like the goodix driver is not compatible with your tablet. Pass me a copy of your goodix_touch.ko and let me see if I can get it to work on mine.
 

restless

Member
Aug 21, 2012
9
1
well, I can confirm touch is working like charm on my "unknown A10-mid" :).
1 problem, with 870MB free on internal sdcard i get errors while making backup - on step .android. security
:(

I tried to move all apps to external sdcard... still not enough storage
Tried moubnting external sdcard and unmounting internal in CWM (hoping backup will be made on ext card), but it fails mounting external (ext_sd) -maybe because on my tablet its called extsdcard ?

Any idea how to make more room? :S
 

KillerKink

Senior Member
Developer
Mar 16, 2011
361
77
well, I can confirm touch is working like charm on my "unknown A10-mid" :).
1 problem, with 870MB free on internal sdcard i get errors while making backup - on step .android. security
:(

I tried to move all apps to external sdcard... still not enough storage
Tried mounting external sdcard and unmounting internal in CWM (hoping backup will be made on ext card), but it fails mounting external (ext_sd) -maybe because on my tablet its called extsdcard ?

Any idea how to make more room? :S

it does not matter as the CWM is a self contain recovery which does not have association with the main android system. So th ext_sd refer to by the CWM is ext_sd while the internal storage is emmc

you dont have to manually move data between the internal storage and external mSD. The default is external mSD while if you want use internal, its another selection.
 
Last edited:

Raziel

Member
Aug 21, 2012
6
0
look like the goodix driver is not compatible with your tablet. Pass me a copy of your goodix_touch.ko and let me see if I can get it to work on mine.
This is my goodix_touch.ko. Thanks very much.
 

Attachments

  • $goodix_touch.zip
    61.2 KB · Views: 339

restless

Member
Aug 21, 2012
9
1
it does not matter as the CWM is a self contain recovery which does not have association with the main android system. So th ext_sd refer to by the CWM is ext_sd while the internal storage is emmc

you dont have to manually move data between the internal storage and external mSD. The default is external mSD while if you want use internal, its another selection.
Yet, CWM obviously is trying to backup on internal sdcard - because it fails due to insufficient space - rebooting after failed backup, shows 0byte free on internal sdcard
Is there way to force CWM to create backup on external sdcard?
 
Top