Android : Possible To Use Com.android.internal.telephony.* API In Application?

Oct 16, 2009

Is it possible to use com.android.internal.telephony.* API in application? I would really need to use some classes from there, since there is no other way I can make my app answer incoming call, send dtmf and etc.

Android : Possible to use com.android.internal.telephony.* API in application?


Android :: ClassCastException: Com.android.internal.telephony.PhoneProxy

Apr 8, 2010

I'm programing Instrumentation Tests for SIM ToolKit (STK)

I need to use CommandsInterface which is available only in PhoneBase Interface. Once I have a Phone i'd like to use the following line:

CODE:.......

It compiled successfully, however gives uncaught exception (group=0x4001b188)

View 2 Replies View Related

Android :: How To Use Com.android.internal.telephony

Feb 4, 2010

I need to use com.android.internal.telephony package for my development. but i am in a doubt whether i would use android.internal.telephony package or how?

View 3 Replies View Related

Android :: Can A Native Application Use Java Methods In Telephony Manager?

Sep 17, 2009

I am currently working on porting a application written in C in android platform. I need to know that can i invoke/call the getSystemService from the C application using invocation interface by JNI. Meaning using a .java file which will interact with the interace provided by the android.telephony.TelephonyManager.java for using getCallState() and other mehthods.

View 2 Replies View Related

Android :: Telephony / Need To Inject DTMF

Nov 16, 2010

I have researched extensively and am pretty sure this is not possible. I want to make a call and then inject DTMF when the far end answers. So 2 questions Is it possible ?
If not, how do I work to get it on the list of upcoming features to be provided on Android. I can say that this is possible on BlackBerry and Symbian, so Android is falling behind in this regard.

View 2 Replies View Related

Android :: Internal/external Available Space In Application

Oct 15, 2010

I'm writing an android program to check available space of internal phone memory or external sd card. But i don't know how to do this. how to do it in Android?

View 1 Replies View Related

Android :: Get Sms Message From Intent With New Implementation Of Telephony?

Feb 11, 2009

I am using the Telephony class to get messages ( Telephony.Sms.Intents.getMessageFromIntent(Intent intent)). But I can't find the class Telephony from its package(android.provider), there is an error named "The import android.provider.Telephony cannot be resolved" when import android.provider.Telephony.Sms.Intents, the sdk version I'm using is android-sdk-windows-1.0_r2, how can I use this with the new implementation of Telephony?

View 2 Replies View Related

Android :: Can A Telephony.Phone Object Be Instantiated Through The Sdk

Jan 27, 2010

I am trying to get a phone object so that I can call and conference two numbers from within my application.

I have tried using the static PhoneFactory.makeDefaultPhones((Context)this) but have not had any luck.

CODE:.......

Error - Caused by java.lang.RuntimeException: PhoneFactory.getDefaultPhone must be called from Looper thread

View 3 Replies View Related

Android :: Telephony Manager Functions Don't Work / What To Do?

May 29, 2009

I have low expectations that this message will get any response as it seems that Google developers do not like to address issues too close to the Android core and to strategic mobility applications. However, as they say, hope is the last to die.

I am really puzzled by the lack of response to queries about issues with some TelephonyManager functions.

Specifically, there have been a number of requests in the past, including mine, about

getNeighboringCellInfo()

As per the link below, getNeighboringCellInfo() is a documented TelephonyManager function available to application developers.

http://developer.android.com/reference/android/telephony/TelephonyMan...()

Yet, getNeighboringCellInfo() does not work. Any attempt to call it in an application results in application failure.

What is the problem here? If Google does not want application developers to use this function (I cannot fathom why that would be the case), then please remove it from TelephonyManager, and save all of us time and frustration.

It's really puzzling that for such an open platform Android has so many secrets and rules.

View 8 Replies View Related

Android :: Transfer Application Internal Memory To SD Card

Oct 17, 2010

Does anybody know how to transfer apps from internal memory to the sd card?

View 4 Replies View Related

Android :: Application Data - Internal Or External Storage

Oct 3, 2010

I have a question about where people expect me to store my application data. I have an application where the user will enter information via the keypad, and download information (including images) from a website. Where is the proper place to save this? Internal or External Storage?

View 5 Replies View Related

Android :: How To Retrieve Internal Phone Storage From Application?

Apr 16, 2010

How can you retrieve yours phone internal storage from an app? I found memory info, but it seems that returns information on how much memory your currently running tasks. I am trying to get my app to retrieve how much internal phone storage is available.

View 1 Replies View Related

Android :: Telephony Manager & Phone State Listener

Sep 7, 2010

I would like to know what are the main differences between TelephonyManager and PhoneStateListener, because you can do (more or less) the same things with both. For example, you could create an incoming calls register implementing a broadcastreceiver and using TelephonyManger API or extending PhoneStateListener class and registering this new listener throughTelephonyManager . Case 1 - BroadcastReceiver (TelephonyManager)

View 13 Replies View Related

Android :: Relative Speeds Of Telephony Managers Types?

Nov 2, 2010

There are a number of network types defined in TelephonyManager:
NETWORK_TYPE_GPRS
NETWORK_TYPE_EDGE
NETWORK_TYPE_UMTS
NETWORK_TYPE_CDMA
NETWORK_TYPE_EVDO_0
NETWORK_TYPE_EVDO_A
NETWORK_TYPE_1xRTT
NETWORK_TYPE_HSDPA
NETWORK_TYPE_HSUPA
NETWORK_TYPE_HSPA
Is there any info out there that describes what range of speeds you can expect on each of these? If that isn't available, it would be nice to be able to order them based on speed.

View 1 Replies View Related

Android :: Testing Telephony Signal Strength Changes In Emulator?

Mar 29, 2010

I was wondering if there is a way to manipulate the emulator to simulate telephony signal strength changes.

I would like to test code that uses TelephonyManager.listen() with LISTEN_SIGNAL_STRENGTHS.

View 2 Replies View Related

Android :: Application That Reads File From Internal Storage On Startup

Aug 3, 2010

I am writing a app that reads a file from the internal storage on startup. I have followed the guildelines here:
http://developer.android.com/guide/topics/data/data-storage.html#file...
It successfully works on the emulator, and I can find the file my app created under
DDMS > data > data > com.MyAppName > files.

Now I would like to install my app on a real device, but do I need to explicitly copy the file onto the device? If so, what's the location should I copy the file to? Or will the file be created when I install my app? I need some pointers or guidelines, I'm quite clueless about the device. Or perhaps if anyone knows any keywords for me to search for an answer.

View 6 Replies View Related

Android :: Application Access Permission To Files On Internal Storage

Jun 30, 2010

A question about the internal storage that's private to each application (especially when storing files with Context.MODE_PRIVATE).

How is that storage actually assigned to the application? Just by package name or also somehow bound to the sign key of the app?

Let's say I have installed application 1 and then write another application 2 with the same name and package name (just differently signed with different keys) and install it (app 2 replacing app 1), would that application 2 get access to the /data/data/[app]/files ?

Or would I not even be able to replace app1 with app2 due to different sign keys in the first place?

View 2 Replies View Related

Android :: Changing Permission On Files In Application Internal Storage?

Jun 24, 2010

I downloaded a file with an app and stored it inside of its internal storage, but the file is set with -rw- and I want to change those permissions so is it possible? I know that using external storage is an option but I want to know if I can do it with internal storage too. If it turns out that I can't change the permission is there some shared region of internal storage that I could use? I would like to not force the Android device user to have an SD card.

View 2 Replies View Related

Android :: Ways To User Number When Telephony Manager Returns Null?

Apr 10, 2009

Is there a way to look up the user phone number other than TelephonyManager? In my G1, this returns null: // get your phone number TelephonyManager telephonyManager = (TelephonyManager) getSystem Service (Context. TELEPHONY_SERVICE); String tel = telephonyManager.getLine1Number(); Log.i("Telephone Number ==> ", tel+" <=="); Is there any other way of getting user's own phone number? take care, Muthu Ramadoss. http://linkedin.com /in/tellibitz http://androidrocks.googlecode.com - Android Consulting. Emo Philips <http://www.brainyquote.com /quotes/authors/e/emo_philips.html> - "A computer once beat me at chess, but it was no match for me at kick boxing."

View 7 Replies View Related

Android :: Telephony Returned Constant Values In Bearer Speed Order?

Mar 8, 2010

TelephonyManager.getNetworkType() returns one of the constant values.It appears that the constant values have an integer order, by possible bearer link speed.I know using constant values used in the following manner is generally bad,however could one use this to determine a basic cutoff for application functionality and have it work between API levels? (in API-v1 there was nothing above 0x03)if( telephonyManager.getNetworkType() > TelephonyManager.NETWORK_TYPE_EDGE ) return "3G! party on!";else if( telephonyManager.getNetworkType() > TelephonyManager.NETWORK_TYPE_UNKNOWN )}

View 1 Replies View Related

Android :: Internal Memory Loss When Reconnect / Re-provision Application To Device With Eclipse ADT

Jan 20, 2009

When I install my application with Eclipse ADT (by simply run and choose device that appears in the list) through USB onto device, sometimes I noticed it consumes internal memory (storage) space even though application is already loaded on the device (exactly same version - just some minor code changes)As my application size getting big, this is really annoying because eventually it will use up all initial storage space of ~70MB and I have to factory reset in order for me to continue testing my application on real device.I did little investigation and find out this seems to happen when

1) load/run application onto device for first time with USB

2) disconnect USB

3) restart Eclipse

4) connect device and try to load/run application onto device

5) internal memory goes down by application size ...

and it does NOT seem to happen as long as I keep USB connection and Eclipse still recognize the device. I'm just guessing here, but maybe does Eclipse ADT creates temporary file of some kind that's get left behind when I disconnect USB? I'm running RC30 so I don't have root access and can't check system files/folders but is there any way to look for these temp files (if any) and clear out either from Eclipse, or using adb shell command?So for now, I leave my device connected to Eclipse all the time but I want to use it as phone as well as sometimes I want to show to my friends to get some feedback etc it would be really nice if I can somehow load application onto device, disconnect and keep testing/using phone.Has anyone experience this issue? If so, is there any walk around to this problem? Or could you point me out what I'm doing wrong here? I tried few things myself, such as close Eclipse right after I launch my application on device, disconnect USB etc but nothing seem to work.

View 5 Replies View Related

Android :: Telephony Manager Event Off_hook / Not Giving Calling Number In Emulator

Nov 9, 2010

I am not getting call in number in off_hook state when it is only coming in dialing state. According to documentation it should provide call in number for off_hook state as well. Is it a bug?

View 2 Replies View Related

Android :: Android - Is There Application For Moving Programs From The Internal Memory

Nov 2, 2010

Is there a way to move apps and games from the Samsung Transform's internal memory, to a memory card? So the apps can run from the memory card, while keeping the internal memory free? I keep finding posts on how to do it, but they all seem to be outdated and no longer.

View 2 Replies View Related

HTC Desire HD :: Free Internal Memory For Application Installation?

Oct 25, 2010

Can you pls let me know how much is the free memory for application, it says it has 1.5 GB internal memory but I wanna know exactly how much is the free memory left for application installation

Settings -> SD Card and phone storage -> scroll down and see Internal phone storage...how much you see there pls

the original desire has only 140 MB for app installation which was pathetic

View 3 Replies View Related

Android :: Telephony.SmsManager.s­endTextMessage Throw Exception When Destination Addr Is Email Addr

Feb 3, 2010

This worked in 1.5 but throw an exception in apk 2.0.

CODE:...............

Any one else experience the same? What should I use to send a SMS to an email address?

View 4 Replies View Related

HTC Incredible :: Application In Internal Phone Storage To Play Game?

May 5, 2010

I downloaded (via email attachment) Maniac Mansion NES ROM and also put SCUMMV on my HTC Incredible.

How do I find the application in the internal phone storage to play the game?

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Install Application Or Move Internal Memory To SD Card?

Aug 30, 2010

Anyways I have just got myself a Sony Ericsson X10 and it's my first Android phone. I have upgraded from a Samsung Omnia running WinMo 6.5 and I must say I'm enjoying Android so much more already As I'm completely new to Android I have a few questions:

1, Installing Apps - The SE X10 only has 256MB internal memory and I have a 8GB memory card inside, I have noticed nearly everything I download installs to the internal memory. With my Omnia you can choose where to install it, is there a way to force it to install to the SD card or move it from the internal memory to the SD card?

2, Charging - For the first time ever I have never have come across a phone that fully turns it's self on from being fully turned off when a charger is plugged in and turned on. With any rechargeable device you need to give them a good charge (16+ hours) to give them a good life. But how can I do that as the battery is being used as its charging?

3, I've seen some stuff about rooting? I kinda understand it but what is the benefit of doing it? Is it risky? Is there any cons?

View 8 Replies View Related

HTC Desire :: Internal Memory - Battery Life - Apple Applications - Average Size Of Application?

Aug 27, 2010

I want to buy the HTC Desire or the Samsung Galaxy S. At the moment I prefer the HTC Desire. It's smaller, feels better and has flash which the Samsung lacks. But when I read the fact that the HTC Desire is very limited in internal memory for installing apps and the fact that you can't transfer a lot of apps to your sd card with the help of the froyo 2.2 update got me thinking again about which phone I should pick. I don't want to buy the phone and later regret that I don't have enough space for apps. That's not the only thing that is bothering me. So I want to ask a few questions.

1: What is the average number of apps you can install on the internal memory (so without SD card) of the HTC Desire if you installed update 2.2?
2: Let's say I use internet 2 hours a day, watch movies, listen to music 2 hours a day and also call people 1 hour and send a few text messages. If I do this everyday will I have to charge my battery everyday or will it last longer?
3: Can you install apple apps on HTC desire?
4: What is the average size of an application?

View 7 Replies View Related

General :: How To Move OBB Data From Internal SD To Internal Storage

Jan 5, 2014

I have a xperia u, which has not external SD card slot..

Data partition is MUCH bigger than what I need (I'm using 500mb of 2gb) and I want to move obb files to data partition to free some space in SD partition..

View 9 Replies View Related

Android :: Get My Phone's Internal Ip

Sep 7, 2010

My phone has an IP. I would like to know how could I retrieve it? After searching in the web, I found that i can get only the current outside ip.(I want the local-perm ip of my phone)

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved