- Thread starter
- #31
You're right, it's formated in cramfs, indeed. I had read something about it before when searching for this error, but wasn't sure which fs type was it formated to. So, I executed 'busybox mount' from the adb shell and got this entry for the /system partition:
So, it means I must unpack the .img file that comes with the tablet, root it, pack it and flash the tablet? If so, do you know of any tools to unpack/pack the .img file?
BTW, I was reading another website in Spanish about this tablet and someone said he has successfully rooted it, so there must be some way. (He doesn't say how, though).
Well, gonna start looking for a way to manipulate the .img file.
Thanks again for your help. This has been very educational.
Code:
...
/dev/block/mtdblock4 on /system type cramfs (ro,relatime)
...
So, it means I must unpack the .img file that comes with the tablet, root it, pack it and flash the tablet? If so, do you know of any tools to unpack/pack the .img file?
BTW, I was reading another website in Spanish about this tablet and someone said he has successfully rooted it, so there must be some way. (He doesn't say how, though).
Well, gonna start looking for a way to manipulate the .img file.
Thanks again for your help. This has been very educational.