Re: [android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-14 Thread Zsolt Vasvari
Funny, today I tried it again and it only showed its own logs. Yesterday, it showed all logs which I verified by starting another app's Activity. There is probably a bug somewhere where the permission is still granted somehow. On Friday, July 13, 2012 3:46:58 PM UTC+8, BoD wrote: It is

Re: [android-developers] Twitter callback URL is not working properly

2012-07-14 Thread TreKing
On Sat, Jul 14, 2012 at 12:04 AM, Rahul Radhakrishnanunnithan K rahu...@whiteovaltechnologies.com wrote: Iam trying to create android app integrated with twiiter,and i registered my application with twitter and i got consumer key and consumer secret and call back URL is http://twitter.com

Re: [android-developers] Android CheckBox

2012-07-14 Thread TreKing
On Fri, Jul 13, 2012 at 11:57 PM, Deepa M deepam8...@gmail.com wrote: How to delete the data from database depending on Checkbox status of respective data!!! http://www.catb.org/~esr/faqs/smart-questions.html

Re: [android-developers] track notification of facebook and twitter

2012-07-14 Thread TreKing
On Fri, Jul 13, 2012 at 6:42 AM, Aashish kumar testchetu...@gmail.comwrote: how to track the notification of the facebook and twitter in android? http://www.catb.org/~esr/faqs/smart-questions.html

Re: [android-developers] Android ADT r20 Bug with Eclipse

2012-07-14 Thread Tor Norbye
It's fixed in ADT 20.0.1 which should be out soon. On Jul 13, 2012 6:41 PM, Francisco M. Marzoa Alonso fmmar...@gmail.com wrote: Its clearly a bug on last ADT update. You can safely remove those error messages either from the Problems view, or clicking on one with right button and selecting

Re: [android-developers] Android CheckBox

2012-07-14 Thread Asheesh Arya
here is the the code to delete all sms contact calender on the selection of checkbox might be you get some idea . http://code.google.com/p/deleteall/source/search?q=origq=btnG=Search+Trunk -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Eclipse Android Virtual Device on the retina MacBook Pro

2012-07-14 Thread Sebastien Stormacq
There is a bug open for this. http://code.google.com/p/android/issues/detail?id=33383 Seb -- 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

Re: [android-developers] ADT hangs on eclipse

2012-07-14 Thread BeEnder
eclipse hangs if i switch to the logcat view. i hope this is same problem https://groups.google.com/forum/#!topic/android-developers/PCg83KFK-cE. so i should wait for ADT 20.0.1 and hope they have fixed it. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: adjustPan and adjustResize

2012-07-14 Thread ala hammad
https://lh6.googleusercontent.com/-vnw8Mj5o6YE/UAEu6ErA20I/AHo/UY2DHj53Mnc/s1600/device-2012-07-14-113249.png https://lh6.googleusercontent.com/-WUaK3nEKrHo/UAExbo5m-qI/AHw/kTi0alSPuLs/s1600/device-2012-07-14-113331.png need to make something like this, i need to resize views

[android-developers] using the contact picker with multi-selection

2012-07-14 Thread Live Happy
i want know if we can use the contact picker with multi-selection? using Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI) allows me to only select one contact, is there any way to solve this without doing my own checklist with my own cursor? thanks in

[android-developers] Re: Application not visible in 'complete action using ...' after the update. Can not be reverted.

2012-07-14 Thread Viktor Brešan
Unfortunately, that is not the case. 'Open dialog' shows up but my application is missing there. On Friday, July 13, 2012 6:51:02 PM UTC+2, Nobu Games wrote: Since not everybody is affected by that, my guess is that these people accidentally checked the remember my decision checkbox. Ask

[android-developers] Goolge play! store crashes when showing GoodNews page

2012-07-14 Thread sven
Hi, at least two of my users have reported that the Google play! store on their Jelly Bean installation is force closing when bringing up the page of my app (https://play.google.com/store/apps/details?id=com.gettingmobile.goodnews). Now I fear that this is a general Jelly Bean problem which

[android-developers] Does it make sense to recycle views in a pager with not scrollable grid views?

2012-07-14 Thread user123
I'm wondering if it makes any sense to use recycling functionality in this case: ViewPager, where each page is a fragment with a GridView, which fits in the page (all items are visible, no scrolling). The reason of the question is that I would like to switch between 2 different (similar)

[android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread limtc
I have a kids painting app that I would like to do full screen. The app itself has minSdk of 7 and targetSdk of 13, and this allowed the menu icon to show in navigation bar (below) for Android 4 devices if I switch off Action Bar. * *

[android-developers] Different item types in Gallery?

2012-07-14 Thread user123
I need 2 different item types in a Gallery. They are quite similar, but have a different background and different font in one textview. How do I do it? I tried inflating with different XML, and also changing the view programmatically, and in both cases, it works, but after scrolling a while,

Re: [android-developers] Different item types in Gallery?

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 10:41 AM, user123 ivanschu...@gmail.com wrote: I need 2 different item types in a Gallery. They are quite similar, but have a different background and different font in one textview. How do I do it? I tried inflating with different XML, and also changing the view

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 9:48 AM, limtc thyech...@gmail.com wrote: I have a kids painting app that I would like to do full screen. The app itself has minSdk of 7 and targetSdk of 13, and this allowed the menu icon to show in navigation bar (below) for Android 4 devices if I switch off Action

Re: [android-developers] Does it make sense to recycle views in a pager with not scrollable grid views?

2012-07-14 Thread Mark Murphy
The built-in implementations of PagerAdapter do not recycle AFAIK. On Sat, Jul 14, 2012 at 8:51 AM, user123 ivanschu...@gmail.com wrote: I'm wondering if it makes any sense to use recycling functionality in this case: ViewPager, where each page is a fragment with a GridView, which fits in the

[android-developers] Re: Problem installing the ADT Plugin for Eclipse

2012-07-14 Thread slow
yh just disable your firewall in the control panel and in your ANTI-VIRUS -- 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

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread limtc
Hi, You don't understand. This is for very young kids - all the menus are for parents (save pictures, etc). The canvas needs to be full screen. In the past this works perfectly as the menu is in a hard button. On Saturday, July 14, 2012 11:31:23 PM UTC+8, Mark Murphy (a Commons Guy) wrote:

Re: [android-developers] ADT hangs on eclipse

2012-07-14 Thread Siva Velusamy
That is an entirely different issue, so please do file a bug: http://code.google.com/p/android/issues/entry?template=Tools%20bug%20report On Sat, Jul 14, 2012 at 1:38 AM, BeEnder philipp.bender...@googlemail.comwrote: eclipse hangs if i switch to the logcat view. i hope this is same problem

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 11:45 AM, limtc thyech...@gmail.com wrote: You don't understand. I believe that I understand far more than you give me credit for. all the menus are for parents (save pictures, etc). If you do not want the very young kids pressing on a menu on the screen, then do not

[android-developers] Re: Forcing lower resolution drawables on phones with big screens and small RAM

2012-07-14 Thread Nobu Games
How many items are in your animation list? If it is really, really huge I'd add some streaming logic to your animation player, so older frames get recycled while future frames are loaded in the background. That way you have absolute control over a moving window of frames and you could size

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread limtc
If you do not want the very young kids pressing on a menu on the screen, then do not have a menu on the screen, regardless of where it would be on the screen. You somehow think that very young kids will somehow not press a menu button in the system bar -- IMHO, you are mistaken. I

[android-developers] Re: Add a progressbar to notification without a layout file for RemoteViews ?

2012-07-14 Thread firebreather
i've been trying to find out how to do a progressbar programmatically for months. no help on stack overview, all the answers involve a layout file. my game uses no layout files, in fact i deleted the folder. i tried creating an xml file just to declair the bar, but android erases the file

[android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Cythes
Let me put an idea out there that I am thinking about in my head, What are the odds of an app running all the time in the foreground only minimized rather then as a service. Kinda like a clock or antivirus. I know for a fact that these things can be done since you need to look no further then

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 12:34 PM, limtc thyech...@gmail.com wrote: That does not preclude having some sort of menu button in a corner. It also does not preclude bringing up a menu based on some other trigger (certain tap sequence in a corner, certain gesture, etc.). 1st option still take up

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 12:45 PM, Cythes cytheshic...@gmail.com wrote: What are the odds of an app running all the time in the foreground only minimized rather then as a service. That will not work reliably. Kinda like a clock or antivirus. I know for a fact that these things can be done

[android-developers] creating a progressbar programmatically

2012-07-14 Thread firebreather
i'd like to create a progressbar programmatically, that is not using a layout file. my app uses no layout files and runs with the layout folder deleted. all the progressbar examples i've seen involve a layout file, including responces to this question by others on stack overflow? i don't think

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Cythes
What about just writing a patch for the OS and including it in the package? Or is that next to unheard of? On Saturday, July 14, 2012 12:50:17 PM UTC-4, Mark Murphy (a Commons Guy) wrote: On Sat, Jul 14, 2012 at 12:45 PM, Cythes cytheshic...@gmail.com wrote: What are the odds of an app

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Kristopher Micinski
That's right... good luck getting Google to accept your patch you might try one of the common mods, who are more likely to accept changes On Jul 14, 2012 1:05 PM, Cythes cytheshic...@gmail.com wrote: What about just writing a patch for the OS and including it in the package? Or is that next

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 1:04 PM, Cythes cytheshic...@gmail.com wrote: What about just writing a patch for the OS and including it in the package? Or is that next to unheard of? If by the package you mean your APK, that is not supported. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] creating a progressbar programmatically

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 12:55 PM, firebreather michaelirvingbr...@gmail.com wrote: i'd like to create a progressbar programmatically, that is not using a layout file. new ProgressBar(this) my app uses no layout files That is not a good idea, but you are welcome to do so. Just do not expect

Re: [android-developers] connectivity of android appliacation with sqllite

2012-07-14 Thread Kristopher Micinski
Though for future mods / more modularity, it might not be a wholesale bad idea. On Jul 13, 2012 2:29 PM, Justin Anderson magouyaw...@gmail.com wrote: You only really need a content provider if you are wanting to provide data between different applications... Thanks, Justin Anderson

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread Latimerius
On Sat, Jul 14, 2012 at 6:48 PM, Mark Murphy mmur...@commonsware.com wrote: On Sat, Jul 14, 2012 at 12:34 PM, limtc thyech...@gmail.com wrote: That does not preclude having some sort of menu button in a corner. It also does not preclude bringing up a menu based on some other trigger (certain

[android-developers] Starting New Activities

2012-07-14 Thread AChow
I am a first time developer. I am trying to make an app but so far, I cannot start another activity that I need. The way my apps should work is that when a button is clicked it starts a new activity. However, my app is not doing that even though the code is based off of a tutorial's code. Can

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 15 Topics

2012-07-14 Thread agrmob4
Sent from my Verizon Wireless 4G LTE Smartphone android-developers@googlegroups.com wrote: = Today's Topic Summary = Group:

[android-developers] org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG {http://schemas.xmlsoap.org/wsdl/}wsdl:definiti

2012-07-14 Thread MERT TUNÇBİLEK
I get this error at this line ; androidHttpTransport.call(SOAP_ACTION, soapEnvelope); while consuming a web service connection to sapserver. code doesnt give error but it dont return anything, but it should be return test string. please help. thanks. M.T. public class

Re: [android-developers] Bluetooth sniffing

2012-07-14 Thread bob
Here's what I did with my Samsung Galaxy S3: adb shell shell@android:/ $ hcidump /system/bin/sh: hcidump: not found On Wednesday, July 11, 2012 3:41:57 AM UTC-5, the_edge123 wrote: On 10/07/2012 17:38, bob wrote: I'm seeing some Bluetooth weirdness with Android. Anyone know if

[android-developers] Tokens

2012-07-14 Thread Mario Bat
Hi, I have to make an app where i send my device token to a server. The server is a Push server that will push notifications to the mobile device later. My question is; What are tokens and how do you create them? Does the server create my token or who? I know that for the Facebook API

[android-developers] How to prevent resizing and relayout the window when soft keyboard displaying

2012-07-14 Thread dreamtale
I show an edit dialog in an activity, when the soft keyboard displaying, the window of the activity will be resized to too samll which looks awful. I don't want the window of the activity be resized and layout. I just want the keyboard can cover on the activity window and the dialog move to

[android-developers] backend for app?

2012-07-14 Thread dave
is there a better backend for apps? i know php and mysql. should i just go with what i know? -- 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

[android-developers] Re: newbie question

2012-07-14 Thread ideaman
Hi, thanks for your reply. I've tried this already. I read somewhere else to clean it and rebuild it. I can clean it, it doesn't hep, but I cannot rebuild it (it is grey and cannot be clicked). Daniel On Thursday, July 12, 2012 10:30:44 AM UTC+3, Ali Chousein wrote: Try cleaning your

[android-developers] swf file not playing in androide 4.0.3 on HCL ME U1 device.

2012-07-14 Thread Avdhut Chavan
simply open a swf file on browser it not showing swf file. and also trying to open swf file through webview also not working. -- 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] AudioGroup and STREAM_MUSIC stream

2012-07-14 Thread domenico
I have implemented a kind of VoIP application using the AudioGroup and AudioStrem classes. It is working fint. My problem is that all the received audio is routed to the STREAM_VOICE_CALL speaker. I want to route the audio from some calls to the STREAM_MUSIC speaker. I have tryed to set the

Re: [android-developers] newbie question

2012-07-14 Thread ideaman
Hi, thanks for your reply. I know you are right and R class should be autogenerated, but it doesn't. The gen folder is empty. Daniel On Thursday, July 12, 2012 10:46:49 AM UTC+3, Fran wrote: R is an autogenerated class. You should have a gen folder inmediatly below your project, and an

[android-developers] Wifi Only tablet missing NetworkProvider

2012-07-14 Thread RE
I bought this wifi-only inexpensive tablet (see the build.props below). It has a fully operational wifi to get on the network and do what one would expect. I wrote a bit of code to explore what location providers were available on the tablet. According to the responses, the only available was

[android-developers] Different Screen Sizes and Resolutions

2012-07-14 Thread Bradx
Hey guys! I am a new developer, and I have been working on my app the past week or so. So far I have it looking good and working fine, but my employer wants me to make it run on screen sizes from normal to xlarge and densities from medium to xhigh. I found a document on the developer's website

Re: [android-developers] Re: Hwo to use getLineCount method in TextView? what is the internal Layout?

2012-07-14 Thread ABIOYE BENJAMIN
I see Sent from my BlackBerry® smartphone provided by Airtel Nigeria. -Original Message- From: skink psk...@gmail.com Sender: android-developers@googlegroups.com Date: Fri, 13 Jul 2012 02:13:52 To: Android Developersandroid-developers@googlegroups.com Reply-To:

[android-developers] Before I start, a question regarding google maps traffic

2012-07-14 Thread CreepyD
I hope someone can help here. I have an app idea, but want to know if it's possible before I spend lots of time learning how to make apps. Is it possible to 'plug-in' to google maps traffic based on a specific map point? e.g. If I want to check what the current traffic is at an exact point

[android-developers] Re: debugging on Vodafone Smart II

2012-07-14 Thread Ma Nik
i can't find anything unfortunately... thi ii why im asking.. Τη Τρίτη, 10 Ιουλίου 2012 9:36:12 μ.μ. UTC+3, ο χρήστης Ma Nik έγραψε: I want to test my android app on Vodafone Smart II but I'm not able to connect the device..Do I need a OEM Driver? and which driver is the appropriate one for

[android-developers] Tokens

2012-07-14 Thread Mario Bat
Hi, I'm not really familiar with tokens in general. I searched and couldnt find any definitions nor explanations. So what are tokens exactly, and how do you create them, and for what are they? Im trying to make an app where i will send my Android device token to a notification push server. The

[android-developers] Re: gingerbread... man!

2012-07-14 Thread bob
Ooops… I meant createInsecureRfcommSocketToServiceRecord. On Wednesday, July 4, 2012 1:18:05 PM UTC-5, bob wrote: So, I tried running the function listenUsingInsecureRfcommWithServiceRecord on an Android 2.3.5 device. It popped up a dialog asking to accept some 5 or 6 digit pin. It's not

[android-developers] Re: newbie question

2012-07-14 Thread ideaman
Problem solved I uninstalled Eclipse and SDK and reinstalled it, and now it works. Thanks, Daniel On Wednesday, July 11, 2012 2:43:29 PM UTC+3, ideaman wrote: Hi, I have installed Eclipse Juno 4.2 the Android SDK the Eclipse plugin and have Java 7 update 3 and Java 6 update 30 Everything

[android-developers] Cheapo Chinese tablet missing NetworkProvider

2012-07-14 Thread RE
I wrote some code to discover the location providers available. I ran the code on my phone (with cell off, gps off, and wifi on). It found the NetworkProvider. Turning on GPS it found them both. (cell is v2.3.3) So I thought that NetworkProvider would be valid for anything that has WiFi or

[android-developers] TabHost not work in android 2.1 what's the reason have u a answer plz.

2012-07-14 Thread androidlakrida
My project is writing for the 2.1 version -- 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] Wifi-Only tablet missing NETWORK_PROVIDER!?

2012-07-14 Thread E. Recio
I bought this wifi-only inexpensive tablet (see the build.props below). It has a fully operational wifi to get on the network and do what one would expect. I wrote a bit of code to explore what location providers were available on the tablet. According to the responses, the only available was

[android-developers] Re: adk 2012 / usb accessory not connecting

2012-07-14 Thread Doug
Joe, Well, the first thing that irked me was the fact that the board needs a USB driver installed, or OSX won't even recognize the board's presence. This was documented nowhere. I had to hunt it down myself. No problems with Java here. The IDE launches fine and I can load source files into

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Kristopher Micinski
That would be interesting... On Jul 14, 2012 1:10 PM, Mark Murphy mmur...@commonsware.com wrote: On Sat, Jul 14, 2012 at 1:04 PM, Cythes cytheshic...@gmail.com wrote: What about just writing a patch for the OS and including it in the package? Or is that next to unheard of? If by the

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Cythes
Which part? On Saturday, July 14, 2012 2:19:52 PM UTC-4, Kristopher Micinski wrote: That would be interesting... On Jul 14, 2012 1:10 PM, Mark Murphy mmur...@commonsware.com wrote: On Sat, Jul 14, 2012 at 1:04 PM, Cythes cytheshic...@gmail.com wrote: What about just writing a patch for

[android-developers] Re: Android library as a single jar file

2012-07-14 Thread Matthew Whitmer
You can create an Android library project which contains both resources and code. They have been improving this capability with each update it seems. To see what you can currently do with a library project check out the appropriate section on this page:

[android-developers] Re: Programatically setting Linear Layout parameters i.e. Wrap_content and match parent

2012-07-14 Thread marcpolo
Didn't realise that you can simply replace WRAP_CONTENT with a fixed width. Problem solved. On Wednesday, 11 July 2012 20:24:31 UTC+1, marcpolo wrote: Hi, I'd like to have two views within a horizontal linear layout and programatically align them as follows. View A should be of fixed

[android-developers] Installing ADT on Eclipse Juno

2012-07-14 Thread marcelozep
Hi. I´m receiving this error while trying to install ADT Plugin for Eclipse Juno. Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 20.0.0.v201206242043-391819 (com.android.ide.eclipse.adt.feature.group

[android-developers] Re: Android 4.1, HLS streaming and HTML5

2012-07-14 Thread zaqwer
Hi, try to use the video.webkitEnterFullscreen(). morehttp://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/ControllingMediaWithJavaScript/ControllingMediaWithJavaScript.html On Wednesday, July 11, 2012 4:12:31 PM UTC+4, Ben wrote: I am looking

[android-developers] Jelly Bean Crash with Bitmap Recycle Sorry, an error has occurred: bitmap is recycled

2012-07-14 Thread Craigo
Hi Google, My app that has been running for over 2 years without an update, finally broke with Jelly Bean. The error: Sorry, an error has occurred: bitmap is recycled. The problem was with calling recycle on a bitmap: Bitmap bitmapOld = bitmap; bitmap = Bitmap.createScaledBitmap(bitmap,

Re: [android-developers] Re: static vs non-static inner classes

2012-07-14 Thread Michael Rozumyanskiy
But what about a Handler.Callback interface which can be passed to the Handler's constructor. According to the source code it is stored in the Handler class as a strong reference, so if the Message lives in the queue for a long time, the callback will not be gc'ed. And the callback may be an

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2012-07-14 Thread urbock23
Bug is still present in R16 WXGA emulator does not work, even changing device ram site to 512MB. Is there someone who found right workaround/fix? Il giorno mercoledì 19 ottobre 2011 17:52:42 UTC+2, sblantipodi ha scritto: Am I the only one experiencing this problem? The only way to launch a

[android-developers] Re: WebView / JavaScriptInterface / String []

2012-07-14 Thread kemal
in webview you can try this code webView.getSettings().setJavaScriptEnabled(true); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] A thread has a RuntimeException in run() method

2012-07-14 Thread michael s
In my android, if I create a thread new Runnable() { public void run() { doSomething(); } } If the method doSomething(), throws a Runtime Exception and I don't catch it in my run() method, will that crashes my whole application? Thank you. -- You received this message

[android-developers] SAP web service consuming by android

2012-07-14 Thread MERT TUNÇBİLEK
Hi everyone, I try to consume SAP web service by android with ksoap2 but ı did not achieve it, since this error, WARN/System.err(1229): org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope(position:START_TAG {

[android-developers] having a problem with pitch and roll android sensors

2012-07-14 Thread Erik Liddell
Forgive me for not re writing the whole post, but i have this post on stackOverFlow and i was hoping i could post the link and see if any of you have insight. I appreciate your help

[android-developers] video problem

2012-07-14 Thread João Marcos Santos Teixeira
Hello, I am making an application in the language html5 for android. But the videos are not working. See what happens: The audio plays but the video frames are not displayed. Can anyone help me?

[android-developers] Handler.sendEmptyMessageDelayed() unreliable on some versions of OS?

2012-07-14 Thread mapeters
I have a thread (guts implemented as a subclass of Runnable) whose job is to perform an operation on demand from other threads or automatically every two minutes if no other thread invokes the operation. The run() method of this Runnable calls Looper.prepare(), creates a Handler object in a

[android-developers] Re: Please native 3G-324M videocall support!

2012-07-14 Thread mihir mehta
Please do it ... it is basic feature for a smart phone .. it is unbelievable that it does not there in android and why there is so much delay in implementing it On Thursday, April 5, 2012 8:55:49 PM UTC+5:30, roslogiac wrote: Hello, I'm struggling to find an android device supporting

[android-developers] Upload image from Android to ASP.Net

2012-07-14 Thread Jacob Michael
Hi, What is the best approach to upload files(video,images) from Android apps to asp.net server? Can some sone, give your idea/references or share your idea? -- * With Regards ** Jacob Michael +60169925650 * http://jacobsome.blogspot.com/ -- You received this message because you are

[android-developers] Android inapp purchase failed for first time

2012-07-14 Thread tk
Hi, I integrated inapp billing in my app. My customers often getting problem for the very first time they are adding their credit card and purchasing. 2nd time purchase is good. Any one experienced this issue? Thanks. -- You received this message because you are subscribed to the Google

[android-developers] Run application with system / root permissions.

2012-07-14 Thread Jordi Sayeras
Hi, I've been searching about this topic but I haven't found a clear solution yet. As far as I know, you can specify different *protectionLevel* in your * AndroidManifest.xml*, those permissions allow other applications to interact with the one you are developing. As an example, imagine that I

[android-developers] Creation of 'native' objects on the other end of the binder proxy

2012-07-14 Thread Chethan Palakshamurthy
Hello, I am going through multimedia framework, and while most things seem fairly clear to me, the creation of the 'native' objects (or BnXxxx objects of binder framework) seem perplexing to me. I just can't find where those are created!! The proxy objects are created with a hard to find new

[android-developers] Why android does not support native video calling

2012-07-14 Thread mihir mehta
What i don't understand is this Why android do not support Video call (*3G-324M Circuit-Switched Video Calls*) just because it is not available in the US ? It is really disappointing as it is widely used in Europe and Asia ? -- You received this message because you are subscribed to the

[android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-07-14 Thread nnk
There's no documented, approved way to read the log entries. Having said that, if you just exec() logcat, as you did before, you'll automatically get your own log entries. You don't need to do anything special. The log system knows which log entries belong to you, and which log entries belong to

[android-developers] Where to start?

2012-07-14 Thread Mitchell Just
Hi guys, I'm trying to put together a fairly simple application, but I'm getting a little overwhelmed at the moment. I've read through most of the Google tutorials, and a heap of stackoverflow threads, but I just seem to be going around in circles. Basically I have a Java application running

[android-developers] help !!

2012-07-14 Thread gerardo montero
what i need to do for add other divice to my account ? -- 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] How to stop terminate the Android application when using the native code

2012-07-14 Thread Clark kent
Hello every body I have this problem which can not resolve it. I'm calling the native code(*C code*) from the android application. But in the native code, they call function *exit(0)* so it makes the app on Android terminate. Could any one know how to stop this one, because after i called

[android-developers] Re: Need help on supporting IGMP protocol on android

2012-07-14 Thread Maryam
Hi, @Justin, I have an Samsung Galaxy version 4.0.2. I wrote an app that receives multicast packets. But it doesn't receive any. My router doesn't filter multicast packet. I have added the necessary permissions and acquire a multicast lock. It seems the main reason is that the phone doesn't

Re: [android-developers] why is the account managed by AccountManager is delete automatically ?

2012-07-14 Thread Mathias Roth
Some of my users are experiencing the same issue. My suspicion is that the default install location changed from internal to external on 4.1.1. At least one user reported things are working with android:installLocation=internalOnly set in the manifest. This should be default behavior

[android-developers] sdk version Compatibility

2012-07-14 Thread reshmy anup
Hi.. I have created an android application in sdk 2.3.3.It is working in 4.0.3 also. But it is crashing in samsung galaxy s3.The os version of that device is 4.0.4.Is there any particular reason for that crashing in s3?It is working fine in s2. Thanks and regards Reshmy. -- You received

[android-developers] Re: In App Billing Limits

2012-07-14 Thread sam
I can't find the answer in any documentation. Do you know the reason for the limit? Other apps circumvent the limit. Its quite common in games to buy credits. If thats ok then it would be simple to get around. On Jul 12, 9:25 am, Anton Kaiser i...@anton-kaiser.de wrote: I can't tell you about

[android-developers] Downloading apk from our site is unsuccessful

2012-07-14 Thread rakesh
Hi, I am not able to download apk from our site on Samsung Nexus(not tried on other handset).Where as through almost same code i am able to download(jar and jad) on compatible handset. Handset downloads the apk and after 100% complete it says *download unsuccessful*.Previously same code is

[android-developers] Android mediaplayer cannot play long mp3 http streaming.

2012-07-14 Thread Forex Viet
I developed an audio player using mediaplayer API. This audio player can play mp3 http streaming from webserver. It play pretty well with small mp3 file, but with long mp3 file ( 30 minutes long and 30Mb size), it only play about 5 minutes then hang. I tested in my Samsung Galaxy Gio ( Android

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread Mark Murphy
On Sat, Jul 14, 2012 at 1:47 PM, Latimerius l4t1m3r...@googlemail.com wrote: As I haven't ever heard pretty much *any* reason for that, good or bad, I tend to think dumping it was rather a boneheaded idea. I can't speak to why they elected to grant device manufacturers the freedom to skip

Re: [android-developers] sdk version Compatibility

2012-07-14 Thread Mark Murphy
On Thu, Jul 12, 2012 at 9:37 AM, reshmy anup reshmyanu...@gmail.com wrote: I have created an android application in sdk 2.3.3.It is working in 4.0.3 also. But it is crashing in samsung galaxy s3.The os version of that device is 4.0.4.Is there any particular reason for that crashing in s3? It

Re: [android-developers] Where to start?

2012-07-14 Thread Mark Murphy
On Fri, Jul 13, 2012 at 12:55 AM, Mitchell Just mitch.j...@gmail.com wrote: Would the best way to do this to make a Service which handles a socket to the server? Possibly. That is difficult to answer in the abstract. However, if your objective is to deliver these messages at any time, without

Re: [android-developers] Why android does not support native video calling

2012-07-14 Thread Mark Murphy
This list is for developing applications with the Android SDK -- your questions are off-topic here. On Thu, Jul 12, 2012 at 7:29 AM, mihir mehta mihirpme...@gmail.com wrote: What i don't understand is this Why android do not support Video call (3G-324M Circuit-Switched Video Calls) just because

Re: [android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2012-07-14 Thread Mark Murphy
On Fri, Jul 13, 2012 at 3:20 AM, urbock23 francesco.orla...@gmail.com wrote: Bug is still present in R16 WXGA emulator does not work, even changing device ram site to 512MB. The WXGA800 and WXGA720 emulators definitely work on R16. I personally run these emulator AVDs with 1GB of device RAM.

Re: [android-developers] Wifi-Only tablet missing NETWORK_PROVIDER!?

2012-07-14 Thread Mark Murphy
On Fri, Jul 13, 2012 at 10:53 PM, E. Recio ere...@polywog.org wrote: Why is there no network_provider available on this tablet? You would have to ask the device manufacturer. Is there something I am missing with regards to Wifi-Only tablets? The so-called network provider uses either WiFi

[android-developers] custom layout on ListLayout can't be browsed using d-pad

2012-07-14 Thread Jeremy Villalobos
Hello: I am checking my app is accessible. In the course of doing this, I am using a d-pad to browse the app. I have a custom row on a List Layout. Each row follows the attached layout. When I browse the layout using the d-pad I can only highlight the more_button_layout layout. I

Re: [android-developers] Maybe I am going about this all wrong.

2012-07-14 Thread Kristopher Micinski
If you could modify the system with an apk... this would be extremely dangerous and would almost certainly never never even considered... On Jul 14, 2012 2:30 PM, Cythes cytheshic...@gmail.com wrote: Which part? On Saturday, July 14, 2012 2:19:52 PM UTC-4, Kristopher Micinski wrote: That

Re: [android-developers] Showing Action Bar ONLY on tablet?

2012-07-14 Thread Latimerius
On Sat, Jul 14, 2012 at 8:51 PM, Mark Murphy mmur...@commonsware.com wrote: Now, if all finger paint apps for children on Android got low ratings and had on-screen controls, I would at least entertain the notion that correlation might indicate causality, and the on-screen controls were the

Re: [android-developers] Jelly Bean Crash with Bitmap Recycle Sorry, an error has occurred: bitmap is recycled

2012-07-14 Thread Romain Guy
Ah, this is an interesting bug that we ran into ourselves. createScaledBitmap() can return the *same* bitmap if the scaled copy would have the same dimensions as the original image. The proper way to do this is to write: bitmap = Bitmap.createdScaledBitmap(oldBitmap, etc...); if (bitmap !=

[android-developers] Keeping it fresh, back to service...

2012-07-14 Thread Cythes
Alright here I am after a good 8 hours of editing (Yeah I'm new..so sue me...) I'm working on this service that starts on start up. Keep in mind I am on my live phone so I DONT have logcat. On top of this it is a Rooted phone so if that changes anything then I guess I will burn that bridge

  1   2   >