[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread vendor
Something unofficial? Not a strict plan like we will be done in 2 days, but something more than:"We understand your concerns and we will make an update which will treat properly the paid applications and in the feature G1/G2 and etc will be synchronized with the ADPs." Just an example. Because now,

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Jean-Baptiste Queru
Sorry, I don't even have visibility over such roadmaps or ETAs. JBQ On Fri, Feb 27, 2009 at 10:23 AM, vendor wrote: > Something unofficial? Not a strict plan like we will be done in 2 days, but > something more than: > "We understand your concerns and we will make an update which will treat > p

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Disconnect
Except you are allowed (and even, kinda, encouraged) to make your app available in many places. So how do you distinguish between "I got it from andappstore" or "I got it for free from the developer" (both legit but not market) from "Joe copied it off his phone for me"? On Fri, Feb 27, 2009 at 12

[android-developers] Some info about the hardware unlocked ADP1

2009-02-27 Thread vendor.net
I have ADP1 and want to flash it with the holiday version, because waiting the official ADP 1.1 is an unofficial waste of time. My question is can I lock my phone if I flash it with a software version which is for locked phones? And how the hardware unlock works? I know that one of the difference

[android-developers] Re: Basic application web service access: source not found?

2009-02-27 Thread Marco Nelissen
On Fri, Feb 27, 2009 at 3:22 AM, RedOxyd wrote: > > Hello, > I am coding a basic android application that has to call a web > service, using KSOAP2, I am sending a request with one parameter > (city) and need to get the response of the web service (basically a > short String) from this site: > ht

[android-developers] Re: webkit version

2009-02-27 Thread Joe Petruchi
sorry wrong context Regards Joe On Fri, Feb 27, 2009 at 11:52 PM, Joe Petruchi wrote: > As per the cupcake release it checks for the network if it is 3G or not > before allowing simultaneous CS and PS call. > > I dont remember exactly from where it gets the network type though > > You can better

[android-developers] Re: Does emulator simulate GSM or 3G?

2009-02-27 Thread Joe Petruchi
As per the cupcake release it checks for the network if it is 3G or not before allowing simultaneous CS and PS call. I dont remember exactly from where it gets the network type though You can better check in the cupcake release code. There is some API :) Hope this helps Regards Joe On Fri, Feb

[android-developers] Multi Touch Support

2009-02-27 Thread pesh...@gmail.com
Please, HTC G1 is perfectly capable of multi touch support. Please guys implement that in the next OTA update if possible. I understand is something that Apple Created with their Iphone, but G1 has a lot of petential and multi touch i needed for the sucess of this product. Google works with Apple

[android-developers] Re: Some info about the hardware unlocked ADP1

2009-02-27 Thread Jean-Baptiste Queru
The locking happens at two levels: the bootloader (i.e. whether the fastboot protocol is enabled or disabled) and the keys used during recovery (i.e. whether recovery recognizes secret keys or known "test" keys). Replacing both of those with locked versions would lock you out of your phone. The b

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Java Developer
Can I return my ADP1? I was completely mislead, and so was everyone else. Now that I think about it, I believe American Express would agree with me. I suggest we all start charge back procedures on these bricks as they don't deliver anything near what was expected and "promised". JBP, how can you

[android-developers] Re: Assuming Developers are Pirates

2009-02-27 Thread mark . kahrl
I don't think it matters that much, developers actually paying for software? Unlikely in any case. On Feb 26, 11:08 am, Eric Veenendaal wrote: > I just wanted to start a thread expressing my displeasure with the > choice to block copy-protected apps from being made available to > ADPs.  Th

[android-developers] Re: How to detect SMS sending?

2009-02-27 Thread mark . kahrl
Thanks for the info, the content observer works, Using pending intents with the SmsManger does not seem to work, the intent gets broadcast that the message was sent, even if you have no signal or SIM card in the device, the content obsever does actually tell if the message was sent from the dev

[android-developers] Re: Communicate between tabs

2009-02-27 Thread Nykolas
When you say "communicate" what do you mean? What you can do is write information to the intent you are firing, using bundles or extras. Other then that you can use sharedpreferences. On Feb 27, 9:36 am, Rog wrote: > I am using a TabHost one tab with a list and another to show the > details of a

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Jean-Baptiste Queru
We were hoping that it would get resolved very soon after the release of the ADP1, and it's been taking much much much much longer than anyone had anticipated (even myself, albeit a permanent pessimist when it comes to schedules, didn't see that one coming at all). Like I said above, this isn't a

[android-developers] Re: Assuming Developers are Pirates

2009-02-27 Thread lukehutch
Has a registration token system been discussed anywhere as an alternative? e.g. each paid user gets a cookie that is based on the AndoidID, and the app periodically checks in with a central server to ensure that the given cookie/AndroidID combination are valid and paid- up... On Feb 26, 2:08 pm

[android-developers] Re: Multi Touch Support

2009-02-27 Thread lukehutch
It won't happen in the near future until at the very least someone in the community works with the Google developers to code up well- designed support for multi-touch in the MotionEvent class, and until Google actually accepts that patch upstream, and until T-Mobile picks up the patch and OTAs it.

[android-developers] Re: Reload layout (xml) when Orientation changed

2009-02-27 Thread Dianne Hackborn
Don't use android:configChanges in your manifest, and it will all be done for you. On Fri, Feb 27, 2009 at 6:51 AM, Morpheo wrote: > > Hi! > > I have a program with two layouts: > - layout/main.xml > - layout-land/main.xml > > Also, i have some images en drawable and drawable-land... > > My pr

[android-developers] Re: Developers, please stop posting paid apps on the Android Market

2009-02-27 Thread Sundog
Heh. Good one. On Feb 27, 1:50 am, Moombe wrote: > As Google's current support for paid apps in the Android Market is > limited to the US market only (and even on the US market, would not > support ADP1 phone), I really think you guys should stop posting your > apps in there. --~--~-~--

[android-developers] Re: Reload layout (xml) when Orientation changed

2009-02-27 Thread Morpheo
That's right. Thank you very much. It's works perfectly. On 27 feb, 21:06, Dianne Hackborn wrote: > Don't use android:configChanges in your manifest, and it will all be done > for you. > > > > On Fri, Feb 27, 2009 at 6:51 AM, Morpheo wrote: > > > Hi! > > > I have a program with two layouts: > >

[android-developers] Action for receiving mail

2009-02-27 Thread Rafa
Hi every one, does any one knows which action could let a broadcastreceiver react on an incoming email? For example, to be able to react on a SMS is needed to add to the manifest.xml the following:

[android-developers] Re: extraction

2009-02-27 Thread mark . kahrl
There is a way, I could tell you, but I don't anyone unpacking and decompiling my apps! It will be left as an exercise for the reader. M On Feb 26, 1:02 pm, crans wrote: > any one can help me how to extract code from apk file . --~--~-~--~~~---

[android-developers] Re: How to Thump? Name of Haptic Trigger.

2009-02-27 Thread Jason Van Anden
Very interesting ... somehow I overlooked the pattern variable ... I will play with this and report back. i++ On Fri, Feb 27, 2009 at 11:39 AM, Paper Coder wrote: > A, I missed that. Guess I'll be busy clicking each and every > permission when I go to download something from now on... > >

[android-developers] Re: Phone Calls

2009-02-27 Thread mark . kahrl
Should just change your number on your profile to 867 5309 , anyone with that number is used to getting random calls anyway:) On Feb 25, 11:56 pm, Al Sutton wrote: > I'd put up a SkypeIn number, mobile, or something similar that you can > turn off when you're "Off duty". > > Al. > > > > > > j

[android-developers] Re: Bitmap Memory

2009-02-27 Thread bra...@gmail.com
I have to agree. I am literally calling recycle() on every bitmap then I set them all to null then I run Garbage collection I can edit maybe two images and then death. If I reduce the size of the final image I can edit more - but still dies. After the force close it seems like the memory gets f

[android-developers] Re: Phone Calls

2009-02-27 Thread dar
Rather than put in false information, you can change the contact information for your app, or remove the phone number so that if you only want to provide email support no phone number is displayed. If you click on your app in the market developer console, and scroll to the bottom there are three

[android-developers] Re: Bitmap Memory

2009-02-27 Thread Mark Murphy
bra...@gmail.com wrote: > I have to agree. I am literally calling > > recycle() on every bitmap > then I set them all to null > then I run Garbage collection > > > I can edit maybe two images and then death. If I reduce the size of > the final image I can edit more - but still dies. After the f

[android-developers] Re: Bitmap Memory

2009-02-27 Thread mark . kahrl
I agree, looks like a memory leak to me, I was able to mitigate the problem, but I hope this issue at least gets officially recognized as a bug, and eventually fixed. Mark On Feb 27, 12:56 pm, Mark Murphy wrote: > bra...@gmail.com wrote: > > I have to agree. I am literall

[android-developers] How to get more sales on the Android Market

2009-02-27 Thread Ed Burnette
What do you do when you put an application on the Android Market and nobody buys it? That’s the subject of today’s installation of Market Moves (http://blogs.zdnet.com/Burnette/?p=816). At the end there is a poll asking for your input on what to try next. Should I get rid of the free version? Redu

[android-developers] Re: Paid Apps - Repeat refunders

2009-02-27 Thread Inderjeet Singh
AFAIK the user can refund it just once. If they buy it again, they will not be able to refund it anymore. Inder On Thu, Feb 19, 2009 at 1:58 AM, AusR wrote: > > Will there be any mechanism in the Android Market to stop/warn of > repeat refunders? > > Those who purchase an app, use it, request

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Jon Colverson
On Feb 27, 5:58 pm, Jean-Baptiste Queru wrote: > It would make more sense to not rely on forward-locking for > copyright-related restrictions. It all boils down to finding time to > implement it. All DRM is breakable. I would strongly urge you not to invest any developer time in making your syst

[android-developers] Getting build number/version programatically

2009-02-27 Thread Mark K
Does anyone know of a way to get the version/build number programatically? I dug into Settings source code, it indicated that this info could be read from the file /proc/socinfo, but this file doesn't seem to exists on any of the devices I'm working with?! Wondering where else I might be able t

[android-developers] Re: Getting build number/version programatically

2009-02-27 Thread Mark Murphy
Mark K wrote: > Does anyone know of a way to get the version/build number > programatically? Check out android.os.Build and android.os.Build.VERSION. Note that some of these values may be unusual in the emulator (e.g., null brand). -- Mark Murphy (a Commons Guy) http://commonsware.com _The B

[android-developers] Re: Android Market Business and Program Policies

2009-02-27 Thread Inderjeet Singh
On Wed, Feb 18, 2009 at 10:04 AM, Al Sutton wrote: > > > >> - "Google is not responsible for billing disputes arising from purchases > >> on Android Market." compared to the dev distribution agreement which > >> says "Products sold for less than $10 may be automatically charged back > >> to the D

[android-developers] Re: Google Checkout and charity donation

2009-02-27 Thread Inderjeet Singh
Just create a Google Checkout Buy Now/Donation button with donations, and stick it in a Web view. Will that not work for you? On Wed, Feb 18, 2009 at 10:01 AM, Mattaku Betsujin < mattaku.betsu...@gmail.com> wrote: > Hello Google > > I want to put up a button on my app for people to donate to my

[android-developers] Re: JNI run time error even I use same code and lib as Android source code.

2009-02-27 Thread yichu
I got it: http://groups.google.com/group/android-developers/browse_thread/thread/d80b1157cda06a79/7f6a3fee79713011 On Feb 26, 11:19 pm, yichu wrote: > Hi Jerry, > > Could you share how to fix thisjni_onloadproblem? I got the same > error but don't know how to solve it. Thanks :) > > Yichu > > O

[android-developers] What happens between two View.onDraw calls? (Game, FPS)

2009-02-27 Thread Markus Junginger
I am in the middle of writing an game and got curious what happens outside my code. I extended the View class with everything happing inside onDraw (updating the model and rendering it). Before onDraw is exited, a invalidate() is fired so the View gets repainted continously. With this approach I g

[android-developers] Re: What happens between two View.onDraw calls? (Game, FPS)

2009-02-27 Thread Romain Guy
Hi, You cannot achieve more than 60 fps because of the way the UI is sync'd with the underlying hardware. The invalidate/onDraw mechanism can be very costly for a game if you have a deep view hierarchy. On Fri, Feb 27, 2009 at 1:31 PM, Markus Junginger wrote: > > I am in the middle of writing

[android-developers] Re: Bitmap Memory

2009-02-27 Thread Marco Nelissen
We can't keep track of issues brought up in discussion groups, so please go to http://b.android.com and file a bugreport with code that demonstrates the problem. On Fri, Feb 27, 2009 at 1:12 PM, wrote: > > >  I agree, looks like a memory leak to me, I was able to mitigate the > problem, but I

[android-developers] Re: Android Market Business and Program Policies

2009-02-27 Thread Al Sutton
The shady part is that if the user had bought from the developer directly (i.e. the developer had a merchant account with a bank which could process credit cards), the developer has the opportunity to refute the chargeback and the chargeback may not be processed. This is something that happene

[android-developers] Re: What happens between two View.onDraw calls? (Game, FPS)

2009-02-27 Thread Markus Junginger
Hi Romain, thanks for your reply. On Feb 27, 10:42 pm, Romain Guy wrote: > You cannot achieve more than 60 fps because of the way the UI is > sync'd with the underlying hardware. So basically the framework waits for the next update cycle, I assume? I still wonder about what's going on behind th

[android-developers] Re: What happens between two View.onDraw calls? (Game, FPS)

2009-02-27 Thread Romain Guy
> I still wonder about what's going on behind the scene. When I operate > on the Canvas, a pixel buffer is probably filled directly (Bitmap)? Is > this buffer/bitmap then copied once (for every frame) into a hardware > buffer, which is the source for the hardware display? Pretty much yes. > So t

[android-developers] Re: Android Market Business and Program Policies

2009-02-27 Thread Raymond C. Rodgers
I haven't read through the terms recently, but it seems to me that Google will likely provide that same proof and try to fight the chargeback, but if the chargeback isn't rejected that they'll pass it along to you. That's just a guess on my part, but I believe that PayPal does something simila

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Al Sutton
DRM tends to be based on Cryptography and yes, all cryptography is breakable, but the aim of it is to ensure the information is worthless by the time it's broken, so in the case of a license, the application would should have been superseded by a newer version by the time you expect someone to

[android-developers] Re: Android Market Business and Program Policies

2009-02-27 Thread Al Sutton
PayPal were the payment processor involved in the chargeback my company was involved in and they relied on us to provide the information. Al. Raymond C. Rodgers wrote: > I haven't read through the terms recently, but it seems to me that > Google will likely provide that same proof and try to f

[android-developers] Re: How to get more sales on the Android Market

2009-02-27 Thread Al Sutton
I think you've missed a key factor in what may affect sales; - There is a huge momentum for free-applications and pay-for applications are a new concept. I see things at the moment as being similar to the Unix/Linux market place. I know many good Unix sysadmins who would rather spend hours or

[android-developers] Re: How to get more sales on the Android Market

2009-02-27 Thread Stoyan Damov
Voted (Spend some time adding features). Now, for the "Next week I’ll tabulate the results and implement your recommendation." - please, post the results here, I'm sure no one will consider the post off-topic ;) I see disturbing 60% on dropping the price (though the actual participants number is

[android-developers] Re: What happens between two View.onDraw calls? (Game, FPS)

2009-02-27 Thread Markus Junginger
Thanks for the clarification. I will switch to SurfaceView some time. Maybe I will do some comparisons in terms of performance of the two approaches. Anyone done this before? Another thought was if it would matter in terms of performance if one could directly write to hardware buffers to prevent

[android-developers] Get NinePatchDrawable from file?

2009-02-27 Thread zl25drexel
Hi all does anyone know a way to load a NinePatchDrawable from a filename I tried NinePatchDrawable.createFromPath(), but that only gives me a BitmapDrawable Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[android-developers] Weird problem with connecting to a service

2009-02-27 Thread ATrubka
I'm trying to connect to a service, but for some reason connection's onServiceConnected() never gets invoked with no other errors. It's not the only service I have and they work fine. Even more. This one was working before as well, but after adding other services to application it stopped working.

[android-developers] Re: Google Checkout and charity donation

2009-02-27 Thread Mattaku Betsujin
Good idea. I'll try. My app is built around a WebView so this should be no problem. Thx. On Fri, Feb 27, 2009 at 1:24 PM, Inderjeet Singh wrote: > Just create a Google Checkout Buy Now/Donation button with donations, and > stick it in a Web view. Will that not work for you? > > > > On Wed, Feb

[android-developers] Re: How to get more sales on the Android Market

2009-02-27 Thread clark
I'm a developer but I would fall under the unix/linux sysadmin category in terms of paying for apps myself. There are a lot of simple apps, like the Temperature Conversion App for $0.99, that really should not be charged for and in those cases I am going to look for a free version or make the app

[android-developers] Re: Getting build number/version programatically

2009-02-27 Thread sm1
You could use *Device Internals for r1* which is free in Tools, and scroll to section *android.os.Build*, it will list you the fields and values that you can obtain from this class and you can pick the one that suits your requirements. You can also see other classes that give you other similar val

[android-developers] Re: Getting build number/version programatically

2009-02-27 Thread mark . kahrl
Thanks for that info, I guess that should have been intuitively obvious to the casual observer On Feb 27, 1:21 pm, Mark Murphy wrote: > Mark K wrote: > >   Does anyone know of a way to get the version/build number > > programatically? > > Check out android.os.Build and android.os.Bui

[android-developers] Re: Getting build number/version programatically

2009-02-27 Thread mark . kahrl
I need to do it programmatically, but thanks. M On Feb 27, 3:49 pm, sm1 wrote: > You could use *Device Internals for r1* which is free in Tools, and > scroll to section *android.os.Build*, it will list you the fields and > values that you can obtain from this

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Jon Colverson
On Feb 27, 10:12 pm, Al Sutton wrote: > DRM tends to be based on Cryptography and yes, all cryptography is > breakable NO, NO, NO, NO, NO, NO, NO! Cryptography is intended to be used for, and effective at, transmitting a message secretly between two parties (A -> B) without a third-party (E, fo

[android-developers] Call the developer!!

2009-02-27 Thread Mattaku Betsujin
Google, please tell me this is a big foul up. Today my phone number appeared in the Market listing of my app, and my answering machine is full of messages by people saying how much they like my app. I though the phone number will never be listed. How dare you! --~--~-~--~~

[android-developers] Re: Call the developer!!

2009-02-27 Thread Jean-Baptiste Queru
http://groups.google.com/group/android-discuss/browse_thread/thread/e3772a897dbb0080/ff4eca3dca2fc7de#ff4eca3dca2fc7de JBQ On Fri, Feb 27, 2009 at 4:59 PM, Mattaku Betsujin wrote: > Google, please tell me this is a big foul up. Today my phone number appeared > in the Market listing of my app, a

[android-developers] Can I download my code off my phone?

2009-02-27 Thread 3D
I just finished a couple hours of work updating my app and I have it running on my phone in debug mode (unsigned). I accidentally replaced my recent files with old ones and that recent work is now gone. Is there a way to extract my code from my phone? Keep in mind that it was not signed I belie

[android-developers] top offset for an activity window

2009-02-27 Thread Dan Raaka
I am trying to set an offset to the window created by the activity .. I am doing something like this .. public void onCreate(Bundle savedInstanceState) { . Window w = this.getWindow(); w.setGravity(Gravity.BOTTOM); // window.lp says default gravity ignores x and y values WindowMa

[android-developers] Re: Start activity within a thread

2009-02-27 Thread Rohit
Hey Dilirao - Could you give a more elaborate example. I did something like you mentioned but it didnt work. Maybe I did something wrong Rohit On Feb 24, 1:56 am, dillirao malipeddi wrote: > create a handler like  sample code > >     final Handler mHandler = new Handler(); >     Runnable MyAct

[android-developers] scrolling a textview within a linearlayout gets to dark screen

2009-02-27 Thread Allie
Hi : I have a linearlayout with a textview showing a list of strings. When I scroll the list up and down, at the end of the list, the screen scrolls into dark screen. How can I get rid of the dark screen beyond the text view list ? My xml file is as following: http://schemas.android.com/apk/res

[android-developers] Re: Start activity within a thread

2009-02-27 Thread Rohit
I think the problem is that the activity I want to do is not started in startMyActivity() but by a method that is called from startMyActivity() public void run() { someObject.method(); } SomeObject.method(){ //This starts the new activity } Rohit On Feb 24, 1:56 am, dillirao malipeddi

[android-developers] Re: top offset for an activity window

2009-02-27 Thread Dianne Hackborn
Normally activity windows are FILL_PARENT x FILL_PARENT, so they will fill the entire screen. If you want one that doesn't fill the screen, you should set android:theme="@android:style/Theme.Dialog" in your manifest. On Fri, Feb 27, 2009 at 5:24 PM, Dan Raaka wrote: > > I am trying to set an of

[android-developers] Re: Recording Audio

2009-02-27 Thread Dave Sparks
That's because it doesn't get registered as a music file. We felt that most people did not want to have voice messages from friends show up in the party shuffle playlists. It could be very embarrasing, if you know what I mean. :) On Feb 26, 11:06 pm, MMF wrote: > Hi Dave, > > If I record using t

[android-developers] Is there a standard list of android icons for our apps?

2009-02-27 Thread Edward Falk
From: Anil > for example: for error dialogs, confirm dialogs, progress... > I looked in the res/drawable in the android.jar but couldn't see > thumbnails to determine what they look like. > thanks, Bump Any options other than looking at res/drawable in android.jar? I prefer not to do that bec

[android-developers] Re: Storing images as blob in sqlite

2009-02-27 Thread And-Rider
Thank you very much for your help.But after changing the query as per your advice i am still ending up getting the same error.. Is the way i use to convert images as byte the correct way or is there any better way to store retrieve the images...? On Feb 27, 10:06 pm, Nathan wrote: > It's not re

[android-developers] displaying contents

2009-02-27 Thread karthick
hi...am an engg student from india and of course a novice to android. am developing an application for remote administration through mobiles so i have to display file contents of a remote machine in mobile... as android doesn't support WML,can u suggest me a way to display ...please --~--~

[android-developers] Re: Call the developer!!

2009-02-27 Thread Mattaku Betsujin
Please take remove the number for ALL apps NOW! Who in their right mind would think of providing phone tech support for a .99 app? This is ridiculous! Those developers who are desperate for human contact are free to put their phone numbers on their web sites. On Fri, Feb 27, 2009 at 5:03 PM, Jea

[android-developers] Re: Stuck with getting package name

2009-02-27 Thread Sohail
It seems that you people are sleeping!! On Feb 25, 7:47 am, Dianne Hackborn wrote: > Fwiw, this is s not something you should do in a normal app.  Going > it getting a list of running apps, arbitrarily bounded to 100, is a big clue > of this. > > And in general, there is no one singl

[android-developers] Re: Stuck with getting package name

2009-02-27 Thread Sohail
It seems that you people are sleeping!! On Feb 25, 7:47 am, Dianne Hackborn wrote: > Fwiw, this is s not something you should do in a normal app.  Going > it getting a list of running apps, arbitrarily bounded to 100, is a big clue > of this. > > And in general, there is no one singl

[android-developers] Re: CheckBoxPreference onClick Problems (Really Easy)

2009-02-27 Thread Noam
Can anyone help me? On Feb 26, 2:59 pm, Noam wrote: > Anyone? > > On Feb 25, 7:39 pm, Noam wrote: > > > > > Hello everyone, > > I have a checkboxpreference called passProtect. > > When the user clicks on it, I want it to run a method "someMethod". > > How do I get it to do that? > > > Thanks, >

[android-developers] Re: Call the developer!!

2009-02-27 Thread Kevin E. Phillips, Sr.
Yes, please for the love of all that is HOLY take this out of the marketplace. Isn't it enough we provide and email address and website? I cannot take the phone ringing 100 time a day asking when I am going to update my app and add such and such feature. Mattaku Betsujin wrote: > Please take re

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Al Sutton
Jon, To give you some background about me so you can understand that I'm not just shooting in the breeze here, one of the companies I am director of sells a piece of software I designed which securely stores information using cryptography, the piece of software in question has been tested and

[android-developers] Re: Call the developer!!

2009-02-27 Thread Al Sutton
Read the thread JBQ has pointed you at. It shows how to remove your 'phone number, and tells you why it's being shown. Al. Mattaku Betsujin wrote: > Please take remove the number for ALL apps NOW! > > Who in their right mind would think of providing phone tech support > for a .99 app? This is

[android-developers] Re: Call the developer!!

2009-02-27 Thread Al Sutton
Read the thread. It answers your concern. Al. Kevin E. Phillips, Sr. wrote: > Yes, please for the love of all that is HOLY take this out of the > marketplace. Isn't it enough we provide and email address and website? > I cannot take the phone ringing 100 time a day asking when I am going > to

[android-developers] Re: Call the developer!!

2009-02-27 Thread Mattaku Betsujin
I have read his thread and changed my number to that of Paris Hilton. So if anyone wants to talk to a hot girl for support, get my app! But regardless, Google still should remove the phone numbers. This is insane. On Fri, Feb 27, 2009 at 11:08 PM, Al Sutton wrote: > > Read the thread JBQ has po

[android-developers] Re: Change Theme by preferences

2009-02-27 Thread Ivan Soto
bump?Any ideas? On Thu, Feb 26, 2009 at 8:42 PM, Ivan Soto wrote: > Hi, > I'm trying to give an option to users to be able to change the theme to the > light one. I can't find any command or anything for this. I know I can set > this in the Manifest file but this is not what I'm looking for. > >

[android-developers] Re: Dev Phone and RC33 update

2009-02-27 Thread Al Sutton
I've just re-read your last paragraph and felt I should address some of the claims you've made. To crack the AndAppStore uses 1024 RSA encryption which is considered secure, and even if a cracker got the public key used to decrypt the license information in the application that would only show

[android-developers] Re: Call the developer!!

2009-02-27 Thread Al Sutton
Some of the 'phone numbers are most likely valid support numbers entered by developers to offer users support. Can you suggest a method for Google to use to distinguish between those people who checked the application profile and entered a number they wanted to be used and those who uploaded t

[android-developers] Re: Is there a standard list of android icons for our apps?

2009-02-27 Thread Mattaku Betsujin
Download the Android source code and search for *.png. You will find tons of images. On Fri, Feb 27, 2009 at 7:57 PM, Edward Falk wrote: > > From: Anil > > > for example: for error dialogs, confirm dialogs, progress... > > I looked in the res/drawable in the android.jar but couldn't see > > thu

[android-developers] Re: Call the developer!!

2009-02-27 Thread Mattaku Betsujin
I didn't enter a support number. Google copied it from my developer profile. As I said in my last mail, 99.9% of the developers don't want to provide phone support. By your logic, Google may as well list my home address because *some* developers may want to provide free full body massage to their

[android-developers] Re: Get application ID of my app on the market

2009-02-27 Thread Wah
Unfortunately my previous app version had an upgrade link that uses the id=blah style to help user to upgrade to a new version, so it's hard to change at least for the users already installed my app. Is there absolutely no way to find my app ID? Wah On Feb 22, 1:51 pm, "Jay Freeman (saurik)" wr

<    1   2