[android-developers] Nexus 4 windows 8.1 can't install google adb driver.

2014-04-21 Thread Casvah
When trying to install the driver for my n4 in MTP mode, windows reports "The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems." The problem happens with revisi

[android-developers] In-app payment system

2014-04-21 Thread Michael Leung
I know if I process the in-app payment to activate some extra features in my app. I have to use google checkout. But If I process some payment in the real world, for example, I build an app for flower shop, they want to pay their order. Can I add other payment options? -- Regards, Michael Leung h

Re: [android-developers] FFT algorithm

2014-04-21 Thread Mahmoud Mortada
Lol What a machine! If you got it share it with us . On Apr 22, 2014 1:01 AM, "TreKing" wrote: > > On Mon, Apr 21, 2014 at 1:12 PM, Mahmoud Mortada > wrote: > >> I want an algorithm to analyze sounds working on android. >> > Cool. I want a unicorn that shits gold and farts rainbows. > > > --

Re: [android-developers] FFT algorithm

2014-04-21 Thread Mahmoud Mortada
Thanks Alvin, so I need to implement FFT with c++ . On Apr 22, 2014 1:37 AM, "Alvin Schurman" wrote: > I would also like that unicorn... > > In the meantime, here is a link to a paper benchmarking several FFT > implementations on Android (PDF): > http://compmus.ime.usp.br/sbcm/2013/pt/docs/pos_t

Re: [android-developers] FFT algorithm

2014-04-21 Thread Alvin Schurman
I would also like that unicorn... In the meantime, here is a link to a paper benchmarking several FFT implementations on Android (PDF): http://compmus.ime.usp.br/sbcm/2013/pt/docs/pos_tec_4.pdf You could also ask Google about "fastest FFT for Android" for some nice posts from stackoverflow. On M

Re: [android-developers] FFT algorithm

2014-04-21 Thread TreKing
On Mon, Apr 21, 2014 at 1:12 PM, Mahmoud Mortada wrote: > I want an algorithm to analyze sounds working on android. > Cool. I want a unicorn that shits gold and farts rainbows. - TreKing

Re: [android-developers] Re: Quality of a building through its image

2014-04-21 Thread TreKing
On Mon, Apr 21, 2014 at 12:52 PM, sourabh sahu wrote: > Because I want to do that in android, thats y I have posted this here.. You are asking for a solution to a high-level, conceptual problem. You're looking for a generic algorithm. Nothing you've asked is specific to Android. Regardless, I

[android-developers] Understand and reduce Application Resources memory usage

2014-04-21 Thread Nathan Barraille
Hello, I am working on reducing the memory usage of my application, and it looks like one of the part that consumes a lot of it is the application Resources class that gives access to all my drawable pngs. I didn't find a lot of documentation on how it deals with memory, but it looks like it loa

[android-developers] Re: setPreviewCallbackWithBuffer issue

2014-04-21 Thread Sanchiski
Did you get any solution on that? On Saturday, April 9, 2011 9:22:42 AM UTC+2, chen ji wrote: > > Hi All, > > I use Android 2.3 on NeuseOne. > > Now, I use setPreviewCallbackWithBuffer to get preview callback and it > works well. But if I call takepicture, it will halt and I can not get > jpeg

[android-developers] FFT algorithm

2014-04-21 Thread Mahmoud Mortada
Hi all I want an algorithm to analyze sounds working on android. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-

[android-developers] Re: Quality of a building through its image

2014-04-21 Thread sourabh sahu
Because I want to do that in android, thats y I have posted this here.. On Monday, April 21, 2014, TreKing wrote: > > On Mon, Apr 21, 2014 at 7:18 AM, sourabh sahu wrote: >> >> Look at these two images of the same building, one is in bad condition and another is good one.I want to develop a prog

Re: [android-developers] Quality of a building through its image

2014-04-21 Thread TreKing
On Mon, Apr 21, 2014 at 7:18 AM, sourabh sahu wrote: > Look at these two images of the same building, one is in bad condition and > another is good one.I want to develop a program differentiate that. What if the image of the "bad condition" is intentional? Like an artistic aesthetic? What about

Re: [android-developers] Quality of a building through its image

2014-04-21 Thread sourabh sahu
Look at these two images of the same building, one is in bad condition and another is good one.I want to develop a program differentiate that. Regards, Sourabh On Mon, Apr 21, 2014 at 5:13 PM, TreKing wrote: > > On Mon, Apr 21, 2014 at 4:24 AM, sourabh sahu wrote: > >> I am looking for any alg

Re: [android-developers] Quality of a building through its image

2014-04-21 Thread TreKing
On Mon, Apr 21, 2014 at 4:24 AM, sourabh sahu wrote: > I am looking for any algorithm or program through which we can detect the > quality of a building through its image.Lets say I have a photograph of > some building, i want to know the condition of building. What is "the quality" or "the con

[android-developers] Quality of a building through its image

2014-04-21 Thread sourabh sahu
Dear All, I am looking for any algorithm or program through which we can detect the quality of a building through its image.Lets say I have a photograph of some building, i want to know the condition of building.Is there anything that can be done to do this. Any help will be highly appreciat

[android-developers] Re: What's problem with PopupWindow?

2014-04-21 Thread chaozh
Did some testing, Removing all Menu item views from LinearLayout after PopupWindow dismiss and creating new items again if showing, no problem found, But why? ScrollerView, LinearLayout and menu item views are all created dynamically, why can't we reuse menu item views? why their ids are 0 afte

[android-developers] Re: What's problem with PopupWindow?

2014-04-21 Thread chaozh
Did some testing, Removing all Menu item views from LinearLayout after PopupWindow dismiss and creating new items again if showing, no problem found, But why? ScrollerView, LinearLayout and menu item views are all created dynamically, why can't we reuse menu item views? why their ids are 0 afte