View Single Post
ffha's Avatar
Posts: 131 | Thanked: 170 times | Joined on May 2010 @ Netherlands
#129
Originally Posted by Ozymandias View Post
what is the correct format for entering phone numbers - "+49[phonenumber]" ? (+49 being Germany)
Correct.

E.g.
The Netherlands' country number is 31.
My phone number is 0644466333 (not really).
My WhatsApp contact number would be 31644466333.
Here's a complete list of country numbers.


I've already added my girlfriend (and more people) with that method. Hoorah!



Edit:
As for why some are unable to find the values I specified earlier on, here's the correct filepath again:

Incorrect:
Code:
~/.java/.userPrefs/org/peterbjornx/whatsapp/prefs.xml
vs.
Correct:
Code:
~/.java/.userPrefs/org/peterbjornx/whatsapp/storage/prefs.xml
Edit the prefs.xml file in the /storage/ directory!



Originally Posted by gng554 View Post
is there a way to get sound notification when we receive a new msg?
Unfortunately, receiving a message doesn't print anything to STDOUT, else we could've grabbed the output and use that to play a sound.

Do you know java? :P

Last edited by ffha; 2012-04-23 at 21:38.
 

The Following User Says Thank You to ffha For This Useful Post: