[android-developers] Re: SQLite Collate UNICODE - not case sensitive in ICS??

2012-03-16 Thread Zsolt Vasvari
Create a small test case and submit it to b.android.com On Friday, March 16, 2012 12:51:34 PM UTC+8, Grunthos wrote: On Mar 16, 2:29 pm, Zsolt Vasvari zvasv...@gmail.com wrote: I don't know I always do a LOWER() just to be safe... While that works, it is roughly 25% slowerwhich

[android-developers] Re: SQLite Collate UNICODE - not case sensitive in ICS??

2012-03-16 Thread Grunthos
An entire android app? Or will just a demo class do? On Mar 16, 5:16 pm, Zsolt Vasvari zvasv...@gmail.com wrote: Create a small test case and submit it to b.android.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: ScrollView resize issue with LinearLayout

2012-03-16 Thread Mansoor
Please give some suggestion i am stuck -- 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] How can I get contact name with his/her number

2012-03-16 Thread deepu
How can I get contact name with his/her numberhttp://stackoverflow.com/questions/6009852/how-can-i-get-contact-name-with-his-her-number I'm trying to develop a simple app using Android Scripting and Python. Now, I have a phone number, and I want to find out which contact has that number. I can

[android-developers] Pinch and Zoom of Webview

2012-03-16 Thread B.Arunkumar
Hi, is it possible to somehow program the pinch and zoom as in Webview when we use an imageview embedded in a scrollview and horizontalscrollview? The Pinch and Zoom effect is not as smooth as what we find in WebView. How do we incorporate the bouncing effect as in WebView? Thank you,

[android-developers] Re: SQLite Collate UNICODE - not case sensitive in ICS??

2012-03-16 Thread Grunthos
FWIW, I created issue 27053: http://code.google.com/p/android/issues/detail?id=27053 This code snippet was included; I will probably end up using it to test the phone when the app first runs. Ugh. package com.some.name; import android.database.Cursor; import

Re: [android-developers] Need help on reading the html source of a page

2012-03-16 Thread chowdary nani
Hi, as i dont know any thing about php script and java script. in my html code the first page is redirecting to second page i need to read the second page source code in i tried using the code in the link using that i am reading the first page source i amno getting the second page source code so

[android-developers] Android Accessory app?

2012-03-16 Thread brilliant winger
Hi I will try to create Android applications and accessories. And, I will use Android accessory product. I have a few questions. Since last year, Google announced adk, many developing Accessories happened? I could not find the Accessory product information for Android on the website. If you

[android-developers] Re: Android Accessory app?

2012-03-16 Thread Zsolt Vasvari
Hello Mr. Brilliant, this forum has nothing to with the ADK. Find a forum that does and post there. On Friday, March 16, 2012 3:13:01 PM UTC+8, brilliant winger wrote: Hi I will try to create Android applications and accessories. And, I will use Android accessory product. I have a few

Re: [android-developers] How can I get contact name with his/her number

2012-03-16 Thread asheesh arya
juzz go through this link..might be it help you stay blessed stay healthy http://www.pocketmagic.net/?p=1870 -- 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

Re: [android-developers] Re: Change Package name to new one

2012-03-16 Thread hooman os
Also check your manifest. Sometimes it does not update activities, service and etc On 15 Mar 2012 07:02, Randil randilpushpana...@gmail.com wrote: Thank you very much Chris. I ll try to do in that way. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to read the large sized text file

2012-03-16 Thread Narendra Singh Rathore
On Fri, Mar 16, 2012 at 8:06 AM, Miguel Morales therevolti...@gmail.comwrote: Try using a buffered input stream. In other words, stream read the file. You should also know that phones are very limited in memory. Loading more than a few MB into memory spells trouble. I even tried that, but

[android-developers] Re: SQLite Collate UNICODE - not case sensitive in ICS??

2012-03-16 Thread Mark Carter
SQLite was upgraded from 3.6.22 to 3.7.4 for the first Honeycomb release: http://stackoverflow.com/questions/2421189/version-of-sqlite-used-in-android/4377116#4377116 So you may want to verify the problem exists in SDK 3.0, but not in 2.3.3. -- You received this message because you are

[android-developers] Re: start application after boot as default application (no home screen)

2012-03-16 Thread MegaDev
thnaks. it works after adding these lines in AndroidManifest.xml category android:name=android.intent.category.HOME / category android:name=android.intent.category.DEFAULT / category android:name=android.intent.category.LAUNCHER / On Wednesday, March 14, 2012 1:50:20 PM UTC+1, MegaDev wrote:

[android-developers] icecream emulator adb push to sdcard, gallery fails to update

2012-03-16 Thread extrapedestrian
when I push image to icecream emulator sdcard, it doesn't appear in gallery. I have to restart emulator to see image in gallery. -- 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: Need help on reading the html source of a page

2012-03-16 Thread Ali Chousein
Well, if you don't know a technology to solve your problem, use the opportunity and just learn the God damn technology. Others will only give you guidance. Asking others to do the job for you (even if it's VEERY URGENT) is not going to take you anywhere. The number of messages in which people

[android-developers] Fwd: error in service call

2012-03-16 Thread Mulsaniya Bhadresh
-- Forwarded message -- From: Mulsaniya Bhadresh bhadresh.ha...@gmail.com Date: Wed, Mar 14, 2012 at 11:52 PM Subject: error in service call To: android-developers@googlegroups.com 03-15 06:48:27.386: W/System.err(458): java.lang.IllegalStateException: Target host must not be

Re: [android-developers] Connectivity Manager does not return Active network information

2012-03-16 Thread sha m
Hi Mark and Robert , Thanks a lot for the information. I had my bluetooth active and connected to another mobile, but still returned null in API level 7. So it means this can be verified only above API level 13? My intention was to check the VPN connection. Could you please guide me on that?

[android-developers] Google map: getting exception when trying to get location name of clicked co-ordinates

2012-03-16 Thread Narendra Singh Rathore
Hi all, I am using google map in my application. Till now, I have successfully shown the map with marker, as well as *got the clicked co-ordinates*, with the help of boolean method *onTouchEvent*of MapOverlay extending com.google.android.maps.Overlay. Now, I am trying to get the location name(s)

[android-developers] ListView row animation not shown because of a bad definition of layout width and height.

2012-03-16 Thread Lorie Pisicchio
Hello, I have a LinearLayout containing a ListView. My ListView is filled-in with a custom CursorAdapter containing some key - value data. My database keys are stable, but values randomly changes, and I want to display animations on the ListView rows which value has just changed (flash the

[android-developers] How to get Streetview in mapactivity

2012-03-16 Thread Android Developer
Hi All, StreetView method in now depricated in mapactivity. how do we display the map with streetview. Thanks Mani -- 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

Re: [android-developers] How to get Streetview in mapactivity

2012-03-16 Thread Narendra Singh Rathore
On Fri, Mar 16, 2012 at 4:15 PM, Android Developer c2dmdevelo...@gmail.comwrote: Hi All, StreetView method in now depricated in mapactivity. how do we display the map with streetview. Add this to your code: *mapView.setStreetView(true); * -- You received this message because you are

[android-developers] Alert Dialog surface uses relative coordinates on canvas

2012-03-16 Thread Android007
Hi, I am not sure, but I think my previous post was not published.. so I am sending it again. I have a simple program that opens up an alert dialog whenever a user presses a button (yes, tis a VERY simple program...). I can see that whenever the dialog appears a new canvas is created (I made a

[android-developers] Contact search

2012-03-16 Thread disha
Hi, Need help in addressbook contact search. So the requirement is, contact search has to be done based on the Contact display name or emailid or phone number. Is there any way, where i can use only one query to get the contacts, contact email ids and phone numbers by comparing the search

[android-developers] Run Google Places app from web page

2012-03-16 Thread Comp Guy
What is the best/recommended way to start the Google Places application from my web page? I would like to do this on both Android and IOS mobile devices. -- 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: can't find The Device Availability dialog

2012-03-16 Thread cliff
I just went through this and figured out the issue. You need to 'Activate' your .apk file on the APK tab, then the Device dialog appears, and the number of devices is updated. Not very intuitive or obvious. On Thursday, July 28, 2011 12:58:04 AM UTC-6, martypantsROK wrote: This is my

[android-developers] android offline synchronizing app/tool

2012-03-16 Thread arkiver
Hello, I am looking for an offline synchronizing tool/app/client for android devices. It can be used to take backup of 1. Contacts 2.Messages 3.Photos Videos 4.Calender. It should be able to backup this data using one or more of these: 1.USB 2.WIFI 3.BLUETOOTH 4.HTTP Also, I am looking for such

[android-developers] Re: new 50mb expansion pack functionality, api 11... no easy dice?

2012-03-16 Thread David Schreiber
Hello there, I just implemented the downloader service and have noticed some things (and one severe bug). First of all, documentation says the downloader service needs a minimum of API level 4. The service provides two different kinds of user notifications, one for API level 3+ one for API

[android-developers] Badlogic Framework

2012-03-16 Thread Ghost
Can anyone help me? My trouble is that i have searched in google but with no avail, I couldn't find the Android Game Framework from badlogic. I am looking for it because i cant find the interface com.badlogic.androidgames.framework.FileIO. Thank You -- You received this message because you

[android-developers] Run android apps using emulator launched from linux shell

2012-03-16 Thread amit
Hi, I downloaded the android source code and built it on a remote server using ssh. I want to make changes to the source code, re-compile, and test android apps using that built code. My eclipse is installed on my local ubuntu linux machine. After compiling the source code through shell, I run

[android-developers] Noobie here!! help plz

2012-03-16 Thread BalaJi
Hello everyone!! I am really glad to see a group like this. I am sure you are the people who can help me out here. I am Bala, I am new to programming, Actually i am a designer, But i need to create a simple application for android. And i have little knowledge in JAVA. And Someone out there If

[android-developers] Re: CDMA home carrier

2012-03-16 Thread bkph
On Friday, December 4, 2009 1:45:40 PM UTC-5, Ken H wrote: But don't get me started on Android 2.0 and this CDMA stuff. Example: the CdmaCellLocation has two methods (getBaseStationLatitude() getBaseStationLongitude()) which, judging from the name return the LAT/ LON of the site.

[android-developers] SocketTimeoutException is not thrown if device screen is locked

2012-03-16 Thread Anton
I implemented STUN client which sends requests to STUN server with specified period and during this period listens for requests from STUN server: private void waitForNextRequest(int timeout) { try { byte[] respData = new byte[1024]; DatagramPacket bRespPacket = new

[android-developers] Please can i have source codes for tictactoe game for android?

2012-03-16 Thread Jane Kalu
Please can i have source codes for tictactoe game for android? -- 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] probleme android

2012-03-16 Thread Ayed Chamseddine
Couldn't get connection factory client -- 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 Foriegn Key Error.

2012-03-16 Thread abhijeet tomar
Hello, In my project , a table have 3 foreign key and 1 primary key ... when we entererd wrong foreign key value in SQLiteBrowser then it will give me constraint violation errorbut that thing if i do in Android Programming then it insert easily and no error occured it should not be

Re: [android-developers] Contact search

2012-03-16 Thread asheesh arya
juzz go through this link..might be it help you stay blessed stay healthy http://www.pocketmagic.net/?p=1870 -- 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

Re: [android-developers] Re: new 50mb expansion pack functionality, api 11... no easy dice?

2012-03-16 Thread Mark Murphy
You should file this on b.android.com, as it is unlikely that anyone in position to do anything about it will notice it here. On Thu, Mar 15, 2012 at 1:04 PM, David Schreiber flashmasterd...@gmail.com wrote: Hello there, I just implemented the downloader service and have noticed some things

Re: [android-developers] How to get Streetview in mapactivity

2012-03-16 Thread Android Developer
Hi This method is already deprecated. i used it but its not working'. Thanks Mani On Fri, Mar 16, 2012 at 4:21 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Fri, Mar 16, 2012 at 4:15 PM, Android Developer c2dmdevelo...@gmail.com wrote: Hi All, StreetView method in now

Re: [android-developers] Way to set android:vmSafeMode at runtime

2012-03-16 Thread Mark Murphy
On Fri, Mar 16, 2012 at 12:39 AM, William Ferguson william.ferguson...@gmail.com wrote: I seem to have several devices running foul of the JIT compiler in Froyo (see http://code.google.com/p/android/issues/detail?id=9281) The solution appears to be setting android:vmSafeMode=true in my

Re: [android-developers] How to get Streetview in mapactivity

2012-03-16 Thread Narendra Singh Rathore
On Fri, Mar 16, 2012 at 4:55 PM, Android Developer c2dmdevelo...@gmail.comwrote: Hi This method is already deprecated. i used it but its not working'. Yes, I got your problem. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: AudioManager setSpeakerPhoneOn does not work on Android 2.2 (Galaxy Tab GT-P1000) but on Android 2.3.5 (HTC Wildfire S)?

2012-03-16 Thread Pinny3
Hi there, today I've set aM.setMode(AudioManager.MODE_IN_CALL); within the above mentioned code. Now the Galaxy Tab with Android 2.2 does not play any sound anymore if a Bluetooth Headset is connected and paired. I am confused. Can anybody help? Regards, Christian On Tuesday, 13 March

Re: [android-developers] How to get Streetview in mapactivity

2012-03-16 Thread Narendra Singh Rathore
Have a look at the following link: http://code.google.com/p/android/issues/detail?id=10317 -- 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

Re: [android-developers] probleme android

2012-03-16 Thread Jim Graham
On Wed, Mar 14, 2012 at 05:10:11AM -0700, Ayed Chamseddine wrote: Couldn't get connection factory client Here are a few (hopefully) helpful suggestions for you: 1) Choose a subject line that describes the problem with your app; the one you have chosen tells us NOTHING, and is likely to be

Re: [android-developers] Please can i have source codes for tictactoe game for android?

2012-03-16 Thread Jim Graham
On Wed, Mar 14, 2012 at 06:56:03AM -0700, Jane Kalu wrote: Please can i have source codes for tictactoe game for android? Sureif you can find it in an open source repository for Android. Try google. As an alternative, you might choose to PAY someone here to write it for you. You will

Re: [android-developers] Badlogic Framework

2012-03-16 Thread Jim Graham
On Wed, Mar 14, 2012 at 02:39:42PM -0700, Ghost wrote: Can anyone help me? My trouble is that i have searched in google but with no avail, I couldn't find the Android Game Framework from badlogic. Let's see...badlogic ... that's libgdx, right? Ok, do a google search for libgdx. Download it

[android-developers] Re: SQLite Collate UNICODE - not case sensitive in ICS??

2012-03-16 Thread Grunthos
On Mar 16, 8:19 pm, Mark Carter mjc1...@googlemail.com wrote: So you may want to verify the problem exists in SDK 3.0, but not in 2.3.3. No, it's just Android 4.0.x And the UNICODE stuff is, effectively, an extension to the core SQLite code, so the problem is not likely to be related to SQLite

[android-developers] G1 android phone not detecting in Eclipse:

2012-03-16 Thread Perumss Naren
Hi , In real device G1 android phone not detecting in my Eclipse what plugin i need to add in my eclipse of in my windows xp. i searched in Google but not get good result still i cant solution so please help me !! Regards, Perumal.N -- Regards, Perumal.N -- You received

[android-developers] Re: Android - gridview scrolling issue (very slow scroll or duplicate content)

2012-03-16 Thread Carreira david
t seems that micro_kind smooth the scrool but all image are in 96*96. Any solutions please? On Tuesday, March 13, 2012 11:26:41 AM UTC+1, Carreira david wrote: It's my first app so i am not use to code on java. I have a gridview wich display thumbnails from the sdcard, but i can't have a

[android-developers] How CFS work in Android? Difference from Linux

2012-03-16 Thread Deborah
I am trying to get a better understanding on ANDROID CFS. I have some doubt on scheduler's behavior. The difference between Android scheduler and Linux scheduler Scheduler — 5 files — The Android kernel also contains slight changes to the CPU process scheduler and time-keeping algorithms. We

Re: [android-developers] How CFS work in Android? Difference from Linux

2012-03-16 Thread Mark Murphy
This list is for developing applications with the Android SDK. For details about the firmware and Android source code, please visit http://source.android.com. On Fri, Mar 16, 2012 at 8:54 AM, Deborah falconedebo...@gmail.com wrote: I am trying to get a better understanding on ANDROID CFS. I have

[android-developers] Re: How CFS work in Android? Difference from Linux

2012-03-16 Thread Deborah
Thanks for the suggestion, I join Android Linux Kernel Development group. On Mar 16, 1:57 pm, Mark Murphy mmur...@commonsware.com wrote: This list is for developing applications with the Android SDK. For details about the firmware and Android source code, please

[android-developers] Installation 64-bit Windows 7

2012-03-16 Thread Bob Plantz
I'm running 64-bit Windows 7. I installed Eclipse Indigo in C:\Program Files. When I start installer_r16-windows.exe it wants to put my sdk in C: \Program Files (x86)\Android\android-sdk. That is, in the 32-bit Program Files folder. I suspect it does not matter, but I'm inclined to put the sdk

[android-developers] Android native SIP stack

2012-03-16 Thread Jovan Novkovic
I have a question: Does android native SIP stack that is posible to use from 2.3 version supports G.729 codec and how can we change it? I'm new in this area and i need to create sip app that will use that codec. Thanks for your time... :) -- You received this message because you are subscribed

[android-developers] Re: Downloading the Expansion Files

2012-03-16 Thread David Schreiber
Hello there, I posted yesterday, but my answer did not seem to get through. Yesterday I implemented my own expansion file downloader activity using the provided downloader library. The library (as stated in the documentation) supports expansion files from API level 4 onwards. Sadly to

[android-developers] Conversion to Dalvik format failed with error 1 when jython.rar is added to reference

2012-03-16 Thread Naga
Hi, I tried to add jython.rar found in android-sdk/tools as reference in my android project and getting the following error during compilation.. [2012-03-15 06:59:07 - FirstAndroid] Dx local variable type mismatch: attempt to set or access a value of type int using a local variable of type

[android-developers] Re: Help! No files return from apache commons net FTPClient

2012-03-16 Thread Ivan Kablar
I am encountering exactly the same issue. I get a reply of 230 in both applications. The Java application returns all files from a getFiles() method call while the Android application returns 0 with a negative 500 reply checking the reply code afterwards. I gave INTERNET permission in the

[android-developers] Standard Android XML Formatting from Command Line

2012-03-16 Thread Rit Li
Is there a command line tool for formatting xml like the Eclipse does? -- 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] Making my app as Default App

2012-03-16 Thread Rahul
Hello All, I have developed a diagnostic app which is for company internal usage. We build our own Android image to flash on to the target device. This project has 2 JAR file generating projects, a JNI library project(producing libX-if.so) and APK producing project. So, Basically I need all

[android-developers] code to enable tethering(mobileap)

2012-03-16 Thread Harsha
i am on my final year project .. can any one help how to enable mobileap through my app -- 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

[android-developers] XVID support by Mediaplayer, MediaRecorder class

2012-03-16 Thread Gavin Fang
Hi, Android develops: I have a plan to porting the mediaplayer wich decode/encode with Xvid and Divx format to Android. But I am NOT sure whether Mediaplayer, MediaRecorder support Xvid or DivX format? Thanks a lot! BR Gavin Fang -- You received this message because you are subscribed to the

[android-developers] How to copy files from Android to PC?

2012-03-16 Thread Italo Mendonça Rocha
Hello, Does anyoane know how to copy files from Android to PC programmatically? Thanks in advance. -- 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

[android-developers] Possible to detect Menu key press, outside an activity?

2012-03-16 Thread Olaf
So, I know that the Menu key is going away in 3.0, but I have an optional feature in mind for pre-3.0 devices. It relies on detecting a press of the Menu key, outside of my activities (from the home screen, for example). I've searched far and wide for a solution, and it seems that the Menu

Re: [android-developers] Re: how to get the view size after orientation changed

2012-03-16 Thread Mike V
Interestingly I've noticed that even if you *do* subclass the layout manager (or any view on which setContentView is called) and implement onSizeChanged(), the first onSizeChanged after an orientation change will contain the old width/height, then it will immediately get another onSizeChanged

[android-developers] Eclipse Problem

2012-03-16 Thread lokesh
When ever i open xml layout in eclipse , eclipse is totally closing without saving. can any one tell me whats the problem and how to resolve it.. Thanks in advance... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] app builder tool

2012-03-16 Thread Inon
I have a website that was design for mobile.I would like to create an app that will only show my webpage (no native programming) is there a way to create this APK file with the logo I want, and a splash screen? is there a good, simple and reliable tool that can do it? I tried theappbuilder.com,

[android-developers] What is the best API to start with in the SDK

2012-03-16 Thread redhoodtech
I am currently starting to develop android applications with Eclipse and the Android SDK. What is the best API to start with, and do I have to create an individual app for each API? I've noticed that the Relative Layout function works better in API 15 rather than API 8. When I try using the

[android-developers] Difference in versions

2012-03-16 Thread mp
Hi, I am new to android, and i want to know what is the difference between the app done in 2.x and 3.x versions of android. -- 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] Newbie question - first attempt to run App on device gets Force Close

2012-03-16 Thread Mister Macaverty
My app runs fine on the device emulator. When I connect it to my device, however, and I run it, it gets as far as showing the app title then I get a Force Close message. Any suggestions for the approach I should take for finding out what's causing the problem? Many thanks MM -- You received

[android-developers] AlertDialog through server

2012-03-16 Thread Pavan Kumar
Hi, Can anyone please let me know if it's possible to invoke a alertdialog on android through a server? if it is possible, tell me how to implement it. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Possible bug in package installer

2012-03-16 Thread stipa
Hello, I have encounter some weird behavior of package installer. Easy to reproduce in 4.0, a bit more hassle in 2.x. Preconditions: 1) Have any APK on device. 2) Have any file manager. Steps to reproduce: 1) Tap on APK in file manager. 2) Tap Install on confirmation dialog. 3) During

[android-developers] Re: new 50mb expansion pack functionality, api 11... no easy dice?

2012-03-16 Thread Streets Of Boston
I haven't checked if the downloader services comes with the sources. But if so, just change the sources for the Notifications to your liking. (we did that for our app, using the DownloadManager (and DownloadProvider) from the ICS source code and adding compatibility code ourselves

Re: [android-developers] What is the best API to start with in the SDK

2012-03-16 Thread Mark Murphy
RelativeLayout has not changed much since API Level 4. On Wed, Mar 14, 2012 at 8:07 PM, redhoodtech redhoodt...@gmail.com wrote: I am currently starting to develop android applications with Eclipse and the Android SDK.  What is the best API to start with, and do I have to create an individual

Re: [android-developers] Possible to detect Menu key press, outside an activity?

2012-03-16 Thread Mark Murphy
On Wed, Mar 14, 2012 at 5:55 PM, Olaf osweet...@gmail.com wrote: So, I know that the Menu key is going away in 3.0, but I have an optional feature in mind for pre-3.0 devices.  It relies on detecting a press of the Menu key, outside of my activities (from the home screen, for example). I've

[android-developers] Exchange Folders missing on sync of Ice cream sandwich

2012-03-16 Thread Richard Wilson
Hi, We have a load of Samsung Nexus at work and they are sync'd to Exchange 2003. However some users are missing some Inbox sub folders. We have removed the account and reloaded it but it is missing the same folders. We've racked our heads, is this a bug? I notice someone else had a similar issue

Re: [android-developers] How to read the large sized text file

2012-03-16 Thread TreKing
On Fri, Mar 16, 2012 at 3:32 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: I even tried that, but still faced the same exception. Which you still have failed to elaborate on. What is the exception MESSAGE? What does it tell you the problem is?

[android-developers] How to add more user into android developer account?

2012-03-16 Thread Winston Zhang
I have an android developer account, and want to add other team members to access the console for managing apk, viewing statistics etc. How can I do that? -- 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] Application Recycling

2012-03-16 Thread Trey
I'm trying to test my application's ability to be restored after my phone reclaims it for memory. I'm unable to find a consistent way to reproduce this behavior. My first questions is: What is the official term for this? Application Recycling doesn't seem to help me find any information online.

[android-developers] Can't click on my button when changing activity

2012-03-16 Thread Dedess
Hello, I'm a beginner in android development. In my project i have two activities. The first activity has a button where i call the Itent Class to start the other activity. When i'm in the second activity, i have a new UI with a button but i can't click on this. It's waiting and ask me if i want

[android-developers] Android + Wcf + Asp.net Authentication

2012-03-16 Thread salcam_android
Hi to all, can I authenticate from App Android to MySql Server via APS.NET Authentication? And how to? My problem is that Wcf from Web.config must be deny to anonimous, when first I make an authentication, then I can use my Service WCF... Thanks in advance, *Salvo* -- You received this

[android-developers] Need idea how to add animation in widget

2012-03-16 Thread Gunjan
I want to add an animation in one widget as same like as in weathe widgets. i.e. when user click on weathe widget its open in new big screen with more details and in back ground it shows weathe animation. Actually I am very much new in Android development so please give me some suggestion or

[android-developers] CalendarContract on Samsung's ICS update

2012-03-16 Thread roee88
Hi, I'm using Intent.ACTION_INSERT exactly as described in http://developer.android.com/guide/topics/providers/calendar-provider.html#intent-insert It works fine on Galaxy Nexus and other ICS devices and ROMs. On Samsung SGSII with their recent ICS update it simply doesn't do anything. The

[android-developers] Excuse me,Do you solve this problem??

2012-03-16 Thread HankWang
I have the same problem in my android app. Do you solve this problem?? -- 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] Http request and http requests

2012-03-16 Thread Robert Gichohi
hi I wanted to incorporate Http request and http requests in my android project and connect it to php server -- 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] WebView Transitions using FlipView. Getting: The specified child already has a parent. You must call removeView() on the child's parent first.

2012-03-16 Thread Josh Starrett
Hi I am very new to android development. I am currently working on a webapp for an android tablet. I am trying to implement transitions between pages using FlipView. However, every time I launch the app, the process crashes. If anyone can take a look at my code and tell me what I am doing wrong I

[android-developers] [HELP]CyanogenMod from source for Galaxy SII I9100G

2012-03-16 Thread Sayantan Guha Roy
Hey folks I'm trying to build CyanogenMod 7 from scratch for my Galaxy S II(GT-I9100G) following this Wiki http://wiki.cyanogenmod.com/wiki/Samsung_Galaxy_S_II:_Compile_CyanogenMod_%28Linux%29 Does anybody hopefully have an idea, what the problem might be? Also no extract-files.sh script

[android-developers] How to fetch phone number from contact list

2012-03-16 Thread vaibs
I try this code but here only we get Name are show i want number also public class test extends Activity { private EditText e; Button bt; private static final String DEBUG_TAG = InviteActivity; private static final int CONTACT_PICKER_RESULT = 1001; @Override protected void onCreate(Bundle

[android-developers] how to find which platform version an APK targets?

2012-03-16 Thread michael
I am trying find the paltform version in APK, and find this one: uses-sdk android:minSdkVersion=3 android:targetSdkVersion=4 / This only gives us the information. But in some apps, nothing is found. How could I identify the platform versions the apk targets? -- You received this message

[android-developers] Android Accelerometer data

2012-03-16 Thread Sylar
Hi, I was testing some accelerometer application on my device. I used some standard snippet available on the internet to read the accelerometer values. The code uses the FASTEST delay. And I am able to log around 50 values per second. Is this device specific? I read some earlier post that it

[android-developers] Re: Facebook integration

2012-03-16 Thread Sam Coe
Yes indeed there is. We just released an SDK to support exactly that and it includes social graph consolidation, messaging, and presence detection of your FB friends from within your Android games. It's a white-label implementation and it's modular so you can pick and choose what you need and

Re: [android-developers] How to read the large sized text file

2012-03-16 Thread Narendra Singh Rathore
On Fri, Mar 16, 2012 at 7:25 PM, TreKing treking...@gmail.com wrote: On Fri, Mar 16, 2012 at 3:32 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: I even tried that, but still faced the same exception. Which you still have failed to elaborate on. What is the exception MESSAGE?

Re: [android-developers] Facebook integration

2012-03-16 Thread Narendra Singh Rathore
On Mon, Mar 12, 2012 at 4:25 PM, Live Happy livehap...@gmail.com wrote: i have integrate face book in my android application Can you please suggest me how to integrate that in brief steps? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Snippets got snipped

2012-03-16 Thread bob
In one of my Android workspaces in Eclipse, there is a rich collection of maybe 100 Android snippets. However, in my other Android workspace in Eclipse, there are only two categories of Snippets and only a total of 5 snippets. Has anyone else encountered this strangeness? -- You

[android-developers] Are Google Play rankings stuck?

2012-03-16 Thread markusn82
I noticed that Google Play rankings haven't moved since Wednesday. How often to do rankings update? The last time I checked they were updated once a day. Has this changed in the last while or is there a bug in the market? -- You received this message because you are subscribed to the Google

Re: [android-developers] Pinch and Zoom of Webview

2012-03-16 Thread TreKing
On Fri, Mar 16, 2012 at 1:59 AM, B.Arunkumar awsnetworkrecor...@gmail.comwrote: is it possible to somehow program the pinch and zoom as in Webview when we use an imageview embedded in a scrollview and horizontalscrollview? The Pinch and Zoom effect is not as smooth as what we find in

Re: [android-developers] Android native SIP stack

2012-03-16 Thread Marijan Milinovic
SIP doesnt support any codec. Your application has to support codec. SIP is used only for make direct connection between 2 devices and for negotiation for codec between 2 application on that devices (codec for video and codec for sound). On Fri, Mar 16, 2012 at 12:45 PM, Jovan Novkovic

Re: [android-developers] Newbie question - first attempt to run App on device gets Force Close

2012-03-16 Thread Ted Scott
Double check that the emulator you run on is versioned lower than your device. Observe the launch with DDMS view which should report the exception. Run it under the debugger on your device. On 3/16/2012 5:14 AM, Mister Macaverty wrote: My app runs fine on the device emulator. When I

Re: [android-developers] Http request and http requests

2012-03-16 Thread Justin Anderson
Then do it... On Mar 16, 2012 7:59 AM, Robert Gichohi robert.gich...@gmail.com wrote: hi I wanted to incorporate Http request and http requests in my android project and connect it to php server -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Excuse me,Do you solve this problem??

2012-03-16 Thread Justin Anderson
What problem would that be exactly? On Mar 16, 2012 7:58 AM, HankWang wenhen.w...@gmail.com wrote: I have the same problem in my android app. Do you solve this problem?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Newbie question - first attempt to run App on device gets Force Close

2012-03-16 Thread Save My Life!
There is a problem in listview.which u have drag drop. On Mar 16, 2012 7:51 PM, Ted Scott t...@hootinholler.com wrote: Double check that the emulator you run on is versioned lower than your device. Observe the launch with DDMS view which should report the exception. Run it under the

  1   2   >