Join Today
+ Reply to Thread
Page 4 of 29 FirstFirst 1234567814 ... LastLast
Results 31 to 40 of 290
Like Tree22Likes

Thread: Porting Andoid on A1200 MING

  1. #31

    Default

    DUDE THX FR IT..
    BUT I FIDE .sbf FORMATE EASY TO FLASH...
    AS QTOPIA HAS GIVEN .sbf FILE..
    CAN U ALSO GIVE US .sbf FORMATE FILE TO ANDROID...
    I WANNA FLASH IT FROM RSD LITE...

  2. #32
    Join Date
    Mar 2008
    Location
    just at the other end of the line.
    Posts
    879

    Default

    It's for testing purpose! we are far from a working release...
    And you don't need (have) to put anything on the phone, it can work from the sd card connected to a pc.
    What about audio call feature???
    Or perhaps a better ask should be : Hey do you think it's a good challenge to begin a modded fw with genblob an menu.lst editable for each ezx device?

    PS: now we have a lot of new sources, I'm more and more intersted in testing and perhaps helping, if i can...
    Last edited by sabrod; 10-23-2008 at 09:08 AM.
    Say developer, but it's so hard!

  3. #33

    Default

    HEY CAN IT BE DONE IN E6....
    AND CAN U PLZ GIVE ONLY ONE FILE FOR IT COZ CROSSTOOL IS NT WORKING...
    OR U CAN GIVE (.sbf) FILE...
    BY USING IT I CAN PUT INTO MY PHONE TROUGH RSD LITE....

  4. #34

    Default

    When I am trying to run init by telnet, I am getting the following error:

    init: HOW ARE YOU GENTLEMEN
    init: reading config file
    Segmentation fault
    Last edited by Rokrer; 10-25-2008 at 05:34 AM.

  5. #35

    Default

    # strace -f -ff -tt -s 200 ./init
    00:01:56.889203 execve("./init", ["./init"], [/* 6 vars */]) = 0
    00:01:56.991319 gettid() = 277
    00:01:57.005928 syscall_983045(0xbe8ecdd4, 0, 0x20, 0, 0xbe8cd000, 0xbe8ece90, 0xbe8ecee0, 0xf0005, 0xbe8ecee0, 0, 0x80b8, 0x80b4, 0, 0xbe8ecdc8, 0x17c77, 0x17f2c, 0x60000010, 0xbe8ecdd4, 0, 0, 0xc764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) = 0
    00:01:57.020219 socket(PF_FILE, SOCK_STREAM, 0) = 3
    00:01:57.025007 connect(3, {sa_family=AF_FILE, path=@property_service}, 19) = -1 ECONNREFUSED (Connection refused)
    00:01:57.061253 close(3) = 0
    00:01:57.084000 sigaction(SIGCHLD, {0x8211, [], SA_NOCLDSTOP}, NULL, 0xc0fb = 0
    00:01:57.088696 umask(0) = 022
    00:01:57.093150 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
    00:01:57.098914 dup(1) = 3
    00:01:57.103532 write(3, "init: HOW ARE YOU GENTLEMEN\n", 28init: HOW ARE YOU GENTLEMEN
    ) = 28
    00:01:57.109258 close(0) = 0
    00:01:57.114103 close(1) = 0
    00:01:57.118284 close(2) = 0
    00:01:57.122369 open("/dev/null", O_RDWR|O_LARGEFILE) = 0
    00:01:57.129225 dup2(0, 1) = 1
    00:01:57.134048 dup2(0, 2) = 2
    00:01:57.138265 write(3, "init: reading config file\n", 26init: reading config file
    ) = 26
    00:01:57.144257 brk(0) = 0x20000
    00:01:57.148896 brk(0x20000) = 0x20000
    00:01:57.153333 brk(0x21000) = 0x21000
    00:01:57.157433 open("/etc/init.rc", O_RDONLY|O_LARGEFILE) = 4
    00:01:57.164303 lseek(4, 0, SEEK_END) = 5738
    00:01:57.169015 lseek(4, 0, SEEK_SET) = 0
    00:01:57.173191 brk(0x22000) = 0x22000
    00:01:57.178030 read(4, "## Global environment setup\n##\nenv {\n PATH /sbin:/system/sbin:/system/bin\n LD_LIBRARY_PATH /system/lib\n ANDROID_BOOTLOGO 1\n ANDROID_ROOT /system\n ANDROID_ASSETS /system/app\n ANDROID_"..., 573 = 5738
    00:01:57.195825 close(4) = 0
    00:01:57.200979 brk(0x23000) = 0x23000
    00:01:57.205821 mkdir("/proc", 0755) = -1 EEXIST (File exists)
    00:01:57.212298 mkdir("/dev", 0755) = -1 EEXIST (File exists)
    00:01:57.217277 mkdir("/dev/pts", 0755) = -1 EEXIST (File exists)
    00:01:57.222148 mkdir("/sys", 0755) = -1 EEXIST (File exists)
    00:01:57.228274 mkdir("/d", 0755) = -1 EEXIST (File exists)
    00:01:57.235211 mount("/dev/pts", "/dev/pts", "devpts", 0, NULL) = 0
    00:01:57.241863 mount("/proc", "/proc", "proc", 0, NULL) = 0
    00:01:57.247086 mount("/sys", "/sys", "sysfs", 0, NULL) = 0
    00:01:57.253317 mount("/d", "/d", "debugfs", 0, NULL) = -1 ENODEV (No such device)
    00:01:57.263307 mount("/tmp", "/tmp", "tmpfs", 0, NULL) = 0
    00:01:57.271977 open("/proc/cmdline", O_RDONLY|O_LARGEFILE) = 4
    00:01:57.276873 read(4, "root=/dev/nfs nfsroot=192.168.1.1:/root/android_nfs rw ip=192.168.1.2:192.168.1.1:192.168.1.1:255.255.255.0:ezx:usb0ff mem=32M@0xA0000000 mem=16M@0xAC000000\n", 1023) = 159
    00:01:57.285155 close(4) = 0
    00:01:57.289127 chmod("/proc/cmdline", 0400) = 0
    00:01:57.294410 open("/system_properties", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 4
    00:01:57.303154 ftruncate(4, 3276 = -1 EINVAL (Invalid argument)
    00:01:57.313123 unlink("/system_properties") = 0
    00:01:57.324131 close(4) = 0
    00:01:57.334423 open("/etc/default.prop", O_RDONLY|O_LARGEFILE) = 4
    00:01:57.342403 lseek(4, 0, SEEK_END) = 130
    00:01:57.346956 lseek(4, 0, SEEK_SET) = 0
    00:01:57.351367 read(4, "# default system properties\n# these may be overridden by /data/local.prop\n\nnet.bt.name = Android\n\n# end default system properties\n", 130) = 130
    00:01:57.360941 close(4) = 0
    00:01:57.365182 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    00:01:57.368032 +++ killed by SIGSEGV +++
    Process 277 detached
    Last edited by Rokrer; 10-25-2008 at 09:43 AM.

  6. #36
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    161

    Default

    Now when the source code is released, (Android) do you think it would be possible to really port it now?

  7. #37
    Join Date
    Aug 2008
    Location
    Etawah the city of grt. DACOITS
    Posts
    4,893

    Default

    Quote Originally Posted by androidezx View Post
    After some time's digging, Now I can run Android on my A1200 phone (see [ame=http://www.youtube.com/watch?v=SWi2y5o2Bgs]YouTube - Android running on A1200(new)[/ame]).

    The attached is the porting guideline and package. For android-nfs-root-m5r14.part*.rar.zip, please download them and remove .zip extension, then unzip with winrar, you will get android-nfs-root-m5r14.bz2 file.

    Androidezx
    hey can you tell me how to port it with rsdlite or from which tool i can used it .I tried everything io install android on e6 but i can't able to do it omn microsoft vista.....PLzzzzzzzzzzzzzzzzzzzzz scrap me @ shantanuthecooldude@yahoo.com. I m waiting for the reply

  8. #38
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    161

    Default

    Could you possibly stop spamming this thread? If you want a port now, create one yourself! No one here is your slave.

  9. #39

    Default

    Quote Originally Posted by nin3 View Post
    Could you possibly stop spamming this thread? If you want a port now, create one yourself! No one here is your slave.
    Hello woodpecker, I don't need the source code! I already have the fs image. I need normal kernel for my MOTOROLA E6. Using patches from a1200 I have got the Segmentation Fault. I ask the people who can help me with this problem, but it is not you, woodpecker!
    Last edited by Rokrer; 10-28-2008 at 12:53 PM.

  10. #40
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Quote Originally Posted by Rokrer View Post
    Hello woodpecker,...
    please keep in mind that it is possible, that the "stop spamming" post was not adressed to YOU!

    the "PLZZZZ GIVE IN ONE FILE" posts are stinking in MY view!
    Last edited by swifty; 10-28-2008 at 01:54 PM.


 
+ Reply to Thread
Page 4 of 29 FirstFirst 1234567814 ... LastLast

Similar Threads

  1. Games to porting to A1200/E6
    By superfly86 in forum Moto Gamers
    Replies: 4
    Last Post: 02-15-2010, 04:37 PM
  2. 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
  3. Replies: 0
    Last Post: 12-14-2008, 04:52 AM
  4. PROJECT: Porting EzxEmu (SNES + GENESIS) to A1200.
    By dehzinho in forum A1200 General Chat
    Replies: 7
    Last Post: 11-06-2007, 12:23 AM
  5. Q: Porting Gaim or Kopete work on A1200?
    By RusBiT in forum A1200 General Chat
    Replies: 2
    Last Post: 10-04-2007, 11:22 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