Join Today
+ Reply to Thread
Page 1 of 7 12345 ... LastLast
Results 1 to 10 of 61
Like Tree7Likes

Thread: Porting Andoid on ROKR E6

  1. #1
    Join Date
    Jun 2009
    Location
    紅世
    Posts
    17

    Default Porting Andoid on ROKR E6

    Thanks to androidezx for the guideline ,now I can run Android on my e6(see YouTube - android on e6 (rokr e6(jay)) )
    First. Go and download
    android_nfs_kernel.zip (1.39 MB, 18381 views)
    #/*/modules-a1200.tar.gz.zip (1.87 MB, 18508 views)<maybe no use/*/

    android-nfs-root-m5r14.part01.rar.zip (3.00 MB, 30624 views)
    ~
    android-nfs-root-m5r14.part10.rar.zip (1.09 MB, 12134 views)
    from here,and unzip them.
    and http://people.openezx.org/wyrm/boot_usb
    now you can see gen-blob android_nfs_kernel android-nfs-root-m5r14 in your download file.
    cd to your download folder in terminal and type these:
    #chmod +x boot-usb
    #cd /root
    #sudo tar -xvf /PATH_TO_YOUR_android-nfs-root-m5r14

    turn e6 in bootloader mode (red) and connect to the host via usb

    #sudo boot-usb setflag usb
    #sudo boot-usb PATH_TO_YOUR_android_nfs_kernel

    stop your firewall now

    ------------ you'll get some messages from phone screen like these----------------------------------
    Busybox-.......
    [android@busybox]#
    ------------------------------------------------------------------------------------------------------------------

    #sudo telnet 192.168.1.2
    #cd /
    #./init
    init.d:..........
    /*/Press Ctrl+C /*/
    #./system/bin/runtime /*/perhaps...sorry I forgot it .If not ,try #./system/usr/bin/runtime /*/
    now you can see a rad eye running on the screen =D
    maybe you have to press OK to enter the android desktop.

    ======About====================================
    Nfs-boot Rootfs on NFS - OpenEZX
    porting android on pxa270 心得分享: 如何移植 Google Android--Porting Android--Google Android 論壇
    linux kernel The Linux Kernel Archives
    Konig, anurag_xpert and sn.sonu like this.

  2. #2
    Join Date
    Jun 2009
    Location
    紅世
    Posts
    17

    Default

    just do some modify to the kernel and the color will display correctly.

  3. #3
    Join Date
    Nov 2007
    Location
    mexico
    Posts
    88

    Default

    do i must have linux in my pc to do this??

  4. #4
    Join Date
    Aug 2008
    Location
    Poland
    Posts
    12

    Default

    I can't connect to phone via telnet. When kernel is loading (on phone) i can see informations like
    Code:
    looking up port of RPC 100005/1 on 192.168.1.1
    rpcbind: server 192.168.1.1 not responding, timed out
    Root-NFS: Unable to get mountd port number from server, using default
    etc,etc,etc...

    When I try to connect via telnet I see Trying 192.168.1.2...
    In Network Managar is ethernet connection with Linux 2.6.24-ezxdev/...., but not connected. And after several minuts i can see on E6 screen:
    "Krenel panic - not syncing: VFS: Unable to mount root fs on unknow-block(2,0)"

  5. #5
    Join Date
    Jun 2009
    Location
    紅世
    Posts
    17

    Default

    @edi_smooth
    try these!
    1.Turn off your firewall .(you can see this Howto disable the iptables firewall in Linux )

    2. Install NFS.
    On ubuntu :
    #sudo apt-get install nfsboot bind9 atftpd openbsd-inetd
    #sudo apt-get install nfs-common nfs-kernel-server
    Edit /etc/export to suit the path the kernel will be waiting for.
    for the androidezx's kernel :
    /root/android_nfs *(rw,no_root_squash,async)

    3. Configure the PC's USB Network.
    So, at first you need to load/install the modules "usbnet", perhaps also "cdc_subset".
    Assign the IP address to suit your kernel's config/CMDLINE
    Example /etc/network/interfaces (for debian based distros)
    #Addition for the EZX network interface
    auto usb0
    iface usb0 inet static
    address 192.168.1.1
    netmask 255.255.255.0
    broadcast 192.168.0.255
    4.

  6. #6

    Default

    this is very critical will u plz tell me any easy method

  7. #7
    Join Date
    May 2007
    Location
    Mumbai
    Posts
    3,011

    Default

    Isnt this the easiest it can get? LOL


    We're watching you. Be afraid. Be very afraid.

  8. #8
    Join Date
    Aug 2008
    Location
    Poland
    Posts
    12

    Default

    Thanks, it works! But colors are diffrent and I cannot do anything... Touchscreen and keys don't work.
    EDIT: After ~2min system doesn't respond
    Last edited by edi_smooth; 03-15-2010 at 04:29 PM.

  9. Default

    could you please mention the exact steps to port android on E6, it would be very useful

  10. #10
    Join Date
    Aug 2008
    Location
    Poland
    Posts
    12

    Default Howto

    Download this files to the same folder and unzip.
    http://people.openezx.org/wyrm/boot_usb
    http://www.motorolafans.com/forums/a...nfs_kernel.zip
    http://www.motorolafans.com/forums/a...part01.rar.zip
    http://www.motorolafans.com/forums/a...part02.rar.zip
    http://www.motorolafans.com/forums/a...part03.rar.zip
    http://www.motorolafans.com/forums/a...part04.rar.zip
    http://www.motorolafans.com/forums/a...part05.rar.zip
    http://www.motorolafans.com/forums/a...part06.rar.zip
    http://www.motorolafans.com/forums/a...part07.rar.zip
    http://www.motorolafans.com/forums/a...part08.rar.zip
    http://www.motorolafans.com/forums/a...part09.rar.zip
    http://www.motorolafans.com/forums/a...part10.rar.zip

    Then unzip android-nfs-root-m5r14.bz2
    Code:
     tar -xvf android-nfs-root-m5r14.bz2
    Change modes to boot_usb
    Code:
    chmod +x boot_usb
    Now create file firewall
    Code:
    iptables-save > /root/firewall.rules
    
    iptables -X
    iptables -t nat -F
    iptables -t nat -X
    iptables -t mangle -F
    iptables -t mangle -X
    iptables -P INPUT ACCEPT
    iptables -P FORWARD ACCEPT
    iptables -P OUTPUT ACCEPT
    and set modes:
    Code:
    chmod +x firewall
    now install some programs:
    Code:
    sudo apt-get install nfsboot bind9 atftpd openbsd-inetd
    sudo apt-get install nfs-common nfs-kernel-server
    Edit /etc/exports as root (or using sudo):
    Code:
    sudo gedit /etc/exports
    (if you don't have gedit use any other text editor like nano, vi, kate, etc.)
    and add this line
    Code:
    /path_to_motorola/android_nfs *(rw,no_root_squash,async)
    where "path_to_motorola" is folder with android_nfs_kernel, boot_usb etc. (i.e. /home/edismooth/motorola/).

    Now you have to edit as root /etc/network/interfaces and add this lines:
    Code:
    auto usb0
    iface usb0 inet static
    address 192.168.1.1
    netmask 255.255.255.0
    broadcast 192.168.0.255
    Then reboot your PC.

    Under console go to your folder with you-know-which-files.
    Turn on your E6 in bootloader mode (camera+red key) and connect via usb.
    Next steps I do as root (sudo su).

    EDIT:
    Propebly you have to close all connections with Internet (eth0, wlan0 etc)


    Code:
    ./boot_usb setflag usb
    ./boot_usb android_nfs_kernel
    ./firewall
    After about 10sec
    Code:
    telnet 192.168.1.2
    cd /
    ./init
    wait few seconds and use Ctrl+C
    now
    Code:
    ./system/bin/runtime
    now you can see a rad eye running on the screen =D
    maybe you have to press OK to enter the android desktop.

    Its all

    To create this HOWTO I used yy26_even's post and his tips.
    P.S. sorry for my very bad English.
    Last edited by edi_smooth; 03-16-2010 at 11:53 PM.
    Konig, anurag_xpert and ady_thakur like this.


 
+ Reply to Thread
Page 1 of 7 12345 ... LastLast

Similar Threads

  1. Porting Andoid on A1200 MING
    By androidezx in forum Android OS
    Replies: 297
    Last Post: 04-01-2012, 04:34 AM
  2. Porting Android on E6
    By barttheman in forum E6 General Chat
    Replies: 4
    Last Post: 04-08-2009, 03:10 PM
  3. MWC 2009: World second andoid phone (HTC magic) (video)
    By sushjames in forum Android News
    Replies: 3
    Last Post: 02-17-2009, 06:08 PM
  4. HELP!!!!!!!!!!Porting SUI for E6
    By telectroguy in forum E6 General Chat
    Replies: 3
    Last Post: 01-03-2009, 02:54 PM
  5. porting qtopia
    By muromec in forum Qt Extended
    Replies: 54
    Last Post: 10-31-2008, 03:13 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1