Android :: Want To Fetch IMSI Number To Keep It In Memory - Detect SIM Card Change
Oct 30, 2009
I want to fetch the IMSI number so that I could keep it in memory and detect whenever SIM card changes. Is it actually possible? Is there anyone who can guide me a bit?
View 4 Replies
Jan 28, 2010
Actually I am developing one application in that when application run first time it will create one txt file and save IMSI number in that file. when mobile boot it will matches it's current IMSI number with IMSI number present in the txt file. But I don't know how to check that file is exist or not.
View 2 Replies
View Related
Nov 10, 2010
How do I access the SIM serial number and IMSI in Android?
View 1 Replies
View Related
Sep 23, 2009
Does anyont know how to change IMSI on Emulator?
View 2 Replies
View Related
Nov 21, 2009
Is it possible to fetch Owner Mobile number. I have got the operator name but not able to fetch the Mobile Number.
View 3 Replies
View Related
Jun 25, 2010
I wonder how could I fetch the phone's phone number or an unique id to identify it?
View 5 Replies
View Related
Jan 21, 2010
I was wondering how to change the credit card number in the Android Market i use to purchase apps i cant figure out how. Thanks.
Also, do Debit cards work fine in the android market?
View 2 Replies
View Related
Apr 25, 2013
Im with samsung galaxy mini 2 s6500d how i can change internal memory with sd card ?
View 2 Replies
View Related
Aug 2, 2010
when i am using this class it is written there use contactscontract but am not getting how to use this class to fetch contacts number from phone.....
View 9 Replies
View Related
Sep 6, 2010
I'm trying to get an Android background service to be "notified" when the user chooses a phone number (he wishes to call) from the phone's contacts list. My goal with this is to prevent the system from placing the call and present a user with a choice dialog, then go from there.
View 1 Replies
View Related
May 5, 2009
In the source of Android I found programs written in language C ("dsp_core.c" and "dsp_dtmf.c") which are capable of decode DTMF. I've recorded (amr file) with my phone a conversation in which the one I'm calling dials DTMF tones from his cell and I would like to use the program to detect those tones and that my phone automatically calls the number that he dialed. My problem is I don't know how to use those two programs with the amr file I've recorded. If you need the programs because you haven't downloaded Android code source tell me and I'll send you them
View 4 Replies
View Related
Dec 2, 2009
How to tell the installer intent to install on memory card or on phone memory ?
View 2 Replies
View Related
Jan 21, 2010
My application is designed to support both portrait and landscape orientations. Using my HTC IO device, it survives 12 orientation changes before throwing an out of memory exception while inflating my activity.When I follow the recommended procedure of using DDMS to first force a GC and then write a heap dump, and then load it into the Eclipse Memory Analyzer, there is only one retained instance of my application, as there should be. None of the other retained objects are obvious offenders. Just for yuks, I reran the test, and did everything the same way except I didn't force a GC. In this case I see 13 instances of my application, which is more consistent with throwing an OOM exception. Is this telling me something useful? If forcing a GC with DDMS reclaims the memory used by now-defunct instances of my activity, I would have thought the VM would have garbage collected some, if not all of these defunct activities automatically. Do I need to request GC at the very beginning of my activity lifecycle to make sure?
View 7 Replies
View Related
Jul 10, 2010
iv got a x10i how do i transfer photos from phone memory to my memory card as i can't find an option do do this.
View 1 Replies
View Related
Jun 25, 2010
I have a 4GB SD card and it thinks that it has a total of 200MB on there (Its empty). I have tried formatting it using my Mac & via the phone itself but it continues to believe that its a 200MB MiniSD card.
View 1 Replies
View Related
Sep 18, 2010
Is there anyway I can install apps onto the memory card rather then the phones memory as I keep getting the 'memory low' message on my phone esp when I install games/apps that are around 15mb in size.
View 1 Replies
View Related
Sep 9, 2010
Not had my desire long but down loaded a few apps for it they all seem to be stored on phone memory not the sd card. what is stored to the sd card seems to be unused so far. do you have to set it up to use sd card or does it know one is fitted. does it switch to sd card when phone memory full. will run out of space soon if can't get things to store to card instead of phone mem.
View 5 Replies
View Related
Feb 4, 2009
I have ported android successfully on imx31 pdk board, when I go in android menu in music , it is not able to detect SD card placed in board, significantly I haven't seen any device like "/dev/mmcxxx" in /dev under android shell , if there are pointers to this issue it would be a great help for me.
View 4 Replies
View Related
Sep 16, 2010
I need help to get my apps to the memory card instead of phone memory, how do I do that?
View 2 Replies
View Related
Apr 7, 2013
I'm wanting to learn more about android. Is there a way to use memory from the sd card for the phones internal memory? Is there an app that will tell me whats useing up so much memory? I'm on the ZTE warp sequent ,rooted.
View 1 Replies
View Related
May 8, 2009
Is there any way to detect remaining space on the sdcard through the API? I prefer not to make native or shell calls.
View 4 Replies
View Related
Aug 23, 2009
My Application need to perform a database search when the user change the text in an EditText view. I need a method like onChange to allow me to know when the text in the EditText changed. How can I detect a change in the EditText view?
View 2 Replies
View Related
Feb 19, 2009
I wanna write an app to enable and disable the Bluetooth device synchronized. Referring the Android source code, I registered following receiver to receive the bluetooth state change event:
CODE:............
But it doesn't work. Although the BT status has been changed (the icon of BT has been appeared or disappeared), the receiver could not receive nothing.
View 5 Replies
View Related
Nov 30, 2012
I am new to android and I got myself a Micromax A110 running on android ics with 2 gb of internal SD card memory the internal memory just isn't enough for installing heavy games and storing and downloading large videos and music, so I added a 32 gb external micro SD card.. the card shows in my file manager and its contents are accessible, most apps like ttpod, ttorrent, vlc, chrome etc don't detect my external card. They only access the contents of my internal SD card, download to it.. I can't set the default directory to the external card...
When I installed nfs most wanted to my phone, it asked me to free up data in my SD card or insert another one as there was no space left due to obvious reasons of my internal SD card being filled with other apps.. I uninstalled and reinstalled it after setting the default storage location to the external storage... I found that the game installed in the internal storage this time and on startup, it gave the same message..
Is it a common problem or a limitation to the OS? Does my phone needs to be rooted for the purpose?
View 3 Replies
View Related
Mar 15, 2010
I am writing a home screen widget and want to update (modify) the home screen widget when the device orientation changes from portrait to landscape or the other way. How can I make it? Currently, I tried to register to CONFIGURATION_CHANGED action like the code below ...
View 3 Replies
View Related
Dec 24, 2009
Hey for anyone that needs a good memory card for their phone for music or whatever. I found a deal on a kingston class 4 8gb microsdhc for $16.95 with free shipping and no tax for most:
Kingston 8GB microSDHC Card - (Class 4) - SDC4/8GB - Buy.com
View 5 Replies
View Related
Sep 11, 2009
No can someone tell me how to partition my sd card so that I can run apps right from the card rather then the phone memory?
View 2 Replies
View Related
Nov 19, 2009
I recently bought a a second-hand Magic, nothing wrong with it but it won't detect my SD card! I plug it in, but nothing happens!
What's wrong with it?!
I can't take pictures, listen to music or watch my videos!
View 2 Replies
View Related
Mar 26, 2013
Today my phone (Galaxy S Blaze) randomly could not detect my sim card. I checked it to see if it had moved out of place and I restarted the phone but to no fix. I know that the sim card is working because I tried it in a friend's Galaxy S 4G and it worked fine. I tried to hold the sim against the contacts to see if it wasn't making contact but it still didn't work.
View 1 Replies
View Related
May 2, 2013
I am using SGS2 i9100g.
I have flashed from CM10.0, JB4.1.2 to pacman 3.00, JB4.2.2
ISSUES:
1. error mounting emmc and cannot detect external sd card
2. When i want to use camera or gallery, there is an error saying "No external storage available"
Attempted solutions:
I have tried the following but it does not solve my problem
1. re-flash the custom rom and gapps. (full wipe with wipe cache and dalvik cache)
2. reformatted my sd card to fat32.
3. went to recovery to unmount and remount my external sd card
4. tried to mount emmc in recovery but returns an error "error mounting emmc"
5. off and on and also rebooted my smartphone
6. tried these codes shown at the bottom(to manual remount)
- I have a storage folder which has sdcard0 which contains nothing, sdcard1 which contains my file in my external sd card and a usbdisk0 contains nothing also.
- Now i am not sure which is the cause of the problem where i cannot use my camera phone and gallery
View 2 Replies
View Related