This may work (didn't tested it yet, my Internet access is atm only with cables :/ ), since it is based on an Ubuntu version:
1) Open the evilvte
2) Run
sudo leafpad /etc/apt/sources.list
3) Add this line:
Code:
deb http://repository.handhelds.org/hasty-armv6el-vfp/ hasty main universe multiverse
4) Save the file and close leafpad
5) Run
sudo apt-get update
6) After those steps, run
sudo apt-get install <softwarename>
7) When finished, type
sudo apt-get clean to delete the downloaded files and keep only the instaled software
You can try also to play with the
sudo ln command (
doc here) in order to create a symbolic link to mislead the operational system (to save the temp. downloaded files in the SD card instead of in the internal memory). apt-get downloads those files to
/var/cache/apt/archives and the mountpoint to the SD card in Smart Q7 is
/home/user/desktop/disk
Sorry for my poor English and sorry if those instructions are a bit disorderly, I'm busy right now to write with more details. You can try to search on Google the esoteric command names to learn more about the indicated steps