Android :: Looking For App / Hiding Caller
Apr 23, 2010
Is there any apps out there that could hide an incoming call from a preselected number so that when the number calls my phone, it will not be put on hold or disconnected, just ringing but not showing up on my screen?
View 15 Replies
Jun 18, 2010
How do you block your number so it doesn't show up on caller ID when using HTC Evo?
View 2 Replies
View Related
Apr 30, 2010
I just switched to the Incredible from BlackJack on AT&T. On the BJ there was a function that would allow me to toggle between hiding my phone # or having it displayed on calls to people w/ caller ID. It would read the setting from AT&T network and allow me to change it directly on my phone.
I prefer to not display my number when I make calls. However, about 20% of my calls are to fed/state/local gov buildings. In many of those cases they do not accept calls from numbers that won't display on caller ID. In those cases, I would just switch the setting.
I can't find anything on this type of capability in the Incredible documentation. According to VZ support, this can be done but only by calling support each time.
View 1 Replies
View Related
Nov 10, 2010
How to either replace the in call screen or put something on top of it....the only solution I have found thus far is to make my own ROM, which doesn't make sense for such a small portion of an OS. however I found these two apps (Full Screen Caller Pictures and Full Screen Caller ID) that are able to put a contact image and button on top of the standard in call screen.
View 7 Replies
View Related
Jul 16, 2010
I'm trying to develop an application that should not be visible to the user. I mean an app that can't be visible at the Manage Apps screen (Settings - Applications - Manage applications) and also whose services couldn't either be visible at the Running Services screen (Settings - Applications - Running services)I know I'm trying to fight against Android's nature of being open and give control to the user. But I want, somehow, to cheat the system and pretend the app does not run and even does not exist. Is that possible?
View 3 Replies
View Related
Jul 11, 2009
The requirements is the scroll bar of a list is usually invisible. Only when user scroll it, the scroll bar shows.Could anyone tell me how to achieve this? Any help will be highly appreciated!
View 5 Replies
View Related
Nov 8, 2009
Was given advice to hide app from Droid (build:5) until fully compatible by doing this in androidmanifest : <uses-sdk android:maxSdkVersion="4" />
However the android:maxSdkVersion tag is only available if compiling using sdk 1.6.I heard that compiling using 1.6 will hide my app from users who are still on 1.5 (still a few i can see).But I want 1.5 and 1.6 users still to see the app just not 2.0 - how can I achieve this?
View 4 Replies
View Related
Jul 8, 2010
i am currently making an application in which i require to delete an sms. How do i go about it. Also I may need to hide a sms i.e not visible in the inbox but i may choose to unhide it later.
View 2 Replies
View Related
Jul 26, 2010
I am working on a research project and I need to write an Android application that is able to intercept SMS's and, according to their content, route them to a web services without showing any alert.
I tried to register a broadcast receiver on the intent SMS_RECEIVED, but the default SMS application is still notifying the SMS in the notification bar. The only way to achieve what is manually disabling the message notification from the default SMS application's menu.
I found that the "SMS Guard" application, available on the market, is able to filter messages out without any notification, without touching any default configuration (I wrote to the developer, no answer yet).
View 6 Replies
View Related
Jul 17, 2010
Is there any way of hiding specific app developers that you don't link on the market?
E.g. if one developer has made thousands of sound board apps or themes for an app that I won't be using - I could hide that developer and wouldn't see his/her apps on the market?
If this is possible, I think it would make the market much less annoying when you have to scroll through hundreds of sound boards and app themes.
View 1 Replies
View Related
Dec 15, 2009
is there a way to have a folder in the 'All programs' and then within that folder place the links to applications?
I am looking for something like the start button on a PC.
There are many apps we can install that we never actually need an icon for, such as Phonebook and Cnomp to name but 2.
When I was using a BB I could create a folder and dump the links to similar apps inside or I could simply hide an icon.
How can I do it on the Hero?
View 1 Replies
View Related
Jan 12, 2010
I have an app on my daughters phone that will not allow her to text and drive. The problem is she can use any task killer and kill the app and bypass the application. So my question is, is there a way to hide an app from the task killers, or have the app check to see if it is running, and if not restart its self?
View 6 Replies
View Related
Jul 8, 2010
I am currently making an application that's to work as auto-theft.The user whose mobile is stolen sends an sms to his phone and it's intercepted by the application installed in the phone.According to the format and instructions the phone performs the task.I am making a module to hide the contacts on a particular instruction.How do I go about it.I have worked on inserting and updating contacts but how do I hide them, such that they are not visible in the native contacts app.They should become visible when the user sends another instruction.that means they are not to be deleted.and I had another query related to this.how do we delete a contact?
View 2 Replies
View Related
Aug 13, 2009
I want to start my application when phone start and after that i do not want that user can know that my application is running. Is there any way i can do it ? In phone when we press home screen for some times it display all running application.I do not want my application to display in that list.Is there any way to do it
View 5 Replies
View Related
Mar 28, 2010
I am wondering if Android allows you to suppress sending the own number when calling someone. I suppose there'll be a general option (like generally sending/hiding number) but I'd be particularly interested if there's an option to send it only to certain numbers (like all stored contacts or maybe even specific contacts) and not to all.
View 13 Replies
View Related
Mar 1, 2010
How to disable a application which already installed in the device ?. So that it wont display icon to the user & user cant invoke the app by "pm start -n <package>/.<Activity>" . Is their any way to do that ?.
View 5 Replies
View Related
Jan 3, 2010
I've done a bit of searching on this topic and the only reference I can find is to the older version of the firmware that allows you to 'hide' googles contacts. I have a TON of emails I've collected over the past several years on my gmail and a handful of contacts I ported over from my Touch Pro. Now I want to hide the google contacts so that I only see my 'phone' contacts in the people or other contact apps. Whats the best way to go about this? In quick summary, I do not want to see my google contacts on my phone list. I only want to see phone contacts.
View 4 Replies
View Related
Jun 14, 2009
The option I see so far is calling requestWindowFeature (Window.FEATURE_NO_TITLE). Is there a way to bring it back programmatically?
View 2 Replies
View Related
Apr 10, 2009
I already know ho to hide the title bar with the getWindow().requestFeature(Window.FEATURE_NO_TITLE); in the Activity onCreate() method before the setContentView() call.
But i want something different. I'd like to show/hide the title bar in any moment. To make an example, place a button in the view that toggle the title. Unfortunately the requestFeature can be done only before the call to setContentView().
View 5 Replies
View Related
Oct 29, 2009
I have an Android application that generates some HTML which is rendered locally, in a Webkit view. The details of the HTML generation aren't really that important except for: the bulk of it comes from one place, and I cannot change it the template around that HTML (including headers, footers, HEAD etc), the CSS, and Javascript is under my control. most images are under my control, and rendered separately from the untouchable HTML. These images come from local disk, and do not require the network. It can be assumed that these images are always available. The untouchable HTML contains images which would, ideally be displayed. If the network is unavailable, it is these images that would fail to load. the complete HTML file is likely to be stashed to disk, long before it is rendered. i.e. we cannot render different HTML based on network availability.
View 4 Replies
View Related
Mar 6, 2010
I am working on a fairly basic screen layout for my first Android application and running into some issues. My goal is to have a TextView in the top left and top right corner, a large "hello world" TextView in the exact middle of the screen, and then a button at the bottom of the screen.My issue is, to center the "hello world" TextView vertically, I need to set the layout_height="fill_parent".However, this causes the middle TextView to cover and hide the button at the bottom of the screen. Is there a better way to do this than what I am currently trying?
View 1 Replies
View Related
Apr 23, 2010
I have a cursor, and it got, lets say, 40 rows, I want to hide some rows when the user check a checkbox.One way is run the query again on the cursor, but it doesn't help me because the condition is done by Java (calculate balance, with many logic).I need something that will get the current row, and return if it can be show or not.any help will be appreciated.
View 2 Replies
View Related
Oct 5, 2010
Starting with 2.2, scrollbars would disappear once the scrolling has stopped. Is there a way to make them always visible like before?
View 3 Replies
View Related
Jan 19, 2014
I want to hide the menu icon (the 3 cubes). I'm using a SGS+ and it has physical keys so I don't need the button on the screen. I use CM11.
View 1 Replies
View Related
Apr 27, 2009
I'm torn between which group to post this too, but since it is for an application I am working on, I guess I'll stick it here. So here we go. I have an application which downloads data onto the sdcard to be used by the application. Some of these files are sound or music files and the music player in android seems to parse these directories and add these files to the list. I'd like to somehow block or hide these files from the music player. Is there is a way to do this? I was thinking it may be possible to name my folder with a period at the beginning, since linux hides such files. I'm just not sure if that is going to hide it from the music player or if there is another way to handle this.
View 9 Replies
View Related
Sep 29, 2010
Is there a way to be notified when the keyboard is about to show, or has shown? The following events would be great:
keyboardWillShow
keyboardDidShow
keyboardWillHide
keyboardDidHide
View 2 Replies
View Related
Nov 11, 2009
i am attempting to hide a forcibly opened soft keyboard using // hide the soft keyboard View view = (View) findViewById(R.id.DebugText); InputMethodManager manager = (InputMethodManager) getSystemService (Context.INPUT _METHOD_SERVICE);IBinder binder = view.getApplicationWindowToken(); if (binder != null) {manager .hideSoft Input From Window(binder, 0); but it doesn't seem to be working - any ideas?
View 8 Replies
View Related
Jul 31, 2010
Can we load an XML file by slowly hiding the previous XML? I want a splash screen effect.
View 1 Replies
View Related
Nov 11, 2012
I want to make an application in android which will hide the selected contacts of your phone book, after launching this application if any other application accesses the contents the the hidden contacts will not be available to that application too.
Does android database SQL light provide any type of flags that can restrict the access to the contacts?Can I hide the contacts from all other applications?
View 1 Replies
View Related
Sep 24, 2010
There is a HTML page that has a javascript function in it.This function returns a frame with a random picture. Is there a way to call this function and get the HTML code that is hidding? (So i get the image)
Exactly i want to get a html stream from GoogleServices.js
by calling:
GS_googleAddAdSenseService("ca-pub-YOU
RPUBIDHERE");
GS_googleEnableAllServices();
GA_googleAddSlot("ca-pub-YOURPUBIDHERE", "ADSLOT_NAME_HERE");
GA_googleFetchAds();
GA_googleFillSlot("ADSLOT_NAME_HERE");
View 1 Replies
View Related