[android-developers] Re: Go to the home screen.

2009-02-27 Thread deepdr...@googlemail.com
you should just remove it from the Java implementation :-) On 27 Feb., 04:40, Dianne Hackborn hack...@android.com wrote: And for heaven's sake don't call System.exit()! On Thu, Feb 26, 2009 at 10:50 AM, Marco Nelissen marc...@android.comwrote: On Thu, Feb 26, 2009 at 5:26 AM, Zack

[android-developers] Re: ADP1 with 1.1 holiday firmware can see paid apps only if SIM card is plugged - BUG or not ?

2009-02-27 Thread Philipp Stecher
Hi I was shocked this morning when i read the following: http://www.google.com/support/forum/p/Android+Market/thread?tid=107185eea74e4005hl=en A google employee mentions there that the ADP1 will NOT be able to install protected or paid apps from the marketplace. This is outrageous. I dont

[android-developers] Re: how to install .apk to hardware board as app

2009-02-27 Thread Anil Yadav
Hi All No need to specially sign it for porting into target device... you can just run your application then eclipse will automatically signs your application with debug keystore. and stores .APK file in BIN folder of application Thanks Anil Yadav On Feb 27, 8:29 am, susanner

[android-developers] Re: Mime Type : how does it works ?

2009-02-27 Thread Nanard
Thanks for the answer. Could you add it for future SDK release ? Several users of my application (MultiReader) asked my to be able to launch my application for instance when they received a mail with a pdf, word, ... document. It would be good also to be able to launch application when we have

[android-developers] Emualator fails at Boot up

2009-02-27 Thread Joe Petruchi
Hi Bryne Hi All I was trying to change the kernel for Emulator.I was successful in building the kernel Image(2.6.27) for the Emlator using the Goldfish configuraton. The Emulators kernel is booting up however it stops in the intial Andriod screen. i gave the following command emulator -kernel

[android-developers] Re: ADP1 with 1.1 holiday firmware can see paid apps only if SIM card is plugged - BUG or not ?

2009-02-27 Thread Dirk Jäckel
On Fri, Feb 27, 2009 at 9:49 AM, Philipp Stecher p...@hexdust.net wrote: Hi I was shocked this morning when i read the following: http://www.google.com/support/forum/p/Android+Market/thread?tid=107185eea74e4005hl=en A google employee mentions there that the ADP1 will NOT be able to install

[android-developers] Re: Mime Type : how does it works ?

2009-02-27 Thread Stoyan Damov
Can't you setup an intent filter for the mime type (e.g. application/pdf)? Take a look at http://groups.google.com/group/android-developers/browse_thread/thread/08144b5efe249033?pli=1 On Fri, Feb 27, 2009 at 12:00 PM, Nanard bsegon...@free.fr wrote: Thanks for the answer. Could you add it

[android-developers] Add icon/symbol as title in each activity.

2009-02-27 Thread sheik
Hi. i have attached a pic which shows an activity with a blue color pic and some text as the title in the activittyThe same kind of UI is needed for my application which is applied to all the activities (about 6-8 activities) as the title... Kindly suggest how to start off as i need to

[android-developers] Fine JAZZ-UP for the Application:Starting with icon/symbol as title in each activity.

2009-02-27 Thread sheik ahmed
Hi. i have attached a pic which shows an activity with a blue color pic and some text as the title in the activittyThe same kind of UI is needed for my application which is applied to all the activities (about 6-8 activities) as the title... Kindly suggest how to start off as i need to give

[android-developers] Re: Fine JAZZ-UP for the Application:Starting with icon/symbol as title in each activity.

2009-02-27 Thread Stoyan Damov
Just change your icon (surprisingly named icon.png) in res\drawable On Fri, Feb 27, 2009 at 1:26 PM, sheik ahmed sheik...@gmail.com wrote: Hi.  i have attached a pic which shows an activity with a blue color pic and some text as the title in the activittyThe same kind of UI is needed for

[android-developers] Difficult problem

2009-02-27 Thread Suman
Hello Thanks for reply. Can anyone tell me how can i get the phone number from where sms is sended. Well i have got the body of sms by this coding. Uri uri = Uri.parse(content://sms/inbox/); String[] columns = new String[]{body}; Now please

[android-developers] phone number

2009-02-27 Thread Suman
Hello Thanks for reply. Can anyone tell me how can i get the phone number from where sms is sended. Well i have got the body of sms by this coding. Uri uri = Uri.parse(content://sms/inbox/); String[] columns = new String[]{body}; Now please

[android-developers] Re: Fine JAZZ-UP for the Application:Starting with icon/symbol as title in each activity.

2009-02-27 Thread sheik
I dont the code ... only the pic i am NOT referring icon/symbol to the start the application but to apply in each activity,, I hope i am clear with the question now.. On Feb 27, 4:29 pm, Stoyan Damov stoyan.da...@gmail.com wrote: Just change your icon (surprisingly named icon.png)

[android-developers] Re: Fine JAZZ-UP for the Application:Starting with icon/symbol as title in each activity.

2009-02-27 Thread sheik
i dont have any code about the pic which i have attached.. On Feb 27, 4:53 pm, sheik sheik...@gmail.com wrote: I dont the code ... only the pic i am NOT referring icon/symbol to the start the application but to apply in each activity,, I hope i am clear with the question

[android-developers] Re: Fine JAZZ-UP for the Application:Starting with icon/symbol as title in each activity.

2009-02-27 Thread Stoyan Damov
I can't really understand what you're asking, but also take a look at http://developer.android.com/reference/android/app/Activity.html#onCreateThumbnail(android.graphics.Bitmap,%20android.graphics.Canvas) On Fri, Feb 27, 2009 at 1:54 PM, sheik sheik...@gmail.com wrote: i dont have any code

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

2009-02-27 Thread jarkman
Take a look here: http://groups.google.com/group/android-developers/browse_thread/thread/9bc7d7ba0229a1d2 and here: http://code.google.com/p/android/issues/detail?id=914 Basically, you can do it by registering a content observer on the SMS message store. But the details are not in the SDK,

[android-developers] Re: Add icon/symbol as title in each activity.

2009-02-27 Thread deepdr...@googlemail.com
What you could do is to deactivate the system title bar and then build your activities UI as you like. The system title bar can be deactivated with the attribute android:theme=@android:style/Theme.NoTitleBar for the Activity in your AndroidManifest.xml -- http://www.deepdroid.com On 27

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

2009-02-27 Thread Jean-Baptiste Queru
No doubt that using a DRM solution that is not based on forward-locking is the right long-term approach. We know what it would take to implement it. There just wasn't enough time to do it. JBQ On Thu, Feb 26, 2009 at 11:00 PM, Al Sutton a...@funkyandroid.com wrote: JBQ, You can do both

[android-developers] Re: Go to the home screen.

2009-02-27 Thread Zack
Well, that was simple :) Thanks all. I knew System.exit() was what I was looking for. On Feb 27, 3:27 am, deepdr...@googlemail.com deepdr...@googlemail.com wrote: you should just remove it from the Java implementation :-) On 27 Feb., 04:40, Dianne Hackborn hack...@android.com wrote: And

[android-developers] Re: Think twice before turning on the Copy Protection option! -- there's a serious bug in Market

2009-02-27 Thread wayne mcfadden- Red Droid
I'm also having this problem. I have a couple of apps using copy protection though and this is the first one that has run into this problem. I first tried to upload my app via firefox and forgot that that that interface is broken and has been broken for the past 2-3 weeks. So I switched to

[android-developers] Re: Emualator fails at Boot up

2009-02-27 Thread David Turner
looks like your system.img image is bad/corrupted. What is the output of '-verbose' ? On Fri, Feb 27, 2009 at 11:32 AM, Joe Petruchi petruchi.dr...@gmail.comwrote: Hi Bryne Hi All I was trying to change the kernel for Emulator.I was successful in building the kernel Image(2.6.27) for the

[android-developers] Re: Unable to Update a Contact Phone number

2009-02-27 Thread rex
Hi Sam, You are talking about batch update? But I don't see the point why you need to update all phones belong to person in one shot with the same values? I would return from method getPerson(long personId) domain object Person with reference to the List of Phones objects or List of PhoneIds

[android-developers] Re: Emualator fails at Boot up

2009-02-27 Thread Joe Petruchi
Hi I am using the same system.img file which was working fine with the previous emulator kernel 2.6.25. The verbose gives a seg fault for me with both previous and new kernel. The complete output of show-kernel is given below Uncompressing

[android-developers] Re: BroadcastReceiver communicating with Activity?

2009-02-27 Thread Cory
I didn't see onNewIntent(Intent) in the docs. That would have been really useful! As it stands, I figured out another way. If you have the Activity register the BroadcastReceiver programatically (ie, not in the manifest file), the Activity can have a reference to the BroadcastReceiver. Then

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

2009-02-27 Thread vendor.net
We can compare G1 and ADP1, but the intention of buying ADP1 is more important. People buy ADP1 to develop apps for G1. Not to say: Hey, I`ve got a hacked G1 and I can do whatever I like.. So in this case ADP1 should do the same things as G1. We develop apps for G1, but test them on ADP1, so we

[android-developers] BroadcastReceiver for a Service to catch broadcast Intent ACTION_BOOT_COMPLETED

2009-02-27 Thread Graeme
Hi I have written a Service component within an application .apk. I want the Service to receive the ACTION_BOOT_COMPLETE Intent which I understand is broadcast when the android system has finished booting. I am unclear as to whether I need to declare the BroadcastReceiver statically within the

[android-developers] Re: Emualator fails at Boot up

2009-02-27 Thread Joe Petruchi
Hi David Thanks for your response As you figured out emulator -system ./a/b/ works but emulator -system ./a/b/ -kernel x/y/z/kernelImage doesnot works. My emulator doesnot works with the latest kernel. I have downloaded the kernel code from the Android site only. This kernel is already working

[android-developers] Re: BroadcastReceiver for a Service to catch broadcast Intent ACTION_BOOT_COMPLETED

2009-02-27 Thread Jean-Baptiste Queru
You need to do it in your manifest, since at the point where boot_completed is sent none of your app code can possibly have run to register a listener. Be aware that boot_completed is a point where the system is under heavy load/contention - be sure to keep your onReceive function as short as it

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

2009-02-27 Thread Mark Murphy
vendor.net wrote: People buy ADP1 to develop apps for G1. Not necessarily. In fact, one can argue that is of secondary importance. As I understand it, the primary intent of ADP1 was to provide a hardware platform for firmware development. One can certainly debate whether the priority of the

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

2009-02-27 Thread Robert Zaleski
I know for one I feel a bit misled. I certainly expected it to receive support going forward on a level with the G1, and other devices from a software standpoint, including the Market. I also realize I can use it for much more. The lack of paid app support for my device really ticks me off, and

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

2009-02-27 Thread Jean-Baptiste Queru
ADP1 is explicitly supposed to serve both purposes. Not having official system images available affects both groups (SDK users who can't test their code against newer versions of the platform, platform contributors who can't revert their devices to a known state). The boundary between the two

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

2009-02-27 Thread Mark Murphy
Jean-Baptiste Queru wrote: ADP1 is explicitly supposed to serve both purposes. Glad to hear it! -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~-~--~~~---~--~~ You received this

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

2009-02-27 Thread Jean-Baptiste Queru
It's really not an oversight. We've been working on this situation for months, and we've known about it since before the first ADP1 shipped, since right from day 1 there was no way for platform contributors who'd have flashed a custom build to go back to the original build that their device came

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

2009-02-27 Thread Jean-Baptiste Queru
The incentive to release the ADP1 would have been smaller if the G1 had been available in more geographies, since for a lot of SDK-related cases the G1 is an adequate development platform, but it wouldn't have disappeared, and we'd probably have tried to make it happen on the exact same schedule

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

2009-02-27 Thread Paper Coder
I haven't yet posted an app yet, as I'm still sorting out a Google checkout problem. I can't comment if a posted app would display all the permissions required. But I would think it would list all the permissions required - maybe I'm wrong? I could figure out the pattern easy enough, just

[android-developers] Re: BroadcastReceiver for a Service to catch broadcast Intent ACTION_BOOT_COMPLETED

2009-02-27 Thread Graeme
H'mmm I tried adding the following to my AndroidManifest.xml ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.bt.btinnovate.android.photoobserver android:versionCode=1 android:versionName=1.0.0 uses-permission

[android-developers] Re: Emualator fails at Boot up

2009-02-27 Thread David Turner
How did you configure the kernel build exactly ? On Fri, Feb 27, 2009 at 4:47 PM, Joe Petruchi petruchi.dr...@gmail.comwrote: Hi David Thanks for your response As you figured out emulator -system ./a/b/ works but emulator -system ./a/b/ -kernel x/y/z/kernelImage doesnot works. My

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

2009-02-27 Thread Stoyan Damov
Download Labyrinth, click it and you'll see its required permissions - Hardware control, control vibrator is listed (but you have to click on Show all). On Fri, Feb 27, 2009 at 6:32 PM, Paper Coder paperga...@gmail.com wrote: I haven't yet posted an app yet, as I'm still sorting out a Google

[android-developers] Re: Emualator fails at Boot up

2009-02-27 Thread David Turner
How, and how did you get the latest kernel exactly. The kernel team generally drops a new prebuilt goldfish-specific kernel image once in a while when they're sure they have tested it properly. If you took the tip of tree of the goldfish branch on android.git.kernel.org, there are chances that the

[android-developers] Proposition: Facilitate layout editing..

2009-02-27 Thread Noonien Soong
Hi, I've been creating a lot of layouts recently. I have one proposition that I think would make the workflow A LOT easier. The problem is that when I'm in the layout-view in Eclipse, I don't see the size of the different Layouts. So what I do is I give them pretty random transparent background

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

2009-02-27 Thread Paper Coder
A, I missed that. Guess I'll be busy clicking each and every permission when I go to download something from now on... On Fri, Feb 27, 2009 at 11:35 PM, Stoyan Damov stoyan.da...@gmail.comwrote: Download Labyrinth, click it and you'll see its required permissions - Hardware control,

[android-developers] Re: BroadcastReceiver for a Service to catch broadcast Intent ACTION_BOOT_COMPLETED

2009-02-27 Thread Jean-Baptiste Queru
You should remove android:permission=android.permission.RECEIVE_BOOT_COMPLETE from your receiver tag: -you have a typo in it. -what that really means is I want the sender to hold that permission, which isn't what you meant, and is probably what prevents your code from working. JBQ On Fri, Feb

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

2009-02-27 Thread Nathan
It's not really the recommended way to store images but the following code has worked for me. db.execSQL(UPDATE + TABLE_NAME + SET image = ? WHERE id = ?, new Object[] { image_bytes, id } ); --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] How to Keep focus in a gallery

2009-02-27 Thread silverburgh.me...@gmail.com
Hi, I setup background drawable for my gallery. But when I click on the gallery, the item get scrolled, but then the focus background drawable is gone, it ends up showing the default background drawable. Can you please help me understand why this is happening? Thank you.

[android-developers] Re: BroadcastReceiver for a Service to catch broadcast Intent ACTION_BOOT_COMPLETED

2009-02-27 Thread Marco Nelissen
On Fri, Feb 27, 2009 at 8:33 AM, Graeme graeme.br...@btinternet.com wrote: H'mmm I tried adding the following to my AndroidManifest.xml ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;      package=com.bt.btinnovate.android.photoobserver

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

2009-02-27 Thread Al Sutton
I think we're getting two phrases mixed up here. DRM is a blanket term for many technilogies (see http://en.wikipedia.org/wiki/Digital_rights_management), I think what we're taking about is the Android Copy Protection mechanism which is an attempt to implement a set of DRM principles. The

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

2009-02-27 Thread Steve Barr
On 2/27/09, Jean-Baptiste Queru j...@android.com wrote: DRM in this discussion is a mechanism that allows developers to say I don't want my application to be available on devices from which it can be copied. Given rooted devices, would it make more sense to look for DRM which locked an app

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

2009-02-27 Thread Al Sutton
What you're talking about is the reason that AndAppStore offer a mechanism to lock apps to 'phones or users phone numbers. Copy protection is a technology that has been consigned to the past on many platforms to the extent that even pure digital distribution systems such as Steam

[android-developers] Re: Unable to Download Paid App Upgrade

2009-02-27 Thread MakeMobile
It doesnt seem to be a paid apps only problem. I am the developer of CoursePro. I have one paid version and have tried several demo versions on the market. The download problem is not happening for the paid version but is for all of the demo versions I've tried. The first demo I had out worked

[android-developers] How to implement a round rectangle as the background of a viewgroup

2009-02-27 Thread Kaka
Hi, all, I want to add the following background to a view group: 1.there is a border around this view group. for example, the border is in black. 2.the background could be set to other colors, such yellow or light gray. 3.because this is a view group, so the border should be self-adaptive to

[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-27 Thread Travis Cross
Yossi wrote: It seems that I might made something wrong and deleted important files on my dev phone. it does not turn on now. Is there a way to reload the dev image again? Are you able to boot into the SPL bootloader (fastboot mode)? Boot your ADP1 with the camera key held down until you

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

2009-02-27 Thread yichu
Hi Jerry, Could you share how to fix this jni_onload problem? I got the same error but don't know how to solve it. Thanks :) Yichu On Feb 24, 12:45 am, Jerry Yang 1999bige...@gmail.com wrote: Hi, all I checked the logcat, I find it cannot find the jni_Onload, Thanks for your information, I

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

2009-02-27 Thread Moombe
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. Please make yourself a favor being able to reach the whole world and post

[android-developers] only 2 BULK Endpoints for ADB.

2009-02-27 Thread volatile
Hi all, I am trying to connect ADB to my board. USB MSC using USB gadget is already implemented. I am sure that there is no problem. I found out that in order to use ADB, there must be 4 Bulk endpoints. However we just have 2 BULK Endpoints. ADB needs each 2 EPs for MASS and ADB. I've already

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

2009-02-27 Thread Svartalf
Hi I run the emulator from the sdk version 1.1_r1 and when I try to make an outgoing data connection during a incoming call the data connection will not be esablished BUT it works fine if I disconnect the call. I have seen the same behaviour on other phones that run GSM instead of 3G. Are the

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

2009-02-27 Thread RedOxyd
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:

[android-developers] WebKit version in Donut

2009-02-27 Thread Steven
Anyone know what version of WebKit will be used for Donut or Eclair? Seems like the current version of WebKit is dated November 3rd. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] webkit version

2009-02-27 Thread webjunkie
anyway to find out what is revision number for webkit in the cupcake and donut releases? --~--~-~--~~~---~--~~ 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: Pls help: how to reinstall dev phone?

2009-02-27 Thread saifullah hanif
http://tinyurl.com/cyecuf http://tinyurl.com/ahvxzc http://tinyurl.com/8rwmkr http://tinyurl.com/7wbm8o On 2/27/09, Yossi yossi@gmail.com wrote: Hi, It seems that I might made something wrong and deleted important files on my dev phone. it does not turn on now. Is there a way to

[android-developers] Re: OpenGL ES show case

2009-02-27 Thread Sachin pandhare
Hi Franck, the performance looks good. this is on emulator if i am not wrong. does it use the latest Android package as it is or with some modification for OpenGL ES ? Sachin On Feb 26, 2:39 pm, fcalzada fcalz...@gmail.com wrote: Hi all, here is a little video about my android opengl show

[android-developers] How To Delete An App That I Published?

2009-02-27 Thread CARNIVAL COMICS
I published 3 motion comic chapters for free, and tried to publish one for .99. I tried to unpublish 2, 3, and 4 and left the first one up. But it won't let me delete them. How can I get them totally deleted? I read that if you reinstall the app, then the delete option comes back on. So I did

[android-developers] Re: Recording Audio

2009-02-27 Thread saifullah hanif
http://tinyurl.com/cyecuf http://tinyurl.com/ahvxzc http://tinyurl.com/8rwmkr http://tinyurl.com/7wbm8o On 2/26/09, benmccann benjamin.j.mcc...@gmail.com wrote: each application has its own private data directory / data/app-private/app-package. I believe your working directory is set to

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

2009-02-27 Thread Morpheo
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 problem is: When i change the orientation of the emulator (for examplo: portrait to landscape) i don't know how reload the main.xml layout to update

[android-developers] Re: Pls help: how to reinstall dev phone?

2009-02-27 Thread tc
Yossi wrote: It seems that I might made something wrong and deleted important files on my dev phone. it does not turn on now. Is there a way to reload the dev image again? Are you able to boot into the SPL bootloader (fastboot mode)? Boot your ADP1 with the camera key held down until you see

[android-developers] Communicate between tabs

2009-02-27 Thread Rog
I am using a TabHost one tab with a list and another to show the details of a specific item selected in the list. Does anyone know how I can communicate between tabs? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] What are the charged applications?

2009-02-27 Thread tainy
It is said that the charged applications are on the market, but I did not find any. Could anyone please tell me the names of some charged applications? or is it filtered to me? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are

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

2009-02-27 Thread Jean-Baptiste Queru
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. JBQ On Fri, Feb 27, 2009 at 9:34 AM, Steve Barr barr8...@gmail.com wrote: On 2/27/09, Jean-Baptiste Queru j...@android.com wrote: DRM in this

[android-developers] Re: WebKit version in Donut

2009-02-27 Thread Mark Murphy
Steven wrote: Anyone know what version of WebKit will be used for Donut or Eclair? Seems like the current version of WebKit is dated November 3rd. You'll probably be more likely to get an answer on future firmware questions on one of the groups associated with the firmware:

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

2009-02-27 Thread vendor
Could you say a roadmap or something? Ex. I did`t know, I was only speculating that you are working on this problem, but please share information with us. We work together... On Fri, Feb 27, 2009 at 7:58 PM, Jean-Baptiste Queru j...@android.comwrote: It would make more sense to not rely on

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

2009-02-27 Thread Jean-Baptiste Queru
No roadmap or ETA, sorry. JBQ On Fri, Feb 27, 2009 at 10:12 AM, vendor vendor@gmail.com wrote: Could you say a roadmap or something? Ex. I did`t know, I was only speculating that you are working on this problem, but please share information with us. We work together... On Fri, Feb 27,

[android-developers] Re: Emualator fails at Boot up

2009-02-27 Thread Joe Petruchi
Hi David i downloaded the kernel using this link. The latest 2.6.27 goldfish kernel is now available: http://android.git.kernel.org/?p=kernel/common.git;a=shortlog;h=refs/... this link i got from a mailing thread

[android-developers] Re: TERRIBLE BUG IN MARKET APPLICATION (was Re: Paid apps related questions discussion list?)

2009-02-27 Thread Mattaku Betsujin
I have updated my app about 10 times and I've never run into any problem. Could you send the error messages when the app fails to run after update? I'd like to know what the issues are and want to avoid them :-) Thanks On Thu, Feb 26, 2009 at 11:59 AM, sagesmith sagesm...@gmail.com wrote: I

[android-developers] Re: webkit version

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,

[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 vendor@gmail.com 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

[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:34

[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 redo...@gmail.com 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

[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 petruchi.dr...@gmail.comwrote: 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

[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

[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

[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 rogsm...@gmail.com wrote: I am using a TabHost one tab with a list and another to show

[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

[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 

[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

[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 fmott...@gmail.com 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] 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: receiver android:name=.Receptor_SMS android:enabled=true intent-filter

[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 b.cranthy.ku...@gmail.com wrote: any one can help me how to extract code from apk file .

[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

[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 force

[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?

[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 austinjr...@gmail.com wrote: Will there be any mechanism in the Android Market to stop/warn of repeat refunders? Those who purchase an app,

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

2009-02-27 Thread Jon Colverson
On Feb 27, 5:58 pm, Jean-Baptiste Queru j...@android.com 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

[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

[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

[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 a...@funkyandroid.com 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

[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 chuuw...@gmail.com 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 :)

  1   2   >