Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No. Just buy a card. 8G SD cards are really cheap.Could I create a "fake" SD card inside the internal storage - eg make a symbolic link from /mnt/sdcard to /mnt/flash/sdcard? Or is it more complicated than just that?
# rm -r /mnt/flash/sdcard
# ln -s /mnt/sdcard /mnt/flash/sdcard
link failed Operation not permitted
#
? What about what the tab is using of it? Seriously you'll be out of space in no time, esp if adding apps & widgets. The whole purpose of having a card is if something goes wrong, you still have your files. Not to mention a backup of your whole tablet (if rooted) safely stashed on your card.I don't think this will work anyway because the internal storage is probably FAT32 so doesn't support Unix permissions, symlinks, etc. So...'Operation not permitted'. You'll have to format the partition.
#dd if=/dev/zero of=/mnt/flash/abc/sdcard.img bs=4096 count=50000
#mkfs.ext4 /mnt/flash/abc/sdcard.img
mkefs -t ext4 /mnt/flash/abc/sdcard.img
busybox mount /mnt/flash/abc/sdcard.img /mnt/sdcard

#dev_mount sdcard /mnt/sdcard auto /devices/platform/AMLOGIC_CARD/card_host/memorycard0
#dev_mount flash /mnt/flash auto /devices/virtual/mtd/mtd3/avnftl3
dev_mount sdcard /mnt/flash auto /devices/virtual/mtd/mtd3/avnftl3

Not sure if you're still looking for a solution to this problem however there is an easy one.
I have a Zenithink ZT-282 C91 and I accomplished this by simply editing
/etc/vold.fstab
I just commented out the two lines that normally mount /mnt/sdcard and /mnt/flash then added a new line that mounts the /mnt/flash device to /mnt/sdcard. Works fine with all apps I've tried and also has the device see it completely as an sdcard.