[android-developers] Re: In Map displaying a button inside InfoWindow

2010-03-21 Thread Nithin
Hi, I want to display a button in infowindow and when clicking on the button, it has to do some action. any idea please.. Nithin On Mar 19, 7:15 pm, Nithin nithin.war...@gmail.com wrote: Hi, InMap, I am drawing ainfoWindow(Round Rect) showing some data inside it. Can I insert a button

[android-developers] How the implicit Intent works.

2010-03-21 Thread chetan
Hi All, Can somebody help me to understand the implicit intents by example. Thanks Chetan -- 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

[android-developers] Re: App not visible in Australia

2010-03-21 Thread brucko
String, Its right about Optus. They will not support Android Market and at one stage were talking of their own app store. Also drawn into this are the vitrual carriers TPG (which I am on), Virgin Mobile and Dodo ( I think). There is a forum on the problem at Whirlpool

[android-developers] Re: SOLVED - Eclipse problem with Project contains errors and nothing is obviously wrong

2010-03-21 Thread raqz
Hi...even I have seen this error so I keep on deleting the code and readding the same :) it works! On Mar 21, 12:02 am, Stephen Lebed srle...@gmail.com wrote: I haven't seen this mentioned anywhere so I'm posting it here if other people come across this issue. Somethings I'll have an ?.xml

[android-developers] cannot see my own paid app on the market place?

2010-03-21 Thread rukiman
I have uploaded my paid app Legion and I can see that I am making sales but why is this app not visible on my phone? I can see other paid and free apps. The android platform of my Samsung Galaxy phone is 1.5 and here is part of my manifest: uses-sdk android:minSdkVersion=3

[android-developers] Installing Eclipse Galileo (cocoa x86_64) and setting up Android ADT on OS X v10.6 Snow Leopard

2010-03-21 Thread Samuh
Hi, I am trying to install Eclipse Galileo on my MacBook running OS X v10.6 (Snow Leopard) and set it up with ADT plugin. I manually downloaded 64-bit cocoa version of Eclipse Galileo for JEE developers and ADT v0.9.6 from the respective offical sites. I unzipped/untarred Eclipse on my mac at:

[android-developers] How can I do it?

2010-03-21 Thread ReyLith
Hi! I am developing an image editor for Android OS. I want to resize the image and I know how can I do it. The problem is the way I want to do it. I want two scrools in the screen representing the horizontal and vertical size and initiality located in the middle of the scrools. If I move any of

[android-developers] Re: Regarding CTS

2010-03-21 Thread navin kumar
Hi umang, Thanks for the reply. I just got it working . I dont know what was wrong for the first time. I just restarted my system and it worked flawlessly. Thanks again. Regards, Navin. On Thu, Mar 18, 2010 at 11:26 AM, Uander uandro...@gmail.com wrote: Navin , Here is my explanation : .

[android-developers] Re: CTS APK'S QUERIES

2010-03-21 Thread navin
Thanks Umang for the reply. I just got it working . I dont know what was wrong for the first time. I just restarted my system and it worked flawlessly. Thanks again. Regards. Navin On Mar 17, 5:24 pm, Uander uandro...@gmail.com wrote: Thanks abukustfan  . I am following the same here . Uander

[android-developers] Param in android

2010-03-21 Thread rizwan
I am working on an open source application which is build on old version of sdk ,that's I am unable to figure out what is prm is Params prm = new Params() ; it contain methods like prm.getParam(0); prm.getCount() Can anyone suggest what it's replacement in android latest sdk . I am not whether

[android-developers] Re: Answer automatically to Incoming Call

2010-03-21 Thread saru
Hi Bibek, Is it possible by modifying code??? Are you sure If possible can you give some hints actually what needed to do in source code to answer call programatically. On Mar 19, 1:03 am, Kumar Bibek coomar@gmail.com wrote: This is simply not possible if you are not modifying

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Sven Jacobs
2010/3/20 Mark Murphy mmur...@commonsware.com DDMS/geo only sets a simulated GPS fix (AFAIK -- that's certainly DDMS' behavior), and you have not turned on the GPS radio. You need to requestLocationUpdates() to turn on GPS, then set the fix. Then, your LocationListener will be notified of the

[android-developers] Sending/Saving/Retrieving gps location

2010-03-21 Thread raqz
Hi, I have setup the code for fetching the gps location of the device when the device's location changes. But I want to save this location on a file or send this location information to my webserver. I tried creating a class with setter and getter methods but its not storing the info. When I run

[android-developers] Plz help me with integrating 'login via facebook' functionality with android app

2010-03-21 Thread wahib.t...@gmail.com
dear experts !! i am trying to implement facebook account authenticating in my app though its in dev phase. I downloaded the fbconnect api [http://code.google.com/p/fbconnect-android/]and tried to run it but all i get is a blank white screen when i try to connect to facebook. I also created a

[android-developers] Modify the value of pixel

2010-03-21 Thread ReyLith
Hi! I am trying to modify the value of the pixel of an imagen. I have achieved it using the functions getPixel and setPixel of Bitmap. Now I have a questions. I want to realise many operations with the pixels of an image and I need that such operations are done quickly. What is better to use the

[android-developers] Re: Sending/Saving/Retrieving gps location

2010-03-21 Thread raqz
I could write the location on to a file. Now I tried sending the location information through a socket but the app crashed. Could you please tell me if that's possible. Thanks, Raqeeb On Mar 21, 6:05 am, raqz abdulraqee...@gmail.com wrote: Hi, I have setup the code for fetching the gps

[android-developers] Proper way to update remote views in notifications?

2010-03-21 Thread Mariano Kamp
Hi, when using the new Service.startForeground() method how do you do updates to remote widgets? What is the right way? Updating the remote views doesn't seem to work. Should I notify again with the same ID instead? I didn't see any documentation on that:

[android-developers] Re: send dtmf

2010-03-21 Thread saru
Murphy, expecting a reply about android dtmf and telephony feature On Mar 16, 12:23 pm, saru sarucs...@gmail.com wrote: Thanks again Murphy. Look i need to pass dtmf tone over GSM (telephony line). Look it should be possible in android. From very beginning of my starting in android I

Re: [android-developers] Proper way to update remote views in notifications?

2010-03-21 Thread Mark Murphy
Mariano Kamp wrote: when using the new Service.startForeground() method how do you do updates to remote widgets? Those two concepts are not strictly tied, AFAIK. A Service would update the app widget the same way regardless of whether or not it called startForeground(). BTW, I don't know what

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Mark Murphy
Sven Jacobs wrote: 2010/3/20 Mark Murphy mmur...@commonsware.com mailto:mmur...@commonsware.com DDMS/geo only sets a simulated GPS fix (AFAIK -- that's certainly DDMS' behavior), and you have not turned on the GPS radio. You need to requestLocationUpdates() to turn on GPS, then

[android-developers] Cannot use third party library

2010-03-21 Thread ColletJb
Hi, I'm currently trying to make an app using HTMLParser. I developed the whole app in Eclipse and everything seemed to be fine until I tried it on the emulator. It seems that one of the class included into the provided jar file (htmlparser.jar) is not found and thus rise a fatal exception. I

[android-developers] ListView with radio buttons defined in XML?

2010-03-21 Thread Viktor Bresan
I am trying to define single select ListView with radio buttons using XML exclusively. Basically, I would like that my ListView has a layout like it would have if I used the following: listView.setAdapter( new ArrayAdapterString( this, android.R.layout.simple_list_item_single_choice,

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Sven Jacobs
2010/3/21 Mark Murphy mmur...@commonsware.com It's more that if the location technology is not on, getLastKnownLocation() won't return a value. GPS is a battery hog, and so it is off unless something in the system has said yo! I want GPS on, please!. I guess the situation is different on a

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Mark Murphy
Sven Jacobs wrote: 2010/3/21 Mark Murphy mmur...@commonsware.com mailto:mmur...@commonsware.com It's more that if the location technology is not on, getLastKnownLocation() won't return a value. GPS is a battery hog, and so it is off unless something in the system has said yo! I

[android-developers] Default orientation of device

2010-03-21 Thread neha
How can i get the default orientation of a Android device. DROID has portrait as the default orientation whereas many of the android tablets have landscape as the default orientation. I want to determine the default orientation of a android device through an OS call and this orientation should be

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Sven Jacobs
2010/3/21 Mark Murphy mmur...@commonsware.com Possibly. I have not tried getLastKnownLocation() for the NETWORK provider on a device, to see if that is always on. I only need an approximate location and not a up-to-10m-precise GPS position so WLAN or GSM/UMTS would be sufficient. Greetings,

Re: [android-developers] Default orientation of device

2010-03-21 Thread Mark Murphy
neha wrote: How can i get the default orientation of a Android device. There is no such concept in Android, AFAIK. What is the business problem you are trying to solve? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki:

Re: [android-developers] Proper way to update remote views in notifications?

2010-03-21 Thread Mariano Kamp
Sorry. I meant to say remote views like in the subject ;-) I currently update the remote views to which I kept a reference and then notify again with the same Id. That seems to work, but I would like to know if this is the right way to do it. Written on a mobile device On Mar 21, 2010 12:58 PM,

[android-developers] Re: Default orientation of device

2010-03-21 Thread neha
I want to write a application which should open in default orientation of the device and should not change the orientation with device rotation or slide-out keyboard opening/closing (if present). i.e. I want to set the orientation of the application as portrait when the default orientation of the

[android-developers] Re: Disable Home Key?

2010-03-21 Thread HackNone
On Feb 26, 4:47 pm, Sean Hodges seanhodge...@googlemail.com wrote: there are quite a few projects on Sourceforge and Google Code. Hi, Sean Hodges. Can you tell me the name of those projects? thx:) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Disable Home Key?

2010-03-21 Thread HackNone
Hi, DroidBy. Do you solve this problem now? I also have this question. I am trying my best to solve it. -- 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

Re: [android-developers] Re: Default orientation of device

2010-03-21 Thread Mark Murphy
neha wrote: I want to write a application which should open in default orientation of the device and should not change the orientation with device rotation or slide-out keyboard opening/closing (if present). i.e. I want to set the orientation of the application as portrait when the default

Re: [android-developers] Re: Default orientation of device

2010-03-21 Thread Michael Thomas
Sounds like you want to initially set up a sensormanager to listen to orientation changes and just clamp down the orientation to whatever the first orientation update shows you as being. Mike neha wrote: I want to write a application which should open in default orientation of the device

[android-developers] Re: Cannot use third party library

2010-03-21 Thread ColletJb
It seems that I have finally successfully added my lib into the build- path... But I receive this error now : Conversion to Dalvik format failed with error 1 And my project is no longer compiling :( On 21 mar, 13:02, ColletJb collet...@gmail.com wrote: Hi, I'm currently trying to make an

Re: [android-developers] Re: Default orientation of device

2010-03-21 Thread Mark Murphy
Michael Thomas wrote: Sounds like you want to initially set up a sensormanager to listen to orientation changes and just clamp down the orientation to whatever the first orientation update shows you as being. You can get the current orientation from the Configuration object, which you can

[android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-03-21 Thread Matt (preinvent)
To discount any possibility of concurrency problems I've synchronized the static getInstance on my singleton and every function that calls the DB (be it read or write). Makes no different though... it just wiped it all again. It must be a filesystem problem (delayed writes?), or something buggy

[android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-03-21 Thread Matt (preinvent)
Uh, have you considered changing out your flash chip just to disprove the notion that it's widespread? While sqlite certainly makes higher demand on the crappy underlying FAT file system, it also possible that it's just a hardware problem. I have a lot of users reporting this issue. All of

[android-developers] Re: Cannot use third party library

2010-03-21 Thread Streets Of Boston
Big chance that the JAR file needs to use some Java classes that are not part of the Android SDK. In other words, if you would compile the classes in the JAR (instead of just including it), you would have gotten compiler errors. On Mar 21, 9:39 am, ColletJb collet...@gmail.com wrote: It seems

Re: [android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-03-21 Thread Mark Murphy
Matt (preinvent) wrote: To discount any possibility of concurrency problems I've synchronized the static getInstance on my singleton and every function that calls the DB (be it read or write). Makes no different though... it just wiped it all again. 1. Have you been getting reports of

[android-developers] Re: File operation in Android

2010-03-21 Thread AuxOne
The filepath used for the File class has to include a special prefix. getFilesDir() or Environment.getExternalStorageDirectory() should get it. It's usually data/data/your package name/files/ for the phone memory and sdcard/ for the SDcard. -- You received this message because you are subscribed

[android-developers] Re: Cannot use third party library

2010-03-21 Thread ColletJb
I've tried HTMLParser and Jericho but I have the same issue... No way to include the jars into the apk... I've switched to Jericho parser and the issue is now that log4j is not found (even if it is included next to jericho's jar into the build path) On 21 mar, 15:16, Streets Of Boston

[android-developers] PendingIntents in Notifications

2010-03-21 Thread Mariano Kamp
I would like to show a notification that displays the progress of an ongoing operation, but at the same time the remote view should contain a cancel button to stop the ongoing operation. I have to specify a contentIntent that is launched when clicking on the notification: If I don't specify that

[android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-03-21 Thread Marc
I was recently was doing some file io stuff and discovered that when debugging the application gets killed in a more drastic way than is not possible on the phone. What I found is that if a debug session is started during a file io write the data file gets corrupted. On the phone you have to pull

[android-developers] Additional code generation after aapt runs?

2010-03-21 Thread HippoMan
I'd like to do some additional code generation after the R.java file has been created by aapt. Specifically, I want to auto-generate some helper methods to retrieve items from R.java. Is there any way put my own, custom utility in place which will generate this extra code as part of every Android

Re: [android-developers] Re: Default orientation of device

2010-03-21 Thread TreKing
On Sun, Mar 21, 2010 at 8:11 AM, neha neha31gu...@gmail.com wrote: I want to write a application which should open in default orientation of the device and should not change the orientation with device rotation or slide-out keyboard opening/closing (if present). Now I'm curious - why,

[android-developers]

2010-03-21 Thread Yahel Bouaziz
-- 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: cannot see my own paid app on the market place?

2010-03-21 Thread Kevin Huber
On Mar 21, 3:13 am, rukiman ruksh...@optushome.com.au wrote: I have uploaded my paid app Legion and I can see that I am making sales but why is this app not visible on my phone? I can see other paid and free apps. The android platform of my Samsung Galaxy phone is 1.5 and here is part of my

[android-developers] Touch Event flood

2010-03-21 Thread Mario Zechner
I just coded up a simple performance for a project of mine and found that the touch event flood problem is back in town albeit with a new face. Here's a simple test case which: pre lang=Java package com.badlogic.gdx; import javax.microedition.khronos.egl.EGLConfig; import

[android-developers] Re: Default orientation of device

2010-03-21 Thread neha
Intention is to start the application in default orientation of device rather than the initial/current device orientation. On Mar 21, 6:42 pm, Mark Murphy mmur...@commonsware.com wrote: Michael Thomas wrote: Sounds like you want to initially set up a sensormanager to listen to orientation

[android-developers] Re: ListView not responding to Click or KeyPress

2010-03-21 Thread pentium10
Is there any solution on this problem? I ran into the same, and looking for ways to get this done. On Feb 4, 5:05 pm, chboing chbo...@gmail.com wrote: i have the exact same problem ... i have an Activity that contains a Listview which is used in a Dialog My ListView contains only TextViews.

[android-developers] Problem with viewflipper animations and drawing cache

2010-03-21 Thread Ferm
Hello I have a viewflipper which I use to animate between views. The in/out- animations are TranlateAnimations. During the animations, the views that are animated are covered by a darker transparent foreground. How can I get rid of this? Further, if the view thats being animated contains layout

[android-developers] on text input, AVD unexpectedly displays logograms (perhaps hanzi)

2010-03-21 Thread greg
On some of the AVDs I've created, input text gets displayed as logograms, even in the emulated Browser application (see the screen shot at http://eduneer.com/screenshot_avd_text.png). Has anyone else experienced this or have a tip on fixing it? OS: Vista Eclipse version: 3.5.2 JDK version:

Re: [android-developers] on text input, AVD unexpectedly displays logograms (perhaps hanzi)

2010-03-21 Thread Mark Murphy
greg wrote: On some of the AVDs I've created, input text gets displayed as logograms, even in the emulated Browser application (see the screen shot at http://eduneer.com/screenshot_avd_text.png). Has anyone else experienced this or have a tip on fixing it? OS: Vista Eclipse version: 3.5.2

[android-developers] Re: Touch Event flood

2010-03-21 Thread Robert Green
Ugh. How is this not totally fixed in 2.0+? I know it's not as bad as 1.6- but properly implemented, touch events should have a negligible impact on performance. On Mar 21, 10:47 am, Mario Zechner badlogicga...@gmail.com wrote: I just coded up a simple performance for a project of mine and

[android-developers] Re: Default orientation of device

2010-03-21 Thread neha
On Mar 21, 8:35 pm, TreKing treking...@gmail.com wrote: On Sun, Mar 21, 2010 at 8:11 AM, neha neha31gu...@gmail.com wrote: I want to write a application which should open in default orientation of the device and should not change the orientation with device rotation or slide-out keyboard

[android-developers] Re: on text input, AVD unexpectedly displays logograms (perhaps hanzi)

2010-03-21 Thread greg
Much better now. Thanks. On Mar 21, 12:20 pm, Mark Murphy mmur...@commonsware.com wrote: greg wrote: On some of the AVDs I've created, input text gets displayed as logograms, even in the emulated Browser application (see the screen shot athttp://eduneer.com/screenshot_avd_text.png).  Has

[android-developers] How to create graphical/advanced menus??

2010-03-21 Thread Kofa
I searched in google but didn't find anything about graphical or advanced menus or contextmenu. I'm building a game and I need to make a contextmenu with the units to build. It should have an icon and a description of the unit, like HP, attack, defense, etc. I was trying to inflate the menu from

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread Kumar Bibek
I don't think so it is possible. Thanks and Regards, Kumar Bibek On Mar 21, 8:34 pm, HippoMan hippo.mail...@gmail.com wrote: I'd like to do some additional code generation after the R.java file has been created by aapt. Specifically, I want to auto-generate some helper methods to retrieve

Re: [android-developers] How to create graphical/advanced menus??

2010-03-21 Thread Mark Murphy
Kofa wrote: I searched in google but didn't find anything about graphical or advanced menus or contextmenu. I'm building a game and I need to make a contextmenu with the units to build. It should have an icon and a description of the unit, like HP, attack, defense, etc. Context menus do not

[android-developers] Re: How the implicit Intent works.

2010-03-21 Thread Kumar Bibek
What are you looking for exactly. The docs clearly explain their usage. You can also search some examples. Thanks and Regards, Kumar Bibek On Mar 21, 11:24 am, chetan chetanchauha...@gmail.com wrote: Hi All,          Can somebody help me to understand the implicit intents by example. Thanks

[android-developers] Re: ListView not responding to Click or KeyPress

2010-03-21 Thread Brion Emde
I'm pretty sure all these people found the answer to their problem, as this is such a common need. The minimum you should need to make a clickable list view is this: @Override protected void onCreate(Bundle savedInstanceState) {

[android-developers] Re: SOLVED - Eclipse problem with Project contains errors and nothing is obviously wrong

2010-03-21 Thread DonFrench
This happens when the active file in the editor at the time you build is an XML file. You can avoid it by selecting a Java file in the editor before you build. Besides doing a ProjectClean, you can just delete the .out file and then select a Java file and rebuild. On Mar 20, 9:02 pm, Stephen

[android-developers] Re: Param in android

2010-03-21 Thread Bob Kerns
Why are you asking us this question? You can go to the top of your file, and find package the Params class lives in. Then you can look at the Javadoc for that class. If it's in an old SDK (I don't think it has EVER been in the Android SDK -- but that will be apparent if you check the import),

[android-developers] Re: App not visible in Australia

2010-03-21 Thread Bob Kerns
begin bad typography Select the APOlicationSTORE for your business. /end bad typography Select Small Medium Business Select Corporate Government Enterprise I guess they're not interested in anybody but businesses. Nor in cooperation with the developers that enrich the platform. Also, they have

[android-developers] libgdx - a game development library with a twist

2010-03-21 Thread Mario Zechner
Hi there, I'm a bit hesitant to present this here already but today i put out the first architecturally frozen release of my game development library called libgdx. I go ahead and post the content of the description page of libgdx here so you get an idea what it is all about. A series of articles

[android-developers] Re: Default orientation of device

2010-03-21 Thread Bob Kerns
I suggest you run Google Map, and turn the device, and observe what it does. If it doesn't change, then you should go to your phone's Settings / Sound and Display / Orientation, and check the checkbox again (the default) and try again You will find that your ideas about map applications and user

[android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-03-21 Thread Matt (preinvent)
1. Have you been getting reports of problems from Nexus One owners? In other words, is this a DROID/Milestone thing or a 2.0+ thing? Nope, Droid/Nilestone only, not Nexus One. I had one possible report from an HTC Hero owner, but have yet to confirm. Will follow up. 2. Are you writing other

[android-developers] Re: AlarmManager on droids

2010-03-21 Thread Derek
Refresh is every minute. We didn't get crash report from 2.x users yet. Here is the WakefulIntentService I'm using: public abstract class WakefulIntentService extends IntentService { public static final String LOCK_NAME_STATIC = my.app.Service.Static; private static

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread Bob Kerns
Sure. I wouldn't recommend messing with the actual code that generates R.java. Too many potential compatibility problems, etc. Instead, I'd just use an xslt ant task to generate your helper class -- call it X -- and make it import R. If you like, you can even make it a subclass (and give it

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread HippoMan
On Mar 21, 1:28 pm, Kumar Bibek coomar@gmail.com wrote: I don't think so it is possible. Thank you, but after much digging around, I figured out that this is indeed possible. Here's what I did (under MacOSX; it should work the same under Linux, but there will no doubt be slight differences

Re: [android-developers] Re: Application losing SharedPreferences and Sqlite database on Droid

2010-03-21 Thread Mark Murphy
Matt (preinvent) wrote: I now believe that the SharedPrefs issue was a red herring. Since I set all my app preferences to use persistent storage (I didn't realise this was NOT the default) I only experience problems with the DB. AFAIK, SharedPreferences always use persistent storage. You just

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread HippoMan
On Mar 21, 4:13 pm, Bob Kerns r...@acm.org wrote: [ ... ] Instead, I'd just use an xslt ant task to generate your helper class -- call it X -- and make it import R. If you like, you can even make it a subclass (and give it inner classes that are subclasses of R's inner classes). [ ...

Re: [android-developers] Re: AlarmManager on droids

2010-03-21 Thread Mark Murphy
Derek wrote: Refresh is every minute. :: blink, blink :: Every *minute*? That's not really a good idea. If you have a short-term need for an every-minute bit of work, you may as well use a regular Service and a Timer/TimerTask. This would, by definition, eliminate your classloading problem,

[android-developers] Re: Big difficult to develop in Android :( (I'm italian)

2010-03-21 Thread massimo
For example I have this problem now. I have wrote this code: package com.Prova; import android.app.Activity; import android.os.Bundle; import android.graphics.*; public class prova extends Activity { /** Called when the activity is first created. */ @Override public void

[android-developers] Apps not shown in 2.1 Market

2010-03-21 Thread tjlian616
Dear all, I published several free and paid app in the Market. I recently get several complains from customers about not finding my app in the 2.1 Market. Even if they have bought them before, they can't find it in the market or their download list after updating to 2.1. Can anyone tell me what

[android-developers]

2010-03-21 Thread جنوبي مهاجر
-- 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: Problem launching my own (camera) application on press of Camera-button (part 2)

2010-03-21 Thread DulcetTone
I am trying the same thing, and failing as you are to use abortBroadcast() to avoid having Camera launch. One thing you should note: 999 is apparently the highest priority a non-system app should use on its intent filters. However, 999 did not help me get there before Camera (apparently). I

[android-developers] Re: ListView not responding to Click or KeyPress

2010-03-21 Thread Brion Emde
Actually, I could be more clear. I think that every Android beginner at least build the sample programs that have stuff in them they are interested in. For example, the APIDemos sample contains many example of ListViews. If you don't want to build the APIDemos sample, most of what is there,

[android-developers] Re: Audio Flickering - my code, my computer or android emulator?

2010-03-21 Thread Gabriel Simões
Another conclusion: I´ve coded another app which only uses AudioTrack and it works perfectly! So, the only thing left to blame is the emulator. On 20 mar, 16:30, Gabriel Simões gsim...@gmail.com wrote: In this case no news = bad news ... Based on Mario´s post and the possibilities I could

[android-developers] Documentation on SMS Content Provider?

2010-03-21 Thread Ali Chousein
Hi, Does anyone know if there is documentation explaining the SMS content provider? -Ali -- 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

Re: [android-developers] Documentation on SMS Content Provider?

2010-03-21 Thread Mark Murphy
Ali Chousein wrote: Does anyone know if there is documentation explaining the SMS content provider? The SMS content provider is not part of the Android SDK at this time -- sorry! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three

[android-developers] Re: Documentation on SMS Content Provider?

2010-03-21 Thread Ali Chousein
Clear, thanks for the answer. -Ali -- 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: Application losing SharedPreferences and Sqlite database on Droid

2010-03-21 Thread Michael Thomas
So I haven't been following this thread very closely so apologies in advance if you've already been over this. The SQLite thing kind of has the stench about it like there are possibly multiple writers. AFAIK, SQLite is very single threaded and multiple writers is a big no-no. So let me toss

Re: [android-developers] Re: Default orientation of device

2010-03-21 Thread Michael Thomas
Mark Murphy wrote: Michael Thomas wrote: Sounds like you want to initially set up a sensormanager to listen to orientation changes and just clamp down the orientation to whatever the first orientation update shows you as being. You can get the current orientation from the

[android-developers] Re: SOLVED - Eclipse problem with Project contains errors and nothing is obviously wrong

2010-03-21 Thread Stephen Lebed
Unfortunately this hasn't worked for me since I updated either eclipse or the android sdk. I'm not sure which one, but in the past I could just delete the file and select the java file and recompile. Now it doesn't work and the only way to make it work is by Cleaning the project. On Mar 21,

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread Bob Kerns
Actually, mine runs as part of the normal build process too. Using ant builder instead of a program builder gives you full cross-platform compatibility. We're both adding builders, just different types. Either one will work fine. But I recommend an ant builder over a program builder, because

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread HippoMan
On Mar 21, 7:34 pm, Bob Kerns r...@acm.org wrote: Actually, mine runs as part of the normal build process too. Using ant builder instead of a program builder gives you full cross-platform compatibility. We're both adding builders, just different types. Either one will work fine. But I

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread HippoMan
On Mar 21, 8:48 pm, HippoMan hippo.mail...@gmail.com wrote: Also, I can't figure out how to get my auto-generated class to refresh in the IDE after it gets re-created. I have to select Refresh or hit F5 in order for any changes to be noticed. If I use ant, will I be able to force the refresh

[android-developers] Any Bluetooth experts care to take a stab at this puzzle?

2010-03-21 Thread DonFrench
I have an Android 2.0 app that successfully sends messages to another device via Bluetooth SPP, using a slightly modifed version of BluetoothChat. I only had to change the UUID to make the Chat example work. Here is the puzzle: My app successfully and consistently connects to one of two

[android-developers] Re: Problem launching my own (camera) application on press of Camera-button (part 2)

2010-03-21 Thread Streets Of Boston
I think it's un-ordered, since abortBroadcast() is called, when i debug my app, but it doesn't abort anything. Since my code is reached (i.e. no abortion by the default camera app earlier) and my app's call to abortBroadcast doesn't help (default camera still starting up), i'm assuming it's an

[android-developers] Re: Additional code generation after aapt runs?

2010-03-21 Thread HippoMan
Never mind. I just didn't have proper Refresh settings. I fixed them, and now everything refreshes the way it's supposed to. -- 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] How create LatinIME's binary dictionary(why get the child node address by the same address)

2010-03-21 Thread a a
Dear All, I met a big difficiult problem, i have researched more then 5 day's. Of course i read the LatinIME's algorithm for the suggestion. It following like that getSuggestions--getWordsRec, and getWordsRec invoke itself when it have a child. So the key algorithm is where is it's child.And

[android-developers] How Display list of all video files on android system?

2010-03-21 Thread sri
hi guys, i want to display all video files on system. how can i do it? any support will be appreciated? -- 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: Problem in read() for Bluetooth

2010-03-21 Thread madmax
I tried the InputStream.available() before reading from the device but then it gave me the Failed to Connect; [10051] A Socket Operation was attempted to an unreachable network. exception.. I really cant fathom what the problem could be!! Can you please give me pointers in which direction i

Re: [android-developers] Re: Can't dynamically update ListAdapter for ListView

2010-03-21 Thread kavitha
Even I have same problem Cant clear all list view items,,when i add new items,,it will add to old ones Can anybody help please On Sat, Mar 20, 2010 at 7:32 PM, Tatyana Ulyanova levkat...@gmail.comwrote: Hello, Kumar! I have a problem when I try to add items to my custom adapter. Everytime

[android-developers] Can a image rotate 90 in YUVMonochromeBitmapSource Zxing?

2010-03-21 Thread paultwa
hi I have a demo based on Android1.5 and Zxing, our alteration is as follow: activity android:name=.MainActivity android:screenOrientation=portrait android:configChanges=orientation|keyboardHidden android:theme=@android:style/

[android-developers] Can a image rotate 90 in YUVMonochromeBitmapSource Zxing?

2010-03-21 Thread paultwa
hi I have a demo based on Android1.5 and Zxing, our alteration is as follow: activity android:name=.MainActivity android:screenOrientation=portrait android:configChanges=orientation|keyboardHidden android:theme=@android:style/

[android-developers] Re: onFling

2010-03-21 Thread Ajay
I did not try passing onFling and onScroll. But, I figured out the reason for it. I have a lot of text views in my layout. The app has to launch another view when the user clicks on the text view. Passing onTouch events was working perfectly earlier, but after I set the property clickable as

[android-developers] Re: Problem launching my own (camera) application on press of Camera-button (part 2)

2010-03-21 Thread DulcetTone
I looked at the source code for Android, and the only place I see this Intent sent, it is indeed sent as ordered. It's perplexing why the camera button is handled so clumsily in the code, with apps vying for priority, and you better pray any asking for a higher one than you offer the user a