[android-developers] MapView works on some devices and others it doesnt

2012-02-08 Thread Jim Andresakis
When Im developing I noticed that occasionally the mapview will not load tiles. Im using the debug key and I have about 12 different devices that I test on including tablets. The mapview usually doesnt load on the tmobile mytouch3g which is older hardware at this point and Ive never had any complai

[android-developers] Re: Grid View with text

2012-02-08 Thread Seshu
Hi, See this example.. http://android-er.blogspot.in/2011/03/custom-gridview.html thanks and regards, S.Seshu, On Feb 9, 11:58 am, chumki ghosh wrote: > Hello all, > > How to display grid view with text? need sample code for it. Thanks -- You received this message because you are subscribe

[android-developers] Grid View with text

2012-02-08 Thread chumki ghosh
Hello all, How to display grid view with text? need sample code for it. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send em

[android-developers] How to create multiple ListViews with fragments in Android

2012-02-08 Thread Abhishek Kumar Gupta
Actually I want to create three listviews with the help of fragments. Is it possible? if possible then please give some reference. Any help in this regard will be well appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-08 Thread Subba
How to disable/hide three-dot indicator(Option menu indicator) on ICS handsets? How to disable/hide three-dot indicator(Option menu indicator) on ICS handsets. I am running application as in Manifest, code is compiled with 4.0. Three-dot indicator shows on every screen. Example for preference a

[android-developers] Re: On ICS, Stopped service can't receive an intent.

2012-02-08 Thread raja
I also counter similar issue lately. I'm writing a service. I claim a receiver in the AndroidManifest to receive boot complete event. When receiving the it, i would start the service i wrote. in GB, it works ok. Under ics, if i install the apk, the receiver cannot receive any intent. If I push the

Re: [android-developers] Re: auto starting application after boot complete

2012-02-08 Thread soheb somani
Yes, i have got my problem solved, thanks. On Thu, Feb 9, 2012 at 3:37 AM, Ash wrote: > First you need permission to disable the auto lock. Follow this example: > http://www.androidsnippets.com/disable-initial-screen-lock > > Secondly you need to tap into the RECEIVE_BOOT_COMPLETED. Follow t

Re: [android-developers] chat implementation

2012-02-08 Thread Jagruti Sangani
can you send me the code of chat?Please i had see the demo which was you had send. -- 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

Re: [android-developers] How to receive/catch SIP MESSAGE

2012-02-08 Thread Jagruti Sangani
sip message that menas yoo want to notify that the call is coming and ringing...?please specify.. -- 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 t

Re: [android-developers] Cronometer

2012-02-08 Thread Jagruti Sangani
for starting cronometer just need to findviewby id and then obj.start(); method call it will automatically start. -- 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 u

[android-developers] Re: Does icecream sandwich 4.0.3 enforces more restrictions for application developer in threading usage ?

2012-02-08 Thread Pritam
Yes that would help. Thanks. On Feb 8, 10:40 pm, Streets Of Boston wrote: > As long as you don't do any long-lasting operations (network) on the UI > thread, all should be fine. > As long as you don't do any tasks that may include wait-states > (db/file-system/etc) on the UI thread, you won't see

[android-developers] Licensing issue on Multiple-apk feature.

2012-02-08 Thread droid-stricken
Hi, I have two APKs for an application. One targeted to the phone devices and the other specifically developed for the tablet. I have implemented the standard ServeManaged Licensing policy on both versions. I have followed the rules for multiple apks as mentioned in the developer's documentation [

[android-developers] Re: Resume activity while download

2012-02-08 Thread dnkoutso
You could start a service that uses your AsyncTask to do the job and reports the results to all the binders. I assume you want the download to continue even if the user leaves your Activity right? -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] accessing android mobiles remotely

2012-02-08 Thread ji fei
https://www.evernote.com/shard/s55/sh/55d472b9-6dfb-4ecf-a1e2-7c92ee273e17/c74135709c6ab6687cd988922032dd27 https://www.evernote.com/shard/s55/sh/334a4160-e94c-4dc2-a89e-01d94e3606bb/50af45a4320555d806400d2dafa0a495 On Wed, Feb 8, 2012 at 10:58 PM, James Black wrote: > If you want to login remot

Re: [android-developers] Re: Android's UrlConnection doesn't support HTTP 1.1 persistent connections...why?

2012-02-08 Thread Nikolay Elenkov
On Thu, Feb 9, 2012 at 11:25 AM, Biosopher wrote: > Sorry I mis-typed the problem class.  UrlConnection does properly > supports HTTP 1.1 and persistent connections.  However > DefaultHttpClient does not.  I have validated this by viewing the > packets using WireShark on my Android device. > Http

[android-developers] Re: Hi Developers, I want to allow only one parent list to expand at a time with ExpandableLists in Android

2012-02-08 Thread Zoaib Husein
Sorted. created a public explist variable and assigned it to the current list every time a new adapter was called using the following call: list= getExpandableListView(); then the "list.collapseGroup(i);" worked in my method below. before it was causing the app to crash! public void onGroupExpan

[android-developers] Re: Android's UrlConnection doesn't support HTTP 1.1 persistent connections...why?

2012-02-08 Thread Biosopher
Sorry I mis-typed the problem class. UrlConnection does properly supports HTTP 1.1 and persistent connections. However DefaultHttpClient does not. I have validated this by viewing the packets using WireShark on my Android device. -- You received this message because you are subscribed to the G

[android-developers] All fragments are reloaded when return from an activity

2012-02-08 Thread dara kok
Hi, I have an activity with a couple of fragments. Only one fragment is displayed at a time and I switch from one fragment to another using the FragmentTransaction.replace method. It works alright. A strange behavior happens when i allow user to leave the fragment and launch another activity.

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread Brad Gogats
I have not but will give it a try tonight. Thanks for the tip! Always appreciate the community. Have you had any luck actually using wifi direct. I have not I have an atheros chip on my laptop which is supposed to be wifi direct capable but I cannot get or even have the galaxy nexus or lappy see

[android-developers] Extract the call log and run it as a service

2012-02-08 Thread bradgog
Why would you be trying to do that? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@goog

[android-developers] Re: Phone call error

2012-02-08 Thread Jonathan S
it looks like dial is NULL -- 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.co

[android-developers] Re: Duplicate contacts are read.

2012-02-08 Thread Andreas
The cursor you get from a query ContactsContract.Contacts.CONTENT_URI should have the merged contacts. I have the same issue. But only on ICS on Gingerbread everything works ok. Which OS version are you using Niki? -- Andreas On Jan 4, 6:00 am, James Black wrote: > As was suggested read them int

Re: [android-developers] Where can I find installed Apps/Widgets sources?

2012-02-08 Thread Kristopher Micinski
However, on stock devices you can't verbatim pull the apks off the device. (Or at least, I'm fairly certain this is true,..) kris On Wed, Feb 8, 2012 at 8:07 PM, ji fei wrote: > If you means for how to find the installed apk in devcies, you can use > "adb shell pm list packages -f" > > On Thu,

[android-developers] Re: MS SQL connection

2012-02-08 Thread Samuel
You should create Web Service, either using SOAP or REST (the last is most recommended). You can develop it using ASP.NET. There are many tutorials how to develop web service using ASP.NET. Just googling it. On Feb 4, 4:53 am, Tim wrote: > Dear Anand, > > There is no need to write layers of con

Re: [android-developers] Where can I find installed Apps/Widgets sources?

2012-02-08 Thread ji fei
If you means for how to find the installed apk in devcies, you can use "adb shell pm list packages -f" On Thu, Feb 9, 2012 at 4:54 AM, TreKing wrote: > On Wed, Feb 8, 2012 at 9:41 AM, TurboMan wrote: > >> Where can I find these files to rebuild for myself? > > > What are you talking about? > >

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread ji fei
Do you use the "clean" in "ant clean debug install" to fix the bug of the newest sdk? It's quit a good idea. On Thu, Feb 9, 2012 at 6:51 AM, Sanjay Mishra wrote: > This sample code compiles, installs and runs fine : > Steps : > *WiFiDirectDemo$ android update project --path . --target 11* > *WiF

[android-developers] Re: NFC Secure Element

2012-02-08 Thread malls
I am not sure if anybody explored NfcExecutionEnvironment class. There are APIs to communicate to secure element. I don't see any key requirement. I could listen to AID_SELECTED event from NfcService. I am trying to send data to SE. I get error that "External RF Field detected", what does this mea

[android-developers] Re: Phone call error

2012-02-08 Thread Doug
No one will be able to help you because we don't know which line is 477 in your MainActivity.java file. You should probably just find that line yourself and diagnose the problem with a debugger. Doug On Feb 8, 12:52 am, Dhaval Varia wrote: > *Dear all > > I have developed my application on targ

[android-developers] Re: The apk must be signed with the same certificates as the previous

2012-02-08 Thread Doug
On Feb 7, 9:39 am, ets23 wrote: > I'm trying to uploading an update of one of my apps, I've created a > new project on eclipse starting from the old version of the app, the > app use the same package and the same key for signing but I still get > this error The apk must be signed with the same cer

[android-developers] Re: how to include another listview below the default listview( created with ListFragment) in Android

2012-02-08 Thread Doug
On Feb 8, 6:52 am, Abhishek Kumar Gupta wrote: > Is it possible to include another listview below default listview( created > by extending ListFragment)? If possible then please give some reference. > Any help in this regard will be well appreciated. If you want to show two lists, you probably do

[android-developers] Re: AudioTrack in MediaController

2012-02-08 Thread Doug
On Feb 8, 8:01 am, Raneez wrote: > I used mediaplayer to play audio files using the MediaController..its > easy to show mediacontroller from the > MediaPlayer.OnPrepared(MediaPlayer mp) method when the file is ready > for playback. > > But I need to use AudioTrack as player for Wav files , how it

[android-developers] Re: onClick() is blocking onFling()

2012-02-08 Thread Wenshan
figured it out, I need set onTouchListener to the view and in the onTouch method, call onTouchEvent(event). Thus try to capture "Fling" firstly, if false returned, onClick() will be fired by Android. @Override public boolean onTouch(View view, MotionEvent event) { switch(view.get

[android-developers] Re: Why would PackageManager throw PackageNotFound for its own App Package?

2012-02-08 Thread William Ferguson
:-) I've never relied on Exception reporting out of the market. This comes from BugSense via ACRA. They seem to be standard devices (eg SAMSUNG-SGH-I896, running 2.1- update1, other similar devices running Gingerbread) out in the marketplace for a while. It seems to be quite rare. out of 100k down

Re: [android-developers] Re: PROBLEM: VM won't let us allocate 153600 bytes

2012-02-08 Thread Mark Murphy
On Wed, Feb 8, 2012 at 5:01 PM, Lidia wrote: > Then, Is it possible to defragment the heap memory ? Not that I am aware of. > or to avoid heap fragmentation? The only thing I can think of specifically addressing heap fragmentation is to try to reuse large buffers rather than free the memory, if

Re: [android-developers] Re: PROBLEM: VM won't let us allocate 153600 bytes

2012-02-08 Thread Kristopher Micinski
On Wed, Feb 8, 2012 at 5:01 PM, Lidia wrote: > > > Thanks Mark Murphy for your replay, > > You probably are right. > > Then, Is it possible to defragment the heap memory ? or to avoid heap > fragmentation? > > You can't directly control this. You should be redesigning your app to just, use less

[android-developers] Re: PROBLEM: VM won't let us allocate 153600 bytes

2012-02-08 Thread John Coryat
Are you on OS API level 7? Level 7 has less memory available than 8+. -John Coryat -- Science and Technology News Aggregator Twitter: http://twitter.com/coryat G+: http://www.usnaviguide.com/+ -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Android's UrlConnection doesn't support HTTP 1.1 persistent connections...why?

2012-02-08 Thread Biosopher
As of HTTP 1.1, socket connections should be persisted for re-use across calls. This greatly reduces the overhead of network connections especially for mobile devices Android's UrlConnection doesn't appear to honor this HTTP 1.1 specification. E.g. I performed a TCP dump of traffic from my app t

[android-developers] Re: A proof for being Android developer

2012-02-08 Thread nmelo
I think what Ofir is asking is if there is a certificate Google provides as a proof of accomplishment or a course he might take. The answer to that is no as far as I know. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: onClick() is blocking onFling()

2012-02-08 Thread Wenshan
If I put Log.i() in onTouchEvent(), onClick() and onFling. It seems onTouch will never be fired. @Override public boolean onTouchEvent(MotionEvent event) { Log.i("Touched", "onTouchEvent"); if (mGestureDetector.onTouchEvent(event)) { return true; }

Re: [android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread Brad Gogats
Yeah I checked that in eclipse not sure but I am targeting API level 14 On Feb 8, 2012 5:52 PM, "Sanjay Mishra" wrote: > > This sample code compiles, installs and runs fine : > Steps : > WiFiDirectDemo$ android update project --path . --target 11 > WiFiDirectDemo$ ant clean debug install > > In c

[android-developers] Re: Why would PackageManager throw PackageNotFound for its own App Package?

2012-02-08 Thread Doug
If this is reported through the market, I wouldn't take it seriously. I manage a very high profile app on the market and it gets all kinds of strange exceptions on what I can only assume are poor Android devices, custom roms, or roms that are in development. If you want better information, use ACR

[android-developers] onClick() is blocking onFling()

2012-02-08 Thread Wenshan
Hi, I want a view listen to both onClick and onFling, which means if I fling on it, onClick should not be activated, and vice versa. However, onClick seems has a higher priority than onFling, and because fling also contains MotionEvent.ACTION_DOWN and MotionEvent.ACTION_UP (same as click), onC

[android-developers] Re: WI-FI Direct Sample Code

2012-02-08 Thread Sanjay Mishra
This sample code compiles, installs and runs fine : Steps : *WiFiDirectDemo$ android update project --path . --target 11* *WiFiDirectDemo$ ant clean debug install * * * *In case you are using an IDE, ensuring that project properties have the correct target number set properly -- is one thing I

[android-developers] Re: A proof for being Android developer

2012-02-08 Thread Indicator Veritatis
That is by far the best proof. Get an app on the Android Market. Even getting it up on one of its far less well known competitors is good, but the Android Market is so much better known, you may as well start there. On Feb 8, 10:22 am, Todd Grigsby wrote: > Have him download one of your apps. > O

[android-developers] Re: how to remove redeye

2012-02-08 Thread Wenshan
Hi Vikash, If you are looking for guide for programming android, TreKing's reply is good enough. If you want to know how to reduce red eye, the link below is probably useful. http://stackoverflow.com/questions/133675/red-eye-reduction-algorithm You may let the users to choose eyes, then do som

Re: [android-developers] Re: Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Wenshan
Could you please put the whole error message from logcat here? What you've provided is not sufficient. Cheers, Wenshan -- 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.

Re: [android-developers] Re: auto starting application after boot complete

2012-02-08 Thread Ash
First you need permission to disable the auto lock. Follow this example: http://www.androidsnippets.com/disable-initial-screen-lock Secondly you need to tap into the RECEIVE_BOOT_COMPLETED. Follow this example by Krzysztof Wolny http://stac

Re: [android-developers] Re: Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Mohamed Gougam
it says "The application UIdrawing(process android.mgo.helloandroid) has stopped unexpectedly. Please try again later." On Thu, Feb 9, 2012 at 12:06 AM, Bipin Shashi wrote: > what is the error that you are getting?? > > On Feb 8, 11:32 am, Soyer wrote: > > This is my Code, Please tell me if i a

[android-developers] Re: PROBLEM: VM won't let us allocate 153600 bytes

2012-02-08 Thread Lidia
Thanks Mark Murphy for your replay, You probably are right. Then, Is it possible to defragment the heap memory ? or to avoid heap fragmentation? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

Re: [android-developers] Over the top window considering soft input mode

2012-02-08 Thread Mark Murphy
On Wed, Feb 8, 2012 at 4:23 PM, Dianne Hackborn wrote: > I really regret ever letting these window types get into the original SDK. >  There are a lot of good reasons why they should be removed. I'm in agreement that these window types are scary things. I won't shed a tear if SYSTEM_ALERT_WINDOW

Re: [android-developers] Over the top window considering soft input mode

2012-02-08 Thread Dianne Hackborn
You can't do this. If your window is on top of the IME, then it is not resized for it -- the window manager starts at the top of the Z-order list and determines the space needed for each window and uses that to impact the windows behind it. There are tricks you can play to cause the IME to go in

[android-developers] Re: XmlPullParserException in eclipse with ColorStateList xml

2012-02-08 Thread ericharlow
I added to Issue 22926 : Please star this issue if you run into problems with preview not updating related to buttons and selectors. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] PROBLEM: VM won't let us allocate 153600 bytes

2012-02-08 Thread Mark Murphy
On Wed, Feb 8, 2012 at 2:21 PM, Lidia wrote: > Does VM allocates objects in heap memory? Yes. > In the last example: > 153600-bytes means    ==  0.14648 MB. I had free  3.005MB , why i got > OutOffMemory? Probably it means that the heap is fragmented, and while you have a lot of space overall,

Re: [android-developers] Where can I find installed Apps/Widgets sources?

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 9:41 AM, TurboMan wrote: > Where can I find these files to rebuild for myself? What are you talking about? - TreKing - Chi

Re: [android-developers] how to remove redeye

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 1:52 PM, Vikash Kumar wrote: > I am developing an app for redeye removal. till now i have no clear idea > how to start. > Please guide me how to start. > http://developer.android.com/index.html ---

[android-developers] Re: how to remove redeye

2012-02-08 Thread JackN
you're writing an app to remove red eye and your question is how to remove redeye? I would decrease the red channel for the target pixels. On Feb 8, 11:52 am, Vikash Kumar wrote: > Hi, > > Group members! > > I am developing an app for redeye removal. till now i have no clear idea > how to start.

[android-developers] Re: Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Bipin Shashi
what is the error that you are getting?? On Feb 8, 11:32 am, Soyer wrote: > This is my Code, Please tell me if i am missing something...i am Stuck > with this for more then 2 weeks now, any help will be very > appreciated. > it's short please have a look on it. > > package android.mgo.helloandroi

[android-developers] Re: Upload error to Android Market: W/ResourceType(14362): Failure getting entry for 0x7f0800a0 (t=7 e=160) in package 0 (error -75)

2012-02-08 Thread cellurl
I found an answer here: https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/android-market/technical-help/4Wecj9kz9Dw What I did was got rid of res/drawable-ldpi, etc and just moved everything into res/drawable-port and drawable-land Whodathunk. -cellurl -- You received t

[android-developers] how to remove redeye

2012-02-08 Thread Vikash Kumar
Hi, Group members! I am developing an app for redeye removal. till now i have no clear idea how to start. Please guide me how to start. or else share any link to get some guide. I have googled so much. I come to know that the OpenCV lib is useful. but unable to use that. thanks vk -- You recei

[android-developers] PROBLEM: VM won't let us allocate 153600 bytes

2012-02-08 Thread Lidia
Hello developers, Please help me to understand this: In my app i am checking heap info and as i see, i have enough space, however I have an OutOffMemory error from time to time. How is that possible, when i have, e.g: HEAP_SIZE: 7.007MB -> Runtime.getRuntime().totalMemory()/ 1024

Re: [android-developers] Calling WCF Restfull

2012-02-08 Thread James Black
What I did was to create a client program in JavaScript so it could pass the data and using the chrome developer tool I captured the data sent so I could paste it into my program and modified the code until it matched. I found that to be the easiest approach. On Feb 7, 2012 7:44 PM, "Heladio Benic

Re: [android-developers] Re: Block APK installation

2012-02-08 Thread Kristopher Micinski
On Wed, Feb 8, 2012 at 1:48 PM, Scott Herbert < scott.a.herb...@googlemail.com> wrote: > This is just an idea... > > but why not try writing a the app as a custom version of > https://github.com/android/platform_packages_apps_launcher > > and having a very small internal storage, so theirs no room

[android-developers] Re: Block APK installation

2012-02-08 Thread Scott Herbert
This is just an idea... but why not try writing a the app as a custom version of https://github.com/android/platform_packages_apps_launcher and having a very small internal storage, so theirs no room for any additional APK's. N.B. I've never even compiled the kernel, so I've no idea if this will

Re: [android-developers] webview resets when I change orientation

2012-02-08 Thread Kristopher Micinski
This is because of what happens when you change orientation. In this case, your application actually gets restarted. You can read about the process a little here: http://developer.android.com/guide/topics/resources/runtime-changes.html There is also a flag you can put in your manifest to force a

Re: [android-developers] Error on android

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 6:11 AM, kaustuv nandi wrote: > I have build an application named Temparature on android.While run the > application got this error"the application Temperature(process > your.pack.android)has stopped unexpectedly.please try again".If > anybody has any idea regarding this err

Re: [android-developers] i want to create simple android appln

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 3:48 AM, Kishore wrote: > i want to create simple android appln. how can i do it? What the hell is an "appln"? - TreKing -

Re: [android-developers] [disk usage in android]

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 12:13 PM, anoop ajay wrote: > Hai I am doing a mini project for my b.tech course, and that is about > the disk space monitoring in android phones , can any one suggest > something help full to develop such in eclipse. Thank you. > http://developer.android.com/index.html -

[android-developers] Re: webview resets when I change orientation

2012-02-08 Thread JackN
Yep, you can do either. you have to manage it On Feb 8, 7:16 am, Felipe Valdez wrote: > I have a webview that shows an html page, > this page runsa a javascript > when I tilt the devce ideways, the webview resets. > > this behavior is not desired > > is there a way to: > > a) make it so it onl wo

Re: [android-developers] A proof for being Android developer

2012-02-08 Thread Todd Grigsby
Have him download one of your apps. On Feb 8, 2012 10:20 AM, "Ofir" wrote: > Hi all, > > I need to prove to a potential client that I'm an Android developer, > registered at Google. > How can I do this? Is there some kind of certificate I can send him? > All I've got now is the receipt for the 25

[android-developers] Hi Developers, I want to allow only one parent list to expand at a time with ExpandableLists in Android

2012-02-08 Thread Zoaib Husein
I want to make only one item in the parent list expand at a time, my code for the onCreate is currently the following. (It works as I want, But the method to allow only one parent open at a time doesnt work) public void onCreate(Bundle savedInstanceState) { try{ super.onCreate

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

2012-02-08 Thread hanju
Dear, It's a optionmenu bug of ICS. There's no way to fix it on application side. Google should fix framework code. Kyung Won Kim 작성: > I want to disable on Option menu item, it has icon and title. > > I used " menu,getItem(int id).setEnabled(boolean)."..before. > > But icon is changed with di

Re: [android-developers] Re: Starting Android

2012-02-08 Thread Senthil kumar
Check with vogella,its really a great site to learn android development..Am also learning from that site On Wed, Feb 8, 2012 at 2:25 PM, T.M.S.VIJAYKUMARR wrote: > check this http://iamvijayakumar.blogspot.com/ > > -- > You received this message because you are subscribed to the Google > Groups

[android-developers] not able to turn on HDP on GINGERBREAD

2012-02-08 Thread Praveen
I changed original bluez, glib and dbus folder in GINGERBREAD with new blueZ4.98, glib-2.31.6 and dbus 1.4.16 and suggested in http://oss.signove.com/index.php/Antidote_port_to_Android but while again building file system of gingerbread i got this error target Strip: libmedia (out/target/product/o

Re: [android-developers] Calling WCF Restfull

2012-02-08 Thread Zolzaya Erdenebaatar
I'm using this project . It's based on the Developing Android REST client applications by Virgil Dobjanschi. I'm folked it and add some improvement soon. On Wed, Feb 8, 2012 at 8:44 AM, Heladio Benicio wrote: > json > > > 2012/2/7 James Black > >> How is the

[android-developers] Disable screen compatibility mode in API level 8

2012-02-08 Thread Lily
I have developed an app with API Level 8 (2.2). It has to work on all the tablets with platforms ranging from 2.2 to 3.2. I have provided alternate resources for all the screen sizes. It works fine for all the platforms except for 3.2. The new feature 'Zoom to fill screen' force closes my app. To

[android-developers] Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Soyer
This is my Code, Please tell me if i am missing something...i am Stuck with this for more then 2 weeks now, any help will be very appreciated. it's short please have a look on it. package android.mgo.helloandroid; import java.util.Set; import android.app.Activity; import android.content.Inten

[android-developers] Draw path by walking between 2 points an map android

2012-02-08 Thread moi
How to draw a path between 2 geopoint in android by walking not by car please help me -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, s

Re: [android-developers] how to develop a web application in android?

2012-02-08 Thread Raji ac
you need to create a dynamic web application to act as server appln,and manage communication between client and server On Wed, Feb 8, 2012 at 3:31 PM, Pradeep wrote: > I need to develop a web application and deploy it using atjeews > server. i probably need to create a .war file to deploy it. Do

[android-developers] testing onActivityResult

2012-02-08 Thread Florian Rueter
Hi, I am searching for a solution to get my test (which actually is an ActivityInstrumentationTextCase2) testing the onActivityResults method of my Activity with a special (mock) request- / resultcode and intent... I found this thread (http://groups.google.com/group/android-developers/browse_thr

[android-developers] Over the top window considering soft input mode

2012-02-08 Thread Doudou Rainbow
My project is to have an over the top button which enables to launch my activity from anywhere. For that purpose, I have a service that displays this button in a specific window. In the layout params of this window, I have the type "WindowManager.LayoutParams.TYPE_SYSTEM_ALERT" to be on top. I also

[android-developers] A proof for being Android developer

2012-02-08 Thread Ofir
Hi all, I need to prove to a potential client that I'm an Android developer, registered at Google. How can I do this? Is there some kind of certificate I can send him? All I've got now is the receipt for the 25$ fee... Thanks in advance. -- You received this message because you are subscribed

[android-developers] i want to create simple android appln

2012-02-08 Thread Kishore
i want to create simple android appln. 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developer

[android-developers] draw texture in OpenGL Android from 0,0 coordinates

2012-02-08 Thread Rikki
I'm new to opengGL and excuse if the questions are too naive. I'm going through some tuturials for seeking help on learning this. I have a small program written where i'm drawing a texture on a GLSurfaceView. I want to draw a number of textures(bitmap images) in a sequential order starting from 0,

[android-developers] Error on android

2012-02-08 Thread kaustuv nandi
I have build an application named Temparature on android.While run the application got this error"the application Temperature(process your.pack.android)has stopped unexpectedly.please try again".If anybody has any idea regarding this error .So,Plz rply. -- You received this message because you ar

[android-developers] not able to turn on HDP on GINGERBREAD

2012-02-08 Thread Praveen
Hi I changed original bluez, glib and dbus folder in GINGERBREAD with new blueZ4.98, glib-2.31.6 and dbus 1.4.16 and suggested in http://oss.signove.com/index.php/Antidote_port_to_Android but while again building file system of gingerbread i got this error target Strip: libmedia (out/target/produc

[android-developers] Z order of several GLSurfaceViews

2012-02-08 Thread androidgoyo
Hi all, I have a GLSurfaceview (surface1) added directly to the app window. In addition there is other GLSurfaceView (surface2) added to a ScrollView. What I want is to have the first surface on top, but I need to put the second surface on top when scrolling to have its background transparent in o

[android-developers] webview resets when I change orientation

2012-02-08 Thread Felipe Valdez
I have a webview that shows an html page, this page runsa a javascript when I tilt the devce ideways, the webview resets. this behavior is not desired is there a way to: a) make it so it onl works in one orientation or b) make it so it shows the same view contents, regadless of it's orietation

[android-developers] [disk usage in android]

2012-02-08 Thread anoop ajay
Hai I am doing a mini project for my b.tech course, and that is about the disk space monitoring in android phones , can any one suggest something help full to develop such in eclipse. Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] slow eglSwapBuffers on Android 2.3.4

2012-02-08 Thread Nikita Belokopytov
I'm working on an application for SGX530 chipset and I've got a weird problem - eglSwapBuffers takes 15-17 ms. I've seen an older thread about such problem and I'm sure you said you were working on some improvements. Are there any guidelines to improve the performance? Also it seems I can't change

[android-developers] Re: Does icecream sandwich 4.0.3 enforces more restrictions for application developer in threading usage ?

2012-02-08 Thread Streets Of Boston
As long as you don't do any long-lasting operations (network) on the UI thread, all should be fine. As long as you don't do any tasks that may include wait-states (db/file-system/etc) on the UI thread, you won't see much of hiccoughs in your app's UI. Your background threads doing the hard work

Re: [android-developers] Grab Text From Website

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 8:29 AM, faisal sajjad wrote: > i tried in searching Google with no result What did you search for? The term is "scraping" - try that. - TreKing

[android-developers] Grab Text From Website

2012-02-08 Thread faisal sajjad
Hi, I want to grab data/text from the website and display that data/text in android Text View widgets like Currency Rate . so i have to grab that data/text and display that in to android Text View widgets/ alert dialog can anyone help me please? i tried in searching Google with no result . Please

Re: [android-developers] I've been making games for a while now but how do I make them successful?

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 12:04 AM, Pedro Gabriel Fonteles Furtado < gabriel...@gmail.com> wrote: > It has okay visuals, okay gameplay, I think it even hits some > interesting key words. Yet it's not getting a lot of downloads. > > What's the trick? > Try replacing your okay visuals and okay gamepla

[android-developers] Re: Starting Android

2012-02-08 Thread decastro
I hate reading, so this is the lazy way: http://thenewboston.org/list.php?cat=6 -- 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 em

[android-developers] Re: how to develop a web application in android?

2012-02-08 Thread JackN
Web apps are supported without packaging. Just point the browser to your web app on the internet On Feb 8, 2:01 am, Pradeep wrote: > I need to develop a web application and deploy it using atjeews > server. i probably need to create a .war file to deploy it. Do any one > have done that before? >

[android-developers] Re: Using ViewPager with dynamic view sets

2012-02-08 Thread tatebn
I ended up getting this solved as follows. I basically just created a new adapter every time the data set needed to change and replaced the adapter for the view pager. InternalContentAdapter adapter = new InternalContentAdapter(); adapter.loadContents(someContentList); this.internalContentPager.

Re: [android-developers] Re: Problem with writing files to internal memory (not visible on file browser on ICS)

2012-02-08 Thread Nikolay Elenkov
On Thu, Feb 9, 2012 at 12:51 AM, Dirk Vranckaert wrote: > Nikolay, > > Thanks for the help but my problem is not to write the file or read > the file from my device. With code from above I can write the file to > the internal memory. But when my device (galaxy nexus) is connected to > my computer

[android-developers] AudioTrack in MediaController

2012-02-08 Thread Raneez
I used mediaplayer to play audio files using the MediaController..its easy to show mediacontroller from the MediaPlayer.OnPrepared(MediaPlayer mp) method when the file is ready for playback. But I need to use AudioTrack as player for Wav files , how it is possible to use it with MediaController?

[android-developers] Upload error to Android Market: W/ResourceType(14362): Failure getting entry for 0x7f0800a0 (t=7 e=160) in package 0 (error -75)

2012-02-08 Thread cellurl
I get this error when I upload. The file is invalid: W/ResourceType(14362): Failure getting entry for 0x7f0800a0 (t=7 e=160) in package 0 (error -75) ERROR getting 'android:icon' attribute: attribute is not a string value I have checked icon and app_name and it works on a G1 aok... I also google

[android-developers] Re: Problem with writing files to internal memory (not visible on file browser on ICS)

2012-02-08 Thread Dirk Vranckaert
Nikolay, Thanks for the help but my problem is not to write the file or read the file from my device. With code from above I can write the file to the internal memory. But when my device (galaxy nexus) is connected to my computer it does not see the file I just saved! Or did I understand it wrong

  1   2   >