Re: how to get SDCARD serial number

2009-07-30 Thread wang yitu

Thanks tamerlan311. You approach is right. I got it.

On 7月24日, 下午4时37分, tamerlan311  wrote:
> adb shell cat /sys/class/mmc_host/mmc1/mmc1:/cid
>
> Where  is some uniqnumber.
>
> On Jul 23, 4:53 pm, wang yitu  wrote:
>
> > Can someone tell me how to get theSDCARDserailnumberin android?
> > very appreciating for the answer.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---



Samsung Galaxy with customized system image

2009-07-30 Thread kenpark

Hi there.

I was told that it is possible to use the Samsung Galaxy 7500 with
your own (custom build) Android OS system image. Is this true? Is the
bootloader free for custom system images or does it still need a
jailbreak to do so?

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



Re: Samsung Galaxy with customized system image

2009-07-30 Thread Jean-Baptiste Queru

This question probably belongs in android-discuss. Thanks. At the
moment the only minimally supported hardware target for the Android
Open-Source Project is ADP1.

JBQ

On Thu, Jul 30, 2009 at 3:47 AM, kenpark wrote:
>
> Hi there.
>
> I was told that it is possible to use the Samsung Galaxy 7500 with
> your own (custom build) Android OS system image. Is this true? Is the
> bootloader free for custom system images or does it still need a
> jailbreak to do so?
>
> Regards,
> Kenpark
> >
>



-- 
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.

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



Re: [reminder] closing down android-framework, please use android-platform

2009-07-30 Thread Jean-Baptiste Queru

All right, just another quick reminder that this group is going to be
closing down. Please refrain from creating new threads here.

I strongly encourage members who haven't done so to subscribe to the
android-platform group, and (if you want to stop receiving reminders
about android-framework closing down) to unsubscribe from this one or
to set your email deliver to "no email".

Thanks,
JBQ

On Mon, Jul 27, 2009 at 6:59 PM, Jean-Baptiste Queru wrote:
> A quick reminder that we're going to be closing this list soon
> (hopefully within a week or so). Please start any new threads in
> android-platform.
>
> From this point I'll start to send more frequent reminders (either
> daily, or in individual threads, based on what makes the most sense).
>
> Thanks,
> JBQ
>
> --
> Jean-Baptiste M. "JBQ" Queru
> Software Engineer, Android Open-Source Project, Google.
>
> Questions sent directly to me that have no reason for being private
> will likely get ignored or forwarded to a public forum with no further
> warning.
>



-- 
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.

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



Re: Samsung Galaxy with customized system image

2009-07-30 Thread dan raaka
not true .. i7500 doesn't use fastboot either ..

-Dan


On Thu, Jul 30, 2009 at 3:47 AM, kenpark  wrote:

>
> Hi there.
>
> I was told that it is possible to use the Samsung Galaxy 7500 with
> your own (custom build) Android OS system image. Is this true? Is the
> bootloader free for custom system images or does it still need a
> jailbreak to do so?
>
> Regards,
> Kenpark
> >
>

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



Midi file problem with sonivox player

2009-07-30 Thread baskar rajagopal
Hi All,

i am facing some chopping sound while playing the midi file.

some of the instruments are not getting played while playing the  midi file.

i have attached the sample midi file which is having 10 instruments in it.
while playing it after the 15th second the cello instrument is supposed to
play and it is not playing.

i tested it in Anvil studio on windows and i am able to play the complete
file without any issues.

i just want to know is it the limitation of the EAS_Library or i need to
improve the Sonivox code.

regards,
baskar.

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



99_Midi 3.mid
Description: MIDI audio


Where the Video is decoded in MediaPlayerService.cpp?

2009-07-30 Thread yjshi

Hi,all
I am a beginner.I learn to how the Video is decoded in the MediaPlayer
and Opencore.But when I read the MediaPlayerService.cpp,I found
"AudioCache" was used in the function named "decode". Where the Video
is decoded in MediaPlayerService.cpp?

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



Re: Where the Video is decoded in MediaPlayerService.cpp?

2009-07-30 Thread sesha giri
All the decoder calls come to the source code which is in opencore folder.
Here you can put logs and check.




From: yjshi 
To: android-framework 
Sent: Friday, 31 July, 2009 10:25:08 AM
Subject: Where the Video is decoded in MediaPlayerService.cpp?


Hi,all
I am a beginner.I learn to how the Video is decoded in the MediaPlayer
and Opencore.But when I read the MediaPlayerService.cpp,I found
"AudioCache" was used in the function named "decode". Where the Video
is decoded in MediaPlayerService.cpp?



  See the Web's breaking stories, chosen by people like you. Check out 
Yahoo! Buzz. http://in.buzz.yahoo.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~--~~~~--~~--~--~---