[android-developers] Issue with 5G NR NSA

2022-05-25 Thread Diego Sánchez
Hi everyone, I'm trying to retrieve the ARFCN (Frequency Channel Number) that a device in a 5G network is currently using. The thing is that the 5G all the operators in my city offer is of the NSA type, thus meaning that the phone will always be registered to a 4G LTE network as a primary

[android-developers] Issue with Backward Compatibility of Application .

2022-05-25 Thread Yogender Singh Tanwar
Hey Everyone , I have doubts related to the backward compatibility of the our application. We have migrated our application from API 27 to 28. And Apps that target Android 9 (API level 28) or higher and use foreground services must request the FOREGROUND_SERVICE permission [Android doc

[android-developers] Issue Summary: Framework reboot due to native crash in zygote crash with SIGSEGV error.

2019-07-31 Thread Test Frameworks
*Issue Summary:* Framework reboot due to native crash in zygote crash with SIGSEGV error. *Reproduction:* Long duration test with multiple apps and reproduction rate – 1/100. *Description:* Below is the tombstone for zygote: Line 56603:07-08 10:19:39.605 26565 26565 F

[android-developers] Issue with In-app billing service

2017-02-13 Thread AppsTeam
We have a app published in google play store that has some digital purchases inside it for which we uses google's in-app billing service. Users were able to make successful purchases from the app, but few weeks back one user reported an issue that he was stuck at payment with a message "Your

Re: [android-developers] Issue in GoogleApiClient implementation

2017-01-23 Thread Marina Cuello
I don't know this API, but I guess you just could use the easy route and put a boolean flag. Manage it on your onSaveInstanceState() and onRestoreInstanceState() to keep its state on orientation change. Marina On Sat, Jan 21, 2017 at 11:50 AM, Aman Pathak wrote: > Hi >

[android-developers] Issue on GoogleApiClient for location implementation

2017-01-21 Thread Aman Pathak
Hi I wanted to get the location once as soon as the app gets started.So i implemented GoogleApiClient in Main Activity.And i added toast to display the Location in onConnected() of GoogleApiClient.onConnectionCallbacks.And hurrah i got the Toast filled with info as soon the app gets

[android-developers] Issue in GoogleApiClient implementation

2017-01-21 Thread Aman Pathak
Hi I wanted to get the location once as soon as the app gets started.So i implemented GoogleApiClient in Main Activity.And i added toast to display the Location in onConnected() of GoogleApiClient.onConnectionCallbacks.And hurrah i got the Toast filled with info as soon the app gets

[android-developers] Issue With License Test Response - Dev Console

2017-01-14 Thread Pete Nixon
Hi guys, I'm having an issue testing licensing of my app which is currently in beta in the dev console. At the moment I am getting no responses from the app (no matter which test response I use). I have made sure my gmail account is in both the beta testers list and the license testing

[android-developers] Issue with Google play search

2016-07-28 Thread b . seoph
Hi Everyone, We are recently facing an issue with Google play search. If we search for our app in Google play, we are unable to find it. Although there is no competition, still the app is not appearing in Google play search. The app can only be seen from direct URL. Can you guys give

[android-developers] Issue with Google play search

2016-07-28 Thread revathy . philips
Hi Everyone, We are recently facing an issue with Google play search. If we search for our app in Google play, we are unable to find it. Although there is no competition, still the app is not appearing in Google play search. The app can only be seen from direct URL. Can you guys give

[android-developers] Issue with app in release mode while everything's ok in debug mode

2016-06-29 Thread Thomas Lechat
Hello, I have a big problem with an app and I don't understand what's going on... My app was working fine in debug mode so I decided to publish it. Once it was on the store O downloaded it and tested it again and noticed there was a huge problem : The app was crashing when trying to access the

[android-developers] Issue With Remarketing Audience Through Google Analytics

2016-05-27 Thread Abhishek Parihar
Dear Team, We have an Android app Called Tiger.do We are trying to make re marketing audiences for Google Adwords Via Google analytic. and We have implemented the guidelines given here for the same. Enable Remarketing and Advertising Reporting Features for an app When you enable these

[android-developers] Issue with Priority Mode in Marshmallow

2016-04-20 Thread Karthick S
Hi, I updated my mobile to Marshmallow OTA. After update, I see an issue with priority mode. When I choose priority mode with messages option none, it still rings my mobile when I receive SMS. I'm not sure whether some other option needs to be configured to rectify this. Anybody else facing

Re: [android-developers] Issue 169829 - android - "Gradle project sync in progress ...

2016-04-13 Thread TreKing
On Tue, Apr 12, 2016 at 10:01 AM, Ultimate Dream wrote: > Now its 30 minutes over it shows me "Gradle project sync in progress .." > How can i solve this problem... > Kill Android Studio and try again.

[android-developers] Issue 169829 - android - "Gradle project sync in progress ...

2016-04-12 Thread Ultimate Dream
I just updated my android studio to 2.0. I just imported setting from my previous version 1.5. Now its 30 minutes over it shows me "Gradle project sync in progress .." How can i solve this problem...

[android-developers] Issue: Implementing app restrictions and Lint Errors in app_restrictions.xml

2016-02-03 Thread Surbhi Dhingra
I am working on Android MDM and have the app_restrictions.xml file under /src/main/res/xml/ folder. The MDM i am working on is not showing me the value of the restriction, not even the default value. All the steps mentioned in this link has been followed to set app restrictions:

Re: [android-developers] Issue when removing the supportV4 library

2015-12-03 Thread TreKing
On Tue, Dec 1, 2015 at 3:13 AM, Sandeep Patel < sandeepkumar.s.pa...@gmail.com> wrote: > Now i want to add the flip animation for few fragment transition So as per > the android guide we need to use the animator for that Please indicate where the documentation says you *need* to use the

[android-developers] Issue when removing the supportV4 library

2015-12-01 Thread Sandeep Patel
My app minimum version is 10 and till now i am using the support library for fragments Now i want to add the flip animation for few fragment transition So as per the android guide we need to use the animator for that and it has support from the api level 11 which is no issue for me. but

[android-developers] Issue on running avd emulator

2015-08-19 Thread saledan
Hi all, I apologize for this cross post (I already wrote on intel forum, without success, https://software.intel.com/en-us/forums/topic/583938 ), but I have an issue and I need to use the emulator. Please may you help me? Thanks a lot! I have an issue when try to launch an android emulator

[android-developers] Issue on last update of Google App version 4.8.12.19

2015-07-10 Thread Carlos Ferreira
Hi, I have apps using Google's voice recognition service (com.google.android.googlequicksearchbox) continuously, and since this last update i am having an issue when the user says something that sound is captured but is not recognized as a word, the recognition service now seems not sending

[android-developers] Issue in downloading ADK 2012 (Accessory Development Kit) source

2015-01-22 Thread AJ
Hi, I am a newbie to Accessory development am currently trying to download ADK sources on my Windows7 PC with Cygwin installed. I am following this link: http://developer.android.com/tools/adk/adk2.html#src-download (See under Downloading the ADK Source) I am facing an issue in this step:

[android-developers] Issue 81478 - android - CALL_STATE_RINGING is delivered twice for a single incoming call - Android Open Source Project - Issue Tracker - Google Project Hosting

2014-12-06 Thread mike digioia
https://code.google.com/p/android/issues/detail?id=81478#makechanges -- 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] Issue with ContentProvider streaming data to other apps

2014-07-21 Thread Vincent
Hello, In my app the user can select files and open them in the appropriate app (using an ACTION_VIEW intent). I need to do some work on the data before giving it to the other app. So I'm using a streaming solution : I've implemented a ContentProvider that implements openTypedAssetFile and

[android-developers] issue with google play game services

2013-12-03 Thread Mohan Krishna
Hi Everyone, i have started using google play game services recently, and i am facing the following error while trying to generate client id, please help me figure out what is the pause. Here is the exception shown : This client ID is globally unique and is already in use.. Thanks in

Re: [android-developers] issue with google play game services

2013-12-03 Thread TreKing
On Wed, Dec 4, 2013 at 12:30 AM, Mohan Krishna mohankrishnayarragu...@gmail.com wrote: Here is the exception shown : This client ID is globally unique and is already in use.. Did you try doing a search for that error ... ?

Re: [android-developers] Issue with SQLiteOpenHelper on android 2.X and 3.X

2013-07-15 Thread Michael Banzon
Maybe this SO-thread helps: http://stackoverflow.com/questions/7647524/android-failed-to-setlocale-when-constructing-closing-the-database On Mon, Jul 15, 2013 at 9:08 AM, Zoheb Rahman zoh...@gmail.com wrote: So i made a big mistake of testing my code on android 4.0 + and thinking it would work

[android-developers] Issue regarding Device screen resolutions

2013-06-07 Thread Ansh
I have created 2 layout folders under res/layout 1) layout-hdpi-960x540 and 2) layout-sw360dp the first folder i have created for motorola razr devices for the resolution of 960x540 devices. and the second folder i am using for google nexus device. Now the problem i am facing is that the

[android-developers] Issue while explorting AOSP

2013-04-22 Thread Dionisios K.
Not sure if this belongs here, however, I have difficulties exporting your 4.2.2_r1.2 (JDQ39E) review: Fetching projects: 100% (328/328), done. Syncing work tree: 78% (256/328) error: revision refs/tags/android-4.2.2_r1.2 in platform/packages/apps/Mms not found Any ideas? -- -- You

[android-developers] Issue with SetCustomAnimations in fragments

2013-03-12 Thread Ansh
Hi Guys I am having issue with the CustomAnimations setting while fragments are being replaced. here is the detailed questionhttp://stackoverflow.com/questions/15362137/facing-issue-with-setcustomanimations-while-replacing-fragments Please help me as it has already eaten my whole day --

[android-developers] Issue Sharing Using Action_send intent

2013-02-13 Thread ashwini vandanapu
Hi, I want to share image. so i can able to share image via gmail but not able share through bluetooth,wifi,facebook...etc. here the snippet is below. please find and If anyone have idea share with me and help me out. Intent shareIntent = new

Re: [android-developers] Issue Sharing Using Action_send intent

2013-02-13 Thread Kristopher Micinski
You can prevent your user from taking the data from Gmail, and doing so is a pretty bad design: what happens if the user doesn't use the GMail app? You're going to get lots of bad rep for leaving out users who use other apps. If you want to do it, you can name an explicit intent target, just

[android-developers] issue Android NDK OpenGL ES 2.0 +VBO

2012-11-20 Thread Vladimir Boichentsov
Hi everyone! I had a problem with VBO on OpenGL ES 2.0. glGenVertexArraysOES, glGenVertexArrays - does not work's Maybe someone has solution for resolve it. Because without VBO I can't do more faster app :( Thanks! -- You received this message because you are subscribed to the Google

Re: [android-developers] issue Android NDK OpenGL ES 2.0 +VBO

2012-11-20 Thread Harri Smått
Hi, Here's a link to Apple Dev site which shows how to generate VBOs using default buffers. Maybe it gives an alternative for exact vertex buffer usage;

[android-developers] [Issue] Android diplays wrong system time

2012-11-20 Thread Dale
Hi all, I am meeting an issue while developing ICS the android phone. After factory reset, the phone displays system time wrong. This is the CDMA phone, so that the phone can update its system time from its network. However, the phone display the time that belongs to another timezone (in UK).

[android-developers] Issue about the Android bluetooth secure simple pairing

2012-10-29 Thread cgha
I want to use the Just Work Mode in secure simple pairing because our customer asked this feature and our product has no display or keyboard. But it seems have some problems. Most of the devices seems can not connect to it after paired. My device want to pair is a healthy instrument and has no

[android-developers] Issue building project which uses library project

2012-10-26 Thread Ab
I found many postings concerning this error, but none of the solutions worked for me. I have project A, B, and C. Projects A and B are marked as library projects, project B imports project A as a library, and project C imports project B. When running project C from eclipse, I get the below

[android-developers] Issue with touchscreen

2012-10-17 Thread Vishal Jain
Hi, I am trying to get touchscreen functionality. I want to perform some actions based on whether user touches the screen up or down. Here is my code for this public class Sankhyaki extends Activity implements OnTouchListener, OnKeyListener { float x = 0, y = 0; public static final String

[android-developers] Issue while adding event on inbuit Calender application on Motorola droid razr

2012-08-31 Thread Vinay Kumar
Hi, I'm trying to use Gallery and Calender (Inbuilt applications) in my android application. It seems to be working fine on all android devices except Motorola droidRazr 4.0.4 and Nexus. Could anybody help me what is an issue with above devices 4.0.4 Thank you in advance. -- You received

Re: [android-developers] Issue with the basic if statement

2012-08-22 Thread lbendlin
On top of all that has been said before, the error message is actually correct. the IF statement needs an equality operator ( == ) , not an assignment operator ( = ) . On Tuesday, August 21, 2012 5:34:38 PM UTC-4, Waheed Rafiq wrote: thank you both for guiding me in a straight path with

Re: [android-developers] Issue with the basic if statement

2012-08-22 Thread Justin Anderson
On top of all that has been said before, the error message is actually correct. the IF statement needs an equality operator ( == ) , not an assignment operator ( = ) . But in Java you aren't going to get the expected results using == on a String object... you need to use the equals()

Re: [android-developers] Issue with the basic if statement

2012-08-22 Thread Lloyd Carroll
Use == for starters in your conditional statement. On Aug 21, 2012 3:42 PM, Waheed Rafiq wra...@gmail.com wrote: Hi guys , I am new to android development for sometime I have try to resolve the if statement issue within my code but can't seem to understand why it does not work here is my

Re: [android-developers] Issue with the basic if statement

2012-08-22 Thread Kumar Bibek
You are trying to write code in the layout xmls? *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Wed, Aug 22, 2012 at 10:35 PM, Lloyd Carroll lloyd.carr...@gmail.comwrote: Use == for starters in your conditional statement. On Aug 21, 2012 3:42 PM,

Re: [android-developers] Issue with the basic if statement

2012-08-22 Thread Lew
Lloyd Carroll wrote: Use == for starters in your conditional statement. As others have stated, XML doesn't have statements, conditional or otherwise, and Java comparisons often need 'equals()' rather than '=='. Waheed Rafiq wrote: Hi guys , I am new to android development for

[android-developers] Issue with the basic if statement

2012-08-21 Thread Waheed Rafiq
Hi guys , I am new to android development for sometime I have try to resolve the if statement issue within my code but can't seem to understand why it does not work here is my code that I was learning from online tutorial RelativeLayout

Re: [android-developers] Issue with the basic if statement

2012-08-21 Thread Kristopher Micinski
You seem to be quite confused... You can't write an if statement inside XML, it's not interactive (computation), it's just static XML. What you need to do is put that in your java code, kris On Tue, Aug 21, 2012 at 4:40 PM, Waheed Rafiq wra...@gmail.com wrote: Hi guys , I am new to android

Re: [android-developers] Issue with the basic if statement

2012-08-21 Thread Waheed Rafiq
you defo got one thing right I am confused -:) I actually thought I was writing code in java ? so this now begs the question where do I write the code if not in MyFirstApp.main I am new to Java and XML thanks for your prompt reply On Aug 21, 2012 9:46 PM, Kristopher Micinski

Re: [android-developers] Issue with the basic if statement

2012-08-21 Thread Kristopher Micinski
I would recommend following a tutorial more closely until you get the hang of things.. The XML is only to define a layout (it is in a '.xml' file), the Java code (in a '.java' file) defines the action your app takes. kris On Tue, Aug 21, 2012 at 5:06 PM, Waheed Rafiq wra...@gmail.com wrote:

Re: [android-developers] Issue with the basic if statement

2012-08-21 Thread Lew
As Kristopher said, Java source is in *.java files and XML is in *.xml files. Also, Java follows Java syntax: package com.foo.bar; public class FooBar { public static void main(String [] args) { // ... etc. } } XML follows XML syntax: rootTag someOtherTag

Re: [android-developers] Issue with the basic if statement

2012-08-21 Thread Waheed Rafiq
thank you both for guiding me in a straight path with regards to xml and java , I was reading android online tutorial , I guess i jump into the deep end of newbie user section , On Aug 21, 2012 10:22 PM, Lew lewbl...@gmail.com wrote: As Kristopher said, Java source is in *.java files and XML is

Re: [android-developers] Issue with device scaling on Nexus 7 Tablet?

2012-07-26 Thread Dianne Hackborn
Take care when creating a 9-patch that the marks you use around the edges are at least two pixels wide. If you don't, when it is scaled down they can disappear. Another thing to watch out for is that the graphics associated with your stretchable marks have one safe pixel before or after the

Re: [android-developers] Issue with device scaling on Nexus 7 Tablet?

2012-07-26 Thread Nicholas Campion
Not to hammer the point to much, but the images in that linked stackoverflow question should show that the issue is not specifically related to scaling the drawable. My issue is that there seems to be an issue with the relative layout handling the padding defined in shape. If I create a shape

[android-developers] Issue with device scaling on Nexus 7 Tablet?

2012-07-25 Thread Nicholas Campion
I am seeing some weird behavior on the Nexus 7 tablet when i set a centered relativelayout to have a background image with padding. http://stackoverflow.com/questions/11656534/padding-issue-on-nexus-7-tablet I thought an SO question might help illustrate better. The gist is that my small

[android-developers] Issue of using HorizontalScrollView in ListView

2012-07-19 Thread Jacky Lam
Dear All, I am implementing a listview in android. In the listview, most of the rows are no need scroll horizontally. Except the first row, I add a HorizontalScrollView to it. The listview can construct prefectly. However, when I scroll the first row of list view Horizontally, it sometimes can

[android-developers] Issue with compiling Unit tests that use Mockito

2012-07-12 Thread Yadnesh Phadke
Hi All, I have JUnit tests for my Android project that use Mockito. For compiling I needed to add the junit and mockito jars to my libs folder. I am using android tools 20 and trying to compile using Ant. I get following error while converting to dex

[android-developers] Issue with Google Cloud Messaging

2012-07-11 Thread Valdomero
Using the GCM demo project I managed to registrer a few devices (in the web site, running in a Tomcat server I can see them listed) but when I click on the Send Message button nothing happens on the client side, no message is received. The Tomcat log shows this: 0:0:0:0:0:0:0:1 - -

[android-developers] Issue in calling JNI APIs from service

2012-06-29 Thread vamsi
Hi All, I exported one API from JNI to call from activity and service. The exported API call is working fine from Activity but the same call is failing from service. I am loading libraries using static block and load library function 01-01 01:18:53.885: E/AndroidRuntime(2553): FATAL EXCEPTION:

[android-developers] Issue in using a permission which is defined by an app which gets installed after my app?

2012-06-18 Thread shibz
Hi, I'm facing an issue where my app is using a permission(using use-permission tag) which is defined by a different app. The problem is that this app where this permission string is defined may get installed after my app and due to this I'm getting Security permission and permission is not

[android-developers] Issue in setting bgcolor for gridview items in android

2012-06-14 Thread kaarthick
This may be simple but i couldn't find solution for this. The problem is setting the background color for gridview items inside the onitemlongclicklistener method. I have two linear layouts, one contains the textview and gridview and another contains some buttons(I set this layout like the

[android-developers] [Issue] android.provider.ContactsContract.Groups.CONTENT_SUMMARY_URI

2012-06-12 Thread Hoang DN
Hi all, In Android 4.0.3 later, I found a problem in Contacts application Contacts provider: In the class GroupListLoader, we used Groups.CONTENT_SUMMARY_URI to get MEMBER_COUNT for each group. But I checked contacts provider, CONTENT_SUMMARY_URI only joins data table and groups table.

[android-developers] Issue updating ListFragment inside ViewPager

2012-06-10 Thread NAndDev
I have a ListFragment with a custom Layout inside of a ViewPager. This ListFragment and the custom layout performs a ListView and a Button which calls an AsyncTask. After work is done, this AsyncTask calls in onPostExecute the refresh method (created inside ListFragment) in order to update the

[android-developers] Issue 32545: Android dialog asks for pin code to pair during connect to socket, but device was already paired

2012-06-07 Thread Jim Morris
I have submitted an Android bug report: Issue 32545:Android dialog asks for pin code to pair during connect to socket, but device was already paired This is a VERY serious problem for my app that is ready to go to market. I have no workaround. Apparently nobody at Google has even looked at my

[android-developers] Issue with TabHost Without Tab activity

2012-06-06 Thread Subin Sebastian
I have an activity named *One *and the layout xml for that activity is here :* *https://gist.github.com/2881650 And the code for this activity class is here : https://gist.github.com/2881736 In the tabhost, I have added a tab and another activity *Two *is running inside the tab. The weird problem

[android-developers] Issue

2012-05-28 Thread android developer
While running my app I am getting this message GC_EXTERNAL_ALLOC freed 296K, 46% free 3251K/5959K, external 1676K/1903K, paused 51ms any one pls help me on this issue. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Issue with creating a custom VPN app

2012-05-25 Thread Mahendra Liya
I am almost done building a custom VPN app. The problem is that when I connect to the VPN server, the code seems to be starting a proxy daemon SProxy_mtpd and it fails giving the following error: 05-25 05:59:34.106: E/VpnService(712): onError() 05-25 05:59:34.106: E/VpnService(712):

[android-developers] Issue that arose during making of Android SDK installer for Debian Linux

2012-05-06 Thread Adnan Hodzic
I'm making an Android SDK installer for Debian Linux which will automatically install and setup Android SDK, ADT Eclipse Plugin, add support for certain devices (make udev rules) and add support for MTP. All of these steps will be represent as separate components, however I'd like SDK

[android-developers] Issue with SystemService addSystemService?

2012-04-16 Thread Tom
Out of curiosity I've tried creating a separate process with UID 0 (root) for rooted devices. This works our just fine, sort of like how Input2.jar or the like are executed by the Android OS. My issue is, in that process if I create a reference to an IBinder by making my own AIDL and extending

Re: [android-developers] Issue with SystemService addSystemService?

2012-04-16 Thread Dianne Hackborn
On Mon, Apr 16, 2012 at 11:24 AM, Tom karbonki...@gmail.com wrote: My issue is, in that process if I create a reference to an IBinder by making my own AIDL and extending the stub than call addSystemService with my own, unique name how can I communicate to this process? In another process I

[android-developers] Issue loading ImageView from InputStream obtained from web service in Android 3.0 and above

2012-04-02 Thread Girish K.N.
My app has to display an image preview from the image data obtained as InputStream from a web service. InputStream is decoded to Bitmap to display in ImageView. This entire flow is working fine in Android 2.2 and 2.3, whereas it's not functioning with Android 3.0 and 4.0. The bitmap decoded

[android-developers] Issue with WebView on tablets

2012-03-23 Thread BoostHungry
I'm designing an application for tablets that utilizes a WebView in a fragment on half of the screen, but I am having issues with the WebView when videos attempt to play. Let me first state that the WebView is capable of displaying videos, hardware acceleration is on and the WebView has the

[android-developers] issue in upload

2012-03-20 Thread Rocky
Hi, I uploaded my apps to market yesterday but still it is not showing in market, is it any rules or delay time. -- Thanks Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore Skype - rkjhaw (O) +918050753516 (R) +919886336619 -- You received this message because you

Re: [android-developers] issue in upload

2012-03-20 Thread David Olsson
Are you sure you published it or just saved it? On Tue, Mar 20, 2012 at 9:59 AM, Rocky rkjhaw1...@gmail.com wrote: Hi, I uploaded my apps to market yesterday but still it is not showing in market, is it any rules or delay time. -- Thanks Regards Rakesh Kumar Jha Android Developer,

Re: [android-developers] issue in upload

2012-03-20 Thread Rocky
thanks for reply, yes i published it, now it showing. thanks plz looked it once now it is in beta version. https://play.google.com/store/apps/details?id=com.sst.devicefeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zc3QuZGV2aWNlIl0 . Apps name - I missed my mobile phone at home. On Tue, Mar

[android-developers] Issue with OnClick

2012-02-25 Thread Michal Šanda
Hello, I am trying to do this public void onClick(View v) { // TODO Auto-generated method stub if(v==findViewById(R.id.Button1)){ Intent intent = new Intent(this,OknoActivity.class);

Re: [android-developers] Issue with OnClick

2012-02-25 Thread YuviDroid
If you use a Dialog (e.g. AlertDialog) then you need to use DialogInterface.OnClickListener ( http://developer.android.com/reference/android/content/DialogInterface.OnClickListener.html ). If you use a View then it's View.OnClickListener (

[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

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

2012-02-03 Thread TreKing
On Thu, Feb 2, 2012 at 12:16 AM, Damodaran daran.d...@gmail.com wrote: 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) Only add 3 items.

[android-developers] Issue in playing m3u8 file in android 3.2

2012-01-26 Thread titus t
I am trying to play apple test stream video(.m3u8) in android this is the link: http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8 But i am not able to play in android 3.2. This is the code i have used to play the video void playvideo(String url) {

[android-developers] ISSUE

2012-01-13 Thread arun kumar
Hi I am developing an application for android phone, In this I need to use at least 100 audio file which can be played for some respective texts, Now my question is which is the optimized way to do this.. One solution is putting all the audio files in the resource folder and referring from there,

Re: [android-developers] ISSUE

2012-01-13 Thread James Black
Can you have them on a website and retrieve them to place on the SD card? On Jan 13, 2012 3:05 AM, arun kumar hariarun2...@gmail.com wrote: Hi I am developing an application for android phone, In this I need to use at least 100 audio file which can be played for some respective texts, Now my

[android-developers] Issue running eclipse with android sdk

2012-01-11 Thread Zafar Khan
Hi, I have installed eclipse+android on my windows.My eclipse is installed at D:\eclipse and android sdk at D:\android-sdk-platform. To install I followed this video tutorial on youtube http://www.youtube.com/watch?v=xtsyrKdPZVwfeature=related . When I run eclipse I get this error since I

[android-developers] Issue with my download

2011-12-27 Thread Chris Kehl
My device gives me an error Download failed, A memory card is needed for file download, please insert one and try again. Here is my code. I'm a little new to this, is there a line needed to specify the download path? package com.HelloWebView; import android.app.Activity; import

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-24 Thread John Goche
Thank you all for your replies, they were really helpful. I think I am going to launch an intent just before calling setContentView() the first time the application starts up followed by finish(), and call setContentView() all other times. Regards, John Goche -- You received this message

[android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread John Goche
Hello, I am having the following issue. In my application I need to display activity A the first time the application is launched so that the user can configure some parameters on a form. When the user completes the form a preference is set so that every other time the user starts the application

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Mark Murphy
On Fri, Dec 23, 2011 at 6:31 PM, John Goche johngoch...@googlemail.com wrote: I am having the following issue. In my application I need to display activity A the first time the application is launched so that the user can configure some parameters on a form. When the user completes the form a

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Kostya Vasilyev
Set configuration activity as the launcher entry point in the manifest, check your flags, start the main activity, call finish. Do it all inside onCreate before setContentView. Method 2, exactly opposite: set main activity as the entry point, check flags, call startActivityForResult for the

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Miguel Morales
I haven't done this myself but I *think* you dont have to set a default activity. You might then be able to subclass the Application class and override onStart() and launch an intent there. Again, not even sure if this is possible but might be a bit cleaner. 2011/12/23 Kostya Vasilyev

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Kostya Vasilyev
The application object is not an entry point into an Android package. There is no UI for the user to launch the application object. Activities is what users launch, and is that what they see in the launcher. 24.12.2011 3:49 пользователь Miguel Morales therevolti...@gmail.com написал: I haven't

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Miguel Morales
Oh yes that's right. You can simply have a splash screen launch activity and have your logic there. Or still have your own application subclass and have your launch logic in the application onCreate. Mostly a matter of taste on how you do it though. 2011/12/23 Kostya Vasilyev

Re: [android-developers] Issue with SDK installation

2011-12-22 Thread Jagadeesh Koganti
Sorry I meant version 16. Its the latest version available in Andriod website. Let me know if you have any solution for this issue. On Wed, Dec 21, 2011 at 10:08 PM, Michael Leung michaelchi...@gmail.comwrote: 1.6 is too old, please try to install the latest one. On Thu, Dec 22, 2011 at 5:48

[android-developers] Issue with SDK installation

2011-12-21 Thread Jagadeesh Koganti
Hello, I have observed that this is a known issue. But still trying to resolve it. I have successfully installed Andriod SDK 1.6 and also plugged in the required software ito my compatible eclipse. But still I am getting an issue saying SDK Platform Tools component is missing. Please use the SDK

Re: [android-developers] Issue with SDK installation

2011-12-21 Thread Michael Leung
1.6 is too old, please try to install the latest one. On Thu, Dec 22, 2011 at 5:48 AM, Jagadeesh Koganti jagadeesh.koga...@gmail.com wrote: Hello, I have observed that this is a known issue. But still trying to resolve it. I have successfully installed Andriod SDK 1.6 and also plugged in the

[android-developers] Issue with InCallScreen updation after Add Call

2011-12-14 Thread channa kad
Hi I see the following issue 1) Make a MO call 2) After it becomes active, do Add Call 3) DialPad opens up, enter the number press Dial Expected result: InCallScreen should be shown with both the calls. Actual Result: InCallScreen shows up with 1st call details. If we go out of InCallScreen

Re: [android-developers] issue with table row not showing up in table layout

2011-11-29 Thread TreKing
On Sun, Nov 27, 2011 at 9:05 AM, therekz aditya15...@gmail.com wrote: Any suggestions? Few people are going to look through and debug your code. Fewer people would be able to tell you what's wrong simply from looking at it. Comment out all of your code and add back bit by bit of the core

[android-developers] issue with table row not showing up in table layout

2011-11-28 Thread therekz
I have the following code: HashMapString, String tip = venue.tips.get(j); TableRow tr = new TableRow(this); tr.setLayoutParams(new TableRow.LayoutParams (TableRow.LayoutParams.WRAP_CONTENT,TableRow.LayoutParams.WRAP_CONTENT));

[android-developers] Issue with taking photo

2011-11-24 Thread limtc
Hi, I have an issue with photo taking in Android. The code below works for all the phones I have, but when I am testing this with a Honeycomb tablet (HTC Jetstream, in portrait mode), the picture will be taken in landscape mode, then when it returns to the app, wipe out the view (as if onCreate

[android-developers] Issue 9656: Library projects don't support custom XML attributes for custom classes

2011-11-23 Thread gil eichenbaum
From what i have read about new ADT R.15, I hoped this issue is solved by now, but when I tried compiling my library project and the projects that use it, I got same error saying error: No resource identifier found for attribute. I was using a sulotion offered here:

[android-developers] Issue while using android.support.v4.jar compatibility library

2011-11-02 Thread pop
I am trying to modify an app (core app) using the android provided library: android.support.v4.jar. Have included the jar and set the build path. Still while I compile it throws me the above error. Seems to be like the app uses proguard to obfuscate and It actually excludes some of the library

[android-developers] Issue with deleting cookies - Webview

2011-10-27 Thread Jovish P
In our application, we are embeding a webview inside an activity and removing all cookies. In the android devlopers console crash report , we are getting following exception for the users and we are not able to reporduce this issue. We are not able to figure out the issue. Attaching the code

[android-developers] Issue with selecting tabs

2011-10-21 Thread archerspara...@sixrq.com
I have a Tabbed application, single activity. I have developed and tested this fine with an HTC Desire and the emulator, all running API 8. Everything works fine, however now I have published the app to the market I have tried other devices and they are not working. I am unable to use the touch

[android-developers] Issue regarding SMS message failed alert dialog.

2011-10-12 Thread Eric W.
Hello, This is my first time posting so please go easy on me if I break any rules. Thank you. What I am trying to solve is an alert dialog that comes up when a SMS message fails to be sent. The exact dialog is Message failed, would you like to retry? So far I am unable to stop this message from

  1   2   3   >