Android :: App For Call Reporting
Jul 8, 2010
Is there an app available to do reporting from my call log?I would like to see total seconds outgoing and incoming, top callers, etc, like you would on a normal call management system.I would like to compare this to what my carrier allege I'm doing.
View 6 Replies
Oct 6, 2010
I am looking for a traffic reporting app so that when I am on the road, I can report traffic conditions from my phone. There are several available to see traffic conditions, but I can't seem to find any that allow me to report issues.
View 2 Replies
View Related
Jul 31, 2010
Do you know any crash reporting library for Android?I don't want to spend a lot of time to write my own reporting system.The output can be send to the email or some kind of server.I know that Google introduced crash reporting in Froyo, but I want something for older versions of the system.
View 2 Replies
View Related
Jul 7, 2010
I've just released an update to my app and the apk file is 3.5mb on my system. It is reported as 3.5mb in the developer console. But in the market it is showing up as 7.02mb. I'm now getting comments that that app is too big and I feel people may not purchase it if they think it will take up 7mb of space.
View 6 Replies
View Related
Nov 20, 2010
Phonearena.com reporting no Froyo until 2011 for Galaxy S in the U.S. The article mentions the vibrant and captivate specifically. Not all Samsung Galaxy S phones will get Android 2.2 this year
View 8 Replies
View Related
Dec 21, 2009
I just got a Moto Droid for business use. If I can't find a workable travel expense app I may have to return it and find something else The biggest problem I'm having in finding what I need is that everything I've tried so far assumes that all expenses will occur in a single currency. Many offer "multiple currencies," but that just means that all expenses are tracked in dollars or euros or pounds, etc. What I need is the ability to enter an expense for a meal purchased in dollars at the airport in Atlanta, and then the next day enter a meal purchased in euros in Paris. I need to be able to have the euro expenses tracked in euros for the same report as expenses tracked in dollars. And I need to be able to record expenses in at least 4 or 5 currencies per report.
View 17 Replies
View Related
Mar 10, 2012
Home>Settings>Storage Says:
Total space on SD card is 7.45GB
Free space on SD card is 3.15GB
Application Storage available space is 575MB
the pic is corrupted. When recording video, the camcorder app just closes without any kind of error message when I press the record icon. This morning, I was editing an XLSX file in QuickOffice and when i tried to save my changes, it said that there wasn't enough space. I changed ONE NUMBER in ONE CELL in the file from 178 to 143. So it's not even like the file size was even going to increase.
View 1 Replies
View Related
Jul 6, 2012
On ICS, when we look at the setting->storage, internal storage, the space reported there is from which partition?
View 2 Replies
View Related
May 13, 2012
I have recently installed jaggyrom for rooted htc explorer. When programs do not work, I try to report the error and google play store suddenly crashes. I eventually have to force close google play store.
HTC Explorer A310e
View 1 Replies
View Related
Mar 9, 2010
My Nexus One reports "My phone number"
(Settings => "About phone" => Status ) - as the SIM number before my "previous 'phone" number was PAC'd and ported... The PAC transfer happened about 3 weeks ago.,... The phone appears when calling anyone else as my transferred number, rings when called as the transferred number, ... but the beast reports the original, old" number. As it happens I've also done a "Factory reset" on the N1 ... Weird... so everything works as it should do, but the number is miss-reporting...
Any suggestions...e.g. ????
a) It's just one of those things, deal with it..
b) It's a known Android bug, deal with it...
c) It's a Nexus-One special, deal with it...
d) Oh! New one, report it to Mssrs Google...
e) HTC dogs all behave like this....
View 13 Replies
View Related
Jan 1, 2010
So i am working on the m900 battery issue right now and we know exactly what is wrong with the meter reporting values (samsung set 15% to = 3.74V while the nominal voltage is 3.7 so it reports 15% when it is really more like 60-40% somewhere in that region).Does the behold 2 suffer from this same problem or is there really a battery life from full charge to phone wont turn on?If you dont have this issue, and have access to the open source files for it please let me know.. i need the battery.c and .h since these phones use the same battery
View 4 Replies
View Related
Dec 7, 2009
There is a new update available as of today 12/7/09. It says on eof the new features is reporting a problem with listings etc but I can't figure out how to do this.
View 4 Replies
View Related
Mar 15, 2013
Recently all my android devices think they are in Spain when I am at home in Toronto.
I think this was caused when I ran a location spoofing program on only one of my devices, one of the locations I set it to was Spain (among others).
I've tried clearing the data for the Network Location apps, changing the SSID on my router with no luck.
The only way it shows the correct location is when I go outside and run Google maps long enough to get a GPS fix. But when I go back inside I am back in Spain!
The devices this is affectingGalaxy Nexus with my google account
Nexus 7 with my google account
Galaxy S3 with my google account
Galaxy S2 without my google account
View 2 Replies
View Related
Feb 11, 2010
I use Google Voice (love it) primarily because of it's visual voicemail on my Droid. I do have a Google Voice number, and I'm trying to decide whether to set the Droid app to "make calls using Google Voice" or not.
I have no problem with giving out a different number, and my placed calls seeing the GV number in caller ID.
My question is, does this affect how the call is actually connected, from a quality standpoint? I tired a call both ways, and the sound quality seemed a little bit different. But then, I am an obsessive compulsive weirdo.
Is there any difference in call quality or routing between making a native Verizon call and a Google Voice call on Droid? (Like, does Google voice actual use 3G to connect to Google server over the internetz, then place the phone call?)
View 3 Replies
View Related
Jan 19, 2009
I can use this code make outgoing call.
Intent dial = new Intent(Intent.ACTION_CALL); dial.setData(Uri.parse("tel:5556") );
context.startActivity(dial);
But how to detect call pick up the call or refuses to answer?
I tried PhoneStateListener but not working.
View 2 Replies
View Related
Apr 29, 2010
I am trying to make a VoIP application and I wanted to know if it is possible to do the following with the Call Logs content provider -
I want to add new Call Log records for the VoIP call along with the call logs for the regular call. How can I add new records to the existing Call logs content provider?
I want to add custom fields to the Call Logs like a session ID and SIP address(name@domain) field. How can I customize the call logs database?
View 1 Replies
View Related
Mar 15, 2010
I'm having problems during the "read" call of the InputStream. The call gives me a "IOException: Software Caused Abort" exception. I'm able to get the BluetoothSocket and also the able to "connect" to the device. My app. is in the client mode and sends in a "x" byte "command" to the device which is then supposed to send me a "response". The expected "response" is also of "x" bytes. This is where the error arises.. While reading the "response" i'm getting the above mentioned error.
View 5 Replies
View Related
Dec 15, 2009
Is it possible to make a call from an activity and make sure the activity doesn't keep running while the call is in session? And, once the user is done with the call (by pressing the hangup button or whatever), the call log screen wouldn't get shown and the user would be directed to a new activity within the application. I know there's ways to detect calls and call hangups through services, but, I'm not sure if it's possible to make an activity from an app pop up as soon as a call is over.
View 2 Replies
View Related
May 25, 2010
I want to build an application which will play an audio file when call is connected so that other person on the call can hear this audio file.
View 4 Replies
View Related
Sep 29, 2009
Is it possible to add an incoming call with current call to make it as a conference call programmatically?
View 2 Replies
View Related
Jun 11, 2010
I am trying to extract information from the call log of the android. I am getting the call date that is one month back from the actual time of call. I mean to say that the information extracted by my code for the date of call is one mont back than the actual call date.
View 1 Replies
View Related
Feb 22, 2010
scoured "call volume" threads and not sure if this is experienced by anyone else. Intermittently when I answer a call I can barely hear the other person. Call volume is at the highest setting. I try making it lower then higher and nothing changes. If I end the call and call the same person back I will get normal call volume behavior. This happens every 5-10 phone calls.
sound like an issue with the hardware?
1.) Model Number ? Droid
2.) Firmware Version ? 2.0.1
3.) Baseband Version ? C_01.3E.01P
4.) Kernel Version ? 2.6.29-omap1-g0dd7e0b android-build@apa26 #511
5.) Build Number ? ESD56
View 6 Replies
View Related
May 27, 2010
I have written the android application and I want the application to send the call information whenever there is an incoming call and it ends. This way I would be sending all calls to the server irrespective of size of the call log.The application just crashes when there is an incoming call i have been able to log the information about incoming SMS, but this call info logging is failing.
View 1 Replies
View Related
Jan 25, 2010
how to disconnect the call(i.e incoming call) programmatically ?
View 3 Replies
View Related
Mar 12, 2009
I have deleted whole call log by the following statement context.getContentResolver().delete (CallLog. Calls. CONTENT_URI,null,null);but i am facing problem to delete particular call log from call log list by the following code any one can help me.if any one have successfully delete particular call log please change in my following code i want to delete that numbers form call log that starts with + or 00 its urgent.
View 2 Replies
View Related
Jan 4, 2010
I am looking for a feature-rich app that will allow me to add a few notes to a log for EACH completed call. Here is what I need -(and since my requirements are driven by the IRS' need to have a log of these data elements, I'm SURE I'm not alone in this requirement)..
View 1 Replies
View Related
Nov 4, 2010
Often during my calls I can hear a call waiting tone (double beep) but when I look at the screen there is no parallell call? Am I hearing the other persons call waiting or is it a glitch in my phone? I had this issue on every ROM, 2.1, 2.2 and live in Sweden (if it makes a difference)
View 3 Replies
View Related
Oct 12, 2010
I have installed various call recorder apps TotalRecall, VirtualRecorder, Voice2do, NoteEverything, Qmemo... but none of them record the sound of the person on the other side of the line. Can someone tell me which call recorder work for Xperia X 10 mini pro?
View 1 Replies
View Related
Aug 3, 2010
So i rooted with Droid Does rom, because i heard its nice and fast and what not. So basically the only problem i have with it is this.
When on a call, the proximity sensor doesnt work, so the screen goes black. And when i press the end call button to turn the screen back on it just ends the call. Is this normal? Or a known issue?
View 10 Replies
View Related
Nov 30, 2010
Does anybody know how to turn off reject call with message from phone call display?
View 1 Replies
View Related