[android-developers] please help to replace lock screen theme

2012-02-05 Thread Dhaval Varia
Any way to replace my custom theme to screen lock theme? -- Thanks Best Regards. Dhaval varia (9924343883) -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] please help to replace lock screen theme

2012-02-05 Thread Kristopher Micinski
You can't directly do this. You can only replace the lock screen. http://thinkandroid.wordpress.com/2010/01/24/handling-screen-off-and-screen-on-intents/ http://stackoverflow.com/questions/6737760/android-lockscreen-tutorial

Re: [android-developers] please help to replace lock screen theme

2012-02-05 Thread Dhaval Varia
Thanks sir.for detaile amswer On Feb 5, 2012 2:27 PM, Kristopher Micinski krismicin...@gmail.com wrote: You can't directly do this. You can only replace the lock screen. http://thinkandroid.wordpress.com/2010/01/24/handling-screen-off-and-screen-on-intents/

Re: [android-developers] please help to replace lock screen theme

2012-02-05 Thread Dhaval Varia
I have seen that,when i am getting sms or email i am having notification on the locked screen. When i slide that notification then it open inbox. Is this possible that i put my own slider,so that my app gets open. On Feb 5, 2012 3:22 PM, Dhaval Varia dhavalkva...@gmail.com wrote: Thanks

Re: [android-developers] please help to replace lock screen theme

2012-02-05 Thread Kostya Vasilyev
Are you talking about HTC Sense 3.*? That's built into their firmware. -- Kostya 5 февраля 2012 г. 15:30 пользователь Dhaval Varia dhavalkva...@gmail.comнаписал: I have seen that,when i am getting sms or email i am having notification on the locked screen. When i slide that notification

Re: [android-developers] please help to replace lock screen theme

2012-02-05 Thread Dhaval Varia
No..i m talking in general for android 1.6 or 2.1 On Feb 5, 2012 5:07 PM, Kostya Vasilyev kmans...@gmail.com wrote: Are you talking about HTC Sense 3.*? That's built into their firmware. -- Kostya 5 февраля 2012 г. 15:30 пользователь Dhaval Varia dhavalkva...@gmail.comнаписал: I have

Re: [android-developers] Re: Newly installed widgets are not runnable on Honeycomb

2012-02-05 Thread Mark Murphy
2012/2/4 David Ross grand...@vacuumpunk.com: Why change working behaviour? In this case, to help stop drive-by malware. Android has long had a nothing runs until the user runs it approach, which is why there is no on-install code you can have run. Developers were getting past that by registering

Re: [android-developers] Lock screen customization

2012-02-05 Thread lbendlin
They completely replace the standard lock screen. You can see from the market comments that users don't like that. -- 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

Re: [android-developers] Lock screen customization

2012-02-05 Thread Dhaval Varia
Look sir i m making survaliance system.in which i need some way through which user can call my app,without wasting much time,for unlocking the phone. Plz help. On Feb 5, 2012 6:50 PM, lbendlin l...@bendlin.us wrote: They completely replace the standard lock screen. You can see from the market

Re: [android-developers] Lock screen customization

2012-02-05 Thread Raghav Sood
Look sir i m making survaliance system.in which i need some way through which user can call my app,without wasting much time,for unlocking the phone. Plz help Extend Android at the firmware level. See http://source.android.com/community/index.html for an appropriate list. Thanks -- Raghav

[android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-02-05 Thread albnok
Er... since when could we do that? As far as I know the exact qualifiers only came about in Android 3.2. layout-large-port-xhdpi-1280x800 I am thinking layout-large-port-xhdpi would make sense, though. I also want to target the Samsung Galaxy Tab 7 specifically, but there isn't a better way

Re: [android-developers] Re: Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-02-05 Thread Mark Murphy
On Sun, Feb 5, 2012 at 8:42 AM, albnok alb...@gmail.com wrote: Er... since when could we do that? As far as I know the exact qualifiers only came about in Android 3.2. layout-large-port-xhdpi-1280x800 The exact qualifiers (-1280x800) were deprecated some time ago. -- Mark Murphy (a Commons

Re: [android-developers] Supporting Galaxy Note Issues Due To It Displaying Itself as a LARGE screen layout.

2012-02-05 Thread Daniele Segato
On 01/20/2012 02:40 PM, Chris wrote: My app runs on Android 2.1+ , so I can't use the DPI based screen differentiation , are you sure about this? I never actually tried but I think that if you target a later version (say Android 4.0.3) you can define your resources, layouts and so on with

Re: [android-developers] Lock screen customization

2012-02-05 Thread Dhaval Varia
I think not all the application uses this kind of facility Extend Android from the firmware level.. There must be some way...like overriding/overlays or something... If somebody knows,help me On 2/5/12, Raghav Sood raghavs...@androidactivist.org wrote: Look sir i m making survaliance system.in

Re: [android-developers] Lock screen customization

2012-02-05 Thread Raghav Sood
The other possibility has already been mentioned to you by Ibendlin. You can either replace the entire lockscreen, which the majority of the users will hate, or you can extend Android at the firmware level, in which case you will have a very limited reach. Thanks On Sun, Feb 5, 2012 at 8:22 PM,

[android-developers] Re: onResume start a duplicated activity

2012-02-05 Thread leslie.karpati
now it is looks like i found the solution. I am just add android:launchMode=singleInstance to my Activity in the Mainfest.xml. Thanks, Leslie On febr. 2, 02:46, leslie.karpati leslie.karp...@gmail.com wrote: Hi, You are right, the Eclipse launch is really makeing some mess: I have two

Re: [android-developers] please help to replace lock screen theme

2012-02-05 Thread Kristopher Micinski
Trust me... you can't do this... I've been through the SDK, so have many other people on the list, especially Mr. Murphy (one of the people answering the posts on SO). If there had been a way to do it, he would have told you. kris 2012/2/5 Dhaval Varia dhavalkva...@gmail.com No..i m talking

[android-developers] update previous app

2012-02-05 Thread Areesha kamran
Help I made a simple android application (HelloWorld) in monoadroid. My applicatino run fine , But when i made some changes in my activity.cs and run it these changes are not in updated in emulator . Similarly when i made new project , new project not show in android kindly help me -- You

[android-developers] Developer Options on Galaxy Nexus!?

2012-02-05 Thread guruk
hi there, the experimental developer options on the new Galaxy Nexus cause lots of confusion and problems with my users (as the FORCE CPU RENDERING) do not work with my app (and as i heard from lots of other developers, even has probs with their apps. Will this feature even be available in the

[android-developers] Re: Hardware accleration slow down every Canvas app. Why?

2012-02-05 Thread guruk
just curios... the experimental developer options on the new Galaxy Nexus cause lots of confusion and problems with my users (as the FORCE CPU RENDERING) do not work with my app (and as i heard from lots of other developers, even has probs with their apps. Will this feature even be available in

Re: [android-developers] Developer Options on Galaxy Nexus!?

2012-02-05 Thread Kristopher Micinski
I guess the answer is that you can't control what people will put in their firmware. But if your users complain to you about the developer options, they're dumb, and I'd hope that this is the minority of people using your app. Obviously they're dumb doesn't help you all that much in terms of

Re: [android-developers] update previous app

2012-02-05 Thread Talha Qamar
Hi,Before compiling your project just clean it.Click on Project in menu then go to the Clean.After that save your project and run the emulator. On Sun, Feb 5, 2012 at 10:21 PM, Areesha kamran arkamr...@gmail.com wrote: Help I made a simple android application (HelloWorld) in monoadroid. My

[android-developers] Re: Image comparison problem: getPixel() in android and getRGB() in JDK return different values for the same image

2012-02-05 Thread Ergen
The problem was the JPG format. With PNG it works On 4 Feb., 01:42, gjs garyjamessi...@gmail.com wrote: Hi, Also maybe try .png format if possible. Regards On Feb 4, 8:21 am, Romain Guy romain...@android.com wrote: First make sure that both return values in the same format

[android-developers] Re: Image comparison problem: getPixel() in android and getRGB() in JDK return different values for the same image

2012-02-05 Thread Ergen
The problem was the JPG format. On 3 Feb., 22:21, Romain Guy romain...@android.com wrote: First make sure that both return values in the same format (Android returns ARGB not RGBA.) Also, f I remember correctly, Java2D can apply color profiles when loading a bitmap. On Feb 3, 2012 11:05 AM,

Re: [android-developers] Hi

2012-02-05 Thread ajaykumar kanchak
Hi, To learn android you need 1) Internet in your pc or laptop 2) download eclipse 3) download adt plugin for android and add plugin in eclipse 4) download android sdk and add its location in eclipse android plugin for the whole process just search in google and you android.com is the site where

[android-developers] SDK Manager won't launch

2012-02-05 Thread hhenault
Hello Android developpers, since several days, when I try to launch the SDK manager, I get the following set of error messages: Fetching https://dl-ssl.google.com/android/repository/addons_list-1.xml Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:

[android-developers] Re: Webkit

2012-02-05 Thread CodeOnWeed
Should I use Webkit source code and use it from native code to do this ?? On Feb 2, 8:22 pm, CodeOnWeed codeonw...@gmail.com wrote: Hi all,     ( I am using a Samsung Galaxy Tab 10.1 ). I need to develop a HTML5 based app. I want to zoom the contents of a Html fragment ( like htmlbodypA

Re: [android-developers] Re: Newly installed widgets are not runnable on Honeycomb

2012-02-05 Thread String
On Sunday, February 5, 2012 1:17:54 PM UTC+1, Mark Murphy (a Commons Guy) wrote: The 4.x WVGA emulator should run approximately as quickly as the Android 2.3 emulator. It does run about as fast, but - in my experience - emulator stability has taken a progressive hit with every platform

[android-developers] Re: incorrect memory allocation causing frequent garbage collections

2012-02-05 Thread Streets Of Boston
Have you looked at the copyPixelsFromBuffer method of Bitmap? -- 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] Unable to open database file?

2012-02-05 Thread Zsolt Vasvari
I am not using a Content Provider. I open the database connections in the onCreate() methods of my activities. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: getApplicationContext() returns null?

2012-02-05 Thread Zsolt Vasvari
Well, I made my change, but one of the uses for the Context is bind to a service. This now fails sometimes on unbind() with a Service not registered message. I asuume I still have to use the Application Context to bind to services? -- You received this message because you are subscribed to

Re: [android-developers] Re: getApplicationContext() returns null?

2012-02-05 Thread Mark Murphy
On Sun, Feb 5, 2012 at 5:38 PM, Zsolt Vasvari zvasv...@gmail.com wrote: Well, I made my change, but one of the uses for the Context is bind to a service. This now fails sometimes on unbind() with a Service not registered message. I asuume I still have to use the Application Context to bind

[android-developers] camera: can I create star, diffraction (etc.) filters?

2012-02-05 Thread Jim Graham
I've got a long way to go (several chapters in the book I'm reading, at least) before I get to this, but right now, I'm just collecting info. I'm hoping to build a new camera app, with lots of extended capabilities. One thing I really want to add is support for photographic filters (like those

[android-developers] Android testing

2012-02-05 Thread Jatin D Patel
Hi all, Can somebody please provide me suggestions to test my application on various devices? Its targeted for all android mobile devices. -- Thanks, Jatin D N Patel You Got To Think HIGH to RISE. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Android testing

2012-02-05 Thread James W.
And ? On Mon, Feb 6, 2012 at 9:06 AM, Jatin D Patel depo.ja...@gmail.com wrote: Hi all, Can somebody please provide me suggestions to test my application on various devices? Its targeted for all android mobile devices. -- Thanks, Jatin D N Patel You Got To Think HIGH to RISE. -- You

[android-developers] Re: Problem loading HTML file from android_asset in Browser

2012-02-05 Thread Julian Bunn
Thanks, everyone. I went with WebView in the end, and it works nicely. On Feb 4, 1:02 pm, Mark Murphy mmur...@commonsware.com wrote: On Sat, Feb 4, 2012 at 3:57 PM, Julian Bunn jjb...@gmail.com wrote: Thanks, Mark - now I understand what is going wrong. I suppose if the help file were on the

Re: [android-developers] camera: can I create star, diffraction (etc.) filters?

2012-02-05 Thread Romain Guy
Emulating a polarizing filter properly will be very difficult. One of the most obvious effects of polarizing filters is increased contrast and color saturation. Polarizing filters are also used to reduce or eliminate various reflections in a scene: light bouncing of leaves, reflections in the

[android-developers] Re: Problem loading HTML file from android_asset in Browser

2012-02-05 Thread Streets Of Boston
You already solved your problem by using a WebView instead of the Browser app. I found the same issue: You cannot launch an external browser (the Browser app at least) using an Intent for a URL with the file: scheme. I guess it's a security issue. You can type into the browser a file://

Re: [android-developers] camera: can I create star, diffraction (etc.) filters?

2012-02-05 Thread Jim Graham
On Sun, Feb 05, 2012 at 06:22:18PM -0800, Romain Guy wrote: Emulating a polarizing filter properly will be very difficult. One of the most obvious effects of polarizing filters is increased contrast and color saturation. Polarizing filters are also used to reduce or eliminate various

[android-developers] Re: getApplicationContext() returns null?

2012-02-05 Thread Zsolt Vasvari
Well, the unbind() call that threw the Service not registered was originally bound to from a WakefulIntentService, not an Activity. I bound to the service in doWakefulWork() and unbind() in onDestroy() as well as when I am done with the service. Basically I have a cleanup() method which looks

[android-developers] Action Bar icon sizes?

2012-02-05 Thread Zsolt Vasvari
I guess Google cannot get the story straight: The doc says that the Action Bar icon sizes should be 24, 32, 48 square pixels for MDPI, HDPI and XHDPI, repsectively: http://developer.android.com/guide/practices/ui_guidelines/icon_design_action_bar.html But the icon pack (

Re: [android-developers] camera: can I create star, diffraction (etc.) filters?

2012-02-05 Thread Romain Guy
What I don't know is if, perhaps, there was already a software implementation (something that might detect glare similar to how an echo canceller in voice telephony detects an echo in the outgoing audio and injects the same signal, 180 deg. out of phase, to cancel it out) in Mediastore or in

[android-developers] bindService fails when startService called in previous activity

2012-02-05 Thread James Black
I am not certain how to resolve this, but in one Activity I call startService, and then immediately call to start the next Activity: Intent myIntent = new Intent(mContext, MyService.class); myIntent.putExtra(data1, data1Array); myIntent.putExtra(data2, data2Array);

Re: [android-developers] Android testing

2012-02-05 Thread Kristopher Micinski
http://stackoverflow.com/questions/1852248/is-there-an-android-testing-service-i-can-use-to-give-me-real-debug-information There are a few services doing this now. kris On Sun, Feb 5, 2012 at 8:06 PM, Jatin D Patel depo.ja...@gmail.com wrote: Hi all, Can somebody please provide me

Re: [android-developers] Action Bar icon sizes?

2012-02-05 Thread Nikolay Elenkov
On Mon, Feb 6, 2012 at 12:56 PM, Zsolt Vasvari zvasv...@gmail.com wrote: I guess Google cannot get the story straight: The doc says that the Action Bar icon sizes should be 24, 32, 48 square pixels for MDPI, HDPI and XHDPI, repsectively:

[android-developers] License for open source Android project

2012-02-05 Thread Peter Liu
Hi, Anyone know if there is an open source license that prohibits people from republishing an app? I am the author of an open source library called AndroidQuery, and we have a demo app that has many users using it: https://market.android.com/details?id=com.androidquery.simplefeed We want to

Re: [android-developers] License for open source Android project

2012-02-05 Thread Kristopher Micinski
Can't offer you advice on this, but cool library nonetheless.. kris On Mon, Feb 6, 2012 at 12:18 AM, Peter Liu tinyee...@gmail.com wrote: Hi, Anyone know if there is an open source license that prohibits people from republishing an app? I am the author of an open source library called

[android-developers] Failure sending broadcast Intent { act=android.intent.action.SCREEN_ON

2012-02-05 Thread manoj
Hi all, I am getting the following exception some times. W/ActivityManager( 312): Failure sending broadcast Intent { act=android.intent.action.SCREEN_ON flg=0x4010 } W/ActivityManager( 312): android.os.DeadObjectException W/ActivityManager( 312): at

[android-developers] Battery manager : temperature and voltage

2012-02-05 Thread Put_tiMe
If I listen to *ACTION_BATTERY_CHANGED* intent, I get a callback where I get the data about the battery's temperature and voltage. What can be derived from these two values? Does it mean anything? Another question. I read it in other posts, but just wanted to clarify: A normal app *cannot*

Re: [android-developers] Battery manager : temperature and voltage

2012-02-05 Thread Kristopher Micinski
On Mon, Feb 6, 2012 at 12:37 AM, Put_tiMe putt...@gmail.com wrote: If I listen to *ACTION_BATTERY_CHANGED* intent, I get a callback where I get the data about the battery's temperature and voltage. What can be derived from these two values? Does it mean anything? Another question. I read

[android-developers] flash files problems

2012-02-05 Thread Sachin Arora
hi all I have several flash files and videos in sdcard ,and all the files are linking with a single index file .when i run the index.swf file in my computer's browser ,all the files run by a single index file but when i call that index file from java code in apk , then only the content of the

[android-developers] Help!!!

2012-02-05 Thread PIERRE GALOIS GUEVARA DONGO
I need help with my Xperia X8, because try to unlock the bootloader and now does not run, as if dead, I connect to the PC and does not work, is literally dead, I can do something to get my phone? I need help please -- You received this message because you are subscribed to the Google Groups

[android-developers] Publisher language selection

2012-02-05 Thread radadev
I'm an Android developer and I have a publisher account. My publisher page is in Spanish for some reason, and I want to change it back to English. It's not a huge problem because I know Spanish as a second language, but English was my first language, so I'd much rather have it back to that. I

[android-developers] browsing with a hardware keyboard on 2.3.4

2012-02-05 Thread Alex Tomas
hello, i was trying to use usb keyboard with 2.3.4 and found I can't follow links with the enter key. iirc, everything was fine with 2.1. any ideas what's wrong? thanks, Alex -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Should I use Action bars

2012-02-05 Thread Drun
I seen that google is trying to get developers to use action bars instead of menus, but also know that action bars were not put in till 3.x, and I am targeting 2.1 as the min SDK. I have seen that there are a few libraries out there to try to imitate action bars for as far back as 1.6. My

[android-developers] Which is best method to implement Tabular data with fixed header

2012-02-05 Thread Sathish
Dear Friends, I want to display tabular data with fixed header and dynamically updating column data.(Eg. Stock market application which shows fixed header and dynamic data which needs to updates particular column value). Is it better to go for TableLayout or ListView with custom ArrayAdapter.

[android-developers] Android Application Database Maintainence

2012-02-05 Thread ankit.verma
Hi All, I am trying to build an Information Portal type Android Application. Please can anyone answer my 2 questions: 1) I want to build an Android app with a database table of 1000-2000 records.Please can anyone guide how this can be done, How I can build table with all data inserted. 2)

[android-developers] Re: Spinner with a custom dialog (with a searchbox - EditText -, ListView with custom Adapter - results)

2012-02-05 Thread Ravi Vyas
Why don't you just use a Textview which on click opens a dialog/activity with a listview a edittext for search and return the selected value to the TextView. You can design the entire thing so that it looks like a spinner. -- You received this message because you are subscribed to the Google

[android-developers] Re: help regarding development of my app

2012-02-05 Thread Ravi Vyas
You may refer the Google IO app : http://code.google.com/p/iosched/ after you get a hang on Android development -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Android OpenGL: Possibly Running Out Of Memory?

2012-02-05 Thread chris2404
I think that some Android devices dont have enough memory to load the amount of textures, although it could be something else causing the issue, as I said I really dont know what to do with this. There are 28 PNG's being loaded all 1024x1024 which come to a total of 4.8megs. Below is the OpenGL

[android-developers] voice input for people with tremors (or large fingers)

2012-02-05 Thread James Hadley
Hi all, The microphone button on all Android keyboards that I've seen are too small for people with tremors or large fingers. My brother has tremors and was trying to use several of the Android phones with the largest screens. Using Google Mobile's Voice Actions app, he could easily open gmail

[android-developers] How is 'End Call using power button' implemented?

2012-02-05 Thread Prashant Pathak
Hi all. As we all know that there is an accessibility option to end call using power button. What got me thinking was whether its possible to pick up a call using a physical button. This what I know so far. - The API doesn't allow apps to change call state. - Remapping the keys is not a

[android-developers] sendDataMessage() returns NullPointerException

2012-02-05 Thread Brandon
I'm trying to create a simple app to send and receive binary messages between phones. I'm using an EditText to get the message and I have hardcoded my phone number in for testing on my phone for now. The function call looks something like: sms_manager = SmsManager.getDefault(); try {

[android-developers] inherit Listactivity for listview

2012-02-05 Thread aaaanilkumar
share [tw] Is their any way to inherit listactivity but not implementing any Listview in activity . Because I want to inherit second activity from first and my First activity is simply inherited from Activity while second activity is inherited from Listactivity . My first activity is : public

[android-developers] Move all upper left actions somewhere else

2012-02-05 Thread philsward
I would like to make a gripe about the use of the UX upper left corner of the screen. Apple has done this with the iPhone since it's inception and now Android is beginning to push that region of the phone. I personally find the upper left corner to be the absolute worst possible location to have

[android-developers] How to get phone number if a contact has more than one number in Android

2012-02-05 Thread Mai Long Dao
I used this code, and I can get the number from a contact when clicked to a contact. However, some contacts have more than one phone number. How can I access to another cell number. Thanks in advance. Here is my code: //Choose number from phone book setup btnPhonebook.setOnClickListener(new

[android-developers] Play sound files in the conversation

2012-02-05 Thread İbrahim Özdemir
i develop an app. While A and B are making a phone call. A press an button which play an audio file and B hear that audio in the conversation. Is that possible? if it is possible, how can i achieve this? Thank you for your replies.. -- You received this message because you are subscribed to the

[android-developers] Detect Sent Message!

2012-02-05 Thread Pedrito
How can I do to detect a sent message?? I've been trying to do this but it just doesn't work... ContentResolver contentResolver = context.getContentResolver(); contentResolver.registerContentObserver(Uri.parse(content://sms/ out),true, yourObserver); Any idea?? It's drivingme crazy!! -- You

[android-developers] OSM integration

2012-02-05 Thread Anbu
Can anyone pls say me how to integrate OSM in an android application... pls pls im very new to android application development and it is very urgent for my project... pls do help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Android layout editor is plenty of bugs. Will google fix them?

2012-02-05 Thread eldruida
Hello, I know that I can create activities writing xml code. However, the layout would be very useful if weren't full of bugs. I don't understand why doesn't do an effort to fix them. It's stressfull Better they improve the actual features than adding new ones. Bye. -- You received this

Re: [android-developers] Re: 32bit PNG in CS5

2012-02-05 Thread Jean-Francois Im
Set Photoshop to use 8 bits and use File Save for Web and Devices... to export your file. On Sat, Feb 4, 2012 at 18:09, Oliviu Vais oliviu.v...@gmail.com wrote: I dont get it. So what do i have to do? On Feb 4, 10:38 pm, Romain Guy romain...@android.com wrote: In PS 8 bits means 8 bits per

[android-developers] Source not found/ArrayAdapter

2012-02-05 Thread Ozone Apps
Hello Everyone! I am trying to use a spinner, and the program is throwing a Source Not Found error when I set an array adapter to that spinner. The array I am referencing contains valid elements and no null elements...it was working but all of a sudden it kept giving me the error. Any ideas? --

Re: [android-developers] 32bit PNG in CS5

2012-02-05 Thread Jean-Francois Im
I think the text in CS5 is a bit misleading, it refers to 32 bit per channel(ie. 96 bits for R, G and B all together) whereas Android expects 32 bit total(ie. 8 bit per channel, 32 bits total for R, G, B and A). In Photoshop CS5, you can save it as a PNG with an alpha channel using File Save for

[android-developers] Reading files in a background thread

2012-02-05 Thread Dave D
I have a class that reads from an input file fine but when I add it to an Async thread it errors on openFileInput with the method being undefined even though I have imported exactly the same classes Am I not allowed to use this method in the background? code snippet is: public class buildcustomer

[android-developers] setText() not updating, appending() repeating the original button push's result

2012-02-05 Thread e0s
So I have this code: buttonUpdateStatus.setOnClickListener(new View.OnClickListener(){ @Override public void onClick(View v){ textViewStatus.setText(ni.getDetailedState().toString()); } the ni ConnectivityManager reference is being created in the

[android-developers] Multi-stretchable nine-patch (ChessBoard)

2012-02-05 Thread Uniser
Android-SDK: You can have as many stretchable sections as you want: their relative size stays the same, so the largest sections always remain the largest. When I have 5 an less stretchable areas in nine-patch.png it work good. When I have 6 and more stretchable areas nine-patch is blur (diffuse).

[android-developers] Re: can't open keycharmap file

2012-02-05 Thread Zion
This Post on StackOverflowhttp://stackoverflow.com/questions/8584733/android-cant-open-keycharmap-fileis really the only other post specifically about this that I sawAnd I am using Zxing library as was asked by one of the replies. However I am not doing anything with the Zxing library at

[android-developers] Re: can't open keycharmap file

2012-02-05 Thread Zion
I was just wondering the same thing myself...I'm doing some research and I will post anything I find -- 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

[android-developers] Calling Activity based on Content wrapped in a Activity

2012-02-05 Thread Abhishek Singh
Hi... I m Developing 2 activities both of them should be fired when the mimeType is text/plain as shown below.. intent-filter action android:name=android.nfc.action.NDEF_DISCOVERED / category

[android-developers] update skd error

2012-02-05 Thread alaa' attya
when tried to update my sdk i got this message File not found: C:\Program Files\Android\android-sdk\temp \android-2.2_r03-linux.zip (Access is denied) please need your help -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Get broadcast when media is unmounting. Before Media Unmounted

2012-02-05 Thread Vivek Khandelwal
I need to received intent when the media is unmounting. So that I can save the file in sdcard. I used MEDIA_UNMOUNTED, MEDIA_EJECT both are received after the media is unmounted, and at that point it is not possible to save the file. I don't want have a separate thread that will be working in

[android-developers] Android Rendering / shaping for Pashto (Arabic)

2012-02-05 Thread Said Zazai
I'm a newbie Android developer. I'm looking for some help with rendering or text shaping for Pashto language (http:// www.afghanwiki.com/en/index.php?title=Pashto_Script) which is written in arabic script but has additional letters. What's the best way to work on it? any help would be appreciated.

Re: [android-developers] Play sound files in the conversation

2012-02-05 Thread Dhaval Varia
No sorry this is not possible in android.I have worked on it and wasted 3 days. On Mon, Feb 6, 2012 at 2:30 AM, İbrahim Özdemir ibrahimozdemi...@gmail.comwrote: i develop an app. While A and B are making a phone call. A press an button which play an audio file and B hear that audio in the

Re: [android-developers] Help!!!

2012-02-05 Thread Raghav Sood
Sounds like you have managed to brick your device. Anyways, try asking this on a device specific forum. This list is only for developing applications using the SDK provided by Google. Thanks On Mon, Feb 6, 2012 at 2:56 AM, PIERRE GALOIS GUEVARA DONGO pgueva...@upao.edu.pe wrote: I need help

Re: [android-developers] Android testing

2012-02-05 Thread Dhaval Varia
Sorry but i dont think that we should give our application to some one else for testing. Please add if i am wrong On Mon, Feb 6, 2012 at 10:08 AM, Kristopher Micinski krismicin...@gmail.com wrote:

Re: [android-developers] Android OpenGL: Possibly Running Out Of Memory?

2012-02-05 Thread Romain Guy
Are you loading 28 PNGs in a single 1024x1024 texture or are you loading 28 1024x1024 textures? If it's the latter, you need 112 MB of RAM. On Sat, Feb 4, 2012 at 7:52 AM, chris2404 chrisb2...@gmail.com wrote: I think that some Android devices dont have enough memory to load the amount of

[android-developers] Re: SMS Manager

2012-02-05 Thread vivek elangovan
Hi members, Using SMS Manager i m able to send message from one emulator to another emulator which is in my local machine and it is working fine.Is it possible to send SMS from my emulator to another emulator of another machine ? -- You received this message because you are

Re: [android-developers] Android testing

2012-02-05 Thread Kristopher Micinski
On Mon, Feb 6, 2012 at 1:02 AM, Dhaval Varia dhavalkva...@gmail.com wrote: Sorry but i dont think that we should give our application to some one else for testing. Please add if i am wrong Sorry, I just don't see your point.. Your app is already going to be tested by thousands of uses

Re: [android-developers] Detect Sent Message!

2012-02-05 Thread Kristopher Micinski
http://stackoverflow.com/questions/4117701/android-sms-broadcast-receiver ?? kris On Sun, Feb 5, 2012 at 9:32 PM, Pedrito pedrohe...@gmail.com wrote: How can I do to detect a sent message?? I've been trying to do this but it just doesn't work... ContentResolver contentResolver =