I need native(standart) android music player source code. Where i can find it?

link|improve this question
feedback

2 Answers

It’s all on source.android.com; the Music app is located at platform/packages/apps/Music.git. The packages on this site can’t be browsed online, so you must clone them first.

There’s a mirror, however, on github.com/android. You can browse the source code of the Music app online at platform_packages_apps_music.

link|improve this answer
Specified URL in not found – Arpit Garg Oct 13 '11 at 6:17
Yeah, it’s been down for a couple months. Unfortunately, we’ll just have to wait. – Josh Lee Oct 13 '11 at 11:36
ok thanks for reply – Arpit Garg Oct 13 '11 at 11:49
feedback

http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=media;h=1a1b02dbd9dd0639e3999e9bebf21bffc13c01c2;hb=froyo

link|improve this answer
Specified URL in not found – Arpit Garg Oct 13 '11 at 6:17
@ArpitGarg try again later seems that the whole website is down right now.. – schwiz Oct 13 '11 at 6:37
ok.. I commented as I have tried it yesterday too..And same result was there as it is now – Arpit Garg Oct 13 '11 at 6:45
@ArpitGarg I think that the kernel.org site had been compromised and has been down for a while – schwiz Oct 13 '11 at 18:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.