[APP][Tasker Script]Reject the call and dial back option on the answering screen - Galaxy S III Themes and Apps

The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.

Thanks for this, It will be very useful for me.

InfX said:
The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.
Click to expand...
Click to collapse
Very useful, thanks.
I addedd a button to reject the incoming call and send a courtesy SMS to inform that I'm busy now and I recall as soon I can.
Just a question: I didn't find the association between swipe to right and scene (rectangle or whatelese).
Is it possible to add the association between a swipe to left gesture too?
How can I associate a gesture (not a tap or long tap) to an object?
EDIT:
Found!
Stroke->Direction
I understand that only one gesture can be associated to an object

cinciopillo said:
EDIT:
Found!
Stroke->Direction
I understand that only one gesture can be associated to an object
Click to expand...
Click to collapse
I was just about to answer, but you've already found it on your own
Sorry for the delay, i've been AFK.

all devs should implement this mod in their rom
Sent from my GT-I9300 using xda premium

This is not even a mod, just a little tasker script. It cannot be "implemented in a ROM"

I suppose I'm fairly stupid since I can't import the file in tasker. Any tips? (the prj.xml file, not the apk obviously)
---------- Post added at 07:47 PM ---------- Previous post was at 07:01 PM ----------
Quick note,
Your post inspired me. Ever since switching to pay as you go, I never answer the phone. I call back using groove ip.
Did this quick setup in tasker:
When Incoming call:
Copy CNUM (incoming number) to clipboard
If wifi is connected, launch groove ip
Very simple, the second I swipe to deny the call, groove ip is already open, and I'm ready to paste the number! Very sweet!

It would be awesome if there was Reject the call and remind me in 30 mins or 1hour or it creates a reminder in my calender.
Sent from my GT-I9300 using xda premium

Amritttt said:
It would be awesome if there was Reject the call and remind me in 30 mins or 1hour or it created a reminder in my calender.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Nice idea!
Sent from my GT-I9300 using Tapatalk 2

InfX said:
The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.
Click to expand...
Click to collapse
do it work also with galaxy s2?

Amritttt said:
It would be awesome if there was Reject the call and remind me in 30 mins or 1hour or it creates a reminder in my calender.
Click to expand...
Click to collapse
Reminding from tasker is definitely possible. Not sure about calendar reminders, though. It is possible to add reminders using the normal (java) app API, though.
iscio said:
do it work also with galaxy s2?
Click to expand...
Click to collapse
Should work, but you will probably need to edit it a bit and move the "reject and call back" button to some better location.
PS: Maybe i should code an actual "real" app with this stuff, "coding" anything but the simplest things in tasker is a pain in the butt, really. The problem is, i don't have any real experience (nothing beyond a simple hello world plus wandering around the activities/services/broadcasts/etc concepts) coding Android apps or even coding in Java, nor i have much time to learn the stuff.

InfX said:
Reminding from tasker is definitely possible. Not sure about calendar reminders, though. It is possible to add reminders using the normal (java) app API, though.
Should work, but you will probably need to edit it a bit and move the "reject and call back" button to some better location.
PS: Maybe i should code an actual "real" app with this stuff, "coding" anything but the simplest things in tasker is a pain in the butt, really. The problem is, i don't have any real experience (nothing beyond a simple hello world plus wandering around the activities/services/broadcasts/etc concepts) coding Android apps or even coding in Java, nor i have much time to learn the stuff.
Click to expand...
Click to collapse
I have even less experience than you

InfX said:
The script should show an extra "button" while the phone is ringing. Sliding your finger right over this button will disconnect the call and redial it back right away.
I did this because of the switching to an "unlimited minutes" plan, while some of my friends that call me are on some very expensive ones. This allows calling such a person back in one single swipe.
Attaching the tasker xml as well as an exported "application". Please note, those "applications" are a new tasker feature i am not very familiar with, i have no idea of what are the dependencies of those, why it puts what it puts in the manifest, how the implementation looks etc. If you install that apk, you do it at your own risk. All i did was exporting the same tab into both xml and apk from tasker, i did not code a single line in Eclipse to make it, nor i've signed it myself.
PS: Not sure if this is of any interest to anyone, but i've decided to share anyway.
Click to expand...
Click to collapse
Hi friend! Is possible to add in first post in what xml you add this mod? If you have chance to write all about what, where and what string you modifed in phone i think be great for a lot of people to who want to try by himself to do this mod on his phone
Thanks

bluflight said:
Hi friend! Is possible to add in first post in what xml you add this mod? If you have chance to write all about what, where and what string you modifed in phone i think be great for a lot of people to who want to try by himself to do this mod on his phone
Thanks
Click to expand...
Click to collapse
it is a pleasure to see you

Again, it's NOT a mod at all. It's a tasker script/project. The xml is not a modification of a preexisting system file but a project to load into tasker.

InfX said:
Again, it's NOT a mod at all. It's a tasker script/project. The xml is not a modification of a preexisting system file but a project to load into tasker.
Click to expand...
Click to collapse
So I have to download tasker from the market and load your script into the program?
By Iscio, inviato con Tapatalk

THANKS
I thank you.
Best thing that could happen to my phone
thank you
ruinast

iscio said:
So I have to download tasker from the market and load your script into the program?
Click to expand...
Click to collapse
Exactly. But, seemingly, tasker allows exporting it's scripts as standalone apps. That's the attached apk. Hence, installing this apk, without tasker, as a normal app, may work as well. Note that i've never tested this, so you will probably be the first

InfX said:
Exactly. But, seemingly, tasker allows exporting it's scripts as standalone apps. That's the attached apk. Hence, installing this apk, without tasker, as a normal app, may work as well. Note that i've never tested this, so you will probably be the first
Click to expand...
Click to collapse
So I'll do a nandroid and I'll test the apk

iscio said:
So I'll do a nandroid and I'll test the apk
Click to expand...
Click to collapse
It can't damage anything on the system level, it is not even supposed to ask for root. But, sure, better be safe than sorry

Related

Anniversary SMS (autosend)

Hi,
I am looking to find a simple utility that would send a pre-defined Birthday / Anniversary sms to my contact based on the dates already available in Windows Mobile Contact information.
I have tried searching on this forum and on the net but to no luck. Does anyone know of any such software. The closest I could get was RJ SMS Scheduler but it requires us to feed in a schedule. I wish to find something that can look up the contact list and pick dates itself.
Thanks,
Umesh
Touch HD.
Unbelievable, you are so lazy you are not able to send a greeting to your friends "manually" ...
whats does that help him?
i cant help you further .. sorry ;d
hujer said:
Unbelievable, you are so lazy you are not able to send a greeting to your friends "manually" ...
Click to expand...
Click to collapse
Message taken! you could say I am lazy, unintentionally though, mostly due to lack of time. Intentionally, I would like not to miss a single event of the 400+ contacts I have on my phone list.
Can only imagine how glad they would be to hear from me on their special days and how happy I would be to know that I would never miss any good wishes for any of my good friends.
umesh said:
Message taken! you could say I am lazy, unintentionally though, mostly due to lack of time. Intentionally, I would like not to miss a single event of the 400+ contacts I have on my phone list.
Can only imagine how glad they would be to hear from me on their special days and how happy I would be to know that I would never miss any good wishes for any of my good friends.
Click to expand...
Click to collapse
+1 Dost....
Does anyone know of any such freeware or can think of developing this...?
Great idea!!!
pls include "happy birthday" autosend
my freind
you can use power sms to scheduled message to your friend
click here
http://cid-6d24abc5e57b6ff2.skydriv...ارة الرسائل المتعددة وارسال رسائل بتوقيت معين
nidalalmoghrabi said:
my freind
you can use power sms to scheduled message to your friend
click here
http://cid-6d24abc5e57b6ff2.skydriv...ارة الرسائل المتعددة وارسال رسائل بتوقيت معين
Click to expand...
Click to collapse
pls include "happy birthday" autosend <-- trigger via calendar
umesh said:
Hi,
I am looking to find a simple utility that would send a pre-defined Birthday / Anniversary sms to my contact based on the dates already available in Windows Mobile Contact information.
I have tried searching on this forum and on the net but to no luck. Does anyone know of any such software. The closest I could get was RJ SMS Scheduler but it requires us to feed in a schedule. I wish to find something that can look up the contact list and pick dates itself.
Thanks,
Umesh
Touch HD.
Click to expand...
Click to collapse
I'm not sure, but I think this will do what you're asking:
http://www.handster.com/skb_group_sms_and_scheduler_best_selling_sms_application.html
iridium21 said:
I'm not sure, but I think this will do what you're asking:
http://www.handster.com/skb_group_sms_and_scheduler_best_selling_sms_application.html
Click to expand...
Click to collapse
I checked this software but it is quite similar to so many others available on net. It requires us to set up a schedule to send the sms to particular contacts.
Instead I am suggesting the app could pick dates itself from the Window Mobile's Contact List and send sms from templates, we create and save in there. This way we do not have to add birthdates / anniversaries to Contact List and then set up another scheduled sms through a third party application for our purpose.
I hope I have managed to explain what I am looking for.
Thanks,
Umesh.
Ah, I see what you're asking for now. I don't know of anything that can do that, but it would be a good idea!
Any thoughts from anyone else to share knowledge of such an application ?
Thanks.
Not that easy
I'm looking for such application since a long time, but no luck. The application should also consider the following requirements:
MUST HAVE:
- choose the correct phone number, cuz the text messages should be sent only if a mobile number is available for the specific contact;
NICE TO HAVE:
- built the text message with a variable string where automatically should put the name of the contact;
- should have the possiblity of exclude some contacts from the auto-SMS in order to avoid sending the pre-configured SMS to your girlfriend for example
Will see if someone can manage it in the future.
P.S.: I have more that 400 birthday to remember
Ciao!
umesh said:
Any thoughts from anyone else to share knowledge of such an application ?
Thanks.
Click to expand...
Click to collapse
THis shouldnt be a big thing. I think it is a easy one. maybe i can work over it. but dont take my word as i am bit busy in office and upset as i busted my touchscreen
Please Test
Hi,
Please find the link to the app in my signature, which i built using idea from this forum
mohitsapru said:
Hi,
Please find the link to the app in my signature, which i built using idea from this forum
Click to expand...
Click to collapse
Thanks Mohit for putting this together. I've set it on my system though had some issues with display on Touch HD but was able to use the controls and set it up. Couple of questions that I had in mind -
1. Does it have to be left running at all times or can I at least shove it off my running task list.
2. Every time I add a new contact and his / her birthday do I have to update this software too to add the new contact to it's list.
But otherwise it seems to be a nice piece of work.
Thanks,
Umesh.
umesh said:
Thanks Mohit for putting this together. I've set it on my system though had some issues with display on Touch HD but was able to use the controls and set it up. Couple of questions that I had in mind -
1. Does it have to be left running at all times or can I at least shove it off my running task list.
2. Every time I add a new contact and his / her birthday do I have to update this software too to add the new contact to it's list.
But otherwise it seems to be a nice piece of work.
Thanks,
Umesh.
Click to expand...
Click to collapse
Hi Umesh,
Thanks,
well no need to keep it running as i am using notification que to run it at the designated time. like an alarm. so u can just exit after setting up every thing from options->save n exit
and about updating new contact u just need to open the app and click options-> "add contacts bday", it will automatically fetch the new one and update it. also it will remember the last message u had set up.

(REQ) One hundred push ups app

Hello guys. I would like to request a one hundred push ups app.
This is the website: hundredpushups.com/index.html
And there is already an iphone app for it. Maybe someone is able to make the same thing? So a little stopwatch + reminder when you need to push up and the weeks etcetera.
Great thanks!
I could probably make something like this. But it would have to be on my backburners until i finish up FFP_LockScreen (which shouldn't be too much longer). And put in the time that VisualGVoice deserves (*sigh*). If there were incentive to make such an app, I could push it up my To-Do list, but realize that my other apps have incentives as well (both monetary and challenges to my coding abilities).
It wouldn't be too hard to make, in fact. If someone wants to dev it, but needs the concepts on how to code it, I would be more than glad to help that way.
Cyclonezephyrxz7 said:
I could probably make something like this. But it would have to be on my backburners until i finish up FFP_LockScreen (which shouldn't be too much longer). And put in the time that VisualGVoice deserves (*sigh*). If there were incentive to make such an app, I could push it up my To-Do list, but realize that my other apps have incentives as well (both monetary and challenges to my coding abilities).
It wouldn't be too hard to make, in fact. If someone wants to dev it, but needs the concepts on how to code it, I would be more than glad to help that way.
Click to expand...
Click to collapse
I don't suppose you'd have time to modify imgresize to report back the image dimensions? I love the app, but I would love it even more if I fed it an argument like "-find res" - and it returned the x and y dimensions, so that I can determine whether an image needs resizing or not. Sorry for the ot.
Cyclonezephyrxz7 said:
I could probably make something like this. But it would have to be on my backburners until i finish up FFP_LockScreen (which shouldn't be too much longer). And put in the time that VisualGVoice deserves (*sigh*). If there were incentive to make such an app, I could push it up my To-Do list, but realize that my other apps have incentives as well (both monetary and challenges to my coding abilities).
It wouldn't be too hard to make, in fact. If someone wants to dev it, but needs the concepts on how to code it, I would be more than glad to help that way.
Click to expand...
Click to collapse
Thanks for you help man! I really appreciate it
Hopefully more developers will help to get this app ready and working!
bump, anyone?
igi0n said:
bump, anyone?
Click to expand...
Click to collapse
I will consider this after I release the next version of LateReader.
By the time can somebody post the screenshots from the iphone application. The screenshots really help a lot when developing a GUI intensive application.
Here are all the images you need:
itunes.apple.com/nl/app/hundred-pushups/id301174591?mt=8
Edit:
And if someone is developing it, could you please bring out a Qvga version first? I got a palm treo pro
igi0n said:
Here are all the images you need:
itunes.apple.com/nl/app/hundred-pushups/id301174591?mt=8
Edit:
And if someone is developing it, could you please bring out a Qvga version first? I got a palm treo pro
Click to expand...
Click to collapse
If I happen to start developing this, it will have to be resolution independent then (usually no big deal), because I have a HD2 (WVGA).
Also the link contains only two images of the iphone app as far as I see. If we could have more screenshots (one for each screen), that would help a lot. I know, the concept is already very simple, but still having some screens to start with makes the development process real faster.
Edit : actually the link contains 5 images but still not all the screens covered. OK, whatever, this at least something to start with.
Some more images are over here,
topiphoneresource.info/hundred-pushups-app-review/
A little video about it!
youtube.com/watch?v=juRnP-Ub0h4
BUMP.
Vizier, how's it going with the app? Have you started the project already ?
igi0n said:
BUMP.
Vizier, how's it going with the app? Have you started the project already ?
Click to expand...
Click to collapse
Not yet... LateReader still requires my time I believe.
Anyway, I will definitely look into this if no one starts developing, but I can not promise for when I would start it
I too have this app for my ipod touch and I have the sit-ups one. I been thinking about making this as an app, which should be simple enough. The only thing I need to figure out is the number of push ups required for each days etc.
For example, when you first use it you are suppose to do as many as you can and then enter that number. From there the program works out how many push ups you have to do each day. How do you work that out?
Gaz25 said:
I too have this app for my ipod touch and I have the sit-ups one. I been thinking about making this as an app, which should be simple enough. The only thing I need to figure out is the number of push ups required for each days etc.
For example, when you first use it you are suppose to do as many as you can and then enter that number. From there the program works out how many push ups you have to do each day. How do you work that out?
Click to expand...
Click to collapse
You can use the tables provided in the website. (www.hundredpushups.com, etc.)
nice! I will take a look
Wanted to say the same, check out the tables @ the website. when you start up the app you can just choose your table and from there a little timer appears and you have to do the pushup's your supposed to do
I have started work on this application and will keep you posted with updates. Any idea for a program name? Don't really want to call it "100 pushups"
Gaz25 said:
I have started work on this application and will keep you posted with updates. Any idea for a program name? Don't really want to call it "100 pushups"
Click to expand...
Click to collapse
How about "Flexiones" or "Chester" or "Daily Break" or "Earth Mover" or "Parallels"???
Just throwing out what just popped in
Can I help you with the beta... PM me.
Push it to the limit!
Could i be a beta tester?
After just discovering the hundred push up site the other day and deciding to do it; it took one quick search to find you guys have just started making this program!
Would love to help with any beta testing if I could be useful!
You can all be beta testers
There are 3 main stages/versions I'm aiming for.
Functionality - This will be the first version which will have a rubbish GUI but its purpose will be to make sure the program works.
GUI - This will be as above but a nice polished GUI to run it :-D
Final Build - After I post the GUI version I will be asking if anyone wants features added or something changed etc. This version will have those changes.
Here's what I currently have and testing in the Functionality version.
* Databased filled with the 6 weeks programs.
* Main menu with 3 buttons. "Today's Program", "Log/Charts" and "Good Form". The last 2 buttons are currently disabled.
* Today's Program displays a test screen after every week and will create a program for the next week based on the results.
* Today's Program displays the week number, Day, number of sets and the number of reps for each set. There is also a working timer for the rest periods.
* After each program has been completed the data is recorded.
At the moment everything seems to be working, I simulated 2 weeks worth and everything recorded and the correct programs loaded etc. So, if I continue as I am I may have a first release ready by the weekend for people to play with.

[Q] dial an embedded phone number from an email

If I have an email that has a phone number embedded in it... let's say in a reply from someone that I am cc;d on.. and I want to dial the phone number in the text body or signature block in the embedded email text, how do I do that? I can't click the phone number and have it do anything, and if I select it (get the 2 green pins and expand to the phone number size, then send to clipboard) I cant figure out how to pass it to the dialer....
I'm sure I am doing something wrong on this but I can't figure out what.
I use htc sense rom and the email client that came with it.
I can do this if the number format is standard with parenthesis or dashes.
But if someone uses dots between numbers our some other unconventional format, it will not work.
I can't speak for gmail client, though.
I use exchange but I don't think it should matter which client you use should it? If I have a string of 999-123-4567 in the email text body and want to pass that to the dialer to call it, how do I do that?
[just tested exchange and gmail]
I just tap that phone number.
I use this feature often.
I am using a sense rom. Are you using sense or an aosp rom..
I am using the stock OTA 2.2 rom.
The number i was trying to dial was in the format 999.123.1234 using periods instead of dashes so I think that is why clicking didnt work? Even so, if I copy the number to clipboard as is, then how do I enter the clipboard info into the dialer?
Dude, I, like, so founded it.
Download CopyNDial from the marketz.
Read the built-in Help, checkmark "Hook.." in it's options.
I has to try twice before it worked.
First, sir, I want to thank you for this great opportunity to serve you.
Tonight I ate toast covered in marshmallow cream and washed it down with beer. Btw, I will be leaving CopyNdial installed. You're the best!
Excellent find!
thanks!!! just what I was looking for!
Now if you can only tell me how to attach a file from within an email that isn't a doc/pic/mp3 /location as are the only choices in the attach file menu....
I has these options.. You don't?
Picture
Video
Audio
App recommendation
Location
Document
jismail said:
thanks!!! just what I was looking for!
Now if you can only tell me how to attach a file from within an email that isn't a doc/pic/mp3 /location as are the only choices in the attach file menu....
Click to expand...
Click to collapse
gottcha covered... search market for "attach email", you can only attach 1 file at a time but it works for me. I am using RedemptionRevolution 2.0 & gmail.
laters!
luvit said:
Dude, I, like, so founded it.
Download CopyNDial from the marketz.
Read the built-in Help, checkmark "Hook.." in it's options.
I has to try twice before it worked.
First, sir, I want to thank you for this great opportunity to serve you.
Tonight I ate toast covered in marshmallow cream and washed it down with beer. Btw, I will be leaving CopyNdial installed. You're the best!
Click to expand...
Click to collapse
Awesome, CopyNDial is just what I've been looking for! Never thought that "There's an app for that."
BTW, I had a tuna sandwich for lunch. And, I've been snacking on a Slim Jim...

a alternative to "Frequently Called Remover"

I need a alternative to "Frequently Called Remover"
I'd love to get my mistress' number off there !
"Frequently Called Remover" from Android Market don't work on Epic Touch
I checked out the app Tiger. It monitors the Frequently Called list and prevents contacts from ever appearing on it without having to manually clear the list.
but I can't find the APK for this...
chochoking said:
I need a alternative to "Frequently Called Remover"
I'd love to get my mistress' number off there !
"Frequently Called Remover" from Android Market don't work on Epic Touch
I checked out the app Tiger. It monitors the Frequently Called list and prevents contacts from ever appearing on it without having to manually clear the list.
but I can't find the APK for this...
Click to expand...
Click to collapse
lol. i have this problem too. ive only found deleting then readding the contact works. so i will watching post for any other options
Dark ics blend from team nocturnal u can long press and remove the contacts from frequently called
Sent from my SPH-D710 using xda premium
-EViL-KoNCEPTz- said:
Dark ics blend from team nocturnal u can long press and remove the contacts from frequently called
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Is it permanent and auto... I need something like that, I rather not have frequent calls at all (TMI)
Idk if u can completely disable it but long pressing the contact u can remove em in 1 click i will check if they can be disabled and edit the post
Edit: i dont see any option to disable them entirely but deleteing is easy and it deletes the entire frequent call log for that contact and not just one call at a time so if u have (contact name) 15 calls to that contact it deletes all 15 calls and not just 1 call at a time
Sent from my SPH-D710 using xda premium
If you're going to be a douche and cheat on your woman and not have the balls to, you know - be a man and tell her what's up. Then at least put in some effort to cover your tracks instead of being lazy. Delete the frequently called list yourself, manually.
I'll take my infraction if that's what happens. This thread is stupid. Reported.
KCRic said:
If you're going to be a douche and cheat on your woman and not have the balls to, you know - be a man and tell her what's up. Then at least put in some effort to cover your tracks instead of being lazy. Delete the frequently called list yourself, manually.
I'll take my infraction if that's what happens. This thread is stupid. Reported.
Click to expand...
Click to collapse
Dayummmmm
Sent from my Super Sexy Epic touch.
I think this is a valid topic, regardless of the OP's reasons for wanting to know. I like to show off my phone quite often to demonstrate some of the advantages of Android, and it would be nice not to have sensitive information like that so easily accessible to someone who's just playing around with my phone.
ajs2677 said:
I think this is a valid topic, regardless of the OP's reasons for wanting to know. I like to show off my phone quite often to demonstrate some of the advantages of Android, and it would be nice not to have sensitive information like that so easily accessible to someone who's just playing around with my phone.
Click to expand...
Click to collapse
Do most people not know about the apps on the market that hide info like that? If you want to hide certain numbers when they call/text - get a black list app/privacy app or something like that. I like showing off what my phone can do also so I know what you mean. However, I don't allow complete strangers to handle my phone. I don't mind people seeing the name of someone I call often - I'm more concerned about the pictures they might see.
Guys, I use shady sms. It's got a built in call guard and a hidden contact list. Dev is cool too, he responds with help usually same day.
It blocks calls, sms, and hides them in the app. There's no app icon either. To open it, you go to phone, type your secret code, and hit send.
Sent from my SPH-D710 using Tapatalk
KCRic said:
If you're going to be a douche and cheat on your woman and not have the balls to, you know - be a man and tell her what's up. Then at least put in some effort to cover your tracks instead of being lazy. Delete the frequently called list yourself, manually.
I'll take my infraction if that's what happens. This thread is stupid. Reported.
Click to expand...
Click to collapse
Damn, I was just joking.. Did I touch a spot, did your significant other cheat on you or etc... WOW!
I just want to app that monitors the Frequently Called list and prevents contacts from ever appearing on it without having to manually clear the list.
I know there other members looking for a similar solution to this problem....
Didn't mean to touch a nerve, hope you get your partner back, root their phone or something nice like that! Good luck!
Maybe edit the phone.apk or dialer.apk to get rid of the frequent list all together.
Or it may just be editing a value check for a call to save to the list. That way its always empty.
If you're going to be a jerk to your wife, then at least just get a separate phone. Or maybe you DO want to get caught. If you really cared you would not cheat, and if she's not what you want any more do the right thing and divorce her so she can do what she wants and maybe find someone who respects her without having to be concerned about someone who seems to not care about her(you).
That being said, I would check out Shady SMS, seems to help some ways. I figure the cost is worth it if you don't want to get caught.
chochoking said:
Damn, I was just joking.. Did I touch a spot, did your significant other cheat on you or etc... WOW!
I just want to app that monitors the Frequently Called list and prevents contacts from ever appearing on it without having to manually clear the list.
I know there other members looking for a similar solution to this problem....
Didn't mean to touch a nerve, hope you get your partner back, root their phone or something nice like that! Good luck!
Click to expand...
Click to collapse
Nope no nerve was touched. Just hate guys like that - they really screw things up for the rest of us. I did root her phone, along with mine If you really were joking, I apologize. If you weren't I refer you back to my first post.
When is this internet 2.0 supposed to kick in? Because we severely need a sarcasm smiley...
KCRic said:
Nope no nerve was touched. Just hate guys like that - they really screw things up for the rest of us. I did root her phone, along with mine If you really were joking, I apologize. If you weren't I refer you back to my first post.
When is this internet 2.0 supposed to kick in? Because we severely need a sarcasm smiley...
Click to expand...
Click to collapse
I was really just joking .. But I found Tiger - No Frequently Called, looking for the APK so I can try it out on Epic (But I can't find anywhere)... If anybody find it, share please
Any new info on the subject
I think the app Super Private Conversation hides all communication from certain contacts and it is free on the market.
They changed the name to Private SMS & Call but it works wonders and is free. https://play.google.com/store/apps/details?id=com.superdroid.spc&hl=en
Alternatively, just use google voice for that purpose. All outgoing calls and text will be hidden within the google voice app.
Got to admit this was some good reading... If that man is capable of having more than one woman don't be mad at him... Kudos to you for at least not wanting to flaunt it and taking the time to try and do your pimping right.......hahahaha
Hey guys don't be mad at me, the forum name is there for a reason....LOL
Play On Player!
KCRic said:
Nope no nerve was touched. Just hate guys like that - they really screw things up for the rest of us. I did root her phone, along with mine If you really were joking, I apologize. If you weren't I refer you back to my first post.
When is this internet 2.0 supposed to kick in? Because we severely need a sarcasm smiley...
Click to expand...
Click to collapse
not the case. I use my phone for work and business and I had more than 50 numbers populating the Frequently Called list. I used to be able to clear them in GB but ICS doesn't let you do that. tsk tsk tsk F U C K!
I hope someone finds a way, i tried to long press and nothing happens. I'm running anaconda ROM by team venum. I want to be able to delete specific call records
Sent from my SPH-D710 using XDA

[MOD] Caller Reject Option in Contacts

One feature that I missed, coming from HTC phones, to Samsung, was the ability to block callers in Contacts.
You must be rooted. Navigate to /system/csc, and select feature.xml.
Scroll to the "Contacts" section, and change this line from this:
<CscFeature_Contact_DisableMenuAddToRejectList>true</CscFeature_Contact_DisableMenuAddToRejectList>
to this:
<CscFeature_Contact_DisableMenuAddToRejectList>false</CscFeature_Contact_DisableMenuAddToRejectList>
Save, exit,
Make sure permissions are set to: rw-r--r--,
and reboot.
In Contacts, select a contact, press menu. "Add to reject list" should now be an option.
has anyone played with blocking mode. (menu.settings.blocking mode)a bit more of a pita to set up but has pretty neat additional features.
Sent from my SPH-L900 using xda app-developers app
LMMT said:
One feature that I missed, coming from HTC phones, to Samsung, was the ability to block callers in Contacts.
You must be rooted. Navigate to /system/csc, and select feature.xml.
Scroll to the "Contacts" section, and change this line from this:
<CscFeature_Contact_DisableMenuAddToRejectList>true</CscFeature_Contact_DisableMenuAddToRejectList>
to this:
<CscFeature_Contact_DisableMenuAddToRejectList>false</CscFeature_Contact_DisableMenuAddToRejectList>
Save, exit, and reboot.
In Contacts, select a contact, press menu. "Add to reject list" should now be an option.
Click to expand...
Click to collapse
GREAT FIND. Seriously, I also came from HTC and was blown away to find that this very simple feature of send to voice mail wasn't available. I followed your method only to find out that Josh already changed it in the ROM. I never thought to check for the option cause you were the first to mention the fix that I have heard yet to date. So thanks for looking out and finding this. If you know of any other features that can be modified with this method par post them up. I will shoot you some thanks when my counter re-sets for the day.
Thanks for the feedback. Im slowly going through all of the disabled settings, as I find time. I'm still new at this, so the process is kind of slow. But, yeah, I agree, some of the things I took for granted with HTC, are completely missing, or disabled with the Note.
00mred00 said:
has anyone played with blocking mode. (menu.settings.blocking mode)a bit more of a pita to set up but has pretty neat additional features.
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
I haven't used blocking mode yet, but my wife uses it all the time, and swears by it.
LMMT said:
One feature that I missed, coming from HTC phones, to Samsung, was the ability to block callers in Contacts.
You must be rooted. Navigate to /system/csc, and select feature.xml.
Scroll to the "Contacts" section, and change this line from this:
<CscFeature_Contact_DisableMenuAddToRejectList>true</CscFeature_Contact_DisableMenuAddToRejectList>
to this:
<CscFeature_Contact_DisableMenuAddToRejectList>false</CscFeature_Contact_DisableMenuAddToRejectList>
Save, exit, and reboot.
In Contacts, select a contact, press menu. "Add to reject list" should now be an option.
Click to expand...
Click to collapse
+1 from me. Very nice little trick there!
Great find! Thanks.
SantinoInc said:
+1 from me. Very nice little trick there!
Click to expand...
Click to collapse
Serren said:
Great find! Thanks.
Click to expand...
Click to collapse
I wonder why Sprint chose to disable this option.
LMMT said:
I wonder why Sprint chose to disable this option.
Click to expand...
Click to collapse
Sure it was Sprint and not Samsung? Maybe Samsung did it in order to shine light on their Block Mode?
Cause My Evo was obviously a Sprint phone and had this option so did my Palm Pre
Tw1sted247 said:
Sure it was Sprint and not Samsung? Maybe Samsung did it in order to shine light on their Block Mode?
Cause My Evo was obviously a Sprint phone and had this option so did my Palm Pre
Click to expand...
Click to collapse
Good point. The reason I blamed Sprint, is because the setting was disabled in CSC. I just assumed that stood for 'Carrier Specific Customization'. When the first version of the LK8 leak first dropped, the rom contained other carriers csc folders. I think I remembered the option enabled through other carriers, but I may be remembering wrong.
OP, are you the guy who I just thanked for teaching me how to disable shutter sound? If so, you are on fire man!
If not, then THANK YOU for being the 2nd really smart guy who helped me today! This worked perfectly!
I hit your thanks button too, both threads (if both are yours)
EDIT: I just noticed that since I replied to both threads, that put them next to each other. Mystery solved. You are the same.
Thanks AGAIN
slthree said:
OP, are you the guy who I just thanked for teaching me how to disable shutter sound? If so, you are on fire man!
If not, then THANK YOU for being the 2nd really smart guy who helped me today! This worked perfectly!
I hit your thanks button too, both threads (if both are yours)
EDIT: I just noticed that since I replied to both threads, that put them next to each other. Mystery solved. You are the same.
Thanks AGAIN
Click to expand...
Click to collapse
No, thank you, for the feedback. I'm glad I was able to help someone, finally.

Categories

Resources