Android :: Android - Voicemail Setting Dialog Widget?
Sep 7, 2010
Where can I find the preference widget that is used in the Voicemail number setting in the Android emulator? I'm implementing a feature with a very similar use case and would like to use an obviously already existing preference widget instead of creating a similar custom one by myself. The exact "path" to the setting I mean is: Settings -> Call settings -> Voicemail settings
View 1 Replies
Nov 7, 2010
The Android Developer guidance on Creating a Custom Dialog specifies a layout that starts:
code:........
If I use this code I get a dialog that sits in the centre of the screen with about 40 pixels of the underlying view visible on each side.
What exactly does "fill_parent" mean (for the width and height)?
View 2 Replies
View Related
Apr 26, 2010
I want my dialog box to fill the screen as I have seekbars set on fill parent, and so it makes this tiny dialog in the middle of the screen with tiny seekbars to go along with it.
View 2 Replies
View Related
Oct 16, 2010
I am writing my first application and am trying to get my widget to load a different image when it is added to the home screen based on the state of the notification volume.It is detecting the notification state fine and the proper Toast messages appear when I add the widget, but I'm not getting any icon.I just get an empty button.I'm using the same code to change the icon in my onReceive() method to do other things and that works fine.Is this the proper way to accomplish that?
View 3 Replies
View Related
Feb 14, 2010
same carrier, same phone number, just a new phone -how do i setup my voicemail? i tried going into voicemail settings and doing the "*86ppXXXX#" thing and then called *86, but I just get a busy signal forever.what do i need to do?
View 3 Replies
View Related
Jul 6, 2010
I am not receiving any voicemail indication in the notification bar or on the voicemail icon. Can someone tell me what the settings should be, I have already cld Sprint tech support and they could not help.
View 5 Replies
View Related
Feb 8, 2010
I am developing a desktop widget.I would like to pop up a custom dialog when a remote view is clicked (much like the Facebook widget on Android when the user clicks in the update status field).I know how to use pending intents to launch an activity and have that currently hooked up.
View 2 Replies
View Related
Sep 8, 2010
I just bought HTC Legend. I use couple of widgets. I know how to modify the widget settings before placing on a screen. But how to change the preferences after putting widget in place? I can't find a way how to for instance change a widget icon or behavior. Do I have to remove it and place again?
View 1 Replies
View Related
Jun 30, 2010
Is it possible to disable the 'my location' setting on the HTC Weather Widget? I frequently go to areas where there is no weather data available and would prefer it to stay on, say, London. But I can't see any way of doing this.
View 1 Replies
View Related
Jun 2, 2010
i was wondering if it is possible to get rid of the voicemail from my people widget. i have the single line it has voicemail at the top which means i only have space for 2 other contacts without having to scroll down?
View 5 Replies
View Related
Sep 7, 2009
I'm trying to integrate google search widget, but met a problem when retrieving keywords from google search widget. It only has problem in the following scenario:
1. Launch my application, and click back. 2. Enter keyword in google search widget, i..e 'a', and launch it. Everything works fine. 3. Press Home. 4. Enter keyword in google search widget, i..e 'b', and launch it. But my application still got 'a' from getIntent() method.
The problem seems to be caused by activity life cycle. For step.4, only onRestart -> onStart -> onResume -> ... is called so that I can't get the launching intent from google search widget. The bug goes away if I finish my application in onStop method. (But it will cause problem for landscape<-> portraint switch since onStop is also invoked when switching screen). Is there any way to get the query string from google search widget for this scenario? Or did I miss any setting in AndroidManifest.xml?
View 2 Replies
View Related
Jun 29, 2010
After the update, the factory-installed Voicemail icon was showing that "Couldn't load widget" message. I removed and replace it without a problem. This morning, I got a voice message and now it doesn't show the new message count in the icon.
Not a big deal, but I guess that means they updated that app (current version is V.5.1.0.30). I was hoping they would at least improve the recording quality by providing options for raising the recording frequency so it doesn't sound so "tinny".
View 1 Replies
View Related
Apr 12, 2010
I have a dialog with edittext for input. when i click yes button on dialog, it will validate the input and then close dialog. However, if the input is wrong, i want to remain in the same dialog. every time no matter what input it is, the dialog always automatically close when i click button. How can i disable this. By the way, i use PositiveButton and NegativeButton for the button on dialog
View 2 Replies
View Related
Aug 29, 2010
How to set the default actions for the contacts widget, other than by calling each person. I am abit of a Rom hound so I am regularly wiping my phone. There was definitely a way of setting widget default action in 2.1 but i just cannot find it in 2.2.
View 1 Replies
View Related
Jan 25, 2010
I am having a problem about repeating Login dialog (an AlertDialog) and progress dialog, coordinating with http thread. I suppose repetitive Login dialog (if fail, continue) handling should be common and straightforward. I guess my approach must be wrong somewhere. I already spent 2 days on this and am desperate. So please help. User starts the app, the main activity starts.Show a login dialog (generated by the main thread, i.e. from on Create. The main thread then starts a wait_thread, which will wait for http to return data and check the data and decide what to do.After user input username/password and press login, a progress dialog starts.The progress dialog starts an http_thread to talk to the server and get replies. Once done, it will notify the waiting thread.If the user type in the right username password first time, the code works fine.But it always fail for 2nd time Login, i.e. When first login fail(wrong username/ password),the wait_thread will generate 2nd Login dialog to let user repeat the login process. But after user hit the login on this 2nd Login dialog, the system always crashes.
View 3 Replies
View Related
Dec 29, 2009
I want to make a custom Dialog,because i donot like it"s style,i want get a rounded rectangle rather than rectangle . i know to implement it by theme in Manifest.xml . for example :the code
at activity write:
CODE:............
My question is how to implement this Similar result by extends dialog or alertDialog.
View 1 Replies
View Related
Aug 13, 2010
I'm trying to get my list view to open up an alert dialog to display information when a person clicks on a selection. I have been trying several different things on the Google Developers website that have to do with this but have yet to come up with a result. Here is my code. package table.periodic;
import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ImageView; import android.widget.ListView; import android.widget.AdapterView.OnItemClickListener;...........
View 1 Replies
View Related
Apr 14, 2010
how to create an Alert dialog in a dialog? is it possible to create? My requirement is to show mulitple dialogs simultaneously. I tried creating with the following code snippet onClick of a Button in the first Dialog and got an "BadToken" exception from WindowManager: "Unable to add window -- token null is not for an application"
AlertDialog.Builder builder = new AlertDialog.Builder(getContext()); builder.setTitle("Test Title"); builder.setOnCancelListener(new Dialog.OnCancelListener() { public void onCancel(DialogInterface dialog) { dismiss(); } });
View 4 Replies
View Related
Sep 2, 2010
I have a really weird problem, which I am unable to debug so far. thing is. my app needs to download something to work. So in the beginning of the onCreate() method, I check if that something is already downloaded. If not, I pop a dialog up asking the user to download it.My dialog is shown and I am clicking, so aManager.install() is called. I am passing the context because that aManager.install() pops up a ProgressDialog to show downloading progress and spawns a new thread in which everything is downloaded. So obviously before creating my dialog I make a Handler to receive the response from that aManager.install(). And the response MAY vary, because for example the internet connection isn't available (Exception raised and catched and listener called with different code).Now, when that happens (Exception) I would like to call another dialog saying "something went wrong, would you like to retry?" so another call to showDialog(DIALOG_REINSTALL) (this time with another code).thing is the showDialog() gets called (I can verify this by logging) but the dialogs doesn't show up. Instead my application JUST HANGS Does someone have a clue why it's doing this? No exception raised, absolutely nothing from logcat, I can't tell WHERE it's hanging...just see that the method is called and the dialog should be displayed.
View 2 Replies
View Related
Jan 11, 2010
Alright guys, please bear with me as I'm new to the Droid, Android, and GPS capability in my phone. I downloaded Beautiful Widgets (totally awesome, by the way) and I just want to confirm how the GPS toggle widget works since it seems to just be a shortcut to a setting in the OS as opposed to the wifi and Bluetooth toggle widgets which do their own thing. When you tap the GPS toggle widget it, it takes you the "location & security settings" part of the OS settings. I'm assuming that at this point you either check/uncheck the "Use GPS satellites" to turn on/off the GPS chip in this phone? Can I leave it unchecked and just before I need to get some directions or navigation, turn it back on? What I'm getting at is: Can I turn it on and off according my need for it at any given moment?
View 4 Replies
View Related
Nov 30, 2009
Is there anyway to shut the function off on the weather widget that came with the phone, so when you are traveling in a car its not trying all the time to get info and I'm guessing drain the battery?
View 6 Replies
View Related
Sep 23, 2010
I am trying to run example of facebook android sdk , in that i have run stream example to fetch the
data from facebook. Now hen ever i click on "fconnect" button to log in into facebook i am getting following dialog box. so is it possible to replace this dialog box with following to make it simple ?
View 1 Replies
View Related
May 1, 2010
Voicemail - Google Voice/VZW Visual Voicemail (poll) Which do you use?
View 18 Replies
View Related
Nov 7, 2009
I got the Droid yesterday, and I'm trying to use Google Voice *just* for voicemail. However, it seems like I never get notifications about new voicemail, unless the app is open. Also, recorded voicemail is very soft when it's played back, almost too soft to hear.
View 12 Replies
View Related
Jan 4, 2010
In my notification bar at the top of my screen it says i have 1 voicemail. This notification also pops up when i turn my phone back on from being locked. However, when I check my voicemail, I do not have a new message or any saved messages either. Whats going on and how do I get rid of it?
View 16 Replies
View Related
Jan 28, 2010
for some reason i can't seem to set up my personal yahoo email account. i keep getting an error saying i'm not authenticated? i just logged in with this pc and didn't have any problems. i was trying to set it up using the mail widget google /gmail worked just fine with their widget are they trying to just force me to use gmail only anyone have any similar problems and/or tips to get it set up. i would like to move to one email account but you know how it is, you get on, you get another, people have the old address guess i could forward yahoo to gmail.
View 3 Replies
View Related
Feb 24, 2010
I don't know how to position the progress dialog(the one with the rotating image). When my application starts its display an full screen image and a progress dialog box. I need to moved the progress dialog box a little lower.
View 1 Replies
View Related
Oct 29, 2010
I have been trying to find a way of quickly switching off/on the Mobile Network setting from the home screen. When searching Google there's loads of pages stating that it is an HTC Widget that can be added. I have checked all the widgets on the Desire HD and cannot seem to find it anywhere. I am using an unbranded handset.
The Desire HD manual even states "You can also add widgets that allow you to quickly switch on or off certain settings of your phone, such as Wi-Fi, Mobile Network...".
Does anyone else with an HD handset have this widget ?
View 1 Replies
View Related
Sep 16, 2009
will the device wake up if there is a widget instance on the homepage but the widget provider or receiver is disabled?If I have a widget instance on the home page, but if I were to disable the widget provider from receiving messages by disabling the component, and if I have no components receiving the messages targeted for that widget, will Android still wake up the device?
View 5 Replies
View Related
Aug 27, 2010
One of the things I liked about Sense (I'm rooted now and running the Second Wave ROM) was the HTC weather animations when the screen was unlocked. After installing Widget Locker, I noticed an option to turn them on and now I have them back! I also installed the Weather & Toggle Widget and installed the weather skin that looks just like the Sense weather with the flip clock.The annoying part is that when it's sunny, or partly sunny, the "sun animation" from Sense doesn't perfectly align with the Weather & Toggle Widget weather icon. I know, I know, it's a minor problem and goes away when the animation is done, but the lack of symmetry sometimes annoys the hell out of me.
View 1 Replies
View Related