Re: [android-developers] Setting 2 ringtones on single contat number programatically

2011-12-18 Thread हरीप्रसाद अर्याल
ok] 2011/12/17, Amit Mangal : > Hi Developers, > > I want to develop one application in which setting multiple ringtones on a > single contact and ringtone will play in shuffle. > > is it possible in android ? > > > thanks > > -- > You received this message because you are subscribed to the Googl

Re: [android-developers] Setting 2 ringtones on single contat number programatically

2011-12-18 Thread Amit Mangal
what ok are you crazy ? 2011/12/18 हरीप्रसाद अर्याल > ok] > > > 2011/12/17, Amit Mangal : > > Hi Developers, > > > > I want to develop one application in which setting multiple ringtones on > a > > single contact and ringtone will play in shuffle. > > > > is it possible in android ? > > > > > >

[android-developers] what is that argument in powermanager

2011-12-18 Thread rahul verma
what should we enter as parameter in pm.goToSleep(time). wat is this time? -- 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

[android-developers] Re: what is that argument in powermanager

2011-12-18 Thread skink
rahul verma wrote: > what should we enter as parameter in pm.goToSleep(time). wat is this > time? did you read the docs? they explain everything pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] how to get notified that the screen has been successfuly unlocked

2011-12-18 Thread YuviDroid
I believe you are looking for this: http://developer.android.com/reference/android/content/Intent.html#ACTION_USER_PRESENT Yuvi -- YuviDroid Check out Launch-X (a widget to quickly access your favorite apps and contacts!) Promotion u

[android-developers] ics menu problems

2011-12-18 Thread dashman
I've got an app decided pre 4.0 - has a menu and everything worked fine. With 4.0 - (on galaxy nexus) - i sometimes get the 3 dots for the menu and other times (most times) - there's nothing - so no way to popup the menu. I need to maintain compatiblity with previous versions. Any solution? --

[android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
First, this subject is out of scope of this discussion list. Second, AFAIK the watermarking algorithms you are interested in are usually IPs of companies functioning in that area. I don't believe that any company will share its IP freely with others. Third, if you are lucky you can find an academ

Re: [android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Kristopher Micinski
> Third, if you are lucky you can find an academic paper in the > databases of ACM or IEEE (You need membership to download papers from > these communities). You can also try CiteSeer, it's free but you > cannot find everything there. Also beware, only minority of academic > papers are applicable i

[android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
> I don't think it's "not applicable in real life" so much > as "the people writing the paper were more concerned with > getting the ideas of their research across than writing an > implementation for you to use..." a good amount of the time. > (Though that point is obviously contentious, your stat

[android-developers] thread calls UI

2011-12-18 Thread QuR
Hello, how can I access the UI from a other thread? My scenario: in my activity I create and start a thread, which continously has to do various tasks in the background. On some of this tasks it is necessary to update the UI. To do this I am calling a method in my Task. The problem no is, that th

Re: [android-developers] thread calls UI

2011-12-18 Thread Raghav Sood
Try using runOnUiThread(). Thanks On Sun, Dec 18, 2011 at 5:08 PM, QuR wrote: > Hello, > > how can I access the UI from a other thread? > > My scenario: > in my activity I create and start a thread, which continously has to > do various tasks in the background. On some of this tasks it is > nec

[android-developers] Multiple On-Going Notification with progress bar keep changing position

2011-12-18 Thread Daniele Segato
Hi, I have this exact same problem: http://stackoverflow.com/questions/6189817/pin-notification-to-top-of-notification-area The on-going notification shown the download progress.. I need to update those notifications periodically, every 3 seconds now: I upgrade the progress bar and text inf

[android-developers] Re: thread calls UI

2011-12-18 Thread QuR
Hello Raghav, thanks for responding. How would I use "runOnUiThread" ? Do you have a little example for me? Sorry for asking so stupid, I am quite new to java/android, but do I have to use this "runOnUiThread" from within the threads run() method? Regards Rainer On 18 Dez., 12:47, Raghav Sood w

[android-developers] Re: Strange webview problem

2011-12-18 Thread Neilz
Mark, thanks for looking into this. Unfortunately this has nothing to do with orientation. My app is only in portrait mode - apologies I should have supplied the manifest to make that clear. So I'm not sure any of the things you've mentioned are going to alter the issue. I've used fill_parent and

[android-developers] Re: MMS group texting

2011-12-18 Thread rachana govilkar
Hello TreKing, 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 guess no one is interested in answering my questions there and so i posted my query h

[android-developers] Re: thread calls UI

2011-12-18 Thread QuR
Hello Raghav, got it to work with "runOnUiThread". Thanks again for the hint! Regards Rainer On 18 Dez., 13:12, QuR wrote: > Hello Raghav, > > thanks for responding. How would I use "runOnUiThread" ? Do you have a > little example for me? > Sorry for asking so stupid, I am quite new to java/and

Re: [android-developers] Re: thread calls UI

2011-12-18 Thread Raghav Sood
You would need to use a Runnable for this. Googling this would help you get some example code. If you are this new to all of this, I would recommend learning Java and then coming to Android. Thanks Raghav Sood Sent from my Nexus S On Dec 18, 2011 12:13 PM, "QuR" wrote: > Hello Raghav, > > than

Re: [android-developers] database table in TABLE VIEW

2011-12-18 Thread Narendra Singh Rathore
Hey its simple just google for android dynamically add rows to table layout http://technotzz.wordpress.com/2011/11/04/android-dynamically-add-rows-to-table-layout/ or http://bit.ly/uSm16G Regards, Narendra -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Re: Strange webview problem

2011-12-18 Thread Mark Murphy
On Sun, Dec 18, 2011 at 7:26 AM, Neilz wrote: > Unfortunately this has nothing to do with orientation. That was the only way I could reproduce the problem. Simply having the activity pause and resume (e.g., press the green call button, or press HOME and then return via the recent-tasks list) neve

Re: [android-developers] ics menu problems

2011-12-18 Thread Mark Murphy
On Sun, Dec 18, 2011 at 5:47 AM, dashman wrote: > I've got an app decided pre 4.0 - has a menu and everything worked > fine. > > With 4.0 - (on galaxy nexus) - i sometimes get the 3 dots for the > menu and other times (most times) - there's nothing - so no way to > popup the menu. Press the MENU

[android-developers] LinkedList or ArrayList?

2011-12-18 Thread bob
Let's say you are making a game for Android. You want a container to store the list of enemy ships… maybe a linked list… maybe an array. Which is probably better? LinkedList or ArrayList? Or, is there something I haven't thought about that's better than those two? I would think LinkedList wou

[android-developers] Re: Nullsoft WinAmp UI question

2011-12-18 Thread romdroid
On 16 Dez., 14:35, 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 hideabl

Re: [android-developers] LinkedList or ArrayList?

2011-12-18 Thread Mark Murphy
http://stackoverflow.com/questions/322715/when-to-use-linkedlist-over-arraylist On Sun, Dec 18, 2011 at 8:27 AM, bob wrote: > Let's say you are making a game for Android.  You want a container to > store the list of enemy ships… maybe a linked list…  maybe an array. > > Which is probably better?

[android-developers] Re: Strange webview problem

2011-12-18 Thread Neilz
Of course, sorry, here you go. http://www.mediafire.com/file/zkg5f164xi7xxlh/SampleWebview.zip 1) Load up. 2) use home key, or back key, to return to home screen 3) hold down home key to get recent app list, and resume app. 4) for me this usually shows a blank webview. Sometimes, I have to repeat

Re: [android-developers] LinkedList or ArrayList?

2011-12-18 Thread Michael Leung
That sounds Linked List better! On Sun, Dec 18, 2011 at 11:34 PM, Mark Murphy wrote: > > http://stackoverflow.com/questions/322715/when-to-use-linkedlist-over-arraylist > > On Sun, Dec 18, 2011 at 8:27 AM, bob wrote: > > Let's say you are making a game for Android. You want a container to > > st

[android-developers] Re: ics menu problems

2011-12-18 Thread dashman
It's a standard android 1.6+ appnothing special... here's the code where i inflate the menu and the menu xml file. This is on the galaxy nexus with ICS - no hardware menu button. Funny thing is that I saw the 3 dots yesterday...but not today. @Override public boolean onCreateOpti

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

2011-12-18 Thread Rocky
Hi Need freelancer developer to create PDFViewer with Annotation (our own ) feature like search, underline, line, color, markedit.. Please contact ASAP who has exp in creating own SDK -- Thanks & Regards Rakesh Kumar Jha Android Developer, Trainer and Mentor Bangalore (R) +919886336619 --

[android-developers] Re: ics menu problems

2011-12-18 Thread dashman
i'm also using @Override public boolean onPrepareOptionsMenu (Menu menu) and depending on context either calling menu.removeItem() menu.findItem(..).setEnabled(boolean) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] how to revoke google api grants

2011-12-18 Thread Greg Donald
I'm working with some example code here: http://code.google.com/p/google-api-java-client/source/browse/picasa-android-sample/src/main/java/com/google/api/services/samples/picasa/android/PicasaSample.java?repo=samples I authorized access in my Android app, but I cannot find where to now revoke acc

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

2011-12-18 Thread Harri Smått
On Dec 18, 2011, at 4:04 PM, dashman wrote: > It's a standard android 1.6+ appnothing special... You're following Honeycomb, and later, rules for using ActionBar though, yes? Especially ActionBar requirements may apply in this case. -- H -- You received this message because you are subscr

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

2011-12-18 Thread Mark Murphy
I hope you have a very large pile of money. On Sun, Dec 18, 2011 at 9:19 AM, Rocky wrote: > Hi Need freelancer developer to create PDFViewer with Annotation (our own ) > feature like search, underline, line, color, markedit.. > > Please contact ASAP who has exp in creating own SDK > > -- > Th

Re: [android-developers] Re: Strange webview problem

2011-12-18 Thread Mark Murphy
OK, I'll try this later on today. On Sun, Dec 18, 2011 at 8:39 AM, Neilz wrote: > Of course, sorry, here you go. > > http://www.mediafire.com/file/zkg5f164xi7xxlh/SampleWebview.zip > > 1) Load up. > 2) use home key, or back key, to return to home screen > 3) hold down home key to get recent app l

Re: [android-developers] "A folder failed to be moved" - any plans to fix?

2011-12-18 Thread Mark Murphy
That's a better question for adt-dev, IMHO. On Sun, Dec 18, 2011 at 10:25 AM, Kostya Vasilyev wrote: > Tried to update my Android SDK on Windows today, ran into the infamous > "Folder failed to be renamed" error. > > Disabling the anti-virus did nothing. > > Sysinternals Process Explorer shows th

[android-developers] Re: LinkedList or ArrayList?

2011-12-18 Thread Lew
Look at the documentation for the two. What are the performance characteristics that differ? Do you need that difference? There is not any such thing as 'LinkedList' is "better" than 'ArrayList' except in the context of specific operations that only you can evaluate, because it's in your pro

Re: [android-developers] what is that argument in powermanager

2011-12-18 Thread YuviDroid
http://developer.android.com/reference/android/os/PowerManager.html#goToSleep(long) On Sun, Dec 18, 2011 at 10:02 AM, rahul verma wrote: > what should we enter as parameter in pm.goToSleep(time). wat is this > time? > > -- > You received this message because you are subscribed to the Google > G

Re: [android-developers] LinkedList or ArrayList?

2011-12-18 Thread Lew
Based on what? We have zero facts on which to base such a baseless conclusion. The consensus of the referenced reference seems to be the opposite of your conclusion, though it is equally devoid of context-relevant data for the OP. The point being that it doesn't support your inference. So

Re: [android-developers] Android controllers

2011-12-18 Thread Michael Banzon
On Sat, Dec 17, 2011 at 6:42 PM, Kristopher Micinski wrote: > On Sat, Dec 17, 2011 at 11:21 AM, TreKing wrote: >> On Fri, Dec 16, 2011 at 3:57 PM, Kristopher Micinski >> wrote: >>> >>> > What is an "Android controller"? >>> >>> http://lmgtfy.com/?q=What+is+an+%22Android+controller%22%3F >>> >>>

[android-developers] Re: Help with live wallpaper and device compatibility

2011-12-18 Thread Saurav
Never mind. 1 solution was to uncheck the copy security option from the market console. Regards, Saurav Mukherjee. On Wed, Dec 14, 2011 at 5:29 PM, Saurav wrote: > Any ideas on this one, guys. > > Thanks in advance. > > > Regards, > Saurav Mukherjee. > > > > On Fri, Dec 9, 2011 at 4:33 PM, S

[android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
BTW, one more additon about integrating watermarking in a product. When you integrate watermarking in a product in 99.99% of the cases you have to pay license fee to Digimarc. Strong companies which build products on watermarking and with their own legal departments specialized on IP have to do thi

Re: [android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Kristopher Micinski
On Sun, Dec 18, 2011 at 6:37 AM, Ali Chousein wrote: >> I don't think it's "not applicable in real life" so much >> as "the people writing the paper were more concerned with >> getting the ideas of their research across than writing an >> implementation for you to use..." a good amount of the time

Re: [android-developers] Re: thread calls UI

2011-12-18 Thread Kristopher Micinski
Along with this Raghav's advice, Android has a good amount of support for Threading utilities that take care of some of the dirty stuff for you, it's a nice alternative that meshes well with the framework (contrast to a "Thread" object). You can check out AsyncTask, which might do what you want

[android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Ali Chousein
> Along with that, I was sure to include a good amount of answer to the > OP's question. Kris, I didn't mean to criticize your previous answer. Sorry if I caused any misunderstanding. Quite contrary you gave very good answer to the original question and most definitely the answer will guide Patric

Re: [android-developers] Re: Watermark a Video while recording....

2011-12-18 Thread Kristopher Micinski
On Sun, Dec 18, 2011 at 1:49 PM, Ali Chousein wrote: >> Along with that, I was sure to include a good amount of answer to the >> OP's question. > > Kris, I didn't mean to criticize your previous answer. Sorry if I > caused any misunderstanding. Quite contrary you gave very good answer > to the ori

[android-developers] MapView. is very slow

2011-12-18 Thread DoubleCheese
Hi, I've beeon doing some profiling to try and speed up our application and noticed that the MapView. call takes around 4 secs to load. Using method tracing, i found that it spends 55% of this time in the MPView. and 45% in the com/google/android/maps/InternalR $attr.. Is there any way to speed t

[android-developers] Is it possible to get processName or packageName if your PID is given?

2011-12-18 Thread Loren
I'm writing a simple task manager and I have finally figured out how to kill other processes than your own by using killBackgroundProcesses method. The problem of this *actMan.killBackgroundProcesses("your.package.name")* is it would only kill the "your.package.name" and it would be killed immediat

[android-developers] Right click on browser doesnot respond

2011-12-18 Thread adip
Hi, I am working on a set top box product with Froyo. I see that sometimes, the browser doesnt respond to the right click on my mouse and also it doesnt respond to any link. All I can see is a zoom on broswer. The event hub reports: E/EventHub(2407): iev.code=273 outKeycode=0 outFlags=0x e

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

2011-12-18 Thread Aiteal
I'm building a location aware application with a foregroundservice thanks to Mark Murphy's wonderful tutorial books. I've noticed that when I hit the 'clear data' button for my application under the Manage Applications activity my application seems to be forcibly closed, is this normal behavior, am

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

2011-12-18 Thread Bhupi
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? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

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

2011-12-18 Thread Hithredin
Hi developers! Do you know how the bitmaps are managed by Android 4.0? In previous version the bitmaps were not located inside the VM of the application, but in the Native Heap instead. I ask this question because my application works well under versions 2.x and 3.x, but since 4.0, it take more t

[android-developers] Re: NFC at Digital Protocol Layer

2011-12-18 Thread Alex Che
Hi, I am not guarantee my information ultimately exact. 1. AFAIK, Google use libnfc-nxp library which has functions for P2P data exchange, may be it is actually DEP. 2. There is open-source libnfc library intended for Linux. It provides DEP exchange, I tried it with SCL3711 (PN533 chip) dongles.

[android-developers] Override default textselection

2011-12-18 Thread AlexanderL
Hi, I am new to android development but i hope anybody can help me with this android app/widget idea i have. I want to be able to override the way every text selection in android is done and to add yet another menu option there. I was looking a bit into themes and styles and also events and actions

[android-developers] hi

2011-12-18 Thread Bhanu Reddy
i am very eager to become an android developer. now i am studying engineering final year. can i get good guidance about android -- 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

[android-developers] Camera Problem!

2011-12-18 Thread Kecics
My device has both front camera and back camera,Can I write a application that can display the preview of the 2 cameras at a time? if it·s impossible,please tell me the reason -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

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

2011-12-18 Thread Jalp Bhatt
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 .. Here i show you what i want to do actually : In my app there

Re: [android-developers] Abridged summary of android-developers@googlegroups.com - 17 Messages in 13 Topics

2011-12-18 Thread Akila Wicky
Yep i think anroid os will done a huge revelution in mobile softwaring. On 12/16/11, android-developers@googlegroups.com wrote: > = > Today's Topic Summary > ===

Re: [android-developers] Connect to SQLServer

2011-12-18 Thread chamroeun oum
could you please tell me how to create web service? or give me any link to read about this? Thanks On Fri, Dec 16, 2011 at 4:26 AM, Marcelo Henrique wrote: > create WebServices ! > > > 2011/12/15 Chamroeun Oum > >> Hi, my name is Chamroeun >> >> I have problem about connecting to SQLServer from

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

2011-12-18 Thread DK
hello, I am very new to android development.. just worked around a week... I have a grid view and i want to select a set of consecutive cells through a finger slide. I am unable to implement this using a ontouchlistener and even a onClicklistener as wel... Please help me... -- You received th

[android-developers] how to get id or value previous viewflipper

2011-12-18 Thread Horrrorgoogle
I have eight viewflipper. so if i am clicked viewflipper5 then next time viewflipper1. so how to get information of viewflipper5 in the viewflipper1. give me some examples. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] unknow extend an ArrayAdapter

2011-12-18 Thread nguyendu_vietnam
Hi all, I'm unknow using function where extend ArrayAdapter in codes below public class MyAdapter extends ArrayAdapter { private ArrayList rowlists; private Context context; public MyAdapter(Context context, int resource, int textViewResourceId,

[android-developers] Question about android 4.0 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] Need help on making mobile catalog

2011-12-18 Thread Squallionz
Hi all, I'm still new in the world of developer and right now 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? Especially an easy example or a step by step tutorial that

[android-developers] 3d globe in android

2011-12-18 Thread Raju Gaddam
Hi please tell me the procedure how to implement 3d globe in android and here OPENGL ES is enough are anything is required -- 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.

[android-developers] how to remove space below cells in GridView

2011-12-18 Thread DK
hello, I have defined a layout which is as below. This seems to be fine on the emulator. But when i put this app on the phone, the grid view seems to be distorted... can someone help me regarding ths... its really urgent... Regards deepti Krishna http://schemas.android.com/apk/res/ android"

[android-developers] Streaming link not working?

2011-12-18 Thread Thomas
I would like to put in a streaming link in my app.. sms:///.. i have found some player apps (v player, daroon player or rock player) that are able to play it, when the url goes direktly to the adress in the browser- the player app opens automaticly and play the stream. But when i place the lin

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

2011-12-18 Thread jjfmarine
Hello, I am a student currently in Software Engineering and wanted to turn to anyone out here that may have some good educational resources that I can refer to. I want to develop an application that views a forum webpage, but as an app. Any good code references/videos/or text would be appreciated

[android-developers] Problem writing to sdcard

2011-12-18 Thread wtaylorjr2...@gmail.com
The problem with the code below is a logic error, the android emulator says the file I created on the sdcard is 1 byte. This app is supposed to take a zcode file that is bundled in the apk file and put it onto the sdcard. It only puts one byte onto the sdcard and I cannot figure out why. package w

[android-developers] how to become a developer

2011-12-18 Thread J S
Hi, how to become a android develoler? -- 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...@goo

[android-developers] Problem uploading z8 file to sdcard

2011-12-18 Thread wtaylorjr2...@gmail.com
Hello, I am new to Java, Android, and Inform7. I have created a z8 file that I want to bundle with my Android app. I plan to use a zcode interpreter called twisty to read the z8 file using intents. I am stuck getting the z8 file to the sdcard so that twisty can read it. (Twisty is an android app y

Re: [android-developers] how to block application installation

2011-12-18 Thread Manisekaran
Hey Have a look SDK Api inside your development . You add condition on code for http refer source process . if it hard add , you can use web service Regards George On Thu, Dec 15, 2011 at 9:19 PM, suganya lakshmanan wrote: > I want to block application installation in android..The user >

Re: [android-developers] subset of Android SDK running on an Android device-- possible?

2011-12-18 Thread bamboomy
I don't know whether the question has been answered already (been away from the list a hinch) I wonder whether you want to make apk's for a device other then the device you want to run the ide on? If so this would be quite impossible I'm afraid, does this suit your needs: http://nl.appbrain.com/

[android-developers] Unable to connect to local host

2011-12-18 Thread sruthi k
Hi i was trying to connect to remote data base .bt it is showing error as "Sending error Connection to http://localhost:53541 refused" can any one help me plz here is my code var curWindow = Titanium.UI.currentWindow; var loginURL = "http://localhost/LoginPage/";; var scrollView = Titanium.UI.crea

[android-developers] the program error of android request wcf using ksoap2

2011-12-18 Thread 骞 郭
org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:0 in java.io.InputStreamReader@40534140) did anyone face that problem? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] How to assign xml source code to Dynamic button?

2011-12-18 Thread android developer
-- 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

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

2011-12-18 Thread Mark Murphy
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 bitmaps were not located inside the VM of the > application, but in the Native Heap instead. > > I ask this question because my application works well under versio

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

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

[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] 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] 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

[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] 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] 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

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

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] 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

[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.

[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] 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] 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

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] 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

[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

  1   2   >