gabrielharrison
|
2016-10-04
, 12:07
|
Posts: 121 |
Thanked: 63 times |
Joined on Mar 2012
@ Durham, UK
|
#11
|
|
2016-10-14
, 10:00
|
Posts: 27 |
Thanked: 35 times |
Joined on Jan 2016
@ Sweden
|
#12
|
|
2016-10-19
, 12:26
|
Posts: 83 |
Thanked: 91 times |
Joined on Nov 2015
@ NIgeria
|
#13
|
The Following 2 Users Say Thank You to dameceno For This Useful Post: | ||
|
2016-10-25
, 18:47
|
Posts: 27 |
Thanked: 35 times |
Joined on Jan 2016
@ Sweden
|
#14
|
Such a shame you had to resort to factory resetting your device because of a bloody android app.
I found the easy fix as I was faced with the same problem out of the blue, no contacts seen by whatsapp which I have to point out happens also quite often on android devices, the problem was with dalvik as a whole since even Facebook lite had no access to my contacts.
As I said, I found the ridiculously simple fix.
1. Go to android support in Settings
2. Un-tick "allow android apps to access my contacts"
3. Restart android support
4. Tick "allow android apps to access my contacts"
5. Voila!
Launch Whatsapp and refresh your contact list... But you have to be patient as it will take a bit of time to get contact list ready. Worked perfectly well for me, and I hope it saves factory reset for a lot of folks, as I hate the idea o resetting my device, to much stuffs involved
Hello,
With the Logcat binary it goes easily to collect Android logs from the system:
Connect to either WLAN or mobile internet, then open Settings app and go to the Developer mode page
In the Developer mode page enable Developer mode
Enable Remote connection in the Developer mode page, type in some password and tap on Save
From the app drawer open the newly installed Terminal app
Launch Logcat with the following command: /opt/alien/system/bin/logcat
The events in the Android system will be printed to the screen. The command runs until you stop it with <ctrl>C
Use the command below to direct them to a file: /opt/alien/system/bin/logcat > /home/nemo/android.log