About the partition and Sharp default partitions, can oz or hentges run some scripts before hand to repart the internal storage correctly if so required? That may help resolve some of the instability issues if incorrect partition sizes is the cause of it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130467\"][{POST_SNAPBACK}][/a][/div]
If that's possible, that would be a great idea, cause it would also clear away any rubbish left behind by any other installs :-)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130494\"][{POST_SNAPBACK}][/a][/div]
Repartitioning the flash would have to be done with updater.sh just like pdaXrom does it (or so I hear). I had a look at (OZ's) updater.sh in the past and it wasn't a lovely sight
I would rather not touch this script in its current form....
One way for OZ to work around the partitioning issues experienced by users coming from pdaXrom (and probably others) would be to rework the script to simply "format" the root partition and tar -xzf a rootfs tarball into it. With this method the partition sizes wouldn't matter at all as long as the root partition is large enough.
I don't even know if it could be done this way in a stable way but I guess it would be possible.
As for "wiping old stuff" from the image on a reflash this would basically mean rm -rf /home/* and would be trivial to implement during first-boot after flashing.
Hentges already allows you to remove old Opie or GPE settings from /home/$USER which I thought was enough, but yeah you have a point and I'll look into it.
It probably won't make it into the final "T1" release tho.