Page 10 of 10 FirstFirst ... 8910
Results 91 to 94 of 94

Thread: Запуск Debian Lenny на Samsung GT-I5700 Spica

777
  1. [translate]    #91
    Senior Member
    Join Date
    Aug 2010
    Location
    /efs
    Posts
    246

    Default

    Quote Originally Posted by potoc View Post
    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

    yeahhhhhh, you are very big

  2. [translate]    #92
    Senior Member
    Join Date
    Jun 2010
    Location
    Bucsu, Hungary
    Posts
    230

    Default

    Quote Originally Posted by SERASER View Post
    yeahhhhhh, you are very big
    Thanks dude

  3. [translate]    #93
    Senior Member
    Join Date
    Dec 2009
    Location
    Russia
    Posts
    241

    Default

    first post updated.
    thanx =)

  4. [translate]    #94
    Senior Member
    Join Date
    Mar 2010
    Posts
    105

    Default

    i've been having problem with the repo so i googled around and found this:

    Code:
    echo 'deb http://ftp.de.debian.org/debian lenny main' >$mnt/etc/apt/sources.list
    if there are problem with the GPG keys, just type:

    Code:
    # gpg --recv-keys key_number_here
    
    # gpg --export key_number_here | apt-key add -

Page 10 of 10 FirstFirst ... 8910

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •