Re: [android-developers] Re: Setting Screen Orientation in Service!!

2011-10-05 Thread Sebastian Tomaszewski
BTW, where can I find that APP, I can't find it On Wed, Oct 5, 2011 at 11:45 AM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: Thank you for your reply... I will look on this On Tue, Oct 4, 2011 at 11:27 PM, Vishal Keshav bulletcr...@gmail.comwrote: you need to install an

Re: [android-developers] Re: EditText and the unwanted Quick Search Box

2011-10-05 Thread Alvaro Victor Cavalcanti
Problem fixed, although I have no idea why it was yielding this error. On my code I was initializing a progress dialog as follows: dialogWait = ProgressDialog.show(*this*, , getResources().getString(R.string.msg_please_wait), *true*, *true*); dialogWait.setOnCancelListener(*new*

Re: [android-developers] In-app Billing - not working on 1.6 2.1

2011-10-05 Thread Chad Ata
Thanks for double-checking. For me, some of the transactions are working, such as the purchase request. The purchase confirmation is never completing though. I don't want to take any chances with our users, so I'm going to remove the feature for =2.1 for now. -Chad On Wed, Oct 5, 2011 at 2:19

Re: [android-developers] [Development] Android Mario Game Project

2011-10-05 Thread TreKing
On Wed, Oct 5, 2011 at 11:57 AM, Aristostasdad gultekinmik...@gmail.comwrote: And i was wondering where can i find the handy maps of the game to embed in my project? Where can i find the handy maps or should i be prepare them myself? This has nothing to do with developing apps with the

Re: [android-developers] [Development] Android Mario Game Project

2011-10-05 Thread Mohammed Hossain Doula
There are several tutorials as well as examples are available such as http://replicaisland.net/ and so on... There are libraries such as AndEngine (which provides complete game lib), jMonkeyEngine (though developer phone would make the development easier if you use this game engine)... Why I am

Re: [android-developers] Omg what's wrong with my emulator! :*( somebody help lol

2011-10-05 Thread TreKing
On Wed, Oct 5, 2011 at 5:00 AM, Mr Jason visualbba...@gmail.com wrote: I mean emulator is slow when it is booting my activity. Which Android version are you running? They seem to get progressively slower, with the latest (3.0+) being essentially unusable.

Re: [android-developers] Reduce Application Heap size

2011-10-05 Thread TreKing
On Wed, Oct 5, 2011 at 5:32 AM, Karthik aykart...@gmail.com wrote: Actually i have to reduce the heap size. How to do this? Don't allocate as many objects ... ? - TreKing

Re: [android-developers] Letting other apps know about Intent extras keys

2011-10-05 Thread TreKing
On Tue, Oct 4, 2011 at 1:41 PM, Joshua Sera m...@joshsera.com wrote: Is there an accepted way of letting other apps know about the keys your app uses for intent extras? Documentation? - TreKing

[android-developers] Picture.writeToStream/createFromStream loses Bitmaps

2011-10-05 Thread Mark
I'm working on some code that uses the android.graphics.Picture object to record a series of drawing calls including a some drawBitmap operations that draw images. Everything works great, but if I save the Picture object using writeToStream and then recreate it later on using

[android-developers] Re: LinearLayout Rotation Issue

2011-10-05 Thread niko20
If you rotate with animation, you have to tell the layouts to recalculate. So on the buttons you would use SetLayoutParam() I believe, passing in a LinearLayoutParam which you create with the parameters the buttons should be laid out to. -niko On Oct 5, 6:44 am, Chenna chenn...@gmail.com wrote:

[android-developers] Re: how to implement sync using Funambol

2011-10-05 Thread joebowbeer
http://funambol.com/solutions/android.php https://android-client.forge.funambol.org/ On Oct 4, 4:53 am, aparna rani indela@gmail.com wrote: hiii i am implementing android application. In that i nee ti sync the mobile database and online server. i searched in google but i found using

[android-developers] Re: ViewHolder Pattern leaking a Context on retained Fragments

2011-10-05 Thread joebowbeer
As a temporary fix, you can use WeakReference to hold the references to your views without leaking/retaining them. This is similar to the GC-wary use of WeakReference in callbacks and listeners: use WeakReferenceYourObject when you pass your object's reference to another object whose lifetime may

Re: [android-developers] Re: Access Pc from android Device

2011-10-05 Thread Kristopher Micinski
Rooting isn't the topic of this forum, You'll have to look in other places, specific to your device, to find out how to root it, there is no way (automatically) via adb to do this. Kris On Wed, Oct 5, 2011 at 1:54 PM, harshita atri cute.bubble...@gmail.com wrote: how can we root the device

[android-developers] Re: Rotate A View Permanently

2011-10-05 Thread twiggle
I'm struggling trying to rotate by 180 degrees, a ViewGroup which contains buttons and checkboxes. Does anyone have a reliable way of doing this? I've been able to get what's rendered to the screen to be rotated, but the touch event coordinates seem off and the dynamic widget elements (the

[android-developers] Re: How do I navigate to the SD card?

2011-10-05 Thread cellurl
thanks guys. I put the apk on a website, enabled-3rdPartyAPps and browsed to it. Thanks again. -cellurl -- 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: Have you developers even attempted address why this is happening?

2011-10-05 Thread Frederick Lombardi
Thanks Doug. But unfortunately no, I was simply trying to download using the android appmarket, I could screenshot you the error, it says, package file invalid. I just reformatted my sd again and then reset phone to factory settings, with no luck, then unmont , remount, with same effect. Most

[android-developers] Re: Have you developers even attempted address why this is happening?

2011-10-05 Thread Frederick Lombardi
Ya it sux. We gotta just keep telling the developers about this issue, seems like someone in the securities sector is trying purposely to create illegal downloading. On Oct 4, 1:39 pm, JackN j...@jacknorth.com wrote: my phone is the same way. it is terrible. On Oct 4, 10:10 am, Frederick

[android-developers] Stealth Install of TalkBack, KickBack app from Google?

2011-10-05 Thread akay
Hey guys, Are these apps safe? -- 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

Re: [android-developers] Re: Android is worst os mobile is this true

2011-10-05 Thread Kristopher Micinski
On Wed, Oct 5, 2011 at 7:46 PM, Indicator Veritatis mej1...@yahoo.com wrote: Why are you so sure Android Bluetooth works perfectly fine? Have you tested it on a sampling of devices typical of the market? What version are you using? Android 2.2 Bluetooth does NOT work perfectly fine on my

[android-developers] Re: cursor.moveToFirst() cursor.moveToLast() time consuming issue with sqlite database.

2011-10-05 Thread Zsolt Vasvari
You can cram unlimited # of items into a list. It's not like the list keeps its entire contents around. It asks you for the data as it needs it and it's up to the app to supply that data via whatever means. On Oct 6, 12:46 am, lbendlin l...@bendlin.us wrote: you won't be cramming these 17000

[android-developers] Letting other apps know about Intent extras keys

2011-10-05 Thread Chris
Look up Open Intents. -- 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] Re: Letting other apps know about Intent extras keys

2011-10-05 Thread Zsolt Vasvari
R.strings is just for localization. There is even a translatable attribute that you can set to false. On Oct 5, 2:41 am, Joshua Sera m...@joshsera.com wrote: Is there an accepted way of letting other apps know about the keys your app uses for intent extras? At the moment, I guess you can

[android-developers] AccountManager wrong password or account changed error

2011-10-05 Thread mobdev....@gmail.com
This is a reply to: http://groups.google.com/group/android-developers/browse_thread/thread/d66ff537b04ec9a8 (which is closed for replies). I had the same issue when trying to develop an app that authenticates with the Google Docs List API. My AccountManager.blockingGetAuthToken(account,

[android-developers] Re: Letting other apps know about Intent extras keys

2011-10-05 Thread Zsolt Vasvari
Should be: R.strings is NOT just for localization On Oct 6, 11:57 am, Zsolt Vasvari zvasv...@gmail.com wrote: R.strings is just for localization.  There is even a translatable attribute that you can set to false. On Oct 5, 2:41 am, Joshua Sera m...@joshsera.com wrote: Is there an

[android-developers] how to get current sampling rate and pitch from audio

2011-10-05 Thread sourabh sahu
Hi All, how to get current sampling rate and pitch from audio? Any kind of help would be highly appreciated. Thanks, Sourabh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

<    1   2