[android-developers] Android AMF client library : Android RTMP client library

2010-04-26 Thread Jayant
Android AMF client library Aftek has extensive experience in developing enterprise Flex applications. We have used BlazeDS extensively and we believe that it would nice to provide all the benefits provided by AMF for Android applications as well. We have developed an Android AMF client library

[android-developers] Adding static background to kube

2010-04-26 Thread CMF
Hi all, I would like to ask how to add a static background to the kube from the ApiDemo I have created a sqaure behind the Kube, but it will rotate as the kube does How to make the background static? -- You received this message because you are subscribed to the Google Groups Android Developers

RE: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Tommy
Well at this point I have tried to write just a simple HELLO to the text file. Again it goes over the code no problem but when I search the /data directory there are no files or folders. String filename = Testing.txt; //stationname.getText().toString() + System.currentTimeMillis();

[android-developers] Event triggers when I click around marker

2010-04-26 Thread Nithin
Hi, I displayed map and on top of map, I displayed a number of overlay Items(Markers). Clicking on overlay Items or markers will do some action. But the problem is when I click around the marker, means outside the marker, at that time also, the event triggers. I want to restrict that exactly when

[android-developers] register android.intent.action.SEND in Service

2010-04-26 Thread andy
Hi, I want to receive Intent android.intent.action.SEND in a Service. Is it possilbe to register for this Intent via registerReceiver() and get the Intent in Broadcast receiver in the Service? Or is there any restrictions that android.intent.action.SEND can only be registered via Manifest.xml of

[android-developers] Re: Game stutters when drawing outside screen

2010-04-26 Thread ko5tik
I would say that you do not need to redraw that image part every frame - nothing happens there, and as there are no overlapping window on android there is no need to repair it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to custom option menu style?

2010-04-26 Thread D.Y
Dear All, I want arrange three menu items as the following layout, would you please tell me how to custom option menu style as mentioned? Thanks in advance. ! ICON ! ICON ! ! ! ! !

[android-developers] ListView inside a listview?

2010-04-26 Thread javame_android
Hi, I am loading a listview dynamically. It is kind of a thread view in a social networking application. Now there can be reply of reply. So, I want to show reply of reply all together. So, for this purpose can we load listview inside a listview. And how can this be done. If anyone have any idea

[android-developers] Re: How to custom option menu style?

2010-04-26 Thread javame_android
Hi, I don't think it is actually possible. If I understand your question properly then you want option menu where 2 menu option are displayed at the top and the one below it. But as far as I know option menu has default nature of keeping all 3 in one row and if it has more than 3 then it will be

[android-developers] Re: Android ANT compilation

2010-04-26 Thread FrankG
Hello Veradis, You can do this easily .. but with make. Look at the ndk examples ..if you use the android build system and make you can do so. Ant would be more natural for many of us but the whole android platform uses make . Good luck ! Frank On 26 Apr., 06:48, veradis tech

Re: [android-developers] Re: accessing and changing Sync setting for android 1.5, 1.6 and more

2010-04-26 Thread remy berrebi
i tryed your code, but it doesn't work on 1.6 :-( E/AndroidRuntime( 429): java.lang.IllegalArgumentException: Unknown URL content://sync/settings E/AndroidRuntime( 429):at android.content.ContentResolver.insert(ContentResolver.java:476) On Fri, Apr 23, 2010 at 11:38, cpphool

[android-developers] Re: ListView inside a listview?

2010-04-26 Thread Kumar Bibek
As far as I know, this will be a terrible idea. Use the ExpandableListView instead. Search for some examples. I am not sure if this would suffice your needs, but ListView inside a ListView would certainly look ugly. Thanks and Regards, Kumar Bibek On Apr 26, 11:59 am, javame_android

[android-developers] Re: Event triggers when I click around marker

2010-04-26 Thread Kumar Bibek
Check if your overlays don't have a padding, which is invisible. If you are using an image or something, and you have set a padding, then the view actually is bigger than what appears to you. Thanks and Regards, Kumar Bibek On Apr 26, 11:40 am, Nithin nithin.war...@gmail.com wrote: Hi, I

[android-developers] Re: What is the maximum memory capacity

2010-04-26 Thread karteek
Thanks for your reply. You mean to say that we can't save the database of more than 16M is it so. a basic app takes already several MBs after you've only just started it. Sorry i didn't understand above statement.Can u expand statement On Apr 26, 9:33 am, Anurag Singh anusingh...@gmail.com wrote:

[android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Kumar Bibek
This piece of code works for me. You shoudl search for your file in /data/data/your package name/files Thanks and Regards Kumar Bibek String filename = test+ System.currentTimeMillis()+.txt; ArrayListString report = new ArrayListString(); report.add(Hello);

[android-developers] Re: Event triggers when I click around marker

2010-04-26 Thread Nithin
Thanks Kumar... thats a very useful tip.. Nithin On Apr 26, 12:26 pm, Kumar Bibek coomar@gmail.com wrote: Check if your overlays don't have a padding, which is invisible. If you are using an image or something, and you have set a padding, then the view actually is bigger than what

Re: [android-developers] Re: What is the maximum memory capacity

2010-04-26 Thread Anurag Singh
Nope, I want to say 16 MB restriction for Heap. You can save more in your database but you are not going to load whole database at run time. You have to manage your database efficiently. - Anurag Singh On Mon, Apr 26, 2010 at 12:58 PM, karteek kartee...@gmail.com wrote: Thanks for your reply.

[android-developers] Re: What is the maximum memory capacity

2010-04-26 Thread Kumar Bibek
The BD can be more than that, and is only limited by your phone memory, or the sd card space if you are storing your DB there. 16MB is the RAM available for each app. If you run out of this, you will get an OutOfMemory Error. Thanks and Regards Kumar Bibek On Apr 26, 12:28 pm, karteek

[android-developers] Is it possible to send sms using adb tool

2010-04-26 Thread Karteek N
Hi all, Can we send sms using adb tool. If possible can u provide any document or link Regards, Karteek -- 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: Is it possible to send sms using adb tool

2010-04-26 Thread Kumar Bibek
Yes sure, If you are using eclipse, open the Emulator Options from the DDMS perspective. There you have an option of calling/sending sms. If you want to do it by command line, check this link. http://developer.android.com/guide/developing/tools/emulator.html#sms Thanks and Regards, Kumar Bibek

[android-developers] How can i delete the sms from the inbox

2010-04-26 Thread Manoj
Hi folk, I am trying to delete sms from the inbox, I am using the following statement getContentResolver().delete(Uri.parse(content://sms/inbox), _id=2, null)); but its not working. Does anybody has any suggestion for doing this. Manoj -- You received this message because you are subscribed

[android-developers] OOM exception with custom imageadapter

2010-04-26 Thread Lars
Hi I have a gallery in wich I show a row of images, the images can both be from the Camera gallery or from the internet as a web url. My getView() method makes an exception when I put to many images from the gallery inside it. Should i down sample the images before attaching them to the view? and

[android-developers] View not refreshing

2010-04-26 Thread angushir...@googlemail.com
Hi all, I've extended the View class to create a custom View that draws a shape in the onDraw method. The dimensions of the shape are derived from calling getMeasuredWidth() and getMeasuredHeight(). This works fine when I create one and add it to an alert dialog using builder.setView(). However,

Re: [android-developers] OOM exception with custom imageadapter

2010-04-26 Thread Romain Guy
Hi, As written, your getView() method *never* reuses the convertView parameter. This means you are creating new Views and new Bitmaps every time the method is called, which happen very often while scrolling/flinging a grid. You first need to start using the convertView when possible (if

[android-developers] Re: register android.intent.action.SEND in Service

2010-04-26 Thread andy
Can anyone clarifiy please On Mon, Apr 26, 2010 at 12:12 PM, andy developcod...@gmail.com wrote: Hi, I want to receive Intent android.intent.action.SEND in a Service. Is it possilbe to register for this Intent via registerReceiver() and get the Intent in Broadcast receiver in the Service?

[android-developers] Re: Callback when SoftKeyboard goes away

2010-04-26 Thread jamesc
I'm not aware of one, no. You could have a look on stackoverflow.com and search whether someone has asked a similar question. Actually, I believe that there is a IRC 'question time' where Googlers can answer questions at a specific time/day of the week (Thursdays?), so perhaps that could be an

[android-developers] How can save an online image in my res folder in android?

2010-04-26 Thread Maxood
Is it possible to save an online image to my res folder in android? Please provide the relevant code. -- 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: Game stutters when drawing outside screen

2010-04-26 Thread Peter
Thanks for the suggestion. I probably shoud have mentioned this in my original post. Objects sometimes leave the screen, therefore they are party drawed outside the screen until they are removed. On 320x480 screens this isn't visible, but on bigger screens it is. Drawing the image every frame

[android-developers] Re: Activity's Thread ID

2010-04-26 Thread MobDev
ok, I have done that but the result now is that I always get the same Thread ID, I guess that's the main UI Thread.. I do have different threads, for example for http connections (or actually Runnable's), and now I'd like to get their Thread ID as well, any idea how ? So I'd like to get the Thread

Re: [android-developers] Re: Sending email with attachment

2010-04-26 Thread andy
Hi, I want to receive Intent android.intent.action.SEND in a Service. Is it possilbe to register for this Intent via registerReceiver() and get the Intent in Broadcast receiver in the Service? Or is there any restrictions that android.intent.action.SEND can only be registered via Manifest.xml of

Re: [android-developers] Game stutters when drawing outside screen

2010-04-26 Thread abisai rangel
Some nice software Jobs here Looking! Websitehttp://bizoppoffer.com/x/0/1325/6428/ On Sun, Apr 25, 2010 at 11:03 AM, Peter peteroerlem...@gmail.com wrote: Hello, I have a game built for 480x320 screen resolution. When playing the game on a phone with a higher screen resolution (480 x 800 or

[android-developers] Re: How can i delete the sms from the inbox

2010-04-26 Thread Kumar Bibek
The SMS content provider is not yet public. Your code might not work on later versions even if you manage to make it working. And of course, without any documentations, you can only keep on trying to make it working. Pull out the sms DB from the emulator, and may be you can find some hints...

[android-developers] How to show Low Battery Alert, when the battery power reduces to 15%.

2010-04-26 Thread subrat kumar panda
Hi all, How to show Low Battery Alert , when the battery power reduces to 15%. anybody knows the solution regarding the problem please help me. i am not getting any desired document or any code. Thanking you in advance, Best Regards Subrat Kumar Panda India -- You received this message

[android-developers] Re: Progress bar is run after task completing

2010-04-26 Thread pramod.deore
Thanks treKing and Anurag now it's works. -- 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] Extracting colors from Themes?

2010-04-26 Thread Mariano Kamp
Hi, I want to use colors from a Theme to apply it to HTML my app is rendering. I am wondering if I can do that? I am looking to use colors like they are specified in themes.xml: item name=colorForeground@android:color/bright_foreground_dark/item .. item

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-26 Thread Lim Sim
Ah. I see. Maybe we're not getting our phones cause Vodafone has got it. http://www.engadget.com/2010/04/26/nexus-one-launches-on-vodafone-uk-this-friday-april-30/ http://www.engadget.com/2010/04/26/nexus-one-launches-on-vodafone-uk-this-friday-april-30/ On 26 April 2010 06:19, String

Re: [android-developers] How to show Low Battery Alert, when the battery power reduces to 15%.

2010-04-26 Thread Timo Prill
register a broadcastreceiver from a service or activity like this: registerReceiver(myBatteryBroadcastReceiver, new IntentFilter(Intent.ACTION_BATTERY_CHANGED)); then in the receiver call: intent.getIntExtra(level,0); this will get you the current battery-charge Am 26.04.2010 11:49,

[android-developers] WRITE_SECURE_SETTING : real permission or not?

2010-04-26 Thread zehunter
hi everyone, i'm searching during all week end and didn't find an answer to my question : why WRITE_SECURE_SETTING permission exist if you can ask and obtain this permission? as more as i can see, to have this permission you need to be part of the system (argh!) or to have your apk signed with

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-26 Thread Kubecz3k
Interesting, but I guess the reason is not important right now. For now, the point is - when shipping will start for real. On Apr 26, 12:25 pm, Lim Sim lim@gmail.com wrote: Ah.  I see. Maybe we're not getting our phones cause Vodafone has got it.

[android-developers] Re: About EditText inputType

2010-04-26 Thread E
Thank you for your suggestion. But I found other solution after search, search and search... (seems in this group?) That's EditText android:id=@+id/age android:inputType=number|phone android:digits=1234567890 android:maxLength=2 / And I've also

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-26 Thread Lim Sim
Just having some fun while we wait. Maybe...we can get a phone from Vodafone and ask Google for a refund? haha. On 26 April 2010 11:33, Kubecz3k kubec...@gmail.com wrote: Interesting, but I guess the reason is not important right now. For now, the point is - when shipping will start for

Re: [android-developers] About EditText inputType

2010-04-26 Thread Anurag Singh
Use android:digits android:numeric - Anurag Singh On Fri, Apr 23, 2010 at 8:48 AM, E chui.hin...@gmail.com wrote: Hi! I've searched for long-long time and I can't find the answer. EditText android:id=@+id/age android:inputType=number|phone/ This will pop-up a soft keyboard

[android-developers] Re: How can save an online image in my res folder in android?

2010-04-26 Thread Kumar Bibek
Not possible. You will have to save those either to the sdcard or the data/data/package folder. Thanks and Regards, Kumar Bibek On Apr 26, 1:04 pm, Maxood maqs...@salsoft.net wrote: Is it possible to save an online image to my res folder in android? Please provide the relevant code. -- You

[android-developers] Market

2010-04-26 Thread Ajay
Hi, I wanted to check the availability of another app in Market from my app. Based on this I will have to give a message saying Coming soon... or show the other app in Market. I am using the following intent new Intent(Intent.ACTION_VIEW, Uri.parse(market://details?

[android-developers] [from J2me to Android] Mobile printer using bluetooth

2010-04-26 Thread ricardocunha
Hi, I´m a developer trying to change from J2me to Android.it´s possible in j2me to use a mobile printer like zebra, Extech,Brother models. The communication about mobile phone and printer is over bluetooth. Anyone use a mobile printer with Android phone? Sorry about my English. -- You received

Re: [android-developers] Market

2010-04-26 Thread Mark Murphy
Ajay wrote: Hi, I wanted to check the availability of another app in Market from my app. Based on this I will have to give a message saying Coming soon... or show the other app in Market. I am using the following intent new Intent(Intent.ACTION_VIEW, Uri.parse(market://details?

[android-developers] Re: Starting default calendar and contacts application

2010-04-26 Thread AJ
On Apr 26, 8:44 am, Kumar Bibek coomar@gmail.com wrote: Contacts, well, It's open for any one to use. What to use. In android SDK 2.1 Contact has lot of Intents missing while launching Contact application. Thanks, AJ -- You received this message because you are subscribed to the Google

[android-developers] how to connect android phone to pc using adb

2010-04-26 Thread saikiran n
Hi all, I am aunable to connect my phone to pc. I connected it with usb cable to my pc and i opend command prompt where my android sdk is there Now i typed ./adb kill-server ./adb start-server then i typed ./adb shell it displays me error that device not found I kept my mobile in usb debug mode

[android-developers] Re: how to connect android phone to pc using adb

2010-04-26 Thread AJ
check whether you have installed driver for galaxy-spica properly? Thanks, AJ On Apr 26, 3:19 pm, saikiran n saikiran@gmail.com wrote: Hi all,  I am aunable to connect my phone to pc. I connected it with usb cable to my pc and i opend command prompt where my android sdk is there Now i

Re: [android-developers] Re: how to connect android phone to pc using adb

2010-04-26 Thread Rogério de Souza Moraes
What is your S.O.? Linux, windows or MAC? if it is linux, try to enter in root shell (sudo -s), before do: ./adb kill-server ./adb start-server Regards, Rogerio 2010/4/26 AJ ajeet.invinci...@gmail.com check whether you have installed driver for galaxy-spica properly? Thanks, AJ On Apr

Re: [android-developers] Re: the problem about click item in listview

2010-04-26 Thread Reiny Song
Dear Jose, Hello, thank you for your recommand Actually, there are some controls in my adapter (one checkbox, one imagebutton and three textviews ). But, after turning checkbox and imagebutton focusability off, I still can not select the items by my mouse left click. Dear Pawel, thank you

[android-developers] R.java

2010-04-26 Thread Ajay
Hi, I have to make two packages with almost same code, except for a few changes. I thought I could give different package names for each of the two versions. But, wherever I refer to the generated resource file R.java, the package to which this file belongs is also changed. Is there anyway to

[android-developers] Re: About EditText inputType

2010-04-26 Thread Vinay S
Is there anything similar for EditTextPreference ? I am trying to validate an input in Settings.xml file. Regards, Vinay On Apr 26, 4:02 pm, Anurag Singh anusingh...@gmail.com wrote: Use android:digits android:numeric - Anurag Singh On Fri, Apr 23, 2010 at 8:48 AM, E

RE: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Tommy
When I try to open the /data folder in what Astro File Manager shows as the top directory (/) there is only one folder called data. Once I open that there is nothing else in there. Do I need to add any permissions to the mainifest file? -Original Message- From:

Re: [android-developers] Re: Getting one form data on anather forn

2010-04-26 Thread Mohammad Siddiqui
Thanks On 4/23/10, arshad arshadwk...@gmail.com wrote: Use Bundle and pass it subsequent activity using intent Eg for A has filled some values...put all values in Bundle before invoking ACTIVITYB form public class AACTIVITYextends Activity { /* (non-Javadoc) * @see

[android-developers] Re: hw home screen works.?

2010-04-26 Thread satish bhoyar
hi can anyone help me pls.. On Sun, Apr 25, 2010 at 1:56 PM, satish bhoyar getsatonl...@gmail.comwrote: hi all, I need a help regarding HomeScreen. I was thinking hw the size of the Workspace is defined. LIke hw it streaches it self. is it a 9.png image or some thing else. please let me

[android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Streets Of Boston
Maybe that's a permission issue. Astro File manager is not allowed to look at your app's local data (data/files in its sandbox). However, why don't you just read the contents of the text-file you wrote? If that's successful, writing to the text-file was successful too. On Apr 26, 9:11 am, Tommy

[android-developers] Network Problems when using AVP with Google API

2010-04-26 Thread Christopher
I am working on a Windows XP Machine. When running AVDs out of Eclipse, I am getting No Network Connection when I am plugged into my company's network and using an AVD that was built with the Google APIs by Google Inc., Android API 7, revision 1. If I use this same AVD (Google API) and connect to

Re: [android-developers] Re: Starting default calendar and contacts application

2010-04-26 Thread Anurag Singh
Thanks Ajeet, have you set permission to write contact in your manifest.xml? - Auurag Singh On Mon, Apr 26, 2010 at 12:07 AM, AJ ajeet.invinci...@gmail.com wrote: Hi Anurag, You can start the contact activity in the following way:- Intent i = new

Re: [android-developers] Market

2010-04-26 Thread Sean Hodges
If you don't mind a potential delay after publishing the other app, then you could query Cyrket for its package name. For instance: http://www.cyrket.com/p/android/com.blau.android.richer/; You will get a 200 (success) response if the app is available on the market, or a 404 (page not found) if

[android-developers] Re: Lots of lost sales due to Credit Card authorization.

2010-04-26 Thread Streets Of Boston
You may experiencing a bug, since e-mails should be sent out to customers to update their incorrect payment details. At least it work sometimes, since i do see customers trying to update their payment info when authorization failed. You lost 120 sales... only 120... I lost wy more than that.

Re: [android-developers] Starting default calendar and contacts application

2010-04-26 Thread Anurag Singh
Thanks Mark for your valuable note. Best Regards, Anurag Singh On Mon, Apr 26, 2010 at 12:11 AM, Mark Murphy mmur...@commonsware.comwrote: Anurag Singh wrote: But, there must be some standard way to do this. Trek suggest, Start an activity with it's intent set to a standard email URI -

[android-developers] Re: onActivityResult not being called in Activity that uses GLSurfaceView

2010-04-26 Thread Streets Of Boston
What are the launch-properties of your sub-activity? Is it a 'singleTask' or 'singleInstance'? If so, the sub-activity won't report a result to your main-activity's 'onActivityResult()'. I ask this, because i was struggling with this same issue for a while until i discovered that my sub-activity

Re: [android-developers] Event triggers when I click around marker

2010-04-26 Thread TreKing
On Mon, Apr 26, 2010 at 1:40 AM, Nithin nithin.war...@gmail.com wrote: I am doing the event in opTap() method. onTap(...) will always be called when you tap on the map. You have to call super.onTap(...), which returns true if you actually tapped something. boolean onTap(...) { if

[android-developers] Re: Starting default calendar and contacts application

2010-04-26 Thread AJ
@Anurag I didn't need any permission, as my requirement is to launch the Contact App. Thanks, AJ On Apr 26, 4:53 pm, Anurag Singh anusingh...@gmail.com wrote: Thanks Ajeet, have you set permission to write contact in your manifest.xml? - Auurag Singh On Mon, Apr 26, 2010 at 12:07 AM, AJ

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread Mike
Hey Zero, Any idea on how Pocket Empires has managed to go from a zero in the rankings to number 25 in less than a few weeks? Seems a little questionable to me based on the amount of spam being left on all of the other top 50 apps and games promoting your game. More questionable still is the

[android-developers] Live Wallpaper Architecture

2010-04-26 Thread Nik Bhattacharya
Does the Live Wallpaper run in the same process as the Launcher? I looked through the Launcher code and cannot really figure out where the wallpaper layer fits in. I am looking at this with the lens of memory consumption and safeguards that the Launcher has in place against a bloated Live

[android-developers] ADB shell sqlite

2010-04-26 Thread JHandal
Hi I got denied permission to open data directory(running Droid 2.01) Microsoft Windows [Version 6.0.6000] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Users\Juanadb shell C:\Users\Juan\Desktop\Android 1.5\android-sdk_r3-windows1\android-sdk- windows\to olsadb devices *

Re: [android-developers] How can save an online image in my res folder in android?

2010-04-26 Thread TreKing
On Mon, Apr 26, 2010 at 3:04 AM, Maxood maqs...@salsoft.net wrote: Is it possible to save an online image to my res folder in android? No. Please provide the relevant code. No. - TreKing -

Re: [android-developers] ADB shell sqlite

2010-04-26 Thread Mark Murphy
JHandal wrote: Hi I got denied permission to open data directory(running Droid 2.01) Microsoft Windows [Version 6.0.6000] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Users\Juanadb shell C:\Users\Juan\Desktop\Android 1.5\android-sdk_r3-windows1\android-sdk-

Re: [android-developers] ADB shell sqlite

2010-04-26 Thread J Handal
Thanks Mark,it was fast -- 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: Deauthorizing account access in AccounManager

2010-04-26 Thread Hugo Visser
For my Engine Watch app (http://code.neenbedankt.com) I'm using accountmanager to log on to appengine itself. Maybe this tweet of mine helps you get started, it isn't really that hard, I found most of the ingredients on the web and in the appengine google group.

Re: [android-developers] Live Wallpaper Architecture

2010-04-26 Thread Romain Guy
Live wallpapers do not run in Launcher's process, it was a very important decision we made early on when designing the architecture. Launcher knows absolutely *nothing* about the wallpaper anymore, it's handled by the window manager. On Mon, Apr 26, 2010 at 7:18 AM, Nik Bhattacharya

[android-developers] Re: Live Wallpaper not Showing up on Market for Moto Droid w/ OTA 2.1

2010-04-26 Thread shaun
I decided to update the AndroidManifest.xml to include the following line (as it should be): uses-feature android:name=android.software.live_wallpaper / I added that and incremented the versionCode and versionName and that is it. I uploaded the change to the Android Market and again...the app

Re: [android-developers] hw home screen works.?

2010-04-26 Thread TreKing
On Sun, Apr 25, 2010 at 3:26 AM, satish bhoyar getsatonl...@gmail.comwrote: I was thinking hw the size of the Workspace is defined. What Workspace ? I personally have no idea what you're referring to, which is probably why you have not received a response to your question.

[android-developers] Re: Deauthorizing account access in AccounManager

2010-04-26 Thread polyclefsoftware
On Apr 25, 1:53 am, dadical keyes...@gmail.com wrote: I'm wading through the poorly documented AccountManager API and am a bit confused on a few points.  There's nothing like having to reverse- engineer public APIs :). I feel your pain. We're about to release an app using the AccountManager

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread niko20
I too am pretty sure that all the comments I see about pocket empires are just spam. It's simply slimy behavior, and I would appreciate it if it would stop. -niko On Apr 26, 9:16 am, Mike michaeldouglaskra...@gmail.com wrote: Hey Zero, Any idea on how Pocket Empires has managed to go from a

[android-developers] How to push a screen to background, without destroying the Surface?

2010-04-26 Thread Anu
I want to hide my app screen and then when the user clicks on the app again, I want to bring it to the foreground , but I want the app to maintain the screen that was pushed to background. Is there any way to do that right now?. Because when I try to hide my app, the surface of my app is gettng

[android-developers] How to Get the Frames directly from the encoder ?

2010-04-26 Thread Anu
Is there any way to get the audio/video frames directly from the encoder ?. If it isnt possible now, is there any future prospect of that happening?. Regards, Anu G. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Frame length for Mpeg-4 Codec in MediaRecorder

2010-04-26 Thread Anu
Is there any way to grab the frame length for Mpeg-4 codec using the MediaRecorder?. Right now, I have to parse the bytes in the file to figure out the frame starts ,for live streaming. Regards, Anu G. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] preventing orientation change during video playback

2010-04-26 Thread Abhi
hello I am workin on a video player app in which I want only the landscape orientation active coz right now when the user tilts the phone during video runtime, it restarts playback in that orientation. How can I easily avoid this? Thanks, Abhi -- You received this message because you are

RE: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Tommy
ah I didn't think about permission issue's with Astro! The reason I didn't just read from it was I figured better make sure it there before screwing around... lol I'll do what you say and try to read the file after Im done creating it and see if it works. Thanks for the input and hopefully this is

[android-developers] Re: graphically represent multiple list selections or dynamically change a list item view

2010-04-26 Thread applesquash
I apologize for my defensive post. After two weeks of struggling with this problem your post touched a nerve. I don't need help with my design, I need help making it work. But i'll explain my design in hopes that you may have a solution. It's a todo list. You click a checkbox to mark an item

[android-developers] Android SSL Socket problem

2010-04-26 Thread David Arm
Hi all, im developing an android aplication and im facing some problems with SSL. I tested the SSL communication between my server and a java client at it works without problems, and now im having problems trying to code an android client. I imported my truststore on res/raw folder and so on, but

[android-developers] Pluggable SurfaceView

2010-04-26 Thread Nik Bhattacharya
I would like to create an animated surface view whose contents are pluggable. A picture is worth many words, so I uploaded a quick architecture diagram of what I am trying to achieve. http://twitpic.com/1inr0q/full (hopefully this link goes through otherwise my post won't make much sense).

[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-26 Thread jason.delport
Hi, Thanks for the response. Your questions were helpful. I changed the SDK version I was running my code on from 1.5 to 1.6 and implemented the below attributes in the manifest and everything works as it should (on 1.6+ devices). uses-sdk android:minSdkVersion=3 android:targetSdkVersion=4 /

[android-developers] Changing Launch activity seems to not work on Update

2010-04-26 Thread jgostylo
For a new update I am changing the start-up workflow for the application. Part of this is setting the android.intent.category.LAUNCHER from one activity to another in my manifest. When I run an update from what is on the market to what I download from my website the application starts in the

[android-developers] Re: How to determine contacts Gmail/Google voice group membership from android phone/emulator

2010-04-26 Thread reekotubbs
After updating the code to 2.1, I found one solution using the following code: d = context.getContentResolver().query( Data.CONTENT_URI, new String[] {ContactsContract.Contacts.DISPLAY_NAME, GroupMembership.GROUP_SOURCE_ID, GroupMembership.GROUP_ROW_ID},

Re: [android-developers] Changing Launch activity seems to not work on Update

2010-04-26 Thread Mark Murphy
jgostylo wrote: For a new update I am changing the start-up workflow for the application. Part of this is setting the android.intent.category.LAUNCHER from one activity to another in my manifest. When I run an update from what is on the market to what I download from my website the

[android-developers] Can you have a paid app where the content expires after 1 year?

2010-04-26 Thread Gregory Moore
I would like to create an application where the user pays for the application and then they have access to the content associated with the application for one year. Kind of like a 1 year subscription. Is this allowed with Android Market? Once the user downloads the content, they can keep it

[android-developers] Re: How to determine contacts Gmail/Google voice group membership from android phone/emulator

2010-04-26 Thread reekotubbs
After updating the code to 2.1, I found one solution using the following code: d = context.getContentResolver().query( Data.CONTENT_URI, new String[] {ContactsContract.Contacts.DISPLAY_NAME, GroupMembership.GROUP_SOURCE_ID, GroupMembership.GROUP_ROW_ID},

[android-developers] DownloadManager - simultaneous multiple downloads

2010-04-26 Thread chris r
Does the browser download manager supports simultaneous mutiple downloads? If yes, is there a limit on the maximum number of downloads that can go on at a time? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Finally, I published my Android/GAE based MMO War Game

2010-04-26 Thread Robert Green
Yes, it is effectively hacking the rating system of the market to climb up much higher/faster than it should. It is because it uses a referral system like Gangwars uses wherein users post referral codes as comments to boost their in-game character or stats. I personally think that any app which

[android-developers] Re: Using Swype on Custom view

2010-04-26 Thread Niral Shah
We have Ontouch Listener in View. However, when virtual keyboard(vkb) is launched, and input mode is set as swype, if user swypes, he see the lines across the vkb and even at times the letters to choose from. However, the Ontouch/application is not receiving any events to be handled. So, any

Re: [android-developers] preventing orientation change during video playback

2010-04-26 Thread Felipe Silveira
Hi Abhi, You need to do 2 things: 1) Add android:configChanges=orientation to the activity declaration on your manifest file. Something like this: activity android:name=activity ... android:configChanges=orientation 2) Override method onConfigurationChanged() in

Re: [android-developers] Can you have a paid app where the content expires after 1 year?

2010-04-26 Thread TreKing
On Mon, Apr 26, 2010 at 11:38 AM, Gregory Moore gregoryamoore...@gmail.comwrote: Is this allowed with Android Market? Based on some passed discussions on the topic, pretty much. As long as you only charge once for the app you distribute via the market, what you do on the backend is your

[android-developers] Re: Deauthorizing account access in AccounManager

2010-04-26 Thread brian
Also, has anyone figured out what authTokenType is supposed to represent? AFAIK, it is a account specific value. Your implementation of AbstractAccountAuthenticator can enforce any or no restrictions or conventions on its use. Note, this is only my read, your mileage may vary. Anyway, I'm

Re: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Mark Murphy
Tommy wrote: Seems it was a permission issue with Astro when view that directory. How can I view the /data directory. Is there a way to use windows explorer when the phone is connected or anything? No. You cannot view the /data directory on a production device without rooting it. -- Mark

[android-developers] Re: Motorola Droid JPEG files not standard?

2010-04-26 Thread Jules
Thank you for your comments, but I posted my original question after I spoke with the developer about the problem, and they said it was the file that the Motorola Droid is making that is the problem. How can I prove this either way? -- You received this message because you are subscribed to the

RE: [android-developers] Re: Saving ArrayList to .txt file

2010-04-26 Thread Tommy
Ah I see. I'll do my research on rooting and see if I feel like bothering with it. -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Monday, April 26, 2010 1:32 PM To:

  1   2   3   >