Essentially, you want to make these devices single application. You'd like to simulate removing the other apps from ROM.
You could try stubbing out all the unwanted ROM apps by creating a redirector app for each (a few hundred bytes each) by the same <name>,<type>,<creator>. Each redirector either does nothing, or redirects to your app or whatever. You could literally replace the 'ROM' contents, but that's a lot more work. On Dec 11, 2007 12:49 PM, J Wilson <[EMAIL PROTECTED]> wrote: > Yeah, I think I'm just going to give up at this point. I've pretty much > decided that there's no sane way to do it programmatically. > > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ > -- [Jeff Loucks, Gig Harbor, WA, USA] -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
