|
Posted at 8/5/2015 07:43:51
Only Author
8#
Last edited by sghazagh In 8/5/2015 07:45 Editor
External Storage is the SD or USB attached to your Firefly.
You removed 'user' partition! The 'user' partition is the place which will be mounted and allowing you to save your downloaded stuff or musics or videos.
My suggestion is, adding 3gb (3136 Mb) for your 'userdata' partition. 'userdata' partition is the place Android use to install your APKs and their relevant resources. So 3GB give you enough space to install several applications (through AppToid or Google Play if you enabled it at the time of compile)
Then make the rest for your 'user' partition. 'user' partition is the place which you can save your stuff. Files, music , videos, downloaded files whatever...
You can remove 'linuxroot' if you do not use it.
Your CMDLINE should be something like this based on what I explained above:
CMDLINE:console=tty0 console=ttyS2 earlyprink androidboot.hardware=rk30board androidboot.console=ttyS2 board.ap_has_alsa=0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000E000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001A000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00180000@0x00092000(system),0x00002000@0x00212000(metadata),0x00620000@0x00214000(userdata),-@0x00834000(user) |
|