[TEST] Root Call Blocker/ Call Master/ Project Delta needs help with issues on RM JB - Droid RAZR M Themes and Apps

Hi guys. Im one of the developers of Root Call Blocker and a number of other apps using a custom build root telephony layer. There have been recent reports of our apps behaving badly with the new official JB updates.
We need people to check whether this is true - especially people with CDMA devices which we have no access to. Either way, please download the free versions of the apps in question (look at bottom of post for links) and perform some simple tests:
- call yourself from blocked numbers
- text yourself from blocked numbers
- mms yourself from blocked numbers (CM/Delta only)
If something seems to be working fine, please try again just in case. If you have problems, go to Settings and find the "Write to us" item. Once you click on it, be sure to mention in the description field that youre from xda - just put XDA TEST or something.
If you can, please try to include the number that was supposed to be blocked - the logs consist of thousands of lines, so that will help a lot.
Root Call Blocker - https://play.google.com/store/apps/details?id=fahrbot.apps.rootcallblocker.beta
(trial allows one item, you can use groups to block more)
Call Master - https://play.google.com/store/apps/details?id=fahrbot.apps.blacklist
(this one is completely free)
Thanks in advance. Also, you can write about problems here if you like!

It is now working perfectly for me sir, thanks for the supoport!

Yep working just fine now, thanks. Please add new number notification like in call master?

Also its working very well on CM 10.1 so you know.

Does it work on RAZR I?
Sent from my Nexus 10 using XDA Premium HD app

I'm certain it does. I think there is a trial version you can download on the Play Store.
Sent from my XT907 using xda app-developers app

I want to buy it for my gf so ITV would be good to know. On my RAZR its working fine now after some communications with the devs.

Development idea
Hello , I have been using your app since 2 months. But it can’t solve my problem completely. of course any app cant. The main reason why I started call block app is to avoid telemarketing calls, but my network provider became a little intelligent, He is calling from different numbers, so I keep on adding to blacklist but he keep on bringing new numbers, so now develop app such that I can block all his calls, i.e. the only similarity on his numbers is all numbers start with +911400 , so please develop app such that it can block all calls starting with +911400 or some other.

Megachel is absolutely right. This app already does what you're asking.
Sent from my XT907 using xda app-developers app

Related

[APP] Prepay Widget TESTERS NEEDED!

Hello everyone! I am the developer of Prepay Widget, a powerful app that allows you to monitor your account balance through USSD requests.
You can find more info about USSD on Wikipedia, but basically these are short, SMS-like messages used by most GSM and some CDMA providers to deliver information
or control account services. The actual information comes to you in the form of popup toasts, which thids app hides and parses into widgets.
You can find the apps landing page on XDA at the following thread:
http://forum.xda-developers.com/showthread.php?p=12348102
However, i want to stress that its important that we get some device-specific feedback, so please post in this thread if you have issues,
this helps me keep track of bugs and requests better.
You can use the Lite version of the app - it has all the functionality of the full version apart from automatic updates (not really that important imo).
As I haven't got one of these phones in my pocket, I need some testers to track down problems. Please, use this thread to comment or
suggest features. It is my belief that addressing issues is best done individually by phone, so if something doesn't work, let me know and I will fix it ASAP.
Market link:
https://market.android.com/details?id=fahrbot.apps.ussd.widget.lite
Debugging:
Please use the "Write to developer" item in the Settings menu to send logs. Enable debugging, reproduce your error and then send the logs.
Make sure you include a description - the more detailed the description the better.
Screens:
beautiful app idea. how does this work ?
It uses free USSD request. Numbers like *100#...
hmnn.. it seems that it wont be able to update on Optus Australia. As you need to send sms to 9999 for usage details ! do you have anything similar to implemented in this or just the USSD commands ?
This is a great idea, i could have used something like this when i was on pay as you go. Nice work!
Ok the widget appearing is blank ? Is this normal i am using it with a USSD command on another phone with which the network supports.
Which phone? This is just the kind of issue i want to fix!
European SGS2 Stock XWKF3 rooted, blank too. (tested on free version)
Are you sure you got a ussd reply?
Yes I'm sure, I received the reply, made 2 indicators and I'm viewing the differences (green/red) between two calls.
Please send a log using Write to developer in Settings. Don't forget to add a description as the logs can be deceptively empty.
is it internationally?
You just need to know the codes for your operator ...
I have updated the app - please let me know if this fixes your issues!
Fixed all issues for me. Got the full version... great app!
Works great now, thanks, buying the full too.
Great! If you have suggestions, do let me know.
Hi guys. Im back to bother you about stability
Any issues to report before we start working on a new build?
Working great here, thanks.
Any issues? Suggestions?

[DEV] Is it possible to intercept gestures/sensors everywhere on the android OS ?

I just played for a while with a Samsung Galaxy S3 smartphone, which is awesome.
A friend of mine, showed me all its "Motions" features, which i've found preety awesome, and right away this question came into my mind :
Is is possible to write an app to reproduce those motions in every phone that has the needed sensors and providers ?
For those who don't know which are the motions in play, here are some examples :
1 - Swype hand on screen to take a screenshot
2 - Face the phone down to silence call or music
3 - Put the phone on the "ear" to call the "focused" contact on the contacts list, or, call it if you have a sms of the contact opened by the time you put it in your ear
Those are some of the features that are "motion-triggered".
Is there any way to write an simple app that runs in background and "intercept" those tasks in every aplication possible, or this is only possible because of the integration between all the "Touchwizz framework" and their components ?
Thanks in advance
Link to my Stack Overflow Question
marcelloLins said:
I just played for a while with a Samsung Galaxy S3 smartphone, which is awesome.
A friend of mine, showed me all its "Motions" features, which i've found preety awesome, and right away this question came into my mind :
Is is possible to write an app to reproduce those motions in every phone that has the needed sensors and providers ?
For those who don't know which are the motions in play, here are some examples :
1 - Swype hand on screen to take a screenshot
2 - Face the phone down to silence call or music
3 - Put the phone on the "ear" to call the "focused" contact on the contacts list, or, call it if you have a sms of the contact opened by the time you put it in your ear
Those are some of the features that are "motion-triggered".
Is there any way to write an simple app that runs in background and "intercept" those tasks in every aplication possible, or this is only possible because of the integration between all the "Touchwizz framework" and their components ?
Thanks in advance
Link to my Stack Overflow Question
Click to expand...
Click to collapse
short answer yes
http://developer.android.com/reference/android/hardware/Sensor.html
a service that runs in the background could "MAYBE" do this
Pvy.
pvyParts said:
short answer yes
http://developer.android.com/reference/android/hardware/Sensor.html
a service that runs in the background could "MAYBE" do this
Pvy.
Click to expand...
Click to collapse
I am looking for a answer on it, i am waiting for this answer to start developing it.
marcelloLins said:
I am looking for a answer on it, i am waiting for this answer to start developing it.
Click to expand...
Click to collapse
I gave you the answer. Lol.
Pvy
sent from xda app
pvyParts said:
I gave you the answer. Lol.
Pvy
sent from xda app
Click to expand...
Click to collapse
All right, so teorically it is possible to develop a bg service that polls for those events and handles them, ok.
But, what about the second part :
Once those events are intercepted by the bg service, is there any way i can achieve this feature : (?)
1. Service checks if the contact app is in foreground
2. If it is, service checks if there is any contact picked on the contacts app
3. If there is a "focused/picked" contact, service get's its number and starts a call to this contact
Same features should work for SMS app for example.
Is this achievable without such integration as there is on the whole "Touchwizz" framework for example ?
I mean, can my "third party" app fetch this kind of information of the contacts app for instance ?
Thanks mate
An app like like this might help you!?
https://play.google.com/store/apps/details?id=com.insadco.proximitytalk
soumya_digi said:
An app like like this might help you!?
https://play.google.com/store/apps/details?id=com.insadco.proximitytalk
Click to expand...
Click to collapse
This seems to be a Stand alone app.
I am not willing to write a "Caller" app, i want to be able send those "stocks apps", signals based on the sensor events.
E.g : Once i turn the face the phone down, it hangs the call. (But this would be done by a background service, not by the "App that was selected as default, and is receiving the calls". Got it ?)
That app runs as a background service.. Use the trial version of it for free..

How to block spying software heeeeelp!!!!

OK so I have spying software on my phn but I do not know who or what it is I do not want to wipe my phn any app that can block others from sniffing on my phn privacy??
Sent from iPhones worst enemy THE SGS3
I use anti spy mobile free. Just got some spyware off my gf and her mom's phone.
I ran it on this one and it says suspicious activity on 2 of my apps which have suspicious activity.
White pages caller id. And the s voice apk you can install on aosp.
Sent from my SGH-T999 using xda premium
Very helpful I'm going to try and how the s voice helps here?
Sent from iPhones worst enemy THE SGS3
Va ya con dios!
elrene101 said:
OK so I have spying software on my phn but I do not know who or what it is I do not want to wipe my phn any app that can block others from sniffing on my phn privacy??
Sent from iPhones worst enemy THE SGS3
Click to expand...
Click to collapse
Ok elrene101, this might sound silly but please bear with me.....
How do you know that it is spying on you or like you have Spyware installed?
Do you see banners & popups? if so then it is not spyware, it is adware.
To get rid it is us usually straight forward and simple, just uninstall the app in question.
Lots of time you will probably not know which one of the apps it is with those banner that pops up in the notice area.
So Rule number one, Do not install free apps found on the internet.
Rule number two, Do not install free apps found on line.
Rule number three, Do not install free apps period.
Now I know that these rules may seem harsh, but the fact of the matter is that most of the free apps are free because the developers of these apps need to get paid and they seek payment from sponsors who place these banners or ads into these apps and even into the notice area of your android. Years ago, I too was happy to install cool apps that I found on line and I was slap happy with apps. In the early days of the androids there were very little oversight, most developers were slapping code or copying code found from other apps or from sources on line. The whole app install process was a hit or miss, apps were not being designed for the specific phone model yet. It was either an android app or a iPhone app. You had to install it and hope that it would work on your phone. The stuff that went into the apps were quite unethical with the poor Q&A or the constant freezes, random reboots. Some of the untold stories of an Android developer who has a great following in only like 12 years old. (what does that tell you about best practices?)
Then I started to notice, that these apps were causing my phone to become slow with lag and the battery life was like hole in a bucket.
I then removed all free apps, all of them. just kept the stock, then eventually went for root to get rid of them all.
Install only apps from the market or what is now call the Play & when you can, look for a pro version or a adfree version to reduce the bloat ware or ad ware on your phone. There are a lot of free apps on the market and most of them are great to use, but you have to read the fine print because they will require access to your network or phone to schedule an update or to shut down when an incoming phone call comes in.
I have my android for some time now and upgraded to the S3.... Over the months, I too have tried apps and when I see that the banners are worse the benefit of the app, the app get the boot. Over the months, I have a nice collection of paid apps that I have purchased from the market. So if the app serves no purpose, it will be removed. Now the phone has only the apps that I use on a weekly basis. If there is an app that I have not used in a month, it gets removed. This helps the phone with battery and keeps the rom running smoothly.
If you follow these principles, you will be fine and will not have to format your phone. If you do, dont be afraid to ask for assistance or for some pointers on how to make a back up or how to odin your phone.
Youtube it.
Youtube has helped me with clues and have gaven me a lot of knowledge over a wide range of topics beyound the android.
With that said elrene101, Va ya con dios!
I also would like to hear what exactly leads you to believe you have spyware on your phone....other than CarrierIQ and SysScope, Im assuming.
I HIGHLY recommend using TrevE's Logging Test App. It can detect all sorts of stuff and can even assist you in opt out of a number of companies advertising and data mining. This is one of my favorite tools around, and the dev has some wonderful information for you.
The app is free, but there is a Pro Key available on the market for only a buck. I seriously recommend getting it. It significantly increases the power of the tool and automates a lot of the removal processes. (The free version detects, and you can read his thread to learn how to manually remove any threats). Its only $1!
Note: You download the app from his website, and then the Pro Key from the store. You can disregard what Serendipityguy said about not downloading apps from the internet for this one. I am currently using it and have for quite some time. I guarantee it is safe and ad-free!
If nothing else, I encourage you to go to both his XDA thread and his website and read, read, read! There is a lot to take in, but it is absolutely worth the time!
TrevE's website and home to Logging Test App
Android Security Test Home Page
TrevE's XDA Thread
[DEV|APPv14] CIQ / HTC & Google Checkin / HTC loggers / Tell HTC Info & Removal
Good Luck, and if you need further help, please provide more details pertaining to your situation!

Hi. Contactive. We have cake.

Hi,
We make Contactive(it's an app)(just to make sure we're on the same page here). It's guaranteed to (insert sips ref here) rustle your jimmies.
We've received some great feedback lately and we're hungry like a wolf for moar. That's where you come in:fingers-crossed:. Fill our suggestion box full of stuff. Types of feedback that we like to munch on:
- all positive comments
- A bunch of five stars pls
- words that want to make us cry
- And I'm legally binded to ask for some constructive criticism. Not too much though. Our dev's get angry pretty easily(please do not tweet to contactive that i said that).
Also too our lead dev is single(lololololol) he like's to go on very brief walks on the beach, he gets tired very easily, and his fave movie is the about the ring.
I guess I should say something about the app now. Um, well it makes your phone ring, or vibrate, when you get a call. It tells you if a celebrity is calling you like Dr. Dre or if its your mailman, or if its just your mum.
But wait there's more:highfive:, if your mom's on twitter, and let's face it there's like a 99% chance she is, it will show you her latest tweet before you pick up her call... you'll be prepared. Also too it'll import all of your friends from Facebook, Twitter, Linkedin(if you have a job), and Gmail to your phone's address book. It identifies unknown callers too by crawling over the inter-webs for all public information connected to that number(ie. location, name,a picture if available, and some other stuff I cant remember.
Seriously though View attachment 2043155
http://contactive.com/
https://play.google.com/store/apps/...forums&utm_medium=XDADevelopers&utm_term=post
Also I forgot to say that our website is the bees knees, so click the link in the op. pls.
contactive_dave said:
Hi,
We make Contactive(it's an app)(just to make sure we're on the same page here). It's guaranteed to (insert sips ref here) rustle your jimmies.
We've received some great feedback lately and we're hungry like a wolf for moar. That's where you come in:fingers-crossed:. Fill our suggestion box full of stuff. Types of feedback that we like to munch on:
- all positive comments
- A bunch of five stars pls
- words that want to make us cry
- And I'm legally binded to ask for some constructive criticism. Not too much though. Our dev's get angry pretty easily(please do not tweet to contactive that i said that).
Also too our lead dev is single(lololololol) he like's to go on very brief walks on the beach, he gets tired very easily, and his fave movie is the about the ring.
I guess I should say something about the app now. Um, well it makes your phone ring, or vibrate, when you get a call. It tells you if a celebrity is calling you like Dr. Dre or if its your mailman, or if its just your mum.
But wait there's more:highfive:, if your mom's on twitter, and let's face it there's like a 99% chance she is, it will show you her latest tweet before you pick up her call... you'll be prepared. Also too it'll import all of your friends from Facebook, Twitter, Linkedin(if you have a job), and Gmail to your phone's address book. It identifies unknown callers too by crawling over the inter-webs for all public information connected to that number(ie. location, name,a picture if available, and some other stuff I cant remember.
Seriously though View attachment 2043155
http://contactive.com/
https://play.google.com/store/apps/...forums&utm_medium=XDADevelopers&utm_term=post
Click to expand...
Click to collapse
The app looks pretty nice ... :good: ... And the WebSIte Design ... AWESOME !! (may i ask who made the website ?) .... Keep up ... !! :good:
Looks awesome. can we get a dark theme?
this apps sounds good, gonna give a try. thread subscribe. thks to dev team :good:
I'm not trying to discredit your app but what does it bring that the others don't have ? I tried it works exactly like https://play.google.com/store/apps/details?id=com.callapp.contacts that is my main contacts app
Giving it a try; seems like a useful application, but I am a little concerned about the massive consolidation of personal information. The privacy policy is a good read!
Can you add a feature to remove duplicate numbers in phone contacts
This is good:good:, but feel they have two or more contacts,
numbers on the phone does not directly connect to facebook
hanifbsk said:
Can you add a feature to remove duplicate numbers in phone contacts
This is good:good:, but feel they have two or more contacts,
numbers on the phone does not directly connect to facebook
Click to expand...
Click to collapse
what do you mean by duplicate numbers?
hisname said:
what do you mean by duplicate numbers?
Click to expand...
Click to collapse
I have a lot of duplicate numbers in the phone
eg for my number, there are 4 same name in the phonebook,
and it automatically removes it,
and hope this app can change the google phonebook, not only the number on the application
niranjan94 said:
The app looks pretty nice ... :good: ... And the WebSIte Design ... AWESOME !! (may i ask who made the website ?) .... Keep up ... !! :good:
Click to expand...
Click to collapse
thanks! our in-house front-end guy plus designer made it.
honki24 said:
Looks awesome. can we get a dark theme?
Click to expand...
Click to collapse
We've had a few requests for theme customization. right now, we're busy with bug fixes and core features, but we're hoping to get to a place where we can work on themes. We know the blue is super bright, and some people like it, some people don't.
exadeci said:
I'm not trying to discredit your app but what does it bring that the others don't have ? I tried it works exactly like https://play.google.com/store/apps/details?id=com.callapp.contacts that is my main contacts app
Click to expand...
Click to collapse
Yeah. CallApp is our main competitor - and right now we do pretty much the same thing. But we're tryna eventually leapfrog them.
hanifbsk said:
Can you add a feature to remove duplicate numbers in phone contacts
This is good:good:, but feel they have two or more contacts,
numbers on the phone does not directly connect to facebook
Click to expand...
Click to collapse
Not sure what's happening there but Contactive SHOULD be taking care of your duplicate numbers. There's also an option to manually merge/link profiles when you go into an individual profile and hit settings. Could you shoot us an email at [email protected]?
PS. Thank you to @TheRomMistress for the article!
I'm trying to wrap my brain around how your app works and where the line in privacy is.
Without actually installing your app, my theory is...
* Your app takes a snapshot of my address book and pushes that to a 3rd party service
* This service builds up a database of numbers, names, and useful information to find people on social networking sites
* Some of this information is pushed back down to the user for their particular contact
* Once a call comes in, if the user already exists the app should know which accounts on what social networks the pole for the callers most recent postings
* If the caller doesn't exist in the address book, a quick ping off to the 3rd party service is made to request any known information on this new caller's phone number, and that's pushed back down to the user and relevant content is shown
Is all that approximately correct or do I have it all backwards? Thanks!
I'm really liking the layout of this app. Good work! Could you guys incorporate a way to turn of the dialer sound?
rubin110 said:
I'm trying to wrap my brain around how your app works and where the line in privacy is.
Without actually installing your app, my theory is...
* Your app takes a snapshot of my address book and pushes that to a 3rd party service
* This service builds up a database of numbers, names, and useful information to find people on social networking sites
* Some of this information is pushed back down to the user for their particular contact
* Once a call comes in, if the user already exists the app should know which accounts on what social networks the pole for the callers most recent postings
* If the caller doesn't exist in the address book, a quick ping off to the 3rd party service is made to request any known information on this new caller's phone number, and that's pushed back down to the user and relevant content is shown
Is all that approximately correct or do I have it all backwards? Thanks!
Click to expand...
Click to collapse
Iam totally agree with RUBIN110..Big concern is privacy .I'm not trying to discredit your app but App from Newyork ..,,,Whats About NSA?..Whats about U.S. and British government mass surveillance programs?
I really like the look of the app and I want to use it, but I'm concerned about the privacy aspects.
Do you collect the data and use or store it outside of this app?
rubin110 said:
I'm trying to wrap my brain around how your app works and where the line in privacy is.
Without actually installing your app, my theory is...
* Your app takes a snapshot of my address book and pushes that to a 3rd party service
* This service builds up a database of numbers, names, and useful information to find people on social networking sites
* Some of this information is pushed back down to the user for their particular contact
* Once a call comes in, if the user already exists the app should know which accounts on what social networks the pole for the callers most recent postings
* If the caller doesn't exist in the address book, a quick ping off to the 3rd party service is made to request any known information on this new caller's phone number, and that's pushed back down to the user and relevant content is shown
Is all that approximately correct or do I have it all backwards? Thanks!
Click to expand...
Click to collapse
As the lowly intern, this is my understanding of how it works - from both asking a bunch of questions and sitting next to the dev guys everyday listening to what they talk about:
You got it mostly correct.
1. yes. The app saves your address book in Contactive's database and stores links (not info) to matching social network profiles. This info is NOT shared with 3rd party services.
2. yes. The service builds up a database of the following: name, number, social network IDs
3. yes. The info you see for a particular contact all depends on what info you can see if you were to visit that user's Facebook page. For example, if you are friends with Alex, all of the info you can normally see on Alex's Facebook will show up within Contactive. If you are NOT friends with Alex, only the info Alex has made public will be seen within Contactive.
4. yes - IF 1. you are friends with them already on the social networks you connect to Contactive, and/or 2. Contactive's database has connected that number to a specific social network account.
5. yes. If the caller doesnt exist in your address book, requests are sent to Contactive's database and third parties such as yelp, facebook, etc - all the different sources we use.
gaquarian said:
Iam totally agree with RUBIN110..Big concern is privacy .I'm not trying to discredit your app but App from Newyork ..,,,Whats About NSA?..Whats about U.S. and British government mass surveillance programs?
Click to expand...
Click to collapse
We're pretty sure if the NSA wanted any of the info we have, they can get it off of Facebook. LOL
imtoomuch said:
I really like the look of the app and I want to use it, but I'm concerned about the privacy aspects.
Do you collect the data and use or store it outside of this app?
Click to expand...
Click to collapse
Nope. We don't use or store it for anything other than to bolster our caller ID feature. We won't sell any of our information either.
Are you able to add an option to silence the key press tone?
peedub said:
Are you able to add an option to silence the key press tone?
Click to expand...
Click to collapse
youre actually the second person today to ask about that. I'll bring it up to the dev team and report back.
Looks cool. Any plans for a dark theme and integrating call block( damn telemarketers)
Sent from my SGH-T999 using Tapatalk 2

Is there a way to replace TrueCaller?

I tried a number of things to get the Google dialer without success.
For now work with kk dialer, has anyone any idea how to get rid the TrueCaller?
Just don't use TrueCaller?
r25txe said:
Just don't use TrueCaller?
Click to expand...
Click to collapse
Thanks for nothing .
I have said that I have kk dialer, to install Google dialer am looking.
Open up the dialler and go to settings, the three dots, The top option is Truecaller you can turn it off
nikoslikos said:
Thanks for nothing .
I have said that I have kk dialer, to install Google dialer am looking.
Click to expand...
Click to collapse
I gave you the advice you wanted about Truecaller. As the previous poster stated, you can disable it, or, as I advised, simply not use it. Getting offended because someone took the time out to respond is terrible manners.
You may need to be rooted to remove it and we do not know if you are rooted. We don't know if you are running a Lollipop or Marshamallow ROM either. You have not helped us to help you by not giving us your platform information.
Have you tried to install the Google Dialer from the modular GApps thread?
Be warned that they are targeted to 32bit ROMs. Do a backup!
You could also try CM Next dialer from CM C-Apps package. This also includes Truecaller, but it is trivial to disable it.
I am rooted and am on stock TOS208G with trucaller uninstalled. I replaced with caller ID & call recorder app https://play.google.com/store/apps/details?id=com.callapp.contacts that I prefer.
I have found the phone does not display whose calling via contacts only by the true caller ap. Have I installed something in error or got a setting wrong please?
Trucaller help in many ways
r25txe said:
Just don't use TrueCaller?
Click to expand...
Click to collapse
It helps in many way to find out spam caller, customer care calls,
and know the number location carrier etc etc
thunderbolt9148 said:
It helps in many way to find out spam caller, customer care calls,
and know the number location carrier etc etc
Click to expand...
Click to collapse
Understood, but the poster doesn't want to use it.
r25txe said:
Understood, but the poster doesn't want to use it.
Click to expand...
Click to collapse
From what I have found, there is no caller id system on the phone without having one of the various true caller id apps installed.
image45 said:
From what I have found, there is no caller id system on the phone without having one of the various true caller id apps installed.
Click to expand...
Click to collapse
Caller ID is a stock feature of any basic dialer out there (Google/AOSP etc), it should not be dependent on True Caller.
I think True Caller is still on my Swift, so I will test this later.
Sent from my P00A using XDA Labs
r25txe said:
Caller ID is a stock feature of any basic dialer out there (Google/AOSP etc), it should not be dependent on True Caller.
I think True Caller is still on my Swift, so I will test this later.
Click to expand...
Click to collapse
Uninstall true caller id and see for yourself then, you don't have to trust the contents of members post if you so choose.
image45 said:
Uninstall true caller id and see for yourself then, you don't have to trust the contents of members post if you so choose.
Click to expand...
Click to collapse
I don't have TrueCaller on my device afterall. The dialer is the stock Android dialer and my caller ID works without issues.
What's the packagename for TrueCaller?
Sent from my P00A using XDA Labs
I wonder if I can restart this discussion here -- I want to turn off TrueCaller, but in Google Play it says it's a System App and it does not appear at all under any name in the Settings - Apps listing (no matter whether showing or hiding system apps). What other options do I have?
I'm on Android 7.1.2. My TrueCaller has no options to either turn it off or to turn off the notifications it brings up (which is my main reason for wanting to get rid of it: for something that's blocking spam, it spams me far too much with stuff that I don't want it to do).
r25txe said:
Caller ID is a stock feature of any basic dialer out there (Google/AOSP etc), it should not be dependent on True Caller.
Click to expand...
Click to collapse
This should indeed be the case. Unfortunately, for us Swift (1st gen) users at least, this is now broken.
When Wileyfox migrated from CyanogenMod to Android they broke a few things along the way as well as doing a deal with the Devil aka Truecaller.
Unless your device is Truecaller enabled then caller ID simply will not work. We've tested at least two dozen dialers and contact managers (all from Google Play) and not one of them works with the Swift in its current firmware state. We even installed the APK of the Google Phone dialer (provided by WF themselves and which according to Google Play is incompatible anyway) and even this does not work.
Besides, how many dialers does a mobile ecosystem need anyway? One has to ask themselves why there are so many and why they nearly always require OTA registration to do what they offer....
But that's another matter altogether.
There are other issues too such as SMS alerts going off at full volume in the earpiece during an active voicecall; or the persistence of 'charge mode' when connecting via USB, even though MTP has been set in the developer options or from the status pull-down.
One thing it tells us is that the Swift cannot be running stock Android - otherwise these problems just would not happen. If not that, then it is that WF don't have a proper working build process or test protocol.
Either way, the Swift is damaged goods now and it might seem WF are prepared to kick it into the kerb. Probably the best option now is to try Lineage, assuming owners are savvy and even want to.
On the other hand we could band together to oblige WF to get an update released. We have been trying for months to get their attention, both before and since their buyout by STK. For those who are minded to, perhaps you would like to add your support by liking the following Facebook post:-
https://www.facebook.com/officialwileyfox/posts/1872330073078309
If enough give it the thumbs up then WF may be moved to respond. Please support this initiative if you can.
Thanks.
gktscrk said:
I wonder if I can restart this discussion here -- I want to turn off TrueCaller, but in Google Play it says it's a System App and it does not appear at all under any name in the Settings - Apps listing (no matter whether showing or hiding system apps). What other options do I have?
I'm on Android 7.1.2. My TrueCaller has no options to either turn it off or to turn off the notifications it brings up (which is my main reason for wanting to get rid of it: for something that's blocking spam, it spams me far too much with stuff that I don't want it to do).
Click to expand...
Click to collapse
We think we have found a solution:-
It ought to be possible to disable Truecaller but not remove it entirely unless your phone is rooted and have other management tools. We have managed this is on our own device which is totally stock and never been tinkered with (7.1.2 Nougat, Build No: TOS257G – N2G48B).
Secondly, installing another dialler from Google Play or via APK will work but it's almost 100% likely that a further setting will need to be made: setting as the default phone app.
This can be done in two ways:-
i) Settings->Apps->Configure Apps (Gear icon in top bar).
ii) From the app drawer, drag the dialler app icon to the "App Info" drop zone at the top of the screen. Scroll down to the setting that says "Phone App" - it should be yes or no.
See attached screenshots for reference.
It seems to us that many owners think their Swift can't be used with any dialler other than Truecaller, when in fact they can; the mistake is on the part of the firmware which won't recognise another dialler by default and hence breaks the contact ID display when incoming calls are received (not to be confused with caller ID).
Hopefully this serves as a solution. :good:

Categories

Resources