[android-developers] How to create moving objects on screen that are clickable.

2012-02-03 Thread Jim Andresakis
I have an app Ive been working on where I have moving onscreen objects that are drawn and updated each frame to a canvas which is then drawn to a view. The objects are kept in in a listArray and when a user clicks on the screen its registered in the view and then passed through to the class I use

[android-developers] Re: Unable to open database file?

2012-02-03 Thread Jim Andresakis
Are you trying to pull data out of the users phone that your app stored in the sql db? If so maybe those particular devices that give that error dont allow access to that file possibly. On Feb 2, 5:08 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Hi, I am using ACRA and get an average of one

Re: [android-developers] Re: PDF File Creation using Android

2012-02-03 Thread johny basha
Thnks i gave me the good link,? -- 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

Re: [android-developers] Re: PDF File Creation using Android

2012-02-03 Thread johny basha
On Fri, Feb 3, 2012 at 3:08 PM, johny basha visitba...@gmail.com wrote: Thnks U gave me the good link,? -- 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] removing application

2012-02-03 Thread אריאל
Hello all, is there a way to Cancel the uninstall option? Thank you -- 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

Re: [android-developers] Re: Unable to open database file?

2012-02-03 Thread johny basha
There is fantastic new tool, you may have heard of it? It's called Google. It lets you find things on the Internet. -- 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

Re: [android-developers] Re: NFC Secure Element

2012-02-03 Thread s.rawat
Hi All, Recently I have tried with another Card reader , I got this message. MIFARE 4K card on reader ATR : 3B 8F 80 01 80 4F 0C A0 00 00 03 06 03 00 02 00 00 00 00 69 00 02 -- Shows the *Mifare *4K Earlier with another Card I was getting -- *3B 8A 80 01 00 31 C1 73 C8 40 00 00 90 00 90* and I

[android-developers] Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
Hello, I have a header under which der are 5 tabs. The header contains a refresh button. ON click of the button the particular activity which is open under the currently opened tab should refresh. The header is common for all tabs. -- Regards, Vani Reddy -- You received this message because

[android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread skink
vani reddy wrote: Hello, I have a header under which der are 5 tabs. The header contains a refresh button. ON click of the button the particular activity which is open under the currently opened tab should refresh. The header is common for all tabs. -- Regards, Vani Reddy and? --

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
I have inflated the refresh button and made it static in the tabactivity, When i click on it the particular activity which is open under the tab should refresh i.e call a thread ,but wen i click on it when the firstactivity is open, the second actiivity thread is called. On Fri, Feb 3, 2012 at

[android-developers] Re : Retrieving data from database

2012-02-03 Thread vivek elangovan
Hi members, I m developing a application by entering some data and sending it to native xml database using executeHttpPost method by passing parameters and it is working fine.What my point is i have to retrieve data from xml database and has to show it as prefilled data in the

Re: [android-developers] Re: Home screed Widget crash

2012-02-03 Thread Farhan Tariq
Thank you guys. I fixed it without using the alarm manager :) . What i was doing wrong is that i was creating bitmaps and sending them off to be displayed on the remote widget, thinking that it's memory would be reclaimed when the next image takes its place. Apparently, this wasn't happening. So

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread skink
vani reddy wrote: I have inflated the refresh button and made it static in the tabactivity, When i click on it the particular activity which is open under the tab should refresh i.e call a thread ,but wen i click on it when the firstactivity is open, the second actiivity thread is called.

[android-developers] Re : eclipse crash

2012-02-03 Thread vivek elangovan
Hi members, i am using eclipse-java-indigo-SR1(32-bit ubuntu 10.04) for android projects development.If i build some application and run it as android application it works fine,but if i make some changes to my class files and again running it as android application the eclipse

Re: [android-developers] App activation by Voice

2012-02-03 Thread James Black
I expect the answer to the first question is no, unless you have another program already running. For the second I expect the market application has something running in the background that will periodically check for updates On Feb 2, 2012 10:12 PM, Dhaval Varia dhavalkva...@gmail.com wrote: I

[android-developers] It is possible to embed a MapActivity into another Activity without using Fragments?

2012-02-03 Thread saex
Hi It is possible to embed a MapActivity into another Activity without using Fragments??? How can i achieve it? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread skink
vani reddy wrote: HI PFA the snapshot. When i click on the above red color refresh image and the wall tab is open. Need to refresh that activity. When i switch to other tab say friends and click on refresh image it shud refersh that particular activity i.e call a method in that activity.

[android-developers] Re: It is possible to embed a MapActivity into another Activity without using Fragments?

2012-02-03 Thread skink
saex wrote: Hi It is possible to embed a MapActivity into another Activity without using Fragments??? How can i achieve it? Thanks google activitygroup pskink -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] texture drawing on android OpenGL

2012-02-03 Thread Rikki
I’ve been working on openGl in android. I want to render multiple textures(bitmaps) on GLSurfaceViews and facing some problems. We are stuck up in positioning the textures on the surface view based on the vertices. We need to draw several textures and then handle drawing of each texture

Re: [android-developers] Re: Newly installed widgets are not runnable on Honeycomb

2012-02-03 Thread Mark Murphy
On Thu, Feb 2, 2012 at 8:53 PM, David Ross grand...@vacuumpunk.com wrote: The Activity WidgetDummyConfiguration is called when the APK has been downloaded from the market and run. I sure hope not. Nothing is supposed to run in an APK file when it has been downloaded from the market and run.

Re: [android-developers] removing application

2012-02-03 Thread Mark Murphy
No. On Fri, Feb 3, 2012 at 4:43 AM, אריאל arielgordon...@gmail.com wrote: Hello all, is there a way to Cancel the uninstall option? Thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re : eclipse crash

2012-02-03 Thread Ted Scott
Are you running an AVD on 2.2? There is a weird problem with eclipse and that version of the emulator. See issue 24926 http://code.google.com/p/android/issues/detail?id=24926 Try this: 1. In Window - Preferences - Android - logcat, turn off the option to automatically show logcat if there

Re: [android-developers] How to compile .aidl file that references a class in an android library

2012-02-03 Thread Mark Murphy
http://code.google.com/p/android/issues/detail?id=21409 It's a known flaw in the aidl utility that has not yet been fixed. There's discussion of workarounds/patches in the issue. On Thu, Feb 2, 2012 at 10:01 PM, James Black planiturth...@gmail.com wrote: I have a library that my application

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
HI, IF we call tabHost.getCurrentTab() will it call the oncreate of the activity. On Fri, Feb 3, 2012 at 5:19 PM, skink psk...@gmail.com wrote: vani reddy wrote: HI PFA the snapshot. When i click on the above red color refresh image and the wall tab is open. Need to refresh that

[android-developers] Eprint in Android

2012-02-03 Thread aru padam
Hi all, How i can implement the eprint feature in my android app. Thanks Deepesh -- 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,

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread skink
vani reddy wrote: HI, IF we call tabHost.getCurrentTab() will it call the oncreate of the activity. of course not, it will return the index of the current tab pskink -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] HorizontalListView inside a VerticalListView

2012-02-03 Thread Arnaud VALLAT
Hello, you need to modify HorizontalListView and do this in the onScroll method: final ViewParent viewParent = getParent(); if (viewParent != null) { viewParent.requestDisallowInterceptTouchEvent(true); } Rno -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Poll: how many of you use a backend service or roll your own

2012-02-03 Thread Kristopher Micinski
On Fri, Feb 3, 2012 at 1:22 AM, Todd Grigsby tgrigsby...@gmail.com wrote: RPC and REST are both used to implement Web services, and that's where the semantic similarities end.  I only brought it up because Amazon touts DynamoDB as REST, but it's anything but.  I find it aggravating when some

Re: [android-developers] Re: Poll: how many of you use a backend service or roll your own

2012-02-03 Thread Kristopher Micinski
On Fri, Feb 3, 2012 at 8:53 AM, Kristopher Micinski krismicin...@gmail.com wrote: On Fri, Feb 3, 2012 at 1:22 AM, Todd Grigsby tgrigsby...@gmail.com wrote: RPC and REST are both used to implement Web services, and that's where the semantic similarities end.  I only brought it up because Amazon

[android-developers] Widget or Button

2012-02-03 Thread Omollo Ateng
hey, please how can i apply a widget to my app so that it can toggle my application on or off when a user clicks the widget on the screen. any ideas will be appreciated. Thank u Best Regards -- Be good to not only people but also machines -- You received this message because you are

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
Hi., TabACtivity is my HomeScreen.java and FirstActivity under the tab. On click of refresh button i need to start a thread in a method in FirstActivity .by passing a runnable object. I cannot make a method as static On Fri, Feb 3, 2012 at 7:22 PM, skink psk...@gmail.com wrote: vani reddy

Re: [android-developers] Widget or Button

2012-02-03 Thread TreKing
On Fri, Feb 3, 2012 at 8:03 AM, Omollo Ateng omollo.at...@gmail.com wrote: how can i apply a widget to my app so that it can toggle my application on or off when a user clicks the widget on the screen. http://developer.android.com/guide/topics/appwidgets/index.html

[android-developers] Re: PDF File Creation using Android

2012-02-03 Thread yaturner
There is no native support for creating PDF files in Android the way there is for Bitmaps, you need an external package to do it. Try searching for android create pdf On Feb 3, 1:38 am, johny basha visitba...@gmail.com wrote: Thnks i gave me the good link,? -- You received

Re: [android-developers] Eprint in Android

2012-02-03 Thread TreKing
On Fri, Feb 3, 2012 at 7:50 AM, aru padam deepesh...@gmail.com wrote: How i can implement the eprint feature in my android app. Assume we're stupid: what is the eprint feature? - TreKing

Re: [android-developers] Eprint in Android

2012-02-03 Thread Kristopher Micinski
Perhaps you're talking about the google cloud print api? http://code.google.com/apis/cloudprint/docs/android.html kris On Fri, Feb 3, 2012 at 9:51 AM, TreKing treking...@gmail.com wrote: On Fri, Feb 3, 2012 at 7:50 AM, aru padam deepesh...@gmail.com wrote: How i can implement the eprint

RE: [android-developers] Re: Encoder???

2012-02-03 Thread Muhammad UMER
hi pskink, So as i understand that relative offset is the reference of the moov atom (where the moov atom starts in a file). isn't it? and How can you calculate this offset, 324070 - 32 == 0x0004f1c6 What is 32 and how 0x0004f1c6 comes?

[android-developers] Hacking Android emulator source code

2012-02-03 Thread Anirudh Sivaraman
Hi I am interested in hacking some of the Android emulator source for a project of mine. Can anyone point me to the right forum/group for such discussions ? I have some very specific questions pertaining to the source code. Anirudh -- You received this message because you are subscribed to the

Re: [android-developers] Hacking Android emulator source code

2012-02-03 Thread Mark Murphy
http://source.android.com/community/index.html On Fri, Feb 3, 2012 at 10:44 AM, Anirudh Sivaraman sk.anir...@gmail.com wrote: Hi I am interested in hacking some of the Android emulator source for a project of mine. Can anyone point me to the right forum/group for such discussions ? I have

Re: [android-developers] hi all

2012-02-03 Thread TreKing
On Thu, Feb 2, 2012 at 10:41 PM, chowdary nani naveenneeli...@gmail.comwrote: Here i am able to parse the xml page which is on server when i have given the url directly. but i need for dynamically created url This has nothing to do with Android. Do you understand Java and variables?

[android-developers] Re: Encoder???

2012-02-03 Thread skink
Muhammad UMER wrote: hi pskink, So as i understand that relative offset is the reference of the moov atom (where the moov atom starts in a file). isn't it? and How can you calculate this offset, 324070 - 32 == 0x0004f1c6 What is 32 and how 0x0004f1c6

[android-developers] Re: Poll: how many of you use a backend service or roll your own

2012-02-03 Thread Bret Foreman
I use QuickBase in one instance and Pachube in another. It's nice to use a back end that comes with a pre-built application-specific schema and there are quite a number of them out there for media, documents, collaboration, gaming, GIS, and so on. -- You received this message because you are

RE: [android-developers] Re: Encoder???

2012-02-03 Thread Muhammad UMER
Basically i don't understand perfectly this, 001c66747970 336770340300 |ftyp3gp4 | 0010 336770346d703431 336770360007a42f |3gp4mp413gp6.../| 0020 6d6461743c911716 be6679e1e001e7af |mdatfy. | can you please explain it. Thanks Regards,

[android-developers] Re: Encoder???

2012-02-03 Thread skink
Muhammad UMER wrote: Basically i don't understand perfectly this, 001c66747970 336770340300 |ftyp3gp4 | 0010 336770346d703431 336770360007a42f |3gp4mp413gp6.../| 0020 6d6461743c911716 be6679e1e001e7af |mdatfy. | can you please

RE: [android-developers] Re: Encoder???

2012-02-03 Thread Muhammad UMER
Hi pskink, 4:ftyp 32:mdat 324042:ftyp 324070:moov Ok 4 is starting bytes of ftyp, 324070 is starting bytes of moov, 32 is starting bytes of mdat etc. so it means that subtract the starting position of mdat from starting position of moov. then converts the bytes to hexadecimal

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-02-03 Thread Chenchen
Hi Fernandez, I have the same problem. I think it is because the bluetooth does not close properly. In my case, I didn't touch the default state machine and it does not turn off the blue color bluetooth logo after the measurement is finished. And Connection State is still CONNECTED. Which is

[android-developers] Why are fragments in FragmentTabs.java not destroyed with the main activity?

2012-02-03 Thread Anguel
Hi! There is something in the Android API example FragmentTabs.java (http://developer.android.com/resources/samples/ApiDemos/src/com/ example/android/apis/app/FragmentTabs.html) that I do not understand. I will try to explain my problem step-by-step: First, in the onCreate method of the main

[android-developers] Issue with adding multiple menu option.

2012-02-03 Thread Damodaran
i am trying to use option menus for my application. when i add 4 menuitem it shown in double row, but i need in one row (single row) . pls suggest 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] Obsolete proguard file - fix

2012-02-03 Thread Auri Rahimzadeh
For those with issues with an obsolete proguard file, do the following: 1. Under Window, go to View, then Problems. You'll see what the issue is with the proguard file. 2. Open your proguard.cfg file and fix the errors. If it's the membernames issue, just replace the old parameter with the new

[android-developers] Re: In-App Billing always fails with “Reason: Took too long to deliver”

2012-02-03 Thread Andrin von Rechenberg
I've even tried to use the sample application on: http://developer.android.com/guide/market/billing/billing_integrate.html But I got exactly the same error. Anyone else seeing problems with this? -Andrin On Thu, Feb 2, 2012 at 3:56 PM, Andrin von Rechenberg andri...@gmail.comwrote: Hey there

[android-developers] Regarding Auto Text application of android

2012-02-03 Thread Tajinderpal Singh
hi everyone!!! i need help regarding my undertaking project Auto TexT. I interested to know what features i can add to it. Should i make it online or offline. Please help me. Regards Tajinderpal Singh -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Missing accents for the key e on german keyboard

2012-02-03 Thread Andre
Hi, I am missing the accents for the key e on the german keyboard layout in Android. When I am long-pressing an a, o, u, etc. I will get all possible accents for this letter. But wenn long-pressing e I will only get one accent. When I change my keyboard layout to english-us, I get all accents

[android-developers] Image comparison problem: getPixel() in android and getRGB() in JDK return different values for the same image

2012-02-03 Thread Ergen
Hi. I want to compare two images. One image is on the android client and another image is on the server (with Tomcat, JDK). I need also to calculate two histograms - one for each image - and to compare they The problem is: getPixel (x, y) (on Android) and getRGB (x, y) (JDK) return different

[android-developers] Webkit

2012-02-03 Thread CodeOnWeed
Hi all, ( I am using a Samsung Galaxy Tab 10.1 ). I need to develop a HTML5 based app. I want to zoom the contents of a Html fragment ( like htmlbodypA small paragrah goes here./p/body/html ). Currently the WebView only supports limited amount of zooming of the content. My application need to

[android-developers] SmsManger.sendTextMessage(...) gets stuck.

2012-02-03 Thread KidCoder
Hi everyone, I have a BroadcastReceiver that will receive texts, and if the auto-reply feature of my application is on, then it will reply with a preset message. However, the text message will not send. All is good with the LogCat, but whenever I try to send a text from the Messaging application,

[android-developers] Re: Can I trigger a checkpoint of SQLiteDatabase programtically?

2012-02-03 Thread Adjoa Poku
Adding this line in my Android code forced the commit from the wal file into the main database: db.rawQuery(PRAGMA wal_autocheckpoint = 1, null); // db is an instance of SQLiteDatabase, i.e. // SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(/sdcard/ mydb.db, null); I use autocheckpoint

[android-developers] Re: removing application

2012-02-03 Thread gnudark
This is a control from Android S.O. I belive there´s no way to Cancel this option... On 3 fev, 07:43, אריאל arielgordon...@gmail.com wrote: Hello all, is there a way to Cancel the uninstall option? Thank you -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Anyone know about Option Menu in Ice Cream Sandwich

2012-02-03 Thread Kyung Won Kim
I want to disable on Option menu item, it has icon and title. I used menu,getItem(int id).setEnabled(boolean)...before. But icon is changed with disabled state, but title is not changed. This issu is only for Ice Cream Sandwich.. Anyone help me this issue.plz -- You received this message

[android-developers] Android app (.apk) x Web app (using WebView)?

2012-02-03 Thread Lucas Diego
Hi Guys, I have to make an app for Android and Iphone. I was wondering, if it could be better make one web app that could be accessed for both or make two different app, one for Android and other one for iphone? so, what's better? Doing an app Android/Iphone or only one Web app (using WebView,

[android-developers] Intercepting mail communication / TCP streams

2012-02-03 Thread Andi Clemens
Hi, I need to write an application that can intercept emails, extract keywords from the mail body and act accordingly when finding specific keywords. I read that you are not able to intercept mail communication, only SMS, so I guess I will need a different approach. Is it possible to intercept

[android-developers] Re: How to create a sms database table to store inbox messages in Android

2012-02-03 Thread amit
Yes, agree with Nitin. Use existing table and using ContentResolver - query that table. Uri uriSMSURI = Uri.parse(content://sms); Cursor cursor = mContext.getContentResolver().query(uriSMSURI, null, null, null, null); On Feb 2, 12:02 am, Nitin Sethi sethi.5...@gmail.com wrote: AFAIK, the sqlite

[android-developers] Will adb work on a tablet host USB port?

2012-02-03 Thread davidindublin
I want to develop on an unrooted android tablet that has both an OTG and Host USB. The Android Version is 2.3.0 so there are no Java api's to write directly to the USB host. The android device has to be attached to a computer using the OTG port so I need to connect the android host port to

[android-developers] Re: EditText with bitmaps

2012-02-03 Thread gnudark
You can create a style.xml and define the customize the propertie parent=@android:style/Widget.EditText there. On 2 Fev, 13:24, Robert Slama robsl...@gmail.com wrote: Hi guys, is any way how make edittext custumized as is on attached image? r^  edittext.png 23KVerTransferir -- You

[android-developers] In-App Billing always fails with “Reason: Took too long to deliver”

2012-02-03 Thread Andrin von Rechenberg
Hey there I'm trying to add in-app billing to my app. I think i’ve implemented everything just fine, the purchase window for an item pops up and I can click on buy, but then it is saying “Authorizing Purchase” for ever and then it fails. The purchase is listed in the google checkout account as

[android-developers] Is Android Apps are Device specific?

2012-02-03 Thread Vikas Garg
Hi, I have a question , If I create a android app, will it run on any mobile device have android on it. Thanks -- 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] Stream camera video on bluetooth connection

2012-02-03 Thread ashgab
Hi all, In my project i want to stream camera video from android phone to PC on bluetooth connection. tell me the way to go for it. Thank u..! -- 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] SSL/TLS and ECC (Elliptic curve cryptography)

2012-02-03 Thread Kosmo Kosmorum
I'm developing an android application which communicates with a web server. We use HTTPS for this communication and we have also a client certificate inside the android application for authentication. We created SSL certificates using ECC (ANSI x9.62) in order to have very small certificates so

[android-developers] Android Search Dialog and Suggestions ListView: Change theme and colours?

2012-02-03 Thread Mo Kargas
I've implemented a simple search dialog that performs a custom search of the data within my app (Via a custom provider) as according to the guidelines here: http://developer.android.com/guide/topics/search/search-dialog.html The problem is that the search bar's colors and size (exceeds the

[android-developers] Need to buy device for development

2012-02-03 Thread Hine
emulation is so slow that I think about buying a phone or pad, even though I don't need it. What is a good go without spending a fortune? henry -- 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] Problem on write data into Internal Storage

2012-02-03 Thread Iguana Tan
I'm trying to read from website url then write into device internal storage. Below are my code, the system output can print the line out but there is no file at internal storage. Suppose the abc.xml will appear at /data/data/my-package/abc.xml but there is nothing... Kindly help me on this

[android-developers] help regarding development of my app

2012-02-03 Thread gaurav prashar
sir, i am trying to develop an android application for my college as my final year engineering project. this will be an applicaton that consists of following features 1) campus news 2) events 3)campus maps 4)directories 5)social media 6) photos of the campus i want to ask how do i go ahead with

[android-developers] ConnMan's Corresponding Component in Android

2012-02-03 Thread Erik Bai
Dear All, As you know, the Connection Manager (ConnMan) project provides a daemon for managing internet connections within embedded devices running the Linux operating system. --- http://connman.net/about. So I'd like to know the corresponding component in Android, which does the same work as

[android-developers] i need to have code for reading a imae from url

2012-02-03 Thread raju
i need some help in getting an image with the help of url bhai -- 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] Metrics ...

2012-02-03 Thread hhenault
Hello all, I wrote a small application (API-10), in order to get its metrics : ... DisplayMetrics wdm = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(wdm); msg.setText(wdm.toString); ... And on a Galaxy Note, I got this result :

[android-developers] Problem Creating new Contact with photo

2012-02-03 Thread Gorka PlanetMedia
Hi, I am trying to create a new Contact with a photo, but my code doesn´t work properly. The thing is that the first time I execute the code the new contact doesn´t appear on the Contacts List, but the second time I execute it the contact appears twice and properly. I have tried the same code but

[android-developers] speex or jspeex support on android

2012-02-03 Thread hemant metalia
Hi, please can anybody help me how use speex or jspeex in android? I need to encode and decode bytestream of audio file using this codec. -- 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] failure taking screenshot

2012-02-03 Thread Pete
Hello everybody, i'm trying to show an image launching an activity with intent ACTION_VIEW, but i get some problems. Here the code, you can also see some others tries i made below the commentary //: String path = //getting from a sqlite database File f = new File(path); //String extension

[android-developers] Intent flag FLAG_ACTIVITY_RESET_TASK_IF_NEEDED

2012-02-03 Thread anat cooperman
I have encountered this flag (paired with FLAG_ACTIVITY_NEW_TASK), and cannot get to the bottom of it. I tried playing with activities and their affinities, and still dont have a clue as to what would be the expected behavior when this flag is set. The context i encountered this flag is (though i

[android-developers] Re: How can I load the saved map in my google map?

2012-02-03 Thread G. Hussain Chinoy
I have this question, too - Since My Maps are stored in the user's google account, I'm thinking there might be a new oauth2 way to get permissions to retrieve them but I haven't seen any APIs ... Does anyone know if this is possible? -- You received this message because you are subscribed to

[android-developers] AVD manager and Eclipse Helio

2012-02-03 Thread s.o.d.a.
Guys, Is it possible to run eclipse Helios and the android sdk on windows xp? I'm also having problems with the application on vistawhat do i do? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Sample of using Protobuff.net in android using eclipse

2012-02-03 Thread Zanjani
Hi guys, I am new in android developing and need to use protobuff.net because the web services already written in this way. could you please send me a sample and help me through it. thanks heap guys. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] NoClassDefFoundError for a generated webservice class

2012-02-03 Thread Gabriela Radu
Hello, I am generating some stub classes using ant and at one point for apparently only one class, at runtime I get the NoClassDefFoundError exception, The class extends Service from javax.xml.ws.Service: @WebServiceClient(name = MyClassService, targetNamespace = ..., wsdlLocation = ..) public

[android-developers] ICS - OpenGLRenderer is out of memory! on Launcher application (Fonts are broken)

2012-02-03 Thread Johnnie
Hi! I have a problem with my AppWidget. Some users on Galaxy Nexus and Nexus S who have Android 4.0 are reporting broken fonts in stock launcher. I had the phone connected to ADB to see the logs and I found there these errors multiple times: OpenGLRenderer is out of memory! Is there a way to

Re: [android-developers] Read Heap from DDMS

2012-02-03 Thread Dmitrij
I have the same problem https://lh5.googleusercontent.com/-itXwQBVHmOA/TytT8nWvLqI/ALQ/XgQqXx932p8/s1600/2012-02-03-062503_1920x1080_scrot.png -- 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] NullPointerException error

2012-02-03 Thread geo
Hello,i am getting error: Caused by: java.lang.NullPointerException E/AndroidRuntime(329): at ...LineGraph.getIntent(LineGraph.java:109) E/AndroidRuntime(329): at LineGraph.onCreate(LineGraph.java:80) E/AndroidRuntime(329): at

[android-developers] Questions re: strategies for improving your app's … user experience

2012-02-03 Thread HS Incubar
Hi all, I'm assessing the pros/cons of different approaches to Beta- testing an app before it's ready for prime time. Let's say I launch an app with a BETA label - purpose is to gain user feedback and make significant improvements before launching it for real. (I don't know any other way to

[android-developers] Create new jar for android for javax.* package

2012-02-03 Thread Gabriela Radu
Hello, I have some days now of trying diverse paths to connect to a SAP server. KSoap looked fine, but did not authenticated me on the server, and in the end I generated stub classes from a local wsdl and when trying to use a class that was generated , that used the javax.* classes I got stuck.

[android-developers] Re: Any way to add online form to android app?

2012-02-03 Thread HS Incubar
I'm not a coder. Still, consider this other way of looking at it. How about having your app cache your blank form as a local HTML file, on the client's phone? When user fills it out, you can save as to add a local copy to the phone's DB. At same time (or, as soon as network cnxn is available)

Re: [android-developers] Re: Header button above tabs not able to manage the activity under the tabs

2012-02-03 Thread vani reddy
Hey, When i do setCurrentTab(int value) the activity doesnt get refreshed. On Fri, Feb 3, 2012 at 7:53 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi., TabACtivity is my HomeScreen.java and FirstActivity under the tab. On click of refresh button i need to start a thread in a method in

[android-developers] on communicating with USB device from Android 2.2.x Os based Tablet PC

2012-02-03 Thread jk
Hi I have 1) Android 2.2.x OS based Tablet PC ( by Livall .a company in China) 2) I have USB device that can perform FM Radio receiver. 3) I want to write a application in item 1 to access data from item 2. 4) After item 3, i just want to store or play

[android-developers] How to Pitch Sound

2012-02-03 Thread Eka
hi all. I want to ask. anyone knows how to pitch a voice in android application? application examples blow! blow! I want to make such an application. Please help. Regards, Eka kurniawan -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] how to access database on pc by android app.

2012-02-03 Thread Islam Mohamed
Hi all, i have to make android app that received files from mobiles and save it on database in pc how to create database on pc that i can access it by android app which technique is the best for this Bluetooth or Wifi or...between the mobiles? which technique is the best for this Bluetooth or Wifi

[android-developers] Form Based App

2012-02-03 Thread mikein89
Hello All, I am looking at creating an android based application for a user to fill out a form. The form will consist of text boxes some radio buttons and maybe an image or too if possible. Then when they are finished they will submit it. Is it at all possible to do this in a way that it saves

[android-developers] Re: sip demo

2012-02-03 Thread zelenooq
Emulator suport SIP but You have to do this: http://code.google.com/p/android/issues/detail?id=13037 Tablet suport SIP but only if You are wireless connected. On Jan 30, 10:56 am, Jagruti Sangani jagruti.sang...@inextrix.com wrote: hello, i have used the sip demo which was

[android-developers] How to get Cell's currently using frequency GSM/CDMA

2012-02-03 Thread ALi
Hi, Is there any Android class/ api by which i can get frequency of my cell GSM/CDMA. Any guideline. Thanks -- 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] how to modify the EGL_BAD_ALLOC error on Android 2.3.3?

2012-02-03 Thread xqhrs...@yahoo.com.cn
how to modify the EGL_BAD_ALLOC error on Android 2.3.3? -- 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] Database management

2012-02-03 Thread rodrigocarfer
So, I'm trying to access a db that does not belong to my app. I want to read and maybe write in the database responsible for the messaging storage (data/data/com.android.providers.telephony/databases/ mmssms.db). The problem is everywhere I search I'm told i cant access a database that does not

[android-developers] how can access android phone (sdcard) on my computer browser via wifi ?

2012-02-03 Thread ltvie
Hi everyone...!! I want to know,,how can access android phone (sdcard) on my computer browser via wifi ? for example,from my computer browser i can access android phone just type IP and port (http://192.168.2.125:8080).. than show webpage from android phone ?? #sorry for my bad english..:) --

[android-developers] How to preserve data across VM crashes

2012-02-03 Thread Jayce
Hello, I am developing for Froyo on a Nexus One. I have an issue where the dalvik vm crashes (in logcat AndroidRuntime specifically mentions it is shutting down the VM) and brings down running activities and services. My app is a single Activity - it executes onSaveInstanceState when the VM

[android-developers] Re: LogCat not displaying TAG “SMS”

2012-02-03 Thread PewterHydra
There are some tags that don't go to the default buffer, as has been stated. You can view them by specifying which buffer to view with the -b logcat option. For example, to see the SMS logcat messages, start logcat with: adb logcat -b radio See here for documentation:

[android-developers] sqlite login screen problem

2012-02-03 Thread srikanth chitturi
Hi i am creating a login screen in android . But i am facing a problem in which i have to find whether the username is already present in database and check with the password . please send reply. -- You received this message because you are subscribed to the Google Groups Android Developers

  1   2   >