[android-developers] Re: Hide Phone Number in the Dialer

2011-09-12 Thread mwllace
Thanks Chris, I will try this method. On Sep 11, 12:09 pm, Jens dunkingbikk...@gmail.com wrote: Have you tried supplying your own account manager implementation, adding a contact with the display name My SpecialNumber and then sending your dialer Intent? Since you cannot override (afaik)

[android-developers] Re: Get views and widgets of activities in a default android applications (Settings, contacts etc)

2011-09-12 Thread ajay
Hi Thanx for the response. Can I open the main/default activity of the Settings application from the onCreate() event of my Activity? On Sep 11, 2:36 am, rich friedel rich.frie...@gmail.com wrote: AFAIK you cannot do what you describe with the standard Android SDK. -- You received this

[android-developers] Re: Got the Bluetooth blues: Service Discovery Failed

2011-09-12 Thread gjs
Hi, Very good ! you're welcome :-) Regards On Sep 12, 4:43 am, darrinps darri...@gmail.com wrote: That did it! I am going to write the authors and ask them to put this in their errata as it may save others a LOT of wasted time (been working on this off and on for days). Thanks! On Sep

Re: [android-developers] Dynamically loading code in Android application

2011-09-12 Thread Raffaele Sgarro
Thanks for your reply, but my question was more about how to get the DEX file without Eclipse, since typically my JAR will contain a couple of classes and resource files 2011/9/12 Kristopher Micinski krismicin...@gmail.com On Sun, Sep 11, 2011 at 3:35 PM, Raffaele Sgarro

[android-developers] Error when trying to change image resource

2011-09-12 Thread Daniel
I'm pretty new to android development and my newest project requires me to change the source of an imageview from within my code. I'm just trying to test this out right now and I'm running into problems. If I create my layout from within code (The commented code below), my app runs and

[android-developers] Able to play sounds during a phone call?

2011-09-12 Thread Adam Chapman
Hello, Im trying to make a simple app that plays a sound whenever a button is pressed. Ideally I'd like it to be done during a phone call. However, I think I would need to use android.media classes to do this, which I believe are unavailable during a call. Since I've literally just started

[android-developers] How to remove the Windows 7 explorer frame from the Android emulator?

2011-09-12 Thread Vustom
I have the latest Android OS emulator running on Windows 7 at the moment while using a custom skin for the emulator (http:// heikobehrens.net/wp-content/uploads/2011/03/overview.png), this is also my first attempt at running a emulator of any kind before so I'm fairly inexperienced in this area,

[android-developers] Download and attach andriod source to eclipse

2011-09-12 Thread Anky
Hi, I am wondering that andriod has come up with such a great framework but is lacking a good and easy way to attach the source code for reference. It took me 2 hours of web browsing to find out a 100% proven method to attach source. The documentations floating around are more oriented towards

[android-developers] Android camera programming limits

2011-09-12 Thread afro
Hi! Have two questions on the camera and some hardware/software limits that might be imposed by the platform. 1. I would like to use a zoomed in version of the picture shown as preview so that I might be able to see the detalis and sharpness of various objects in front of the camera, e.g. if

[android-developers] AndRoid Application

2011-09-12 Thread abc xyz
can any one tall me how to develop Android Applications in DotNet -- 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] urgent help

2011-09-12 Thread akhil android
hey dear, i want to fetch my inbox message while it goes run m going threw this code but can't be able to fullfill it can u help meplease need wuick responce dear. m writiing this code in apidemos.java my mail id is akhil.andr...@gmail.com manifest

Re: [android-developers] Dynamically loading code in Android application

2011-09-12 Thread akhil raval
i want to fetch my inbox message while my applicatikon is start in the phone how ti done can u please help me god said please dude -- Ever+ Never- @kh!l R@v@l (+91-96388-66691) (+91-74052-63600) -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] New Game Developer, need help starting

2011-09-12 Thread Aneem Talukder
Dear Community, I have a good amount of experience with java and was hoping to start writing some simple games on the android platform. I have just downloaded the sdk for eclipse, but I am already a little confused as to where to begin. Upon creating a new android project, eclipse auto-generates

[android-developers] Re: character replace

2011-09-12 Thread warriorinjapan
I think it shall be pretty easy but only thing which you might need to take a note is that JDK 1.6 ( and not prior to this version of jdk ) has a method in String class as replace (CharSequence fromCS, CharSequence toCS) so you can do it for any characters. On Sep 11, 12:37 pm, bob

[android-developers] Graphics in Android

2011-09-12 Thread Aneem Talukder
Dear Community, I have just recently started coding for the android platform. Today, in fact :) I know java pretty well and use the swing frameworks for my GUI development. Is android compatible with swing, or is there a more appropriate api for graphics? Thanks in advance! Aneem -- You

[android-developers] download dead island torrent

2011-09-12 Thread 51
download dead island torrent The player is drawn into the world of Dead Island on the brink of a mysterious epidemic that suddenly, and without warning, breaks out on the fictional island of Banoi. As a guest of the Royal Palms Resort, the player's stay was supposed to be a dream

[android-developers] Re: Fragment Pager Support sample

2011-09-12 Thread briank
I had the same problem tonight and found that you need to change the API target to 3.2.2. In eclipse, right click the project and select propertiesandroid and select Android 3.2 -- and when you apply it the errors go away. If you don't make this selection when you first open the project you get

[android-developers] Need Help Regarding Development of an Android Application...

2011-09-12 Thread abhishek srivastava
HI, I am Abhishek Srivastava, an Mtech student at CDAC Noida. I am developing a project based on DTH on Mobile using the Android Platform. Therefore i need some help regarding my project. If any one could please give any views or suggestions. It would be really really helpful. Thanks, Abhishek

[android-developers] AppWidget Problems

2011-09-12 Thread Chiara
Hi, I'm working in a simple widget example but I cannot make it work. The Idea is to have a widget that updates it text with the current time every 30 seconds. The problem is that I only receive the onUpdate just when the widget is created. I'm using Android 2.2. here is the update method:

[android-developers] Re: How to develop an app that involves google maps

2011-09-12 Thread abc xyz
It can be done in Java -- 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

[android-developers] android bluetooth

2011-09-12 Thread miundroid
Hi all, I was wondering if anyone knows the data frame protocol that android uses by default. Or if anyone knows of a technical document with this information I'd be more than happy to read it for myself. I need to know what exactly the data frame looks like, for example... 8-data bits | 1 Odd

[android-developers] Help constructing Information/copyright section

2011-09-12 Thread davieshq
Hi We are about to submit our first app to the Android Marketplace. It's a free tool, that allows users to list items for sale on our consumer-to-consumer website at www.ehattons.com/trade. The site allows customers to sell to others, and takes a small commission We have developed the tool

Re: [android-developers] Re: Using the Hardware decoder in LGP500 to render frames from camera

2011-09-12 Thread Deepesh Bhargava
Arun, IMO it is surely possible to use openmax APIs for your use case. Stagefright has an iOMX interface to the openMAX APIs that you may wish to re-use. I hope you would require it only to decode the de-multiplexed streams for audio and video. You would have to look out for openMAX components

[android-developers] Emulator Help

2011-09-12 Thread Amol Sharma
Hi all, i am new in this android development..i have recently installed Eclipse and Android SDK API 13.created a hello world application i know that emulator takes time to load..but after loading also it is also working very slowly..is there any fix for it ??does

[android-developers] How can i remove item in listview

2011-09-12 Thread Jhew SAN
listViewInfo = (ListView)findViewById(R.id.listView1); tempListAdapter = new SimpleAdapter(this, weatherlist, R.layout.list_row, new String[] {city, low, high}, new int[] {R.id.CITY_CELL, R.id.LOW_CELL, R.id.HIGH_CELL}); listViewInfo.setAdapter(tempListAdapter);

Re: [android-developers] Textview from thread

2011-09-12 Thread HideCheck
You need to use the Handler. http://developer.android.com/reference/android/os/Handler.html Handler handler = new Handler(); ex) public void run() { handler.post(new Runnable() { public void run() {

[android-developers] Re: OutOfMemory exceptions

2011-09-12 Thread Surbhi Dhingra
Hi, I think you should check how you are creating the references because in java we put whole responsibility on GC but by mistake we make some very bad strong references which can lead to outOfMemory exceptions. so try using weak references, have a look on below links

[android-developers] Problem with Admob and package name

2011-09-12 Thread Gastty
Hi, i'm having a crazy problem, basicaly it's happening with the package name of my aplication. My aplication package name is com.glaa91.crazyvibrator .With this, the admob banner, appears all blue, but if i only change the package name, for example to, com.glaa91.crazyvibratorr. I only add one r,

[android-developers] xml parsing

2011-09-12 Thread Pragya Chordia
i m trying xml parsing using xmlpullparser. i m getting a java error Error: # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (classFileParser.cpp:3494), pid=5024, tid=700 # Error: ShouldNotReachHere() # # JRE version: 6.0_26-b03 # Java VM: Java HotSpot(TM)

[android-developers] PDF Library

2011-09-12 Thread Kate Mag
I need help for PDF viewer library for Android. I need a library that can do horizontal view, zoom in and out with two finger. I did take a look at some libraries out there, but good ones are paid. I also did take a look at APV PDF Viewer, however it doesn't support horizontal view, zoom in and

[android-developers] xml parsing

2011-09-12 Thread Pragya Chordia
i m working on xml parsing using xmlpullparser. m getting a java runtime error : # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (classFileParser.cpp:3494), pid=5116, tid=4420 # Error: ShouldNotReachHere() # # JRE version: 6.0_26-b03 # Java VM: Java

[android-developers] HelloGoogleMaps crashes - Please Help?

2011-09-12 Thread eddie.moxey
Using original source from http://developer.android.com/resources/tutorials/views/hello-mapview.html Part 1 works AOK. Part 2: Adding Overlay Items, Adds the following: public class HelloItemizedOverlay extends ItemizedOverlayOverlayItem { private ArrayListOverlayItem mOverlays = new

[android-developers] Re: android app

2011-09-12 Thread Craig Sparks
Also it involves barcode scanning. On Fri, Sep 9, 2011 at 5:24 PM, Jackie Craig Sparks jackie.craig.spa...@gmail.com wrote: I'm working on a prject that involves image reconignition and need help with getting a app completed. I was wondering if anyone would be interested in helping out. --

[android-developers] VoiceRecognition.java

2011-09-12 Thread DRW
Hello. I'm somewhat new to Android Development. Read a bunch of books and muddled my way through getting my first app partially built. My question(s): I'm looking to insert Commas between the results on the Voice Recognition (VR) result set. So later I can store the results into SQLite. I have

[android-developers] Defining custom drawables in XML

2011-09-12 Thread Jean-Michel
Hi there, I am trying to implement my own custom drawable to draw triangles (this is an example) by extending ShapeDrawable. Writing the component was OK. Using the component in the code is OK. I cam to a brick wall when trying to use the drawable only in XML. Example of myDrawable.xml:

Re: [android-developers] Autoreload of Webview

2011-09-12 Thread Craig Sparks
Is he circumventing security policies or is he using programming skills to better manage his time so he can be more effective and productive. On Sat, Sep 10, 2011 at 1:30 PM, rich friedel rich.frie...@gmail.com wrote: Have you attempted to discuss this with your IT people? You are asking how to

[android-developers] Android audio control

2011-09-12 Thread 3ast
I am a beginner programmer in Android and I would like to create an app that will act as an audio control. The main goal is to be able to manually control the output of audio to the headset, or speakers. Are there any sugestions on how I might go about doing this? -- You received this message

[android-developers] android register application to change wallpaper

2011-09-12 Thread buda gavril
How to make my application to appear in list of applications in android which provides wallpapers, like in this image: http://i.stack.imgur.com/D8i4G.png -- 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] android app

2011-09-12 Thread Jackie Craig Sparks
I'm working on a prject that involves image reconignition and need help with getting a app completed. I was wondering if anyone would be interested in helping out. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] How to run google map on Emulator

2011-09-12 Thread Danilo Mendonça
Try to generate a Google Maps API Key with android-sdk debug.keystore file 2011/9/10 Mark Murphy mmur...@commonsware.com On Sat, Sep 10, 2011 at 12:53 PM, Mohit Agarwal mohitiit...@gmail.com wrote: surely api key is at right place n also i hv included INTERNET PERMISSION in

[android-developers] URL filter

2011-09-12 Thread Shishir Srivastava
Hello all, I'm trying to write an app to perform so certain tasks when specific URLs are opened in a browser. Is it possible to create a URL filter of sorts, so as to open my app whenever certain URLs are visited, or clicked on, in any browser on the phone? Thanks, Shishir S. -- You received

[android-developers] Documentation for StorageManager and OBB (Opaque Binary Blobs)

2011-09-12 Thread Peter Phillips
Does anyone know if there is further documentation for opaque binary blobs and the StorageManager? http://developer.android.com/reference/android/os/storage/StorageManager.html It looks like this is a great way to distribute downloadable package data for games--a single file to download,

[android-developers] how to get LatLng from GPS (java code)?

2011-09-12 Thread Vey
Dear All, I try to find a java code to get LatLng from GPS on andoid phone. if someone known, please post a sample code. thank Cheth -- 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] Re: OutOfMemory exceptions

2011-09-12 Thread moktarul anam
Hi, try to avoid recursive function On Sep 12, 9:01 am, Christopher Van Kirk christopher.vank...@gmail.com wrote: The best strategy here is to figure out why you're running out of memory and re-architect your code so you don't even come close. This is a cell phone and tablet OS, not a surface

[android-developers] Custom Forms

2011-09-12 Thread SDA
Is it possible to customize a form so that it processes the text submitted and then returns an webpage based on the input, just like a CGI script? I am trying to move away from Perl scripts and into Google Sites. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android 2.2 can only support 2 concurrent bluetooth connections?

2011-09-12 Thread Neil
I'm doing the same, extended the Bluetooth Chat example in a similar way to you. Not tried with 4 devices yet, your experience is worrying! Any updates? Are you doleing out from a Collection of 7 UUIDs? My Asus EeePad or Nexus One can't sustain a Bluetooth audio stream at the same time as one

[android-developers] Android Market - Allow Automatic Updating

2011-09-12 Thread Mike Wendling
Scenario: 1. I have an older version of my app which I downloaded from Android Market using new Market app version 3.0.27 and I have checked Allow automatic updating in the Android Market application. 2. I posted a newer version of my app to the Android Market. 3. It's been over

[android-developers] Back-end development

2011-09-12 Thread Sanjay
Did anyone try parse.com for your application? If yes, review please. Regards, Sanjay -- 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,

[android-developers] info about ARMV6 processor type and phone model

2011-09-12 Thread netuser501
Hi, I'm looking for the following information : what processor is inside the phone? It's a Samsung S5570 and I understand the processor is ARMV6. Is it V6 only or V6 + VFP. I guess I can get the answer if I install Firefox as it only works on V7 processors but I think I have read it could work

[android-developers] QR Scan

2011-09-12 Thread ramkumar lakshminarayanan
Can anyone refer the sample codes for QR Scan ? -- - Share @ www.rajaramsystems.com -- 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] info about ARMV6 processor type and phone model

2011-09-12 Thread netuser501
Hi, I'm looking for the following information : what processor is inside the phone? It's a Samsung S5570 and I understand the processor is ARMV6. Is it V6 only or V6 + VFP. I guess I can get the answer if I install Firefox as it only works on V7 processors but I think I have read it could work

[android-developers] Error after using the phone for long time

2011-09-12 Thread Srinivasa Murthy G
Phone performance become will become low and unable to use, sometime live wallpaper will not work. need to reboot the phone. ANR in com.android.systemui E/ActivityManager( 1686): Reason: Broadcast of Intent { act=android.intent.action.SCREEN_OFF flg=0x4000 } E/ActivityManager( 1686):

Re: [android-developers] Defining custom drawables in XML

2011-09-12 Thread Romain Guy
Hi, Custom drawables are not allowed from XML, mostly for security reasons. XML drawables can be loaded as resources by other processes (including Launcher or the system process) and it would be a terrible idea to run random 3rd party code in these processes. On Sun, Sep 11, 2011 at 5:00 AM,

Re: [android-developers] Need Help Regarding Development of an Android Application...

2011-09-12 Thread Robin Talwar
What kind of help do u need?? Where are you stuck specify your problem.. On Sat, Sep 10, 2011 at 5:59 PM, abhishek srivastava abhishek.sr...@gmail.com wrote: HI, I am Abhishek Srivastava, an Mtech student at CDAC Noida. I am developing a project based on DTH on Mobile using the Android

[android-developers] Re: BufferedReader hangs on readline

2011-09-12 Thread petter
On Sep 12, 12:45 am, Nick Risaro nris...@gmail.com wrote: On Sun, Sep 11, 2011 at 5:54 PM, petter petter.gus...@gmail.com wrote: Are end of line characters handled differently in Android? Probably, the EoL is encoding dependent. Try forcing the encoding to something like UTF-8 in both ends

[android-developers] Re: PARTIAL_WAKE_LOCK and thread running in a service

2011-09-12 Thread Evelyon
Well, I tried getting lock in the onCreate, but I have got the same problem, it doesn't work. Any other idea? And I know that a wakelock isn't very good for the battery life, but I need to do it in this way. Anyway, thanks for the advice. On 10 sep, 19:53, Dianne Hackborn hack...@android.com

[android-developers] Re: Black screen after switching to another app

2011-09-12 Thread MobileVisuals
Do you mean just switching the app to the web browser, connect to a web page and then switching back to the app, when GLSurfaceview is not implemented? Or do you mean connecting to a special type of XML test page? On Sep 9, 6:10 am, dusty dust...@gmail.com wrote: have it go to an xml test page

[android-developers] inflate and draw into bitmap

2011-09-12 Thread Marco Alexander Schmitz
hi, I'd like to inflate a RelativeLayout (with 2 ImageViews) and draw it into a Bitmap. My problem is that measure() always returns a NullPointerException, altough it is initialized properly. main3.xml: ?xml version=1.0 encoding=utf-8? RelativeLayout

Re: [android-developers] How to select the version of CTS?

2011-09-12 Thread Atul Raut
Check on which flavor of android you are working e.g. gingerbread 2.3 or Froyo 2.2 according to that select latest whatever available on Google android site. You will find always latest version keep coming as incremental release candidate. Thanks,

[android-developers] auto starting application after boot complete

2011-09-12 Thread Ash
Hi All, I have currently got my application to automatically start after boot is completed. This process is working fine. However, before the application starts, there is about a 1-2 second window in which you can see the main Android screen (with the unlock slider button). Is there a way I

[android-developers] scroll notice

2011-09-12 Thread bob
How do I receive notification of scroll events for a WebView? -- 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] How to select the version of CTS?

2011-09-12 Thread Shoaib Malgave
ye On 9/12/11, Atul Raut atul.dr...@gmail.com wrote: Check on which flavor of android you are working e.g. gingerbread 2.3 or Froyo 2.2 according to that select latest whatever available on Google android site. You will find always latest version keep coming as incremental release

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

2011-09-12 Thread Shoaib Malgave
hi boss On 9/12/11, Ash anan...@gmail.com wrote: Hi All, I have currently got my application to automatically start after boot is completed. This process is working fine. However, before the application starts, there is about a 1-2 second window in which you can see the main Android screen

Re: [android-developers] inflate and draw into bitmap

2011-09-12 Thread Shoaib Malgave
hi android developer On 9/12/11, Marco Alexander Schmitz marco.alexander.schm...@googlemail.com wrote: hi, I'd like to inflate a RelativeLayout (with 2 ImageViews) and draw it into a Bitmap. My problem is that measure() always returns a NullPointerException, altough it is initialized

Re: [android-developers] Error after using the phone for long time

2011-09-12 Thread Shoaib Malgave
hi On 9/12/11, Srinivasa Murthy G seen...@gmail.com wrote: Phone performance become will become low and unable to use, sometime live wallpaper will not work. need to reboot the phone. ANR in com.android.systemui E/ActivityManager( 1686): Reason: Broadcast of Intent {

[android-developers] Weview support SVG?

2011-09-12 Thread Christian Bianchini
I know that Webview dosen't support SVG but maybe someone know someplugin or library to support it. I need to show a SVG by Webview but there aren't ways to load the image. Pls tell me if there is any solution! -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Error after using the phone for long time

2011-09-12 Thread Srinivas Murthy G
Hi, U have any solutionn On Sep 12, 2011 3:25 PM, Shoaib Malgave shoaibteemalg...@gmail.com wrote: hi On 9/12/11, Srinivasa Murthy G seen...@gmail.com wrote: Phone performance become will become low and unable to use, sometime live wallpaper will not work. need to reboot the phone.

Re: [android-developers] AndRoid Application

2011-09-12 Thread Appaholics
Of course. Just port the entire .NET framework to Android, write your own .NET version of the SDK and you are set!! Seriously, use Java. Thanks On Sat, Sep 10, 2011 at 2:17 PM, abc xyz axabc9...@gmail.com wrote: can any one tall me how to develop Android Applications in DotNet -- You

Re: [android-developers] Graphics in Android

2011-09-12 Thread Appaholics
Swing does not work on Android. The graphics are rendered by the standard 2d graphics library and OpenGL. It is up to you to choose one for your app. Thanks On Sun, Sep 11, 2011 at 1:10 AM, Aneem Talukder aneemtaluk...@gmail.comwrote: Dear Community, I have just recently started coding for

Re: [android-developers] New Game Developer, need help starting

2011-09-12 Thread Appaholics
Starting with a game to learn Android is not a very good idea. I would recommend grabbing a few good books like the ones by Mark Murphy ( http://commonsware.com). You should also check out the online tutorials on various site. Going through the documentation at http://developer.android.com should

[android-developers] Re: AppWidget Problems

2011-09-12 Thread b_t
Hi, It doesn't matter what you write in the updatePeriodMillis property if the value is too small because: Updates requested with updatePeriodMillis will not be delivered more than once every 30 minutes. You should use alarms to update your widget. Tamás On Sep 9, 10:51 pm, Chiara

[android-developers] Re: same app one tablet and phone with differnt gui

2011-09-12 Thread Károly Holczhauser
Hi! Yes, I hope I'm on the correct way, but I can't understand the logic between the differenct gui xml-s and the activties. So, if I'm implement the Main.java as an activity which is handle three buttons on the screen, but when we using tablets we going to have 5 button on the screen, how can

Re: [android-developers] Flash Nexus One with Gingerbread, from scratch

2011-09-12 Thread Appaholics
And this has what to do with SDK problems, for which this list was created? On Mon, Sep 12, 2011 at 1:36 AM, JP joachim.pfeif...@gmail.com wrote: I've regularly flashed my Nexus One with the various updates, GRJ22- from-GRI40, GRI40-from-FRG83G etc. It is my understanding these are all

Re: [android-developers] New Game Developer, need help starting

2011-09-12 Thread Nico Balestra
I'm currently reading Beginning Android Games Development (Mario Zechner) but only after reading the official Android developer website. 2011/9/12 Appaholics raghavs...@appaholics.in Starting with a game to learn Android is not a very good idea. I would recommend grabbing a few good books like

Re: [android-developers] Android Market - Allow Automatic Updating

2011-09-12 Thread TreKing
On Fri, Sep 9, 2011 at 3:24 PM, Mike Wendling mike.wendl...@gmail.comwrote: Does anyone know if automatic upgrades are done on any sort of a schedule, delay, etc? You're never going to get any answer to questions on how the Android Market works in this group. You may try asking here, but I

[android-developers] How to move map's zoome at the top right of the screen ?

2011-09-12 Thread Lidia
Hello , please help me if anyone knows. mapView.setBuiltInZoomControls(true); sets automatically the zoom panel at the bottom of the screen, How can i move it at the top of the screen? for 2.2 and bigger versions Thanks in advance. Lidia -- You received this message because you are

[android-developers] repetitive listview at runtime

2011-09-12 Thread vani reddy
Hi friends, How to acheive repetitive listviews at runtime in android.please reply.its too urgent -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] inflate and draw into bitmap

2011-09-12 Thread Marco Alexander Schmitz
maybe your answer was cut? :) -- 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] Change scrollbar width in a ScrollView

2011-09-12 Thread Aitor Mendaza Ormaza
Hello to everyone: My question might be a bit dumb, but I have check on google, and I'm not able to acomplish what I want. I have a ScrollView with a lot of text. The scrollbars I get with the default scrollview are very slim and I will like to have a scrollbar a bit wider, so people can use it

Re: [android-developers] PDF Library

2011-09-12 Thread Matt Powers
Would launching the PDF in a webview meet your requirements On Sep 10, 2011, at 9:23 AM, Kate Mag ikate...@gmail.com wrote: I need help for PDF viewer library for Android. I need a library that can do horizontal view, zoom in and out with two finger. I did take a look at some libraries out

[android-developers] Re: PARTIAL_WAKE_LOCK and thread running in a service

2011-09-12 Thread Evelyon
I've discovered few minutes ago that my code is ok. The problem is the implementation of the PowerManager in the Eken M009S tablets, (a chinese tablet). In other devices, like in Samsung's cell phones, the PARTIAL_WAKE_LOCK works perfectly. On 12 sep, 09:23, Evelyon evely...@gmail.com wrote:

[android-developers] Can i download directly a thumbnail of a picture in android

2011-09-12 Thread Lidia
Hello, please help me I need to download and display thumbnails of some pictures from a web server. Does anyone have some good tutorials? or any ideas? This tutorial http://androidsamples.blogspot.com/2009/06/how-to-display-thumbnails-of-images.html displays thumbnails from sdcard, but i

Re: [android-developers] Can i download directly a thumbnail of a picture in android

2011-09-12 Thread Ratheesh Valamchuzhy
Hi All This may help http://www.anddev.org/image_web_remote_url_urlconnection_bitmapfactory-t3034.html http://stackoverflow.com/questions/3032729/android-view-web-pictures-in-gallery http://vikaskanani.wordpress.com/2011/01/22/android-web-image-gallery/ thanks Ratheesh -- You received

Re: [android-developers] Emulator Help

2011-09-12 Thread TreKing
On Sun, Sep 11, 2011 at 1:19 PM, Amol Sharma amolsharm...@gmail.com wrote: i have recently installed Eclipse and Android SDK API 13 .but after loading also it is also working very slowly..is there any fix for it ?? No. The SDK 13 emulator is slow. does the size of sd

Re: [android-developers] Error when trying to change image resource

2011-09-12 Thread TreKing
On Sat, Sep 10, 2011 at 7:22 PM, Daniel daniel.ca...@yahoo.com wrote: when the app attempts to launch, I get an error stating that the app stopped unexpectedly. You need to debug your application. At the very least post a stacktrace of the problem that you get from LogCat. Look for Cause by:.

Re: [android-developers] Help constructing Information/copyright section

2011-09-12 Thread TreKing
On Sat, Sep 10, 2011 at 9:34 AM, davieshq davie...@gmail.com wrote: Could anyone provide any guidance or links to resources where I can see what needs to go in We are based on Liverpool, UK. Google software lawyer UK

Re: [android-developers] How can i remove item in listview

2011-09-12 Thread TreKing
On Mon, Sep 12, 2011 at 2:11 AM, Jhew SAN tawisak.ruksu...@gmail.comwrote: This can remove only 1 row You can't just pots a giant block of code and expect people to fix your problem. Explain what you're trying to do. Explain what you have tried to solve your problem. Explain what isn't

Re: [android-developers] VoiceRecognition.java

2011-09-12 Thread TreKing
On Fri, Sep 9, 2011 at 3:42 PM, DRW drw32...@gmail.com wrote: My question(s): I'm looking to insert Commas between the results on the Voice Recognition (VR) result set. So later I can store the results into SQLite. I have successfully set up the VR and do get a List View on my phone.

Re: [android-developers] HelloGoogleMaps crashes - Please Help?

2011-09-12 Thread TreKing
On Sat, Sep 10, 2011 at 11:56 AM, eddie.moxey ed.mo...@gmail.com wrote: Can someone please advise a valid solution Never use getApplicationContext() unless you know what you're doing. In this case you're trying to use a non-UI context to create a UI element (Dialog) and that ain't gonna fly.

Re: [android-developers] how to get LatLng from GPS (java code)?

2011-09-12 Thread TreKing
On Sat, Sep 10, 2011 at 11:06 AM, Vey nuthsoch...@gmail.com wrote: I try to find a java code to get LatLng from GPS on andoid phone. Try reading the documentation. - TreKing

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

2011-09-12 Thread TreKing
On Mon, Sep 12, 2011 at 3:53 AM, Ash anan...@gmail.com wrote: We have customized an Android device such that it runs our application at all times. If you mean you modified the firmware, then you can continue to modify the firmware to not show the lockscreen. That is out of the scope of this

[android-developers] Re: AppWidget Problems

2011-09-12 Thread Chiara
Updates requested with updatePeriodMillis will not be delivered more than once every 30 minutes. Great! I didn't read that! Tanks a lot! Chiara On Sep 12, 7:22 am, b_t bartata...@gmail.com wrote: Hi, It doesn't matter what you write in the updatePeriodMillis property if the value is too

Re: [android-developers] AndRoid Application

2011-09-12 Thread TreKing
On Sat, Sep 10, 2011 at 3:47 AM, abc xyz axabc9...@gmail.com wrote: can any one tall me how to develop Android Applications in DotNet http://tinyurl.com/6a63w4e - TreKing

Re: [android-developers] How to move map's zoome at the top right of the screen ?

2011-09-12 Thread TreKing
On Mon, Sep 12, 2011 at 5:36 AM, Lidia lidyp...@yahoo.com wrote: mapView.setBuiltInZoomControls(true); sets automatically the zoom panel at the bottom of the screen, How can i move it at the top of the screen? for 2.2 and bigger versions Set built in controls to false and handle your own

Re: [android-developers] repetitive listview at runtime

2011-09-12 Thread TreKing
On Mon, Sep 12, 2011 at 6:31 AM, vani reddy vani.reddy.bl...@gmail.comwrote: How to acheive repetitive listviews at runtime in android.please reply.its too urgent Create one listview at runtime in android - then repeat.

[android-developers] Re: android.git.kernel.org down?

2011-09-12 Thread hudvin
I don't see toolchain/binutils. On 5 сен, 22:20, Robert Thau rst...@gmail.com wrote: The android source mirrors at Github are still available, if you're looking to browse ---http://github.com/android On Mon, Sep 5, 2011 at 1:35 PM, skyman krzysiek.bieli...@gmail.com wrote: Hello,

Re: [android-developers] Emulator Help

2011-09-12 Thread Amol Sharma
thnx :) -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad http://gplus.to/amolsharma99 http://twitter.com/amolsharma99http://in.linkedin.com/pub/amol-sharma/21/79b/507http://youtube.com/amolsharma99 On Mon, Sep 12, 2011 at 6:18 PM, TreKing

[android-developers] Re: Flash Nexus One with Gingerbread, from scratch

2011-09-12 Thread JP
Forum police! I'd respectfully suggest you learn what m3rc37 stands for before you swing the nightstick around. On Sep 12, 3:25 am, Appaholics raghavs...@appaholics.in wrote: And this has what to do with SDK problems, for which this list was created? On Mon, Sep 12, 2011 at 1:36 AM,

[android-developers] Re: one AsyncTask at a time

2011-09-12 Thread Streets Of Boston
An AsyncTask is not a thread. It is a unit of work that is run on an existing thread. The thread is plucked from a pre-allocated pool of threads. You cannot run an AsyncTask more than one. To run the same thing (implemented as an AsyncTask) more than once, create a new instance of that

[android-developers] warning unregistering sensor listener

2011-09-12 Thread Latimerius
Hello, I'm slightly worried about SensorService warnings I sometimes get when I call SensorManager.unregisterListener(). They look like this: W/SensorService( 88): listener with binder android.os.BinderProxy@4670c9f0, doesn't exist (sensor=BMA150 3-axis Accelerometer, id=0) W/SensorService(

  1   2   3   >