[android-developers] Re: from FRF50 to FRF91

2010-07-07 Thread Ryan
Got the OTA as well but frf 91 will not install over my frf50. Can I attribute this to having a custom recovery? I'm not rooted. Also, all attempts to flash up from 50 (to 72, 82 etc) have failed. Tried renaming files to upgrade.zip too, though ere to frf 50 flashing did not require a file rename.

[android-developers] Drawing an outlined RoundRect

2010-07-07 Thread TheFluffyOne
Hi, I have a method that, when passed some text, draws an outlined round rectangle with that text inside, viz: http://ubergeek.org.uk/images/roundrect.png At the moment I'm making two draw calls in order to draw this outlined round rectangle, and see slight bulging at the corners that I assume

[android-developers] Managed Query Won't Return Name Of Contact Who Owns Device

2010-07-07 Thread righteous.kill
Maybe this is for security reasons, maybe not, but if I get a device's phone number using getLine1Number and then try to get the associated contact name, I receive no matches. Is there a workaround for this 'feature?' Thanks. -- You received this message because you are subscribed to the

Re: [android-developers] Re: timeout on wakelock causes WakeLock under-locked error

2010-07-07 Thread Mark Murphy
On Wed, Jul 7, 2010 at 1:39 PM, jdeslip jdes...@gmail.com wrote: Ya, I am checking isHeld() before I release it when I do it manually...  But, apparently when you set a timeout, whatever part of android releases the wakelock does not check if it is held.  That is my problem.  If I manually

[android-developers] DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-07 Thread Thomas Frick
Dear all, I'm developping an android application with Eclipse. Whe I run the emulator I can access the applications database by DDMS and the 'Data' - directoy. But when I run the application (every application) on my external device, I can't open the 'data'-directory. If I try to push data on

Re: [android-developers] DDMS, Eclipse: Can't access 'Data' - Directory on external device

2010-07-07 Thread Mark Murphy
On Wed, Jul 7, 2010 at 2:11 PM, Thomas Frick frick...@gmail.com wrote: But when I run the application (every application) on my external device, I can't open the 'data'-directory. Correct. If I try to push data on the external device (by DDMS) there is an error message: Failed to push

[android-developers] Android App developed by third part but no instruction provided.

2010-07-07 Thread Official
Hello! I hired a company in Germany to produce a app with a database and an exe program that will allow me to update the app. I have no programming skills and wasn't aware that I needed to do something after the app was updated in order for the new updates to appear in new apk. Is there a

[android-developers] ViewFlipper crash with no ViewFlipper frustration

2010-07-07 Thread ch
I don't have a ViewFlipper, but my customers get this crash a lot: java.lang.IllegalArgumentException: Receiver not registered: android.widget.viewflippe...@447be5b8 at android.app.ActivityThread $PackageInfo.forgetReceiverDispatcher(ActivityThread.java:667) at

[android-developers] Start service

2010-07-07 Thread Alex
Hi there, I am trying to start a service from the BroadcastReceiver, but I keep getting the startService line marked as an error (The constructor Intent(alarmReceiver, ClassaService) is undefined) public class alarmReceiver extends BroadcastReceiver{ NotificationManager notifMgr;

[android-developers] AssetManager's openXmlResourceParser not working?

2010-07-07 Thread Garion
Hi, I'm a newbie android developer so forgive me if my question is lame :) (And of course sorry if this is a wrong place to ask questions, I'm a bit concerned about the Send to the moderators button.) I have tried to load a XML file and work with it. The file is located in assets directory

[android-developers] Re: 2.2 Google Api emulator not booting up

2010-07-07 Thread andywebsdale
On Jun 2, 12:20 pm, Ashok Jeevan ashokjee...@gmail.com wrote: When I checked the log, it shows a MountService with message 'waiting too long for mReady!' What should be done inorder to boot the emulator? I'm having exactly the same issue - have you got anywhere with this problem? Perhaps I

[android-developers] make ANDROID for symbian 60 v3 or v5

2010-07-07 Thread sachin patel
i used windows based and symbian based phone sinse 1998 now 1 month later used Android based SONY Experia i like very very much so i want to request you same mine many peoples like ANDROID which have nokia e series and E series used mostly business perosn so it's don'w want to changed its cell

[android-developers] Back Button doesn't go to previous activity

2010-07-07 Thread Jroid
I have two activities. The first is a list where the user selects one of the items which takes them to a second activity showing the details of the item they selected. When the user clicks the back button I want the app to return to the first activity. Is there anything special i need to do to

[android-developers] Build Error

2010-07-07 Thread David Rhodus
Any Suggestions ??? apt-get install git-core gnupg sun-java6-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev g++-multilib repo sync r...@myhost:/home/android# make showcommands

[android-developers] International Charachters in txt files

2010-07-07 Thread Roberto
International Charachters in txt files I'm downloading from the web in Android a txt file with international cahacters. The file contains à , ò , etc... (these are common in Italian language) But when I read it with Android, these special characters (only) get shown on my Log screen as ¿½!

[android-developers] Re: newbie android help

2010-07-07 Thread Jroid
you could use sql lite which is build into android. On Jul 1, 12:23 am, anu anu0a...@gmail.com wrote: hello, i m developing an RSS Reader for the purpose of learning more about this platform. Till now i have been able to parse news from a local news channels' website, now i want to store this

[android-developers] How to get uri info at onChange().

2010-07-07 Thread skan95
Dear all. Is any method how to get Uri info at onChange if any DB is updated and notifyChange() is called? Observer is already registered. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] File missing error while compiling Android source code

2010-07-07 Thread Louis.Peng
Hi, While compiling the android source code , I came across a very peculiar problem. I'm using Ubuntu 10.04 32bit version and JDK6. I downloaded the source and complied in following way, 1. repo init -u git://android.git.kernel.org/platform/manifest.git 2. repo sync 3. make 4. the compiling error

[android-developers] Re: Best practice to pass persistent objects from an activity to another activity

2010-07-07 Thread Jroid
Another option is to extend the Application class and add the property you want to persist between activities. You'll need to specify your application class in the AndroidManafest.xml application android:icon=@drawable/icon android:label=@string/ app_name

[android-developers] Re: Emulator 2.1 2.2 reverse geocoding not available

2010-07-07 Thread Adam Ness
I'm seeing a similar issue in all of the following emulator versions: My code: Geocoder geoCoder = new Geocoder(mActivity ); try{ ListAddress addresses = geoCoder.getFromLocation( 33.76175, -118.19647,1); address =

[android-developers] How do I perform validation of text view and checkbox??

2010-07-07 Thread Namratha
Hello, I'm a beginner and i have a problem with the validation part while coding the applications. I want a dialog to be displayed whenever I'm not entering any of the fields of a typical registration form. But even if I'm not entering any of the values, it is moving on to the next activity

[android-developers] Making Android development more enjoyable

2010-07-07 Thread Vedran Rodic
Hello all I'm sorry if some of these things have been mentioned before, but I just joined this list today. Here's some things Google should look into: 0. Include android market in the emulator/test environment That should be fast and easy to do. 1. Try finding some ways to speed up the

[android-developers] Unable to Install .apk

2010-07-07 Thread diptendu
Hi All I am very new to this Android.. problem is my game is running in emulator but not in my Sony ericsion X10 Xperia , while installing i got message XYZ_Application could not be installed on this phone Thanks Diptendu -- You received this message because you are subscribed to the Google

[android-developers] enchanté

2010-07-07 Thread oussama
salut tous le monde -- 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

[android-developers] Bluetooth Auto Pairing (PassKey)

2010-07-07 Thread Fabrice
Hi, I'm developing an application which role is to be a hub for a specific kind of bluetooth devices. I want to make the pairing process as easy as possible. I know the pin code of each device. With API 5, i can do a lot of things on the bluetooth level, but i couldn't find a way to connect

[android-developers] who can tell me the source code that comes with android app

2010-07-07 Thread xuhang
for example android music where to download , thank you ps:my English is very pool ,i am a chinese -- 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

[android-developers] Stopping Gallery on each image

2010-07-07 Thread Jroid
Does anyone know the best way to have the gallery component stop on each image after fling? The default behavior is to scroll through multiple image based on the velocity. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to convert .swf to .apk ?

2010-07-07 Thread VENU GOPAL
Hi Freinds, I created a application using ADOBE AIR and now i want this application to deployed in ANDROID OS enabled mobile phone but i am not able to convert .swf file to .apk Can any one please help me out how i can convert .swf to .apk Best Regards Venu Gopal V -- You received this

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

2010-07-07 Thread metal mikey
1) Work out which API you wish to utilise. 2) Find that API's documentation. 3) Read that API's documentation. 4) Commence development utilising that API. If you have trouble with (4), repeat (3) as many times as necessary. On Jul 5, 3:54 pm, Alisha Alam alisha.a...@gmail.com wrote: Hi! I

[android-developers] How to get contact creation/modification time for incremental backup purpose?

2010-07-07 Thread Bassel Kh
Hello guys, I'm creating contact backup project, I need the backup to be incremental, in this case the most important thing the creation/ modification time of a contact. I checked the contact2.db, it is not giving me this value. The question is: How to get the creation/modification time of a

[android-developers] ScrollView source code and check for reaching the upper most or bottom most point of the scrollview

2010-07-07 Thread Wingo
Hi there, First time posting and new to Android world. It might be a newb question to most of you. I am trying to find the ScrollView source code but it's nowhere to be found. I suppose http://android.git.kernel.org/ is where to dig into but I just can't find it. Please enlighten me, thanks.

[android-developers] Re: Is there a graphs utility?

2010-07-07 Thread Kacee
Seems there are no direct APIs availbale in android. One can use drawable , surface manager ,etc to draw different components of graphs. On Jul 5, 5:01 am, Dmitri Snytkine d.snytk...@gmail.com wrote: Just wondering, is there a way to create pie charts and other types of graphs in your

[android-developers] It is possible to upload multiple APK to Android Market?

2010-07-07 Thread Alexander Krug
Hi We have an Android app but it consist of multiple APKs, it is possible to upload it like this? or should I make an One-apk-app? Greetings -- 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] Finishing touches for HTML5 offline web app

2010-07-07 Thread Pete
I have an application written in HTML and Javascript which works offline using two HTML5 features: the application cache (the manifest attribute of the HTML element, referring to a cache manifest file) and the localStorage object. To get offline access, all the user has to do is to bookmark the

[android-developers] Microcontroller And Embedded Systems

2010-07-07 Thread BMW-Exclusive
http://tinyurl.com/23ajhgt (Tips) http://tinyurl.com/2cry6c4(Trend) http://tinyurl.com/2uv2j48(Hotel) http://tinyurl.com/38okmc7(Ieee) http://tinyurl.com/35fph7x(Designing) http://tinyurl.com/2fdxv5u(Uk BMW) http://tinyurl.com/34pwjtg (GAmes)

[android-developers] How to use Logger

2010-07-07 Thread lord ure
HI, I am currently looking for a way to create trace in my programme and I have seen the Logger trace. However since I have read the documenattion on the android official website, I don't understand how to use it. I have seen the Logger class, the Level class, the handler class, LogManager class.

[android-developers] gPad - new universal remote controller app

2010-07-07 Thread Philip Verspreeuwen
Last Saterday, my colleague and me put our android app called gPad on the market. It's a universal remote with which people can control their pc/mac via usb or wifi. Our team is called MOBiSTERS (mobile development familly). What's new is that people can make their own keyboards and define custom

[android-developers] web service

2010-07-07 Thread elka raharsa
hai..i'm elka,..there are many journal wrote about comparing android and other mobile operating system, and i was looking to comparing android to build web service application, with JME, and that's why, i want to know more about web service in android, i hope anybody can help me...to give me some

[android-developers] Re: Best practice to pass persistent objects from an activity to another activity

2010-07-07 Thread metal mikey
You can do something like this (where i've written the code from memory and thus missed a lot of important stuff, no doubt): public class MyApplication extends Application { SomeDataObject myDataObject; public static class SomeDataObject { String someString; int someInt; }

[android-developers] Keyboard keys

2010-07-07 Thread Scit
How can I paint my keyboard's keys with different colors like in Samsung keyboard? KeyboardView android:keyBackground provides background for all keys not for one :( -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to eliminate the java.lang.OutOfMemoryError: bitmap size exceeds VM budget issue while scrolling in bluetooth screen.

2010-07-07 Thread metal mikey
Simple fix if you're just using Bitmaps (gets trickier is you're using, say, AnimationDrawable). Try recycling each Bitmap you use: http://developer.android.com/reference/android/graphics/Bitmap.html#recycle%28%29 On Jul 5, 1:03 pm, sourabh.j...@gmail.com sourabh.j...@gmail.com wrote: HI ,

[android-developers] BufferedInputStream buffer size

2010-07-07 Thread burzum_rus
Hi all! I use BufferedInputStream in my code: socket = new Socket(ip, Integer.parseInt(port)); socket.setReceiveBufferSize(64000); output = socket.getOutputStream(); input = new BufferedInputStream(socket.getInputStream(), 64000); I read incoming packets like this: if (input.available() != 0)

[android-developers] changing images in .apk without rebuilding it

2010-07-07 Thread karan14
Hi, 1. Suppose there is a .akp file which displays images when installed and Images can either be under resources or Assets folder 2. Now I want to change images in .apk file without rebuilding the .apk file, so that different set of images can be displayed by installing the same .apk

[android-developers] How to create a WifiConfiguration support WPA-Enterprise, PEAPv0/MSCHAPv2, UserName and Password ?

2010-07-07 Thread ppguy
Hi everybody, I have to create a Wifi Configuration. The details is below: Secutiry: WPA-Enterprise EAP Type: PEAP Sub type: PEAPv0/MSCHAPv2 Username: Password: I can't use class WifiConfiguration to create one. And I found some threads in forum that, saying we can modify the

[android-developers] Re: Build Error

2010-07-07 Thread David Rhodus
Anyone seen this ? I feel like I'm just missing a package or something easy. On Sun, Jul 4, 2010 at 6:24 PM, David Rhodus sdrho...@gmail.com wrote: Any Suggestions ??? apt-get install git-core gnupg sun-java6-jdk flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip

[android-developers] ontouchstart issues with Cliq XT and Devour

2010-07-07 Thread i...@3dmotionapps.com
Hello, We've developed an app that leans heavily on the use of ontouchstart in webview. It works fine on all android devices, accept for the Cliq XT and the Devour - which see to not support the webkit function. Has anyone else run into this problem? Is there there any settings I can alter

[android-developers] linking Droid to another CDMA device

2010-07-07 Thread cyb...@sm
Is it possible to link the droid to another cellphone to use the other cell phones service with through the android interface? -- 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] OpenGL texture wrapping flickers. Why?

2010-07-07 Thread Matty
I'm drawing 5 rectangles with OpenGL. They are texture mapped, and use the following parameters/binding: ... gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_S, GL10.GL_CLAMP_TO_EDGE);

[android-developers] Re: from FRF50 to FRF91

2010-07-07 Thread Ryan
How did you go from FRF50 to 91 with the OTA? I'm trying to do the same thing but with no success. Is it because of my custom recovery? Flashed from ere to frf50 with no trouble, but all signed passion.zip files (50 to 72, 50 to 82) dont work. I was surprised to see your comment that the OTA

[android-developers] Progress Dialog issue

2010-07-07 Thread joka
Hi, I have a question concerning Progress Dialog. Is it possible to place on the right corner under the orange progress bar the numbers current value/max value, these are running numbers as the bar progresses.. Here you can see how it looks now

[android-developers] gcet

2010-07-07 Thread satish ramoliya
hello sir, please give information about craxking. Becauae i don't what do mean by cracking. And also give to information virus file. Beacuse my computer close to more time. I like to computer and developer. So i request to give me any ans my mobile sms 8141807009. Other wise

[android-developers] Installing Program / Pushing Data to Multiple Devices Connected Via USB

2010-07-07 Thread dilly
I'm developing a research application that is to run on multiple HTC Dream phones running Android. I need to install and start my application on all of them and push several files to their SD cards. It's tedious to do this one at a time and eventually I'll be handling 40+ phones. So: - How can I

[android-developers] Calendar Event Type

2010-07-07 Thread sting
I have an application I was in the process of writing, while I learn how to write android applications, that is very much like the calendar widget. What I would like to know, is there a tutorial or document anywhere that would allow me to write an new event type so my application would fit into

[android-developers] WebView / Android Browser - touch events not firing

2010-07-07 Thread Frankie
Does anyone know if a fix has been scheduled for the touch event problem in the WebView and Android browser. If you flick down a list and then touch an HTML element like a a or clickable li or div the onclick event doesn't fire. I've verified this behavior in my webapps as well as other web

Re: [android-developers] Are Android apps developed with the NDK slower than their counterparts on other OS's?

2010-07-07 Thread Vedran Rodic
Hi Simon, (I've put you in CC because for some reason my mails to android-developers are still not getting through.) I've also asked myself the same question. The thing is that Android API probably doesn't expose low level APIs for doing hardware accelerated surface scaling and color space (

[android-developers] 3D Game Development

2010-07-07 Thread Renan Henrique Pereira de Lima
Hey all! I´m new on Android 3D game development. I would like to know if there any engine/ API/ platform about 3D development that I could use. Or any tip which you could give me, like where I could start looking for. Thank you all! -- You received this message because you are subscribed to

[android-developers] Android lock screen

2010-07-07 Thread Sy
Is it possible to override the default android lock screen and replace with your own? -- 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] Re: Whether to use a Service or Thread for Http Connection?

2010-07-07 Thread Kacee
Very good suggestion by John :) Thanks Good class to know. AsynTask seems to simplify the cumbersome handling of UI and worker thread. In short, it is just a fancy variant of Thread implementation. So, if i am geting it right, the answer to Sagar's question is Thread on top of Service for http

[android-developers] Invisible Activity for Android 1.6

2010-07-07 Thread runnerB
I have developed an App that launches and works fine on Android 1.5 and 1.6. When I try and use it on a version higher then 1.6, the app's activity starts, progress dialogs popup and I can see my AsyncTask executing and the info being returned via Logcat. No errors or exceptions are shown. But

[android-developers] android 2.2 open swf in browser

2010-07-07 Thread timeToEat
I have a swf file on the sdcard and I wrote a html file flash.html with the swf file embeded. The only way to open it now is 1) open the browser 2) type in file:///sdcard/flash.html The swf runs fine. But if use the code list below: Uri uri = Uri.parse(file:///sdcard/flash.html); Intent intent =

[android-developers] Android and Java Reflection to call a higher API level function/abstract class

2010-07-07 Thread WindowsNT
Hello there. My point is to be able to call a 2.1 API if it exists, while the application should be able to run in 1.5 Specifically, I am making a GPS application which would like to call android.location.LocationManager.addNmeaListener if available. My problem is that this call takes as

[android-developers] Widget button dies

2010-07-07 Thread Jfreu
I have a wdiget containing an imageView. On this imageView i put a pendingIntent so i can click on it. It works, but sometimes (can be once a day) the pendingIntent is not sent, and the widget does nothing. I have to delete the widget and put it again to get it work. How can i have a permanent

[android-developers] Smack in Android

2010-07-07 Thread Tsolmon.N
Hello all I Installed Openfire (xmpp server) in my computer I goal is login to Openfire server from android emulator Any solutions ? -- 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] Does AsyncQueryHandler / AsyncTask really runs asynchronously?

2010-07-07 Thread nilakantha
Hello. I have an activity that need long time query. So, i query for partial data(need short time only) on AsyncQueryHandler and displayed it's result on screen using QueryAdapter. Next, i query all data on AsynTask(query / get data on doInBackground, display datas on onPostExecute). It works

[android-developers] Views example on 1024x600 AVD -- Froyo

2010-07-07 Thread nosf
Hi, I am trying some of the android code examples available at http://developer.android.com/resources/tutorials/views/index.html. I am using a 1024x600 AVD to emulate a tablet but the applications do not seem to cover the entire width of the screen. What I see is that the full screen width is

[android-developers] Testing C2DM service on Android 2.2 emulator

2010-07-07 Thread guligo
Hi guys, I am playing around with C2DM service. What I am concerned about is that I cannot test my device-side application from Android 2.2 emulator. The application was built more or less according to http://code.google.com/android/c2dm/index.html doc, but when register intent is sent from

[android-developers] Re: Whether to use a Service or Thread for Http Connection?

2010-07-07 Thread Kacee
Say, if i have to display the content of this blog in my application , then 1. I have a UI thread 2. From this UI thread, I should create an intent to call a Service which would then implement ASynckTask 3. This AsyncTask will make http connection and download any blog updates, will pass on the

[android-developers] Having some trouble handling focus between a TabView and my own custom widget

2010-07-07 Thread Manisha
Hi all, I am having some trouble defining how focus should move through my app. I have a Tab Layout which I set up following the android tutorial: http://developer.android.com/resources/tutorials/views/hello-tabwidget.html In my first tab, I have created a custom widget that acts as a sub-tab

[android-developers] Android developer in Brazil

2010-07-07 Thread Vinicius De Carvalho Freitas
Hi! I´m a software developer and I couldn't be out of this so important platform. I have an android aplicattion developed totally by me and I have too much to contribute and many questions to do. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Theme.NoTitleBar.Fullscreen not working when other activities use a custom title?

2010-07-07 Thread Matty
My test involves 2 Activities, one with a GridView, and one with a ListView. The GridView is defined as Theme.NoTitleBar.Fullscreen and works great on first launch. The ListView defines a custom title bar using: getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,

[android-developers] SDP Support

2010-07-07 Thread Rohit Sinha
I believe packet video support SDP for streaming video. However I do not see any default application registering for SDP content. Does anybody know why? Is there a plan from Google to add this into default video player in future releases? -- You received this message because you are subscribed

[android-developers] Simulating sensors on 2.1

2010-07-07 Thread Mafiozo
Hello all, I am trying to make a sensor simulator for 2.1 Android emulator. I already checked openintents Sensor Simulator but it has a lot of deprecated methods and it doesnt work on newer versions. If someone could point me guides on how to make this possible, or if someone is interested in

[android-developers] MultiAutoCompleteTextView DropDown becomes blurry on scrolling

2010-07-07 Thread prakash Ramachandran
Hi All, I have a MultiAutoCompleteTextView on my activity , the data for this view is provided by a adapter. There is a global theme for the app and applying this theme caused the drop down background of the MultiAutoCompleteTextView changed to white and text color is also white. To over come

[android-developers] Video playback (Surface View) in a framelayout (urgent and thanks)

2010-07-07 Thread William Kwok
Dear All, I tried search thru related topics but I still can't find a solution. Actually, I am working for a in-house project for an airline to create android-based pmp player. It includes magazine reader, audio player, city guides and etc. Everything works fine but the following one. You know

[android-developers] PHP/MySQL DataBase Development

2010-07-07 Thread Emma Watson
http://tinyurl.com/38okmc7 -- 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] How to connect openfire (xmpp server) from android emulator

2010-07-07 Thread Tsolmon.N
Hello everybody ConnectionConfiguration connConfig = new ConnectionConfiguration(10.0.2.2, 5222); connConfig.setCompressionEnabled(true); connConfig.setSASLAuthenticationEnabled(false); XMPPConnection connection = new XMPPConnection(connConfig); -- You received this

[android-developers] 3D Game Development

2010-07-07 Thread Renan Lima
Hey all! I´m new on Android 3D game development. I would like to know if there any engine/ API/ platform about 3D development that I could use. Or any tip which you could give me, like where I could start looking for. Thank you all! -- You received this message because you are subscribed to

[android-developers] Re: content://sms/

2010-07-07 Thread Jesper
Is there any official way of reading sms? I have been reading on some pages and seems it was removed without any information on why, and it has not been replaced with something new. What would be the reason of removing it? hard to believe it is security if they left a undocumented provider that is

[android-developers] WebView setPluginsPath / Flash Lite

2010-07-07 Thread gmrunltd
Hey guys, I've got an HTC incredible that I'm developing on, and I understand that most all of the HTC manufactured devices since the HTC Hero have had Flash Lite. The problem that I'm encountering is that the WebView doesn't have Flash Lite enabled, even when I'm testing on my Incredible

[android-developers] Re: Move Image View to new location

2010-07-07 Thread metal mikey
layout margin = -10sp Careful with negative margins as there's some gotchas when working with Froyo compared to Eclair and earlier versions: http://code.google.com/p/android/issues/detail?id=9280 On Jul 7, 12:21 pm, Anthoni anthoni.gard...@gmail.com wrote: OK, so I've partially worked it out.

[android-developers] Dubai Rotating Towers

2010-07-07 Thread Analytics
http://tinyurl.com/372jb3j http://tinyurl.com/34pwjtg http://tinyurl.com/2fdxv5u http://tinyurl.com/35fph7x http://tinyurl.com/38okmc7 http://tinyurl.com/2uv2j48 http://tinyurl.com/2cry6c4 http://tinyurl.com/23ajhgt -- You received this message because you are subscribed to the Google

[android-developers] Re: Smooth Image Rotation with Gesture Control?

2010-07-07 Thread Matty
You should be able to override onDraw, and draw the bitmap using something like: canvas.drawBitmap(bitmap, matrix, paint) I haven't used drawBitmap with a matrix before, but you can check out some more info here: http://www.anddev.org/resize_and_rotate_image_-_example-t621.html You should be

[android-developers] How to connect openfire (xmpp server) from android emulator

2010-07-07 Thread Tsolmon.N
Dear mates I am trying to build a small XMPP client in android. Any ideas on what library i can use?. I have tried using Smack API. I installed OpenFire ( xmpp server ) ConnectionConfiguration connConfig = new ConnectionConfiguration(10.0.2.2, 5222);

[android-developers] Re: Drawing an outlined RoundRect

2010-07-07 Thread blcooley
I don't know the answer to your question directly, but you can set the stroke of a shape drawable specified in xml. I don't see a method for that in the API docs, but it doesn't seem like you need both the back and outline ShapeDrawables if you go that route. Here's a link:

[android-developers] What is difference between git source froyo-release and master??

2010-07-07 Thread steel
HI,i am newbie on android, so if I asked some silly question, please forgive me T_T my question is : which branch is LATEST-STABLE of 2.2 code ? froyo- release or master?

[android-developers] Convert an existed C/C++ ptoject to Android, step by step

2010-07-07 Thread gacon
Hi all, I'm trying to convert my projects (some lib and some app) which are running on Windows/Windows mobile/Symbian to android. I tryied some search and NDK. But I found only some helps on a simple C/C++ app (Hello world app). And I don't know how to convert a big project (hundred of C/C++

[android-developers] Re: Change Text color and text size in listview

2010-07-07 Thread Kacee
You are using same color for background and text RelativeLayout android:background=#00 ListView android:textColor=#00 /ListView RelativeLayout Try changing that say to #00 Cheers, Kacee On Jul 7, 9:33 am, mike hasitharand...@gmail.com wrote: hi ena, you have to create a

[android-developers] Android market link in SMS

2010-07-07 Thread Nishant
Hi, I have tried via a href=market://search? q=pname:com.google.zxing.client.android/a but it is not working. I have also checked in T-mobile G1 but it does not show me link. How to set android market link in sms? Regards, Nishant Shah -- You received this message because you are subscribed

[android-developers] Re: Access of database

2010-07-07 Thread nishantrayan
use, adb shell sqlite3 DB_PATH .tables - lists the tables select * from TABLE_NAME --nishant On Jun 18, 3:12 pm, avaya mojo avayam...@gmail.com wrote: HI all I am new to android platform. I am testing one android phone application. I want to see the database entries for that. What is the

[android-developers] canvas problem

2010-07-07 Thread harsh chandel
i am making a application in which i need to draw a circle in the middle of the screen with with variable radius everytime with this i have to put few text boxes and buttons on the view to draw the circle i use canvas and to add buttons and text boxes i put linear layout but i am not able to do

[android-developers] How to Submit patches?

2010-07-07 Thread vikram
Hi i want to send few patches for issues reported, what is the procedure to send patches for any issues ? For example i want to provide fix for issue: 9584 Thanks Vikram -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] USB OTG support in android phones

2010-07-07 Thread sasirekha
Hi droiders, I have a module that needs to connect to mini USB port in android phone and transmit and receive data. For this to happen the device should detect the module. Currently the recent phones in market like HTC desire support USB 2.0. Does this have OTG support inbuilt? If not, what

[android-developers] ParserConfigurationException: http://apache.org/xml/features/nonvalidating/load-external-dtd

2010-07-07 Thread Pasithee
Hi all I have the following java source in my program: HttpResponse response = oslcClient.httpGet(repository, getContentType()); InputStream in = response.getEntity().getContent(); DocumentBuilderFactory doFactory = DocumentBuilderFactory.newInstance(); doFactory.setNamespaceAware(true);

[android-developers] How to connect openfire (xmpp server) from android emulator

2010-07-07 Thread Tsolmon.N
Dear mates I am trying to build a small XMPP client in android. Any ideas on what library i can use?. I have tried using Smack API. I installed OpenFire ( xmpp server ) on my computer . Than I can connect OpenFire server But i cannot login openfire server XMPPConnection connection = new

[android-developers] what hardware platform do you use?

2010-07-07 Thread steve ravet
I'm new to Android and Java but working my way through the demos. On my computer the emulator is hopelessly slow so I want to get a used phone to develop on. I'm looking at a G1, but before I buy one from ebay I thought I'd ask here and see what others are using. This will be strictly a

[android-developers] Bluetooth issues

2010-07-07 Thread Shreesh
Hi, I am exploring the following issues with the use of Bluetooth and they are: 1. No pin mode? Using Bluetooth 2.1+ has a Simple Pairing mode and no-pin in the destination device. But, Android seems to always ask for a PIN to be entered. Is there any way to avoid that or override that behavior?

[android-developers] Re: organizing the code

2010-07-07 Thread Matty
Well, as far as I can tell, the only error-handling you're doing in that whole block is to set picvalues to an empty object if you get a JSONException... If all you're going to do on Exception is log a message, there's probably no reason to call out each Exception seperately. You can Log each

[android-developers] Tracking angular movements

2010-07-07 Thread Abhinav
Hello, I'm trying to track the angular movement of a phone in Android. For example, if the user rotated the phone upwards (pitched) it by 90 degrees, then rolled it by 180 degrees and then pitched it again by -90 degrees (in the frame of reference of the phone), the output should say - Total yaw

[android-developers] Re: Problems installing Eclipse with Android.

2010-07-07 Thread Matthew
I also get this problem. Even just editing the xml by hand using the xml tab I get errors for every letter I type. It does still let me save and it does compile successfully. I'm also on Windows 7 64bit On Jul 1, 4:38 am, Zigurd zigurd.medni...@gmail.com wrote: Does your question 1 refer to the

[android-developers] Hooking up DatePickerDialog to EditText

2010-07-07 Thread iMpLiCiT CoNcEiT
I have an EditText widget that I'd like to when clicked / selected / focused upon display a DatePickerDialog. I've managed to do this but I have one problem: the soft keyboard pops up! How can I disable it? -- You received this message because you are subscribed to the Google Groups Android

<    1   2   3   >