Reply
Thread Tools
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#1
The Android source is out now. Looks pretty darn complete.

Hit the link for more info:
http://source.android.com/

/me goes back to digging through release notes.
 
Posts: 12 | Thanked: 3 times | Joined on Jun 2007
#2
now we only need to find a way to compile dalvik in maemo sdk.
dunno how compatible the Android.mk with Makefile
 
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#3
@perverztata: Not quite that simple. Android uses a whole different libc, and expects certain kernel features to be available as well. Also it uses the framebuffer directly instead of going through X like maemo does. This isn't just a quick "recompile & package" job. There will be some real porting necessary.

-John
 
Posts: 12 | Thanked: 3 times | Joined on Jun 2007
#4
that's sad! I've already started the make job
> LANG=en_US make -f Android.mk
dx/Android.mk:16: /base_rules.mk: No such file or directory
dx/Android.mk:33: /base_rules.mk: No such file or directory
dx/Android.mk:50: /base_rules.mk: No such file or directory
dx/Android.mk:65: /src/Android.mk: No such file or directory
find: `*/src/main/java': No such file or directory
find: `*/src/test/java': No such file or directory
libcore/Android.mk:98: *** No native code defined for libcore. Stop.

Last edited by perverztata; 2008-10-21 at 17:30. Reason: english grammer :)
 
Posts: 49 | Thanked: 1 time | Joined on Sep 2008
#5
Anyone played around with this yet? I am trying to setup my environment (following the instructions on the google site). However I am stuck pretty early.

I run:

repo init -u git://android.kernel.org/platform/manifest.git

At which point I get

Code:
Traceback (most recent call last):
  File "/home/cyrus/development/mydroid/.repo/repo/main.py", line 198, in <module>
    _Main(sys.argv[1:])
  File "/home/cyrus/development/mydroid/.repo/repo/main.py", line 184, in _Main
    repo._Run(argv)
  File "/home/cyrus/development/mydroid/.repo/repo/main.py", line 94, in _Run
    cmd.Execute(copts, cargs)
  File "/home/cyrus/development/mydroid/.repo/repo/subcmds/init.py", line 189, in Execute
    self._ConfigureUser()
  File "/home/cyrus/development/mydroid/.repo/repo/subcmds/init.py", line 143, in _ConfigureUser
    self._PromptKey('Your Name', 'user.name', mp.UserName)
  File "/home/cyrus/development/mydroid/.repo/repo/project.py", line 202, in UserName
    self._LoadUserIdentity()
  File "/home/cyrus/development/mydroid/.repo/repo/project.py", line 215, in _LoadUserIdentity
    u = self.bare_git.var('GIT_COMMITTER_IDENT')
  File "/home/cyrus/development/mydroid/.repo/repo/project.py", line 1024, in runner
    p.stderr))
error.GitError: manifests var: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  <cyrus@cyrus.(none)> not allowed
So I run the git config --global cyrus.drive@gmail.com "cyrus.drive@gmail.com".

Then I try to re-run the

repo init -u git://android.kernel.org/platform/manifest.git

But it complains that .repo already exists. If I delete .repo and re-run yet again I am gack to the fatal: empty ident error.

Thanks
 
Posts: 7 | Thanked: 0 times | Joined on Aug 2008
#6
Does this mean we'll finally have a bootable android OS?
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#7
I hope so, if only to bring out my good old Zaurus C760 out of retirement at last :-)
 
Posts: 12 | Thanked: 3 times | Joined on Jun 2007
#8
I hope I'll get the new android apps on my n800 with maemo. Dalvik MUST BE PORTED!
who is interested in starting a new port? (although I'm not really familiar with framebuffer and stuff...)
 
memson's Avatar
Posts: 75 | Thanked: 10 times | Joined on Dec 2007 @ UK
#9
Originally Posted by cyrus View Post
So I run the git config --global cyrus.drive@gmail.com "cyrus.drive@gmail.com".
no..

git config --global user.email "cyrus.drive@gmail.com"
git config --global user.name "Cyrus Drive"
 
Posts: 49 | Thanked: 1 time | Joined on Sep 2008
#10
Originally Posted by memson View Post
no..

git config --global user.email "cyrus.drive@gmail.com"
git config --global user.name "Cyrus Drive"
Thanks. I figured that out. Geez I am stupid.
 
Reply

Tags
android

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:50.