Re: [android-developers] How to access database on device.

2011-09-27 Thread Devendran Raju
i am not creating db at run time. i created external database only. How to get root access to see the database. >> >> Thanks & regards, >> Devendran.R >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send

[android-developers] How to create an XML using SAX parser or any parser...

2011-09-27 Thread GopalaKrishnan D
How to create an XML using SAX parser or any parser... and retrieve values from that pls provide any sample code -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

Re: [android-developers] Re: AsyncTask vs. IntentService

2011-09-27 Thread Nikolay Elenkov
On Wed, Sep 28, 2011 at 7:03 AM, Mark Murphy wrote: > On Tue, Sep 27, 2011 at 6:00 PM, Streets Of Boston > wrote: >> In addition to Mark's suggestions, you could assign a ResultReceiver to one >> of the Intent's extras: >> Your Activity could implemented this ResultReceiver's onReceiveResult >> m

[android-developers] Re: How to send HD (High Definition) output from android Tab to HDtv

2011-09-27 Thread Rikki
I don't want to use the view on tv feature from gallery. I want my own application to detect and start sending data to the connected TV. something like a TV OUT capability. gjs wrote: > Hi, > > This is transparent to apps, just plug in cable & view on TV. > > Regards > > On Sep 27, 4:43 pm, Rikki

[android-developers] Re: How to read data from an Xml file

2011-09-27 Thread Anil Jagtap
Dear Sumit, Here is what you looking for http://p-xr.com/android-tutorial-how-to-parseread-xml-data-into-android-listview/ Hope you can get some idea Cheers -- anil On Sep 26, 6:20 am, sumit garg wrote: > hello > > I am trying to read data from an XML file which is in an external storage. I >

Re: [android-developers] Re: How to enable network connectivity to upload data.

2011-09-27 Thread Kristopher Micinski
On Wed, Sep 28, 2011 at 2:09 AM, bobo123 wrote: > Thanks for your reply. > Can u tell me more details about this. > > The device WiFi will atuo turn off after a couple minutes. > All I need is turn on WiFi and reestablished network connectivity to > upload data to remote server. > I gave you some

[android-developers] Re: How to enable network connectivity to upload data.

2011-09-27 Thread bobo123
Thanks for your reply. Can u tell me more details about this. The device WiFi will atuo turn off after a couple minutes. All I need is turn on WiFi and reestablished network connectivity to upload data to remote server. On Sep 27, 11:37 pm, Kristopher Micinski wrote: > The general way to fix th

Re: [android-developers] How to access database on device.

2011-09-27 Thread Himanshu Mistri
If Your Application Create Database internally that means it's create db file by run time and then you can not get the DataBase From the Your Android Mobile. But in Emulator We can Pull The DatatBase File ,For Doing Get DataBase of your application from Android Mobile i think you should get rooted

Re: [android-developers] Re: Android -Update Image On Android Widget

2011-09-27 Thread Himanshu Mistri
ok,Thanks For Both To Response . On Tue, Sep 27, 2011 at 10:05 PM, Studio LFP wrote: > Like Mr. Murphy said, updating a widget every second is bad. > > Since you don't update the widget directly and have to go through the > system, the refresh rate can be unpredictable and put a heavy load on >

[android-developers] How to access database on device.

2011-09-27 Thread Devendran Raju
hi... I installed my application on android mobile. But i cannot access the database from mobile. But its works well on emulator. How can i access db on mobile. Can u please guide me Thanks & regards, Devendran.R -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: How to enable network connectivity to upload data.

2011-09-27 Thread Kristopher Micinski
On Wed, Sep 28, 2011 at 1:26 AM, bobo123 wrote: > Thanks for your reply. > Can you tell me more details. > Actually WiFi  turn off after a couple of minutes. > When alarm comes, The code  is required to reestablished network > connection and then upload data. > That's not the point, usually peopl

[android-developers] Re: How to enable network connectivity to upload data.

2011-09-27 Thread bobo123
Thanks for your reply. Can you tell me more details. Actually WiFi turn off after a couple of minutes. When alarm comes, The code is required to reestablished network connection and then upload data. On Sep 27, 11:37 pm, Kristopher Micinski wrote: > The general way to fix this problem is to ass

[android-developers] Re: \n escape character not working

2011-09-27 Thread Josh Gitter
I'm not sure if you're passing in an illegal character, as \n is not accepted. See RFC 1738 2.1 and 2.2. http://www.ietf.org/rfc/rfc1738.txt You probably need to URLEncode to escape characters such as "\n": http://developer.android.com/reference/java/net/URLEncoder.html Hope this helps, Josh On

[android-developers] App goes not go to background

2011-09-27 Thread ANKUR GOEL
Hi all, i have Htc sensation in that my application is totally working fine .. but when i press Home button its restart the application again and does not start the activity from where i left . so anyone can guide me what the problem might be or whether i have to write any code for that in othe

[android-developers] IllegalStateException: Can not perform this action after onSaveInstanceState - How to prevent?

2011-09-27 Thread Niek
I'm getting user reports from my app in the market, delivering the following exception: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java: 1109) at android.app.FragmentManagerImp

Re: [android-developers] Re: Help for IP camera

2011-09-27 Thread kirti waykole
yes i want live video .. on my device.. On Mon, Sep 26, 2011 at 7:30 PM, J Handal wrote: > > Hi Kirti, > > "directly coonect through cross cable to my pc now for testing on > emulator." > > Are you streaming live video? > > > > > -- > You received this message because you are subscribed to the

[android-developers] Re: How to read data from an Xml file

2011-09-27 Thread clark
What a surprise. Yet another witty reply from the TrollKing. On Sep 27, 4:55 pm, TreKing wrote: > On Mon, Sep 26, 2011 at 5:20 AM, sumit garg wrote: > > I am trying to read data from an XML file which is in an external storage. > > I think following things are involved in it- > > 1. how do i r

Re: [android-developers] Retrieving Data off the URL not working

2011-09-27 Thread Atluri Ajith Kumar
I'm not sure, but for calling external URL's we have to us HttpURLConnection . In other way you can use httppost . Sample Example

[android-developers] Does Google notify devise that c2dm registration_id is expired?

2011-09-27 Thread Alexey Zakharov
Does Google notify devise that c2dm registration_id is expired? If yes in what method should I handle this? -- 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 unsubsc

Re: [android-developers] How to read data from an Xml file

2011-09-27 Thread Atluri Ajith Kumar
Hi Sumit. You said that the xml file is from external storage. So you can read xml file using httppost method. read here. After reading the xml file you will get response as inputstream, you have to convert input

Re: [android-developers] How to enable network connectivity to upload data.

2011-09-27 Thread Kristopher Micinski
The general way to fix this problem is to assume that they have network connectivity sitting in the background. Tons of apps do this, by use of a data connection that many devices have. So this is a pretty typical situation, almost any major app out there deals with it in some form or another (Fa

Re: [android-developers] Re: Install % statistic removed, replaced with "users" and "devices"

2011-09-27 Thread Nikolay Elenkov
On Wed, Sep 28, 2011 at 12:06 PM, Adam Ratana wrote: > Looks like there's been some slight movement on this in the last few hours. >  I noticed a couple numbers increase for total installs.  Still not 100% > where I think it should be but it moved... > Some rating/comments are disappearing for me

Re: [android-developers] Re: Install % statistic removed, replaced with "users" and "devices"

2011-09-27 Thread Adam Ratana
Looks like there's been some slight movement on this in the last few hours. I noticed a couple numbers increase for total installs. Still not 100% where I think it should be but it moved... On Tue, Sep 27, 2011 at 8:56 PM, Zsolt Vasvari wrote: > Another LOL, so basically all new apps are stuc

[android-developers] Re: Creating a database to initialize an application

2011-09-27 Thread Studio LFP
I'm not sure there is any specific "correct way", but I find this works well for me. In the onCreate, check to see if you database exists. If it does exists, just open it, if it doesn't exist, fire off and AsynTask that pops up a progress dialog. Here's the code I use: @Override protected void o

[android-developers] INSTALL_FAILED_CPU_ABI_INCOMPATIBLE error on 1.6 emulator but I have no native code?!

2011-09-27 Thread sasperilla
I have an App that I can install on 2.1+ on both devices and emulator no problem. But, when I try to install it on 1.6 emulator I receive the following error: Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE] The problem is I don't have any native code in my application. I do have some third party

[android-developers] How to enable network connectivity to upload data.

2011-09-27 Thread bobo123
Hi, I am writing an alarm type android application which upload some data to server at a schedule time. Usually the device screen is off and WIFI or other type network is in disconnected. I wish when the schedule time arrives, I can enable network connectivity so that I can upload da

[android-developers] Re: Guide Help:How to trace the internal mechanism of android.Context.java and android.os.Binder.java

2011-09-27 Thread AndroidHolder
Thanks,Dianne,I will go to android-porting for more info. On 8月31日, 下午2时58分, Dianne Hackborn wrote: > Get the source code and follow it.  Or browse it online.  The implementation > of Context is here: > > http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;...

[android-developers] Re: USB Host mode on galaxy tab 10.1 / android 3.1 - Device repeatedly re connecting in dmesg output

2011-09-27 Thread Dan Raaka
on the galaxy tab 10.1, what is the build fingerprint ? $ adb shell getprop | grep -i finger -Dan On Sep 27, 11:52 am, Taylor Alexander wrote: > Glad to help! :) > -Taylor > > > > On Tue, Sep 27, 2011 at 11:36 AM, Anil Sasidharan wrote: > > Hi Taylor, > > > Thanks a million. Awesome suggestions

[android-developers] Re: Install % statistic removed, replaced with "users" and "devices"

2011-09-27 Thread Zsolt Vasvari
Another LOL, so basically all new apps are stuck at 0 installs as visible on the Market App. On Sep 27, 4:07 am, Sam McGrath wrote: > Heard from a contact at Google that the team responsible for reporting the > total installs stat "dropped support" for it.  Now they are working on > re-enabling s

Re: [android-developers] Re: Question:How to use the methods (loadData and loadDataWithBaseURL) of the webview?

2011-09-27 Thread TreKing
2011/9/27 clark > Pay no attention to the TrollKing. He's still working on building > his troll portfolio in this group. > Wow, that's clever. I hope you didn't hurt yourself coming up with that nugget. Yes, you're right, *I'm* trolling - asking a poster if they searched for examples of (proba

[android-developers] Re: Item could not be found in app billing issue

2011-09-27 Thread Emanuel Moecklin
Hi Tim - the signed app must be uploaded to the market - the same signed app must be installed on your phone (don't use Eclipse but adb to install) - the items must have state published - the device must use the test account as its primary account -> it needs to be a real Android market account no

[android-developers] Re: Question:How to use the methods (loadData and loadDataWithBaseURL) of the webview?

2011-09-27 Thread clark
Pay no attention to the TrollKing. He's still working on building his troll portfolio in this group. On Sep 27, 5:15 pm, Snowdream wrote: > yes,i have googling it until the middle night,but can not get my answer. > > TreKing 编写: > > > > > > > > >On Tue, Sep 27, 2011 at 1:53 PM, 杨辉 wrote: > > >>

[android-developers] Re: In app billing items

2011-09-27 Thread Emanuel Moecklin
You can't. You have to hard code your items in the code or pull the ids from some other place. Cheers Emanuel Moecklin On Sep 26, 2:35 pm, Brad Gies wrote: > Hi, > > I'm just starting to test in app billing, and I thought there was a way to > pull the list of available items to purchase from the

Re: [android-developers] Question:How to use the methods (loadData and loadDataWithBaseURL) of the webview?

2011-09-27 Thread Snowdream
yes,i have googling it until the middle night,but can not get my answer. TreKing 编写: >On Tue, Sep 27, 2011 at 1:53 PM, 杨辉 wrote: > >> Anybody can help me with a simply example about it? >> Please tell me the difference between loadData and >> loadDataWithBaseURL if you can. >> > >Stupid questi

Re: [android-developers] How to read data from an Xml file

2011-09-27 Thread TreKing
On Mon, Sep 26, 2011 at 5:20 AM, sumit garg wrote: > I am trying to read data from an XML file which is in an external storage. > I think following things are involved in it- > 1. how do i retrieve it > 2. how the parser will read it > 3. how do i display the file > http://tinyurl.com/6k4486n -

Re: [android-developers] trying to start-activity from alertdiaog --please advice

2011-09-27 Thread TreKing
On Sat, Sep 24, 2011 at 1:03 PM, Manas Shah wrote: > I would like to launch new activity from the PositiveButton of alert > dialog but it throws error. You want us to guess what this error is? - Tre

Re: [android-developers] Question:How to use the methods (loadData and loadDataWithBaseURL) of the webview?

2011-09-27 Thread TreKing
On Tue, Sep 27, 2011 at 1:53 PM, 杨辉 wrote: > Anybody can help me with a simply example about it? > Please tell me the difference between loadData and > loadDataWithBaseURL if you can. > Stupid question: did you try Googling for this first? -

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
Kostya, thank you for fowarding this... Okay, I was able to find my problem thank you On Tue, Sep 27, 2011 at 2:47 PM, Kostya Vasilyev wrote: > I certainly am, Eclipse 3.7 on Windows 7 / 64bit. > > Here is my tweaked android_winusb.inf: > > http://pastebin.com/nET9v1pr > > And here is my adb_

[android-developers] Designing an appwidget adaptable to orientation change

2011-09-27 Thread Jose_GD
I have built an appwidget with an square layout, and so it doesn't fit exactly in the standard widget sizes as recommended in http://developer.android.com/guide/practices/ui_guidelines/widget_design.html#sizes . I chose a 3x2 size (android:minWidth="220dip" android:minHeight="146dip") as it is

Re: [android-developers] how to remote invoke an application on the phone

2011-09-27 Thread Mark Murphy
The same way as when you asked 75 minutes ago: use C2DM: http://code.google.com/android/c2dm/ On Tue, Sep 27, 2011 at 6:37 PM, cindy wrote: > Hi All, > > Angel.com has developed a very interesting application (http:// > itunes.apple.com/us/app/angel-mm/id429502502?mt=8&ls=1#) for iphone. > > In

[android-developers] Re: HTC and LG haven't implemented Android in the right way

2011-09-27 Thread Indicator Veritatis
Now that I know what you are doing with the point attentuation, I see that you are not using it for anti-aliasing, so that comment turned out to lead to a dead end. As for why it is not supported, yes, it is in the Open GL standard, but is it in ES? ES doesn't support everything. And what do you ge

Re: [android-developers] How to tag a flag

2011-09-27 Thread TreKing
On Tue, Sep 27, 2011 at 2:53 PM, Mohit Agarwal wrote: > Can ny1 tell me how can we add a small description to a marker in google > maps > Place an Overlay on the map that renders text. > and also how can we make that tag clickable which makes bckgrnd translucent > and extra info is provided

[android-developers] Re: invoice from Google for Android Developer license

2011-09-27 Thread Jose_GD
You should try look for help in https://www.google.com/support/androidmarket/developer/ This group is for development issues only Good luck José -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

Re: [android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-09-27 Thread Stefan Alder
Dianne, Thanks for the response. My question is how can I achieve the same effect when running prior to API level 9. On Tue, Sep 27, 2011 at 3:49 PM, Dianne Hackborn wrote: > You'll need to check the API level at android.os.Build, and only set your > activity to this value when running on API 9

Re: [android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-09-27 Thread Dianne Hackborn
You'll need to check the API level at android.os.Build, and only set your activity to this value when running on API 9 or later. On Tue, Sep 27, 2011 at 3:45 PM, Stefan Alder wrote: > I trying to ensure that my app and all of its activities are locked to > landscape right (reverse landscape) (wh

[android-developers] Landscape Right (reverseLandscape) prior to API level 9

2011-09-27 Thread Stefan Alder
I trying to ensure that my app and all of its activities are locked to landscape right (reverse landscape) (where the device button and mic located to the left of the screen).I see you can set the screnOrientation in the manifest to 'reverseLandscape', but this only works for API level 9. What

[android-developers] how to remote invoke an application on the phone

2011-09-27 Thread cindy
Hi All, Angel.com has developed a very interesting application (http:// itunes.apple.com/us/app/angel-mm/id429502502?mt=8&ls=1#) for iphone. In this application, the user calls the IVR by dialing a phone number. The IVR will then send a Push Notification to the phone, asking forpermission to enga

Re: [android-developers] Re: AsyncTask vs. IntentService

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 6:00 PM, Streets Of Boston wrote: > In addition to Mark's suggestions, you could assign a ResultReceiver to one > of the Intent's extras: > Your Activity could implemented this ResultReceiver's onReceiveResult > method. > Your IntentService could just call 'send(resultCode,

[android-developers] Re: AsyncTask vs. IntentService

2011-09-27 Thread Streets Of Boston
> IntentService dispenses with the > configuration changes but leaves you in a lurch when requiring a > response. In addition to Mark's suggestions, you could assign a ResultReceiver to one of the Intent's extras: Your Activity could implemented this ResultReceiver's *onReceiveResult * method. Y

Re: [android-developers] Re: Activities aren't getting killed by ActivityManager when app is running out of memory

2011-09-27 Thread Dianne Hackborn
There is no such thing as "application low memory" in this context. Application being low on memory == getting OutOfMemoryException, period. It doesn't impact activity lifecycle at all. The "Low Memory: No more background processes" means that the activity manager has gotten to the point where a

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Kostya Vasilyev
I certainly am, Eclipse 3.7 on Windows 7 / 64bit. Here is my tweaked android_winusb.inf: http://pastebin.com/nET9v1pr And here is my adb_usb.ini, goes into %USERPROFILE%\.android: http://pastebin.com/wBs0gaCR What I did was (just got the tablet this afternoon): - Tweaked the driver .inf file

Re: [android-developers] Error opening sqlite database

2011-09-27 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
Yes you are correct. I changed the "PRAGMA journal_mode=DELETE" and it worked. Thanks 2011/9/27 Kostya Vasilyev > Your database probably has WAL mode enabled (write-ahead logging). This is > a new (as of 3.7.0) transaction logging mode, which is not compatible with > earlier SQLite versions. > >

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
Kostya, Another quick question, are you using Eclipse? Please let me know. Thanks, Sebo On Tue, Sep 27, 2011 at 1:00 PM, Kostya Vasilyev wrote: > No, I couldn't find any drivers on Sony's site... > > Did you remember to enable debugging in the tablet's Settings, it's under > Applications? >

Re: [android-developers] how to remote invoke an application on the phone

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 4:54 PM, cindy wrote: > How do we do push notification on android phone? Use C2DM: http://code.google.com/android/c2dm/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Andr

Re: [android-developers] nested asynctask

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 4:49 PM, hectordu...@yahoo.com wrote: > i wonder if it is  possible to call an asynctask from another > asynctask ? Yes, if you are executing the new AsyncTask from onPostExecute() or onProgressUpdate(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://gith

[android-developers] how to remote invoke an application on the phone

2011-09-27 Thread cindy
Hi All, Angel.com has developed a very interesting application (http:// itunes.apple.com/us/app/angel-mm/id429502502?mt=8&ls=1#) for iphone. In this application, the user calls the IVR by dialing a phone number. The IVR will then send a Push Notification to the phone, asking forpermission to enga

Re: [android-developers] AsyncTask vs. IntentService

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 2:52 PM, stanlick wrote: > With respect to the one-and-done off-UI thread task, is there a best > usage pattern? There are usage patterns. Best? That's tough to say. > IntentService dispenses with the > configuration changes but leaves you in a lurch when requiring a > re

[android-developers] nested asynctask

2011-09-27 Thread hectordu...@yahoo.com
hi guys, i wonder if it is possible to call an asynctask from another asynctask ? thanks for help! -- 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

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread Pratik Prajapati
yup, Thanks. On Tue, Sep 27, 2011 at 1:17 PM, Indicator Veritatis wrote: > I hope and assume that by 'nigher', you meant, 'neither'. For it is a > security hole. Then again, every rooted device is like swiss cheese > when it comes to security holes. > > Now that I know you are developing this for

Re: [android-developers] Android WebView Progress Changed Problem.

2011-09-27 Thread TreKing
On Mon, Sep 26, 2011 at 7:32 AM, Usama Sarwar wrote: > I am using a webview in an application and currently when webview > starts, a dialog appears showing "please wait, loading" and remains > there on screen until every single dot on the web page is loaded. > Instead of doing that, use the Activ

[android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread Indicator Veritatis
I hope and assume that by 'nigher', you meant, 'neither'. For it is a security hole. Then again, every rooted device is like swiss cheese when it comes to security holes. Now that I know you are developing this for a rooted device (it would have helped had you mentioned this in your first post on

Re: [android-developers] Error opening sqlite database

2011-09-27 Thread Kostya Vasilyev
Your database probably has WAL mode enabled (write-ahead logging). This is a new (as of 3.7.0) transaction logging mode, which is not compatible with earlier SQLite versions. You can check the mode by running "PRAGMA journal_mode". If the result is WAL, disable it by using "PRAGMA journal_mode

[android-developers] Re: help:how to play custom encode mp3 file

2011-09-27 Thread Doug
On Sep 26, 7:33 am, kun chen wrote: > I use my algorithm encode mp3 file.Now, I want to play it with > MediaPlayer. MediaPlayer will decode and play your mp3 files directly, given that you have encoded them properly. Doug -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
yeah, I enabled it I am missing something and it is prbably something simple that I will hit my head over the wall once I find it... :) Thank you again. On Tue, Sep 27, 2011 at 1:00 PM, Kostya Vasilyev wrote: > No, I couldn't find any drivers on Sony's site... > > Did you remember to e

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Kostya Vasilyev
No, I couldn't find any drivers on Sony's site... Did you remember to enable debugging in the tablet's Settings, it's under Applications? 27.09.2011 23:48, Sebastian Tomaszewski пишет: Kostya, Thank you for your response. I greatly appreciate it. I ddi everything as you specified, but for

[android-developers] Re: How to mix or append mp3 or wave files one after the other and save the resulting file onto the SD card in android?

2011-09-27 Thread Doug
You won't be able to do this with the API that Android gives you. Hopefully some day they will give us a better multimedia framework. Doug On Sep 26, 9:11 am, Raj wrote: > I have some mp3 files in my /res/raw folder. What I am doing is that, > whenever a user clicks on a button a respective soun

[android-developers] Error opening sqlite database

2011-09-27 Thread ΠΑΣΧΑΛΗΣ ΠΛΙΑΧΑΣ
I created a sqlite database with sqlite manager firefox addon. I used this in my application on HTC legend updated to 2.2 version. It worked fine. The same database i used it with the same app on a new HTC Sensation Z710e. I opened and closed the database on this smartphone and after that i transfe

[android-developers] How to tag a flag

2011-09-27 Thread Mohit Agarwal
Can ny1 tell me how can we add a small description to a marker in google maps and also how can we make that tag clickable which makes bckgrnd translucent and extra info is provided in the appearing dialog... -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Tapping into full duplex audio stream from Bluetooth Headset or Handsfree Profiles?

2011-09-27 Thread Jason
Any suggestions for a 3rd party SDK? On Sep 22, 11:10 am, kdı gjofd wrote: > maybe 3 party sdk will do it > > 2011/9/22, Jason : > > > > > Many embedded bluetooth chip providers advertise a full duplex audio > > connection to the mobile phone.  Is there a way to programmatically > > tap into that

[android-developers] Re: Ringtones

2011-09-27 Thread erik wagner
Whoops, the Uri newUri line should have 'aUri' in the getContentResolver().insert portion. My editing mistake, only correcting so there's no confusion on anyone trying to follow it. Thanks. On Sep 27, 12:49 pm, erik wagner wrote: > Hi, > I'm trying to add a ringtone to the ringtone picker and am

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
Kostya, Thank you for your response. I greatly appreciate it. I ddi everything as you specified, but for some reason it still doesn't work for me. Is there any specific SONY driver that you loaded? Please let me know. Thank you again, Sebo On Tue, Sep 27, 2011 at 10:45 AM, Kostya Vasilyev w

[android-developers] Re: Activities aren't getting killed by ActivityManager when app is running out of memory

2011-09-27 Thread Artem Russakovskii
Yeah, I'm sure. I even bring up the hierarchy viewer and it shows me all the activities in the stack. On Sep 26, 11:06 pm, FBondarenko wrote: > > ... I see each activity enter onStop after the new activity starts, but I > > don't see > > ActivityManager ever killing them ... > > Are you sure you

[android-developers] Re: Android -Update Image On Android Widget

2011-09-27 Thread Studio LFP
Like Mr. Murphy said, updating a widget every second is bad. Since you don't update the widget directly and have to go through the system, the refresh rate can be unpredictable and put a heavy load on the phone's UI. If you want something that updates automatically at a fast rate, check out use a

[android-developers] Vibrate mode with foreground service weirdness

2011-09-27 Thread Studio LFP
Hello fellow Android developers, I have an application on the market to control ringer modes. You can find a detailed explanation on the market at https://market.android.com/details?id=com.studiolfp.ringlockpro to help make sense of what I'm about to ask. I've run into a strange issue from a cust

[android-developers] Samsung Galaxy Mini

2011-09-27 Thread tushar lakhwani
Actually I was downloading some apps from market but they werent downloading . Then i switched off my fone and when i switched it on then the screen wre samsung is written remains and the fone doesnt start what should i do?? Please tell me ... Its URGENT... Is there any way to reset it

[android-developers] Re: Custom Toggle Button

2011-09-27 Thread Manoj Kumar
please try this http://www.androidpeople.com/android-togglebutton for good description u can try this too http://developer.android.com/resources/tutorials/views/hello-formstuff.html#ToggleButton hope these help Manoj On Sep 27, 3:25 pm, giles ian wrote: > Hello, > > I could not find a good Cus

[android-developers] \n escape character not working

2011-09-27 Thread wes
I'm not sure why this hasn't been put up for discussion yet, but I'll re post it any ways. I made an app, which at the end takes all of the fields textbox1 - textbox(whatever) and concatenates then all together with a "\n" before each new line. If I make it output to a text box, it all happens jus

[android-developers] How to read data from an Xml file

2011-09-27 Thread sumit garg
hello I am trying to read data from an XML file which is in an external storage. I think following things are involved in it- 1. how do i retrieve it 2. how the parser will read it 3. how do i display the file -- You received this message because you are subscribed to the Google Groups "An

[android-developers] SDK installation problem, NSIS error, installer integrity problem

2011-09-27 Thread Ultimate Dream
I just have downloaded a copy of SDK from the android site. But when i am going to install it its showing an error "installer integrity check has failed. common cause include incomplete download and damage media. contact with the installer's author to obtain a new copy." I have downloaded several

[android-developers] AsyncTask vs. IntentService

2011-09-27 Thread stanlick
After reading the thread regarding AsyncTask and Activity configuration changes, I am actually a bit more skeptical now than when I started! http://groups.google.com/group/android-developers/browse_thread/thread/e1d5b8f8a3142892?pli=1 With respect to the one-and-done off-UI thread task, is there

[android-developers] \n escape character not working

2011-09-27 Thread wes
I've seen another question posted here about this, but the guy never responded. I, however will get responses by email and am serious about getting help here. In creating an app that will pass form information to an email, I have concatenated all of the labels for the email, the information from t

[android-developers] Re: Samsung Galaxy S2 (2.3.4) and Arduino ADK

2011-09-27 Thread Manish Tanwar
On Sep 13, 1:34 am, hudvin wrote: > Is Arduino ADK compartible with SG s2? > I have done all steps > fromhttp://developer.android.com/guide/topics/usb/adk.html > but all I see is "Connect board" lable on main activity of DemoKit app. Did you Find any Solution i have Samsung galaxy s , galaxy

[android-developers] rotationAnimation w/ setFillAfter(true) and OnTouchListener help!

2011-09-27 Thread Mind
Hi All, I have a ViewGroup containing a 3x3 grid of tiles (custom Views) with symbols on the views. I wish to rotate the 3x3 grid of tiles while maintaining the symbol's visual alignment. I use View.OnTouchListener and override onTouch() to get player input on the tiles. Easy. Each tile gets a

[android-developers] Retrieving Data off the URL not working

2011-09-27 Thread Nimish Nayak
Hi I am trying to do a simple "GET" where i want to hit the URL and retrieve the Data associated with it. I am partially successful in doing this. I get the data but its in complete and i am not able to trace the reason why its so. Here is my code snippet. int iVal;char tempBuf[] = new char[100

[android-developers] Getting a String to AppWidget via GetExtras (or) Shared prefrences

2011-09-27 Thread Wesley
Hi, I have an app widged which basically has a textview. I also have an activity which displays a textview from string created within. Now i have a button in Activity 1 which onClick will send data (string to appWidget class) I tried putExtra and getExtra methods and also Shared preferences method,

[android-developers] trying to start-activity from alertdiaog --please advice

2011-09-27 Thread Manas Shah
Hi, I would like to launch new activity from the PositiveButton of alert dialog but it throws error. here is code i m using... final AlertDialog alertDialog = new AlertDialog.Builder(placeorder.this).create(); alertDialog.setMessage("Are you sure you want place order?"); alert

[android-developers] how to add images to note pad app

2011-09-27 Thread SripadRaj
hello !! i'm a newbie in androidand now i'm developing an app. its kind of extension of Notepad android app.. i would like to know how to add images from the sd card and camera images to the app and add notes to them and store it... right now i have the notepad app developed using the tutorial

[android-developers] How to list all processes and threads like DDMS

2011-09-27 Thread androidkid
Hi, all, I want to develop an application to log the process and thread information of android, especial the utime/stime of each thread to output the statistics. I know DDMS can do this, but I don't know how to write code (APIs) to retrieve the information . Thanks. -- You received this messa

[android-developers] Android WebView Progress Changed Problem.

2011-09-27 Thread Usama Sarwar
I am using a webview in an application and currently when webview starts, a dialog appears showing "please wait, loading" and remains there on screen until every single dot on the web page is loaded. which obviously makes it seem working too slow. Now i want is to dismiss the dialog when webview ha

[android-developers] Item could not be found in app billing issue

2011-09-27 Thread Tim Lang
Hello, I'm trying to test in-app billing of some virtual goods on my application. The test items work fine, but when I try to test with the actual in-game items, the Marketplace tells me: "Error: The item you were attempting to purchase could not be found." logcat gives me: CheckoutPurchase.

Re: [android-developers] invoice from Google for Android Developer license

2011-09-27 Thread Mark Murphy
Probably not, and certainly not via this list. On Tue, Sep 27, 2011 at 4:17 AM, Publicis Hellas wrote: > Hi to all, > > We recently purchased an Android Developer license and we need an > invoice for our tax account office. Is it possible Google to send us > an invoice? > > > Thanks, > > Kostas >

[android-developers] Re: barcode scanner - displaying info

2011-09-27 Thread Bipin
Are you tying the barcode1 to an editText by referencing the id? (R.id.barcodeID) On Sep 26, 7:30 pm, leigh8347 wrote: > hello > > im having a bit of trouble displaying the results of a bar code scan > in a EditText box please can you help > > here is what i have > > package com.android.app; > >

[android-developers] Google Analytics OutOfMemoryError

2011-09-27 Thread Julian
Hi all, I was recently getting a lot of crashes from Google Analytics on an LG Revolution that appeared very similar to the crashes detailed in these threads: http://groups.google.com/group/android-developers/browse_thread/thread/77c71953388f6ab1 http://stackoverflow.com/questions/5358014/android

[android-developers] Not detecting incoming bluetooth connection

2011-09-27 Thread Rafael Pinto
Hi, I am developing a bit with bluetooth, unfortunately my application don't detecting incoming connections. Here's my code: private class AcceptThread extends Thread { private final BluetoothServerSocket mmServerSocket; public AcceptThread() { // Use a temporary object that is l

Re: [android-developers] Re: Install % statistic removed, replaced with "users" and "devices"

2011-09-27 Thread Sam McGrath
Heard from a contact at Google that the team responsible for reporting the total installs stat "dropped support" for it. Now they are working on re-enabling support, but no ETA. Take that for what it's worth. Sam McGrath On Mon, Sep 26, 2011 at 12:50 PM, Adam Ratana wrote: > I see something s

Re: [android-developers] devender

2011-09-27 Thread SARJU HANSALIYA
first of all install jdk and jre on your system then install android sdk http://developer.android.com/sdk/index.html then install eclipse IDE http://www.eclipse.org (either classical or j2ee edition) then install ADT plugin in to eclipse http://developer.android.com/sdk/eclipse-adt.html then goto t

[android-developers] ListHow to hide listview scrollbar when not scrolling

2011-09-27 Thread Jovish P
I want to hide a listview's scrollbar when the listview isn't scrolling and show it when scrolling. If API levle is 5 or greater we can use setScrollbarFadingEnabled(fadeScrollbars).But bow to implement the same effect on lower API level? I tried to implement setOnScrollListener() and based on scr

[android-developers] invoice from Google for Android Developer license

2011-09-27 Thread Publicis Hellas
Hi to all, We recently purchased an Android Developer license and we need an invoice for our tax account office. Is it possible Google to send us an invoice? Thanks, Kostas -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Reseting factory settings on Android phone = losing carrier?

2011-09-27 Thread raduq
I have locked my gmail account to my phone's Android Market application, meaning I can't log into the Android Market with another account. And I can't delete that account from the phone. I've read a few tutorials and tried those... the ones with the making a new account and trying to log in with t

[android-developers]

2011-09-27 Thread Ruplekha Verma
Can Emulator (by using Eclipse editor) run the wifi codes in itself just like an actual device runs? -- 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 fr

  1   2   3   >