This is Notpod's DUMP of what I understand is all that is needed to cook a ROM using the A10 tools.
UPDATED WITH LATEST DUMP 4/17
http://video.freaktab.com/?subpath=f...m_pmid701c.zip
This is:
Boot.img - confirmed to be good it mounts in linux as ext4
System.img - confirmed to be good it mounts in linux as ext4
Root.img - Confirmed good as it mounts in linux as FAT32
Recover.img - I DO NOT KNOW if it is good. I do not believe this is a mountable IMG. I cant mount it with anything. BUT that does not mean it is not good. Android recovery is usually NOT a file system but a booter program. So based on notpod's sucess 100% with dumping the other IMG's, I am guessing it is probably good!
If you guys want to mount these read my post on how to mount system and boot in linux in Notpod's other post I made here:
http://www.freaktab.com/showthread.p...needed-is-here
Root.img is FAT32 so this is how you mount it in linux
mkdir root
sudo mount -t vfat -o loop root.img root
I now think you guys can build a STOCK ROM!!!! So someone make one and try it. If it works, time for me to get in the kitchen for you guys! I can edit anything other than recovery which really is not required for me to make a kick arse ROM!
Bob
Comment