Re: [android-developers] Re: Facebook Integration issue

2011-07-23 Thread shanmugam nathan
On Sat, Jul 16, 2011 at 4:56 PM, shanmugam nathan shanmugam.andr...@gmail.com wrote: Hey gaurav, Why don't u try with EasyFacebookConnectSDK its quite simpler for beginners. But u can find some errors in LogCat but just ignore those coz ur final target ll be achieved. Thanks, Shanmugam

[android-developers] Re: Compass and Sensor.Type_Orientation

2011-07-20 Thread Nathan
But the person doing that sample didn't actually compile it or run it before posting. Assigning to final variables would not have passed the compiler. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Compass and Sensor.Type_Orientation

2011-07-20 Thread Nathan
question. In what version was Sensor.TYPE_ORIENTATION deprecated? So far, I am not seeing the promise of better results with this method. Nathan On Jul 20, 2:30 pm, Carlos Silva r3...@r3pek.org wrote: Ah! Funny thing about the code I posted (after fixing the sensors): Xoom doesn't get updates

[android-developers] Re: Compass and Sensor.Type_Orientation

2011-07-20 Thread Nathan
and unregistering listeners in onPause, as a good citizen should. Is onPause and onResume happening too fast for that device to handle? Can the device not handle SENSOR_DELAY_UI? At the moment I am a bit lost. Nathan -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Compass and Sensor.Type_Orientation

2011-07-19 Thread Nathan
an exception. I don't know what devices they are because the Market Console won't tell me. If they are API 9 devices (2.3), the above code will help. If they are API 8 devices, then I am a bit stuck, because I can't use Sensor.TYPE_ORIENTATION nor Sensor.TYPE_ROTATION_VECTOR. Nathan -- You received

[android-developers] Preferences not saved on Galaxy S?

2011-07-19 Thread Nathan
on the Galaxy S or any other device? For example, are there Registry Cleaner type apps out there that claim to make your system nice and clean, made by the same companies who make task killers? Nathan -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Preferences not saved on Galaxy S?

2011-07-19 Thread Nathan
Wow, that sounds terrible. I guess I'll break the news to the customer. I doubt they have root. Nathan -- 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

[android-developers] Re: Compass and Sensor.Type_Orientation

2011-07-19 Thread Nathan
On Jul 19, 4:14 pm, Adam Ratana adam.rat...@gmail.com wrote: Hello Nathan, I actually use raw Accelerometer + Magnetometer data as well as the deprecated Orientation sensor in my apps (they support 2.1+) and I have yet to receive anything stating that the orientation sensor was not available

[android-developers] Re: Compass and Sensor.Type_Orientation

2011-07-19 Thread Nathan
: { mGeomagneticField = event.values.clone(); break; } But then again, the sample I cited is getting gravity from the accelerometer also, so it seems wrong. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Compass and Sensor.Type_Orientation

2011-07-19 Thread Nathan
is at rest, the output of the gravity sensor should be identical to that of the accelerometer. == So it might be safe to use the accelerometer some of the time but I'm not sure why the sample doesn't use gravity. Nathan -- You received this message because you are subscribed to the Google

[android-developers] Re: Facebook Integration issue

2011-07-16 Thread shanmugam nathan
Hey gaurav, Why don't u try with EasyFacebookConnectSDK its quite simpler for beginners. But u can find some errors in LogCat but just ignore those coz ur final target ll be achieved. Thanks, Shanmugam -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Integrating Facebook in Android application

2011-07-16 Thread shanmugam nathan
I could not find easyfacebookandroidsdk in any tutorials as of now. But that is self explanatory ... U can work on it easily. Check http://www.easyfacebookandroidsdk.com/example.asp for examples. This is good Regards, Shanmugam. -- You received this message because you are subscribed to the

[android-developers] Gesture Detector

2011-07-15 Thread shanmu nathan
Hi guys, I need on help. I develop a sample application using gesture detector. Its working on api leven 2.1 and 2.2. But its not working on Api level 4.. Can u help me? -- With Regards, SHANMUGANATHAN. A Software Engineer Trainee, Citrisys Solution, Phone: +91.44.22311173 Mail To:

Re: [android-developers] Screen size supported

2011-07-12 Thread shanmu nathan
HI , Refer Below Link. http://developer.android.com/guide/practices/screens_support.html On Tue, Jul 12, 2011 at 2:54 PM, mark2011 androidmark2...@gmail.com wrote: Dear All : Is there anyone know the maximum screen size supported by Android? Is it possible to display on 1366 X 738

[android-developers] Set silent mode for particular time.

2011-07-11 Thread shanmu nathan
Hi guys, Good evening. I m new to android. Now i am developing one small application. In that application when i click the start button need to set my device to silent mode for particular time, Start and end time is get it from time picker. Can anybody help me? -- With Regards,

[android-developers] Facebook Connect blank Screen Issue

2011-07-11 Thread shanmugam nathan
Hi friends, I'm a beginner for android development. I tried to develop Facebook application which posts and gets status, for this i downloaded FaceBook Connect API with samples. I imported android library even. My program compiles without any error now. But if i run my app. I will get a button

[android-developers] Honeycomb (3.1) adjustResize behavior inconsistent with 2.1?

2011-07-07 Thread Nathan Fig
My activity has android:windowSoftInputMode=adjustResize and, in 2.1, the softKeyboard will resize the layout accordingly. In 3.1, however, I have not been able to get the same behavior: the soft keyboard will push EditText views, but not Button views. Same behavior on both the 10 inch Galaxy

[android-developers] Re: Patent Infringement notice by Lodsys.

2011-07-07 Thread Nathan
no money. If so, how is it actually done? Do I just email the right guy at the patent office? And how do I know if it has been done? Nathan -- 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

[android-developers] Re: Patent Infringement notice by Lodsys.

2011-07-07 Thread Nathan
For me, technically, I think they would have to go small claims court ;) (in the most optimistic of cases). Nathan -- 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

[android-developers] Re: Fragment compatibility package + Android library project + running on API 11+ + DialogFragment in an Activity.

2011-07-06 Thread Nathan Ramsey
I have a UI chunk which is a subclass of android.support.v4.app.DialogFragment.  When running on devices with SCREENLAYOUT_SIZE_NORMAL or SCREENLAYOUT_SIZE_SMALL our library launches a new android.support.v4.app.FragmentActivity which displays theDialogFragmentin its embedded mode. All good

[android-developers] Re: distance formula

2011-07-01 Thread Nathan
Or just call this: http://developer.android.com/intl/de/reference/android/location/Location.html#distanceBetween(double, double, double, double, float[]) Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Install % not updating?

2011-06-29 Thread Nathan
from keyword search as I did from being high in that category. Granted, my category starts with a T, not A or B. But take it for what it is worth. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Install % not updating?

2011-06-29 Thread Nathan
. Unfortunately, you can't get away from the secret ranking factors in a keyword search. My free app has near identical wording to my paid app, but it has no ranking juice to speak of, and it doesn't show up anywhere near the paid app for the same keywords. Nathan -- You received this message because

[android-developers] Re: Install % not updating?

2011-06-28 Thread Nathan
to the minute accurate active install count, I can't figure out how I would run my business differently. (Not that isn't silly that Google can't get it right.) Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Custom SeekBar

2011-06-28 Thread shanmu nathan
Hi guys, Good Morning, I m one of the beginner of android. I need your help. Now i develop one application. in this application i set a seek bar. I need two thumbs in that seek bar i dont know how to custom that. Can u have any idea to do that? please help me. Then if you have the android

[android-developers] Fragment compatibility package + Android library project + running on API 11+ + DialogFragment in an Activity.

2011-06-23 Thread Nathan Ramsey
~@Dianne: The preface: I'm working on an Android Library Project that wants to use Fragments and support older API levels, so we're using the Android Compatibility Library. I have a UI chunk which is a subclass of android.support.v4.app.DialogFragment. When running on devices with

[android-developers] Task Manager

2011-06-21 Thread shanmu nathan
Hi guys, Good Morning guys, I do one android application.. I need to run the application back ground but when ever kill my application using task manager it will b closed. Now i need to hide my application from the task manager.. Can any one help me? Please. its very urgent.

[android-developers] Fwd: Task Manager

2011-06-21 Thread shanmu nathan
Hi guys, Good Morning guys, I do one android application.. I need to run the application back ground but when ever kill my application using task manager it will b closed. Now i need to hide my application from the task manager.. Can any one help me? Please. its very urgent.

Re: [android-developers] Task Manager

2011-06-21 Thread shanmu nathan
oh.. do you know how its work alarm? I need kind of example. On Tue, Jun 21, 2011 at 5:18 PM, Mark Murphy mmur...@commonsware.comwrote: This is not possible, except maybe by creating your own phone firmware. On Tue, Jun 21, 2011 at 3:37 AM, shanmu nathan win.sha...@gmail.com wrote: Hi

[android-developers] In-App Billing - Alternatives to Google?

2011-06-21 Thread Nathan
that is willing to fund a staff of more than one person. Any ideas? Nathan -- 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

[android-developers] How to protect the selection of vibrate mode or silent mode?

2011-06-13 Thread shanmu nathan
Hi guys, I develop one application in android. i need ur help. i want protect to select the Silent and vibration mode in android.. i dnt knw how to do that.. can anybody help me? -- With Regards, SHANMUGANATHAN. A Software Engineer Trainee, Citrisys Solution, Phone: +91.44.22311173

[android-developers] Wheel View.

2011-06-06 Thread shanmu nathan
Hi guys, I do one android application. in my application i use the whell view.. i need to disable the Number selection from the wheel when ever i click the submit button.. i dont knw how to do that.. anybody can help me.. its urgent... -- With Regards, SHANMUGANATHAN. A Software

[android-developers] Re: Android 3.1 presentation - Portland Code Camp 2011

2011-06-06 Thread Nathan
Sean, thank you for contributing at Portland Code Camp by putting those slides together and sharing them with the group. I'm sure they will be helpful to some, and won't cause any damage to anyone else. Nathan -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Orientation problem

2011-05-30 Thread shanmu nathan
, please be clear , i wont be able to help even if i want to . On Mon, May 30, 2011 at 11:20 AM, shanmu nathan win.sha...@gmail.comwrote: ok Kaushik Pendurthi. Now what is my need is when i changing the orientation my apps is work continuesly not from the begining... Eg.. Normally i run

Re: [android-developers] Re: Orientation problem

2011-05-30 Thread shanmu nathan
pm, shanmu nathan win.sha...@gmail.com wrote: There is no bug raises when i changing the orientation.. when i changing the orientaion the activity is restarted.. On Mon, May 30, 2011 at 11:32 AM, kaushik p kaushiks...@gmail.com wrote: ok Kaushik Pendurthi. Now what

[android-developers] Orientation

2011-05-30 Thread shanmu nathan
Hi guys, I need one help.. i dnt know how to save a state and restore the state while orientation changing.. can u help me pls.. -- With Regards, SHANMUGANATHAN. A Software Engineer Trainee, Citrisys Solution, Phone: +91.44.22311173 Mail To: sayyadu...@citrisys.com -- You received

[android-developers] Orientation problem

2011-05-29 Thread shanmu nathan
Hi guys, Good Morning I need help from yours. I develop one apps that time i met one problem. That is when ever i change that orientation my apps running from starting i dnt knw how to overcome that problem... I wrote separate xml's for portrait and landscape.. can anyone help me

Re: [android-developers] Orientation problem

2011-05-29 Thread shanmu nathan
at 11:02 AM, shanmu nathan win.sha...@gmail.comwrote: Hi guys, Good Morning I need help from yours. I develop one apps that time i met one problem. That is when ever i change that orientation my apps running from starting i dnt knw how to overcome that problem... I wrote separate

[android-developers] cancel Notification

2011-05-24 Thread shanmu nathan
Hi guys, I need one help.. I need to cancel a notification when the event is over. can anybody help me.. -- With Regards, SHANMUGANATHAN. A Software Engineer Trainee, Citrisys Solution, Phone: +91.44.22311173 Mail To: sayyadu...@citrisys.com -- You received this message because you

[android-developers] Timer

2011-05-24 Thread shanmu nathan
Hi guys, i need to show the stop watch when i clicks the button.. can anybody help me.. -- With Regards, SHANMUGANATHAN. A Software Engineer Trainee, Citrisys Solution, Phone: +91.44.22311173 Mail To: sayyadu...@citrisys.com -- You received this message because you are subscribed

[android-developers] LogCat with the Tab 10.1

2011-05-24 Thread Nathan
think I'll have much chance of catching messages from my app - or anything else. Has this been the case for everyone? Nathan -- 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

[android-developers] Re: LogCat with the Tab 10.1

2011-05-24 Thread Nathan
Tried that. I got nothing at first. But then I didn't realize that creating the filter will actually take things out of the log. I can see a few things for a while. They disappear pretty fast because the log gets full. Nathan On May 24, 4:56 pm, Mark Murphy mmur...@commonsware.com wrote: Use

[android-developers] Private Storage with App2sd.

2011-05-19 Thread Nathan
on it being on the storage card, and open to the public. Am I right? Nathan -- 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

[android-developers] Re: Any way to add team members so they can see Android Market data?

2011-05-19 Thread Nathan
That would be great. -- 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-developers+unsubscr...@googlegroups.com For

[android-developers] TimePicker

2011-05-19 Thread shanmu nathan
Hi friends,, I m new in android developing, I started One application using time Picker. I need one help from yours. I need to show the time picker with seconds.. i dnt knw how to customize the default time picker... anybody help me pls.. -- With Regards, SHANMUGANATHAN. A

[android-developers] wheel View

2011-05-18 Thread shanmu nathan
Hi guys, i am new to the android.. any body have wheel view application with source means send me that for learning. Thanks in advance -- With Regards, SHANMUGANATHAN. A Software Engineer Trainee, Citrisys Solution, Phone: +91.44.22311173 Mail To: sayyadu...@citrisys.com -- You

Re: [android-developers] Re: wheel View

2011-05-18 Thread shanmu nathan
explain what a wheel view application is. If you are looking for the iOS-style wheel selection widget, try: http://code.google.com/p/android-wheel/ On Wed, May 18, 2011 at 3:15 AM, shanmu nathan win.sha...@gmail.com wrote: Hi guys, i am new to the android.. any body have

[android-developers] Re: How is In App Billing?

2011-05-12 Thread Nathan
On May 9, 9:15 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, May 10, 2011 at 3:17 AM, Nathan critter...@crittermap.com wrote: I have looked at Urban Airship's solution. http://urbanairship.com/products/in-app-purchase/ Using third party solutions might violate the Developer

[android-developers] How is In App Billing?

2011-05-09 Thread Nathan
, and they will consider me for the next round. Nathan -- 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-developers

Re: [android-developers] Building C code for Android (no Java/jni)

2011-05-03 Thread nathan forbes
On May 3, 2011 12:21 PM, Mark maf...@yahoo.co.uk wrote: Hi, Can anyone tell me how to compile+build a program, written in C on Android? There's no Java code and I don't want a shared lib to use with JNI. The NDK does not seem to help here. -- You received this message because you are

[android-developers] Set default theme colors for widgets?

2011-05-03 Thread Nathan Fig
Widget differ between devices: the Galaxy Tab, for instance, uses a bluish/teal color for highlighted tabs and for preference sub-text, whereas the Dell Streak uses a dark gray. Is it possible to set the default theme colors used by widgets? I've searched for and experimented with theme

[android-developers] J2ab bridge showing error

2011-04-28 Thread swami nathan
HI Thanks for notification i am trying to convert j2me application into android i am seeing following site http://www.assembla.com/wiki/show/j2ab/Converting_From_J2ME/8; but i am ending up with Dalvkit Conversion failed i also tried clean and build method it would be helpfull if u help me --

Re: [android-developers] how to test your apk?

2011-04-28 Thread Nathan Forbes
On 04/28/2011 09:30 PM, Barry Wey wrote: if you developed some kind of app using emulator, is it time for test on a real device? how to do that? there are a lot of different devices, they might have the same sdk version, but alter all there is some different. have to buy all kind of

[android-developers] Re: Transactions in android market not clearing?

2011-04-26 Thread Nathan Roy
Just for the record, sales are still going through, and people are able to download the app, so Spiderfly's issue isn't pertaining to me, but no transactions have cleared still since 2PM on the 24th of April. Not good. On Apr 25, 9:54 pm, Spiderfly Studios spiderflystud...@gmail.com wrote:

[android-developers] Re: Transactions in android market not clearing?

2011-04-26 Thread Nathan Roy
starting to move. -- Kostya 26.04.2011 21:08, Nathan Roy пишет: Just for the record, sales are still going through, and people are able to download the app, so Spiderfly's issue isn't pertaining to me, but no transactions have cleared still since 2PM on the 24th of April. Not good

[android-developers] Re: Transactions in android market not clearing?

2011-04-25 Thread Nathan Roy
Yes I have noticed this as well. It's been happening to me since the 24'th On Apr 25, 10:17 am, Gregg Reno gregg.r...@gmail.com wrote: I was wondering why the payout from 4/24 was lower than it should based on the number of sales.  But it looks like transactions since about 9:00 pm EDT on

[android-developers] Re: Problem installing android sdk in ubuntu 10.10

2011-04-25 Thread Nathan
It probably block by fire wall. To run Android SDK and AVD manager from command line, then set proxy. https://lh3.googleusercontent.com/_k2xQF2gMLNo/TXiY5HGq25I/CME/TJj15q-2_44/s800/20110310UbuntuAndroidSDK7.png On 4月25日, 下午2時03分, Saurav to.saurav.mukher...@gmail.com wrote: Any ideas?

[android-developers] What does the icon means on status bar?

2011-04-25 Thread Nathan
Any body know what does this icon means? https://lh3.googleusercontent.com/_k2xQF2gMLNo/TbPwA-4EQoI/CT0/Ml2uGzyIEbc/s800/20110424_IconMean_1.png -- 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] Re: Transactions in android market not clearing?

2011-04-25 Thread Nathan Roy
looks like I'm gonna have 0 sales for today, not good, not good. On Apr 25, 6:35 pm, Gregg Reno gregg.r...@gmail.com wrote: Still no change.  None of the purchases have cleared for me since last night. - Gregg On Apr 25, 9:21 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Not only have

Re: [android-developers] apps-for-android.googlecode.com/svn

2011-04-23 Thread nathan forbes
On Apr 23, 2011 1:20 PM, J Handal jhand...@gmail.com wrote: Thanks Mark, BTW I found the command android update project -p: @ directory: C:\Users\JH\Desktop\Android 2.2\android-sdk_r06-windows\android-sdk-windows\tools -- You received this message because you are subscribed to

Re: [android-developers] Compiling Android Source

2011-04-10 Thread Nathan Forbes
On 04/10/11 01:48, Andrew wrote: I am having some difficulty compiling the source code. This post is largely posting my problems and solutions that I was unable to find anywhere else. (I have been following the directions from here: http://source.android.com/source/downloading.html) Repo

Re: [android-developers] Compiling Android Source

2011-04-10 Thread Nathan Forbes
On 04/10/11 01:48, Andrew wrote: I am having some difficulty compiling the source code. This post is largely posting my problems and solutions that I was unable to find anywhere else. (I have been following the directions from here: http://source.android.com/source/downloading.html) Repo

Re: [android-developers] Re: Compiling Android Source

2011-04-10 Thread nathan forbes
I have seen builds break due to using the -j switch. Sometimes the Android build system is very finicky. There's so many factors involved it's nuts, so your errors could be due to the product your building, a missing dependency, etc. Only thing really to do is read the error messages and try to

[android-developers] Re: Android sqlite and multithreading

2011-04-07 Thread Nathan
haven't been using contentproviders but this seems bad, and will definitely leave red messages in your log. Nathan -- 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

[android-developers] Re: Android sqlite and multithreading

2011-04-07 Thread Nathan
opens 10 or 100 databases in a session, I'll just leave them all open. That simplifies the singleton implementation if I don't have to do reference counting. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Android sqlite and multithreading

2011-04-07 Thread Nathan
think my scenario is that outrageous. Nathan -- 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-developers+unsubscr

[android-developers] Re: Android sqlite and multithreading

2011-04-07 Thread Nathan
On Apr 7, 3:46 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Apr 7, 2011 at 6:33 PM, Nathan critter...@crittermap.com wrote: Would a shopping list application only allow you to have one shopping list, called default? A lame one would, yes. A sensible implementation would use

Re: [android-developers] Is Xoom a Google reference device ?

2011-04-06 Thread nathan forbes
Do you mean: Google Experience device? Rather than reference? On Apr 6, 2011 7:35 PM, Giorgis giorg...@gmail.com wrote: Is Xoom a Google reference device ? Is there an official Google anouncement on this issue ? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: new developer questions

2011-04-05 Thread nathan forbes
developer.android.com also has the answers to all of your questions so far man. On Apr 5, 2011 9:06 AM, Jake Colman col...@ppllc.com wrote: Have you tried googling any of your questions? It's much faster and it will allow you to ask much more targeted questions. hoss...@gmail.com

Re: [android-developers] Re: Activity without GUI - Activity

2011-04-05 Thread nathan forbes
Couldn't you just create a normal activity using onCreate and not load any XML layouts? Instead of creating receivers? Then you would have a context to work with to show a Toast and what not... Or am I way off here... I'm fairly new with this also. On Apr 5, 2011 9:53 AM, Zsolt Vasvari

[android-developers] Re: OutofMemoryError on Thunderbolt: HttpClient.execute

2011-04-02 Thread Nathan
Is there anyway to change the global settings for buffer size? There are some connections I don't control, such as the dispatch on Google Analytics. Nathan On Mar 29, 2:36 pm, Nathan critter...@crittermap.com wrote: On Mar 29, 2:20 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Mar

[android-developers] Re: what is marketing opt-out?

2011-03-31 Thread Nathan
I have it checked, and since I've never seen Google run any promotions for the Android Market mentioning third party apps, it hasn't made a bit of difference. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Find storage directories?

2011-03-30 Thread Nathan
one storage. It's what I'm using now and will give you the internal storage card or the external storage card, depending on the device. Is there a good way to query for more storage locations? So far I think the answer is no. Nathan -- You received this message because you are subscribed

[android-developers] OutofMemoryError on Thunderbolt: HttpClient.execute

2011-03-29 Thread Nathan
? Nathan java.lang.OutOfMemoryError: (Heap Size=16327KB, Allocated=14167KB, Bitmap Size=7690KB) at org.apache.http.util.ByteArrayBuffer.init(ByteArrayBuffer.java: 53) at org.apache.http.impl.io.AbstractSessionInputBuffer.init(AbstractSessionInputBuffer.java: 82

[android-developers] Re: Amazon Appmarket is now open!

2011-03-29 Thread Nathan
support or credibility. If that's the case, lets get them shut down with a flood of DMCA complaints. Forget credibility, there should not be any tolerance for that. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: OutofMemoryError on Thunderbolt: HttpClient.execute

2011-03-29 Thread Nathan
, I hope HTC enjoys all the returns. I guess once in a while, the stack trace from OutOfMemoryError actually does tell you where the problem is. Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: OutofMemoryError on Thunderbolt: HttpClient.execute

2011-03-29 Thread Nathan
On Mar 29, 2:20 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Mar 29, 2011 at 5:15 PM, Nathan critter...@crittermap.com wrote: Until I got a recent log, I didn't know how much it was trying to allocate - 2Megabytes. That seems awfully greedy when you have a 16M heap - multiple

[android-developers] clearTaskOnLaunch behavior ambiguous

2011-03-28 Thread Nathan Fig
Reading the Android documentation and some of the answers here (and on StackOverflow) have left it ambiguous how clearTaskOnLaunch is supposed to behave, specifically: 1) Does clearing the activity stack mean literally erasing it, or having the activities cycle through onCreate() and finish()?

[android-developers] Re: Designing a barcode app which doesnt sign your life away

2011-03-28 Thread Nathan
It's not specific to the app. It's something that comes on when you enable network location. Google wants to collect anonymous location data. If you decline, network location won't be enabled at all. Nathan -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: onPause() Why u no do the things I want?

2011-03-25 Thread Nathan
and retrying instead of exiting. Nathan -- 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-developers+unsubscr

[android-developers] Re: Amazon Appmarket is now open!

2011-03-25 Thread Nathan
On Mar 25, 11:20 am, TreKing treking...@gmail.com wrote: Update, they refunded my accidental purchase. *** I love these people. Well, gee, there goes my one sale! ;) Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Amazon Appmarket is now open!

2011-03-25 Thread Nathan
On Mar 25, 11:37 am, Nathan critter...@crittermap.com wrote: On Mar 25, 11:20 am, TreKing treking...@gmail.com wrote: Update, they refunded my accidental purchase. *** I love these people. Well, gee, there goes my one sale! ;) Nathan I guess it wasn't Treking. This one person says

[android-developers] Re: Amazon Appmarket is now open!

2011-03-25 Thread Nathan
On Mar 25, 4:13 pm, Nathan critter...@crittermap.com wrote: On Mar 25, 11:37 am, Nathan critter...@crittermap.com wrote: On Mar 25, 11:20 am, TreKing treking...@gmail.com wrote: Update, they refunded my accidental purchase. *** I love these people. Well, gee, there goes my one sale

[android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Nathan
an $X gift certificate at Amazon just for *saying* that you will beta test something. Nathan -- 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

[android-developers] Re: Gift certificate or something like that

2011-03-24 Thread Nathan
it. Nathan -- 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-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Re: Amazon Appmarket is now open!

2011-03-23 Thread Nathan
bought it in Android Market. There is always the chance that there will be branding value for being in the Amazon store. Both of these are noise compared to getting sales on Amazon on the new Kindle. Nathan -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Amazon AppStore Release

2011-03-22 Thread Nathan
they choose countries in certain orders. They are for-profit corporations. They don't choose countries according to racial bias, political leanings, or a benevolent desire to give equal access to all of earth's creatures. They choose them according to *money*. Nathan -- You received this message

[android-developers] Re: How many of you are creating promotional videos for your app?

2011-03-17 Thread Nathan
. Nathan On Mar 17, 12:40 pm, Chris Stewart cstewart...@gmail.com wrote: After spending too much time trying to get a video of my app, I wanted to follow up on this thread. Last night I spent the better part of the night trying to capture video and audio from a walk-through of my application

[android-developers] FEATURE_CUSTOM_TITLE and HoneyComb

2011-03-16 Thread Nathan
all out for HoneyComb for those 7 users yet. The custom title view has a little icon, a clickable textview link, and an integer. Perhaps an actionbar item would work. It can have an icon and text, though I think only the icon would display. Any good ideas? Nathan -- You received this message

[android-developers] Re: FEATURE_CUSTOM_TITLE and HoneyComb

2011-03-16 Thread Nathan
title, and access to items from the Options Menu in a drop- down list on the right side. So how do i get that default state? What else could I be doing to stop the Action Bar from occurring? I don't see anything special that the ApiDemos do to make it show up. Nathan On Mar 16, 2:59 pm, Mark Murphy

[android-developers] Re: FEATURE_CUSTOM_TITLE and HoneyComb

2011-03-16 Thread Nathan
On Mar 16, 5:20 pm, Mark Murphy mmur...@commonsware.com wrote: Add android:targetSdkVersion=11 to the uses-sdk element in your manifest. It's in there already. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: FEATURE_CUSTOM_TITLE and HoneyComb

2011-03-16 Thread Nathan
On Mar 16, 5:46 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Mar 16, 2011 at 8:28 PM, Nathan critter...@crittermap.com wrote: On Mar 16, 5:20 pm, Mark Murphy mmur...@commonsware.com wrote: Add android:targetSdkVersion=11 to the uses-sdk element in your manifest. It's

[android-developers] Re: Buyer’s Currency

2011-03-15 Thread Nathan Roy
So, are we to assume then, that it will automatically set the currency for us on March 31st if we don't get the options to set it manually? Or is it just a false alarm e-mail? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Buyer’s Currency

2011-03-11 Thread Nathan Roy
I just got one as well, though it's the first one I've ever received. I'm in Canada, and I see no options to localize payment options. On Mar 9, 6:12 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: I've been getting emails from android-market-support, stating that 'Buyer’s Currency is

[android-developers] Aapt.exe keeps crashing with ADT 10.

2011-03-10 Thread Nathan
that depends on said library - also from existing source. Won't build because it won't generate the R file - again. Now, aapt is crashing frequently. I keep getting aapt has failed. Windows is searching for a solution to the problem. When I check the error log, I get the error below. Nathan

[android-developers] Re: Aapt.exe keeps crashing with ADT 10.

2011-03-10 Thread Nathan
Eclipse-Old Workspace failed. New Eclipse-New Workspace- Projects from existing source failed. Nathan On Mar 10, 4:38 pm, Xavier Ducrohet x...@android.com wrote: The NPE indicates that your project is configured with some source folders that don't actually exist. Do you have a gen folder? Eclipse

[android-developers] Re: Best practices for tablet-centric development

2011-03-10 Thread Nathan
for 3% of users when you are primarily targeting tablets? Nathan -- 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: Lost libraries after updating ADT and SDK

2011-03-09 Thread Nathan
In preferences, under Java-Compiler, it most definitely says 1.6. But since Helios supports 64 bit now, there is just a chance that I need the 64 bit JDK now. Otherwise I'm not sure where to look. Nathan On Mar 8, 11:01 pm, Kostya Vasilyev kmans...@gmail.com wrote: Should 1.6, this error

[android-developers] Re: Lost libraries after updating ADT and SDK

2011-03-08 Thread Nathan
I've installed 3.6.2. Still not getting clean builds. I am getting a zillion 'method must override a superclass method'. I think that means that the JDK compliance level is off or something like that, but I can't remember what it should be. Nathan -- You received this message because you

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Nathan
will never build an Android app again. Nathan -- 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-developers+unsubscr

<    1   2   3   4   5   6   7   8   >