Motorola Development Community

Member Login

Quick Search



Android OS gPhone's OS concept, Andriod!


Reply
  #31  
Old 10-22-2008
m_kawale's Avatar
MotoFans JUNR
 
Join Date: Sep 2008
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
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...
Reply With Quote
  #32  
Old 10-23-2008
sabrod's Avatar
OpenEZX Test Monkey
 
Join Date: Mar 2008
Location: just at the other end of the line.
Posts: 881
Thanks: 75
Thanked 26 Times in 23 Posts
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...
__________________
Say developer, but it's so hard!

Last edited by sabrod; 10-23-2008 at 09:08 AM.
Reply With Quote
  #33  
Old 10-23-2008
m_kawale's Avatar
MotoFans JUNR
 
Join Date: Sep 2008
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
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....
Reply With Quote
  #34  
Old 10-25-2008
Rokrer's Avatar
MotoFans NWBE
 
Join Date: Jun 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #35  
Old 10-25-2008
Rokrer's Avatar
MotoFans NWBE
 
Join Date: Jun 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #36  
Old 10-26-2008
MotoFans MODR
 
Join Date: Sep 2007
Location: Sweden
Posts: 161
Thanks: 11
Thanked 11 Times in 10 Posts
Send a message via MSN to nin3 Send a message via Skype™ to nin3
Default

Now when the source code is released, (Android) do you think it would be possible to really port it now?
Reply With Quote
  #37  
Old 10-27-2008
shantanu's Avatar
Moto addicted
 
Join Date: Aug 2008
Location: Etawah the city of grt. DACOITS
Posts: 4,133
Thanks: 26
Thanked 141 Times in 95 Posts
Send a message via AIM to shantanu Send a message via Yahoo to shantanu Send a message via Skype™ to shantanu
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
Reply With Quote
  #38  
Old 10-27-2008
MotoFans MODR
 
Join Date: Sep 2007
Location: Sweden
Posts: 161
Thanks: 11
Thanked 11 Times in 10 Posts
Send a message via MSN to nin3 Send a message via Skype™ to nin3
Default

Could you possibly stop spamming this thread? If you want a port now, create one yourself! No one here is your slave.
Reply With Quote
  #39  
Old 10-28-2008
Rokrer's Avatar
MotoFans NWBE
 
Join Date: Jun 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #40  
Old 10-28-2008
swifty's Avatar
mostly harmless
 
Join Date: Jul 2005
Location: Franconia
Posts: 4,768
Thanks: 78
Thanked 197 Times in 173 Posts
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 With Quote
 
Reply

Tags
a1200, andoid, ming, porting

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Games to porting to A1200/E6 superfly86 Moto Gamers 4 4 Weeks Ago 03:37 PM
MWC 2009: World second andoid phone (HTC magic) (video) sushjames Android News 3 02-17-2009 05:08 PM
I have a problem during I am porting Linux 2.6.24 to my A1200. lig4net Android OS 0 12-14-2008 03:52 AM
PROJECT: Porting EzxEmu (SNES + GENESIS) to A1200. dehzinho A1200 General Chat 7 11-05-2007 11:23 PM
Q: Porting Gaim or Kopete work on A1200? RusBiT A1200 General Chat 2 10-04-2007 11:22 PM

 
Advertisement

Partner Links





Web Analytics