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

2011-12-15 Thread Anil Jagtap
Sounds more malware than an application. You cannot do it, installing and removing apps is users choice. -- anil jagtap Android Application Developer On Dec 16, 12:19 am, suganya lakshmanan wrote: > I want to block application installation in android..The user > downloads the app from android mar

[android-developers] Passing multiple values from asynctask to arrays in main activity

2011-12-15 Thread jeremy
Hi, As stated in the title, I need help on this. I am downloading content from a http connection and storing the contents in String array mStrings[] and dStrings[]. But how do I pass the values from the asynctask to the arrays in main activity? Thanks Activity.java ListView list; LazyAda

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

2011-12-15 Thread Zsolt Vasvari
Please create another thread in 2 hours. Your chances for a response will greatly increase when the rest of India wakes up. On Dec 16, 1:19 pm, suganya lakshmanan wrote: > I want to block application installation in android..The user > downloads the app from android market. If the user tries to

Re: [android-developers] How to root Android 2.3.3

2011-12-15 Thread Jim Graham
On Thu, Dec 15, 2011 at 04:04:38PM +0800, Teanor Soprano wrote: > Dears, We aren't your "dears". > Hope you are great day, I am not a day. Days are merely a passage of time, consisting of 24 units of a smaller amount of time (which, in turn, consist of 60 even smaller units of time, which,

Re: [android-developers]Android videoview fullscreen problem

2011-12-15 Thread Jim Graham
On Wed, Dec 14, 2011 at 07:18:03AM -0800, pavan valluru wrote: > Awaiting your suggestions. Thanks alot. Suggestion #1: Don't post the same sh*t a second time. Suggestion #2: You posted a second time after 25 minutes. Were you honestly expecting an answer within that time? Sometimes you'll ge

Re: RES: [android-developers] Digest for android-developers@googlegroups.com - 22 Messages in 14 Topics

2011-12-15 Thread Jim Graham
On Wed, Dec 14, 2011 at 07:15:43AM -0200, Marcelo Vicente wrote: > U.n.s.u.b.s.c.r.i.b.e, please! [dons magic hat] BING! You are unsubscribed. Maybe. Or maybe not. [removes magic hat] Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4)| DMR: So fsck was originally

Re: [android-developers] My android version 1.6 mostly hanged

2011-12-15 Thread Jim Graham
On Tue, Dec 13, 2011 at 08:25:11PM -0800, Enton Packiaraj wrote: > I am having samsung i7500 model and android 1.6 version.since i bought > this mobile 2 years before but my handset hanged and problem for most > time.so can anyone help . Probably, but only if you ask in the right forum

[android-developers] Re: MMS group texting

2011-12-15 Thread rachana govilkar
Ya this is ANDROID group so no1 has posted iPhone query here.. anyways hey TreKing i have problem in MMS. i will explain flow.. i open my applicationn i get a screen of writing msgit can be SMS/MMS but rite now i am concerned about MMS so i write some text and click on Add Attachmen

Re: [android-developers] Re: Problem about passing intent between two activities

2011-12-15 Thread Jim Graham
On Thu, Dec 15, 2011 at 05:05:59PM -0800, Ryan Mattison wrote: > On Dec 13, 5:01?am, Abhishek Chaudhari wrote: > > unsubscribe my email id from this group please. > Ditto. And how do you expect anyone here to unsubscribe YOU? Unsubscribe yourself. Later, --jim -- THE SCORE: ME: 2 CANCER

[android-developers] how to block application installation

2011-12-15 Thread suganya lakshmanan
I want to block application installation in android..The user downloads the app from android market. If the user tries to install the application i should block the application installation. i want to create an app like that..If the user click the install button my application should block the inst

Re: [android-developers] How to assign xml file to Button dynamically?

2011-12-15 Thread Kristopher Micinski
On Thu, Dec 15, 2011 at 11:31 PM, ramesh kumar wrote: > in xml file we use like this for assigning the xml file to button. > Button >     android:id="@+id/startBtn" >     android:layout_width="130dp" >     android:layout_height="40dp" >     android:layout_marginLeft="190dp" >     android:text="Pla

Re: [android-developers] How to assign xml file to Button dynamically?

2011-12-15 Thread ramesh kumar
in xml file we use like this for assigning the xml file to button. Button android:id="@+id/startBtn" android:layout_width="130dp" android:layout_height="40dp" android:layout_marginLeft="190dp" android:text="Play" * android:background="@drawable/transparent">* _

[android-developers] Re: if() Statement Not Working Correctly...

2011-12-15 Thread Matt Clark
Wow... I feel pretty stupid right now... Thanks haha... Long Night xD On Dec 15, 11:20 pm, Kristopher Micinski wrote: > Pick up a Java book... :-)... > > you can't compare strings with == in java...  use .equals()... > > kris > > > > > > > > On Thu, Dec 15, 2011 at 11:17 PM, Matt Clark wrote: >

[android-developers] Re: Detecting key events from Dialog class?

2011-12-15 Thread Paul Lamb
As usual, I'm answering my own question, haha. I just needed to call: this.setOnKeyListener(this); On Dec 15, 11:14 pm, Paul Lamb wrote: > I've created a simple custom dialog that asks users to "Press a key". > The purpose of this is so that I can map whatever key they press to a > function in t

Re: [android-developers] if() Statement Not Working Correctly...

2011-12-15 Thread Kristopher Micinski
Pick up a Java book... :-)... you can't compare strings with == in java... use .equals()... kris On Thu, Dec 15, 2011 at 11:17 PM, Matt Clark wrote: > I am currently writing an application to easily retrieve the bus > schedule for my school. I have a series of intents and content views > that

[android-developers] if() Statement Not Working Correctly...

2011-12-15 Thread Matt Clark
I am currently writing an application to easily retrieve the bus schedule for my school. I have a series of intents and content views that get information from the user such as Bus From Bus To Day The variables are passed to a final intent, where depending on what the user has selected it will cho

[android-developers] Detecting key events from Dialog class?

2011-12-15 Thread Paul Lamb
I've created a simple custom dialog that asks users to "Press a key". The purpose of this is so that I can map whatever key they press to a function in the app. Unfortunately, I can not figure out what is the correct interface to use to detect the key events. My class looks like this:

Re: [android-developers] How to assign xml file to Button dynamically?

2011-12-15 Thread Kristopher Micinski
On Thu, Dec 15, 2011 at 11:03 PM, ramesh kumar wrote: > Hi this is ramesh, new to android. > > How to assign xml file to Button dynamically? > let me know. > This doesn't make any sense, what do you mean by assigning an xml file to a button? A button has an ID, etc..., but not an xml file, unles

[android-developers] How to assign xml file to Button dynamically?

2011-12-15 Thread ramesh kumar
Hi this is ramesh, new to android. How to assign xml file to Button dynamically? let me 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

Re: [android-developers] Re: difference of usage of 'frame tag' between android4.0 and android2.2

2011-12-15 Thread ramesh kumar
Hi this is ramesh, new to android. How to assign xml file to Button dynamically? let me 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: Problem when running Android Program

2011-12-15 Thread Anil Jagtap
Where it happens? on emulator? What is the configuration of the machine you are using? -- anil Android Application Developer On Dec 14, 7:31 pm, Mona AlRekabi wrote: > I have a problem when I run  Android program for the second time it > states that it's loaded to 27%, but then nothing happens.

[android-developers] Re: difference of usage of 'frame tag' between android4.0 and android2.2

2011-12-15 Thread Anil Jagtap
It looks like it was webkit issue they have fixed now in 4.0 On Dec 15, 3:59 am, JIMUROJIYASU wrote: > Please teach me the difference of usage of 'frame tag( scrolling= >)' between android4.0 and android2.2. > > I compared android4.0(galaxy nexus) with android2.2(galaxy s) in > browsing html fil

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

2011-12-15 Thread Kristopher Micinski
When you get a bind in your service (your onBind) can you just take the intent and get component associated with it? >From Intent: ComponentNamegetComponent() Retrieve the concrete component associated with the intent. Or the package name, then store that? Kris On Thu, Dec 15, 2011 at 8:26

[android-developers] Tablet "system bar" menu with targetSdk >= 11?

2011-12-15 Thread Sheado
Hi All, Is it possible to enable the "system bar" menu icon on tablets without setting the targetSDK to less than 11? thanks, Chad -- 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@goo

Re: [android-developers] Reg: Layout for File browser/picker option

2011-12-15 Thread TreKing
On Wed, Dec 14, 2011 at 6:31 AM, Upendra Reddy Vuyyuru < upendrareddyvuyy...@gmail.com> wrote: > So provide me the structer to choose file from folder available in SD Card. http://bit.ly/sCRdQy - Tre

Re: [android-developers] i want to block application installation

2011-12-15 Thread TreKing
On Thu, Dec 15, 2011 at 4:26 AM, suganya lakshmanan < suganyalakshmana...@gmail.com> wrote: > i want to modify the android os like that.. > This is the wrong list for that - go back to the documentation and find a group related to modifying the source. > If the user click the install button my

Re: [android-developers] Radio Group Layout Question

2011-12-15 Thread TreKing
On Wed, Dec 14, 2011 at 8:41 AM, Seth Tucker wrote: > I can get this all working, except the layout causes my radio buttons to > become separated from the radio group. > What is "the layout"? What does "become separated" mean? With issues like this, a picture is worth 999 words. ---

Re: [android-developers] MMS group texting

2011-12-15 Thread TreKing
On Mon, Dec 12, 2011 at 6:26 PM, jprioleau83 wrote: > Has anyone solve the issueo of group texting with iphone users? Has anyone *reported* an issueo of group texting with iphone users? - TreKing

Re: [android-developers] home launcher optimization

2011-12-15 Thread TreKing
On Wed, Dec 14, 2011 at 12:37 AM, Asam wrote: > Can anybody suggest approach that should be followed to improve fps value? > Profile your application. Then optimize the areas that you find to be the slowest. Rinse, repeat. Look at TraceView. -

Re: [android-developers] Help in Android Program !

2011-12-15 Thread TreKing
On Tue, Dec 13, 2011 at 9:20 PM, Mona wrote: > Please, Can any one help me. With what? http://www.catb.org/~esr/faqs/smart-questions.html - TreKing

[android-developers] Re: Many Widgets in one layout

2011-12-15 Thread JP
Hi guys, thanks a lot for your suggestions! Now it's working as I needed! My mistake was precisely having the EditText widgets as children of the ScrollView and not from the LinearLayout. Again, thank you very much! Happy holidays! JP On Dec 15, 3:46 pm, Fred Stluka wrote: > JP, > > Use a layo

[android-developers] Re: The Pocket Panel - 1.2 Amp Solar USB Charger for Android Devices

2011-12-15 Thread Eric Wong (hdmp4.com)
Price seems much higher than what a normal user would pay for.. An external battery or low power solar panel with battery would cost a lot cheaper than this.. On Dec 13, 8:40 pm, "www.PortableSolarPower.Biz" wrote: > I'm looking to get some feedback from the android community about 2 > new s

Re: [android-developers] Canvas.drawCircle() causes OpenGLRenderer to run out of memory

2011-12-15 Thread Romain Guy
Circles are currently drawn as texture, so every time you create acircle with a different radius, the OpenGL pipeline generates a newtexture. It should however not run out of memory since the circlestextures are kept in a fixed size cache. You should callsetLayerType(View.LAYER_TYPE_SOFTWARE, null)

Re: [android-developers] BitmapFactory

2011-12-15 Thread Mark Murphy
On Thu, Dec 15, 2011 at 8:25 PM, bob wrote: > Can I use this function from BitmapFactory to read an asset? > > static Bitmap > decodeFile(String pathName) > Decode a file path into a bitmap. I believe that reads files on the filesystem, not assets, though you are welcome to try. More likely, you

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

2011-12-15 Thread Bsweet
I'm writing a service in my application that will allow remote bindings from other apps. I want to know what activities or application packages are binding to my service. Is it possible to determine this? -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] BitmapFactory

2011-12-15 Thread bob
Can I use this function from BitmapFactory to read an asset? static Bitmap decodeFile(String pathName) Decode a file path into a bitmap. Or, not so much? Also, is there really a need for both resources and assets? Aren't assets sufficient? -- You received this message because you are subscri

[android-developers] Re: Problem about passing intent between two activities

2011-12-15 Thread Ryan Mattison
Ditto. On Dec 13, 5:01 am, Abhishek Chaudhari wrote: > unsubscribe my email id from this group please. > > >  From: SH > To: Android Developers > Sent: Monday, 12 December 2011 10:22 AM > Subject: [android-developers] Problem about passing intent between two >

Re: [android-developers] Re: Alternative (offline) implementation of Geocoder backend service

2011-12-15 Thread James Black
I haven't tried it, but one solution is to look at how they use Nominim, which is one api for openstreet https://gitorious.org/callerid-for-android/mainline/commit/ffe7607134085fc6ea1b2ce425f8ac26cbc2c3c6/diffs This link shows an example of using the built-in Android geocoder, but if not availab

Re: [android-developers] Canvas.drawCircle() causes OpenGLRenderer to run out of memory

2011-12-15 Thread Christopher Van Kirk
How many times is 'a few'? On 12/15/2011 12:45 AM, Christopher Golden wrote: In the course of developing an Android application, I'm finding a need to draw several unfilled concentric circles centered on an arbitrary point, enough that some of them are only partly visible on the display. However

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

2011-12-15 Thread Kinjal Shah
-- 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] Re: Generate keypress when moving phone

2011-12-15 Thread TreKing
On Tue, Dec 13, 2011 at 5:27 PM, Charly Pierre wrote: > for the stack trace i don't have it cause i can't test movements > on computer :$ > You can test movements on your device, which you can plug into your computer, which will spit out messages in your LogCat and let you step through your code

[android-developers] Re: Detect that user entered the lock screen password

2011-12-15 Thread Kevin TeslaCoil Software
No, I've looked into it as well. Depending on your setup you might be able to time screen off until user present and compare against the system settings, but that's not a very good solution and I wouldn't recommend it. -Kevin On Dec 15, 1:20 pm, CT wrote: > I was wondering if there is a way to d

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

2011-12-15 Thread Kinjal Shah
-- 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] Re: Alternative (offline) implementation of Geocoder backend service

2011-12-15 Thread TreKing
On Wed, Dec 14, 2011 at 3:54 PM, Chris Ostler wrote: > The sentence just before what you quoted states: > "The Geocoder class requires a backend service that is not included in > the core android framework." > > The way I read that is that the Geocoder class in the core framework > requires a serv

[android-developers] Re: call the default home screen from application?

2011-12-15 Thread Kevin TeslaCoil Software
Since you want to call the default home, you can just send a generic home intent and let the system call the appropriate app. No need to use the resolver manually. Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_HOME); startActivity(intent

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

2011-12-15 Thread Kinjal Shah
-- 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] Re: ADB driver...

2011-12-15 Thread Kostya Vasilyev
Off topic: I really like how Sony Ericsson handled it for the Arc (maybe other models too). The drivers are available via the Windows Update center - including those for adb and phone-as-a-modem. You plug it in, Windows downloads and installs the drivers, and then it just works. Something every A

Re: [android-developers] Re: ADB driver...

2011-12-15 Thread Kostya Vasilyev
In that case, Davide, have you actually tried 1) getting the latest version of the driver with the SDK Manager and 2) pointing the Windows Device Manager at it? 16 декабря 2011 г. 1:52 пользователь Mark Murphy написал: > 2011/12/15 Kostya Vasilyev : >> Doesn't the official Google driver, availabl

Re: [android-developers] Re: ADB driver...

2011-12-15 Thread Mark Murphy
2011/12/15 Kostya Vasilyev : > Doesn't the official Google driver, available in the Android SDK > Manager, have support for the Galaxy Nexus? I would presume it does. The Win7 side of my dual-boot notebook recognized the Galaxy Nexus (GSM edition) without any changes on my part. -- Mark Murphy (

Re: [android-developers] Re: ADB driver...

2011-12-15 Thread Kostya Vasilyev
Doesn't the official Google driver, available in the Android SDK Manager, have support for the Galaxy Nexus? If it doesn't, you can always hack on those .inf files yourself, adding the needed PNP IDs. Or download and install Kies (Samsung's monster of a phone management / synchronization software

Re: [android-developers] Many Widgets in one layout

2011-12-15 Thread Fred Stluka
JP, Use a layout, like LinearLayout, to have them not overlap: http://developer.android.com/guide/topics/ui/declaring-layout.html http://developer.android.com/guide/topics/resources/layout-resource.html http://developer.android.com/resources/tutorials/views/index.html http://dev

[android-developers] Re: Many Widgets in one layout

2011-12-15 Thread David Strickland
On Dec 14, 9:02 pm, JP wrote: > Hi, > > I'm really new to Android programming, so this question may be > obvious, but still I can't find a way to do it: I'm working on a > layout where the user have to enter many data about a person (name, > address, birthdate, etc). I'm capturing this informati

Re: [android-developers] reception of all intent

2011-12-15 Thread Mark Murphy
On Thu, Dec 15, 2011 at 10:52 AM, PopoLIlou wrote: > Is it possibles to receive  all intent, even if it is system > broadcast? without knowing the intent name (So not via a receiver in > the manifest file). No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/com

Re: [android-developers] Any native Charting Libraries I can use from Android SDK library?

2011-12-15 Thread Mark Murphy
On Wed, Dec 14, 2011 at 4:03 PM, loracyi wrote: > I am trying to make a simple app that display real-time battery > reading with 2D line chart. Does anyone know for sure if there is > native library in Android SDK? There is no native charting capability in Android. > Just don't want to run into

Re: [android-developers] Image processing in Android

2011-12-15 Thread Kristopher Micinski
http://opencv.willowgarage.com/wiki/ There's a port for Android. Kris On Tue, Dec 13, 2011 at 11:24 AM, Masa wrote: > hi, > > I'm going to develop image processing app in Android. > > I wanna recognize leaf picture taken by android camera. > > what library can I use? > so if you have any inform

[android-developers] Gmail Confirmare de redirecţionare (#62238684) - doresc să primesc e-mailuri de la mgiurgi...@gmail.com

2011-12-15 Thread Echipa Gmail
mgiurgi...@gmail.com a solicitat redirecţionarea automată a emailurilor către adresa dvs. de email android-developers@googlegroups.com. Cod de confirmare: 62238684 Pentru a permite mgiurgi...@gmail.com să redirecţioneze automat emailurile către adresa dvs., faceţi clic pe link-ul de mai jos pentru

[android-developers] Image processing in Android

2011-12-15 Thread Masa
hi, I'm going to develop image processing app in Android. I wanna recognize leaf picture taken by android camera. what library can I use? so if you have any information or knowledge about image processing. please tell me about that. thanks. -- You received this message because you are subscr

[android-developers] Nexus one ignores touch events sent via ADB

2011-12-15 Thread Uri Goren
I'm connecting an HTC Nexus One to my PC via USB (using ADB), running Android 2.3.6, with debug mode enabled. Sending individual keys as such, Works! adb shell input keyevent 82 adb shell input keyevent 20 adb shell input keyevent 20 adb shell input keyevent 22 adb shell input keyevent 22 adb shel

[android-developers] Re: ADB driver...

2011-12-15 Thread sblantipodi
bump question. -- 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 o

Re: [android-developers] Are there any guarantees that only one instance of an Android service may exist?

2011-12-15 Thread Mark Murphy
On Wed, Dec 14, 2011 at 5:04 AM, DuneCat wrote: > I > would like to be sure that only one instance of a specific subclass of > Service or Application may exist. There will be at most one active instance of a Service or Application. > I guess I would just like to be sure that there is no > overla

[android-developers] Reg: Layout for File browser/picker option

2011-12-15 Thread Upendra Reddy Vuyyuru
Hi All, I am stuck with layout of file Browser/Picker. Main aim is to upload an image to server. So, to upload a image first we need to browse that file. So provide me the structer to choose file from folder available in SD Card. Thanks in Advance, Regards Upendra -- You received this message

[android-developers] how to use mvc architecture in android application development.

2011-12-15 Thread Nani Narendra
Hi all This is narendra i am fresher to android i want to know how to mvc architecture in android. could any one know about these please send me a mail Thanku friends -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] for android openings

2011-12-15 Thread Nagaraju Sandesi
hi frends this nagaraju i am an android developer,please send me any information recordings to openings in 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@googlegroups.com To

[android-developers] How to read meminfo?

2011-12-15 Thread Jerry Chen
I was troubled in reading dumpsys meminfo especially for the column: "Local Binders" actually, I found my program crashed when Local Binders is high. thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] gps notification on multiple locations

2011-12-15 Thread rizwan mahmood
hi i have a application where i need gps approximate alerts on multiple locations that stored in sqlite i follow this example http://www.gauntface.co.uk/blog/2010/12/28/how-to-multiple-proximity-alerts-in-android/ and now im able to register multiple alerts but in this example in not showing me how

[android-developers] AccountManager issue when user leaves activity

2011-12-15 Thread msanztru
I am implementing authentication with google accounts using accountmanager: AccountManagerFuture amf = mgr.getAuthToken(account, "ah", null, activity, null, null); try { amf.getResult(); } catch (OperationCanceledException e) { handle(); } catch (AuthenticatorException e) { handle(); } c

[android-developers] i want to block application installation

2011-12-15 Thread suganya lakshmanan
I want to block application installation in android..The user downloads the app from android market. If the user tries to install the application i should block the application installation. i want to modify the android os like that..If the user click the install button my application should block

[android-developers] How to root Android 2.3.3

2011-12-15 Thread Teanor Soprano
Dears, Hope you are great day, *1. How to root Android 2.3.3? I have many many android smartphones, and tablets. But i don't make this Action. * * * *2. **Also android tablets can't access local network servers(hostname example:test). How can I access?* * * *Kind Regards Sopranom* -- You receiv

[android-developers] Many Widgets in one layout

2011-12-15 Thread JP
Hi, I'm really new to Android programming, so this question may be obvious, but still I can't find a way to do it: I'm working on a layout where the user have to enter many data about a person (name, address, birthdate, etc). I'm capturing this information through EditText widgets. I added them to

Re: [android-developers] Adding checkbox

2011-12-15 Thread Sven Meier
You'll have to add a new CheckBox instance on each iteration of your loop: String[] Tempstr = str.split("#"); LinearLayout.removeAllViews(); for(int x = 0 ; x < Tempstr.length; x++){ String[] TempTempstr = Tempstr[x].split("@"); CheckBox cb = new CheckBox(v.getContext()); cb.

[android-developers] reception of all intent

2011-12-15 Thread PopoLIlou
Is it possibles to receive all intent, even if it is system broadcast? without knowing the intent name (So not via a receiver in the manifest file). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: image to text android OCR help?

2011-12-15 Thread Nikolay
There are Java APIs which wrap calls for native interfaces, for example, for one of the most popular opensource OCR engines - Tesseract (http://groups.google.com/group/tesseract-ocr/) - there are some Java wrappers like tesjeract (http://code.google.com/p/ tesjeract/) or Tess4J (http://tess4j.sf.ne

[android-developers] How to remove some of color that we have paint when we paint more.

2011-12-15 Thread Penh Lenh
I want to make the finger paint that have fix length. when I paint more and more, It's removed the old paint and the length of the line still the same as started. This is my code: package com.penhlenh.FingerPaint; import android.app.Activity; import android.content.Context; import android.graphi

Re: [android-developers] Re: How to pass a web link to a button.

2011-12-15 Thread nisha paghadaL
On Thu, Dec 15, 2011 at 11:33 AM, Narendra Singh Rathore < nsr.curi...@gmail.com> wrote: > > > On Thu, Dec 15, 2011 at 11:01 AM, rachana govilkar < > rachana.govil...@gmail.com> wrote: > >> Hello all, >> instead of url i want that button to link another page from my >> project >> that is on c

[android-developers] Question regarding SmsManager

2011-12-15 Thread Nuno
Hello, I am curious about why SmsManager is not accessible through Context.getSystemService as are TelephonyManager, LocationManager, ConnectivityManager, etc. Is there a specific reason behind this difference? Thanks for your help Best, Nuno -- You received this message because you are subscr

Re: [android-developers] [help] How to compile C / C++

2011-12-15 Thread damodhar meshram
Used NDK .. On Thu, Dec 15, 2011 at 11:47 AM, RAJU V wrote: > Hi this is Raju... > How to compile C / C++ by Android terminal.. > Please help me. > > > ~~RAJU~~ > ~~www.itdoall.co.cc~~ > > -- > You received this message because you are subscr

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

2011-12-15 Thread Patrick Sieber
Hey there! Is there any possibility to watermark an video while recording it (e.g. Timeellapseetc.) ?! I'm searching my ass offbut i can't find any helpful articles?! by now i am using the mediarecorder to record a video with my app! Thank you very much :) Greetz -- You received

[android-developers] Not able to invoke Default Camera

2011-12-15 Thread Upendra Reddy
Hi All, I am trying to implement Camera option. To implement I used the bellow resource. http://marakana.com/forums/android/examples/39.html While running the app I am getting Error called. "AndroidRuntime(942): java.lang.RuntimeException: Fail to connect to camera service" Thanks in Advance, U

[android-developers] difference of usage of 'frame tag' between android4.0 and android2.2

2011-12-15 Thread JIMUROJIYASU
Please teach me the difference of usage of 'frame tag()' between android4.0 and android2.2. I compared android4.0(galaxy nexus) with android2.2(galaxy s) in browsing html file (sample html) including "frame tag" , the result is as bellows. case1 :scrolling="yes" android4.0 → scrolling is valid a

[android-developers] Canvas.drawCircle() causes OpenGLRenderer to run out of memory

2011-12-15 Thread Christopher Golden
In the course of developing an Android application, I'm finding a need to draw several unfilled concentric circles centered on an arbitrary point, enough that some of them are only partly visible on the display. However, this does not appear to work with hardware acceleration. My test rig is a stoc

[android-developers] cheap, discount nike air max shoes, paypal payment, free shipping

2011-12-15 Thread air max shoes
top-wholesaler paypal,shoe ,handbag.. 1.Handbag with Louis Vuitton ,Chanel, Gucci, DIOR, BURBERRY ,prada ,juicy ,edhardy. 4. Shoes:Nike Air Jordan, Nike Rift, Max 90, Bape, Adidas, Puma, Gucci, Timberland, Prada, Lv, Ice cream, UGG, AF1, Visvim, CA shoes, Burberry, shoes. nike air force one: http:

[android-developers] call the default home screen from application?

2011-12-15 Thread ZeeShaN AbbAs
I need to call the default home screen that comes with my phone from my application even if its not set as default. I've tried searching and find this ArrayList intentList = new ArrayList(); Intent intent=null; final PackageManager packageManager=getPackageManager(); for(final Res

[android-developers] at Android 4.0 'killBackgroundProcesses' method doesn't work

2011-12-15 Thread Melanie Kim
I’ve developed application (Android Service) . This application work to kill another application (Activity). This program has worked under Android 2.3. But on Android 4.0, doesn’t work I used method ‘killBackgroundProcesses’ And I also tested ‘android.os.Process.killProcess’, but didn’t workd So

[android-developers] Android videoview fullscreen problem

2011-12-15 Thread pavan valluru
Hi All, I am developing an Android application. My Activity contains "videoview" together with "MediaControler" and some other GUI elements. I am able to play the video. But, I want to make this videoview appear fullscreen when I "SingleTapDown(GestureDetector)" and go back to previous mod

[android-developers] Any native Charting Libraries I can use from Android SDK library?

2011-12-15 Thread loracyi
Hi all, I am trying to make a simple app that display real-time battery reading with 2D line chart. Does anyone know for sure if there is native library in Android SDK? Just don't want to run into obsolete charting tools again. Thanks, loracyi -- You received this message because you are s

[android-developers] WiFi bandwidth throttling for testing

2011-12-15 Thread shs
I want to test the throughput performance in different WiFi bandwidth. Can some body suggest me any tool/commandline to control the WiFi bandwidth in the device side.[Assuming I have fixed 12Mbps WiFi network and I want to throttle from 1 to 12 Mbps] -- You received this message because you are

[android-developers] Http live streaming compatibility in froyo 2.2 version.Plays in emulator but not in all 2.2 devices

2011-12-15 Thread Jahn EstaCado
I have created a web radio app for android using mediaplayer class I aset internet permission=true in the manifest file.The target/min sdk is 8 cause 2.2 is supposed to be the first version of android that supports http live streaming.. Well in the emulator the players runs perfect.In some 2.2

[android-developers] Drivers For Huawei 3g Modem E173

2011-12-15 Thread Saham2002
Hi Dear: I brought A Chinese I pad with Andriod 2.2 OS I want to install the Huawei 3g Modem E173 to use it for browsing the internet. Any drivers for this OS ? Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Problem when running Android Program

2011-12-15 Thread Mona AlRekabi
I have a problem when I run Android program for the second time it states that it's loaded to 27%, but then nothing happens. I try to cancel it but then that just gets the new title of "canceling launch" and still nothing happens. If I close and reopen eclipse, I'm able to launch like normal agai

[android-developers] Access denied error while trying to install new API

2011-12-15 Thread Uday (Dave)
Hi, I have installed the android sdk 16 on my Windows7 machine I have installed the Android2.1 API initially without any glitch. But then again when I try to install the other APIs using the SDK manager, it gives me: Downloading SDK Platform Android 2.3.3, API 10, revision 2 File not found: C:\P

[android-developers]Android videoview fullscreen problem

2011-12-15 Thread pavan valluru
Hi All, I am developing an Android application. My Activity contains "videoview" together with "MediaControler" and some other GUI elements. I am able to play the video. But, I want to make this videoview appear fullscreen when I "SingleTapDown(GestureDetector)" and go back to previous mode

Re: [android-developers] How Caching of Google Map Works?

2011-12-15 Thread nisha paghadaL
On Wed, Dec 14, 2011 at 6:53 PM, Mark Murphy wrote: > On Wed, Dec 14, 2011 at 1:46 AM, Saurabh Patel > wrote: > > I just want to know how caching of google map works in Google Maps > > Application of Android. > > Apply for a job at Google, hope you get the job, and hope that you get > to work on

[android-developers] database table in TABLE VIEW

2011-12-15 Thread sajan
How to display my database table in application like a table view -- 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

Re: [android-developers] Adding checkbox

2011-12-15 Thread Mahesh Rakheja
You may also try to typecast the checkbox Try this code... CheckBox cb = (CheckBox)findviewbyid(R.id.chkCheck); if(cb.isChecked()) { String[] Tempstr = str.split("#"); LinearLayout.removeAllViews(); for(int x = 0 ; x < Tempstr.length; x++){ String[] TempTempstr = Tempstr[x].split(

[android-developers] Bluetooth HDP android 4.0 really works?

2011-12-15 Thread Raul Ruiz
Im testing HDP profile for android 4.0. I think that it doesnt works correctly because Im trying with Nonin 9560BT and it connects but it doesnt sends medical data to android. The trouble is the next: First, I init bluetoothAdapter and I getProfileProxy. After, device connects to android. I catch

[android-developers] Radio Group Layout Question

2011-12-15 Thread Seth Tucker
Hello, I'm attempting to create a radio group with two rows, four choices per row. The buttons/options in the second row need to be lined up underneath the first row. I can get this all working, except the layout causes my radio buttons to become separated from the radio group. Is there a way t

[android-developers] linking errors with APP_STL as gnustl_static

2011-12-15 Thread casual_kumar
Hi, I am trying to compile a c++, c mixed code into one single shared library using ndk r7. If I enable rtti or exceptions then I start getting linking errors. I have seen multiple discussions on this topic including someone saying that it is a bug with this ndk release. 1. Is the current releas

[android-developers] Re: interactive activity manager (am) not functioning

2011-12-15 Thread Carl Nagle
Last night I updated with the r16 update, created a new Emulator AVD, and the Activity Manager seems to be present now! Carl On Dec 12, 3:32 pm, Carl Nagle wrote: > I do not seem to have a validactivitymanageravailable from > theinteractiveshell. My app has been built, installs, and runs in the

Re: [android-developers] nook tablet

2011-12-15 Thread Mark Murphy
Yes. https://nookdeveloper.barnesandnoble.com/ On Thu, Dec 15, 2011 at 9:55 AM, campo wrote: > Can apps be made for the Nook tablet by independent developers? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group,

Re: [android-developers] Pause/Resume vs. Stop/Start

2011-12-15 Thread Mark Murphy
On Wed, Dec 14, 2011 at 1:48 PM, BT wrote: > I'm hoping to get a better handle on these callbacks in the Activity > life-cycle.  One would think that Pause/Resume is one thing and Stop/ > Start is another, but on Android it seems there is no instance of > Pause without Stop, and no instance of Res

  1   2   3   >