Hi folks,
I have a chinese tablet (Titan pc8008a, which actually is a TR810) with a rockchip rk2918 cpu and android 2.3.1. I successfully rooted it and now I'm trying to install a Linux distro in the microSD card. However, when trying to install Linux in it, the installation fails because the tablet automatically remounts the ext3 partition read-only after a while (the partition on the microsd card, I mean); no matter if I mount it with read and write permissions. I investigated a bit about this behaviour and found this link: http://stackoverflow.com/questions/11004608/remounting-a-stubborn-sdcard-directory-back-to-read-write, which seems to explain what is happening: apparently the Android on this tablet doesn't have ext3 support and hence it "believes" the sd card is damaged when I insert it. And though I can access it and mount it fine from the adb shell and the terminal inside the tablet, it is remounted read-only when I chroot it and try to install Linux in it.
So, the question is, is there a way to install ext3 support on the tablet. If so, how could I do it? I search the android market, but didn't find any suitable app for this (there is an app named NTFS Mounter, or something like that, but is not suitable for this device). BTW, the /system file system on this tablet is formatted in cramfs which is a read-only file system.
Another question: I found an update.img file with Android 4 that is supposed to work fine with this tablet but apparently the wifi card doesn't work with it, so I would like to know if there's a way to add the kernel module for this wifi card to this rom (as well as ext3 support). If so, how?
Thanks in advance for any help you can provide (and sorry for the long post).
I have a chinese tablet (Titan pc8008a, which actually is a TR810) with a rockchip rk2918 cpu and android 2.3.1. I successfully rooted it and now I'm trying to install a Linux distro in the microSD card. However, when trying to install Linux in it, the installation fails because the tablet automatically remounts the ext3 partition read-only after a while (the partition on the microsd card, I mean); no matter if I mount it with read and write permissions. I investigated a bit about this behaviour and found this link: http://stackoverflow.com/questions/11004608/remounting-a-stubborn-sdcard-directory-back-to-read-write, which seems to explain what is happening: apparently the Android on this tablet doesn't have ext3 support and hence it "believes" the sd card is damaged when I insert it. And though I can access it and mount it fine from the adb shell and the terminal inside the tablet, it is remounted read-only when I chroot it and try to install Linux in it.
So, the question is, is there a way to install ext3 support on the tablet. If so, how could I do it? I search the android market, but didn't find any suitable app for this (there is an app named NTFS Mounter, or something like that, but is not suitable for this device). BTW, the /system file system on this tablet is formatted in cramfs which is a read-only file system.
Another question: I found an update.img file with Android 4 that is supposed to work fine with this tablet but apparently the wifi card doesn't work with it, so I would like to know if there's a way to add the kernel module for this wifi card to this rom (as well as ext3 support). If so, how?
Thanks in advance for any help you can provide (and sorry for the long post).
Last edited: