[android-developers] Re: Android source code (complete)

2010-11-02 Thread Matt Quigley
There are many more project directories that make up the Android
source.  /platform/frameworks/base is just one of many on
http://android.git.kernel.org/.  I don't know off hand where
ServiceManager.java is, but it's there somewhere.

-Matt

On Nov 2, 1:25 am, adithya <24adit...@gmail.com> wrote:
> Hi all,
>
> I have downloaded some amount of android source code (for Bluetooth
> API's, wifi API's,etc)..I was just browsing through Bluetooth source
> code in eclipse and bumped on this ServiceManager class whose source
> code i couldn't read !! When i browsed through the android.jar i
> couldn't see the source code for few packages like java.nio ,etc..
>
> I have downloaded git for windows and whatever source code i have is
> through the following command :
>
> git clone git://source.android.com/platform/frameworks/base
>  and put all the java files into a 'sources' folder which worked..
>
> How can i get the source code for aforementioned classes ??
>
> Thanks,
> Adithya.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android source code (complete)

2010-11-03 Thread adithya
Ok..Then how do i get to know the complete directory structure,so that
i can select one and download the source for the selected directory as
i did for "/platform/frameworks/base" . I am using Git for windows.

-Adithya

On Nov 3, 4:56 am, Matt Quigley  wrote:
> There are many more project directories that make up theAndroidsource.  
> /platform/frameworks/base is just one of many 
> onhttp://android.git.kernel.org/.  I don't know off hand where
> ServiceManager.java is, but it's there somewhere.
>
> -Matt
>
> On Nov 2, 1:25 am, adithya <24adit...@gmail.com> wrote:
>
> > Hi all,
>
> > I have downloaded some amount ofandroidsourcecode(for Bluetooth
> > API's, wifi API's,etc)..I was just browsing through Bluetoothsource
> >codein eclipse and bumped on this ServiceManager class whosesource
> >codei couldn't read !! When i browsed through theandroid.jar i
> > couldn't see thesourcecodefor few packages like java.nio ,etc..
>
> > I have downloaded git for windows and whateversourcecodei have is
> > through the following command :
>
> > git clone git://source.android.com/platform/frameworks/base
> >  and put all the java files into a 'sources' folder which worked..
>
> > How can i get thesourcecodefor aforementioned classes ??
>
> > Thanks,
> > Adithya.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android source code (complete)

2010-11-03 Thread letlite
ServiceManager.java is in frameworks/base/core/java/android/os.
If in Unix, use the find command: "find frameworks/base/core -name
'ServiceManager.java'"

On Nov 1, 10:25 pm, adithya <24adit...@gmail.com> wrote:
> Hi all,
>
> I have downloaded some amount of android source code (for Bluetooth
> API's, wifi API's,etc)..I was just browsing through Bluetooth source
> code in eclipse and bumped on this ServiceManager class whose source
> code i couldn't read !! When i browsed through the android.jar i
> couldn't see the source code for few packages like java.nio ,etc..
>
> I have downloaded git for windows and whatever source code i have is
> through the following command :
>
> git clone git://source.android.com/platform/frameworks/base
>  and put all the java files into a 'sources' folder which worked..
>
> How can i get the source code for aforementioned classes ??
>
> Thanks,
> Adithya.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android source code (complete)

2010-11-03 Thread adithya
No..I searched in the downloaded directories and found 'base\core\java
\com\android\internal\os' but couldn't find ServiceManager.java inside
the folder ! What about classes in other packages like
java.nio.channels,etc ?Where can i find the source for these classes?

-Adithya

On Nov 3, 8:25 pm, letlite  wrote:
> ServiceManager.java is in frameworks/base/core/java/android/os.
> If in Unix, use the find command: "find frameworks/base/core -name
> 'ServiceManager.java'"
>
> On Nov 1, 10:25 pm, adithya <24adit...@gmail.com> wrote:
>
> > Hi all,
>
> > I have downloaded some amount ofandroidsourcecode(for Bluetooth
> > API's, wifi API's,etc)..I was just browsing through Bluetoothsource
> >codein eclipse and bumped on this ServiceManager class whosesource
> >codei couldn't read !! When i browsed through theandroid.jar i
> > couldn't see thesourcecodefor few packages like java.nio ,etc..
>
> > I have downloaded git for windows and whateversourcecodei have is
> > through the following command :
>
> > git clone git://source.android.com/platform/frameworks/base
> >  and put all the java files into a 'sources' folder which worked..
>
> > How can i get thesourcecodefor aforementioned classes ??
>
> > Thanks,
> > Adithya.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android source code (complete)

2010-11-06 Thread adithya
I still haven't got any further from here..Can anyone please help me
out ??

-Adithya

On Nov 4, 9:09 am, adithya <24adit...@gmail.com> wrote:
> No..I searched in the downloaded directories and found 'base\core\java
> \com\android\internal\os' but couldn't find ServiceManager.java inside
> the folder ! What about classes in other packages like
> java.nio.channels,etc ?Where can i find thesourcefor these classes?
>
> -Adithya
>
> On Nov 3, 8:25 pm, letlite  wrote:
>
> > ServiceManager.java is in frameworks/base/core/java/android/os.
> > If in Unix, use the find command: "find frameworks/base/core -name
> > 'ServiceManager.java'"
>
> > On Nov 1, 10:25 pm, adithya <24adit...@gmail.com> wrote:
>
> > > Hi all,
>
> > > I have downloaded some amount ofandroidsourcecode(for Bluetooth
> > > API's, wifi API's,etc)..I was just browsing through Bluetoothsource
> > >codein eclipse and bumped on this ServiceManager class whosesource
> > >codei couldn't read !! When i browsed through theandroid.jar i
> > > couldn't see thesourcecodefor few packages like java.nio ,etc..
>
> > > I have downloaded git for windows and whateversourcecodei have is
> > > through the following command :
>
> > > git clone git://source.android.com/platform/frameworks/base
> > >  and put all the java files into a 'sources' folder which worked..
>
> > > How can i get thesourcecodefor aforementioned classes ??
>
> > > Thanks,
> > > Adithya.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Android source code (complete)

2010-11-06 Thread Mark Murphy
On Sat, Nov 6, 2010 at 9:04 AM, adithya <24adit...@gmail.com> wrote:
> I still haven't got any further from here..Can anyone please help me
> out ??

Instructions for downloading all of the source code can be found here:

http://source.android.com/source/download.html

Or, use Google Code Search:

http://www.google.com/codesearch

Search on:

package:android ServiceManager

For future assistance with the Android open source project, visit:

http://source.android.com/community/index.html

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en