tsn, on 19 November 2011 - 09:08 AM, said:
Miquel, thanks for the quick reply. After popping the casing off again, the smaller connector used for the touch screen appears to have a slight bump on the edge, perhaps caused by me, but if so was done only after the rollback to the 201109 version. I do know the case had been popped off a couple times by someone else to charge the battery. All three tablets we ordered came with the wrong power adaptor, so one of the guys at work popped the batteries out and charged them. Could be that he caused the slight bump in the edge of the connector and it finally isn't making contact now in that yellow ribbon.
I do have 2 more of these that all came at the same time at the office. I'm on vacation for the next week and a half, but I'll try to stop at the office next week and get a Linux DD image of one of the SD cards on one of the other 2 units. I know that no one besides me is doing firmware mods. Everyone else is just testing apps and battery lifetime etc.
If you have anything specific you would like me to do, specific method to back up the internal SD let me know and I'll do that. I'm going to get in touch with the guy keeping the tablets hopefully this weekend and trade mine in hopefully before Monday.
Again thank you for your quick reply, and let me know if there is anything specific you want me to do when I get one of the other tablets, they all have the newer firmware, and the other 2 won't have any changes made to them, except for maybe some software installed, that I'll do a restore before backup.
-TSN
hi, do not do a "restore to factory", you will end up with a posibly unbooting device. i had a tweaked T9 with firmware 929, i moded the partition sizes
(data and cache) and when i did a restore, i loose all those tweaks.
for backup up the microsd image in linux dd is ok dd if=/dev/sdX of=/somedir/microsdbackup.img
better to be done in windows, as some linux distros tend to auto-mount partitions in removable media, and that will
modify the partitions info before you could do a backup. if you are in windows you can use winimage.
and last, the content of the microsd cards (the ones i have examined so far) is somewhat this:
there is some "unpartitioned space" in the beggining of it, (about 33-43 MB ), then the "first created partition" is
the a FAT32 that is used for user space for data, this is located lastly in the microsd but in the partition table is
the number 1.
the partition number 2 is located directly after the unpartitioned space and it is the system partition ext4, the content of
this is in the system.img file of a the firmware ( the firmware came with an update.zip and inside that zip there are
two files boot.img ( that contains what is in the unpartitioned space, and system.img )).
partition 3 and 4 are data and cache, they are both ext4, they are after the system partition, FAT partition (number 1) is after this two.
the content of this partitions are created by the tablet when it boot up and with usage, so they are really not important
you cand modify this partitions or create them from scratch, the only thing you must be carefull is to set the
partitions uuid's to the expected values and to set the last mount point value also, or the device won't find them
and won't boot because it needs some r/w space.
and thats pretty much what i have learned while experimenting with this device.