Re: [android-developers] using the uses-library to hide DLC

2011-08-18 Thread Jeremy Lakeman
If they are signed by the same key, both applications should be able to use the same user id, data folder and process space. I'm thinking of doing something similar, where the main application can download and install additional apk's directly from our web site. But I haven't got around to

[android-developers] Re: Stream 3GP/H263/AMR via RTP. H263 Payload Header?

2011-08-18 Thread Jeremy Lakeman
This is exactly the same problem I'm trying to work on right now. If you skip the first 32 byte header, then you can split out the audio stream by looking for repeating 32 byte blocks that all start with an 0x3c byte. If you write whatever is left into a file, you can play it with ffdshow. But