Hi, this discussion belongs on android-porting, thanks.

Also this is totally the wrong way to add new manufacturer APIs to the
platform.  Please look at the PlatformLibrary sample code to see how to add
your own library that apps can link against.  There has been discussion
about this in the past on android-porting.

On Wed, Dec 2, 2009 at 8:46 PM, GPU <[email protected]> wrote:

> Copy the  system.img and ramdisk.img to the emulator path "\SDK-HOME
> \platforms\android-2.0\images"
>
> On Dec 3, 9:42 am, Jack Ganesh <[email protected]> wrote:
> > Thankz a lot Franklin.
> >
> > I want to verify my changes in emulator atleast.
> >
> > Can you tell me how to the load my System.img [/andriod\mydroid\out
> > \target\product\generic]
> > into emulator .?
> >
> > Tnx 4rever
> >
> > Cheers.,
> > Ganesh
> >
> > On Dec 2, 11:24 pm, Franklin Munoz <[email protected]> wrote:
> >
> >
> >
> > > You modified the SDK jar file, but your device still has the original
> > > unmodified one, to do this kind of thing you need to use your own
> system
> > > image.
> >
> > > On Wed, Dec 2, 2009 at 4:24 AM, Jack Ganesh <[email protected]>
> wrote:
> > > > Hi ,,
> > > >  Am working with Android Open source Platform code.
> >
> > > > Actullay i added my own method in  Mediaplayer.java .
> >
> > > > public static void myMethodPlay()
> > > > {
> > > > Log.i(TAG,"Welcome Method");
> > > > }
> >
> > > > After building i copied media folder from android.jar and pasted into
> > > > SDK 2.0 android.jar.
> >
> > > > i called the same method in my Demo.java class
> >
> > > > Am able to access the method call.
> >
> > > > But am Unable to lauch the application also am not getting my Log
> > > > statement in Logcat.
> >
> > > > Am worng or rite ?  Plz correct me....,
> >
> > > > I need your valuable support ...
> >
> > > > Cheers,
> > > > Ganesh
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> > > > Groups "Android Developers" group.
> > > > To post to this group, send email to
> [email protected]
> > > > To unsubscribe from this group, send email to
> > > > [email protected]<android-developers%[email protected]><android-developers%2Bunsubs
> ­[email protected]>
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en-Hide quoted
> text -
> >
> > > - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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

Reply via email to