[OFFER: Italian,English][REQ: other languages]Fast Callback Free - Localization

Hi all,
I recently developed a very useful App: Fast Callback Free.
You can found details about it here
My App is already localized in English and Italian (my mother tongue) and I would like to add also other languages (e.g. spanish, portuguese, german, greek, russian, persian, etc.).
I will appreciate very much if you can help me to translate it in your mother tongue: I can add your name to the contributors' list or I can translate your app in Italian.
Please find strings.xml attached (it consists in only 40 strings) and the Google Play's description to be translated below.
To help in translating in your own language: http://barban.oneskyapp.com
Thank you.
===
DESCRIPTION
How many times in a day you refuse an incoming call from your relatives or your friends just to call them back? This is a very common task when you wish to take advantage of a more convenient mobile phone contract or just let your contacts not to pay when they call you.
When you receive a call this App shows an overlay button that let you refuse the call and immediately call your contact back; everything just by tapping one button! You can choose for which contacts the call-back function is available as well as the button's style, size and position in order to let the overlay button fit perfectly with respect to the screen which is shown by your smartphone when you receive a call.
This is the FREE version of the Callback App: it may display Ad at the end of the call started by the call-back function. If you wish, buy the Callback App for avoiding Ads.

Related

Adding Russian Language

I have bought my Wife an SX66 like I have. I have upgraded it from SX66 (Blue Angel) Standardization Project.
My wife is a native Russian speaker and would like to be able to store contacts, send email and SMS in Russian. I have already installed the software keyboard for her and the prompt translation software. But when she sends an SMS in Russian or email it comes out as ????? ????. I am hoping the people here can help.
Thanks
sweeper5150 said:
But when she sends an SMS in Russian or email it comes out as ????? ????. I am hoping the people here can help.
Click to expand...
Click to collapse
As a native Russian too, may i ask you a question?
Did you set up right options to sms&e-mail accounts? Go to Messages->Menu->Tools->Options->Text Messages and set up check box "Use Unicode when necessary" to true(checked).
Also in Regional Settings select Russian. If you tried it with no luck,then just install Pocket Russkey 2003 for WM05 or WM03(depending what OS U use) full version.It will localise alll OS into Russian for your wife.
P.s. Just PM me if U want to have full version of Pocket Russkey 2003.

Reject call programmatically

Is there any direct (or convoluted) way to reject an incoming call, i.e. send it directly to voicemail. Meaning
(a) if a call is coming in and matches certain criteria
(b) send the call to VM, and stop the ringing. (programmatically)
I've got (a) under control but I dont know how to do (b).
Any ideas?
Thanks
Jay
Well I know in the phonebook settings there is an option to send directly to voicemail for that particular number but that would require you saving the number in your phone book.
speoples20 said:
Well I know in the phonebook settings there is an option to send directly to voicemail for that particular number but that would require you saving the number in your phone book.
Click to expand...
Click to collapse
+1
I have Telemarketer1 - 7 right now in my phone book and they all go straight to voicemail with that option. Now if there was some way to block "UNKOWN"!
We need a Call Firewall / Blocker Software which can do following.
Register for Intent which can hook Incomming Call events
When Intent is raised if Checks for the number across Predefined Rules in Priority Order if any Rule matched take Action like
Reject Call
Accept and Immediately Reject THIS WILL COST CALLER
Send to Voice Mail
Reject and Reply with SMS
Reject and Create Reminder for Predefined Minutes to Remind us to Call them Back
+1
great idea
Try Youmail (it works for all phones)
There is a program for WM called Mobion MagiCall that would do everything that everyone wants on android but who can port it...
Back to my question...
Folks
I love the lively chit chat but does anyone have an answer to my original question: how do I reject a call programmatically and on the fly (not through phonebook entries set up ahead of time)?
BTW I will have an app available next week on Android Market that allows you to respond to incoming calls with an "I'll call you back asap" text or email, and it will set a reminder for you to call the caller back.
jayandro said:
Folks
I love the lively chit chat but does anyone have an answer to my original question: how do I reject a call programmatically and on the fly (not through phonebook entries set up ahead of time)?
BTW I will have an app available next week on Android Market that allows you to respond to incoming calls with an "I'll call you back asap" text or email, and it will set a reminder for you to call the caller back.
Click to expand...
Click to collapse
OMG!!! YES, WE CAN DO THAT!!!
I was going to kill myself after severe 24 hours of investigating and discovering... But I've found "fresh" solution!
// "cheat" with Java reflection to gain access to TelephonyManager's ITelephony getter
Class c = Class.forName(tm.getClass().getName());
Method m = c.getDeclaredMethod("getITelephony");
m.setAccessible(true);
telephonyService = (ITelephony)m.invoke(tm);
all all all of hundreds of people who wants to develop their call-control software visit this start point
http://www.google.com/codesearch/p?...:http://mylockforandroid\.googlecode\.com&d=0
there is a project. and there are important comments (and credits)
briefly: copy aidl file, add permissions to manifest, copy-paste source for telephony management )))
Some more info for you. AT commands you can send only if you are rooted. Than you can kill system process and send commands but you will need a reboot to allow your phone to receive and send calls =)))
I'm very hapy =) Now my Shake2MuteCall will get an update !
I use tcallblocking lite (search the market for it) to block calls from unknown numbers and any rom with the hacked phone.apk in it allows you to add numbers to a blacklist. No need for additional entries in your contact list
Moved as not Android Development.
I tried Call Firewallv1.40 freeware. It seems to be working at blocking unwanted private calls. I found it here http://www.freewarepocketpc.net/ppc-download-call-firewall-v1-4.html. The price is certainly good.
Features & Options:
a. Accecpt all calls - pretty self explainatory
b. Accept call from My Contacts only - accepts calls from contacts only, others are rejected
c. Reject all calls - pretty self explainatory
d. White List - accepts calls only from the white listed nos
e. Black List - accepts all call except from the black listed nos
f. Black List Pattern - any no STARTING from the black list pattern list is rejected.
for eg. if you enter "123", so all nos STARTING from "123" will be rejected
this is a very nice option with which you can block nos from any particular network, country, city , area or whatever you can think of.

[Q] Individual default input language per app

How can I set an individual default input language per app?
In the android market for example, I always want English swype.
In emails, I prefer swedish as the default
In text messages, I prefer the keyboard layout to be set to whatever language the first message in the conversation was in (receive in english - reply in english).
Are there fixes for some of these? I switch between swedish/english often swype/non-swype and it's annoying since there is usually an ideal input method/layout for each app.

[Q] filtering outgoing/incomming calls

hello all
I need a simple app that allows the phone to only allow certain numbers (white list) to be dialed. im giving the phone to a kid and i dont want him to call unknown numbers. a password function should come handy.
i see a lot of incomming call blockers but not outgoing.
help
Hi,
Try "Stupid Phone Calls BlockerFree". I am not permitted to post outside link yet, so it's the programs exact name, i found in the market.
I hope it's good for you.
adidas4death​
that didnt work well at all and the free version is useless

[APP][2.3+] Notigola

Notigola allows you to create targeted rules on incoming SMS so you can decide which messages to receive in the default messages app and which only to show in the notification bar.
It is possible to create all the rules that you want acting on various parameters available from Notigola in order to obtain a high level of precision on the filters to be applied.
If your Smartphone is equipped with "Android Jelly Bean" or higher you can also choose which buttons appear on the notification between "Call", "Reply", "Share". In addition to the choice of buttons you can decide whether or not the phone will vibrate and/or play a sound on incoming notifications.
Notigola also has an inbox of filtered messages that you can manage deleting a message at a time, deleting them all at once or by copying the text to use on other apps.
This app can be useful to manage the various:
- I called you
- Operators Call Cost
- Advertising and spam
- Notifications access to sites
- Various SMS notifications...
It can operate by:
- SMS blocker
- SMS Filter
- SMS reader
Supported languages:
- English
- Italian
No doubt you tired of receiving annoying text messages and find yourself full of "useless" communications in your default SMS app, with Notigola you can avoid having a list clogged and you can separate and manage these types of communications.
Remember, this app is totally free and without advertising in it, please leave positive feedback on the Play Store to inspire us to put even more our passion to serve the development of Notigola!
Play Store: https://play.google.com/store/apps/details?id=droidamax.smsstatusbar&hl=en
Updated: August 14, 2013
Current Version: 1.0.2
Requires Android: 2.3.3 and up
Content Rating: Everyone
Price: FREE
With this app I can set brilliant SMS rules for everyone in my address book! Thanks!

Categories

Resources