NEWS!
Ubuntu on SPICA!
I tried this method that posted by Paolo Sammicheli (Thx to him)
YOU MUST HAVE APPS2SD with minimum 150MB of free space.
This manual is for Linux. (I've done it with Ubuntu

)
Jaunty under Android. � Paolo Sammicheli’s Blog
Download two files from here:
Paolo Sammicheli Personal Site
THEN:
1. Copy the downloaded ubuntu.tar.gz file to your home directory!
2.Unpack it:
Code:
tar -zxvf ubuntu.tar.gz
sudo chown -hR yourusername $HOME/ubuntu
Download the ubuntu starting script and save it to an .sh file then move it to your home directory.
Then do this
Code:
sudo chmod a+x $HOME/startubuntu.sh
Attach your phone to your PC and enable USB mass storage mode.
Then execute this command in terminal, and you will see this look like mine:
Code:
mount
you will see your other partitions but this line we are looking for
/dev/sdb2 on /media/disk type ext2 (rw,nosuid,nodev,uhelper=hal)
/dev/sdb1 on /media/disk-1 type vfat (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)
You will see, that my SDcard's ext2 partition is mounted to /media/disk.
Log in as root and copy the ubuntu directory and the startubuntu.sh to your sdcard's ext2 partition:
Code:
sudo su
cp -a $HOME/ubuntu /media/disk
cp startubuntu.sh /media/disk
Disable USB mass storage mode, you can do this over ADB but I tried it on my phone
Code:
su
cd /system/sd
sh startubuntu.sh
And that's it

Bookmarks