Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    [Android] Android source is out now!

    Reply
    Page 1 of 4 | 1   2     3   | Next | Last
    Johnx | # 1 | 2008-10-21, 16:09 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    perverztata | # 2 | 2008-10-21, 17:08 | Report

    now we only need to find a way to compile dalvik in maemo sdk.
    dunno how compatible the Android.mk with Makefile

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Johnx | # 3 | 2008-10-21, 17:16 | Report

    @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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    perverztata | # 4 | 2008-10-21, 17:30 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by perverztata; 2008-10-21 at 17:30. Reason: english grammer :)

     
    cyrus | # 5 | 2008-10-21, 18:47 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Twyst | # 6 | 2008-10-21, 20:03 | Report

    Does this mean we'll finally have a bootable android OS?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    fpp | # 7 | 2008-10-21, 20:39 | Report

    I hope so, if only to bring out my good old Zaurus C760 out of retirement at last :-)

    Edit | Forward | Quote | Quick Reply | Thanks

     
    perverztata | # 8 | 2008-10-21, 20:44 | Report

    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...)

    Edit | Forward | Quote | Quick Reply | Thanks

     
    memson | # 9 | 2008-10-22, 21:13 | Report

    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"

    Edit | Forward | Quote | Quick Reply | Thanks

     
    cyrus | # 10 | 2008-10-23, 01:49 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 1 of 4 | 1   2     3   | Next | Last
vBulletin® Version 3.8.8
Normal Logout