[android-porting] Question on building modified framework code + windows emulator

2010-03-15 Thread MBethDev
Hello, I'm not sure if this is the right forum to ask, but I'll ask anyway in case someone knowledgeable might know this: I recently added some functionality in the android framework code (more specifically I *added* a new class that encapsulates this functionality that I'm trying to write, and I

[android-porting] Re: Question on building modified framework code + windows emulator

2010-03-15 Thread MBethDev
ditional libraries/APIs they need. > > > > > > On Mon, Mar 15, 2010 at 7:34 PM, MBethDev wrote: > > Hello, > > > I'm not sure if this is the right forum to ask, but I'll ask anyway in > > case someone knowledgeable might know this: > > >

[android-porting] Re: Question on building modified framework code + windows emulator

2010-03-16 Thread MBethDev
ot on Windows. I would think copying the framework jar file will do but to no avail. Can anybody help please? Thanks. On Mar 15, 7:34 pm, MBethDev wrote: > Hello, > > I'm not sure if this is the right forum to ask, but I'll ask anyway in > case someone knowledgeable might know

[android-porting] Re: Question on building modified framework code + windows emulator

2010-03-24 Thread MBethDev
-mno-cygwin flag (what I mean is, where in the android build scripts and how to set it there?) I also checked out the development/tools/eclipse/README_WINDOWS.txt and it says to set the Default Text File to DOS/text. How do I set this? On Mar 17, 7:33 pm, Jett wrote: > Hi MBethDev, > >

[android-porting] Need help with PlatformLibrary sample

2010-03-25 Thread MBethDev
Hi, Awhile back I wrote some customized code that modified the underlying framework to perform some tasks I needed to do. Unfortunately, that implementation was coupled and statically compiled with the rest of the android framework code, which I soon learned was not supported practice. I was the

[android-porting] Re: Need help with PlatformLibrary sample

2010-03-26 Thread MBethDev
I still couldn't get it to work. Any ideas. MB On Mar 25, 11:49 am, MBethDev wrote: > Hi, > > Awhile back I wrote some customized code that modified the underlying > framework to perform some tasks I needed to do.  Unfortunately, that > implementation was coupled and staticall

[android-porting] Re: Adding new api to android

2010-03-26 Thread MBethDev
uggestions/steps across other groups :( I second your sentiment about your frustration and lack of documentation, I think I've wasted three days trying to figure this out http://groups.google.com/group/android-porting/browse_thread/thread/93c62bf89836f96/adb63ef4d1af6aa1?q=mbethdev#adb63ef4d

[android-porting] Re: Question on building modified framework code + windows emulator

2010-04-07 Thread MBethDev
indows emulator from the sdk. Good luck and sorry if I couldn't answer your question. MB On Apr 7, 12:16 pm, mark wrote: > Hi MBethDev, > > Have you gotten any further with this? > > I had your exact issue and found my JDK wasn't in my environment > 'path' va

[android-porting] Question on Java Build Path -> Libraries

2010-04-07 Thread MBethDev
Hello, I apologize if this is the wrong forum to ask, but I decided to post here since I encountered this problem during my porting work and I'm hoping maybe someone encountered this as well and was able to resolve it. Anyway, I recently wrong a custom library sdk_addon following the PlatformLibr

[android-porting] java.lang.VerifyError and custom library sdk addon

2010-04-07 Thread MBethDev
Hi, I recently wrote a custom library sdk_addon (following the PlatformLibrary example) such that Application clients can access this sdk. I'm able to successfully build the zipped file and extract it to the add-on directory of my sdk and worked fine (I'm able to launch the emulator using this ve

[android-porting] default android animation on activity

2010-06-23 Thread MBethDev
Hello, Does anyone know what animation is getting triggered when I exit an application (the animation where the exiting activity/app shrinks and disappears?) I'm able to find in the frameworks/base/core what attribute is triggering this (wallpaperCloseExitAnimation), but when I checkout the sourc

[android-porting] Questions on ramdisk, userdata, and system img files

2009-02-20 Thread MBethDev
Hi, I'm new to Android development and recently I've been playing with the emulator and the applications, etc, and overall just getting to know the internals of the code. My main goal though is understanding the porting aspect of it on an actual embedded device. Anyway, on to my question. I no

[android-porting] Re: Questions on ramdisk, userdata, and system img files

2009-02-21 Thread MBethDev
tain emulator features cannot be >    properly implemented if we don't add even more invasing changes to the >    system. Changes that should not appear on device images. > > > > On Sat, Feb 21, 2009 at 3:12 AM, MBethDev wrote: > > > Hi, > > > I'm new to