[android-developers] Re: ics menu problems

2011-12-18 Thread Zsolt Vasvari
What's the story with the soft menu button on the ICS 4.0.3 (SDK 15) emulator? When I run my app, I get the menu button on the title bar most of the time, but then when I have a Dialog open, it's displaying the button on the bottom right (and does nothing, of course.) Unfortunately, I have no acc

[android-developers] After clicking Activate must I click Save too?

2011-12-18 Thread Droid
I should know this but In Android market I upload a new apk version and hit 'Activate' button. Simple question - must I hit the 'Save' button to make users start updating the App or is 'Activate' enough? -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Re: SENDING YUV-TO-JPEG CONVERTED BUFFER AS A BITMAP from JNI to Android code...plzzz help...Not a Noob , Am i??

2011-12-18 Thread Stephen Williams
http://developer.android.com/reference/android/graphics/Bitmap.html#createScaledBitmap%28android.graphics.Bitmap,%20int,%20int,%20boolean%29 Many things in Java, especially graphics operations, are implemented mainly by native code. I've traced 2D graphics calls all the way down to very specif

[android-developers] Re: Slow scrolling in Date/TimePicker using Holo theme

2011-12-18 Thread Dirk Vranckaert
Thanks for the help Matt! I implemented a CustomDatePicker and CustomTimePicker, for both classes have overriden the onInterceptTouchEvent method and works like a charm now! :) On 16 dec, 16:47, Matt H wrote: > Hi Dirk, > > I had the same problem (noticed it yesterday, too, coincidentally!). > Th

Re: [android-developers] Re: ics menu problems

2011-12-18 Thread Kostya Vasilyev
The issue with the progress indicator being visible by default has been there for a long time - since 3.something. 19.12.2011 4:08 пользователь "dashman" написал: > putting this line in the manifest solved the problem > > android:targetSdkVersion="11" > /> > > but i wi

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2011-12-18 Thread Raul Ruiz
Will Android 4.0.3 give a solution? On 16 dic, 15:54, Raul Ruiz wrote: > Well we have same trouble. I have UA-767PBT-C device too and with HDP > Demo doesnt connect. > > Im doing a program that receive ACL_CONNECT from device and opens a > channel. > In the program, Health service is use by andro

[android-developers] Re: apk does not include classes.dex ,so apk can't be installed

2011-12-18 Thread xuxiake2...@gmail.com
i think Android.mk effect this -- 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...@googlegrou

[android-developers] Re: about addaccountexplicitly

2011-12-18 Thread Fanny Lau
the error is nullpointerexception On 12月19日, 下午2時14分, Fanny Lau wrote: > It seems every time run to addaccountexplicitly the error occur > > On 12月14日, 上午4時33分, TreKing wrote: > > > > > > > > > On Wed, Dec 7, 2011 at 12:53 AM, Fanny Lau wrote: > > > finally the program has stopped every time(ev

[android-developers] Re: about addaccountexplicitly

2011-12-18 Thread Fanny Lau
It seems every time run to addaccountexplicitly the error occur On 12月14日, 上午4時33分, TreKing wrote: > On Wed, Dec 7, 2011 at 12:53 AM, Fanny Lau wrote: > > finally the program has stopped every time(even the > > toast also no show)... what's wrong with my code > > You're not debugging it. Try tha

[android-developers] Re: How to determine what Activities are bound to my Service

2011-12-18 Thread Bsweet
Diane and Mark, Thanks for your help. I am able to determine the calling applications. Harri, if you are curious this is what I did: 1. Activity binds to my service and makes a call to my remote service requesting a token. 2. In the remote binder interface, the service uses Binder.getCallingUid

[android-developers] where can get the Android sample source codes?

2011-12-18 Thread android developer
where can get the Android sample source codes? send me the site links Thanks you all... -- 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 gro

Re: [android-developers] How can select any file pro-grammatically from android's Internal/External Storage ..

2011-12-18 Thread android developer
On Fri, Dec 16, 2011 at 2:56 PM, Jalp Bhatt wrote: > Hello, > > i develop an app which select any file from internal storage and then > upload that file online . > > So if any body know how to select any file from internal/external > storage then please help me on this issue as fast as possible .

[android-developers] Re: learn to develop

2011-12-18 Thread JBirdVegas
Sorry misspost this was in responce to another question. apologies. On Dec 18, 11:57 pm, JBirdVegas wrote: > http://android-developers.blogspot.com/2011/12/introducing-android-tr... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

[android-developers] Re: SENDING YUV-TO-JPEG CONVERTED BUFFER AS A BITMAP from JNI to Android code...plzzz help...Not a Noob , Am i??

2011-12-18 Thread s.rawat
Hi Stephen, thanks for the reply, Can you Plz elaborate the "methods" and "this" in your last sentence --> "There are *fast built-in methods* to do *this* well, but basically you create a pixel from a weighted average in color space of the pixels that the resulting pixel overlaps" a ltmgfy link wil

Re: [android-developers] how to become a developer

2011-12-18 Thread 杨辉
check the ApiDemos in the Android SDK。 2011/12/19 Michael Leung > Read the Android tutorial > After you learn the basic, I recommend this book , > http://www.manning.com/collins/ . > There are a lot of techniques in there. > > > On Mon, Dec 19, 2011 at 12:13 PM, TreKing wrote: > >> On Fri, Dec

[android-developers] How to move Object in android?

2011-12-18 Thread android developer
Hi i want small car game, in that let me know how to move object(car image). can anyone send me sample code for that.. Thank you all. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

Re: [android-developers] How to run application in background on click of device back button

2011-12-18 Thread Kristopher Micinski
On Sun, Dec 18, 2011 at 11:50 PM, lbendlin wrote: > I guess the second question is - can you start an application from a URL? > (In iOS you can sort of register custom URI schemes, and tell the OS to > redirect these links to your (installed) app). > Sure http://developer.android.com/guide/topic

[android-developers] learn to develop

2011-12-18 Thread JBirdVegas
http://android-developers.blogspot.com/2011/12/introducing-android-training.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A%20blogspot%2FhsDu%20%28Android%20Developers%20Blog%29&m=1 -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: problem parsing the package

2011-12-18 Thread rachana govilkar
Need help in MMS issue. This is the flow. I open my application and after i login i get a screen of writing message.This message can be SMS/MMS but right now i am concerned about MMS so i write some text and click on "Add Attachment" button. Then it shows me another screen of adding image/video/aud

Re: [android-developers] How to run application in background on click of device back button

2011-12-18 Thread lbendlin
I guess the second question is - can you start an application from a URL? (In iOS you can sort of register custom URI schemes, and tell the OS to redirect these links to your (installed) app). -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Re: MMS group texting

2011-12-18 Thread rachana govilkar
Ok.I understood what you both meant and I am sorry.(I hope sorry is fine). So can we get back to the issue of MMS? I am posting it on my thread again.Hope you would feel helping me. Thank you for paying attention. On Dec 19, 5:55 am, Jim Graham wrote: > On Sun, Dec 18, 2011 at 04:33:36PM -0600,

Re: [android-developers] How to run application in background on click of device back button

2011-12-18 Thread Kristopher Micinski
On Sun, Dec 18, 2011 at 11:33 PM, TreKing wrote: > On Sun, Dec 18, 2011 at 9:31 PM, Uday Gokhale > wrote: >> >> 1) I get the message,on click of that message I want to check whether my >> application is install on device? > > You app can only check if it is installed ... if it is installed ... S

Re: [android-developers] How to run application in background on click of device back button

2011-12-18 Thread TreKing
On Sun, Dec 18, 2011 at 9:31 PM, Uday Gokhale wrote: > 1) I get the message,on click of that message I want to check whether my > application is install on device? > You app can only check if it is installed ... if it is installed ... > 2) If my app install on a device i want to show route, > > 3

[android-developers] Re: How to run application in background on click of device back button

2011-12-18 Thread lbendlin
3. moveTaskToBack(true); Keep in mind that you should stop all UI activities when your app moves to the background (like, updating the "my location" icon on the map). You can re-enable them in onResume(); -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] How to run application in background on click of device back button

2011-12-18 Thread Uday Gokhale
I want to show route between source and destination using google map.whenever - 1) I get the message,on click of that message I want to check whether my application is install on device? 2) If my app install on a device i want to show route, 3)I want my application to run in background when back

[android-developers] Re: Developing an app that views a forum

2011-12-18 Thread lbendlin
Professor: "Memorize the entire phone book." Medical student: "By when?" Engineering student/software developer: "Come again?" -- 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@googlegro

Re: [android-developers] how to become a developer

2011-12-18 Thread Michael Leung
Read the Android tutorial After you learn the basic, I recommend this book , http://www.manning.com/collins/ . There are a lot of techniques in there. On Mon, Dec 19, 2011 at 12:13 PM, TreKing wrote: > On Fri, Dec 16, 2011 at 5:57 AM, J S wrote: > >> Hi, how to become a android develoler? > > >

Re: [android-developers] soap web service

2011-12-18 Thread Michael Leung
try to read this blog post: http://timewasted.net/?p=127 There are a number of good examples on the web. On Mon, Dec 19, 2011 at 12:07 PM, TreKing wrote: > On Sun, Dec 18, 2011 at 10:44 AM, bigKidd01 wrote: > >> how do i create a basic soap web service so i can get and post xml data >> to a web

Re: [android-developers] How can select any file pro-grammatically from android's Internal/External Storage ..

2011-12-18 Thread TreKing
On Fri, Dec 16, 2011 at 3:26 AM, Jalp Bhatt wrote: > But i don't know how to do it programmatically so please help me on this > issue . > Google "Android file browser". - TreKing

Re: [android-developers] Connect to SQLServer

2011-12-18 Thread TreKing
On Thu, Dec 15, 2011 at 8:19 PM, chamroeun oum wrote: > could you please tell me how to create web service? > or give me any link to read about this? > This has nothing to do with this list, but here's a link: http://justfuckinggoogleit.com/ --

[android-developers] Re: problem:FingerPaint using surfaceview

2011-12-18 Thread Hassy
Thank you Jeremy On Nov 1, 11:24 am, Jeremy Dagorn wrote: > Hi, > > I've done a project using FingerPaint. > You could look at it :https://github.com/jrm2k6/ElectronicCalendar > > Best, > > On Oct 31, 9:56 pm,Hassy wrote: > > > > > > > > > Hello, > > > I'm trying to create a finger paint applicat

Re: [android-developers] How to implement a finger slide selection of multiple cells in a gridview

2011-12-18 Thread TreKing
On Sat, Dec 17, 2011 at 3:26 AM, DK wrote: > I am unable to implement this using a ontouchlistener and even > a onClicklistener as wel... > Why not? What have you tried? What work have you done? Where specifically are you stuck? --

Re: [android-developers] unknow extend an ArrayAdapter

2011-12-18 Thread TreKing
On Fri, Dec 16, 2011 at 3:46 AM, nguyendu_vietnam wrote: > Thanks for answer everybody I doubt you'll get an answer since you didn't ask a question, and what you did post doesn't make a ton of sense. Try rephrasing and clarifying. ---

Re: [android-developers] Need help on making mobile catalog

2011-12-18 Thread TreKing
On Fri, Dec 16, 2011 at 2:02 AM, Squallionz wrote: > i got an order from my boss to make a mobile catalog for our company > product for android devices. Does anyone can help me or maybe have an > example that i can try and learn from? > An example for what? What are you looking for that you can't

Re: [android-developers] 3d globe in android

2011-12-18 Thread TreKing
On Fri, Dec 16, 2011 at 8:46 PM, Raju Gaddam wrote: > Hi please tell me the procedure how to implement 3d globe in android > and here OPENGL ES is enough are anything is required > http://www.catb.org/~esr/faqs/smart-questions.html ---

Re: [android-developers] how to become a developer

2011-12-18 Thread TreKing
On Fri, Dec 16, 2011 at 5:57 AM, J S wrote: > Hi, how to become a android develoler? Develoler for Android. You're welcome. - TreKing - Chicago t

Re: [android-developers] Developing an app that views a forum

2011-12-18 Thread TreKing
On Thu, Dec 15, 2011 at 4:13 PM, jjfmarine wrote: > Any good code references/videos/or text would be appreciated! > http://developer.android.com/index.html https://www.google.com/ - TreKing

Re: [android-developers] Is google calendar api is public yet

2011-12-18 Thread TreKing
On Thu, Dec 15, 2011 at 3:39 PM, Bhupi wrote: > I am planning to use calender api and couldn't find any documentation. You couldn't? Come on. http://developer.android.com/search.html#q=calendar&t=0

Re: [android-developers] soap web service

2011-12-18 Thread TreKing
On Sun, Dec 18, 2011 at 10:44 AM, bigKidd01 wrote: > how do i create a basic soap web service so i can get and post xml data to > a web service. > Read a book or website that explains how to do this. This is group is for Android SDK programming, so you're way off base here. -

[android-developers] Re: how to make minor changes but not push out an update

2011-12-18 Thread John Coryat
If you have any code in the app that saves user preferences or other data, you could use that to check if the user was new to the app or not and show ads only to those that have never used it before. If you don't have any configuration or saved settings, it may be difficult. You might just give

Re: [android-developers] LinkedList or ArrayList?

2011-12-18 Thread Michael Leung
Sorry about that, I should not say "better". I should say "my preference". Each of them are good at some areas , bad at some areas. that is depending on your task. On Mon, Dec 19, 2011 at 6:41 AM, James Black wrote: > When it comes to which is better, the best option is to write using both > opt

Re: [android-developers] Self-signed certificates and android

2011-12-18 Thread Nikolay Elenkov
On Sat, Dec 17, 2011 at 5:47 AM, Amra wrote: > > 1: Do not verify certificates at all. This is the easiest fix that > solves my problem, but is considered horrible from a security > perspective. I would like to avoid this solution. > Right, don't do this. > 2: Create a Bouncy Castle keystore and

[android-developers] WindowManager.LayoutParams window z-level

2011-12-18 Thread dashman
In my app I create a window that I display depending on context. This window gets displayed above the system menu z-level layer - i.e. the window hides a portion of the menu. I would like this window to be displayed behind the menu. WindowManager.LayoutParams lp = new WindowMana

[android-developers] Re: ANDROID: the application just "stop unexpectedly" when run on the phone

2011-12-18 Thread uyen nguyen
thank you very much :) On Dec 19, 6:41 am, Harri Smått wrote: > On Dec 17, 2011, at 9:00 PM, uyen nguyen wrote: > > > $SharedPreferencesImpl.getInt(ContextImpl.java:2721) > > at com.example.background.DiningRoom.onStart(DiningRoom.java:80) > > In your stack trace there's this one line indicating

Re: [android-developers] Re: MMS group texting

2011-12-18 Thread Jim Graham
On Sun, Dec 18, 2011 at 04:33:36PM -0600, TreKing wrote: > Yes - but people are more likely to help others that take the time to > formulate a well written question and don't write like a 14-year-old girl > texting her friends (I'm not saying you are, that's an extreme analogy). > Otherwise many p

Re: [android-developers] Re: hi

2011-12-18 Thread Michael Leung
Agreed. Install SDK, do tutorial. Then Google "Android Examples", to read the example codes. Write your own first simple android app. That is the way to lean Programming. On Mon, Dec 19, 2011 at 9:24 AM, Mark Ayers wrote: > Agreed. Take the jump, buy a book on Android development, go through it,

[android-developers] Re: how to make minor changes but not push out an update

2011-12-18 Thread martypantsROK
can't do the version code/name as Market uses that to handle your available apps. I would recommend using XML. Put whatever data you want to push without update into XML on a server somewhere and have your app read/parse that. Always fresh, always updated. On Dec 17, 6:32 am, TW wrote: > haven'

[android-developers] Re: ics menu problems

2011-12-18 Thread dashman
putting this line in the manifest solved the problem but i will look at the github link also... for others migrating apps to 4.0...another gotcha if you have the following in your activity: requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); you have to call the following right aft

Re: [android-developers] ANDROID: the application just "stop unexpectedly" when run on the phone

2011-12-18 Thread Harri Smått
On Dec 17, 2011, at 9:00 PM, uyen nguyen wrote: > $SharedPreferencesImpl.getInt(ContextImpl.java:2721) > at com.example.background.DiningRoom.onStart(DiningRoom.java:80) In your stack trace there's this one line indicating line number in your code causing problems. Apparently you're trying to re

Re: [android-developers] Re: ics menu problems

2011-12-18 Thread Harri Smått
Hi, Also, I was only referring to this document which gives easy to implement support for both API level prior to 11 and 11+; http://developer.android.com/guide/topics/ui/actionbar.html Especially the "Adding the Action Bar" section. -- H On Dec 19, 2011, at 1:02 AM, Mark Murphy wrote: > On

[android-developers] Re: hi

2011-12-18 Thread Mark Ayers
Agreed. Take the jump, buy a book on Android development, go through it, ask us if you need help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Fragments help

2011-12-18 Thread Mark Ayers
Ah. Sorry, I had my version numbers mixed up. 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 email to android-developers+

[android-developers] Re: hi

2011-12-18 Thread Ali Chousein
Come-on guys, what a silly question being asked in this list lately? You want to become an Android developer? Install the necessary tools (you can find all information here http://developer.android.com/sdk/index.html) and get started by implementing your "Hello World" program. You want to swim my f

Re: [android-developers] Problem writing to sdcard

2011-12-18 Thread Harri Smått
On Dec 16, 2011, at 5:01 AM, wtaylorjr2...@gmail.com wrote: >in = assetManager.open("test.z8"); >size = in.available(); >buffer = new byte[size]; >while ((len = in.read(buffer, 0, size)) != -1){ > f.write(in.read()); >} Problem lies within yo

Re: [android-developers] Fragments help

2011-12-18 Thread Mark Murphy
On Sun, Dec 18, 2011 at 6:06 PM, Mark Ayers wrote: > Build target decides which jar is added as a resource, correct? If so, you > can see that the jar for 3.0 is loaded. Which proves that your build target is set below API Level 13, since Android 3.0 is API Level 11. -- Mark Murphy (a Commons G

Re: [android-developers] Fragments help

2011-12-18 Thread Mark Ayers
Build target decides which jar is added as a resource, correct? If so, you can see that the jar for 3.0 is loaded. On Sun, Dec 18, 2011 at 3:02 PM, Mark Murphy wrote: > Presumably because you have your build target set below API Level 13. > > On Sun, Dec 18, 2011 at 5:55 PM, Mark Ayers wrote: >

Re: [android-developers] Fragments help

2011-12-18 Thread Mark Murphy
Presumably because you have your build target set below API Level 13. On Sun, Dec 18, 2011 at 5:55 PM, Mark Ayers wrote: > Why is Eclipse saying this is undefined when it's right here??? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" grou

Re: [android-developers] Re: ics menu problems

2011-12-18 Thread Mark Murphy
On Sun, Dec 18, 2011 at 5:46 PM, dashman wrote: > Does this mean that i'll have to have 2 different executables - > one for pre-4 and another for 4+. Probably not. > this would > mean all pre 4.0 apps need to be modified. Probably not. https://github.com/commonsguy/cw-android/tree/master/Menus

Re: [android-developers] Re: Need freelancer developer to create PDFViewer with Annotation feature

2011-12-18 Thread Kristopher Micinski
http://www.qoppa.com/android/index.html So expensive that they don't list a price... Kris P.s., but one of their products is licensed at $400 per server (yes, it's a library..) On Sun, Dec 18, 2011 at 5:36 PM, IcedNet wrote: > > > On Dec 18, 10:07 am, Mark Murphy wrote: >> I hope you have a

[android-developers] Re: ics menu problems

2011-12-18 Thread dashman
Does this mean that i'll have to have 2 different executables - one for pre-4 and another for 4+. Can you tell me why actionbar "in this case". if you can explain a little bit - i'd be more than happy to do the rest. i'm confused because my app just opens a standard menu - this would mean all p

[android-developers] Re: Need freelancer developer to create PDFViewer with Annotation feature

2011-12-18 Thread IcedNet
On Dec 18, 10:07 am, Mark Murphy wrote: > I hope you have a very large pile of money. > Man, you got that right.. Peace, Dan -- 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@googleg

Re: [android-developers] Re: MMS group texting

2011-12-18 Thread TreKing
On Sun, Dec 18, 2011 at 6:33 AM, rachana govilkar < rachana.govil...@gmail.com> wrote: > 1.Check this link.This is my thread. > > http://groups.google.com/group/android-developers/browse_thread/thread/759edf51479c88d4/4c467d7ecd119f27?lnk=gst&q=problem+parsing+package#4c467d7ecd119f27 > But i gues

[android-developers] Re: question about lockscreens

2011-12-18 Thread Kevin TeslaCoil Software
> But does this mean that you guys are opposed to well known apps > such as WidgetLocker, or Lockscreen Agenda? Well I'm the developer of WidgetLocker, so I'm not opposed to it at all :P. But this list is about developing apps that following the documentation, guidelines and restrictions of the SD

Re: [android-developers] Re: Nullsoft WinAmp UI question

2011-12-18 Thread TreKing
On Sun, Dec 18, 2011 at 7:30 AM, romdroid wrote: > where the left picture shows the "hidden" audio-player (just a bar > upon the control > buttons) and the full audio-player which could be shown by sliding the > bar to the top > (just like the status bar could be expanded). > That looks like a (

Re: [android-developers] Re: executable files on android

2011-12-18 Thread Kristopher Micinski
On Sun, Dec 18, 2011 at 5:03 PM, lbendlin wrote: > .EXE files are for Windows, and for Intel/AMD processors. Your phone is not > (yet) powerful enough to run a Wintel emulator on your ARM processor. > Along with being .EXE files, executables are entirely different from .apk files. While .exe's i

[android-developers] Re: executable files on android

2011-12-18 Thread lbendlin
.EXE files are for Windows, and for Intel/AMD processors. Your phone is not (yet) powerful enough to run a Wintel emulator on your ARM processor. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

Re: [android-developers] Re: SDK Manager update fails every time

2011-12-18 Thread Kostya Vasilyev
Yes, it's true, the SDK Manager itself is what prevents the rename / update from completing. I just updated the issue on b.android.com with some screenshots from SysInternals Process Explorer that show exactly that: http://code.google.com/p/android/issues/detail?id=4410#c172 A fix for this is tr

[android-developers] Re: SDK Manager update fails every time

2011-12-18 Thread sblantipodi
I have posted a personal workaround for the problem a lot of time ago. It is really incredible that google didn't fixed the problem yet. To workaround the problem do this: - Close everything, antivirus included. - Go rename your ./android/tools directory in something else ./android/ tools_somethin

[android-developers] Re: SharedPreferences variable question

2011-12-18 Thread Larry/MavrickProductions
TreKing, you are the best! Much of my code is based on code from a couple of different books. I totally missed that I was creating two SharedPreferences instances, and, more important, looking at the wrong one for the year. Your catch - asking why two instances - was enough to find the problem. Th

Re: [android-developers] How to build ICS for HTC Wildfire?

2011-12-18 Thread Mark Murphy
This has nothing to do with this list. This list is for developing applications with the Android SDK. On Sat, Dec 17, 2011 at 1:20 AM, mingzhou zhuang wrote: > Hello, I want to build ICS, however, I don't have any device listed in > /device such as samsung tuna. > > I have downloaded > CM7 http:/

Re: [android-developers] Execute code when device is turned back on.

2011-12-18 Thread Mark Murphy
On Sat, Dec 17, 2011 at 5:29 AM, Sander Theetaert wrote: > What if the methods of the OS don't suffice? Then write your own firmware. > And I have my own method that I want to be plugged-in ? Then write your own firmware. > is it possible? Then write your own firmware. > perhaps with some nd

Re: [android-developers] LinkedList or ArrayList?

2011-12-18 Thread James Black
When it comes to which is better, the best option is to write using both options, then profile it, as which is better is context-dependent. By profiling that application the OP can find the best option for his use, and have the numbers to back it up. If you know how many items you are going to ha

[android-developers] select items in GridView after onClick

2011-12-18 Thread ProOne
I create post on stackoverflow.com but didn't get any answer. May be this I can get it. http://stackoverflow.com/questions/8528060/select-items-in-gridview-after-onclick Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] ICS: Progress monitor graphic broken, Different Padding?

2011-12-18 Thread Mariano Kamp
Hi, I am wondering if anybody else is seeing this and knows what it is. I use a progress monitor that with ICS now looks like this: [image: Screen shot 2011-12-16 at 4.22.18 PM.png] This is the relevant code: I ran it on the emulator after Nexus Galaxy users reported the issue. Is this my co

[android-developers] How to build ICS for HTC Wildfire?

2011-12-18 Thread mingzhou zhuang
Hello, I want to build ICS, however, I don't have any device listed in /device such as samsung tuna. I have downloaded CM7 http://wiki.cyanogenmod.com/wiki/HTC_Wildfire:_Compile_CyanogenMod_(Linux) and built it successfully. I ran it on my HTC Wildfire. But, I don't like CM7, it's so ugly compa

[android-developers] executable files on android

2011-12-18 Thread Karim Nabil
I would like to install a program on my android sony ericson Xperia Neo. But i am facing some problems. The system is not viewing the.exe files. So is there a way to convert the .exe files to .apk files ?? If not, is there a way to emulate the executable file? -- You received this message beca

Re: [android-developers] Help with Lint Warning

2011-12-18 Thread Ben Sandee
On Sat, Dec 17, 2011 at 8:45 PM, Zsolt Vasvari wrote: > I have the following layout: > > minHeight="?android:attr/listPreferredItemHeight"> >   layout_height="wrap_content" layout_gravity="center_vertical" > orientation="vertical"> >       layout_height="wrap_content"/> >       layout_height="wr

[android-developers] Android custom ImageView fade animation

2011-12-18 Thread Seb
I am creating a game. Most of the computation is done in a custom View class which contains a grid of custom Squares which extend imageview. Here's some code to describe what's happening: public class GameView extends View { public Square squares[] = null; public GameView(Context context, Attribu

[android-developers] how to make minor changes but not push out an update

2011-12-18 Thread TW
haven't seen this question posted, and here's the scenario (and I'm not the technical person on the team, so go easy): I have a published app, currently free and NOT ad-supported going to start publishing ads, and want to try a couple of different strategies, maybe a couple of different services,

[android-developers] Error message

2011-12-18 Thread Rob Carton
I did what she said but when installing the WST i got this erroe Cannot complete the install because of a conflicting dependency. Software being installed: WST Server Adapters 3.1.0.v200906020451-51DFAkF77g7GCNc (org.eclipse.wst.server_adapters.feature.feature.group 3.1.0.v200906020451-51DFAkF77g

Re: [android-developers] Execute code when device is turned back on.

2011-12-18 Thread Sander Theetaert
What if the methods of the OS don't suffice? And I have my own method that I want to be plugged-in ? is it possible? perhaps with some ndk-code? or am I totally off the track here? br, Sander 2011/12/10 Mark Murphy > On Fri, Dec 9, 2011 at 7:46 AM, Bamboomy > wrote: > > The idea is to imp

[android-developers] ANDROID: the application just "stop unexpectedly" when run on the phone

2011-12-18 Thread uyen nguyen
ANDROID: the application just "stop unexpectedly" when run on the phone When I run my application on the emulator, it run right and no problem happens. But when I run it on the phone, a problem appear "stop unexpectedly". In my application: The main activity (Background) can exchange to 4 activ

[android-developers] tape measure by accerelometer

2011-12-18 Thread heri hahihu
hello everybody.. i want ask, how make accelerometer sensor can be distance measure tools? like millimeters application.. please help me.. 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-d

[android-developers] Deleted apk and ENTIRE app w/ metadata was removed from publisher console!

2011-12-18 Thread r
Just dealt with another extremely frustrating facet of the broken Android Market publisher console. I thought I would upload a placeholder apk so I could start working on my metadata before the final release was ready -- I shouldn't have had to since it should let you create a new app without uplo

[android-developers] Re: SDK Manager update fails every time

2011-12-18 Thread Michael Ganss
I'm not sure but it seems the SDK Manager itself may be keeping it from updating, at least it's the only process I can see in Process Explorer that's got an open handle in that folder. I made a copy of the folder and double-clicked android.bat from there to make it work. It looks like the only

[android-developers] Odd ICS Scrolling Behavior

2011-12-18 Thread jathak
I've installed an app I'm working on (built for 2.2) to both my old phone (OG Droid with Gingerbread, rooted) and my new phone (VZW Galaxy Nexus with ICS, rooted). I have several ListViews in the app. If I try to scroll fast on the OG Droid, it works fine (aside from some minor lag that happens eve

[android-developers] soap web service

2011-12-18 Thread bigKidd01
how do i create a basic soap web service so i can get and post xml data to a web service. what files need to be create and what code needs to written? if someone can walk me through that it will be great -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] question about lockscreens

2011-12-18 Thread kalzenith
>From what i have gathered, this community is quite opposed to custom lockscreens, because what they do is remove access to safeties like the back button and the home button by exploiting loopholes in the SDK. But does this mean that you guys are opposed to well known apps such as WidgetLocker, or

[android-developers] socket connection timed out always

2011-12-18 Thread Support Remote
Please help, the socket connection always timed out after 1 minute (even in use and acquired a WifiLock) Here is the error message: V/WifiStateTracker( 96): Changing supplicant state: COMPLETED ==> DORMANT D/WifiStateTracker( 96): Reset connections and stopping DHCP W/System.err( 4903): java.

Re: [android-developers] Camera Problem!

2011-12-18 Thread James Black
I expect some devices will allow this, but your best bet is to follow the suggestion here: http://stackoverflow.com/questions/8410876/is-there-any-api-to-fetch-both-rear-and-front-camera-view-at-the-same-time Basically have two surface holders and two camera instances, but design in case it doesn

Re: [android-developers] Bitmap vm memory location in ice cream sandwich

2011-12-18 Thread Romain Guy
Also even when bitmaps were allocated on the native heap they counted against the Dalvik heap limit. On Sun, Dec 18, 2011 at 12:26 PM, Mark Murphy wrote: > On Fri, Dec 16, 2011 at 10:35 AM, Hithredin wrote: >> Do you know how the bitmaps are managed by Android 4.0? >> In previous version the bit

Re: [android-developers] Override default textselection

2011-12-18 Thread Mark Murphy
On Sun, Dec 18, 2011 at 9:19 AM, AlexanderL wrote: > is there a wat to intercept and override the menu opened in gmail or > webbrowser or is it not possible? Only if you write your own "gmail" or "webbrowser" app. > Android seems to be proud saying almost every aspect of it can be > overriden so

[android-developers] Self-signed certificates and android

2011-12-18 Thread Amra
Hi everyone, I have decided to use the Funambol android client to sync my contacts with my private server. The client application connects nicely to my server over HTTP, but I would like it to use HTTPS. This is supposed to work flawlessly on sites with trusted certificates, but I do unfortunately

[android-developers] Question about android ICS touchscreen framework change.

2011-12-18 Thread jesse
Hi all, Back in android2.3 there is such code in InputReader.cpp: MultiTouchInputMapper::sync(): if (inPointer.absMTPressure <= 0) { // Some devices send sync packets with X / Y but with a 0 pressure to indicate // a pointer going up. Drop this finger.

[android-developers] Changing contact's photo

2011-12-18 Thread L[s]D
Hi, I'm trying to change chosen contact's photo and I ran into some trouble.. I used the code from this post: http://groups.google.com/group/android-developers/msg/7798b51e01c61c1e? and this is my entire code: public class ContactFacesActivity extends ListActivity { ArrayList Contacts;

[android-developers] Got infected by SMSTrojan in my development tools (Eclipse/Windows XP)...

2011-12-18 Thread solution9420
Dears, I posted previously but not sure if it got thru. All I am saying it that, my virus scanner (on my PC/Windows XP) detects an Android SMSTrojan WHEN I BUILD MY ANDROID EXECUTABLE. (reporting that class.dex got infected). My points are... 1.0 I feel that it is quite unusual that virus is inf

Re: [android-developers] Is google calendar api is public yet

2011-12-18 Thread Mark Murphy
CalendarContract was added to the Android SDK for API Level 14 (Ice Cream Sandwich). On Thu, Dec 15, 2011 at 4:39 PM, Bhupi wrote: > I am planning to use calender api and couldn't find any documentation. > Earlier posts says calender api is not public. I am wondering is still > that is the case?

[android-developers] Progress monitor graphic broken with ICS

2011-12-18 Thread Mariano Kamp
Hi, I am wondering if anybody else is seeing this and knows what it is. I use a progress monitor that with ICS now looks like this: [image: Screen shot 2011-12-16 at 4.22.18 PM.png] This is the relevant code: I ran it on the emulator after Nexus Galaxy users reported the issue. Is this my cod

Re: [android-developers] "Clear Data" causes application to stop, normal behavior?

2011-12-18 Thread Mark Murphy
On Fri, Dec 16, 2011 at 10:25 AM, Aiteal wrote: > I'm building a location aware application with a foregroundservice > thanks to Mark Murphy's wonderful tutorial books. Glad you like them! > I've noticed that when I hit the 'clear data' button for my > application under the Manage Applications a

Re: [android-developers] Nullsoft WinAmp UI question

2011-12-18 Thread l.picky vikashkumar
okey On 12/16/11, TreKing wrote: > On Fri, Dec 16, 2011 at 3:02 AM, romdroid wrote: > >> So, I just downloaded the Nullsoft Winamp Application and I wonder >> which UI element is used for their player? Is here anybody who can >> tell me what they implemented? I mean the player which is hideable

  1   2   >