[android-developers] gdata calendar parse exception in Android

2011-03-07 Thread Gaurav Shah
I am creating a widget to access the events stored in a google calendar. Target : Android 2.1 I have included following external jar : google-collect-1.0-rc1.jar jsr305.jar gdata-calendar-2.0.jar, gdata-calendar-meta-2.0.jar, gdata-client-1.0.jar, gdata-client-meta-1.0.jar,

[android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-07 Thread David Goemans
Actually Zsolt i think the green icons is a feature that you should also see in the simulator - from the 2.3

[android-developers] How can i create ListView in tabbed layout ?.

2011-03-07 Thread Santhosh Kumar
Hi, I am trying to create a ListView in tabbed Layout, like the first tab contains the list of all songs alphabetically and the second tab contains albums in list view..is there any way i can create ListView in tabbed layout ?. thanks regards, G.Santhosh Kumar -- You received this message

[android-developers] Re: Android 2.3 Causes memory intensive app to crash

2011-03-07 Thread Zsolt Vasvari
Ah, thanks. That's a relief. On Mar 7, 4:25 pm, David Goemans dgoem...@gmail.com wrote: Actually Zsolt i think the green icons is a feature that you should also see in the simulator - from the 2.3 manualhttp://www.google.nl/url?sa=tsource=webcd=2sqi=2ved=0CCsQFjABurl... : Network status

[android-developers] Start laoding when scroll reaches end

2011-03-07 Thread Abhishek Talwar
Hey guys I am parsing xml and i want that when the scroll is reached to the end then the request to new data is handled. For ex if the list is showing only 10 results and when i scrolled down to the last result item ,then :- 1. how to show the loading view same as it is in market when we search

[android-developers] Problem with resources while drawing

2011-03-07 Thread Shashidhar
Hi, I am drawing some images on the canvas with a delay of 1sec continuously. I am getting the following exception when my app comes from background to foreground. Can any one tell me what this exception is?? Also, some times when my apps goes to background, it gives exception saying it could not

[android-developers] Re: Install % drop again?

2011-03-07 Thread Pent
My install % is down to 46% now that the latest count has been updated. Diane, I am sorry to directly e-mail you, but I am copying you on this -- please forward as appropriate.   I've been trying to help people on here, but I now need help from Google -- this problem is ruining my business.

[android-developers] Email's message threading

2011-03-07 Thread Gary Wang
Dear all, For message threading on Email app, I know it lacks the conversation view (like Gmail's conversation view) on message list. can any expert give me any advices on the indexing mechanism in Email's sync mechanism?! Thanks! Gary -- You received this message because you are subscribed

Re: [android-developers] Email's message threading

2011-03-07 Thread Kostya Vasilyev
Don't know if I qualify as an expert but - Mail messages can contain a header, Message-ID, whose value uniquely identifies that particular message. Message ID values can be used to cross-reference related messages to one another. Specifically, there are two headers, In-Reply-To and

[android-developers] Re: Install % drop again?

2011-03-07 Thread Zsolt Vasvari
Did you try here: http://www.google.com/support/androidmarket/bin/request.py?contact_ty... There is no free-form e-mail option there that I can see, and none of the topics apply in my case. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] how to use normal class object as context?

2011-03-07 Thread Hitendrasinh Gohil
hi, i have one database class.in which i have public Database(Context ctx) { context = ctx; DBHelper = new DatabaseHelper(context); } where DatabaseHelper is a static class. Now my problem is that if i call it from activity class than there is no

Re: [android-developers] how to use normal class object as context?

2011-03-07 Thread Marcin Orlowski
how to instantiate database class from this class. if i do like db = new Database(this); it gives me error. so how can i achieve this? normal class got no idea what Context is. There's same thread on friday or sat if I remember correctly. The sugested solution was to extend Application class

Re: [android-developers] How can i create ListView in tabbed layout ?.

2011-03-07 Thread Mark Murphy
Yes. See this sample project: https://github.com/commonsguy/cw-andtutorials/tree/master/06-Tabs/LunchList On Mon, Mar 7, 2011 at 3:26 AM, Santhosh Kumar santhoshgu...@gmail.com wrote: Hi,     I am trying to create a ListView in tabbed Layout, like the first tab contains the list of all songs

[android-developers] Tabs at bottom of Activity

2011-03-07 Thread chetan
Hi All, I want to make an Activity which would have tabs at bottom of screen not at top. I have tried many thing even i have set the paddingTop parameter of tabwidget to fix . i.e 220px. But this would not work for different screen sizes. If somebody have any solution, let me know.

Re: [android-developers] How can i create ListView in tabbed layout ?.

2011-03-07 Thread Santhosh Kumar
Thanks Mark..that was a perfect help :) thanks regards, G.Santhosh Kumar +91 9966973790 On Mon, Mar 7, 2011 at 5:49 PM, Mark Murphy mmur...@commonsware.com wrote: Yes. See this sample project: https://github.com/commonsguy/cw-andtutorials/tree/master/06-Tabs/LunchList On Mon, Mar 7,

Re: [android-developers] Re: Install % drop again?

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 4:44 AM, Zsolt Vasvari zvasv...@gmail.com wrote: There is no free-form e-mail option there that I can see, and none of the topics apply in my case. Just pick one - maybe the bugs one - it's the closest you're going to get to support for this issue.

Re: [android-developers] gdata calendar parse exception in Android

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 2:08 AM, Gaurav Shah sunnycool...@gmail.com wrote: I get the following exception : com.google.gdata.util.ParseException : org.xml.sax Can some one help me please ? Try a group or forum dedicated to the gdata library. This has nothing to do with Android.

[android-developers] AIDL stubs are not generated anymore

2011-03-07 Thread Olivier Guilyardi
Hi, I have recently upgraded to SDK tools r10 and SDK platform tools r3. At first everything worked fine, for a couple days. Then I changed very few things in a layout and in my attrs.xml and the build is now failing in Eclipse. Reverting the changes didn't help. R.java is here but the AIDL

[android-developers] Connection problem

2011-03-07 Thread Richard Sámela
HI, I read developer.android.com and via class connectivitymanager should I get network state info. I want to know is my mobile connected to the internet? I try it like this but it doesn't work. can you help me what I am doing wrong? I have this in onCreate method. ConnectivityManager cm =

Re: [android-developers] AIDL stubs are not generated anymore

2011-03-07 Thread Olivier Guilyardi
Oh, and by the way, this affects two absolutely distinct projects which both have AIDL files, and which used to build just fine. I have cleaned many times, and even reimported a project, but it didn't help. I am using Eclipse 3.4.2 Ganymede. Olivier On 03/07/2011 02:48 PM, Olivier Guilyardi

[android-developers] Help with Location Updates

2011-03-07 Thread Jake Colman
My appwidget seems to work for every user except this one guy with a Droid2. The app needs to be kept apprised of the user's current location but is happy with a coarse location. I use the following code for tracking the user's location: public void setDynamicLocation() { logger.verbose(

Re: [android-developers] Help with Location Updates

2011-03-07 Thread Mark Murphy
On Mon, Mar 7, 2011 at 8:55 AM, Jake Colman col...@ppllc.com wrote: 1) Why would getBestProvider return null? GPS is not POWER_LOW, AFAIK.  Shouldn't it always be able   to tell me something? If you ask for criteria that cannot be met, you will get null. 2) Why would a network provider be

[android-developers] Android Curve Gallery or listview with center zoom in and other zoom out option.

2011-03-07 Thread Ganapathy
hi, I want a list or gallery that scroll like arc. Also current item must zoom in and other item must zoom out... as like the sample image i attached. http://i.imgur.com/7yFZ1.png Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Android Curve Gallery or listview with center zoom in and other zoom out option.

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 8:28 AM, Ganapathy cganapa...@gmail.com wrote: I want a list or gallery that scroll like arc. Also current item must zoom in and other item must zoom out... as like the sample image i attached. http://i.imgur.com/7yFZ1.png Thanks. I want a cheetah or puma that

Re: [android-developers] TableLayout Problem

2011-03-07 Thread New Developer
To Mark Thanks for the advice and link Here is What debug gives when I activate the Activity which has a TableRow with an EditView NOTE: If I change EditView to TextView All works well DalvikVM[localhost:8635] Thread [1 main] (Suspended (exception RuntimeException))

Re: [android-developers] TableLayout Problem

2011-03-07 Thread Mark Murphy
Allow Eclipse to run past the point of the exception and get the real stack trace in LogCat. On Mon, Mar 7, 2011 at 10:17 AM, New Developer secur...@isscp.com wrote: To Mark Thanks for the advice and link Here is What debug gives  when I  activate the Activity which has a TableRow with an

[android-developers] TouchEvent - ACTION_UP after ~30 seconds

2011-03-07 Thread Thiago Lopes Rosa
Hi, I need the user touching the screen for a long period of time, but approximately after 30 seconds there is an ACTION_UP event automatically. I tested on three devices and it always happen. To understand what I'm saying, just swype on your home screen (to switch home screens) but keep your

Re: [android-developers] TableLayout Problem

2011-03-07 Thread New Developer
Never mind I had EditView and NOT EditText my mistake Thanks On Mar 6, 2011, at 8:53 PM, Mark Murphy wrote: Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your crash. It is definitely possible to have EditTexts in

Re: [android-developers] Tabs at bottom of Activity

2011-03-07 Thread lalit poptani
Hi, I think u might go for menu items if u want tabs. Menu items work same as tabs and more than that they are at the bottom of the page Lalit Poptani T. Saltriver InfoSystem pvt. ltd. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] AIDL stubs are not generated anymore

2011-03-07 Thread Olivier Guilyardi
Ok, for the records, I did a fresh install of Eclipse Helios, re-imported my projects, and the problem's gone. Olivier On 03/07/2011 02:55 PM, Olivier Guilyardi wrote: Oh, and by the way, this affects two absolutely distinct projects which both have AIDL files, and which used to build just

[android-developers] Re: TouchEvent - ACTION_UP after ~30 seconds

2011-03-07 Thread Thiago Lopes Rosa
I found this: There is a setting in the touch IC that causes touches that stay in more or less the same place for extended periods of time to be calibrated out. That is the setting that is causing this ACTION_UP message to be sent if you press and hold for more than 20 seconds (20-30 seconds is

Re: [android-developers] Re: TouchEvent - ACTION_UP after ~30 seconds

2011-03-07 Thread Kostya Vasilyev
It just seems to me - as a user - like a strange requirement to have. I can't imagine holding my finger on the screen for 20 seconds or longer in order to use a program. Um, unless it's an application intended to prevent prison breaks :) -- Kostya 07.03.2011 18:48, Thiago Lopes Rosa ?:

[android-developers] when will the source code for Android 3.0 released?

2011-03-07 Thread Satya Komatineni
I am trying to find out nuances with the new features of home screen widgets. I am wondering when will the source code for Android 3.0 be availabe in git repositories. Thanks Satya -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Can't communicate with NfcB tag

2011-03-07 Thread Paul Christensen
Ok, for #1 I'll just keep trying the card and see if I can manage to talk to it. For the additional issues, the sequence of events and relevant code is as follows: I scan a card with my app set to receive the scans. The appropriate Activity opens, retrieves a Tag object, and executes an

[android-developers] Re: Help with Location Updates

2011-03-07 Thread Jake Colman
MM == Mark Murphy mmur...@commonsware.com writes: MM On Mon, Mar 7, 2011 at 8:55 AM, Jake Colman col...@ppllc.com wrote: 1) Why would getBestProvider return null? MM GPS is not POWER_LOW, AFAIK.  Shouldn't it always be ble to tell me something? MM If you ask for criteria that

[android-developers] Re: Reviews showing up in developer account but not in Android market.

2011-03-07 Thread MB
It would be really developer friendly if Android market showed comments in English as well, perhaps behind a button click if not by default. In a lot of European countries, even though the primary language is not English(eg. Germay, France, Denmark), most users are reasonably fluent in English.

Re: [android-developers] Re: Reviews showing up in developer account but not in Android market.

2011-03-07 Thread Kostya Vasilyev
07.03.2011 19:11, MB пишет: It would be really developer friendly if Android market showed comments in English as well, perhaps behind a button click if not by default. In a lot of European countries, even though the primary language is not English(eg. Germay, France, Denmark), most users are

[android-developers] Camera startPreview() failed on Nexus S with Gingerbread

2011-03-07 Thread Paolo
Hi there! I've tested my app developed with SDK 2.2 as target on a Nexus S with Gingerbread. All it goes ok, except the activity that uses the Camera hardware to take pictures. I don't know what's wrong... :( Is there anyone who has had the same problem? Please help me! Thanks in advance! This

[android-developers] Re: Help with Location Updates

2011-03-07 Thread Jake Colman
Incidentally, in the emulator I have both network and gps listed as available but getBestProvider always returns null even if I relax the criteria. And the locationListener tells me that network is disabled. -- Jake Colman -- Android Tinkerer -- You received this message because you are

Re: [android-developers] Tabs at bottom of Activity

2011-03-07 Thread Justin Anderson
Try these: http://www.anddev.org/viewtopic.php?p=21932 http://stackoverflow.com/questions/2395661/android-tabs-at-the-bottom/2710404#2710404 On Mon, Mar 7, 2011 at 8:43 AM, lalit poptani lalit.popt...@gmail.comwrote: Hi, I think u might go for menu items if u want tabs. Menu items work

Re: [android-developers] Problem with resources while drawing

2011-03-07 Thread Justin Anderson
* Can any one tell me what this exception is??* Yes... check the link below * 03-07 15:03:21.102: ERROR/ViewRoot(264): OutOfResourcesException locking surface* http://developer.android.com/reference/android/view/Surface.OutOfResourcesException.html On Mon, Mar 7, 2011 at 2:42 AM, Shashidhar

[android-developers] Re: Help with Location Updates

2011-03-07 Thread Jake Colman
Jake == Jake Colman col...@ppllc.com writes: Jake Incidentally, in the emulator I have both network and gps Jake listed as available but getBestProvider always returns null Jake even if I relax the criteria. And the locationListener tells Jake me that network is disabled. Ignore

Re: [android-developers] Re: Change Keyboard Key label at runtime

2011-03-07 Thread Justin Anderson
* Ok. I am sorry if I upset you. I felt a little bruised myself. * No worries. Sorry for the initial bruising... it wasn't intended to be anything more than a gentle reminder to do some form of homework before posting a question. On Sun, Mar 6, 2011 at 3:57 PM, trans transf...@gmail.com wrote:

[android-developers] Re: Can you use include / with @layout-land?

2011-03-07 Thread davemac
Did you try creating layout/mylargelayout.xml, then include that from within layout-large/mylayout.xml and from layout-xlarge/mylayout.xml ? In your code, you'd always refer to mylayout, but for large and xlarge, it would end up looking for mylargelayout which would be found in layout. I haven't

[android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Indicator Veritatis
Now that we have four different group members (Ajay, Copscu, Purple Dev, Nathan) reporting the problem, do you still consider it extremely strange? How likely are we to get the same problem if we also upgrade to the latest ADT SDK? On Feb 24, 2:40 pm, Xavier Ducrohet x...@android.com wrote:

Re: [android-developers] Re: Can't communicate with NfcB tag

2011-03-07 Thread Paul Christensen
Thanks. I appreciate you looking in to this. To verify, yes, I am only trying to connect to one tech at a time. I am not connecting to IsoDep, and then attempting to connect to NfcB/NfcA. I only know about IsoDep working because after failing to connect to NfcB, I swapped out my objects and

Re: [android-developers] Change the Icon on a Keyboard key.

2011-03-07 Thread Justin Anderson
Have you tried the invalidateKey() method after changing the icon? http://developer.android.com/reference/android/inputmethodservice/KeyboardView.html#invalidateKey%28int%29 On Sun, Mar 6, 2011 at 2:30 PM, trans transf...@gmail.com wrote: Well, I've looked for an answer for over an hour, but I

[android-developers] Can we set the Nexus S Tag Id?

2011-03-07 Thread Paul Christensen
I am experimenting with an NFC tag reader, and I've found that when I have NFC turned on on my Nexus S, the tag reader is able to read my phone. The problem is that when the reader reads my phone it is detecting a 4 byte Id that changes on each read. I'm investigating the possibility of an

[android-developers] Detecting an Uninitialized Location

2011-03-07 Thread Jake Colman
Is there a way to distinguish between an uninitialized Location object and one that actually represents a lat/long of 0.0? -- Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: cropping and changing images on a soft keyboard

2011-03-07 Thread Justin Anderson
Please don't double-post... I believe I answered your question in the other thread. On Sun, Mar 6, 2011 at 2:04 PM, trans transf...@gmail.com wrote: Tried this and it does not seem to work for me :-( In my code image[i] holds the resource reference: Log.v(debug, res: + image[i]);

Re: [android-developers] [Monkeyrunner]: How to simulate short press on power button

2011-03-07 Thread Bill Napier
Hi, I tested this on Nexus S and it worked in the way I expected. If I specify DOWN_AND_UP, the screen locks and goes to sleep. If I specify just DOWN, I get the Phone options. I tried with the emulator and saw the same behavior you saw, I'm not sure why. Let me try and borrow an Xperia from

Re: [android-developers] Re: TouchEvent - ACTION_UP after ~30 seconds

2011-03-07 Thread Thiago Lopes Rosa
It is for a game! =) Thiago On Mon, Mar 7, 2011 at 12:53, Kostya Vasilyev kmans...@gmail.com wrote: It just seems to me - as a user - like a strange requirement to have. I can't imagine holding my finger on the screen for 20 seconds or longer in order to use a program. Um, unless it's

Re: [android-developers] Re: Can you use include / with @layout-land?

2011-03-07 Thread Dianne Hackborn
On Sun, Mar 6, 2011 at 2:51 PM, Hari Edo hari@gmail.com wrote: I once tried to have small rotation-independent clusters of views included from layout/, while the activity xml was in layout-land. It seemed to have trouble finding layout/ to resolve include tags. Trouble of the

Re: [android-developers] Spinner Retrievation

2011-03-07 Thread Justin Anderson
* I have created list elements in spinner from strings.xml. * * I store element in database using spinner1.getSelectedItem().**toString(); * This code doesn't show how you store the info in the database. It shows how you get the data to be stored in the database. * How to retrieve that element

Re: [android-developers] Compare MonkeyImage

2011-03-07 Thread aniruddha dhamal
@bill, You mentioned that you compare the subsequent snapshots. I have questions: Do you use *sameAs* method as an assertion method (like Assert in JUnit) to verify pass or failure of the testcase? How do you say that this percentage have changed with the next screenshot so that testcase is

Re: [android-developers] Detecting an Uninitialized Location

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 12:32 PM, Jake Colman col...@ppllc.com wrote: Is there a way to distinguish between an uninitialized Location object and one that actually represents a lat/long of 0.0? Try getTime() - that's probably something consistent for unintialized objects. Although

[android-developers] Array list to spinner OR json Array to java Array ?

2011-03-07 Thread Atif Musaddaq
Hi, All I am fetching data from json to array list, code given below. JSONArray jsonArray = new JSONArray(json_string); String[] anArrayOfStrings; ListString items = new ArrayListString(); for (int i=0; ijsonArray.length(); i++) { items.add( jsonArray.getString(i) ); } Now all my data is in

[android-developers] Re: Help with Location Updates -- Resolved!

2011-03-07 Thread Jake Colman
Jake == Jake Colman col...@ppllc.com writes: Jake My user tells me that the phone is in good working order, that Jake he uses it to make phone calls, and that his GPS is functioning Jake and on. So here is what I need to understand: Jake 1) Why would getBestProvider return null?

Re: [android-developers] Can we set the Nexus S Tag Id?

2011-03-07 Thread Paul Christensen
Thanks. -- Paul Christensen On Mon, Mar 7, 2011 at 1:04 PM, Nick Pelly n...@android.com wrote: On Mon, Mar 7, 2011 at 10:23 AM, Paul Christensen p.ellischristen...@gmail.com wrote: I am experimenting with an NFC tag reader, and I've found that when I have NFC turned on on my Nexus S,

Re: [android-developers] Array list to spinner OR json Array to java Array ?

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 1:59 PM, Atif Musaddaq atif.musad...@gmail.comwrote: How i can convert this Array List to normal Array http://developer.android.com/reference/java/util/ArrayList.html#toArray() http://developer.android.com/reference/java/util/ArrayList.html#toArray() OR How i can

Re: [android-developers] Fragments for Google Maps add on?

2011-03-07 Thread Pete Doyle
Sweet, so it turns out you can make the Activity which manages your Fragments extend MapActivity. Then you can make a MapFragment with a MapView. Seems to work so far. Thanks to Valentin here: http://stackoverflow.com/questions/5109336/mapview-in-a-fragment-honeycomb On Fri, Mar 4, 2011 at

[android-developers] Location Change Triggering for Network but not for GPS

2011-03-07 Thread Jake Colman
When setting up a listener for location changes, is there anything different that is required to trigger the GPS to get a location fix that you don't need to do for network? I am using the followig code: mLocationManager.requestLocationUpdates( provider,

[android-developers] [android-d​evelopers] Samplerate

2011-03-07 Thread Nathaniel Warner
How can I detect the allowed microphone samplerates of the device my app is running on? A link to a list of allowed samplerates for various phones would also work for my purpose. Or, if anyone knows what samplerate Samsung phones use for their voice mics that would also help. -- You received

Re: [android-developers] [Monkeyrunner]: How to simulate short press on power button

2011-03-07 Thread aniruddha dhamal
Hi, I tried with Nexus S also [DOWN_AND_UP], but it didn't work ( behaviour: nothing happens). It might have locked the screen in your case because Display time (in Settings) was 15 sec (that's what happened with me initially but after changing that to 30 minutes it didn't work). I thought

Re: [android-developers] Location Change Triggering for Network but not for GPS

2011-03-07 Thread TreKing
On Mon, Mar 7, 2011 at 2:41 PM, Jake Colman col...@ppllc.com wrote: Is there something else that needs to be done in order to force the GPS to actually get a fix? Using the emulator, push a fix with DDMS. Using a device, go outside.

[android-developers] Trivializing Android development alongside with Windows Phone

2011-03-07 Thread Kallex
Hello, We are going to push forward common mobile development trivialization across platform-boundaries. Our current experience evolves around Microsoft's platform and hence around Windows Phone - hence the first technology demonstrations are built around that:

[android-developers] Bluetooth Pairing

2011-03-07 Thread Mike
Hi All, I've seen a few threads on this but haven't really found a good answer. Plus there seems to be some confusion around the behaviour of the pairing dialog. I am connecting my nexus 1 to a bluetooth spp server device to read and write data. After some experimentation I have found the

[android-developers] [Q] Modification SemcHome.apk for X10 mini

2011-03-07 Thread IlyaSick
Here we have stock home screen from SE on X10 mini. I was completely satisfied with it, except for three things which I will describe below. And if you help me understand how to fix them, then I think it would be ideal for the home screen of this phone model. Moreover I would be very grateful And

[android-developers] Android Client Server Communication Confusion

2011-03-07 Thread Arman Bari
Project Description:- I have to make an application in android which get the Latitude and Longitude from GPS and forward their location with identification to server. At server end there should be web page which continuously receiving the message from Android application and show location on

[android-developers] Re: NFC question: card emulation is not supported in the Android SDK yet, right?

2011-03-07 Thread akly
Hi Nick, I notice there is the package org.opennfc.cardemulation provided the OpenNFC project. Do you happen to know whether the this support for this card emulation implementation is device-specific? In particular will it work on the Nexus S? Many thanks, akly On Feb 28, 3:54 pm, Nick Pelly

[android-developers] unaligned memory access in ndk r5

2011-03-07 Thread Sun Ray-B17777
Hi All, I'm using ndk r5 to build my own video decoder projects and met failures calling Bus Error. The code is as below. m_uiNextBits = *m_pulStreamPacket++; m_uiNextBits is unsigned int, and m_ pulStreamPacket point to unsigned int array. I print the addr of the pointer and it's

[android-developers] $5K for Lead Android Developer at Box

2011-03-07 Thread Jamie
I'm looking for an Lead Android Developer to join the mobile team at Box. We just raised another $48 million from top tier VCs Andreessen- Horowitz, Meritech, DFJ, Emergence, US VP and Scale VP, and are poised to overtake the enterprise content management space. If you know anyone who fits the

[android-developers] Gallery with buttons

2011-03-07 Thread Méher Khiari
Hi This is my first message in this mailing list and I'm honoured to have some advices from other people. As the object explains, I need to setup a Gallery with 2 Buttons. The problem is that the gallery won't scroll anymore. I have tried to search the internet without success (maybe I'm using the

[android-developers] Out of memory issue in Android

2011-03-07 Thread ROHIT
Hi, I am using the byte array for storing the image. I want to store image in binary format back to file. While calculating the length of byte array, i am getting the Out of memory issue. So please help me to overcome this problem. Thanks in advance... Thanks and Regards, Rohit D -- You

[android-developers] [GPS Localization] how to get location quickly and How to obtain a position on every launch

2011-03-07 Thread Matthieu
Dear all, I'm a french android developpeur. I'm developping an application of geolocalisation. I need to get a position with a good accuracy quickly, so i use only GPS provider. I test my app on my N1 in 2.2.1. I have several problems : Regularly i don't get position, and even after waiting

[android-developers] Propagating exception caught in GL render thread

2011-03-07 Thread Bart
I searched but could not find info about this: Situation: 1. GL used + Looping sounds (soundpool) 2. want to prevent leaving user to reboot to get rid of looping sound in case of app error. In onDrawFrame, a try-catch block catches exceptions, and stops the sounds. So-far, so-good. But: cant

[android-developers] android default browser

2011-03-07 Thread 刘京京
Hi All, my issue is, when i open(jump to) the android default browser in the my apps, how can i set the attributes of the browser, for example ,the screen orientation ,the url address can not be changed,.. Thanks in advance. -- You received this message because you are subscribed to the Google

[android-developers] Something similar to CALayer core animation in Android?

2011-03-07 Thread neil
Hi, I'm porting an iOS app to Android. The app uses a compass view in order to show the current heading/bearing. The compass rotation (bitmap) works great in iOS, using CALayer CoreAnimation. But I'm appearing difficulties under Android. Basically I'm getting the sensor information and I'm sure

[android-developers] Embedded web server

2011-03-07 Thread Gianandrea
Hi all, I'm an embedded sw engineer, and we are jumping on android as a platform for some of our embedded projects. I'm in the process of doing some technological evaluation and one of the requirements is to configure and consult the device via en embedded web server. I'd like thus to have a

[android-developers] LinearLayout problem

2011-03-07 Thread Bruno
Hello i have sort a problem with my layout i would like somethine like this : +---+ | | |A | | | height : fill_parent | | | | | | +---+ |

[android-developers] Using Droid-fu

2011-03-07 Thread Marco Rodriguez-Suarez
Hello everyone, I'm trying to use the droid-fu libraries in my project but I guess I have no idea what I am doing. I plan on using BetterAsyncTask to send a couple of images to a server and then have the program return a response. The problem I am having is after I add the

[android-developers] How to create an email account in android programatically?

2011-03-07 Thread suman
Hello, Does anyone know how to add email accounts to the default email application programatically? 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] Android Client Server Communication Confusion

2011-03-07 Thread Arman Bari
*Project Description:-* I have to make an application in android which get the Latitude and Longitude from GPS and forward their location with identification to server. At server end there should be web page which continuously receiving the message from Android application and show location on

[android-developers] Re: Cursor management issue with Honeycomb

2011-03-07 Thread al
I saw the same error. In my case, I told the activity to manage a cursor (Activity.startManagingCursor(cursor) and later on replaced the cursor with a new one due to changes in my filter settings without stopping the management of the previous cursor (i.e. without calling

[android-developers] Re: Apn Setting Insert Problem

2011-03-07 Thread olmez
ContentValues values = new ContentValues(); values.put(name,Ramesh); values.put(numeric,310995); values.put(mcc,315); values.put(mnc,995); values.put(apn,email); values.put(user,elkjop);

[android-developers] Local ftp issue

2011-03-07 Thread Deeps
Hi , I want to ftp a file from /data/data/com.sample.abc/files/text.txt to my system using FTPClient. I am using XAMPP server which contain filezilla. Can any one please tel me what is the ftp port number in android .( similar to 10.0.2.2 for apache ) -- You received this message because you

[android-developers] Web controller

2011-03-07 Thread Cherian Abraham
Hey I am very new to android developing, therefore this question might seem very silly to most of you. I want to build an app that uses the internet. I am sure there should be something like a web controller that i can put on the app. Kindly guide me on how to do so. Cherian -- You received

[android-developers] Re: aapt crashes with -v

2011-03-07 Thread Quick Draw
I found that this issue only occurred when there was a drawable resource in an Android Library that was being overloaded in either another Android Library or Android Application. Are any of the icons/bitmaps in your project being redefined in a dependent project i.e. they have the same id? I

[android-developers] Receiver Intent Filter to listen for MUTE and UNMUTE?

2011-03-07 Thread JeremyE
I am writing my very first android app and have been learning over the last few days, so bear with me. What I want to do is simple: I am on conference calls a lot with my Motorola Droid X with a wired headset that has a mute/unmute button on it. I go on and off mute constantly but since my Droid

[android-developers] Jsoup

2011-03-07 Thread David Hendrick
Hi, I am using JSoup to extract images from a website. Could someone tell me how to then display them in an android app? Can I use webview? They are currently elements Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: NFC question: card emulation is not supported in the Android SDK yet, right?

2011-03-07 Thread akly
Ok never mind, I just realised they are just interfaces but not classes. On Feb 28, 3:54 pm, Nick Pelly npe...@google.com wrote: Hi Dave, Correct, we do not support Card Emulation in the SDK. It's actually very hard to do this in a consistent way across the Android platform, due to the

[android-developers] Web controller

2011-03-07 Thread Cherian Abraham
Hey I am new to android developing, i need to find a way to put a web controller on the app. Pleasee help!! Cherian -- 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] Is Nexus S NFC card sharing done with P2P or card emulation?

2011-03-07 Thread ektimo
Is Nexus S NFC Tag sharing done with P2P or card emulation? If P2P, how is it able to activate when not the foreground 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] Exception in Klasse ListPreference.java mit excerciser monkey

2011-03-07 Thread Leder
Hallo all, ich habe ein Android Projekt, das mit dem UI/Application Exerciser Monkey getestet wird. Nach event 2996 gibt es einen Systemcrash, der vermutlich durch die Klasse ListPreference.java aus Android verursacht wird: ArrayIndexOutOfBoundsException. Ist so etwas bekannt? Ich konnte in den

[android-developers] How To Reduce Camera Resolution?

2011-03-07 Thread Sze Ying
Does anyone knows how to reduce camera resolution programmatically ? If it is possible, does anyone knows whether is it possible to set a lower resolution than what the camera offers? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: NFC question: card emulation is not supported in the Android SDK yet, right?

2011-03-07 Thread akly
There appears to be an card emulation implementation in OpenNFC. Can anyone confirm whether it works on the Nexus S? On Feb 28, 3:54 pm, Nick Pelly npe...@google.com wrote: Hi Dave, Correct, we do not support Card Emulation in the SDK. It's actually very hard to do this in a consistent way

RE: [android-developers] redirct the an alert or replay to the device that send sms

2011-03-07 Thread Breece Lynn
Anybody know of any Android/iOS Developers open for contract opps in Florida? You all are very hard to find! We have some great opportunities in some great shops, but we are lacking the developers. The pay rate is pretty much open as the urgency of this need has risen, and therefore we are

Re: [android-developers] Re: Authenticate Non-AppEngine Webservice using Google Account

2011-03-07 Thread 燃魂纵宇
You could see this. http://code.google.com/intl/en/apis/accounts/ 2011/3/4 Jesse gotosl...@gmail.com I feel it is Android specific because the main unknown is what type of authtoken does the Android AccountManager API give us for google accounts (ClientLogin, OAuth, something else?). But,

[android-developers] Re: Authenticate Non-AppEngine Webservice using Google Account

2011-03-07 Thread Cláudio Bastos
have you tried stackoverflow.com ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Apn Setting Insert Problem

2011-03-07 Thread olmez
look, this is the case , when I take _id out , there is no bug , but this time I cannot add string :( codes are above ... thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

  1   2   3   >