Re: [android-developers] Android: value of one spinner depends on value of other spinner

2012-02-27 Thread Akhilesh Mani
Hi, Use OnTouchListener for spinner instead of using setOnItemSelectedListener. Spineer excutes its setOnItemSelectedListener in onCreate so you getting this problem. On Fri, Dec 30, 2011 at 5:34 PM, vinitvikash vinitvik...@gmail.com wrote: I have a problem on Android Spinner.In my

Re: [android-developers] Re: intent Value

2012-02-27 Thread hazem omies
thanks ,, but i put this map like *intent.putExtras(mapidentifier,map); ,,, how i can put this mapping as listview in second activity * On Mon, Feb 27, 2012 at 9:19 AM, kalandar kasimk...@gmail.com wrote: hi, if you want to pass the same HashMap value for two activity means you can create

Re: [android-developers] Re: intent Value

2012-02-27 Thread hazem omies
hi ,,, Note,,the value has been passed successfully ,,,but without listview !!! On Mon, Feb 27, 2012 at 10:39 AM, hazem omies hazem.om...@gmail.com wrote: thanks ,, but i put this map like *intent.putExtras(mapidentifier,map); ,,, how i can put this mapping as listview in second activity

[android-developers] Re: Is NFC card emulation possible on Galaxy Nexus and OS 4?

2012-02-27 Thread Michael Roland
Hallo Roman, I have another question regarding card emulation. Do you know whether the UICC is physically connected to the NFC controller (SWP) on the Galaxy Nexus or not? Unfortunately, I don't know for sure. I would assume that the SWP pin is connected to the NFC controller (just as it is

[android-developers] Re: Communicate with GSM modem

2012-02-27 Thread Tiago Teixeira
I'm sorry, and thanks for your answer. On Feb 24, 6:21 pm, Kristopher Micinski krismicin...@gmail.com wrote: From the Android SDK this ins't remotely possible.. If you want to do this you'd have to modify the RIL at system level. If you want to do this, this is the wrong list to ask, as this

Re: [android-developers] Unable to Upload new apps

2012-02-27 Thread Anirudh Loya
Kumar, Pls change your clock date n time and try once. It will work out. Rahul, Nops nuthing to do with logcat.! Thanks On Sun, Feb 26, 2012 at 7:39 PM, Raghav Sood raghavs...@androidactivist.org wrote: Have a look on what the LogCat is suggesting, it can be for many reasons. Since when

[android-developers] Re: Run application in background

2012-02-27 Thread moktarul anam
Hi, There are two way to do this 1. service funda 2. transparent activity selection will be based on ur requirement Moktarul On Feb 27, 10:11 am, Juned Khan jkhan6...@gmail.com wrote: hii all developers,                            how do i keep my application running on background until it

[android-developers] Re: nested listview

2012-02-27 Thread moktarul anam
Hi, In in android there is something expandable list view. better use that and in subitem also use list view Enjoy Moktarul On Feb 26, 7:25 pm, hazem omies hazem.om...@gmail.com wrote: hi,,, how i can make nested listview as follow : main activity contain a listview binding from web servers

[android-developers] Re: UML tool for Android?

2012-02-27 Thread sniper
Balsamiq Mockups has nothing to do with UML.. On 27 Feb., 03:04, Li Qing study.qing...@gmail.com wrote: Balsamiq Mockups ,a good tool for ui design -- 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: Is NFC card emulation possible on Galaxy Nexus and OS 4?

2012-02-27 Thread Roman K.
Are you interest in investigating this assumption with me? Another option would be to ask Samsung. That reduces a lot of overhead regarding compiling, flashing, debugging etc. Cheers, Roman On 27 Feb., 09:57, Michael Roland mi.rol...@gmail.com wrote: Hallo Roman, I have another question

[android-developers] PackageManager installPackage method throwing IllegalArgumentException

2012-02-27 Thread ashiq sayyad
Hi, I have one apk stored on sdcard .I am trying to install that apk on phone using PackageManager installPackage method.But I am getting IllegalArgumentException .. method.invoke(pm, new Object[] {apkFile, observer, INSTALL_REPLACE_EXISTING, null}); (using reflection..) I have following

[android-developers] Re: Run application in background

2012-02-27 Thread Juned Khan
thanx Kalandar On Monday, February 27, 2012 10:41:30 AM UTC+5:30, Juned Khan wrote: hii all developers, how do i keep my application running on background until it manually closed or exited by the user. -- You received this message because you are subscribed

[android-developers] Re: Run application in background

2012-02-27 Thread Juned Khan
thanx Kalandar -- 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+unsubscr...@googlegroups.com For more

[android-developers] Re: Run application in background

2012-02-27 Thread Juned Khan
thanx for your reply *Moktarul* i know about services but what is transparent activity ? can you explain me about it or any link for 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] How to show Geo location on click event of Google map

2012-02-27 Thread Narendra Singh Rathore
Hi all, I want to show the geo locations (latitude , longitude) according to my clicked position on Google Map. Help me to achieve that. With Regards, NSR -- 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] switching views

2012-02-27 Thread nageswara rao rajana
try fragments... On Mon, Feb 27, 2012 at 4:26 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, How to create switching views in android in the same activity ,like the attached snapshot of iPad..Please give any clue or any links which will help me to proceed further.

Re: [android-developers] switching views

2012-02-27 Thread vani reddy
No . I want to do in phone. On Mon, Feb 27, 2012 at 4:34 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: try fragments... On Mon, Feb 27, 2012 at 4:26 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends, How to create switching views in android in the same

[android-developers] Re: finishActivity on the YouTube app in ICS

2012-02-27 Thread Fredrik H
Sorry, left out the intent. Updated the code below: On 24 Feb, 17:29, Fredrik H fredrik.henrics...@gmail.com wrote: I'm starting the YouTube app with a request code (1) and try to finish it after 30 seconds. However, in ICS 4.0.3 the finishActivity call does not finish the YouTube app. Logcat

[android-developers] Re: Add to recent application list

2012-02-27 Thread moktarul anam
oke,. in onclick method save intent in to database and i think u also know this.. Actually i want to see which launcher r u modifying ? is is adwlauncher ? give me reply then i will send u complete code Enjoy Moktarul On Feb 27, 9:06 am, elham elhamna...@gmail.com wrote: Yes i am working

[android-developers] Android pdf viewer

2012-02-27 Thread moktarul anam
can u suggest me any good android pdf viewer jar library? actually i want to use this jas as a pdf viewer library in my application moktarul anam -- 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] switching views

2012-02-27 Thread T.M.S.VIJAYKUMARR
You can try with tabhost instead of Dialog. On Mon, Feb 27, 2012 at 4:48 PM, vani reddy vani.reddy.bl...@gmail.comwrote: No . I want to do in phone. On Mon, Feb 27, 2012 at 4:34 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: try fragments... On Mon, Feb 27, 2012 at

[android-developers] Re: switching views

2012-02-27 Thread moktarul anam
Hi Vani , better u create separate activity for display attach file and make that activity android:theme=@android:style/Theme.Dialog Moktarul anam On Feb 27, 3:49 pm, vani reddy vani.reddy.bl...@gmail.com wrote: Hi friends,, How to create switching views in android ,like in the attached

[android-developers] Re: Is NFC card emulation possible on Galaxy Nexus and OS 4?

2012-02-27 Thread Michael Roland
Hallo Roman, Are you interest in investigating this assumption with me? Another option would be to ask Samsung. That reduces a lot of overhead regarding compiling, flashing, debugging etc. I assume that it will be easier to modify the firmware than to get a definitive answer from Samsung^^.

[android-developers] Re: switching views

2012-02-27 Thread Seshu
Hi Vani, Better 2 use GestureDetectors so that u can fling the multiple views... Thanks and Regards, S.Seshu On Feb 27, 4:32 pm, moktarul anam mokta...@gmail.com wrote: Hi Vani , better u create separate activity for display attach file and make that activity  

[android-developers] Re : Fetching data from postgres

2012-02-27 Thread vivek elangovan
Hi members, I m having my collection of records in Postgres database, After login i want to fetch the details from the database and display it in next page.Here my primary key will be userid which i used in login page.I want to know how to fetch data from postgres database ? --

[android-developers] Re: sqlite database storage data

2012-02-27 Thread JJ
I just went through this and believe I can help. It's on the device. It's also in the virtual device, but it's a lot harder to get at (google UnYaffs) I tried to use UnYaffs and gave up after a few days, as it did not compile on my machine (it's C++). The easiest way is to root your phone. Once

[android-developers] change background in html page at runtime (android)

2012-02-27 Thread booooooooooooo
HI all, I was straucted at displaying background image dynamical in HTML page please share me any one have idea on 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] Long click in expandable list group items.

2012-02-27 Thread Bluemercury
Hi! im currently using an expandable list as an n-tree level list, and i use the long click to select any element, either group or childs, the problem is that the group row has a gradient gradient backgroup so translates in it not having any kind of highlight. i managed the normal click color,

[android-developers] Swipe Images

2012-02-27 Thread Rami Makhamreh
Hi all thx already for helping me; i have small question but it looks hard to me i want to swipe a number of images how can i do it?? -- 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] Fwd: sax parsing

2012-02-27 Thread Rami Makhamreh
What is the problem so we can help u?? Regards, Rami N. Makhamreh www.realmadridarabia.com On Sat, Feb 25, 2012 at 10:54 PM, arun kumar hariarun2...@gmail.com wrote: hai suraj visit www.arunkumarpd.blogspot.in you find sax parser example. -- WITH REGARDS ARUN KUMAR P D

[android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Bluemercury
Basically what i want is default behaviour in all states but with my own backgroud gradient:S On Monday, February 27, 2012 2:14:45 PM UTC, Bluemercury wrote: Hi! im currently using an expandable list as an n-tree level list, and i use the long click to select any element, either group

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Kostya Vasilyev
What you can do is: 1) Add another layout to your group item layout, make sure its size matches the entire group item. FrameLayout is probably easiest. 2) Specify your own state-list background drawable for this layout. 3) In this state-list drawable, specify transparent color for pressed /

[android-developers] Wich is the correct way to change the texture of a polygon?

2012-02-27 Thread saex
I need a little help to achive something with OpenGL ES 1.1 I have a symple square polygon (from nehe tutorials) with a texture. The polygon haves a bitmap and the method loadGLTexture(GL10 gl, Context context) is called once, when the polygon is created, to load the texture. I need to add the

Re: [android-developers] Swipe Images

2012-02-27 Thread tarun sablok
use frame layout .. populate all the images initially and then you can apply some animations to control the images . On Mon, Feb 27, 2012 at 7:50 PM, Rami Makhamreh stan55...@gmail.com wrote: Hi all thx already for helping me; i have small question but it looks hard to me i want to

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Bluemercury
i changed the expandable_group_item to this: ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_window_focused=false android:drawable=@android:color/transparent / item

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Kostya Vasilyev
On 02/27/2012 06:57 PM, Bluemercury wrote: Didnt change the row layout like you said, but it seems to be working as expected. Any reason to change like you said? regards I remember needing an extra layout in a similar case so that the highlight background used by the list view and the

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Bluemercury
Hi again Kostya, seems that the cursor focus isnt working althought that's not the most important thing it still is default behaviour so im wondering why it doesnt work. Also the extra layout was something like this?: LinearLayout android:id=@+id/LinearLayout01 android:layout_width=fill_parent

[android-developers] Request for Ideas: how to handle a major upgrade to my App

2012-02-27 Thread Spiral123
Hi All... I'm working on v2 of my app. Although the basic operation of the app is the same, it is very different in terms of appearance and UI interaction (much better - I think!). I've got a couple of thousand users who rely on the app on a daily basis as a key part of their jobs and I'd like

[android-developers] null phone numbers

2012-02-27 Thread bob
Can someone help me understand why the phone numbers all show up as null with this? private void queryContactPhoneNumber() { String[] cols = new String[] {People.NAME, People.NUMBER}; Uri myContacts = People.CONTENT_URI;

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Kostya Vasilyev
On 02/27/2012 07:25 PM, Bluemercury wrote: Hi again Kostya, seems that the cursor focus isnt working althought that's not the most important thing it still is default behaviour so im wondering why it doesnt work. Also the extra layout was something like this?: LinearLayout

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Bluemercury
Ok ive made the change but the normal focus doesnt seem to be working, here's the expand_custom_row_group_layout: *LinearLayout* *xmlns:android=http://schemas.android.com/apk/res/android* *android:id=@+id/LinearLayout01* * android:layout_width=fill_parent * * android:layout_height=45dip*

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Kostya Vasilyev
On 02/27/2012 07:53 PM, Bluemercury wrote: Am i missing something the in selector file? regards, Yes - the selector should only use @andorid:color/transparent for state_pressed or state_focused true. Something like: ?xml version=1.0 encoding=utf-8? selector

[android-developers] MediaPlayer setDisplay

2012-02-27 Thread Cliffus
Hi we're creating an application for a radio station. The concept of the application is a little bit different than a normal radio application. When the user hits the play button, a video starts playing (webcam) and with the audio in the background. To accomplish this, a have a background service

Re: [android-developers] How to show Geo location on click event of Google map

2012-02-27 Thread TreKing
On Mon, Feb 27, 2012 at 4:59 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: I want to show the geo locations (latitude , longitude) according to my clicked position on Google Map. Help me to achieve that. There is a MapView tutorial and sections in the documentation dealing with

[android-developers] Android App publisher

2012-02-27 Thread riz
Hi, Is it legal to publish an app on behalf of someone and take commission on per sale ? something like http://www.androidpublisher.com/ Please advise . Regards -- 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: Long click in expandable list group items.

2012-02-27 Thread Bluemercury
Okay, even after those changes i still get the focus color behind the gradient background. i just putted round corners in the gradient and i can see it behindlet me show what i have now then: *expandable_group_item.xml:* ?xml version=1.0 encoding=utf-8? selector

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Kostya Vasilyev
On 02/27/2012 08:13 PM, Bluemercury wrote: Okay, even after those changes i still get the focus color behind the gradient background. i just putted round corners in the gradient and i can see it behindlet me show what i have now then: Here is my selector: ?xml version=1.0 encoding=utf-8?

[android-developers] Reading and Writing xml file to Internal Memory

2012-02-27 Thread Dancing Fingers
Hi guys, My app needs to learn user words and store them in XML files. So I wrote a test method: public void writeWordXmlFile() { myWords = new ArrayListWord(); myWords.add(new Word(Diversability)); myWords.add(new Word(Theate));

Re: [android-developers] switching views

2012-02-27 Thread TreKing
On Mon, Feb 27, 2012 at 5:18 AM, vani reddy vani.reddy.bl...@gmail.comwrote: No . I want to do in phone. On Mon, Feb 27, 2012 at 4:34 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: try fragments... You can use Fragments in phone. That's kind of the point of them.

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Bluemercury
Ahh that was it, you only need the state_pressed and state_selected it seems, i had pressed and focused. Many thanks, this was very useful. Still i have the impression this should be more simple than it actually is. :) regards, On Monday, February 27, 2012 4:18:27 PM UTC, Kostya Vasilyev

Re: [android-developers] Re: Long click in expandable list group items.

2012-02-27 Thread Kostya Vasilyev
On 02/27/2012 08:33 PM, Bluemercury wrote: Ahh that was it, you only need the state_pressed and state_selected it seems, i had pressed and focused. Many thanks, this was very useful. Still i have the impression this should be more simple than it actually is. :) It would be easier if

Re: [android-developers] Request for Ideas: how to handle a major upgrade to my App

2012-02-27 Thread TreKing
On Mon, Feb 27, 2012 at 9:39 AM, Spiral123 cumis...@gmail.com wrote: but I'd like to have some way that I can move over the folks who have purchased the app without requiring them to pay again. You can't do that. Consider releasing a minor, incremental update to your existing app without the

Re: [android-developers] Android App publisher

2012-02-27 Thread TreKing
On Mon, Feb 27, 2012 at 10:13 AM, riz rizcs...@gmail.com wrote: Is it legal ... Please advise . Consult a lawyer. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] Reading and Writing xml file to Internal Memory

2012-02-27 Thread TreKing
On Mon, Feb 27, 2012 at 10:27 AM, Dancing Fingers batym...@gmail.comwrote: Doesn't Android read and write to the same path in internal memory? Read this. http://developer.android.com/guide/topics/data/data-storage.html#filesInternal

[android-developers] SensorManager constants

2012-02-27 Thread bob
Are all of these constants in SensorManager a joke? Is there any use for any of these? (except maybe GRAVITY_EARTH) public static final float GRAVITY_DEATH_STAR_I Since: API Level 1 Gravity (estimate) on the first Death Star in Empire units (m/s^2) Constant Value: 3.5303614E-7 public static

[android-developers] double tab on single image

2012-02-27 Thread ANKUR GOEL
hi all , can somebody help me with the double tab on images i tried with gesture listener but it taking on button -- 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] bootup app invoking app has error - No Activity found to handle Intent

2012-02-27 Thread Thomas
I need to have an bootup app call another app and while the bootup app appears to work, the second app cannot be found? The NLauncher was derived from another thread start at boot app gives instantiationException: in which it took a lot conversation to resolve and I thank all concerned. I

Re: [android-developers] bootup app invoking app has error - No Activity found to handle Intent

2012-02-27 Thread Kostya Vasilyev
The Android runtime is entirely correct. This code: public class SubLauncher extends Activity { /** Called when the activity is first created. */ private static final String TAG = NSubLauncher1; public void onCreate(Bundle savedInstanceState) { * Intent

[android-developers] Hamada Ali wants to chat

2012-02-27 Thread Hamada Ali
--- Hamada Ali wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-59fcc31f00-5bffe81611-YXdYMGhZm_8tpM3wIWaNdUKjQpI You'll

Re: [android-developers] SensorManager constants

2012-02-27 Thread Mark Murphy
They are Easter eggs, nothing more. On Mon, Feb 27, 2012 at 12:14 PM, bob b...@coolfone.comze.com wrote: Are all of these constants in SensorManager a joke?  Is there any use for any of these? (except maybe GRAVITY_EARTH) public static final float GRAVITY_DEATH_STAR_I Since: API Level 1

Re: [android-developers] SensorManager constants

2012-02-27 Thread Kostya Vasilyev
On the other hand, this one: http://developer.android.com/reference/android/os/IBinder.html#TWEET_TRANSACTION is real. upon completing the dispatch, the object must make a cup of tea, return it to the caller, and exclaim jolly good message old boy! I have a little app with a button that

Re: [android-developers] Request for Ideas: how to handle a major upgrade to my App

2012-02-27 Thread John Coryat
Here's a way you can migrate your paid users... Release your new app as free with in-app purchase and create a way to use an unlock code. You'll need a server interface to check the validity of the code and a way of telling your existing customers about it. Using an unlock code will make it

[android-developers] Mute button in call

2012-02-27 Thread brian lee
I am trying to have a app mute the call when the camera button is pressed. I have that part of the code working, but I can not for the life of me figure out if there is a way to change the state of the mute button in the call so you know that it is currently muted. Anyone know how to do that?

[android-developers] Does Market Recognize Internationalization?

2012-02-27 Thread Doug Gordon
If I put up a new version of my app that includes support for new languages -- for example, with a /values-fr directory -- will the Market indicate this in any way to users who have this language selected? Is there any way to note this feature other than the update comments in the Market

[android-developers] Custom IME for custom component

2012-02-27 Thread Todd Sjolander
Hi, I'm looking to have a custom component (an extended EditText) that uses its own input method. I've created the input method and the custom component without issues, but I'm having trouble getting the component to use the input method. I can use the input method with the component if I use it

Re: [android-developers] Does Market Recognize Internationalization?

2012-02-27 Thread Harri Smått
On Feb 27, 2012, at 10:49 PM, Doug Gordon wrote: Is there any way to note this feature other than the update comments in the Market description? I would put this into version history for sure. And no, I would expect there's no automated indication about this change on Market but users using

[android-developers] unsubscribe

2012-02-27 Thread Brian Chae
http://markmail.org/message/wydbqdugoh46hrdpunsubscribe -- 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: double tab on single image

2012-02-27 Thread skink
ANKUR GOEL wrote: hi all , can somebody help me with the double tab on images i tried with gesture listener but it taking on button http://developer.android.com/reference/android/view/GestureDetector.html#setOnDoubleTapListener(android.view.GestureDetector.OnDoubleTapListener) pskink --

[android-developers] Re: UML tool for Android?

2012-02-27 Thread Diego Torres Milano
No android specific by I have been using BOUML (http://www.bouml.fr/) and it works. However, if you want round trip integration, it might not be the tool. On Feb 27, 4:50 am, sniper sniper260...@gmail.com wrote: Balsamiq Mockups has nothing to do with UML.. On 27 Feb., 03:04, Li Qing

[android-developers] What is the maximum size of Heap in Android with API levels.

2012-02-27 Thread Srinivas Nainala
Could anyone provide Heap size limitations with API levels. I heard 16MB is the max limit in latest API 15 level. Could you correct if I am wrong. BR Srinivas -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to make this complex view

2012-02-27 Thread Farhan Tariq
Hi guys, I have come to a requirement of an application that requires the following view and its associated action: I want a listView that takes up all space on the screen, populated with numbers, say from 1 to 20. Thats no issue. The listView should have a dragable semi-transparent box on top

[android-developers]

2012-02-27 Thread Raphael de Souza Oliveira
-- 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+unsubscr...@googlegroups.com For more options, visit

[android-developers] Debugging on a Pantech Pocket?

2012-02-27 Thread John Lussmyer
Is it possible to debug on a Pantech Pocket phone? The web page for drivers is useless. (it's in korean, and is untranslateable.) -- -- CasaDelGato Sensible Email package: https://sourceforge.net/projects/sensibleemail/ -- You received this message because you are subscribed to the Google

Re: [android-developers] Debugging on a Pantech Pocket?

2012-02-27 Thread Kostya Vasilyev
This: http://www.pantechusa.com/support/download/3NOS_kY1bCHDAseCRcCbfelrK_CZNWT4xkcTnbz3mvxehigVV5lpz0EgIcqbxKI- seems to be in English, not Korean ... This does too: http://androidforums.com/pocket-all-things-root/476448-pantech-pocket-rooted.html ... see the bottom message. 28.02.2012

[android-developers] Motorola Atrix's Task Manager

2012-02-27 Thread Nathan
I am just gleaning this from a customer report and other forum postings that I have seen. Is it true that the Motorola Atrix task Manager will shut down any app that is using battery life for more than 45 minutes and that there is nothing the customer can do about it? And before you bring it up,

Re: [android-developers] Debugging on a Pantech Pocket?

2012-02-27 Thread John Lussmyer
Thanks, those aren't the links provided on the OEM USB Drivers page. That one is all Korean. And the PantechUSA page you provided has a bad link for the download. I had to get back to the specific model phone support page to get a good link. http://www.pantechusa.com/support/pocket 2012/2/27

Re: [android-developers] What is the maximum size of Heap in Android with API levels.

2012-02-27 Thread Harri Smått
On Feb 28, 2012, at 12:22 AM, Srinivas Nainala wrote: Could anyone provide Heap size limitations with API levels. I heard 16MB is the max limit in latest API 15 level. Could you correct if I am wrong. Apparently there's no such thing as heap size per API level but per device instead (if it

[android-developers] How can I convert a double to a string without notation and with a high amount of accuracy in Java?

2012-02-27 Thread Jeresam515
I'm trying to convert a double to a string without notation, and tried this: f= Double.valueOf(c.getString(c.getColumnIndex(NotesDbAdapter.KEY_VALUE))); NumberFormat formatter = new DecimalFormat(###.##); However, the value of 7^3^7 is returning as: 558546 opposed to

[android-developers] Can I get navigation information from the GoogleMaps Navigation app?

2012-02-27 Thread Macotonalds
Hi guys, Can I get navigation information from the GoogleMaps Navigation app such as turn right at the next intersection? is it possible? Regards, -- 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: Motorola Atrix's Task Manager

2012-02-27 Thread Nathan
This is one forum entry I have seen on the subject: http://www.atrixforums.com/forum/motorola-atrix-help/5335-task-manager-gps.html I am not the SportsTrackLive app, but I see this affecting other apps. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Beginner Question

2012-02-27 Thread Indicator Veritatis
As you say, this structure is kind of messy, and even the name for it may strike you as a little 'messy';) It is called an anonymous class. You might want to look it up in the classic online tutorials originally created by Sun and now maintained by Oracle. I found it messy too, and I still find

[android-developers] Re: How to read EXIF Data from Image File on Android?

2012-02-27 Thread Jaison Brooks
Thank you for the response. Highly appreciated. On Feb 25, 7:04 am, gjs garyjamessi...@gmail.com wrote: Hi Use the androidexifclass in the sdk Regards On Feb 25, 3:17 am, Jaison Brooks jaisonbro...@gmail.com wrote: So I'm trying to develop a application of my own that can take any

[android-developers] Help with alignWithParentIfMissing in Relative Layout

2012-02-27 Thread bsquared
http://developer.android.com/resources/articles/layout-tricks-efficiency.html I have a ListView with the list items laid out in list-item.xml. Each item has a title, an optional description and an optional image. According to the article referenced above the title should become centered

[android-developers] Fwd: Email formating

2012-02-27 Thread Dhaval Varia
-- Forwarded message -- From: Dhaval Varia dhavalkva...@gmail.com Date: Feb 26, 2012 1:30 PM Subject: Email formating To: android-developers@googlegroups.com android-developers@googlegroups.com Dear All I wanted to apply some formatting to email like color and put picture I

[android-developers] Re: bootup app invoking app has error - No Activity found to handle Intent

2012-02-27 Thread Thomas
Changed things around and now have a new error *** Error W/System.err( 621): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.thomas.needham/.HelloWorld}; have you declared this activity in your

[android-developers] EditText input into array

2012-02-27 Thread minnie me
I have an input box (EditText1) 1. that i want to keep adding values and save them to an Array 2. then when am done, i can click the done button and it can take me to the next screen and I can display the values or call the values of the array.. this is what i have so far 1. Done Button Works 2.

[android-developers] split the string in three parts...

2012-02-27 Thread IS SOA
I am trying to split the below string into three parts String _books = |||###Chapter 01###ONE###INDEX 1|||###Chapter 02###TWO###INDEX 2|||###Chapter 03###THREE###INDEX 3|||; so the above code should print like this: chapter: chapter 01 title: ONE page: INDEX 1 chapter: chapter 02 title: TWO

[android-developers] Losing memory on tablet but not phone

2012-02-27 Thread Yan
The following eats away the heap on the Toshiba Thrive but not on the LG G2X: byteBuf = ByteBuffer.allocateDirect(vertices.length * 4); byteBuf.order(ByteOrder.nativeOrder()); vertexBuffer = byteBuf.asFloatBuffer();

[android-developers] Re: Two listview

2012-02-27 Thread kalandar
hi.. Ok now i understood you have only one xml file. and this file contains some sub category values. first you are collect the main category values and display that values in listview. when the user clicks the list item this will open another activity and has to show the sub category values of

[android-developers] Home screen Widget moves during android boot process.

2012-02-27 Thread Subba
Home screen Widget moves during android boot process. My application home screen widget moves during android boot up process. How does the Android Framework handles? Is there any way to fix the issue? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] beginner

2012-02-27 Thread RIT-MCA-2009
hai Android devolepers... am Vishnu... am doing my academic project on Android... am a beginner on Android.. my project is devoleping a mobile banking app... hence my question is that which database can i devolep this app... and how can i connect the database and the app... please sent me your

[android-developers] Re: Add to recent application list

2012-02-27 Thread elham
No i am not modifying adwlauncher . We are updating the default android launcher. In which table should i insert the intent ? Actually my activity(call it LaunchActivity) is not the main activity of the application . The requirement is whenever LaunchActivity is started it should be appended

[android-developers] Re: JavaMail API

2012-02-27 Thread vivek elangovan
Hi members, I have done a sample application for sending mail from android using the JavaMail API using Gmail authentication and it is working fine,but in this application i need to hardcore my user name and password then only it is working.Is there any other way to do without

Re: [android-developers] beginner

2012-02-27 Thread Anirudh Loya
Vishnu, Better than posting a mail in this group, A simple google sear will give you more results. Android uses SQL Lite database and connectivity do a google search .. Thanks On Tue, Feb 28, 2012 at 10:38 AM, RIT-MCA-2009 vishnubbala...@gmail.comwrote: hai Android devolepers... am Vishnu...

[android-developers] Re: Add to recent application list

2012-02-27 Thread moktarul anam
see i will suggest ... create new table and insert there. Moktarul On Feb 28, 10:09 am, elham elhamna...@gmail.com wrote: No i am not modifying adwlauncher . We are updating the default android launcher. In which table should i insert the intent ? Actually my activity(call it

Re: [android-developers] switching views

2012-02-27 Thread abhijeet tomar
Hi...you have to try TabHost it is a better option for show multiple activities in one screen or as your requirementall the best -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: sqlite database storage data

2012-02-27 Thread abhijeet tomar
Narendra sir guide well ...it should be like that ...why are u not applying 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@googlegroups.com To unsubscribe from this group, send

[android-developers] Polarize effect in realtime

2012-02-27 Thread Giuseppe
Someone know if is possible to apply polarize effect in realtime on the camera? -- 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

[android-developers] How to Communcating two projects data...... and I want my apk file that set my other apk settings.

2012-02-27 Thread Trushar Gohil
As such i want to communicate i have one apk to other I develop one apk that configure other and other is my main application so i want to that if setting is done in Seeting of the main menu. Thkx for help.. in adance. -- You received this message because you are subscribed to the Google

[android-developers] regarding tabhost

2012-02-27 Thread Mulsaniya Bhadresh
Hello, Please anyone have complete tabhost code so that i can develop my application with the help of that. I don't know how to identify which tab is clicked and hoe to set the click event on it. so please help me please send me complete code -- You received this message

  1   2   >