Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Internal memory allocation
Collapse
X
-
Internal memory allocation
Hiya! Sorry if this is a silly question or been covered before. I had a look through threads and couldn't find anything, i have a minix x7 with quickshot custom rom, is there a way to reallocate the memory partitions, as i'd like to take the 10g nandflash and add it to the 4gig internal, as i'm now using a 32gig card for that. I'm very new to android and the minix, any pointers on this would be greatly appreciated. This is a great forum for people like myself, thanks!Tags: None
-
Originally posted by DutchDiversion View PostWhy not buy an external HDD for storage? I have a 2TB hard disk connected via usb, works like a charm.
Comment
-
You're probably right mate, just seemed a bit of a waste if 10gig is sitting doing nothing but it's not a massive deal. I'll check that app out the mate, thanks for the shout there. I see finless bob offers a change in partitions with his rom, might be worthwhile giving his a try, although i'm enjoying quickshot
Comment
-
You can alter the size of the partitions. All you need to do is change the "parameter" file that comes with QuickShot v2 (you can find it in the ROM directory). The file's last line is pretty much the partition table:
mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x 00008000@0x00004000(kernel),0x00008000@0x00012000( boot),0x00010000@0x00020000(recovery),0x00020000@0 x00030000(backup),0x00040000@0x00050000(cache),0x0 0800000@0x00090000(userdata),0x00002000@0x00890000 (kpanic),0x00130000@0x00892000(system),-@0x009c5000(user)
0x00800000@0x00090000(userdata) describes the size and location of the partition for the apps (these are hexadecimal numbers and you need to multiply them by 512 to get bytes). For 10g change it to 0x01400000@0x00090000(userdata). You need to relocate the following partitions as well: 0x00002000@0x01490000(kpanic),0x00130000@0x0149200 0(system),-@0x015c5000(user)
So your file line now should look like this:
mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x 00008000@0x00004000(kernel),0x00008000@0x00012000( boot),0x00010000@0x00020000(recovery),0x00020000@0 x00030000(backup),0x00040000@0x00050000(cache),0x0 1400000@0x00090000(userdata),0x00002000@0x01490000 (kpanic),0x00130000@0x01492000(system),-@0x015c5000(user)
All this is done on the PC (not the box). After changing you will need to flash again (so you lose all your settings).
Comment
What's Going On
Collapse
There are currently 2677 users online. 1 members and 2676 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment