Android :: Any Application For Placing Multiple Calls In A Row
Mar 25, 2010
I've been hunting for a solution for days and can't find an answer. I've got an application where I need to place multiple calls in a row. I can invoke the dialer just fine and it starts calling the number. The problem is that after the call is over the call log comes up. I don't want the call log to come up. I want the dialer to return to my application after the call is over. How can I do this?
View 3 Replies
Jun 18, 2010
I have an issue with switching between two calls.
You know the screen that shows one call on hold and the other call as active? Say I click on the call that's holding because the first call hung up. My problem is that the first call still shows as holding.
If I simply end the first call, the phone will end ALL calls, and I think this is bad design: the call you're on should be disconnected and the call waiting should become active by default, if you hang up on the first call.
How do I switch to the call holding and get rid of the other call (so, I come out of the call waiting screen back to a regular, "in session" screen") that's no longer in session (other end has hung up)? I
View 3 Replies
View Related
Jul 10, 2012
Is there a PDF reader (or email app?) I can associate with my email accounts which will allow me to highlight/select phone numbers in the text and call them?
View 5 Replies
View Related
Jul 30, 2010
I've had a lot of success getting my random questions about my phone answered on here before, so I thought I would try again. I love my eris as a mini computer, use it for all my apps and emails and everything and it works great. Unfortunately, when it comes to working as a telephone, it sucks. It takes between five and twenty seconds after I click on a contact to place a call, and then when a call is ended or lost the screen either shows black for a while or says "HTC" and then reboots. This is particularly annoying when I lose a call and just want to call someone back, but I have to wait about 30 seconds before my phone even shows me my home screen again. Once I'm on a call its usually fine, but getting the phone screen to load and place calls is super slow. I'm running Task Panel on it, but I don't have it auto-killing anything that HTC makes or that is related to phone calls.
View 26 Replies
View Related
Feb 11, 2010
Intermittent head-set issues, specifically No sound when placing or receiving calls. I receive a call, they can hear me...but I can't hear them. I call them back, only to encounter more of the same. I reboot my phone, all is good...until the next occurrence. Contacted Verizon Tech-center, who walked me through a factory default settings switch. Called Verizon back to inform them that the factory default was not help.
They updated my case, and will have the Tech. dept. call me back. Initially this would happen once a month, now it's two-three times a week. Everything else on the Droid works fine - Internet, Email-Sync, Apps...
View 14 Replies
View Related
Nov 19, 2010
When my Droid2 auto locks (after 10 minutes) I can receive but not place any calls with my bluetooth. Not handy while driving ... have to press the un-sleep button, then swipe the screen lock, then draw the pattern lock, then I can give a voice command.
View 6 Replies
View Related
Sep 29, 2009
Is there any way for me to resize an app to make it smaller and placing it top left? I understand that there is a theme -> Dialog its possible to make the window size smaller but is it possible for me to dictate the x, y, dx, and dy where the dialog has to be placed?
View 2 Replies
View Related
Mar 13, 2010
Does anyone know of any application that allows placing a shortcut on the home screen to a sequence of actions? That one shortcut would, for instance:
Set WiFi Off
Set the Car Mode app on
Set the Disable Car Screen app on
Toggle from 3G to 2G
or another macro shortcut could:
Turn the LockRinger app off
Switch to Silent mode
Turn WiFi on
I've been searching the app market but, so far, I haven't discovered anything offering that sort of handy functionality.
View 5 Replies
View Related
Jul 30, 2010
I have a ListView populated using a SimpleCursorAdapter that has a ViewBinder, and I'm finding that when the ListView is displayed, ViewBinder#setViewValue is called 3 times for each row of the cursor.
CODE:................
And the third time from onMeasure again.
Firstly, is this expected behaviour?
If it is, then what's the best way of performing potentially expensive work in ViewBinder#setViewValue? For example, retrieving the results of another cursor whcih is used to construct the bound view.
Or am I approaching this from entirely the wrong view point?
View 4 Replies
View Related
Oct 3, 2010
I am using setViewValue method of ShowViewBinder to access image inside row of listView. The idea is to load image from internet and display it inside row of listView.
To load image, I am starting new image loader thread, but what I discovered when debugging this code, for each row I am actually starting 3 or 4 threads. I don't understand why. The code in if (columnIndex == ...) is executing more than once.
My code goes something like this:
CODE:...................
View 3 Replies
View Related
May 20, 2010
I have a ListView with custom ArrayAdapter. Each of the row in this ListView has an icon and some text. These icons are downloaded in background,cached and then using a callback, substituted in their respective ImageViews. The logic to get a thumbnail from cache or download is triggered every time getView() runs.
View 4 Replies
View Related
Apr 6, 2014
I am new bee to android app development and planning to develop an application to connect to another application through JAVA APIs.I hope android apps have the ability to interact with JAVA APIs
I want to know which tool should I use for development? What are the steps which I need to perform to connect to the JAVA API? I have the java library files but not sure how to connect. I have knowledge about HMTL and JAVA but never worked on android apps. I want to know the easy and best tool for android app development.
View 1 Replies
View Related
Jun 8, 2010
Need a program to block calls. Telemarketers, debt collectors, annoying ex's etc. Anything like that for the Android? The send to voice mail feature causes them to just leave me voice mail.
View 4 Replies
View Related
Oct 17, 2010
I'm new in the android family (own a Samsung Galaxy i5800) and i would like to know if there is any application that lets you type an sms on the computer and send it to multiple receivers from a contact list through the Smartphone.I have a list of clients and would like to use the free sms/month i have to send them sms. I need to do it through the computer (with the smartphone connected) cause the list is very big and it is difficult to do it through the mobile.
View 8 Replies
View Related
Mar 17, 2010
I seem to be missing something obvious here, why would I want more than one activity per application in Android? Does somebody have some solid examples?
View 3 Replies
View Related
Aug 3, 2010
I'm trying to write an application where I can manipulate the phone (blocking, forwarding, etc). I know there are probably apps that have this functionality, but I'm doing this for work. I've been searching for a long time for a way to deal with the phone on Android and I haven't seen anything that works.
View 4 Replies
View Related
Nov 19, 2010
I would like to run multiple instances of same application for dev purpose. How does app define it's name in the system, through which of the files is that configured.
View 3 Replies
View Related
Jul 1, 2010
I have 2 activities declared as singleTask in my application. The reason for this is, with standard mode, pressing "HOME" in one activity (say A) and launching another (say B), still shows activity A.
However, a new problem arises because of this.
A -> "HOME" -> B (Result : B, Expected Result: B) -> "BACK" -> (Result:A, Expected Result: Home Screen) Any ideas why?
View 1 Replies
View Related
Aug 31, 2010
while making my application layout i want a button to remain at the very bottom of the screen while a scroll view is placed above it. I am unable to do this i was using the size of the scroll view as 430dp so that it works but when i change the orientation of the screen this does not work as 400dp is bigger than the screen. how do i make it so that the button stays at the bottom irresepective of the screen orientation ?
View 3 Replies
View Related
Sep 21, 2010
I need to place two text box in such a way that it sloud look like this..
===================
Username contents contents contents contents
contents contents contents contents contents contents
contents contents contents contents contents contents
====================
Here, the Username is one TextView which is Clickable and "contents" is another TextView.
I had tried with do as above but i couldn't get as desired result..
===================
Username contents contents contents contents
contents contents contents contents contents contents
contents contents contents contents contents contents
====================
View 4 Replies
View Related
Nov 4, 2010
Is there an app available that allows me to make cheap international calls? So far the only only one ive seen gives you a local access number to dial. But the problem with this is that it uses the inclusive mins from your mobile. Are there any apps that gives cheap rates and uses 3g/WiFi to make the calls?
View 6 Replies
View Related
Apr 6, 2009
I am developing a recorder application. It works fine but when phone call comes it records only one way conversation but the caller voice is not recorded. I found audio sources as
recorder.setAudioSource(MediaRecorder.AudioSource.DEFAULT);
Or
recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
How can I enable my application to record phone call ( Both conversation).
View 5 Replies
View Related
Sep 28, 2010
Does anyone know of an app that can record phone calls to certain numbers (where the phone numbers to record can be in the app). I need this for times I ring customer service and they tell me something, then deny saying it later on and ask me to provide proof (that they damn well know I don't have).
I did have a manual call recorder but I kept forgetting to record the calls, especially at times I really should have. Also preferably one that doesn't make a beep in the call, but not absolutely essential. If there is no app available as I explained, could someone please tell me an app that automatically records every call.
View 5 Replies
View Related
Jul 17, 2010
I have an application with two activities and I'd like to be able to have two icons appear in the launcher, each launching the respective activity within the app.Specifically, I want one icon to launch my main app, and another icon to launch my settings activity. Is this possible?This creates two launcher icons, but they both run my main app instead of the second icon running my settings app. I've tried just having the launcher category but then I don't get an icon so it looks like I need the main action as well.Is this the right approach or should I be declaring two applications in the manifest instead?
View 2 Replies
View Related
Aug 20, 2010
I have a single Android application that houses a suite of applications. I want each application to install with its own launcher icon, so I have a few activities with the same intent filter.It works just fine if I close out of an application using the back button. Each launcher icon starts a different activity. However, if I simply send the application into the background using the home button and then try to start a different activity,the one I put into the background is brought to the foreground instead of the correct activity starting.Can I make the multiple icons work or do I need to create a central activity as a way to start all the sub-applications?
View 1 Replies
View Related
Mar 6, 2010
I want to develop UI of the application which looks similar on all screen sizes. I have gone through the Android developer article regarding this. I am using supports-screen tag but then also the screen is displayed not displayed properly in the larger screens. The screen is displayed properly in HVGA and not in WVGA.
I have developed the application using Android 1.6 and set the minimum SDK version as 4. The application is running properly on HVGA avd but not on WVGA avd. Can I know the reason for it? Is there any solution for this? I want that the user interface of the application should look uniform in all the handsets.
View 3 Replies
View Related
Jul 23, 2010
I am looking for a weather app that supports multiple cities like an iphone weather app. I have tried many apps, but could not find the one that I want.
View 9 Replies
View Related
Oct 25, 2010
I'm working on a project where I need to run the BroadcastReceiver for a third party library for a specific Intent. I also want to run some of my own code when the Intent is broadcast. If I supply my own BroadcastReceiver for the same Intent, it seems that only, one or the other runs, but not both, depending on which appears first in the AndroidManifest.xml file. Is it possible to register multiple BroadcastReceivers for the same Intent in the same application and have them all run? AndroidManifest.xml snippet
View 4 Replies
View Related
Apr 13, 2010
I am unable to use the following to code to play multiple sounds/beeps simultaneously. In my onclicklistener I have added
... public void onClick(View v) { mSoundManager.playSound(1);
mSoundManager.playSound(2); } ...
But this plays only one sound at a time, sound with index 1 followed by sound with index 2. How can I play atleast 2 sounds simultaneously using this code whenever there is an onClick() event?
public class SoundManager {
private SoundPool mSoundPool;
private HashMap<Integer, Integer> mSoundPoolMap;
private AudioManager mAudioManager;
private Context mContext;
public SoundManager() {
} public void initSounds(Context theContext) {
mContext = theContext; mSoundPool = new SoundPool(4, AudioManager.STREAM_MUSIC, 0);
mSoundPoolMap = new HashMap<Integer, Integer>();
mAudioManager = (AudioManager)mContext.getSystemService(Context.AUDIO_SERVICE);
} public void addSound(int Index,int SoundID)
{ mSoundPoolMap.put(1, mSoundPool.load(mContext, SoundID, 1));
} public void playSound(int index) {
int streamVolume = mAudioManager.getStreamVolume(AudioManager.STREAM_MUSIC);
mSoundPool.play(mSoundPoolMap.get(index), streamVolume, streamVolume, 1, 0, 1f);
} public void playLoopedSound(int index) {
int streamVolume = mAudioManager.getStreamVolume(AudioManager.STREAM_MUSIC);
mSoundPool.play(mSoundPoolMap.get(index), streamVolume, streamVolume, 1, -1, 1f);
} }
View 1 Replies
View Related
Jun 14, 2010
Shown are a few lines of code. If I play a single sound, it runs fine. Adding a second sound causes it to crash.
private SoundManager mSoundManager;
/** Called when the activity is first created. */
@Override public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); setContentView(R.layout.sos);
mSoundManager = new SoundManager(); mSoundManager.initSounds(getBaseContext());
mSoundManager.addSound(1,R.raw.dit); mSoundManager.addSound(1,R.raw.dah);
Button SoundButton = (Button)findViewById(R.id.SoundButton);
SoundButton.setOnClickListener(new OnClickListener() {
public void onClick(View v) { mSoundManager.playSound(1);
mSoundManager.playSound(2); } } ); }
View 1 Replies
View Related