![]() |
2012-05-29
, 03:17
|
Posts: 5 |
Thanked: 3 times |
Joined on Mar 2012
@ Spain
|
#22
|
The Following 3 Users Say Thank You to yelram For This Useful Post: | ||
![]() |
2012-05-29
, 04:17
|
Posts: 50 |
Thanked: 50 times |
Joined on Dec 2010
|
#23
|
This is what i did to make it work. And... IT WORKS!
The file that needs to be edited is in:
/home/user/.java/.userPrefs/org/peterbjornx/whatsapp/prefs.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd">
<map MAP_XML_VERSION="1.0">
<entry key="IMEI" value="yourimei"/>
<entry key="CC" value="yourcountrycode"/>
<entry key="CONTACTS" value=""/>
<entry key="LOGIN" value="countrycodeandphonenumber"/>
<entry key="PHONENR" value="phonenumber"/>
<entry key="REGSTEP" value="1"/>
</map>
----
Example:
imei : 00000000000
CC: 34 (your country code)
Phone number: 123456789
then the file should look like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd">
<map MAP_XML_VERSION="1.0">
<entry key="IMEI" value="00000000000"/>
<entry key="CC" value="34"/>
<entry key="CONTACTS" value=""/>
<entry key="LOGIN" value="34123456789"/>
<entry key="PHONENR" value="123456789"/>
<entry key="REGSTEP" value="1"/>
</map>
----
I restarted after editing the file. Then opened Whatsapp and I was able to see the code screen.
Regstep MUST be 1, that means that it will ask you for the Code. Else you wont be able to see the code screen.
Hope that helps.
![]() |
2012-05-29
, 04:19
|
Posts: 5 |
Thanked: 3 times |
Joined on Mar 2012
@ Spain
|
#24
|
![]() |
2012-05-29
, 12:11
|
Posts: 47 |
Thanked: 2 times |
Joined on Jun 2010
|
#25
|
![]() |
2012-05-29
, 12:36
|
Posts: 50 |
Thanked: 50 times |
Joined on Dec 2010
|
#26
|
thanks for your tutorial,
till the last ooint everything was going how it should be,
but i typed in the 3 digits code into bluestacks, now, if i want to use the code again on the n900 an error message appears, is there now no solution that i can use the verified account (via bluestacks) on the n900?
![]() |
2012-05-29
, 13:04
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#27
|
![]() |
2012-05-29
, 15:54
|
Posts: 31 |
Thanked: 7 times |
Joined on Apr 2010
|
#28
|
no you need to reinstall bluestack then i know it;s stupid but we can't delete cache data on bluestack yet
![]() |
2012-05-29
, 18:28
|
Posts: 50 |
Thanked: 50 times |
Joined on Dec 2010
|
#29
|
![]() |
2012-05-30
, 03:30
|
Posts: 2 |
Thanked: 1 time |
Joined on May 2012
|
#30
|
The Following User Says Thank You to didntwork For This Useful Post: | ||
how lines i must to be edit i dont understand it