[android-developers] Bluetooth encryption technique in android

2011-06-06 Thread manish
Dear All I want to set the encryption key size for Bluetooth in Android, but not able to find the files where the exact encryption happens . I have seen that BluetoothSocket class does take encryption as a boolean argument in constructor, but when i followed it to the JNI layer, found that it

[android-developers] How to rectify Transformer exception

2011-06-06 Thread HariRam
Hi guys, I am doing application with parsing XML file. I used TransformerFactory to modify XML file. when i use TransformerFactory in android 2.2 version its working fine, at the same time when using TransformerFactory in android version 2.1 i am getting Transformer exception. Can anybody know how

[android-developers] Installing platforms without internet access

2011-06-06 Thread Raghav Sood
Hi, In a few days time I will be going to my grandparents house which does not have an internet connection. Over there my new laptop (Macbook Pro) will be sent to me. I am taking the android starter package, eclipse and adt plugin with me on my pendrive. Is there any way to download and keep the

[android-developers] Re: How to rectify Transformer exception

2011-06-06 Thread Zsolt Vasvari
Sure, you look at the exception and its stack trace. Then try to determine, using various debugging tools at your disposal, what in your code could be causing the problem. That will be $50 which you can PayPal to me. On Jun 6, 2:27 pm, HariRam hariram1...@gmail.com wrote: Hi guys, I am

[android-developers] Integrating Facebook in Android application

2011-06-06 Thread Goutom
Hello All Now I am trying to integrate facebook in my android application.I have a text box and a button named share in my application.I will write something in the text box and will press button share, then a facebook login form will come and after entering the username and password it will post

Re: [android-developers] Android application pause/resume state.

2011-06-06 Thread Dalvin
Hi TreKing In my application I want to log how many times my application gets paused i.e. some outside activity appears on the top of it. Thanks Dalvin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Integrating Facebook in Android application

2011-06-06 Thread Sivasankar K
you better use the github source for facebook,because it's standard api developed by facebook itself... from the link https://github.com/facebook/facebook-android-sdk or else try with fbconnect, http://code.google.com/p/fbconnect-android/ On Mon, Jun 6, 2011 at 12:51 PM, Goutom

Re: [android-developers] Re: A tricky but simple solution for who requires modal dialog

2011-06-06 Thread Dianne Hackborn
There are actually a lot of dialogs you will see in the base platform that are implemented this way. It definitely works. Having the content behind go black typically indicates your theme is messed up and telling the system you have a full-screen UI even though you don't, so it mistakenly thinks

[android-developers] Problem with ActivityManager

2011-06-06 Thread murthy.krishn...@gmail.com
Hii, I am getting an error Cannot find symbol: moveTaskToTask when I am using the function void moveTaskToTask(int,int) on ActivityManager object. I have seen the function at http://developer.android.com/reference/android/app/ActivityManager.html. Can any plss help me wid dis.. THanks, --

[android-developers] Adding a bookmark different behavior on Galaxy S

2011-06-06 Thread Fina Perez
Hi all! I wanted to add a bookmark to the default browser of the phone from my app with an url where the client can download an app. So the url ends with .../myApp.apk It's working perfect in almost all the devices except in the Samsung. I have to add an/ after .apk to make the bookmark visible

[android-developers] Identifying user - email, phone number, FB and gmail?

2011-06-06 Thread -v-
Hi, I am developing an Android app but I wanted a way to uniquely identify the user. However I dislike the idea of creating username and password since I find that will be inconvenient for the user. The alternative that I was thinking was, 1. Facebook login 2. Gmail login, 3. Email id 4. Phone

[android-developers] Issue: Image is zoomed on the android canvas.

2011-06-06 Thread Rahul Thakur
Hello, I am drawing an image `canvas.drawBitmap(bg,0,0,null);` of size 480 x 320, but I am not getting the correct size image on the screen. It's showing a zoomed out image only part of the Image is visible. I have remove the title and status bar from the window.

[android-developers] Game crashes after short time

2011-06-06 Thread Finnboy11
I'm a new developer and I'm working with a game for Android. The game runs smoothly in USB debugging mode and I have just coded the interface and some touch effects to it. However, after about 20 seconds of running the program it shuts itself down. First it displays the white color drawn with

[android-developers] how to create xml file in android

2011-06-06 Thread raj
I want to create xml file in my project for saving some data to it please can anyone help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] how to add a second text view in group_row of expandable list?

2011-06-06 Thread juliagrig
hi, I tried many ways to display another textview in group_row of expandable list, but all of my attempts failed. I put it first of all on xml file only, then i tried to display it from getGroupView, but it does nothing. The image view works fine by setGroupIndicator, bur the text view or other

[android-developers] MD5 Hash On Android Does Not Match Dot Net MD5 Hash

2011-06-06 Thread Ratfish
I've got a problem where a MD5 Hash function in Android generates a different hash than a similar routine in .NET. The Android hash is calculated as J0t��j#߸� bq- �, while the .NET hash is calculated as SjB0j+xqI9+4hxticS0Cjw==. Is this due to a character set issue? Unicode versus non-unicode?

[android-developers] MD5 Hash On Android Does Not Match Dot Net MD5 Hash

2011-06-06 Thread Ratfish
I've got a problem where a MD5 Hash function in Android generates a different hash than a similar routine in .NET. The Android hash is calculated as J0t��j#߸�bq-�, while the .NET hash is calculated as SjB0j+xqI9+4hxticS0Cjw==. Is this due to a character set issue? Unicode versus non-unicode?

[android-developers] ExpandableListView on 2.3+?

2011-06-06 Thread Alex
As per issue 12977[1], has anyone managed to get the group indicators to position themselves properly on a Gingerbread device? If so, how? - alex 1: http://code.google.com/p/android/issues/detail?id=12977 -- You received this message because you are subscribed to the Google Groups Android

[android-developers] button back home with AppInventor

2011-06-06 Thread Kuka
Hi Developers! I'm a new android developer. I'm trying to make an app with AppInventor. I would ask you a question: how i can insert the botton back home in my app?? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] dynamic font size

2011-06-06 Thread ivano borsato
hello, how do I calculate the font size of a TextView so that always occupy a certain percentage of the screen? now I spit it out: ---8---8- . densityNormal = Float.parseFloat(1.0); densitySub = Float.parseFloat(0.75); densityIper = Float.parseFloat(1.5); densityExtra =

[android-developers] Running app with flags i.e. --enable-file-cookies

2011-06-06 Thread DG
Hi All, I need to run app with some flags on android device. Does anyone know how to start app with flags such as --enable-file-cookies? for example : myapp.apk --enable-file-cookies Thanks a lot, Dinesh -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Contacts DISPLAY_NAME format logic change...

2011-06-06 Thread Vasiliy Petrov
Hi, guys! I'm started to use Android device just recently (Incredible S), so maybe I want something unusual from it. On Windows smartphones I could choose in each contact how I want to see it in the list or on dial screen (I think it uses some analog to DISPLAY_NAME field). I very actively use

[android-developers] Alias Resources XML in OpenGL

2011-06-06 Thread Matt
Hello, hoping I can get some help here... I have a game on the market already, Sean McNulty Skateboarding, that uses OpenGL to load bitmaps using this plane.loadBitmap(BitmapFactory.decodeResource(getResources(), R.drawable.board),12); But I have 5 different

[android-developers] Foreground Service with Timer problem

2011-06-06 Thread gijsvb
Hi everyone, I am developing an application that checks connectivity to a server at given interval. I use a foreground service with notifications for this. The problem is that everything works fine as long as the phone is awake (screen turned on). From the moment I turn of the screen by pressing

[android-developers] 回覆:How to draw button on canvas?

2011-06-06 Thread Arlen
I have same experience(I'm using imageswitcher), no matter how to use setRight setX ... there no working, but I can get correct position I set in log. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Beginners help?

2011-06-06 Thread jakeg...@hotmail.co.uk
Hi, I was just wondering if someone could tell me exactly how to do the following things in Android Code (I'm using Eclipse): --Embed individual images --Create multiple pages and who to link to them I've only just started and if I could get these do things down I'll be away and making apps!

[android-developers] Problem in creating new activity after dialing native phone caller application

2011-06-06 Thread CBS
Hi All, I am kind of stuck in this problem any help would be really appreciated. Here is the scenario. I run the phone call intent in a loop with PhoneListener. Here are the steps: 1) Start the phone call intent and wait for the phonestatelistener to come to idle state 2) Once the phone state

[android-developers] RatingBar: is it possible to specify the size of stars ?

2011-06-06 Thread boraldomaster
Here is my style: style name=StarRatingBar parent=@android:style/ Widget.RatingBar item name=android:progressDrawable@drawable/ star_ratingbar_full/item item name=android:minHeight60px/item item name=android:maxHeight60px/item item name=android:minWidth60px/item

[android-developers] Unable to connect to internet using wired connection and emulator

2011-06-06 Thread Vicky
I am trying to open a website using browser from android emulator but it says page doesn't exist, even if I am trying to access http://www.google.com This is what log says: 06-06 11:19:43.319: DEBUG/SearchDialog(258): launching Intent { act=android.intent.action.VIEW dat=http://www.google.com/

Re: [android-developers] packet sniff

2011-06-06 Thread Takeyuki UEDA
How about Shark, the android version of wireshark? You can find this on the android market. - Takeyuki On 2011/06/03, at 15:56, smokerpg smokerpg...@gmail.com wrote: run app in emulator(ADB) and capture the packet. If you are looking for HTTP headers only, then go to following page to

[android-developers] Preloading Data To Toggle buttons

2011-06-06 Thread Ron
Hello All, I'm trying to detect the states of multiple system resources. A few for example. Data Roaming, Bluetooth, Airplane mode. The goal, is to detect whether they are on or off, then set toggle buttons to there current state. I've seen in the Dev Resource area how to find them

[android-developers] Not able to position toggle button light

2011-06-06 Thread Manju
Hi, I have requirement of using my own background and blue light for toggle button. using this not able to custom position light of toggle button, currently, it is always placed to the bottom of button. I want to move it above and just below center of button. I tried with paddingBottom but

[android-developers] AlertDialog + setMultiChoiceItems + cursor, oh my!

2011-06-06 Thread Kent Loobey
Has anyone got this dialog to work? How does one get the selected checkbox to reflect the change when clicked? = String myList = ROW_ID + , + ITM_DESC + , + ITM_CHECKED; final Cursor myCursor = myDB.rawQuery( SELECT + myList + FROM + myTable

[android-developers] Android MD5 Hash doesn't match Hash generated from .NET application

2011-06-06 Thread aa...@radich.com
I'm using the following Android code to generate a HmacMD5 hash. When I generate the hash from the Android App I get the following: J0t��j#߸� bq- �. When I generate the hash from a .net console application I get: SjB0j+xqI9+4hxticS0Cjw==. Notice the difference and that the Android has has

[android-developers] Creating a bitmap based App Widget

2011-06-06 Thread Per Magnus Veierland
I've created a bitmap based app widget for Android homescreens. The whole widget is rendered as one image, and rendered unscaled using an ImageView. To create the bitmap I need to know the exact dimensions of the widget. At the moment I'm doing this by using the Android guidelines for the

[android-developers] What is the default behavior of the MediaPlayer

2011-06-06 Thread maddesa
Greetings, I am attempting to play a preview of a song in my application. THis is accomplished quite simply using the standard mediaplayer API and seemd to work exactly as I want it to. My question is this: Does the MediaPlayer save the file music file on the device somewhere? the main thrust

[android-developers] ACTION_APPWIDGET_CONFIGURE not being received

2011-06-06 Thread chris
Hello, I have been trying to implement an application that uses the ACTION_APPWIDGET_CONFIGURE action to configure an app when it is first installed. I have been using the discussion at http://developer.android.com/guide/topics/appwidgets/index.html#Configuring as a reference to accomplish this.

[android-developers] ISSUE about get phone number and background process is killed.

2011-06-06 Thread amnart asayavachira
To Android Developer Hello. I am new android developer and a litte english . I has one project that have two issues. 1. getLine1Number() isn't work. I want to get a phone number from device but get null. i try to solve this problem and l get some detail that is telephone card has

Re: [android-developers] Re: why keyboard not launched from status bar edittext ??

2011-06-06 Thread abdul waheed
I am having problem to run my first example hello world. :( On Sun, Jun 5, 2011 at 12:37 AM, Eric Carman ewcarma...@gmail.com wrote: I was wondering if you ever found an answer to this? I am having a similar problem where entering a character from the soft-keyboard causes the quick search box

[android-developers] Emulator Error

2011-06-06 Thread visualfemi...@yahoo.com
people please I need help with my android development enviroment I have setup my Eclipse IDE and installed my andoid sdk platform but each time I run the AVD it always gives me an error like this ; emulator: ERROR: no search paths found in this AVD's configuration. Weird, the AVD's config.ini file

[android-developers] Re: Soft keyboard 'Done' button

2011-06-06 Thread songoku
I have the same problem on HTC Nexus One. But OK on Emulator. Anyone know why? On May 25, 3:41 pm, Neilz neilhorn...@gmail.com wrote: To bring this to the top again... Yes, I'm having problems with it, the DONE button never appears! Anyone else have experience with this? On May 22, 11:10 

Re: [android-developers] Re: Send SMS

2011-06-06 Thread SULIMAN khan
i m busy On Fri, Jun 3, 2011 at 7:13 PM, Muhammad Umair umai...@gmail.com wrote: No response so far. On 2 Jun 2011 22:44, Muhammad Umair umai...@gmail.com wrote: I have created a application of android who can able to send sms . that was great. One problem i am facing that if i want to

Re: [android-developers] Re: Communication with Flash (swf)

2011-06-06 Thread abdul waheed
hi, r u android developer, i need help to install n run android apllicatino On Sun, Jun 5, 2011 at 2:02 PM, sleith raysle...@gmail.com wrote: Hi, really thanks for your answer :) Did you ever tried this before? So the android app will continuously looping every x second to read a file for

[android-developers] PreLoading Toggle Button States

2011-06-06 Thread ronroseman2...@gmail.com
Hello All, I'm trying to PreLoad information to my toggle buttons. An example: If Bluetooth is enabled I was the Toggle Button to show On. If Airplane Mode is not enabled then I want the Toggle Button to show Off. I know how to make them turn off/on when the app is loaded, but I don't know

[android-developers] AlertDialog + setMultiChoiceItems + cursor, oh my!

2011-06-06 Thread Kent Loobey
Has anyone got this dialog to work? How does one get the selected checkbox to reflect the change when clicked? = String myList = ROW_ID + , + ITM_DESC + , + ITM_CHECKED; final Cursor myCursor = myDB.rawQuery( SELECT + myList + FROM + myTable

[android-developers] Invisible Activity

2011-06-06 Thread Marc
Hey, I would like to create an app that changes the volume and then exits. For that I obviously won't need an UI or service, as a toast is enough. So how exactly do I write an invisible activity? I tried android:visiblity=gone in the Android Manifest, that that didn't work. I guess that's a

[android-developers] PDF in Listview from Database

2011-06-06 Thread tamer hatoum
Dear All; I want to build a new app which will show in a ListView all my PDF books extracted from Database and onclick it will open the PDF selected... What is the best way to store my pdf files ?? which database is better to use?? and how to extract it in the listview?? I am new in android

[android-developers] Data Storage between updates -- help!

2011-06-06 Thread the Baron
My android app creates a .ser File in internal storage that saves serialized object data from user input. The users can see the saved data via the app GUI every time they open the app. The problem is that when I release an update to the app and users install the update, all the saved data is

[android-developers] scrolling in multiple custom listview inside a tabhost

2011-06-06 Thread vijay
i having tabhostin my application inside that, i have 3 custom listview the problem is scrolling is not working in real device but in emulator it working fine.i ported the application in samsung galaxy tab with android 2.2.and the emulator also the same. i don't know the reason any idea about

[android-developers] How to post to this group from my email client?

2011-06-06 Thread gritty
Whenever I post a message to this group from my email client it never shows up here. Why? Note, the email address I send the message to is: android-developers@googlegroups.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Grant SU to app before it accesses root

2011-06-06 Thread Mike
I am trying to create an application that takes advantage of Dynamic Voltage and Frequency Scaling (DVFS). My phone is rooted and I can successfully scale my device with the following command: psProc = Runtime.getRuntime().exec(new String[]{su, -c, echo 30

[android-developers] Dialog and Progress Dialog issues on Orientation Change

2011-06-06 Thread sahana uday
Hi, I'm using showDialog() and onCreateDialog() methods for displaying Dialog and Progress Dialog. But on orientation change it recreates the Dialog and Progress Dialog, due to which I'm facing the below problem: 1. Related to Progress Dialog: Current Behavior: I'm using Progress Dialog to send

[android-developers] I need help

2011-06-06 Thread abdul waheed web2sol
I am newbie to android, but i am experienced web developer, i need some one to tell me why i was unable to run application/ project of hello world . i followed youtube tutorial, as well as android developer guide for installing SDK n helloanrdoid first program. I found there i need eclipse, jdk 6,

[android-developers] Facebook

2011-06-06 Thread Vannian
Hi guys, I am tring upload an image from my phone to facebook in android. The problem is I am able to connect but not able to upload. The comand I used is: package com.uploadfacebook; import java.util.Collections; import

Re: [android-developers] MD5 Hash On Android Does Not Match Dot Net MD5 Hash

2011-06-06 Thread Nikolay Elenkov
On Sat, Jun 4, 2011 at 7:16 AM, Ratfish aaron.rad...@gmail.com wrote: I've got a problem where a MD5 Hash function in Android generates a different hash than a similar routine in .NET.  The Android hash is calculated as J0t��j#߸� bq- �, while the .NET hash is calculated as

Re: [android-developers] MD5 Hash On Android Does Not Match Dot Net MD5 Hash

2011-06-06 Thread Nikolay Elenkov
On Mon, Jun 6, 2011 at 5:58 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Sat, Jun 4, 2011 at 7:16 AM, Ratfish aaron.rad...@gmail.com wrote: I've got a problem where a MD5 Hash function in Android generates a different hash than a similar routine in .NET.  The Android hash is

Re: [android-developers] I need help

2011-06-06 Thread Mohammed Hossain Doula
You are not mentioning what the problem you are facing. So, unless stating your problems specifically nobody can help you. On Sun, Jun 5, 2011 at 1:01 AM, abdul waheed web2sol sayfrnds...@gmail.comwrote: I am newbie to android, but i am experienced web developer, i need some one to tell me why

[android-developers] Handling Screen OFF and Screen ON Intents

2011-06-06 Thread souissi haythem
I'm trying to get a BroadcastReceiver invoked when the screen is turned on or off. In my AndroidManifest.xml I have specified : receiver android:name=.ScreenReceiver intent-filter action android:name=android.intent.action.SCREEN_ON/action

[android-developers] tablet feature - how to turn off buttons and time display?

2011-06-06 Thread mot12
I have an app displaying a beside alarm clock. Now one user having a XOOM wrote this: Motorola xoom has buttons and time display within the screen. I have seen other apps turn it off,'or really make the buttons into tiny dots virtually unnoticeable. I don't have a tablet, let alone a XOOM :(.

Re: [android-developers] ACTION_APPWIDGET_CONFIGURE not being received

2011-06-06 Thread Kostya Vasilyev
Chris, You have a MAIN/LAUNCHER intent filter for your widget configuration activity. This marks it as the entry point into your application, and it will be shown in the application drawer (Launcher). Is this what you really want? If it's launched like this (as opposed to when you go through

Re: [android-developers] ExpandableListView on 2.3+?

2011-06-06 Thread Kostya Vasilyev
Yes, no issues at all. Two devices, both running 2.3.3 (one of them was at 2.3.2 as of last week). Same code works fine on a 2.1 device and worked on a 2.2 device (before I flashed it to 2.3.3). Make sure to use this to set the left margin for the group items' content:

[android-developers] Re: setBouncing() throws exception for ExpandableListview

2011-06-06 Thread shipi
Hi with this statement, mReminderExpListView.setBouncingEnabled(false); im getting err as this method is undefined for the type ExpandableListView . So i tried ((BouncingListView) mReminderListView).setBouncingEnabled(false); this also gives err :( pls give me suggestions. On Jun 4, 3:10 am,

[android-developers] Login form

2011-06-06 Thread Knutsford Software
I am trying to build a login form to the mobile version of a web site but I am not sure of what the procces is. Do you post the login parameters to a php script on the server then return if they are ok or not then call the index.php from the app if they are or does the php script on the

Re: [android-developers] tablet feature - how to turn off buttons and time display?

2011-06-06 Thread Mark Murphy
setSystemUiVisibility(View.STATUS_BAR_HIDDEN) will move the system bar into lights out mode. On Mon, Jun 6, 2011 at 5:55 AM, mot12 martin.hu...@gmail.com wrote: I have an app displaying a beside alarm clock. Now one user having a XOOM wrote this: Motorola xoom has buttons and time display

Re: [android-developers] Data Storage between updates -- help!

2011-06-06 Thread Mark Murphy
On Sun, Jun 5, 2011 at 6:35 PM, the Baron theworlde...@gmail.com wrote: My android app creates a .ser File in internal storage that saves serialized object data from user input. The users can see the saved data via the app GUI every time they open the app. The problem is that when I release an

Re: [android-developers] Handling Screen OFF and Screen ON Intents

2011-06-06 Thread Mark Murphy
One problem is that you are using Toasts instead of logging to LogCat with the android.util.Log class. On Mon, Jun 6, 2011 at 5:15 AM, souissi haythem haythe...@gmail.com wrote: I'm trying to get a BroadcastReceiver invoked when the screen is turned on or off. In my AndroidManifest.xml I have

Re: [android-developers] Invisible Activity

2011-06-06 Thread Mark Murphy
android:theme=@android:style/Theme.NoDisplay on your activity element in the manifest should do the trick. On Sun, Jun 5, 2011 at 7:28 AM, Marc marcolebull...@googlemail.com wrote: Hey, I would like to create an app that changes the volume and then exits. For that I obviously won't need an UI

Re: [android-developers] Android MD5 Hash doesn't match Hash generated from .NET application

2011-06-06 Thread Mark Murphy
You are not generating Base64 output from the Android code, as is blindingly obvious by looking at your output and seeing that it is not Base64-encoded. I have no idea if EncodingUtils is supposed to support Base64 -- that's not documented. On Fri, Jun 3, 2011 at 3:10 PM, aa...@radich.com

Re: [android-developers] import error in AIDL, guessing Android.mk needs fixing.

2011-06-06 Thread Mark Murphy
Questions regarding modifying firmware do not belong on this list. Visit http://source.android.com. On Mon, Jun 6, 2011 at 1:11 AM, maliha malihamari...@gmail.com wrote: Hi, I am writing an aidl which will needs to use NetworkInfo from com.android.internal.telephony.gsm.NetworkInfo, I am

[android-developers] LVL - license validity timestamp

2011-06-06 Thread Zsolt Vasvari
Recently, I've been getting a lot messages from users about how I am asking for the network to be enabled to verify the license using LVL. I throw up this message whenever I cannot contact the licensing server. I haven't had any complaints until the last couple of weeks, so I investiagated the

[android-developers] Re: EditText and the unwanted Quick Search Box

2011-06-06 Thread Eric Carman
System Logs showing the Quick Search Box being triggered. Here the app begins to be displayed. - 06-06 07:10:54.837: INFO/ActivityManager(96): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]

[android-developers] Re: Amazon AppStore, are you earning something from there?

2011-06-06 Thread Michael Chips
No. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Wheel View.

2011-06-06 Thread shanmu nathan
Hi guys, I do one android application. in my application i use the whell view.. i need to disable the Number selection from the wheel when ever i click the submit button.. i dont knw how to do that.. anybody can help me.. its urgent... -- With Regards, SHANMUGANATHAN. A Software

[android-developers] Re: Handling Screen OFF and Screen ON Intents

2011-06-06 Thread souissi haythem
I CHANGED IT INTO LOG Log.e(ON,Device Haythem SCREEN TURNED ON); Log.e(Off,Device Haythem SCREEN TURNED Off); it still not working??? On Jun 6, 1:00 pm, Mark Murphy mmur...@commonsware.com wrote: One problem is that you are using Toasts instead of logging to LogCat with the android.util.Log

[android-developers] Re: Handling Screen OFF and Screen ON Intents

2011-06-06 Thread souissi haythem
it's good I got the answer hear http://groups.google.com/group/android-developers/browse_frm/thread/81d84efa68578924?scoring=dq=screen_on; = Screen_on/off not working via the manifest thank u mark :) On Jun 6, 1:45 pm, souissi haythem haythe...@gmail.com wrote: I CHANGED IT INTO LOG

Re: [android-developers] Android application pause/resume state.

2011-06-06 Thread TreKing
On Mon, Jun 6, 2011 at 2:22 AM, Dalvin singh.dal...@gmail.com wrote: In my application I want to log how many times my application gets paused i.e. some outside activity appears on the top of it. That's it? Hardly seems worth the effort if you ask me. But hey, it's your app and your time.

[android-developers] HoverView in Android

2011-06-06 Thread Vivek Tamrakar
Can anyone help me in creating HOVER VIEW Animation in android. -- - Thanks Regards, Vivek Tamrakar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: setBouncing() throws exception for ExpandableListview

2011-06-06 Thread TreKing
On Mon, Jun 6, 2011 at 5:17 AM, shipi yaso.r...@gmail.com wrote: pls give me suggestions. I already gave you a suggestion. You ignored it. - TreKing

[android-developers] is XMLENC in Android possible?

2011-06-06 Thread genxsol
Hi Group, could anyone please let me know if XMLEnc library available in Android or if there is anyway i can use it 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] Question regarding Vending.apk

2011-06-06 Thread Tushar
On the latest release once the phone powers up I see that Vending.apk erases the contents from /cache partition on receiving the intent android.intent.action.SIM_STATE_CHANGED or android.intent.action.LOCALE_CHANGED. Is this change really needed ??. Could someone from Google Android team comment

[android-developers] is XMLENC in Android possible?

2011-06-06 Thread genxsol
Hi Group, could anyone please let me know if XMLEnc library available in Android or if there is anyway i can use it Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How can I get app ratings to display on my website?

2011-06-06 Thread TreKing
On Mon, Jun 6, 2011 at 12:24 AM, Spiderfly Studios spiderflystud...@gmail.com wrote: Any ideas? Pick a site that does this and scrape it. There's nothing official to do this (AFAIK). - TreKing

Re: [android-developers] Re: setBouncing() throws exception for ExpandableListview

2011-06-06 Thread Kostya Vasilyev
He's getting a compile time, not run time error. Which does not seem surprising: http://developer.android.com/search.html#q=setBouncingEnabledt=0 produces no results. A search for BouncingListView gives no results either. Shipi - if you are working with sample code, look there to see what

Re: [android-developers] How to post to this group from my email client?

2011-06-06 Thread Kostya Vasilyev
Google Groups doesn't relay posted messages back to the sender. -- Kostya 2011/6/6 gritty k...@uoregon.edu Whenever I post a message to this group from my email client it never shows up here. Why? Note, the email address I send the message to is: android-developers@googlegroups.com --

Re: [android-developers] Identifying user - email, phone number, FB and gmail?

2011-06-06 Thread TreKing
On Mon, Jun 6, 2011 at 3:33 AM, -v- vishal.changr...@gmail.com wrote: My question is - Is It legal to display the a user's email id or phone number to other users? A) If you need to ask is it legal? you need to ask a lawyer. B) I hope you're joking about displaying your users' emails or

Re: [android-developers] how to create xml file in android

2011-06-06 Thread TreKing
On Sat, Jun 4, 2011 at 2:37 AM, raj h.rajkumarre...@gmail.com wrote: I want to create xml file in my project for saving some data to it please can anyone help me http://www.catb.org/~esr/faqs/smart-questions.html

[android-developers] Re: Handling Screen OFF and Screen ON Intents

2011-06-06 Thread souissi haythem
for more detail: http://androidorange.blogspot.com/2011/06/manipulation-screen-off-and-screen-on.html On Jun 6, 2:20 pm, souissi haythem haythe...@gmail.com wrote: it's good I got the answer hearhttp://groups.google.com/group/android-developers/browse_frm/thread/8... = Screen_on/off not

[android-developers] Android 3.1 presentation - Portland Code Camp 2011

2011-06-06 Thread Sean Sullivan
I gave a presentation on Android 3.1 at Portland Code Camp on June 4th. The slides are available here: http://www.slideshare.net/sullis/android-31-portland-code-camp-2011 Sean -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Detecting the white-black runs in a barcode

2011-06-06 Thread gaara
Hi everybody , I wanna know if someone has already make a class for detecting the presence of a barcode in a image, only the detection not the scan !!! Peace, Gaara -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: MapFragment

2011-06-06 Thread Karl Wagner
I'm sorry to say that this is still a problem. We are trying to create an application with a very location-centric workflow. The problem is that we need tabs which you can navigate inside of, but the workflow is rather complex and we do not want to use an ActivityGroup for that reason

[android-developers] Re: Dialog and Progress Dialog issues on Orientation Change

2011-06-06 Thread Streets Of Boston
Are you sending a request to the server in the implementation of the 'onCreateDialog(...)' method? If so, this is not good. The onCreateDialog is called by the OS when the hosting activity is recreated due to a config change when a dialog is shown using the showDialog method (i.e. an

Re: [android-developers] Beginners help?

2011-06-06 Thread TreKing
On Sat, Jun 4, 2011 at 2:41 PM, jakeg...@hotmail.co.uk jakeg...@hotmail.co.uk wrote: I was just wondering if someone could tell me exactly how to do the following things in Android Code (I'm using Eclipse): Define exactly ... --Embed individual images What does that mean? --Create

[android-developers] Re: HoverView in Android

2011-06-06 Thread Streets Of Boston
What is *hover view* animation? -- 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] Problem with ActivityManager

2011-06-06 Thread TreKing
On Mon, Jun 6, 2011 at 3:12 AM, murthy.krishn...@gmail.com murthy.krishn...@gmail.com wrote: I am getting an error Cannot find symbol: moveTaskToTask when I am using the function void moveTaskToTask(int,int) on ActivityManager object. I have seen the function at

[android-developers] ontap and tabhost

2011-06-06 Thread ArcDroid
hello, I am trying to click on a geo point and then open another tab. here is my code public class MapItemizedOverlay extends ItemizedOverlay { public MapItemizedOverlay(Drawable drawable, Context context) { super(boundCenterBottom(drawable)); mContext =

Re: [android-developers] Game crashes after short time

2011-06-06 Thread TreKing
On Sun, Jun 5, 2011 at 2:03 PM, Finnboy11 djfinnbo...@gmail.com wrote: After it the game just closes down with no notable effects or results. If that's the extent of the information you have to provide, the best I can tell you is use logging and your debugger to figure out what's going on.

Re: [android-developers] button back home with AppInventor

2011-06-06 Thread TreKing
On Sat, Jun 4, 2011 at 11:38 AM, Kuka francesco.cuc...@gmail.com wrote: I would ask you a question: how i can insert the botton back home in my app?? I would ask you a question: why insert the botton back home in your app when devices have a dedicated Home button??

Re: [android-developers] Question regarding Vending.apk

2011-06-06 Thread Mark Murphy
SDK applications should not be using the cache partition. Use getCacheDir(), please. On Mon, Jun 6, 2011 at 8:40 AM, Tushar tushar.maha...@gmail.com wrote: On the latest release once the phone powers up I see that Vending.apk erases the contents from /cache partition on receiving the intent

Re: [android-developers] Re: A tricky but simple solution for who requires modal dialog

2011-06-06 Thread Qi Luo
I guessed so. It did look like a fullscreen activity which was really not. I'll give another try. Thanks. On Mon, Jun 6, 2011 at 3:43 PM, Dianne Hackborn hack...@android.com wrote: There are actually a lot of dialogs you will see in the base platform that are implemented this way. It

Re: [android-developers] Foreground Service with Timer problem

2011-06-06 Thread TreKing
On Sat, Jun 4, 2011 at 7:08 AM, gijsvb gijs.vanden.bro...@gmail.com wrote: So i am doing anything wrong here? This is a really important piece of my application so this bug really has to be fixed. Can someone help me please? That's a lot of random, unformatted code to look through, but one

  1   2   3   >