Moto Hell - The Motorola Modding Community

Motorola Phone Models => Software (Phone) => Topic started by: Exploited on June 27, 2007, 10:44:37 pm



Title: [E2] Blacklist and whitelist
Post by: Exploited on June 27, 2007, 10:44:37 pm
With this MPKG you can create a black and whitelist of specific phone numbers from your phonebook:

http://www.e2mod.com/content/view/187/28/


Title: Re: [E2] Blacklist and whitelist
Post by: keaglez on August 22, 2007, 03:24:17 pm
How to add the number to blacklist? I've tried editing the blackno.txt and didn't work.. Please gimme some example to add number in blacklist..


Title: Re: [E2] Blacklist and whitelist
Post by: Exploited on August 23, 2007, 01:07:10 am
Just like in the example on the page. Make sure that you keep the text structure


Title: Re: [E2] Blacklist and whitelist
Post by: keaglez on August 23, 2007, 02:07:12 am
If i want to black list 085612345678 then it is

[Call Blacklist]
#085612345678

right? It doesnt work.. Thanks anyway


Title: Re: [E2] Blacklist and whitelist
Post by: ojay on August 24, 2007, 12:30:30 pm
Quote
As you can see you can use wildcards, which makes the tool very powerful. Please make sure that you remove the comment sign before the number (the "#").

Also, make sure MPKG is activated (2 beeps, 'ding dong')


Title: Re: [E2] Blacklist and whitelist
Post by: keaglez on August 24, 2007, 01:39:49 pm
Quote
As you can see you can use wildcards, which makes the tool very powerful. Please make sure that you remove the comment sign before the number (the "#").

Also, make sure MPKG is activated (2 beeps, 'ding dong')
Thanks.. Btw what is wildcards?
*EDIT*
Still cant work.. Can you attach your blackno.txt files? Thanks before..


Title: Re: [E2] Blacklist and whitelist
Post by: amitiez on August 27, 2007, 06:57:08 am
Yup.. Doesn't work at my phone too.. ???


Title: Re: [E2] Blacklist and whitelist
Post by: Taurnil on August 27, 2007, 01:51:39 pm
if you edit the file, use a decent editor, don't use notepad. Use notepad++ or pspad. Don't save the file in windows format cuz the newline characters are different in linux.


Title: Re: [E2] Blacklist and whitelist
Post by: Exploited on August 28, 2007, 12:01:17 am
Yeah, please use VIM under telnet for the best results... And don't put the "#" sign at the start of the number - this is commenting it


Title: Re: [E2] Blacklist and whitelist
Post by: keaglez on August 28, 2007, 03:56:22 am
OK.. thanks.. I will try it..


Title: Re: [E2] Blacklist and whitelist
Post by: ojay on August 29, 2007, 10:46:43 pm
Quote
As you can see you can use wildcards, which makes the tool very powerful. Please make sure that you remove the comment sign before the number (the "#").

Also, make sure MPKG is activated (2 beeps, 'ding dong')
Thanks.. Btw what is wildcards?
*EDIT*
Still cant work.. Can you attach your blackno.txt files? Thanks before..

Wildcards are either * or ?;
* for all numbers after
? for any in that placeholder

Any progress?  Here's my blackno.txt:

Code:
[setting]
connectedshake=true
dropedshake=true
#firewalltype can be black,white or none
firewalltype=black
[callblacklist]
#some loser, commented out so it can read it
15554342351
[callwhitelist]


Title: Re: [E2] Blacklist and whitelist
Post by: keaglez on August 30, 2007, 12:18:48 am
Thanks, Ojay..


Title: Re: [E2] Blacklist and whitelist
Post by: konspirasi on August 30, 2007, 02:07:53 am
I've tried using notepad++ n save the file in txt, still not working. About vim, how can i use it? Cos i know none of linux just copy paste from root in my E2. Thx before guys