Android Tablets Forum banner

changing partition table

4K views 2 replies 3 participants last post by  Kriss_Hietala 
#1 ·
as we know, the Advanced2 8GB Flash is divided like this:
/dev/block/nandd 504M /system
/dev/block/nande 1008M /data
/dev/block/nandh 504M /cache
/dev/block/nandi 5.6G /mnt/sdcard

what i would like:
/dev/block/nandd 504M /system
/dev/block/nande 504M /swap
/dev/block/nandh 2016M /data
/dev/block/nandi 4.6G /mnt/sdcard
and remount /cache to nandh so it shares the space with data
this way we get more internal space for widgets, bootapps, non-app2sd apps and things like Linux while still keeping the USB shareable storage

anyone knows where to change the boot.img parameters for this? sadly it doesnt work with mtd...
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top