0
votes
0answers
76 views

Getting a large amount of data with traceview

I'm running some benchmarks and some overflow the traceview buffer, I'm already using the max buffer size that I can (400MB). How can I get these data? (I need the hole benchmark to be traced, not ...
0
votes
0answers
143 views

How can I tell when android AudioRecord read() method encounters an overflow?

I am using android.media.AudioRecord to get raw audio input, and then I am processing this in real-time to display immediate feedback. I can adjust various processing parameters to change the quality ...
0
votes
0answers
95 views

Buffer Overflow in android tool code

char name[EFI_NAMELEN]; fprintf(stderr,"ptn start block end block name\n"); fprintf(stderr,"---- ------------- ------------- --------------------\n"); for (n = 0; n < EFI_ENTRIES; n++, ...
1
vote
1answer
2k views

Using a buffer to convert http request responses to string in Android - Not getting entire response

I'm developing an app that posts to a site and I'm trying to store the entity response as a string. However, the string only seems to contain a small portion of the response, roughly 35 lines or so. ...
0
votes
1answer
1k views

AudioRecord problems with non-HTC devices

I'm having troubles using AudioRecord. An example using some of the code derived from the splmeter project: private static final int FREQUENCY = 8000; private static final int CHANNEL = ...
2
votes
1answer
2k views

Is it possible to download Android SDK components without using the Android SDK management utility?

During the installation of my Android SDK, I am getting stuck during the process where the manager goes out and downloads all the revisions of the APIs and the SDKs. It is potentially due to a socket ...
1
vote
0answers
2k views

Android SDK installation error - "no buffer space available (maximum connections reached?): recv failed

I am trying to get my environment setup to develop an android app so I downloaded the SDK (http://developer.android.com/sdk/installing.html). After unpacking the files and running the SDK Setup.exe, ...