[android-developers] Re: Android in China - What is going on?

2009-11-20 Thread westmeadboy
Well, I cannot access: http://www.google.com/mobile/products/sync.html. Can you (without a VPN)? I know you just want answers, but I think it would help to clarify the problem/symptoms too. How is that some people (you) can log on but others (me) can't? You might also want to try:

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-20 Thread phil
Hi, we have the same problem in one of our apps - instead of the application name the package name gets displayed. Does someone have an update on this issue? thx On Oct 29, 9:46 pm, Greg Donald gdon...@gmail.com wrote: On Thu, Oct 29, 2009 at 1:58 PM, Dianne Hackborn hack...@android.com wrote:

[android-developers] Re: Stop an SMS from being sent from default SMS client.

2009-11-20 Thread Iffi
Hi All, Well, actually on Symbian, Winmo its getting possible so as being an advocate of Andriod :) at workplace i have to do it somehow. someone please guide me how may i change the SMSC programatically, i have used Anycut to change it manually, i hope there is some way of doing it

[android-developers] Re: Getting a Gmail new message intent

2009-11-20 Thread Nedjalko Milenkov
Test On Nov 19, 2009 2:39 PM, vendor.net vendor@gmail.com wrote: Hi! Is there a way to intercept when a new message arrives at Gmail, read the subject and if the subject contains word to archive and label the message and to bypass the notification and if not - to notify the user. I want to

[android-developers] Re: Managed dialogs with state changes

2009-11-20 Thread Miguel Paraz
Hi, On Nov 20, 4:24 am, TreKing treking...@gmail.com wrote: You may want to clarify what you're asking, but if you mean you need to dynamically populate the contents of the dialog or set a different click listener based on what the user did to bring up the dialog, then you may want to simply

[android-developers] Re: Managed dialogs with state changes

2009-11-20 Thread Miguel Paraz
Hi, On Nov 20, 4:24 am, TreKing treking...@gmail.com wrote: You may want to clarify what you're asking, but if you mean you need to dynamically populate the contents of the dialog or set a different click listener based on what the user did to bring up the dialog, then you may want to simply

[android-developers] Re: How to build apk from multiple Eclipse projects?

2009-11-20 Thread James Wang
http://groups.google.com/group/android-developers/browse_thread/thread/911c0c5c5cd50abf/45f3cca8956182ae?lnk=gstq=share+resource#45f3cca8956182ae This one maybe help! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Saving service killing without startForeground

2009-11-20 Thread Ash
Hi!!, I am running a background Android Service as VoIP Framework which provides different VoIP services to different Android applications, (VoIP call, Video Call, etc). The service establishes a network connection with the Server(Service Provider) and does some initial handshake before it can

[android-developers] Re: How to pass large amount of data during startActivityForResult

2009-11-20 Thread tedd
Mark, Any idea as to what is the maximum size of data that we can share bw processes, Even i am see Failed Binder Transaction error!!! when I give bitmap of size greater than 1MB to the framework for rendering. (i.e thru RemoteViews.setImageViewBitmap call) ? Is there a possibility

[android-developers] Re: Log messages no longer appear in LogCat

2009-11-20 Thread westmeadboy
When you have multiple devices/emulators connected its sometimes important to go the DDMS perspective and select the relevant device in the left (Devices) pane. Whenever I see none of them selected then I don't get any logcat messages and the FileExplorer does not reflect the actual filesystem.

[android-developers] changes made to get 1280X720 resolution??

2009-11-20 Thread shri
hello how to increase the resolution to get 1280X720. please tell where to make changes in the source code to get that resolution. I have android1.5 source code. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] source code to launch the emulator

2009-11-20 Thread shri
can anybody share the emulator dependent source files. we are using avd in the emulator for selecting the skin. so how this avd function is called in the source code. and emulator is launching . is there any maximum resolution set to the emulator?? thanks in advance -- You received this

[android-developers] How to build apk for sharing resource like frame-res.apk

2009-11-20 Thread James Wang
Hi, We are developing a middleware including some widgets for developer. We want developer to use our widgets to build their apps. We got stuck at sharing default resource for developers. We noticed Android makes frame-res.apk to share system resrouces. And anybody can shed light on how should we

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread Kaj Bjurman
That does of course depend on in which country you do it. You wouldn't be allowed to do it in Sweden, and you could be sued there. On 19 Nov, 18:51, LambergaR martin.s...@gmail.com wrote: Which law do you break by gathering personal data without informing the user? -- You received this

[android-developers] Re: Send message from Android emulator to web

2009-11-20 Thread andu
Thank you. your response helps me very much. In addition I found a working code from the internet. It may help ... # public void postData() { # // Create a new HttpClient and Post Header # HttpClient httpclient = new DefaultHttpClient(); # HttpPost httppost = new

[android-developers] WiFi configuration issue...

2009-11-20 Thread Asif k
Hi all, I want to configure WiFi on my android based board. But in my case I am getting the name of active SSID withing the network from the desktop client so I have to configure the board with the same SSID. I have searched the APIs available in WiFiManager class and only possible solution

[android-developers] Send SMS when phone gets switch-off

2009-11-20 Thread Nishant
Hi, I am working on SMS application. If i switch-off my phone, at that time i want to send SMS. Is it possible or not? If yes, which events are used to handle this? Regards, Nishant Shah -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Uri withAppendedPath not finding contacts

2009-11-20 Thread Sime
Calling/messaging between the emulator instances works fine for me, that's not what was happening to me. Solved the problem by changing the locale text input. It seems when entering a phonenumber to a contact in the default way ie. 5556 the number changes to 555-6. I'm assuming this is due to

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread LambergaR
Here we are talking about an EU legislation that is valid in all EU states, but similar laws exist in US and other countries. Keeping and processing some person data without their knowledge and allowance is simply not allowed - and I definitely think that IMEI is something that can identify me as

Re: [android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-20 Thread Klaus Kartou
Bumping this question Our app is receiving great attention at the moment, and it is really a shame that we cannot do anything to get it out to all Android owners. Please Google, this is a serious issue...We would love to see a solution to this? Any help is much appreciated... Cheers! On Thu,

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread tauntz
Just saying that an IMEI is not personal data.. in the country where I live in, at least (and that's in the EU). An IMEI alone can uniquely identify a mobile device, not the actual person who is using it. In broad terms, it's the same as the serial number on the back of your TV or fridge. (quoting

[android-developers] Re: Saving Activity state when pressing Home

2009-11-20 Thread jax
Hi thanks that. The issue is that the Bundle object only gets passed to onCreate() and onSaveInstanceState() Do I have to get this manually somehow? On Nov 20, 2:15 am, vendor.net vendor@gmail.com wrote: How do you store that variable? On 19 Ноем, 17:18, jax jackma...@gmail.com wrote:

[android-developers] Replace incall screen

2009-11-20 Thread Nemat
Hi friends…. is it possible to replace incall screen by my own activity Please……I need it urgently! Thanks in Advance Nemat -- 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: How to build a project in Android sources seperately?

2009-11-20 Thread 3pei
thx for your reply. i already do this after previous post, and everything works fine~ but it is better for someone just do a little job if there is another way :S thx again :) On Nov 19, 2:04 am, Julian Chu walking...@0xlab.org wrote: Hi, Did you build the android tree first? although it

[android-developers] How to highlight list item

2009-11-20 Thread Diya
Hi All, Can any one tell me how can I highlight any item of my list when mouse cursor passes through that particular item. Is this possible to highlight any particular option/item using soft keys?? If yes, please tell me how it can be done?? Thnx -- You received this message because

[android-developers] Re: I Didn't come here to cause no trouble, I just came to do the Android Market Shuffle!

2009-11-20 Thread MikaSue
What happened to the market? I am uninformed? On Nov 19, 7:29 am, niko20 nikolatesl...@yahoo.com wrote: *grin* Although seriously, I doubt those with paid apps really appreciate their rankings being all screwed with. -niko -- You received this message because you are subscribed to the

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread LambergaR
In actuality IMEI number can be used identify the user. Directive 95/46/EC article 2 paragraph a clearly states: 'personal data' shall mean any information relating to an identified or identifiable natural person ('data subject'); an identifiable person is one who can be identified, directly or

[android-developers] Re: How to highlight list item

2009-11-20 Thread Diya
hey if any 1 can tell me where will i get code for changing color of list item in android 1.5 source please help me out. On Nov 20, 4:37 pm, Diya ridam0...@gmail.com wrote: Hi All, Can any one tell me how can I highlight any item of my list when mouse cursor passes through that particular

[android-developers] default screenwidth of android

2009-11-20 Thread Jags
whats the default screen width of android devices ? I took a 320 x 460 image for my splash screen, it did not cover the entire screen ! regards Jagat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to highlight list item

2009-11-20 Thread tauntz
Can any one tell me how can I highlight any item of my list when mouse cursor passes through that particular item. That is not possible. Android has no mouse cursor. Is this possible to highlight any particular option/item using soft keys?? If yes, please tell me how it can be

Re: [android-developers] default screenwidth of android

2009-11-20 Thread tauntz
There is no default screen width - different devices will have different screen sizes. On Fri, Nov 20, 2009 at 2:21 PM, Jags jag...@gmail.com wrote: whats the default screen width of android devices ? I took a 320 x 460 image for my splash screen, it did not cover the entire screen ! regards

[android-developers] ScrollView scroll timeout ?

2009-11-20 Thread Mark Wyszomierski
Hi, Is there no way to change the timeout to scroll in ScrollView? In the source, it's set to: static final int ANIMATED_SCROLL_GAP = 250; so any drags will be blocked for 250ms. This has the appearance of the ScrollView being stuck for a bit before it moves. This makes small scroll

Re: [android-developers] ScrollView scroll timeout ?

2009-11-20 Thread Mark Murphy
Mark Wyszomierski wrote: Is there no way to change the timeout to scroll in ScrollView? In the source, it's set to: static final int ANIMATED_SCROLL_GAP = 250; so any drags will be blocked for 250ms. This has the appearance of the ScrollView being stuck for a bit before it moves. This

Re: [android-developers] Saving service killing without startForeground

2009-11-20 Thread Mark Murphy
Ash wrote: Hi!!, I am running a background Android Service as VoIP Framework which provides different VoIP services to different Android applications, (VoIP call, Video Call, etc). The service establishes a network connection with the Server(Service Provider) and does some initial

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-20 Thread Dan Dumont
Yes. But I make the AddAccountExplicitly call in my Authenticator.You use the AccountManager to create accounts. If you call AddAccountExplicitly from a non-authenticator class, I guess it will work... But I think the security behind it will mean that only the class that created the account

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-20 Thread Dan Dumont
At least... this is as far as I understand it Please correct me if I'm wrong here. Also, if a google rep can speak to this point: If I have a few apps that all utilize a certain account type...What's the best recommended way of letting them all function independently of each other,

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread nEx.Software
Hmm... Seeing how this has now become a law debate much more so than anything related to development (not sure if it was ever really about development)... This should probably be shifted over to -discuss. Just saying... On Nov 20, 4:54 am, LambergaR martin.s...@gmail.com wrote: In actuality IMEI

[android-developers] Re: ScrollView scroll timeout ?

2009-11-20 Thread Mark Wyszomierski
Hi Mark, Yeah I was thinking of doing this, I gave it a quick try but am probably copying the source from the wrong location. I tried looking here:

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread AlexK
Any protection based on identification of the user. So without unique information that personally related to end-user copy protection can not be build. From you quotes looks like I can not report about thief because I'll open his/here personal information?! On Nov 20, 12:34 pm, LambergaR

Re: [android-developers] default screenwidth of android

2009-11-20 Thread Vishwanath Kamath Pethri
use 9 patch images. This would solve your issues - Vishwa Jags wrote: whats the default screen width of android devices ? I took a 320 x 460 image for my splash screen, it did not cover the entire screen ! regards Jagat -- You received this message because you are subscribed to

[android-developers] How to Load Asset PDF in Browser or Webview ?

2009-11-20 Thread moontech
Is there any inbuilt function to load PDF file from Local Asset in Browser or Webview.. Tried using loading file to Buffer .. But the content was not displayed.. Dnt suggest me to install Application like DocumentToGo or any like that... Thanks -- You received this message because you are

Re: [android-developers] How to Load Asset PDF in Browser or Webview ?

2009-11-20 Thread Mark Murphy
moontech wrote: Is there any inbuilt function to load PDF file from Local Asset in Browser or Webview.. No. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 Available! -- You received this message because you

[android-developers] Re: Samsung Moment (SPH-M900) - Application crashing

2009-11-20 Thread Don
After finding a very helpful developer with a Samsung Moment who was willing to test my app on their phone and get the logcat output, I found the following: The cause of the application crash was a null pointer exception bug on a data storage class when a particular activity was opened. It was

Re: [android-developers] Re: App name/icon problems on Hero after reboot

2009-11-20 Thread Justin Giles
The update from HTC which was out yesterday is supposed to fix this issue with icons. The problem I have now, after the update, is I cannot see any of my applications on the Market and I also don't see several that I have downloaded. If it's not one thing, it's another with this crazy phone. On

[android-developers] Re: How Handle Android Default Messaging Application According To Our Requirement

2009-11-20 Thread Gulfam
Hi all, I have find some thing on the issue as mentioned above. http://gitorious.org/easyweb2/packages-apps-settings/blobs/master/src/com/android/settings/RadioInfo.java I have seen a class RadioInfo.java. In this class there is a way to get SMSC number but i dont know how to import

[android-developers] RESET SQLite AUTOINCREMENT

2009-11-20 Thread JasonMP
Hello, I have a database that will be editable inside my android app. I'm having an issue where when a row is deleted, its spot in the autoincrement array is still taken, and subsequent entries into that table pick up after that number. This leaves me with a list of rows whos autoincrement id

Re: [android-developers] RESET SQLite AUTOINCREMENT

2009-11-20 Thread Mark Murphy
JasonMP wrote: I need my rows in my database to stay ascending and in increments of 1. Why? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year -- You received this message because you are

Re: [android-developers] How to Load Asset PDF in Browser or Webview ?

2009-11-20 Thread Moon Technolabs
What is the way for it ? If I wants to do so.. rather than by Application !!! On Fri, Nov 20, 2009 at 6:59 PM, Mark Murphy mmur...@commonsware.comwrote: moontech wrote: Is there any inbuilt function to load PDF file from Local Asset in Browser or Webview.. No. -- Mark Murphy (a Commons

Re: [android-developers] How to Load Asset PDF in Browser or Webview ?

2009-11-20 Thread Mark Murphy
Moon Technolabs wrote: What is the way for it ? If I wants to do so.. rather than by Application !!! Android does not have a PDF viewer built into the operating system. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books,

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread LambergaR
You can report the user to some sort of LEGAL authority and they can get and process users data. You (as a person that is not an law officer) are not allowed to store and process any personal data without my explicit permission. So, you can report the user to police but if you are using any data

[android-developers] Re: Saving service killing without startForeground

2009-11-20 Thread dadical
If you're running on a G1, and have even low-mid memory reqs, you are pretty much SOL. Android will kill off processes to free resources for new foreground activities, and services, particularly those running in a background process, will get axed first. Watch logcat in verbose mode to validate

[android-developers] What's the best model for type-to-filter with a screen keyboard ?

2009-11-20 Thread jarkman
We have a list view that uses type-to-filter to good effect on devices with physical keyboards. Right now, users without physical keyboards have no way to use the filter, and obviously we ought to fix that. I'm trying to work out what the 'usual approach' is, so as not to startle the users. But

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-20 Thread westmeadboy
That might be something to do with copy protection. I've heard from several people that they cannot see copy protected apps in the Market. However, even if that's the problem, I've no idea why it would change after the update. I think its the Market that's more crazy than the phone... On Nov

Re: [android-developers] How to Load Asset PDF in Browser or Webview ?

2009-11-20 Thread Moon Technolabs
I got this code.. n tried but I cant.. http://code.google.com/p/apdfviewer can anybody help ? As per Screen Shot it might work.. How I can use this for loading my Local PDF file ?? On Fri, Nov 20, 2009 at 7:21 PM, Mark Murphy mmur...@commonsware.comwrote: Moon Technolabs wrote: What is the

[android-developers] Re: RESET SQLite AUTOINCREMENT

2009-11-20 Thread JasonMP
I use a do/while that runs through one of my tables based on the number of entries on another table and makes changes. Example: Integer i = 1; Cursor c = db.querryFunction(); Integer rowCount = c.getCount(); do{ //does work on the database db.updateRow(table, args, KEY_ROWID + = + i,

Re: [android-developers] Re: Saving service killing without startForeground

2009-11-20 Thread Cédric Berger
On Fri, Nov 20, 2009 at 14:53, dadical keyes...@gmail.com wrote: If you're running on a G1, and have even low-mid memory reqs, you are pretty much SOL.  Android will kill off processes to free resources for new foreground activities, and services, particularly those running in a background

Re: [android-developers] Re: How to build apk from multiple Eclipse projects?

2009-11-20 Thread Robert Woodruff
Thanks James, I have been successful breaking out common classes into .jar files, as long as they do not reference resources. If they need to reference resources, well, it just seems it is not possible at this point. I am pretty much just copy/pasting between projects. Is that your understanding

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread AlexK
ok... I got your point. Maybe you know how it's possible to have shared database of user history between loan companies? My point is: everywhere where involved money give you possibility to collect personal data and use it for own customers protection. of course that does not mean that you can

[android-developers] Map application and KMZ files....

2009-11-20 Thread furby
Is the map application that comes with Android capable of digesting KMZ files at all? I can start it up with an intent that sends in a KML file with no problem... But every single time I send a KMZ URL to it, it tells me that the file Contains Errors. Since i have now tried roughly a dozen

Re: [android-developers] For Google about BaseAdapter class

2009-11-20 Thread Robert Woodruff
Dianne, Let me ask this quick question. Will this sequence of three operations, run consecutively one right after the other on the UI thread, cause the exception to be thrown 1. Change the count in the base adapter 2. notifyDataSetChanged() // Which will react some time in the future 3.

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread AlexK
One more note - in case if I will store IMEI proccessed by some kind of algorithm that will make impossible reverting of the original data the user will be 100% safe?! for example calculate MD5/ASH1 hash and store it instead of original IMEI?! On Nov 20, 3:53 pm, LambergaR martin.s...@gmail.com

[android-developers] Re: Stop an SMS from being sent from default SMS client.

2009-11-20 Thread Gulfam
Hi Mark Murphy, Is there any Way to get SMSC Number because I have seen at the link mentioned below http://groups.google.com/group/android-developers/browse_thread/thread/974743849abcd958/6d13bee0ffaafac3?lnk=raot There is the way to get SMSC Number and i am unable to import Phone Class in my

Re: [android-developers] Re: Saving Activity state when pressing Home

2009-11-20 Thread TreKing
Don't worry about the bundle unless your app is getting killed. If you just press the home key, your app gets paused, but retains it's internal state. You should not lose the value of whatever it is you need to keep track of. Better questions: what does restoredClockTime represent? What are you

[android-developers] Re: ScrollView scroll timeout ?

2009-11-20 Thread Mark Wyszomierski
Well I got a clone of ScrollView to compile, turns out it's the constant: private static final int TOUCH_SLOP = 16; as read from ViewConfiguration which is the real control variable here. I think it's too high for a ScrollView, but since they hard- coded it into the ScrollView source, I don't

[android-developers] Re: Map application and KMZ files....

2009-11-20 Thread JP
No you cannot create an overlay that's directly driven from KML/KMZ file input. You'll have to do this by foot, i.e. parse out the input file and feed the resulting Placemarks into an overlay On Nov 20, 6:30 am, furby wookie...@gmail.com wrote: Is the map application that comes with Android

[android-developers] Re: How to get all contact's name phone number, email for 2.0

2009-11-20 Thread Henry
Rachel: Your following query is working perfectly for a single contact. Cursor emails = getContentResolver().query( ContactsContract.CommonDataKinds.Email.CONTENT_URI, null, ContactsContract.CommonDataKinds.Email.CONTACT_ID + = + contactId,

[android-developers] Re: Is TextView supposed to be able to scroll its contents?

2009-11-20 Thread Carlos Pérez
Hi Matthias. I've just the same problem, but I could check some things. First all, if I define my long text in my xml file, my textView scroll the contents. However, if I update text content (with setText()) or if I define a textView in a java class, I'm not able to scroll the contents. On 10

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread LambergaR
@nEx.Software: Coding this kind of protection is trivial :) Effects on the other hand are not @AlexK: You can have that kind of history only if the employees are informed that it exists and he agrees with it. You can require that by including it in your employment contract if you wish. The

Re: [android-developers] Re: RESET SQLite AUTOINCREMENT

2009-11-20 Thread Mark Murphy
JasonMP wrote: I use a do/while that runs through one of my tables based on the number of entries on another table and makes changes. Example: Integer i = 1; Cursor c = db.querryFunction(); Integer rowCount = c.getCount(); do{ //does work on the database

[android-developers] Re: Map application and KMZ files....

2009-11-20 Thread furby
I know that isn't exactly right - I can start the map application using an intent like this : final Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(geo:0,0?q=http://code.google.com/apis/kml/documentation/ KML_Samples.kml)); startActivity(myIntent); And it loads that

Re: [android-developers] Re: Stop an SMS from being sent from default SMS client.

2009-11-20 Thread Mark Murphy
Gulfam wrote: There is the way to get SMSC Number and i am unable to import Phone Class in my activity. Is there any way to get SMSC number I see no evidence that there is a way to get an SMSC number via the SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Re: RESET SQLite AUTOINCREMENT

2009-11-20 Thread JasonMP
I'm very new to all of this so I greatly appreciate your advice. But to clarify, you mean instead of using AUTOINCREMENT i create a column to hold an integer value that I set, and can therefore control rather than let SQLite do it automatically? This was what I was expecting to have to do if

[android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread Kaj Bjurman
You might be allowed to store personal data in some countires if you first ask a supervisory authority if you can do so. That is what e.g. banks are doing. On 20 Nov, 15:29, AlexK kucherenko.a...@gmail.com wrote: ok... I got your point. Maybe you know how it's possible to have shared database

[android-developers] Re: Emulator not receiving UDP Packets

2009-11-20 Thread Josh Patterson
Sorry, cant say that I've tried this on anything but Android 2.0. Have you tried it using Android 2.0 on the emulator? I'd start there, get that working, and work out from there. Josh Patterson http://jpatterson.floe.tv On Nov 18, 1:47 am, Gopi$h gopi...@gmail.com wrote: Hello, Actually this

Re: [android-developers] Re: RESET SQLite AUTOINCREMENT

2009-11-20 Thread Mark Murphy
JasonMP wrote: I'm very new to all of this so I greatly appreciate your advice. But to clarify, you mean instead of using AUTOINCREMENT i create a column to hold an integer value that I set, and can therefore control rather than let SQLite do it automatically? You could do that. Or, you let

[android-developers] HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread greenrift
I'm not sure who I should complain to about this, HTC or Google, but after I did the most recent Hero (sprint) firmware update I am unable to see applications that I developed nor several applications that I paid for (and free ones) on the Market. This makes updating them unavailable. Also, if I

[android-developers] ratingbar

2009-11-20 Thread Jags
i tried to put a rating bar. i made it focussable=false and Clickable=false, but when i run it it is focusable and runnable. I tried to put in small dimensions, but the big stars are coming, how to make small, I am using android 1.5, seems there is no style=small attribute ! regards Jagat --

Re: [android-developers] HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread Greg Donald
On Fri, Nov 20, 2009 at 9:32 AM, greenrift jtgi...@gmail.com wrote: I'm not sure who I should complain to about this, HTC or Google, but after I did the most recent Hero (sprint) firmware update I am unable to see applications that I developed nor several applications that I paid for (and free

[android-developers] Getting Google order number programmatically after app is bought from Market

2009-11-20 Thread UBZack
Hi all, As you may know, when you buy an app from the market, an email is sent to you with a Google order number (which I believe is 15 digits long), which is specific to this transaction. I was wondering if this number is stored anywhere on your device after you purchase an app, and if it is,

[android-developers] locator app

2009-11-20 Thread Abhi
Hi All, I need help in understanding how to go about designing this App. I have a database of zipcodes (or lat, long info) that I need to look up and compare with my current location and come up with a small list of say about 5 nearest locations to where I am. what would be the easiest and

[android-developers] Re: ratingbar

2009-11-20 Thread Jags
i saw style=?android:attr/ratingBarStyleSmall makes it small, but it shows 10 stars out of which 3 are active, i need 3 stars out of which 1 is active and programmatically make it to 2 and 3 after some time. my layout looks like this RatingBar android:id=@+id/RatingBar01

[android-developers] Google Latitude

2009-11-20 Thread Brad Gies
Anyone know what integration is available for Google Latitude in Android? I've been searching the web, but it doesn't look like an API has been released yet. Is there an intent I can use from my program to just start Latitude? What I would really like is to have a Latitude Maps Overlay ...

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-20 Thread Wayne Wenthin
Then wouldn't this apply to the AndroidID also?There is no permissions needed for this information. Is google violating some laws by allowing the personal information out without asking permission? On Fri, Nov 20, 2009 at 3:54 AM, LambergaR martin.s...@gmail.com wrote: In actuality IMEI

[android-developers] Re: SIGSEGV 11 OpenGL - Only on Droid, not 2.0 Emulator

2009-11-20 Thread Micah
I've been playing with the Rokon game development framework (http:// code.google.com/p/rokon/) on my Droid, and the example app is crashing with this same error a lot when I run it on my Droid, just switching between the example activities. On Nov 10, 7:29 am, chrispix chris...@gmail.com wrote:

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-20 Thread KKK
Hi, Google, Your mother let you answer our questions. On Nov 19, 5:29 pm, Klaus Kartou kar...@gmail.com wrote: Agreed, feedback from Google would be nice... On Wed, Nov 18, 2009 at 10:58 AM, blindfold seeingwithso...@gmail.comwrote: Same thing with me, I have copy protection turned off in

[android-developers] Media Player and FileDescriptor Issues

2009-11-20 Thread Rizza
I'm attempting to play files located in a Sounds directory located in my assets directory. The code below is what im using in my Listener method of my activity try { AssetManager mgr = getAssets(); //Lets me get file as i i'm using the Tag object of a radio button to store the filename

[android-developers] Prevent full-screen behaviour via the InputMethodManager

2009-11-20 Thread Michael
I'm looking to prevent the default behaviour of going full screen when controls like EditText receive focus in an application. The InputMethodManager class does indeed have a setFullscreen() method available, but it seems to have been hidden on purpose in the SDK. Is there any other way to disable

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-20 Thread Michael Serale
Sprint just released a MR update for the htc hero and i have confirmed that it fixed all these application issues. i restarted and reinstalled apps and they are still working fine. SUCCESS!! - On Nov 14, 8:10 am, AngelOD angelod1...@gmail.com wrote: Hi, I would just like to add here, that I

[android-developers] Marketplace restrictions on app with no launcher?

2009-11-20 Thread Scott Liu
Hi all, I couldn't find reference to it in the Google documentation, but are there any restrictions on creating an application with no launcher and selling it on Android Marketplace? Thanks, Scott -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to configure your application to ensure proper display on Motorola Droid?

2009-11-20 Thread Alex
Hi Dexter. Take a look at the technical spec sheet for the Droid where the screen size and other technical information is detailed: http://developer.motorola.com/products/droid/ Obviously Droid is Eclair so you will need to ensure that the Android SDK and ADT Plugin (if you are using Eclipse) are

[android-developers] How to read a file provided by a different Android application

2009-11-20 Thread jaime
I need some mechanism so that an Android application can read a file which is provided by a different Android application. I know that it's possible if both applications have the same userid, but it's not feasible because it would require to sign both applications with the same key. The idea is

[android-developers] Re: How can I disable the HOME key in my activity?

2009-11-20 Thread ProgMasta
OK so you say you can't override the Home Key... Then how does the Toddler Lock program work? The only think you can do to unlock that prog is through the provided key combination, four corner touch, or long press power and initiate shut down. What exactly are they doing to accomplish this? They

[android-developers] Progress Dialog: how to pass context or adapter to the thread

2009-11-20 Thread Achanta
I am trying to display a progress bar while download data and store it in my database. My problem is that I need to pass the database adapter or the context to the thread. This is what I have tried. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Re: Getting Google order number programmatically after app is bought from Market

2009-11-20 Thread polyclefsoftware
Hi UBZack, I'm currently working on a Google Checkout client for Android that generates simple sales reports based on a date range and order status, mostly for myself because the web interface doesn't provide nice summary information and the .xsl export doesn't include item names or details. But

[android-developers] Re: How to read a file provided by a different Android application

2009-11-20 Thread edu
don't you have forget android:sharedUserId=YourSharedID in your manifest file ? are you sure there is a link between userID ans signature ? I'm newbie -- 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: Android Market Anti-Piracy

2009-11-20 Thread LambergaR
As I have said, it might be legal to store some content for your company use (though I am pretty sure that this is included somewhere in the EULA) but I don't think it is legal to publicly share it. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to read a file provided by a different Android application

2009-11-20 Thread HeHe
try ContentProvider, i guess. On Nov 20, 12:17 am, jaime jjja...@gmail.com wrote: I need some mechanism so that an Android application can read a file which is provided by a different Android application. I know that it's possible if both applications have the same userid, but it's not

[android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2009-11-20 Thread stanlick
Thanks Dmitri -- Is this test correct? int sdkVersion = Integer.parseInt (Build.VERSION.SDK); // Cupcake style if (sdkVersion = Build.VERSION_CODES.ECLAIR) { className = ...ContactAccessorSdk3_4; } else { className =

[android-developers] Re: HTC Hero, missing applications from Market after firmware update

2009-11-20 Thread blindfold
Just a (wild) guess. I see that your SpecTrek app uses the camera. Might the problem be related to the ongoing discussion about the HTC Tattoo and app visibility at http://groups.google.com/group/android-developers/browse_frm/thread/bda3d385db2b44dc/ ? There android.permission.CAMERA seems to play

[android-developers] Refreshing a ListActivity within a TabView

2009-11-20 Thread JasonMP
Hi, I'm running into some issues here with my app. I have 4 tabs run through a tabActivity. One tab sends an intent and run my ListActivity that populates the screen from a simpleCursorAdapter. My problem is that when I change back to this tab, after the first time its run, the list never

  1   2   3   >