[android-developers] Re: Where have all the Google employees gone?

2009-10-27 Thread Mariano Kamp
Hi Dianne, can you elaborate on that? What exactly has changed? How do you determine what is in the foreground? Is the 5% distributed equally among the background apps? And it only means that there is a 5% cap for the background apps if there is actually a foreground thread asking for juice

[android-developers] Re: Implementing 'push technology' into Android apps

2009-10-27 Thread lucky4me
There is blog post by Josh Guilfoyle Push services: Implementing persistent mobile TCP connections http://devtcg.blogspot.com/2009/01/push-services-implementing-persistent.html On Oct 16, 7:43 pm, rubeN_vl rvanluch...@hotmail.com wrote: Hi, What are the different ways to implement push

[android-developers] Re: ListView vs. ListActivity different default behavior

2009-10-27 Thread skyhigh
The ListView had the width set to wrap_content. When I changed it to fill_parent that fixed the problem. I can now touch anywhere in the row and it responds properly. Thanks for your help! --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-27 Thread skyhigh
I am to the point in developing my paid application version where I need to implement the support for copying the database. I found that using CONTEXT_IGNORE_SECURITY gets me past the call to createPackageContext without a SecurityException, but it does not allow me to access the database files

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-27 Thread skyhigh
I am to the point in developing my paid application version where I need to implement the support for copying the database. I found that using CONTEXT_IGNORE_SECURITY gets me past the call to createPackageContext without a SecurityException, but it does not allow me to access the database files

[android-developers] Re: Real Life Push

2009-10-27 Thread Miguel Paraz
On Oct 27, 6:53 am, Marc Lester Tan mail...@gmail.com wrote: and this might be a good place to start about JAIN SIP on Android although it uses the old 1.0 sdk http://jeanderuelle.blogspot.com/2008/10/jain-sip-is-working-on-top-o... Thanks. This is OK if you're using a SIP-based

[android-developers] Re: WindowManagerService Animation problem

2009-10-27 Thread Westermann Fu
I think that you'd better post to android-platform group, this group seems discussing how to develop application, but your actions already touch modifying the framework mechanism On Oct 27, 9:49 am, kos kosasih...@gmail.com wrote: guys... any idea ? please help...

[android-developers] Student Education Loan

2009-10-27 Thread Muhammad Ahmad Raza
Hi Dear If you want to learn about education loan, how to get education loan. Then this following site is best to help in this regard. www.educatloan.blogspot.com Thank for joining this site --~--~-~--~~~---~--~~ You received this message because you

[android-developers] how to read the app package under /data/app

2009-10-27 Thread Zhihong GUO
Hi All, I want to read out the binary content of the .apk packages installed in /data/app. Not only the package information, but the content of the package itselt. How can I do that. Thanks a lot, James --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Google: please change your release process

2009-10-27 Thread MrChaz
That's a slippy slope to start on JP, not long until we're building for vendor specific custom OS's and then versions of those OS's. Say what you will about Apple but having a super tight target platform makes everyones life so much easier. Heck, just look at the dominance of consoles. roll on

[android-developers] Service running or not ?

2009-10-27 Thread Shrenik Vikam
Hi, i have created a service, i want see the other service which is running also my service is running or not ? how to check that with android emulator also with the android ADP device ?? tia --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Android 2.0

2009-10-27 Thread MrChaz
Yeah it would but given it's their job to support the community and the community is demanding more maybe they should start to look at their practices. On Oct 26, 11:41 pm, Marco Nelissen marc...@android.com wrote: On Mon, Oct 26, 2009 at 4:29 PM, Frank arro...@gmail.com wrote: Why is the

[android-developers] Re: How to Obtain Endless Views

2009-10-27 Thread Maxood
Can you please give or refer me an example code or a link here. On Oct 26, 2:26 pm, Paul Turchenko paul.turche...@gmail.com wrote: Sounds like ListView with custom Adapter. On Oct 26, 7:53 am, Maxood maqs...@salsoft.net wrote: I am developing an application in which a user keeps on

[android-developers] Re: How to Obtain Endless Views

2009-10-27 Thread Marc Lester Tan
try Mark Murphy's Endless Adapter http://github.com/commonsguy/cwac-endless Marc On Tue, Oct 27, 2009 at 5:30 PM, Maxood maqs...@salsoft.net wrote: Can you please give or refer me an example code or a link here. On Oct 26, 2:26 pm, Paul Turchenko paul.turche...@gmail.com wrote: Sounds

[android-developers] Re: WindowManagerService Animation problem

2009-10-27 Thread kos
ok, thanks On Oct 27, 3:58 pm, Westermann Fu westerman...@gmail.com wrote: I think that you'd better post to android-platform group, this group seems discussing how to develop application, but your actions already touch modifying the framework mechanism On Oct 27, 9:49 am, kos

[android-developers] Re: How do I build Android project

2009-10-27 Thread Miguel Paraz
On Oct 26, 3:15 pm, braid_pitt ganti.vi...@gmail.com wrote: I am trying to build android source code (specifically the applications such as the alarm clock, calendar) and when I do this using eclipse, there are 1000+ errrors being thrown possibly due to mismatch of class path and other

[android-developers] Re: Extending an Already Existing View in android.widget gives me java.lang.VerifyError

2009-10-27 Thread Westermann Fu
What are you mean? You mean modify android.jar when you install your application?? On Oct 27, 12:10 pm, Raman raman86...@gmail.com wrote: Thanks a lot for that input. But, there has to be a solution for it. Otherwise, its not correct to call Android open source if they do not allow me to add

[android-developers] Orientation Sensors - they don't seem correct?

2009-10-27 Thread Neilz
Hi all. I wanted to get to grips with the orientation sensors (using HTC Hero) and have written a simple Spirit Level app which has two bars displayed, one showing the horizontal level, and the other showing the vertical. Just like a real spirit level :-) I've played around with the Sensor and

[android-developers] Re: how to read the app package under /data/app

2009-10-27 Thread RichardC
You can't -- RichardC On Oct 27, 8:43 am, Zhihong GUO gzhh...@gmail.com wrote: Hi All, I want to read out the binary content of the .apk packages installed in /data/app. Not only the package information, but the content of the package itselt. How can I do that. Thanks a lot, James

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-27 Thread RichardC
Use the paid-for app unlocks the free-app approach then you don't need to share the database. In the free just test for the presence of your paid-for unlock app. If you find it run with full functionality, if you don't then run just with the restricted functionality of the free- app. This make

[android-developers] Re: question on Android dev phone

2009-10-27 Thread RichardC
You can't download protected apps because the Android Dev Phone 1 is a rooted phone so you could bypass the copy protection. -- RichardC On Oct 27, 5:37 am, Antonio Si antonio...@gmail.com wrote: Hi, I am new to Android development, so perhaps this is a stupid question. I understand the

[android-developers] Re: Linking checkout orders to devices

2009-10-27 Thread RichardC
I would love to be able to use the Google account to sell value-add services, at the moment I can't think of a secure (not open to abuse) way of doing this. I hope this is something Google would like to see happen and are activly working on it. It would need a platform API change to implement

[android-developers] Re: Tripit Oauth

2009-10-27 Thread Wouter
Is it possible to post your source code for your application with Twitter Oauth so I can make my application work? Thank you, Wouter On 26 okt, 22:00, Wouter wouterg...@gmail.com wrote: Hey, I had followed this blog post also but it doesnt works for me.. I also have this problem: when I

[android-developers] Starting activity from service/receiver ? Bugged in 1.6 ?

2009-10-27 Thread Lee
I have a service that sometimes starts applications. The problem is: if the *previous app* (any app) was recently exited via the home key, then the following message appears in the log: ActivityManager: Activity start request from 10024 stopped And there's then around a 5 second delay before

[android-developers] BitmapFactory: decoder-decode returned false

2009-10-27 Thread Stefan Klumpp
For my current application I collect images from different event providers in Spain. However, when downloading images from salir.com I get the following logcat output: 13970 Gallery_Activity I Fetching image 2/8 URL:

[android-developers] ring app crash when using telephony manager to listen for calls

2009-10-27 Thread siliconeagle
I have a media player which i want to mute when the user gets a call. I was using the TelephonyManager to listen for calls creating the listener on create and removing it on destroy in my service. like so: public void onCreate() { ... TelephonyManager tm = (TelephonyManager)getSystemService

[android-developers] Unable to chmod sdcard: Read-only file system

2009-10-27 Thread Nima
Hi, I have downloaded donut android source code from the following link. repo init -u git://android.git.kernel.org/platform/manifest.git 1.Build the source code for generic 2.mksdcard 256M mysdcard.img( mysdcard.img created in the root folder) 3.emulator -sdcard mysdcard.img (mysdcard.img.lock

[android-developers] Re: How to remove contact from a group

2009-10-27 Thread Tom
Hi, you can use GroupMembership attributes to remove a contact from a group. Here is an example : // Form an array specifying which columns to return. String[] projection = new String[] { GroupMembership.PERSON_ID,

[android-developers] App Fault [SIGSEGV]

2009-10-27 Thread vovkab
Why this can happen? 950 DEBUG I *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 950 DEBUG I Build fingerprint: 'generic/sdk/ generic/:1.6/DRC76/13852:eng/test-keys' 950 DEBUG I pid: 1095, tid: .. 950

[android-developers] Re: Sqlite3 concurrency

2009-10-27 Thread mirko
Hi Mariano, I use close only once. The DB object is held in an Android service. When the service stops the DB object is closed. I think you should not have two opened DB objects at the same time. Mirko On 23 Okt., 22:09, Mariano Kamp mariano.k...@gmail.com wrote: Hey Mirko,   thank you very

[android-developers] Re: Keyboard, detect ALT Locked

2009-10-27 Thread vovkab
So, how to get it? On 19 окт, 05:57, Dianne Hackborn hack...@android.com wrote: The concept of the alt lock state only exists inside of the text object, as it deals with editing being done on it. On Sun, Oct 18, 2009 at 6:57 AM, iron ironph...@gmail.com wrote: Any ideas? -- Dianne

[android-developers] Re: Google: please change your release process

2009-10-27 Thread JP
You are right of course, that was meant to include a kill switch to float temporarily for some intelligence gathering. On Oct 27, 2:12 am, MrChaz mrchazmob...@googlemail.com wrote: That's a slippy slope to start on JP, not long until we're building for vendor specific custom OS's and then

[android-developers] Re: Unable to chmod sdcard: Read-only file system

2009-10-27 Thread RichardC
Not sure about the read-only error but the sdcard is usually FAT so chmod is probably not going to work. -- RichardC On Oct 27, 11:54 am, Nima sayikuma...@gmail.com wrote: Hi, I have downloaded donut android source code from the following link. repo init -u

[android-developers] Re: string encryption/decryption issues

2009-10-27 Thread Mihai
In case anyone will need to do something similar, I have solved the problem, and here is how. I've created 2 methods, one that encodes byte arrays in hex strings and one that decodes hex strings into byte arrays. That way, I am calling the encoding to hex method after the result byte array of

[android-developers] Re: filtering items in a view based on a value selected in a spinner

2009-10-27 Thread Mihai
Went with the long way of changing the adapter of the affected ListActivity to show the proper data when a filter is selected in the spinner. Have fun, Mihai --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: author unit test case

2009-10-27 Thread Nima
Kindly help to solve this issue On Oct 23, 8:28 pm, Nima sayikuma...@gmail.com wrote: Hi, I have  downloaded donut branch and build for emulator. I am running the author test case in the following way cd /data;test_pvauthorengine -test 5 5 -video yuvtestinput.yuv - videoconfigfile

[android-developers] Re: author unit test case

2009-10-27 Thread RichardC
You will probably get more a response in the platform (or one of the other groups) http://groups.google.com/group/android-platform -- RichardC On Oct 27, 1:41 pm, Nima sayikuma...@gmail.com wrote: Kindly help to solve this issue On Oct 23, 8:28 pm, Nima sayikuma...@gmail.com wrote: Hi,

[android-developers] Re: Unable to chmod sdcard: Read-only file system

2009-10-27 Thread Pierre Henry
Nima, Try a *chmod 0777 sdcard* instead... -- Pierre --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] android.database.sqlite.SQLiteDatabase.insert ignore invalid columns

2009-10-27 Thread Loki117
Hey Guys, I am on a bit of a stretch here. I am looking for a way to use the SQLiteDB insert statement above with the contentValues variables that go with it BUT I want to ignore any content values in there which do not have a column in which to insert the value. Is this possible is there a

[android-developers] Re: android.database.sqlite.SQLiteDatabase.insert ignore invalid columns

2009-10-27 Thread Mark Murphy
I am on a bit of a stretch here. I am looking for a way to use the SQLiteDB insert statement above with the contentValues variables that go with it BUT I want to ignore any content values in there which do not have a column in which to insert the value. Is this possible is there a switch

[android-developers] Re: android.database.sqlite.SQLiteDatabase.insert ignore invalid columns

2009-10-27 Thread Loki117
Sorry Mark I should have said No it doesn't just work it throws and exception of column doesn't exist I wanted to say sure it doesn't exist so ignore it and insert the others but it seems this is not possible? On Oct 27, 10:04 am, Mark Murphy mmur...@commonsware.com wrote: I am on a bit of a

[android-developers] Re: Google: please change your release process

2009-10-27 Thread Mark Murphy
That's a slippy slope to start on JP, not long until we're building for vendor specific custom OS's and then versions of those OS's. You don't need to do that. roll on It is unclear what deodorant delivery mechanisms have to do with Android. SenseUI build Apps do not need a dedicated

[android-developers] Re: android.database.sqlite.SQLiteDatabase.insert ignore invalid columns

2009-10-27 Thread Mark Murphy
Sorry Mark I should have said No it doesn't just work it throws and exception of column doesn't exist I wanted to say sure it doesn't exist so ignore it and insert the others but it seems this is not possible? No, that is not possible. -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] EditText - dosplay gray text when blank

2009-10-27 Thread fhucho
Hi, I have a username EditText, by default it should show a light gray text Enter username, when user clicks on it it should disappear. I think I saw somewhere that this can be done with a xml attribute without writing Java code. Does EditText has a xml attribute for this?

[android-developers] Re: EditText - dosplay gray text when blank

2009-10-27 Thread mingkg21 mingkg21
setHint(CharSequence hint) Sets the text to be displayed when the text of the TextView is empty. 2009/10/27 fhucho fhu...@gmail.com Hi, I have a username EditText, by default it should show a light gray text Enter username, when user clicks on it it should disappear. I think I saw somewhere

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

2009-10-27 Thread Mark Murphy
Yes, the test phone is running 1.5. We've tested a manifest that has @string/app_name for both the app label and launch activity label and it doesn't seem to be fixing it. Uninstall, reboot, install - Works correctly, reboot - breaks I am not seeing this with the app I used for last

[android-developers] Re: Google: please change your release process

2009-10-27 Thread justinh
They may need not a dedicated build to run, however, some apps might not run correctly. For example, the fact that they had TMobile myFaves live in acore for the TMobile build forced me to create a special case in my app. I can't wait to see the funky stuff that breaks my app for these new ones

[android-developers] Re: Google: please change your release process

2009-10-27 Thread Disconnect
..but they may need a specific build for 2.0. Certainly all the past updates have impacted app developers in both intentional and unintentional ways. Block out vendors and carriers that may be broken is a good answer from both the pay for stupidity perspective as well as don't get a ton of bad

[android-developers] Re: ListView setAdapter in onCreate, getChildCount is zero in onStart?

2009-10-27 Thread Mark Murphy
list.getChildAt(0); which returned null That will be true until the ListView starts getting rows from your Adapter. list.getItemAtPosition(0) which returned android.content.contentresolver$cursorwrapperin...@4375e088 That is a Cursor pointing at the 0th item in the Adapter's data.

[android-developers] Re: How to set numeric keyboard as default?

2009-10-27 Thread Moma
Bump. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: How to create/design downloadable skins packets for an application?

2009-10-27 Thread Moto
I bump once more see if I can get an experts comment on this... On Oct 26, 4:08 pm, Moto medicalsou...@gmail.com wrote: I essentially need a lead just to get started... anyone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: NEEDED: Apps to feature on Sprint Microsite

2009-10-27 Thread niko20
Hi, If you haven't gotten many replies it's probably because it feels dubious - for example, Motorola had their App accelerator program, which seemed like a good thing, but hasn't done squat for developers yet IMO (I joined it). Really, when I hear good promotion for your app I now think yea

[android-developers] Re: Google: please change your release process

2009-10-27 Thread JP
Sure, the apk's will execute. Beyond that: How do you know the apps perform? You should know better. On Oct 27, 7:12 am, Mark Murphy mmur...@commonsware.com wrote: SenseUI build Apps do not need a dedicated build for HTC Sense. MotoBlur build Apps do not need a dedicated build for

[android-developers] Re: Tripit Oauth

2009-10-27 Thread nEx.Software
I'll be honest, I have provided you with source code in the past (for other stuff) and you struggled with that and ended up asking for yet more source code. While I don't mind sharing it in most cases, I do grow weary of constantly providing my source to people who, if they simply put in the work

[android-developers] Re: How to create/design downloadable skins packets for an application?

2009-10-27 Thread vovkab
[In Theme package] 1. set action for activity, for example: my.package.theme 2. add all files you need for this theme [In main app] // Create intent with your action: my.package.theme Intent intent = new Intent(); intent.setAction(my.package.theme); // Get list of all installed packages

[android-developers] Re: how to read the app package under /data/app

2009-10-27 Thread vovkab
Yes you can. Just read it with File apkfile = new File(/data/app/com.package.name); On 27 окт, 11:43, Zhihong GUO gzhh...@gmail.com wrote: Hi All, I want to read out the binary content of the .apk packages installed in /data/app. Not only the package information, but the content of the

[android-developers] BrowserCallbackAdapter

2009-10-27 Thread K
Hi all, I'm sorry to bother people with this (blame Google for not having documentation), but I have run into a snag whilst trying to invoke a method from javascript. I am loading my own html and all that, that's not the problem. JavaScript works fine, too, I have other scripts running perfectly

[android-developers] Using ICU4J with Android

2009-10-27 Thread jay
I've not found any examples of how to get the [url=http://site.icu- project.org/]icu4j library[/url] working with Android. Actually, I'm only interested in the calendaring portion. I'm trying to use ICU4J version 4.2.1. I'm trying to run the following code: [syntax=java] hebrewCalendar =

[android-developers] Is is possible to handle voice packets in android?

2009-10-27 Thread Shekhar
Hi! I am trying to develope an application which includes voice call establishing handling. Also I need to handle the voice packets of any phone call. Actually I need to capture that voice then forward to the receiver. But I have one problem regarding the voice packet handling. Can anybody

[android-developers] PendingIntent not firing at the requested time

2009-10-27 Thread kapil
I am using a pending intent in a service which is to perform a Broadcast but it's not working.Actually i want the alarm to work.So, in a class which extends Service i do my calculations regarding the alarmtime less than or greater than current time and in the condition alarmtime current time i am

[android-developers] Re: How to create a ListView with different View/layout for each row

2009-10-27 Thread Guo yt
It seems no body concerns on this ListView problem, but I'm lucky to find the way out by myself : ) Just check out the android source code for the contacts application, it seems they didn't use list view to implement it I will do the same for my application, cheer. On Oct 26, 2:51 pm, Guo yt

[android-developers] Re: how webview recoginze phone number

2009-10-27 Thread jis
In the webview only 10 digit numbers starting either with 4 or 9 is clickable. Is there any way to customize this number format. i.e. suppose if we need to click a 12 digit number may be starting with 0 or any other digit. Is there any way to customize the format of the clickable strings in the

[android-developers] Re: How to create a ListView with different View/layout for each row

2009-10-27 Thread Guo yt
It seems nobody cares about this ListView problem. I'm lucky to find the way out myself : ) I checked the source code of android for contacts application which is much more helpful than App-demo come with the sdk. The solution is in front of me, cheer. I will update when I fix my problem, maybe

[android-developers] How to get the framework's coverage?

2009-10-27 Thread kentaro
I'd like to get the coverage of framework part (under /path/to/mydroid/ frameworks). Thanks to the topic EMMA Code coverage and JUnit, I cound get the coverage of the application part but couldn't get framework part yet. What I tried are: 1. Build andoroid from source code with

[android-developers] help me pliiiiiz

2009-10-27 Thread iori
hello every body,im trying to change the system wallpaper,i have tried a lot of solution but without any result; please i want have a simple code to do it thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Sucky error: java.lang.IllegalArgumentException: already added: Lnet/ponder2/Util;

2009-10-27 Thread LuckyJim
I am using the Eclipse plugin and I have the above error. I know why it is occurring, it is because I want to override a class file in one of my imported jar files. I am including a new Util class before the jar file in question. I have tried it both as a simple .class file in my package

[android-developers] Re: BitmapFactory.decodeStream sometimes returns null

2009-10-27 Thread Tom
Hi, I was having the same problem. It stoped when i gave the images i was loading the header Content-Length. Hope this helps. On 21 Oct, 14:13, Streets Of Boston flyingdutc...@gmail.com wrote: Hi everyone, Without (sample) code or a log-trace, there is not much that we can do to help you.

[android-developers] request

2009-10-27 Thread vasu prasad
hello my friends i want to send a email 1 per a day so request me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] kiosk mode for an artistic project

2009-10-27 Thread Enrique Tomas
Hi all! I am a sound artist and programmer developing an app that needs to run under a kiosk mode for an exhibition (BTW is there any track of artistic projects made with Android?). Kiosk mode is when you want to enable users to use a certain app and not be able to click on anything else. Of

[android-developers] setResult() for AppWidget

2009-10-27 Thread Ollie Weng
Hi, (resend with heading title) I'm making a appwidget, and hope to use search UI to let user filter some infomation while setup widget on receiving APPWIDGET_CONFIGURE. My current problem is APPWIDGET_CONFIGURE intent depends on setResult() to decide if adding widget successful. However,

[android-developers] Re: BitmapFactory.decodeStream sometimes returns null

2009-10-27 Thread Tom
Hi, I had the same problem. I solved it by giving the images i was loading the haeder content-length. Hope this helps. On 21 Oct, 14:13, Streets Of Boston flyingdutc...@gmail.com wrote: Hi everyone, Without (sample) code or a log-trace, there is not much that we can do to help you. On

[android-developers] Re: Implementing 'push technology' into Android apps

2009-10-27 Thread arvchak
hi miguel paraz, So now i feel what i have analysed is correct on the push service.I want to know how to implement the server, does the server has to intiate some javascript method. Also whether the android can implement the cometd using the jetty library these are my doubts, assume i have

[android-developers] Re: Paint onTouch

2009-10-27 Thread stephane.cast...@gmail.com
I have solve my problem, but i don't know how to do to keep my draw when i draw again. The onDraw clear sreen to draw again. Do you know how I can do? thanks On 26 oct, 10:55, Nightwolf mikh...@gmail.com wrote: Try adding invalidate() in your translate() method instead of

[android-developers] MarketPlace get application list

2009-10-27 Thread passkey
Hi there, I'm new to android and for my report I would like to get a list of available applications in Market Place, does anyone know if there is an api available on the market that let me grab the list of available applications? Or if anyone has an export list of these application, I would be

[android-developers] Re: TTS SMS API

2009-10-27 Thread Neil Perry
Bump? On Oct 12, 4:34 pm, Neil Perry npe...@gmail.com wrote: Hello there, We're looking on making an app that would interact with SMS's so it could be played via the TTS api. Is there any way we can input into the long press menu of a sms to call it to play the said message. Thanks Neil

[android-developers] How to Use DBAdapter Class Functions inside OnclickListener - Help..

2009-10-27 Thread Regish Ben
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); DBAdapter db = new DBAdapter(this); db.open(); // Some Insert Functions db.close(); The above codes

[android-developers] setResult() for AppWidget

2009-10-27 Thread Ollie Weng
Hi, I'm making a appwidget, and hope to use search UI to let user filter some infomation while setup widget on receiving APPWIDGET_CONFIGURE. My current problem is APPWIDGET_CONFIGURE intent depends on setResult() to decide if adding widget successful. However, using search UI cause activity

[android-developers] Re: Google: please change your release process

2009-10-27 Thread Mark Murphy
Sure, the apk's will execute. Beyond that: How do you know the apps perform? HTC Sense and MOTOBLUR have nothing to do with app performance, any more than aHome does. They are simply home screen replacements, alternative icons, and skins on a couple of built-in apps (e.g., Browser looks a bit

[android-developers] Re: I get the unable to start wifi

2009-10-27 Thread mehool
Hey Ryck, Sure thing no probs... glad it worked out for you :) By the way, I have been trying to get connected to the wi-fi in my school. The school uses WPA Enterprise. I tried checking out and then found that WPA Enterprise is not supported by android at this moment. I am still struggling

[android-developers] Re: ListView setAdapter in onCreate, getChildCount is zero in onStart?

2009-10-27 Thread Streets Of Boston
Put the data whether a checkbox of a list-item is selected inside the *adapter's* data, like my example i gave you in an earlier post (selectableString.isSelected). If you want to pre-select a check-box of a list-item, set its corresponding element in the adapter (SelectableString) as selected

[android-developers] Re: Google: please change your release process

2009-10-27 Thread Peter Jeffe
On Oct 27, 9:12 am, Mark Murphy mmur...@commonsware.com wrote: That's a slippy slope to start on JP, not long until we're building for vendor specific custom OS's and then versions of those OS's. You don't need to do that. Of course that's true for a lot of apps Mark, but certainly you

[android-developers] Re: Android 2.0

2009-10-27 Thread Al Sutton
In the words of the big bad D - Huzzah! Android 2.0 SDK: http://bit.ly/bKGWM; Al. -- * Looking for Android Apps? - Try http://andappstore.com/ * == Funky Android Limited is registered in England Wales with the company number 6741909. The views expressed in this email are those of the

[android-developers] Re: Android 2.0

2009-10-27 Thread Marco Nelissen
On Tue, Oct 27, 2009 at 2:14 AM, MrChaz mrchazmob...@googlemail.com wrote: Yeah it would but given it's their job to support the community and the community is demanding more maybe they should start to look at their practices. It's not my job to support the community, but since I'm obviously

[android-developers] Re: Android 2.0

2009-10-27 Thread niko20
WOot! 2.0 SDK. And Multitouch! for devices that support it, up to 3 points at once. Great! On Oct 27, 11:25 am, Marco Nelissen marc...@android.com wrote: On Tue, Oct 27, 2009 at 2:14 AM, MrChaz mrchazmob...@googlemail.com wrote: Yeah it would but given it's their job to support the

[android-developers] Multitouch support in Android 2.0

2009-10-27 Thread Streets Of Boston
Kind-a burried inside the blog-post on developer.android.com (http:// developer.android.com/sdk/android-2.0-highlights.html), i saw that multi-touch is now supported: Android virtual keyboard •An improved keyboard layout to makes it easier to hit the correct characters and improve typing speed.

[android-developers] Re: Android 2.0

2009-10-27 Thread Disconnect
That assumes that each sdk is an independent unrelated release, which is not the case. Multiple -FINAL- sdks may in fact be more work, but multiple betas are not - the work done to release rc1 is built upon by rc2, rc3...rcN and the final release. On Tue, Oct 27, 2009 at 12:25 PM, Marco Nelissen

[android-developers] Re: Stopping Content Provider

2009-10-27 Thread B++
That's all I need to know - that the stopping of the Content Provider cannot be controlled by the user. Thanks Dianne. On Oct 22, 11:02 am, Dianne Hackborn hack...@android.com wrote: The content provider needs to be running the entire time its hosting process is running.  There is no way

[android-developers] Re: Multitouch support in Android 2.0

2009-10-27 Thread Dianne Hackborn
It's basically just some new APIs on MotionEvent: http://developer.android.com/reference/android/view/MotionEvent.html http://developer.android.com/reference/android/view/MotionEvent.htmlHmmm and I'm not sure why, but in the doc all of those new APIs are in gray, so they should be easy to

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-27 Thread skyhigh
On Oct 27, 4:33 am, RichardC richard.crit...@googlemail.com wrote: Use the paid-for app unlocks the free-app approach then you don't need to share thedatabase. Richard I read the discussion on another topic in this forum at

[android-developers] Re: Android 2.0

2009-10-27 Thread Wayne Wenthin
I agree that the work may be built on each successive release. I think a bigger issue may be that items come and go through a beta release cycle. If you got beta1 and relied on getAndroidToastButteringSchedule(), if it never makes to to the final release and you failed to keep up with successive

[android-developers] Re: Sqlite3 concurrency

2009-10-27 Thread Mariano Kamp
Thanks. You're right. I tried close on the readOnlyDB and it closed both database object ;-( Still not sure how to deal with the readlock then? ;-( 2009/10/27 mirko mirkocze...@googlemail.com Hi Mariano, I use close only once. The DB object is held in an Android service. When the service

[android-developers] Re: Android 2.0

2009-10-27 Thread Disconnect
Last cycle there were betas for seasoned developers - they were part of the still-missing open source release. (Unless you needed calendars or google services/google maps, it worked fine..) On Tue, Oct 27, 2009 at 12:48 PM, Wayne Wenthin wa...@fuligin.com wrote: I agree that the work may be

[android-developers] Re: ADC2 Tea-Party2

2009-10-27 Thread Mobidev
With 2.0 SDK released and no signs of ADC Round2 yet, worst nightmare is about to come true. --~--~-~--~~~---~--~~ 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: Multitouch support in Android 2.0

2009-10-27 Thread Streets Of Boston
Dianne, Thank you for this explanation! On Oct 27, 12:45 pm, Dianne Hackborn hack...@android.com wrote: It's basically just some new APIs on MotionEvent: http://developer.android.com/reference/android/view/MotionEvent.html

[android-developers] Re: Multitouch support in Android 2.0

2009-10-27 Thread Raphael
On Tue, Oct 27, 2009 at 9:45 AM, Dianne Hackborn hack...@android.com wrote: It's basically just some new APIs on MotionEvent: http://developer.android.com/reference/android/view/MotionEvent.html Hmmm  and I'm not sure why, but in the doc all of those new APIs are in gray, so they should

[android-developers] Re: Google: please change your release process

2009-10-27 Thread JP
OK, this is one: http://developer.android.com/sdk/android-2.0.html#api is OBE. After review of the documented changes to 2.0, I know already my 1.6- based releases will break. Verizon's off the list now to buy some time... On Oct 27, 5:19 am, JP joachim.pfeif...@gmail.com wrote: You are

[android-developers] Re: Linking checkout orders to devices

2009-10-27 Thread Disconnect
I think most of us would consider that abuse to begin with :) but you can always prompt for an opt-in email address. Also don't forget that no monies are to be collected outside the market based on content delivered inside the market. So you're already off on an alternative market, and those

[android-developers] Re: How to share a database between a free and paid version of an application

2009-10-27 Thread RichardC
It would be nice if the Android Market Place allowed us to have dependent applications. I could then put my shared data into a seperate content provider application. Then on the Market (or even better in my manifest) I could do: My-paid-app depends on my-content-provider-app My-free-app

[android-developers] Re: Google: please change your release process

2009-10-27 Thread Disconnect
OBE? On Tue, Oct 27, 2009 at 1:03 PM, JP joachim.pfeif...@gmail.com wrote: OK, this is one: http://developer.android.com/sdk/android-2.0.html#api is OBE. After review of the documented changes to 2.0, I know already my 1.6- based releases will break. Verizon's off the list now to buy

[android-developers] Re: question on Android dev phone

2009-10-27 Thread Disconnect
(As opposed to all those other rooted phones that have no problem installing copy protected apps. ADP1 on the stock image is at a serious disadvantage.) On Tue, Oct 27, 2009 at 6:36 AM, RichardC richard.crit...@googlemail.com wrote: You can't download protected apps because the Android Dev

  1   2   3   >