[android-developers] Re: APKTool - decoding our apps

2010-05-12 Thread wurp
On May 11, 11:00 am, Nathan critter...@crittermap.com wrote: I don't know, but I find the summary of it interesting. . SNIP Baloney. Reengineering itself is an illegal use. There is no GOOD purpose it should be used for. It is a piracy tool pure and simple. Nathan I disagree. Reverse

[android-developers] Re: How to create uses-library

2010-05-12 Thread wurp
On May 11, 1:44 am, Vinay S s.vinay@gmail.com wrote: Hi Karteek, As Mr. Mark Murphy has suggested create a new project for your reusable set of code. Export the same as Jar and include where ever you need them. Regards, Vinay I prefer instead something I saw recommended earlier on

[android-developers] Re: Installing apps to Nexus One device

2010-05-04 Thread wurp
Is settings-applications-unknown sources checked? On May 4, 7:02 pm, ivan istas...@gmail.com wrote: I've updated my manifest with with Debuggable=true. I've enable USB debugging on the phone. I've verified USB driver installation in windows. I've verified adb devices existence -- along with

[android-developers] Re: Camera Error 100 on Nexus One, not on G1.

2010-04-28 Thread wurp
Before takePicture, you must have called startPreview (without then calling startPreview). My picture taking code goes something like this: cam.startPreview(); cam.takePicture(); cam.stopPreview(); According to the android docs, takePicture itself stops the preview, but my experience is that I

[android-developers] Re: Camera Error 100 on Nexus One, not on G1.

2010-04-28 Thread wurp
in.. startPreview is called in the onCreate method so I didn't post it here. I'll take a look at the tutorial code, thanks :) On Apr 28, 3:19 pm, wurp bobbymart...@gmail.com wrote: Before takePicture, you must have called startPreview (without then calling startPreview). My picture taking

[android-developers] Re: How to detect blowing in to the microphone?

2010-04-08 Thread wurp
I agree, Fourier analysis is the way to go. I also recommend installing the Tricorder app and going to the Aco tab. It does spectral analysis (aka Fourier analysis) and graphs it, so you can see what talking versus music versus blowing in the mic looks like. Bobby On Apr 8, 7:14 am, Yahel

[android-developers] Re: HTML Email with inline image

2010-04-06 Thread wurp
I am very sure you can do it. You may end up having to create a Socket to an email server and send the raw email data, but that isn't actually very hard. Last year I put together a valentine's email to my wife with an inline image by hand. I can send you an example of what the contents look

[android-developers] Re: using camcorder app

2010-04-05 Thread wurp
You can download the source code for the camera app that comes with the phone with this command: git clone git://android.git.kernel.org/platform/packages/apps/Camera That app includes video camera support, of course. You'll have to install git if you don't already have it, but you should do that

[android-developers] Re: New to android

2010-04-02 Thread wurp
http://developer.android.com/guide/index.html On Mar 29, 6:53 am, iftekhar iftekhar...@gmail.com wrote: Hi, I am new to android/mobile application .I have exp in developing applications using Java/J2EE but no knowledge of mobile application/ games etc. Please suggest me any link/help from