[App][4.4+] MCipher - Encrypt & Decrypt and send secret texts - Android Apps and Games

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction:
Hello Everyone
It’s been a while since I started this project, and I decided to share it here after the last update.
My Application name is "MCipher", it’s text Encrypting & Decrypting app that includes more than one method to choose from.
By using this application, you will be able to share or save your important texts, messages and passwords safely.
So let’s start:
Download Link : Google Play
Screenshots: check the attachments.
Features:
Save your passwords and important texts after encryption
Free
User friendly design
Set your own key for encryption & decryption
Support of 3 languages: English, Arabic and Turkish (You contact me if you want more languages)
Directly share from inside the app
Offline
Methods:
AES
Affine
Base64
Caesar
Vigenere
(More will be added soon)
Extra Methods:
Text to ASCII (and vice versa)
Text to Binary (and vice versa)
ASCII (int) to Binary (and vice versa)
Tools:
Modulo Calculator
Prime Numbers Calculator
Notes:
This app is still in development, more methods will be added soon.
The app may contain some bugs, feel free to contact me and tell me about it, it will be fixed in the next update.
If you have any idea or anything you want to add to the app just tell me.
The App DOES NOT share any of your encrypted/decrypted texts, or trace any private information about you!
FAQ:
Q: How to use the app ?
A: Selecet the method you want to use like for example, set your personal key for the methhod if needed (For AES the default key is “aesEncryptionKey”) then write the text you want to encyrpt and click the button that will appear at the bottom of the screen.
For decrypting you do the opposite of what you did before you set the methods you want to use like “AES --> Text” and you have to set the key to the same key you used while encrypting, otherwise you might get a wrong text or maybe an error.
Q: Does the app contain ads?
A: Yes, unfortunately there is no way to remove it yet.
XDA: DevDB Information
MCipher, App for all devices (see above for details)
Contributors:
Mouaz KAADAN
Version Information:
Status: Stable
Current Stable Version: V1.4
Stable Release Date: 21/06/2019

Reserved
- Reserved

For me the problem with such apps is that you want encrypt text with important information in it. But how you can guarantee that the app itself is secure. How you can trust in the developer or how you can ensure that people believe you are a trustworthy developer? Do you have experiences with this topic or is it no problem for you?

icon_iop said:
For me the problem with such apps is that you want encrypt text with important information in it. But how you can guarantee that the app itself is secure. How you can trust in the developer or how you can ensure that people believe you are a trustworthy developer? Do you have experiences with this topic or is it no problem for you?
Click to expand...
Click to collapse
Firstly, you can use the app to just encrypt the texts to use it or save it somewhere else
Secondly, why would I make something bad like this to steal people's information, I am just trying to make some good apps and make people use them.
Anyway if you know how to read smali you can decompile the app and check the code, or maybe you can use dex2jar to transform the dex file in to a .class file, and then use a jar decompiler to plain text java

Mouaz Kaadan said:
Firstly, you can use the app to just encrypt the texts to use it or save it somewhere else
Secondly, why would I make something bad like this to steal people's information, I am just trying to make some good apps and make people use them.
Anyway if you know how to read smali you can decompile the app and check the code, or maybe you can use dex2jar to transform the dex file in to a .class file, and then use a jar decompiler to plain text java
Click to expand...
Click to collapse
Sry if you missunderstood. I didnt want to criticize you directly and I'm pretty sure you are a develope with good intentions! It was just a general comment on this topic.

For me, if I choose AES, is there any commands on Mac or linux I can run to get the same result? Not sure if it is a secret.
The reason I ask is I encrypted some words and store them with shell scripts and use the App for instant check. I want use the same encryption method.

Related

[Release]01/10 Blender - Message encrypter

Blender - XXTea Edition
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
----------------------------------------------------------------
UPDATED
Version 1.1
- Problems with copy-paste, which hangs the software. (Fixed)
----------------------------------------------------------------
My first PPC program for encrypting information/messages.
I store my information in Outlook Notes (or PPC Notes) to have them synced with my PC. However, there are certain information that just seems too sensitive to be saved in plain text. I have tried those secure database, however, they are just rather a bit.. heavy. I used to have a software in Palm that does just string (i.e. sentence) encrypting, which I find very good. The nearest thing that I've found for myself, is nomb, but I seems to have started to piss the author off a bit with my demand.. and I kinda solve my programming problems thanks to levenum here.
Anyway, the software runs on XXTea cipher as it is easier for me to write from scratch (hence the software itself is VERY small, if I were to get rid of the graphics ). I can do a AES version, but I don't see the point of doing so with nomb around. Anyway...
Suggest usage
--------------------
Information storage: Store your stuff as you already do in your Outlook Note, Contacts, etc securely with encrypted message instead. You may decrypt the information within Blender or some other web pages that use the same algorithm XXTea (i.e. http://www.farfarfar.com/scripts/encrypt/) NOTE: I'm not in any way associate with this site. We are just using the same algorithm. I also have my own Java applet almost ready to be deployed (if anyone is interested) to be hosted on your own webpage, which you will know be always online and secure.
With Blender available in webpages, desktop PC (my Java applet runs as a standalone application too), and Pocket PC, you may actually, encrypt your message and have it written on a piece of paper, to be decrypted anywhere (with or without your Pocket PC)
Message exchange: Send secret message to anyone via SMS. The encrypted message is nearly as long as the original message (approx 25% longer, on block of 4 characters), you can send secret SMS to anyone, with or without a Pocket PC (using webpage decryptor and desktop standand alone application).
Limitation
-----------------
- Does not encrypt message with 4 or less characters
- As with standard XXTea implementation, effective password length of 16 chars
- UNICODE currently not supported
Feed back feedback feedback ...
Links
------------
If you want AES and file encryption, try nomb?
.
Excellent work!!!
Nice work hanmin - I vote for file + folder encryption in a future release.
I keep work related files (network information, passwords etc.) synchronised between my desktop and my PPC; having the ability to encrypt sensitive files in the synchronised folder or just to encrypt the whole folder would be a real bonus (would stop my boss worrying about me losing my phone when I'm on-call and have all these files on there )
Having a choice of different encryption algorithms would be useful to some people, but adding AES, Blowfish, Rijndael etc. would only increase the size of the application and be more difficult to decrypt away from the device. The output from XXtea is meaningless enough (it looks like a MIME encoded email LOL!) so as to prevent people from worrying too much about what it means.
I've downloaded the first version and I'll certainly try it out and give you some feedback....looking forward to any and all new versions already
Cheers,
Mark.
nice!!!!
i too vote for file and folder encryption in a future release.This program in going firmly on my install today list.
Nice work Mr. H
Thanks for this app i vote for folder option as this would most suite my needs
Mobile Based Encryption and Decryption System
is it the same with PhoneCrypt and Gold-Lock?
I need your help guys about my thesis .it is about the encryption and decryption of text messages in mobile phone.it will encryp when sending and decrypt it upon receiving a text messages.
I hope you guys can help me thnx
Lance
YM: [email protected]
Source Code
is it ok with symbian os in mobile phone?
can you share the source code of this program to me.for my thesis project in order to graduate in college.
here my email [email protected].
I hope you can help me

[APP][2.2+] macroMote - The only remote control application you need.

macroMote
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
macroMote, the only remote control application you need for your computer. Functionality? Using a command based system macroMote allows you to easily create the functionality you need to take control of your computer remotely. Design? With its tabbed layout organizing your macros has never been easier, this means your macros can be categorised how you want them to be. Simplicity? Everything about macroMote screams simplicity, after all that’s what a remote is for right? Macros can still be created (and removed) while clients (yes, more than one device can be connected at the same time!) are connected; the changes will be synced to all of the devices in real-time.
Features
- Command system to create whatever functionality you need
- Tabbed design for easy access
- Connect as many devices as you want
- Changes are synced in real-time to all devices
- macroMote Server compatible with Windows, Linux and Mac
Planned Features
- Added security (PIN to connect)
- Ability to save IP address
- Ability to change port
- Better tablet support
This really is the definition of universal.
Silly example macro, opens chrome and navigates to XDA
Code:
shell "cmd /C start chrome --start-maximized"
wait 2000
move "155,45"
click left
wait 500
type "XDA "
type ENTER
wait 1500
move "192,280"
click left
REQUEST : Please can you test this on your Linux/Mac machines. It should work but unfortunately I haven't had chance to fully test it (especially on Mac)
Please post your feedback for any improvements, commands and bugs!
How To? Mirror
Server Mirror
Lite
Pro​
Reserved - Update information should go here.
This looks good but I have one question/concern.
How does the remote know which application to send the macro commands too? In other words, that VLC tab you have will only be useful if VLC is your currently active window.
It would be nice if each macro command could be directed towards a specific application running on your computer. If I want to control my iTunes music via remote, I don't want to maximize it first.
Make sense?
That is a very good question! I've thought about this and it still needs some work. With the server being programmed in Java it means I don't have access to external sources like window names and other useful things. It would mean I need to use the system API's (which of course then means I would need to figure out a way to get it to work on Linux and Mac too). Which means its going to be a pain in the ass. Fortunately must commonly used applications listen out for hot keys regardless of focus.
A simple solution would be? :
press ALT
type TAB
release ALT
Click to expand...
Click to collapse
- Added Mirror Links to 'How To?' and 'Server' (My site host seems to be blocking the links...)
400+ Views... one reply.
It would be nice if people could leave some feedback? I put a lot of time into this.
So you have to be at the PC when writing set commands for each remote function?
Have you thought about being able to write a custom function on the Android phone then pushing that to the server then executing it?
Would like to have a little play with this app though, I like the idea Could maybe interpret something like this into a smart tv one day with a bit of modification.
Good Job
Yes, well the idea was that you set-up all of your macros on the computer before hand (prevents security issues). Since you will only need to write the macro once.
I developed this to function as an AIO remote to be used with any software and OS on your computer (where other remote controllers fail). I would of continue developing it, but it seems nobody is interested or doesn't understand what it does fully. I think I might just release the Pro version for free.
TheUnkn0wn said:
Yes, well the idea was that you set-up all of your macros on the computer before hand (prevents security issues). Since you will only need to write the macro once.
I developed this to function as an AIO remote to be used with any software and OS on your computer (where other remote controllers fail). I would of continue developing it, but it seems nobody is interested or doesn't understand what it does fully. I think I might just release the Pro version for free.
Click to expand...
Click to collapse
I would try and offer some ideas but as you said it lies with using System API's.... Would be a huge improvement if you did manage to figure it out.
And yes the XDA feedback is sometimes.....

[3.0+][APP]Define - Offline Dictionary With A Different Approch [Updated][18/10/2014]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Define - Offline Dictionary​
Define - Offline Dictionary allows you to browse word meanings without a network connection.This application allows users to search using the simplest and fastest method available.This application contains over 100,000 words and its definition.It searches web if the meaning is not found offline.Define has a single minded purpose of helping you to find the word you are looking for. No annoying "word of the day" features and no cheesy embedded games. Define helps you get what you need done and continue on with your day.
Video
Features
Word Search
Search From Any other application (See Video)
Search By sharing the word and selecting Define to open it
Online word search also available (initiated only if word is not found offline)
Define Widget for Home screen and Lock Screen
File Size is only 9 Mb
No Extra downloads required
Simple and Easy Design
No Ads
This is an initial version.Need support for improving the application.Suggestions are welcomed.
Instruction
Open Define
Click Settings Icon which shows the Floating Icon
Close Define
Long press the word you want to get Meaning from any application and press Copy Button (
)
Click on the Floating icon to display meaning
To close the floating icon.Open the application and click on settings icon again
or
double click on the floating icon.
Download
https://play.google.com/store/apps/details?id=com.vivek.define
Screenshots
XDictionary does the same thing, but in a far less intrusive and much cleaner way.
davelee1054 said:
XDictionary does the same thing, but in a far less intrusive and much cleaner way.
Click to expand...
Click to collapse
Hi,
mine works in every application.
eg : you can open chrome,adobe reader,Office applications,Chat apps,etc
just open the application->click settings icon which enables the floating Icon->Open any other application which supports copying text (all app supports that) - > Copy the word you need to know about- > click on the floating icon and you will get the meaning.
Also XDictionary needs to root the device and install Xposed Module.But Mine DO NOT require ROOT.
Will try it later, I looked at XDictionary, but I don't want to install Xposed .
Xposed Module
Hello again,
This is My first time working with Xposed Module.I have tried to create a Xposed Module for this application.But I need someone to test the Xposed Module.I am attaching the apk file.please try it and report.I am not sure if it works.
I haven't uploaded this to playstore as it is not tested.
How To
open any application
select the word you want to get the meaning
and you can see the Paste | Define as the menus
Last Updated : 11/8/2014 9:52 PM IST
Please post a screenshot if it works.
if it is not working please report back.
Thanks
New Version with more words have been updated to play store
https://play.google.com/store/apps/details?id=com.vivek.define
up!!
Installed, like the simple GUI and animation.
Could you add synonyms as some people suggested in comments ? That will be great
vivekkalady said:
up!!
Click to expand...
Click to collapse
Lastest version is - October 18, 2014
Up?
Also, in description it says,
Define - Offline Dictionary allows you to browse word meanings without a network connection​But you ask for - full network access ,
?
m0d said:
Lastest version is - October 18, 2014
Up?
Also, in description it says,
Define - Offline Dictionary allows you to browse word meanings without a network connection​But you ask for - full network access ,
?
Click to expand...
Click to collapse
in the latest version it check the internet if the work is not found in the offline database
vivekkalady said:
in the latest version it check the internet if the work is not found in the offline database
Click to expand...
Click to collapse
Maybe you should rethink title and app name: Define - Offline Dictionary
As it is deceiving, since your app does search online, if only no match found
It would be great if you have a version which does not have network permissions and does not search online if no match found, which will make it a true offline dictionary.
Most offline dictionaries provide a separate dictionary file which you can download separately, which allows for custom dictionary sets(https://code.google.com/p/quickdic-dictionary/wiki/BuildDictionary),
and improvements to database without affecting app itself
Maybe look at: https://code.google.com/p/quickdic-dictionary/
It is open source.

[APP][4.3+] Seebye Messenger API - NO Root - Beta

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction
After creating some apps to interact with WhatsApp I received several mails asking me how my apps manipulate WhatsApp.
Also I noticed a fact.. 56% of the devices which installed my apps had no root rights..
So they couldn't use my app.
This is why I decided to change something by creating the possiblity to interact with other messenger without root rights.
Furthermore I want to help you to develope a app which is able to do the same.
After several months of developing I'm finally able to present the results to you.
Supported messengers
WhatsApp
Functions (for developers)
Note: As this app works without root rights we have to accept some limitations caused by the lack of rights.
For example: It's impossible to fetch the location of a message.
My API is able to do the following things:
Sniffing messages from notifications
Sniffing messages from conversations
Determine profile images
Determine the location of images from incoming and outgoing messages
Determine the location of videos from incoming messages
Determine the location of audio from incoming messages
Send text messages
Send images
Send videos
Send audio
Also my API will inform you about the following things:
The emoji button was pressed
The conversation of a contact was opened
We received a new message
An app became visible (package + class will be passed)
Requirements
Android 4.3+
WhatsApp [Material Design] (Download )
beta
Until now this app is useless for normal users.
This is why I will prefer to grant access to developers.
Also I will upload an example module to demonstrate the functions.
(The translation link inside the app is invalid. (I forgot to remove it))
1. Join this
(for developers) Google+-Community
or this Google+-Community
2. Read the instructions within the community
Download
Google Play Store
Translation
The app supports already:
english
german (coming soon)
Soon I will offer the possibility to create translations on your own.
Social networks
If you want to get notified about new apps, new big features or just want to like seebye, you can follow me on Twitter, Facebook or Google+.
I'm looking forward to get feedback from you.
Rules for developing a module
Your module has to have a clear focus. -> No alround tools.
We don't want to give reasons for going against this app.
-> No childish apps -> E.g. no apps to spam other person (I added a protection to prevent you from sending spam)
You're not allowed to create an app which interacts as man in the middle between other apps and the API.
-> You're not allowed to create a single app which handles all the API request from (your) other apps.
I reserve the right to extend the list.
Requirements to build a module
Android Studio
Gradle
Developing a module
API
Example Module
ᅟ
Screenshots
Videos
To also allow users to test my API I created a version of Seebye Scheduler which does not require root rights.
Modules
You have to become part of the Seebye Messenger API community to test these modules.
Seebye Scheduler NO root
Conversation Widget
I can't download the conversation widget get 940 error on Google Play and not found in the api download
david6910 said:
I can't download the conversation widget get 940 error on Google Play and not found in the api download
Click to expand...
Click to collapse
I googled after you problem and found this post.
http://forum.xda-developers.com/showpost.php?p=52274250&postcount=5
So you have to make sure you did the following things.
1. Joining one of the mentioned communities.
2. Become a tester of Seebye Messenger API.
3. Become a tester of Conversation Widget.
You have to join as a tester for both apps.
(It sounds like you're a tester of Conversation Widget only)
(4. Download & install Seebye Messenger API.
5. Download & install Conversation Widget.)
If it still fails to install the apps I guess that the google servers need some time to update.
Also I would try to install the apps after clearing the chache of Google Play Store.
Update :
- double detection of incoming messages fixed
- added the possibility to block access requests from modules
Update (version code 548):
- the performance should be appreciably improved
how to remove the bug
Hello
I want to know
How can I remove in case a bug get stuck?
Hello this works gereat for me...
one question, how i can send emojis?
Thanks

[App][4.2+] personalDNSfilter - block malware domains, ads and trackers without root

•••
You want to block ads, tracking, analytics and malware domains system-wide (in browsers and apps) and don't want root (or you can't root)?
Check out personalDNSfilter by Ingo Zenz @ ZENZ Solutions!
Block ads using hosts file via local VPN connection and custom DNS (optional).
Features:
- Open source
- Supports rooted and non-rooted devices
- Lightweight (<400 KB approx.)
- Negligible RAM consumption (~15 MB approx.)
- Battery friendly
- Inbuilt DNS changer (can use custom DNS)
- Hosts blocking
- Domain blocking
- Supports pattern blocking (ads)
- Supports manual adding domains for whitelisting & blacklisting
- Supports DoH & DoT
- DNSCRYPT-PROXY integration (can start, stop and work together with dnscrypt-proxy)
- Supports application whitelisting for excluded apps from getting filtered
- Can do network wide blocking on your home network (requires root)
- No data mining (your data is your data - privacy first)
- Desktop version for PC & Raspberry Pi
- Also works as a network logger (users can see what domains are being connected to device)
Website:
http://www.zenz-solutions.de/personaldnsfilter-wp
F-Droid:
https://f-droid.org/en/packages/dnsfilter.android
Google Play:
https://play.google.com/store/apps/details?id=dnsfilter.android
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CREDITS:
Coding: Ingo Zenz aka iz-)
UI redesign, icon and website: t-ryder
Translations:
@dogiex, @yshalsager, Lukas Novotny, @Taivotat2, @dugi9991, @Primokorn, @gaich, phihungchrome
•••
Some more hosts sources for those who want to play around with the settings...
HostsSources · AdAway/AdAway Wiki · GitHub
Using a Hosts File To Make The Internet Not Suck (as much)
FilterLists
personalDNSfilter was updated to version 1.50.2 on March 19, 2017.
Just found this, I'm surprised it's not got a following.. light and easy to use, seems a good alternative to dns66 and the likes.
Can we change/edit the local file FILTERHOSTS.TXT?
Will it get downloaded again and over-written?
Great app, thanks for heads up.
steamrollerpark said:
Can we change/edit the local file FILTERHOSTS.TXT?
Will it get downloaded again and over-written?
Click to expand...
Click to collapse
By default it will be overwritten. But you can add custom filters within the dnsfilter.conf (see filter.host = true|false settings).
Alternativly it is possible to disable the automated filter download so that the FILTERHOST.TXT won´t be overwritten.
Just check dnsfilter.conf file for details. It contains a good documentation of the different settings.
Sorry, these might be some dumb questions, but really trying to get this to work on an Android phone running 7.1.1:
1) do I need to check "Advanced settings" in order for those settings to work? If I don't check it, I can't scroll down to view the logs, unless I'm missing something
2) Also, any reason why some of my custom entries in the "Advanced settings" doesn't work? (I put in entries to be filtered and those are still allowed in the log and entries to be allowed, but those are still blocked.) I've hit Reload filter and Restart and sometimes it works, but more often it doesn't.
3) Lastly, any reason why other times my entire "Advanced settings" erases? How can I get those entries to persist?
Thanks for putting this app together, hopefully once I know what's going on I'll be able to use it much better.
Kevin
kevvyc said:
Sorry, these might be some dumb questions, but really trying to get this to work on an ...
Click to expand...
Click to collapse
Advanced settings unfolds when clicked, set values, untick and the put in values are active but hidden in the GUI. Set a custom reload intervall for testing to see (days until next reload).
Use a text editor to edit the right files inside the pDNSf folder in your storage. You will find examples and descriptions there. Just have a look at the even more advanced settings playing around with the configuration files. Quit the client, edit files, start the client again and reload.
t-ryder said:
Advanced settings unfolds when clicked, set values, untick and the put in values are active but hidden in the GUI. Set a custom reload intervall for testing to see (days until next reload).
Use a text editor to edit the right files inside the pDNSf folder in your storage. You will find examples and descriptions there. Just have a look at the even more advanced settings playing around with the configuration files. Quit the client, edit files, start the client again and reload.
Click to expand...
Click to collapse
Yes .... better edit the dnsfilter.cfg file. In addition: the advanced settings within the GUI only allows to edit the filter URL and reload interval. In case invalid values are added, it will be reset to the previous valid entries (Check for messages in the log area)
iz-) said:
Yes .... better edit the dnsfilter.cfg file. In addition: the advanced settings within the GUI only allows to edit the filter URL and reload interval. In case invalid values are added, it will be reset to the previous valid entries (Check for messages in the log area)
Click to expand...
Click to collapse
Thanks for the heads up guys. I was looking in the Android/data folder for the settings, but I should have just looked at the root folder. Okay, I've got everything to work now!
Kevin
Help translating pDf to the top 30 languages!
join the project here:
https://crowdin.com/project/personaldnsfilter
Finnish language done [emoji6]
Translation to the 30 top languages ... here we come. More and more are willing to help. Very nice.
And we got an icon update:
... a bit more material designish
I guess it's in the next update.
Go on dev .... thumbs up ??
FYI; I created a fork of the app. Not much changes, just for fun and learning.
https://personaldnsfilter.t-ryder.de
t-ryder said:
FYI; I created a fork of the app. Not much changes, just for fun and learning.
https://personaldnsfilter.t-ryder.de
Click to expand...
Click to collapse
Can you please advise what the difference is in your fork? All I can see is that yours supports v5+ while the original supports 4.2, but I don't know why.
kindlyoldbear said:
Can you please advise what the difference is in your fork? All I can see is that yours supports v5+ while the original supports 4.2, but I don't know why.
Click to expand...
Click to collapse
Please read the release changelog coming with the sources downloadable @ the website.
thank you so much for this great app
Using android 6 the fork version doesn't install (not rooted phone), whereas the original does. How do I know why?

Categories

Resources