-ROM- D2_711 (512MB Model)

mstech

Member
Dec 19, 2012
23
6
YEAH!!! Version 4 works just fine. Touch screen works, market updates to latest, and downloading previous purchases, and making purchases (I'm noting this cause other posts to get google market where you install the 3 apk's on the stock rom would not allow purchasing and as of 2 days ago that market quit working all together) Can you please fix the download link on first page? It goes error 404, must be linked to previous version, but I found it by going to parent directory.

Note on installing recovery mode backup script, install recovery, boot recovery step. I have OS win7 64-bit. For for me it didn't install recovery until I right click the files, select compatibility tab, and select run this program in compatibility mode for windows xp sp3

Wifi download speeds I get up to 35Mbps down and 15mbps upload consistently (that's close to my full network speeds). Wifi connects to router at 150Mbps and stays pretty steady without any drops in signal. Netflixs works... bench marks are the same as the stock. Just throwing that info in for anybody curious.

Does anybody have an idea of how to get hulu working. I installed the modded hulu plus app that even works on just about any device and it is starts to play video but stuck at buffer even if change settings to low. Anybody have a link to hulu plus that works on this tablet? What would be awesome if there was a build.prop so market would see it as a better supported tablet and get more apps.

Also, If camera says SD not mounted or no memory then you'll have to erase the internal storage (tablets SD not the exSD). Settings>Storage>internal storage>erase this storage. Check the camera is working by attempting to take a picture before installing apps and setting up tablet so your not erasing anything needed and back up anything from this area first like your backup you made in recovery of the stock.

I picked up a bunch of these as Christmas gifts. Almost took them back as I didn't want to give to people without google play fully working. Your hard work is so very very much appreciated.
 

asuddendeath

Member
Dec 19, 2012
2
0
WELL... I install the USB driver and ran the hack pack stuff, for some reason it wont boot. Didnt even load the new rom. When you hold down the power button it sits with the little android dude in the middle of the screen.
 

sunking

Member
Dec 5, 2012
32
1
Hmmmm... I tried v4, same thing. dmesg is showing:
127|root@android:/ # dmesg | busybox grep ctp
<4>[ 1.977875] m_inet_ctpState return false,continue deteck
<6>[ 1.993206] ctp_fetch_sysconfig_para.
<3>[ 1.993242] ctp_fetch_sysconfig_para: script_parser_fetch Boxchip type error.
<4>[ 2.058035] goodix_touch: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.126553] ssd253x_ts: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.182146] zet622x: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.216474] byd693x_ts: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.250747] gt82x: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.290953] gt811: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.347090] pixcir_touch_811: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.399455] gsl1680: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.428942] st1536_ts: Unknown symbol m_inet_ctpState (err 0)

which I believe all have to do with touchscreen.
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Hmmmm... I tried v4, same thing. dmesg is showing:
127|root@android:/ # dmesg | busybox grep ctp
<4>[ 1.977875] m_inet_ctpState return false,continue deteck
<6>[ 1.993206] ctp_fetch_sysconfig_para.
<3>[ 1.993242] ctp_fetch_sysconfig_para: script_parser_fetch Boxchip type error.
<4>[ 2.058035] goodix_touch: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.126553] ssd253x_ts: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.182146] zet622x: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.216474] byd693x_ts: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.250747] gt82x: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.290953] gt811: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.347090] pixcir_touch_811: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.399455] gsl1680: Unknown symbol m_inet_ctpState (err 0)
<4>[ 2.428942] st1536_ts: Unknown symbol m_inet_ctpState (err 0)

which I believe all have to do with touchscreen.

can you upload your boot.img?
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Okey doke. Uploaded here boot.img

A little strange is that this image has the module called goodix_tp.ko, not goodix_touch.ko.



Below are your ts drivers that should be loaded.what drivers need to be loaded for any devices is in the boot.img

on boot

#insmod key & tp driver
insmod /system/vendor/modules/ft5x_ts.ko
insmod /system/vendor/modules/goodix_ts.ko
insmod /system/vendor/modules/nt11003.ko
insmod /system/vendor/modules/sun4i-keyboard.ko

look in /system/vendor/modules of the rom you want to flash if you don't see one of the above drivers add it from your dump, rezip and then flash rom
 
Last edited:

sunking

Member
Dec 5, 2012
32
1
Below are your ts drivers that should be loaded.what drivers need to be loaded for any devices is in the boot.img



look in /system/vendor/modules of the rom you want to flash if you don't see one of the above drivers add it from your dump, rezip and then flash rom

The first, ft5x_ts.ko gives an failed: operation not permited and dmesg shows:

<6>[ 543.115454] ===========================ft5x_ts_init=====================
<6>[ 543.115480] ft5x_ts VERSION [email protected]
<4>[ 543.115488] m_inet_ctpState return false,continue deteck
<6>[ 543.120996] ctp_fetch_sysconfig_para.
<3>[ 543.121020] ctp_fetch_sysconfig_para: script_parser_fetch Boxchip type error.
<5>[ 543.128233] =========script_parser_fetch_err============
<6>[ 543.128240] ft5x_ts_init: err.
 

sunking

Member
Dec 5, 2012
32
1
Hey good news. I replaced the ft5x_ts.ko with the one from the original boot.img and things seem to be working :)

Well, almost. I still can't get it to recoginize my usb serial device that I'm looking for :(. My other ICS had an option in the settings that would turn on usb host mode, I'm not seeing that here. At least the touch screen is OK now.
 
Last edited:

mstech

Member
Dec 19, 2012
23
6
Downloading now.
What are the changes between v4 and v5? I notice that the download is smaller.
 

myfishbear

Senior Member
Nov 12, 2012
118
50
Downloading now.
What are the changes between v4 and v5? I notice that the download is smaller.
tones all the bloat was removed and all the hacks are back in. it is basicaly v1 with working touch screen drivers. v4 was just a test to see if i could get the ts working.
 

dave5678

Member
Dec 20, 2012
3
0
Flash went perfectly. Thank you! Just picked one up today at big lots for 59.99. Pre-Christmas sale. Perfect tab for my 8year old son.
 

mstech

Member
Dec 19, 2012
23
6
very snappy on v5 but camera is not opening. It says "unfortunately, camera has stopped".. So I flashed v4 rom and camera is working. back to v5 and when starting camera reading logfile
error opening /dev/video: No such file or directory
here is screen shot
$shot_000003.jpg
 
Top