[android-developers] Cross compiling e2fsprogs for android

2011-11-21 Thread maikelalonso
Hi developers: I'm cross compiling e2fsprogs because I need libraries into it for and android tool I'm developing. I know I've to run command: ../configure --host="arm-linux-gnueabi" --enable-elf-shlibs Here all is OK. Then, I run make && make install && make install-libs and know errors are

[android-developers] Location Manager

2011-11-21 Thread Siva Prakash
Hi Im listening for current location by locationManager.requestLocationUpdates( LocationManager.NETWORK_PROVIDER, 5000, 1000.0f, locationListener); I have couple of questions - Will it work though I close my application ? - Anyway for me to locationManager.removeUpdates () w

[android-developers] Re: to start an activity

2011-11-21 Thread BelvCompSvs
yes - put that in the search bar at developer.android.com On Nov 21, 10:54 pm, mohana priya wrote: > Hello android developers.I want to know whether we can start the > activity life cycle manually in android.Please reply me.Thanks in > Advance. -- You received this message because you are subsc

RE: [android-developers] Re: Please Help with GPS Provider Switch

2011-11-21 Thread Tommy Hartz
Good call I guess I could do all three at once then check to see which is more accurate. startNetwork does get called which is why its so why it is so weird. I though maybe I was doing some wrong. I'll give it a shot with all 3 and see what happens. Thanks for your time and input! -Original Me

[android-developers] Re: Lots of "the layout ID xyz is not valid" errors in ADT r15

2011-11-21 Thread olefevre
Yes. On Nov 20, 11:29 pm, Kostya Vasilyev wrote: > Have you tried making a fresh workspace and importing a fresh copy of your > sources? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

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

2011-11-21 Thread vedika nimje
Hi all Android Developers. I need ur help. I lost the code to how can i pass website link to a button. Pls help me again. Thank u all in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Re: NoClassDefFoundError

2011-11-21 Thread rachana govilkar
yes it is declared in Manifest.. On Nov 22, 5:01 am, TreKing wrote: > On Mon, Nov 21, 2011 at 6:47 AM, rachana govilkar < > > rachana.govil...@gmail.com> wrote: > > I am getting this error frequently when i execute my > > app..RegionStandardMapActivity class does existbut am not

[android-developers] to start an activity

2011-11-21 Thread mohana priya
Hello android developers.I want to know whether we can start the activity life cycle manually in android.Please reply me.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers] Re: HD Displays and JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2011-11-21 Thread BelvCompSvs
if you really want to have some fun go listen to Brad Fitzpatrick at the video tab of developer.android ~ then if you agree in principle with general concept of where he tries to go with the discussion consider writing correct code for your apps and do not engage lookbacks . I am not going aga

Re: [android-developers] Re: onActivityResult not Triggering

2011-11-21 Thread B Lyon
Are any other startActivityForResult calls working for that TabActivity, successfully coming back to onActivityResult? On Mon, Nov 21, 2011 at 9:54 PM, BelvCompSvs wrote: > To do this, you call the startActivityForResult(Intent, int) version > with a second integer parameter identifying the cal

[android-developers] Re: how to decompose .apk file

2011-11-21 Thread BelvCompSvs
a lot of times that is the only way to learn as the only one true docs is what the compiler actually does On Nov 21, 9:12 am, lbendlin wrote: > Sure.  Smells very phishy. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] Re: onActivityResult not Triggering

2011-11-21 Thread BelvCompSvs
To do this, you call the startActivityForResult(Intent, int) version with a second integer parameter identifying the call. The result will come back through your onActivityResult(int, int, Intent) method - which you dont have .,... just code that method for what you want it do do when it comes bac

[android-developers] Re: Please Help with GPS Provider Switch

2011-11-21 Thread gjs
Hi, Yes I understand what you are attempting, I was just suggesting doing all three at the same time in parallel , that way you'd have a results in 30 seconds or less & not have to wait for up 90 seconds. And no I don't know why your network provider is no working, try adding some debug statement

Re: [android-developers] Re: Fw: Friends, I need help

2011-11-21 Thread J Handal
Wait for the emulator(which version are you running?) The picture that you said means that you have to unlock the emulator(like in the real phones) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: android with radio wave

2011-11-21 Thread gjs
Hi, Which radio ? Cell, Wifi, bluetooth, FM, NFC, Ant etc ? Regards On Nov 20, 9:08 am, boniyustin wrote: > Hi , I'm android developer,, very need help. > anyone know how android receive radio wave.. > any idea for developer.? > > big thanks :) -- You received this message because you are sub

[android-developers] Re: Testing App Battery Usage

2011-11-21 Thread gjs
Hi, No I don't think so. You can run adb over tcp/ip wifi but that will effect battery usage as well. Maybe just log to file on the device. Regards On Nov 18, 6:02 am, Ika Balzam wrote: > Hey Guys, > > We want to have a live debugger (mobile connected to the computer by > usb) but we don't want

[android-developers] Re: Fw: Friends, I need help

2011-11-21 Thread gjs
Hi, Looks ok, you need to wait a few minutes before the emulator starts, also look in eclipse log for any errors. Regards On Nov 21, 9:53 pm, wrote: > Speak Lord, in peace? > Friends, I need help, what version we are using Eclipse with Android? > > I'm new and I'm embarrassed about it: already

[android-developers] Re: Android SSLException - Google servers

2011-11-21 Thread gjs
Hi, Did you change all url's from http: to https: ? Also this might help - http://exampledepot.com/egs/javax.net.ssl/TrustAll.html Regards On Nov 18, 11:37 pm, Mike Mike wrote: > I need to develop an application that bring data from google.com/ > contacts. I have manage to do that in java

[android-developers] Re: createRfcommSocket

2011-11-21 Thread gjs
Hi, I find the Galaxy S2 quite problematic with bluetooth as well, often needing to stop & start bluetooth in order to get it to device to connect. I found it is more reliable using the undocumented method you mentioned as well as using the insecure versions of the same method calls and that this

Re: [android-developers] Bizarre issue on Galaxy Tab 8.9: no options menu?

2011-11-21 Thread Mark Murphy
On Mon, Nov 21, 2011 at 7:59 PM, Adam Ratana wrote: > My app seems to not be showing a "menu" link in the honeycomb system bar at > the bottom of the screen on one of my users' Galaxy Tab 8.9 running 3.1. > He sent me a screenshot of this asking how he can access the > menu/preferences, which work

[android-developers] Bizarre issue on Galaxy Tab 8.9: no options menu?

2011-11-21 Thread Adam Ratana
My app seems to not be showing a "menu" link in the honeycomb system bar at the bottom of the screen on one of my users' Galaxy Tab 8.9 running 3.1. He sent me a screenshot of this asking how he can access the menu/preferences, which works fine on his phone. My app DOES show the "menu" link o

[android-developers] Touch to erase portions of foreground ImageView to expose background View

2011-11-21 Thread Diego Tori
So I've been struggling with this for a better part of a day. Suppose I have a custom ImageView that I want to overlay over a background View (both within a RelativeLayout), which when touched, it erases portions of the View's source bitmap like the erase tool in MS Paint, exposing the View below i

Re: [android-developers] Need urgent Help for Overlays in android maps

2011-11-21 Thread TreKing
On Sun, Nov 20, 2011 at 11:17 AM, raj mhalotra wrote: > But now the problem is I want that map to zoomin and zoom out with the > original map. > OK. > Can anyone please help me. > With what? http://www.catb.org/~esr/faqs/smart-questions.html --

Re: [android-developers] NoClassDefFoundError

2011-11-21 Thread TreKing
On Mon, Nov 21, 2011 at 6:47 AM, rachana govilkar < rachana.govil...@gmail.com> wrote: > I am getting this error frequently when i execute my > app..RegionStandardMapActivity class does existbut am not > getting where i have made a mistake.please anyone can help??? > Was it declar

Re: [android-developers] XML file parsing ............

2011-11-21 Thread TreKing
On Sun, Nov 20, 2011 at 2:54 AM, parth hargan wrote: > friends i am having am URL, from which i would get XML code and need to > parse it to extract details from it . > Jesus. http://bit.ly/uJBD7q --

Re: [android-developers] Android 2.2 download

2011-11-21 Thread TreKing
On Sun, Nov 20, 2011 at 1:18 AM, Nirmal George wrote: > MY PHONE IS WORKING ON ANDROID 2.1, HOW CAN I UPGRADE TO 2.2, WHERE IS THE > LINK ??? > Here is the link. http://bit.ly/uQynLK > DO I NEED TO PAY FOR DOWNLOAD ??? > Yes. Please send $10,000 via Paypal to my email. Your download will sta

Re: [android-developers] android application which communicates with one central database?

2011-11-21 Thread TreKing
On Sun, Nov 20, 2011 at 7:20 AM, mark kelly wrote: > Can anyone point me to tutorials or resources on this sort of development? > Google "web database server restful" or some combination of said terms. This is not Android-specific. ---

Re: [android-developers] Need urgent Help for Maps custom Tiles in android

2011-11-21 Thread TreKing
On Sun, Nov 20, 2011 at 2:01 PM, nikhil wrote: > I am also told to overwrite/overlay the default map with the customized > image of the area(say garden). > Have you read the maps TOS? Because that may very well violate them. After lot of search I found that Maps Tiles is one of the option. > Bu

Re: [android-developers] Zoom using Multi touch

2011-11-21 Thread TreKing
On Mon, Nov 21, 2011 at 4:44 AM, Manivannan wrote: > i have 3 images in Relative layout.i want to zoom entire layout including > images. > Cool. Thanks for sharing. Now get to work. http://www.catb.org/~esr/faqs/smart-questions.html ---

Re: [android-developers] Geopoint range of values

2011-11-21 Thread TreKing
On Mon, Nov 21, 2011 at 12:02 AM, AndroidCoder wrote: > Is the range for geopoint latitude is from -80 to + 80? Try reading the documentation for GeoPoint. It will blow your mind. - TreKing

[android-developers] Best way to handle incoming call and Network connectivity

2011-11-21 Thread Tommy Hartz
Hi everyone, I am trying to figure out the best way to handle this situation. My app will need to use the internet to check for certain things. Sometimes it is a multi part request, meaning I call one web service to get certain data pass it back to the phone and if needed call another web service.

Re: [android-developers] Adding a view to Overlay in MapView Or Animation in overlay in mapview

2011-11-21 Thread TreKing
On Mon, Nov 21, 2011 at 10:08 AM, cookie1986 wrote: > I am able to create alpha animation independently in android project > but I cannot put it over the map as an overlay. > Why not ? - TreKing

Re: [android-developers] Wildfire S - Unsupported Device Due To Manifest Settings

2011-11-21 Thread TreKing
On Sat, Nov 19, 2011 at 7:45 AM, Adam Greenwood wrote: > I do not know how to edit the manifest, as I created it in Flash. > That would really be a question for Adobe then. You'll likely be hard pressed to find anyone here that knows anything about that. -

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

2011-11-21 Thread Ali Chousein
What is "AndroiBidi class"? If it's something from Google probably it's open source. Find its source code and you'll have the complete logic you need. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy Ge

[android-developers] Re: Posting messages to facebook

2011-11-21 Thread Ali Chousein
If you already have the Facebok Android SDK, study Facebook Graph API also: https://developers.facebook.com/docs/reference/api/  All information is there, documented and explained very well. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.c

[android-developers] Re: Disappearing files from Storage Card on Droid Incredible?

2011-11-21 Thread Nathan
While its possible, I'm not putting SQLite oddities at the top of the list. It appears the file actually is missing. Urban Airship client for inapp purchases puts downloads in a directory structure like this: sdcard/iap/downloads// The iap folder under sdcard was missing when the customer checked

Re: [android-developers] Re: Activity animation

2011-11-21 Thread TreKing
On Mon, Nov 21, 2011 at 12:04 PM, Neilz wrote: > The function *is* being called on the new activity. It's when the user > clicks 'back' and the activity disappears, that I want to add an exit > animation. > Let me rephrase - did you try calling that method on *both* activities or just one?

Re: [android-developers] Blank Map When download app Android Market

2011-11-21 Thread TreKing
2011/11/21 Duygu Kahraman > i solve my problem. > Good. Hi Treking.Do you have got same problem? > Uh ... nope :) - TreKing - Chicago transit tr

[android-developers] How come there is no PROFILE specific URI for raw contact data in the contact api?

2011-11-21 Thread Satya Komatineni
I see that there is a URI for inserting/contributing a raw contact to the new (4.0) personal profile ContactsContract.Profile.CONTENT_RAW_CONTACTS_URI I am able to use this URI to insert a raw contact (with a specific account type and name) into the personal profile. However I don't see a corres

[android-developers] Re: urgent help for the project

2011-11-21 Thread cellurl
watch a movie on how to setup eclipse and sign your app... http://goo.gl/9gtgC -cellurl -- 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] How to install APK which has more than 50MB from the Android Market?

2011-11-21 Thread Oldes
Hi, we have a game made in AIR which we would like to put on the Android Market. The problem is, that the game for the hi-resolution has 179MB. I would like to know how we must modify it so it would be possible to install it from the Android Market, which should support app up to 4GB, but in separ

Re: [android-developers] Blank Map When download app Android Market

2011-11-21 Thread Duygu Kahraman
i solve my problem. Hi Treking.Do you have got same problem? 21 Kasım 2011 19:48 tarihinde TreKing yazdı: > On Mon, Nov 21, 2011 at 10:30 AM, Duygu Kahraman < > duygu.kahram...@gmail.com> wrote: > >> I signed the app and upload Android Market. When i dowload this app >> for check i see the map

Re: [android-developers] Web linking

2011-11-21 Thread vedika nimje
Thank u Mark for ur help. U r truely a good friend. Thanks a lot. On Nov 18, 2011 2:09 AM, "Mark Murphy" wrote: > When the button is clicked (e.g., android:onClick attribute), call > startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url))); where > url is the URL you want to link to. > > On

[android-developers] Android & WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY

2011-11-21 Thread Ravi Singh
I am trying to get multiple touch events on a system overlay view, but am only receiving the MotionEvent.ACTION_OUTSIDE event. Is there any possible way of getting multiple touch events on a system overlay? Any examples or links would be very helpful. -- You received this message because you ar

[android-developers] Need urgent Help for Overlays in android maps

2011-11-21 Thread raj mhalotra
Hi All new to android. I am given a task to create a application which includes adding a custom map on the existing google map. I think that can be done with help of overlays. But now the problem is I want that map to zoomin and zoom out with the original map. Can anyone please help me. Raj --

Re: [android-developers] Re: Strikethru Differennt Color Than Text

2011-11-21 Thread Raymond C. Rodgers
It's probably a font, not code. Most fonts have a strikethru character set and the operating system simply chooses it when indicated. I don't have an answer for this particular request other than the possibility of using a custom font, and then I'm not sure if it's possible to use it within an

[android-developers] ArrayAdapter not updating its ListView

2011-11-21 Thread scottishwildcat
Are their known issues with ArrayAdapters not updating their corresponding ListViews, even when you're just using the standard add(), remove(), insert() methods that are supposed to update them automatically? In my activity I'm declaring: public class ShoppingListAdapter extends ArrayAdapter{ >

[android-developers] Convert AMR to MP3

2011-11-21 Thread Giuseppe Porcelli- FINM
Dear All, someone can help me to convert AMR file to MP3 on the device? No experience with NDK only JAVA. Thank's Giuseppe -- 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@goog

[android-developers] Looking for Java/Android Mobile Developer for an IT Company based in Ortigas

2011-11-21 Thread Ronald
Hi All, My name is Ronald Valencia, and I am a recruitment consultant. I am currently doing recruitment services to Code8 Technology Solutions, (www.code8tech.com) a company based in Ortigas, Pasig City who specializes in outsourced software development and design on various platform which includ

[android-developers] android application which communicates with one central database?

2011-11-21 Thread mark kelly
Hi Im new to android development. The application I would like to write needs to have one database on a server, which all instances of the application needs to communicate with simply. So there will be no database on each android, just an ability to send info to the central database. Can anyone poi

[android-developers] NoClassDefFoundError

2011-11-21 Thread rachana govilkar
11-21 18:12:52.874: ERROR/AndroidRuntime(282): FATAL EXCEPTION: main 11-21 18:12:52.874: ERROR/AndroidRuntime(282): java.lang.NoClassDefFoundError: com.accommodation.activity.RegionStandardMapActivity 11-21 18:12:52.874: ERROR/AndroidRuntime(282): at com.accommodation.activity.MainRegionDetails

[android-developers] WebView lost JavaScript update contents after called goBack()

2011-11-21 Thread alex
I have a problem that when I click back button on a WebView, my previous page losts all contents updated by JavaScript. My steps in WebView was below: - after Main page loaded, JavaScript starts update contents, like refresh shoppings with links; - user will see some shopping lists after updated;

[android-developers] Crop issuing,

2011-11-21 Thread Mukesh Srivastav
When i trying for Crop using Camera Crop intent, It shows a Rectangle ,when i select an object from the pic, the whole Rectangle box is getting re-sized. please help me in is regards, Mukesh -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Widget not working on spb shell 3d

2011-11-21 Thread Giuseppe
Dear All, I have developed a widget that work very well on my device. But the same widget don't wont to work on SPB Shell 3d (home switcher), the widget is unable to send or receive broadcast. Please any help is helpfully. Giuseppe -- You received this message because you are subscribed to the

[android-developers] Broken link at Tutorial

2011-11-21 Thread Sergey
http://developer.android.com/resources/tutorials/hello-world.html The first link at page, "Building and Running from the Command Line" leads to http://guide/developing/building/building-cmdline.html, must be a http://developer.android.com/guide/developing/building/building-cmdline.html -- You r

[android-developers] XML file parsing ............

2011-11-21 Thread parth hargan
friends i am having am URL, from which i would get XML code and need to parse it to extract details from it . can any one help me for the same that how to fire url and where to store the returend xml code and how to parse it thank you -- You received this messa

[android-developers] Android 2.2 download

2011-11-21 Thread Nirmal George
HI, MY PHONE IS WORKING ON ANDROID 2.1, HOW CAN I UPGRADE TO 2.2, WHERE IS THE LINK ??? DO I NEED TO PAY FOR DOWNLOAD ??? PLS ADVICE REGARDS -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] Android implementation of the EGNOS SDK

2011-11-21 Thread Matteo gps
Hello, surfing on the EGNOS website (the European service augmenting for free GPS signal) I found out that the European Commission has released an open-source SDK for Android. Thanks to the SDK smartphone app developers can exploit EGNOS features: increased accuracy and reliability of the position

[android-developers] Looking for Java/Android Mobile Developer for an IT Company based in Ortigas

2011-11-21 Thread Ronald
Hi All, My name is Ronald Valencia, and I am a recruitment consultant. I am currently doing recruitment services to Code8 Technology Solutions, (www.code8tech.com) a company based in Ortigas, Pasig City who specializes in outsourced software development and design on various platform which includ

Re: [android-developers] Encryption

2011-11-21 Thread gorge smith
The regular Android Training certainly cover these topics as well, along with a wider breadth of the platform internals. They are generally lengthier and more comprehensive than their accelerated counterparts. These courses are also more expensive, require more time c

[android-developers] WebView lost JavaScript update contents after called goBack()

2011-11-21 Thread alex
I have a problem that when I click back button on a WebView, my previous page losts all contents updated by JavaScript. My steps in WebView was below: - after Main page loaded, JavaScript starts update contents, like refresh shoppings with links; - user will see some shopping lists after updated;

[android-developers] Does Android4.0 (ICS) support Multiple Display just as Windows/MacOSX ?

2011-11-21 Thread macrogram
Hi All: I try to develop display drivers for USB->Graphics device. It seems Android do NOT support multiple display (Mirror Mode, Extend Mode ) officially although Qualcomm has developped "mirroring display via HDMI". My questions: 1. Does Android4.0 (ICS) support multiple display (Mir

[android-developers] Please Help, DalvikVM, Check Verify Failed at VFY: register1 v0 type 12, wanted, Rejected Opcode

2011-11-21 Thread Soma
Hi All, If you find this recurring post, sorry my first post was not yet approved at time of Posting this and it is quite urgent for me to wait... I'm currently working on a Wrapper for Android, Which wraps an android apk with some DRM related stuff.. which are by the way Android activities..

[android-developers] Dalvik VM Verify Error

2011-11-21 Thread Soma
Hi All, I'm currently working on a Wrapper for Android, Which wraps an android apk with some DRM related stuff.. which are by the way Android activities.. The activities i had created worked perfectly when I tested them in an Emulator as well as on a Device. I tried integrating it with an Applic

[android-developers] connecting to mysql database

2011-11-21 Thread mark kelly
Hi Im trying to connect to a mysql database which is on localhost. i get the error: Error in http connection org.apache.http.conn.HttpHostConnectException: Connection to http://10.0.2.2 refused The code is: package com.test.poll; import java.io.BufferedReader; import java.io.InputStream; impor

[android-developers] Need urgent Help for Maps custom Tiles in android

2011-11-21 Thread nikhil
Hi, I am very new to android. I am given a task to create a application which includes usage of MapView. I have managed to show the zoomed required location, add Markers using overlays... on map with no errors... Now the most difficult part for me and my problem: I am also told to overwrite/overlay

[android-developers] Re: cutomize lisview as spinner

2011-11-21 Thread khanh_qhi™
no ones answer? On Fri, Nov 18, 2011 at 1:25 AM, khanh_qhi™ wrote: > Hi all, > Could someone tell me the way how to cutomize listview as spinner. I don't > want use default spinner, because it's not nice. > So, I just want to make it by my way. To be specific, I want it can be > displayed as thi

[android-developers] Addictive

2011-11-21 Thread MosToneDef
Dear Google; I've been a Chrome user since its release. I've visited your app store many times. I recently received my Android phone and have been perusing your Android Market. I've noticed one very disturbing theme in both the Chrome Store & Android Market: The use of the word "Addictive". I

[android-developers] Want to develop Android app for Garmin Connect

2011-11-21 Thread ALi
Hi, i want to develop Android app for Garmin connect but i have not find api from Garmin for Android, and i want to capture data from Garmin connect to Android, please help me by giving Suggestion that how should i approach for this task. THanks in Advance. -- You received this message because yo

[android-developers] Reconnect on ACTION_SCREEN_ON - wifi icon incorrect

2011-11-21 Thread Keith Hill
I have a service that is using a BroadcastReceiver to watch for ACTION_SCREEN_ON. When that happens, I am using a wifimanager to turn wifi back on and reconnect. For some reason, I connect to the network just fine, but the icon in the notification bar shows that I am not connected. Instead of sh

[android-developers] Bing Maps with WMS capabilities

2011-11-21 Thread krish
Hi, I am planning to build an app with Bing maps as background, and use WMS to display other layers(eg: soils, weather, etc retrieved from my server) on top of big maps. Any ideas on how to approach? Please help. Thanks, Krish -- You received this message because you are subscribed to the Goog

[android-developers] eglCreatePixmapSurface

2011-11-21 Thread joniy wu
I want to get a image by eglCreatePixmapSurface;but it show the following error in log when GL10 be used. ERROR/libEGL(2154): call to OpenGL ES API with no current context (logged once per thread) my code is : public void init() { if (!isInit) {

[android-developers] cutomize lisview as spinner

2011-11-21 Thread khanh_qhi™
Hi all, Could someone tell me the way how to cutomize listview as spinner. I don't want use default spinner, because it's not nice. So, I just want to make it by my way. To be specific, I want it can be displayed as this image below. [image: image.png] -- Regards, Khanh. -- You received this me

[android-developers] how bluetooth audio input (mic) works in frameworks.

2011-11-21 Thread lei wang
hi, i am trying to figure out how bt mic works in frameworks. here is what i found, 1. Phone.apk main the logic to connect headset and open sco socket. 2. looks like audio input data should come from AudioHardwareInterface, which run in mediaserver. the problem is there is no way to let the two pr

[android-developers] flick listview on gallery

2011-11-21 Thread haru158
I use gallery in my application. SDK ver2.1 This gallery xml is like this. … … … … This ImageView and TextView on xml is flickable. But only ListView is not flickable. This ListView is not clickable, because I use areAllItemsEnabled in ListView's adapter. I want to flick L

[android-developers] A problem about GPS

2011-11-21 Thread Huiyu
Hi all I just write a simple test about location listener.But when I start the program, I get a log : 11-20 02:16:36.518: ERROR/Zygote(32): setreuid() failed. errno: 17 11-20 02:16:37.937: ERROR/BatteryService(67): usbOnlinePath not found 11-20 02:16:37.937: ERROR/BatteryService(67): batteryVoltag

[android-developers] Problem with google map on Android Emulator

2011-11-21 Thread Dhaval Varia
Dear, I am working on Android emulator. 2.3.1 (Google API) API 9 The problem is i am working behind corporate proxy. emulator doesnt allowed to open Google Maps. *it gives error : **"this application requires active data connection"* *Thanks & Best Regards.** ** --

[android-developers] Monkeyrunner

2011-11-21 Thread sangeesekar
Hi, Apk and its Package name itself is enough to start the testing on the app through monkey runner.. Regards, Chandra -- 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.co

[android-developers] Re: urgent help for the project

2011-11-21 Thread John
Take a look at the documentation at http://developer.android.com/index.html. Be prepared to spend a few hours looking it over. Start with the Dev Guide. If you've read the Dev Guide and still your questions are not answered, look at the Resources tab where you can find sample code. -- You recei

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

2011-11-21 Thread do die
Can anyone tel me the functionality of directions() method in AndroiBidi class.I need complete logic how android fills directions array. On Mon, Nov 21, 2011 at 11:44 AM, wrote: >   Today's Topic Summary > > Group: http://groups.google.com/group/android-developers/topics > > No AVDs from Emulato

[android-developers] Re: how to apply preference style in user-defined theme

2011-11-21 Thread jason zhu
Ohh, I want to define a Preference style for Settings module. In this style i only want to change the Preference title and summary's textColor and textSize, different from Frameworks' default style. But Now I have to used the method preference.setLayoutResource() or android:layout for every Prefere

[android-developers] Android SSLException - Google servers

2011-11-21 Thread Mike Mike
I need to develop an application that bring data from google.com/ contacts. I have manage to do that in java but in android I have some problems with ssl comunication. Caused by: javax.net.ssl.SSLException: Connection closed by peer) - Android untrust my connection. I have used this exemple:

[android-developers] How to record User Voice in an application. Is it possible?

2011-11-21 Thread dinesh
Hi I want to record my voice in an application. Is it possible in android. If yes, How. And where i can Start? Is there is any reference links or tutorials. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: Remove Log Statements

2011-11-21 Thread Jacob Nordfalk
Den onsdag den 16. november 2011 07.42.02 UTC+1 skrev Android Developer: > > > Before pushing application to market we need to remove Log statements. > if application contains more java files then its hard to remove one by > one. > > Its not particularly elegant, but for smaller projects I usu

[android-developers] Re: How to solve the error: This attribute must be localized

2011-11-21 Thread Jan Petendi
I stumbled upon your post as I had to quickly build a UI prototype and didn't want to externalize 80+ non localized strings. Adding: LOCAL_MODULE_TAGS := tests to the Android.mk file omits the localization check. -- You received this message because you are subscribed to the Google Groups "

Re: [android-developers] Is there Android RS232 sample code ?

2011-11-21 Thread Fathi Nashrullah
there's no native API at the moment. but you can try to utilize IOIO. start by googling what IOIO is. believe me, it's very interesting. Fathi On Thu, Nov 17, 2011 at 6:54 PM, mark2011 wrote: > Dear All : > > I am a new learner of Android. My cell phone is android 2.1. I > want to communicat

[android-developers] Posting messages to facebook

2011-11-21 Thread ivan goh
Hi, i am developing a calendar and i need to post the events on the calendar to facebook. right now i already gotten the api keys. i am using the official facebook SDK (com.facebook.android), what is the code for me to actually post a message to facebook. thanks for the help in advanced!! -- You

Re: [android-developers] OpenGL on android

2011-11-21 Thread DISHITA JAIN
hey http://developer.android.com/guide/topics/graphics/opengl.html go through this site...surely will helpful to u... On Thu, Nov 17, 2011 at 3:18 AM, John Goche wrote: > > Hello, > > I am new to OpenGL and would like to write some > code in it for Android. I wonder whether there are >

[android-developers] Fw: Friends, I need help

2011-11-21 Thread francisco.alexandre
Speak Lord, in peace? Friends, I need help, what version we are using Eclipse with Android? I'm new and I'm embarrassed about it: already installed the Android Eclipse several times but can not run any application! When run command simply opens the Android emulator screen and displays a message

[android-developers] Zoom using Multi touch

2011-11-21 Thread Manivannan
hi need assistance. i have 3 images in Relative layout.i want to zoom entire layout including images. -- 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 unsubscrib

[android-developers] createRfcommSocket

2011-11-21 Thread John
Our app uses a bluetooth connection and has been working fine for about a year. On a new Samsung G S2 phone we are seeing a problem connection the socket. The error is 'Service discovery failed'. Now we've seen this on HTC phones, and the solution was to include a call to createRfcommSocket, if th

[android-developers] Robotium Functional Testing

2011-11-21 Thread sangeesekar
Hi, I am new to robotium. Can any one please answer this.. Hope it would be too silly and dont mind... I have an purchase.apk. First thing i need to know whether do i need to install the app or not on the emulator to test it through robotium.. I am finding there are two manifest.xml. One under a

[android-developers] onMeasure calls setMeasuredDimention but size doesn't change.

2011-11-21 Thread George
Hi, I have a custom view in my application, which doesn't change it's size the last time onMeasure is called on it. Can someone explain this to me please? My view is an extension of ImageView and it's parent is a RelativeLayout. This is part of my xml: http://schemas.android.com/apk/res/android

[android-developers] Android SSLException - Google servers

2011-11-21 Thread Mike Mike
I need to develop an application that bring data from google.com/ contacts. I have manage to do that in java but in android I have some problems with ssl comunication. Caused by: javax.net.ssl.SSLException: Connection closed by peer) - Android untrust my connection. I have used this exemple:

[android-developers] Testing App Battery Usage

2011-11-21 Thread Ika Balzam
Hey Guys, We want to have a live debugger (mobile connected to the computer by usb) but we don't want the PC to charge the mobile so we will be able to see how our tests affect the battery. Is this possible? Running a debugger/logviewer on the device may cause a false report, so we want to use th

[android-developers] Re: How to store large amount of records in String arays or Arraylist in android

2011-11-21 Thread PhotoSteve
If you say it works on some phones and freezes on other android devices, it has to be the device its freezing up on not the program.So on the devices that its freezing up on what are the spec's of the device . PhotoSteve -- You received this message because you are subscribed to the Google Grou

[android-developers] Plivo?

2011-11-21 Thread AnalogKid
Would like to hear success stories (or other) regarding developing on Plivo (see www.plivo.org). Thanks! --AnalogKid -- 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

[android-developers] Adding a view to Overlay in MapView Or Animation in overlay in mapview

2011-11-21 Thread cookie1986
hello folks, I am trying to show a blinking red circle and blinking radial area over a location in the google map I am able to create alpha animation independently in android project but I cannot put it over the map as an overlay. please let me know of example anybody has. thanks, Sid -- You

[android-developers] Re: Source building lunch error

2011-11-21 Thread Brad Justice
I am encountering this error as well. I am developing in a Parallels Ubuntu 11.04 VM on an iMac running Lion. I have walked through the steps on the link referenced by kapil .k below. I have also uninstalled Lunch and reinstalled it directly from their home page. The file /home/parallels/.lunchrc

[android-developers] Media player problem whit file audio stored in memory

2011-11-21 Thread Antonio
hi guys i have this strange problem: i create a app, in this app i record voice in ogg file, i store file in memory (i see the file using DDMS) , when i wont to play the file audio i have a error in this link you can see the source: http://pastebin.com/PWE9FsxT in this link you can see the android

  1   2   >