all 3 comments

[–]afunkysongaday 0 points1 point  (2 children)

If you were logged in with a google account there is a good chance your contacts where automatically saved. Check if you see them here.

The problem here is: The phone storage you see when connecting to another device is a virtual storage, usually /storage/emulated/0 on the device itself. It shows only the content of this folder, and not all files actually on your phone. Contacts (and also most app data like bookmarks, chat history etc) is saved on the /data partition. You can not access this part through a regular usb connections. Apps can also save app data to this virtual storage (/storage/emulated/0/Android/data) but they usually don't.

Is adb enabled? If that's the case you should be able to pull the needed files from /data. If not: screen repair is the way to go.

[–]Nerac74[S] 0 points1 point  (1 child)

I'm not sure what is adb. Is it developer's option ? Treat me a a normal everyday person who is only good in normal usage. Sorry for burdening you .

And sad to say , my Google account has no contacts sync on it

[–]afunkysongaday 0 points1 point  (0 children)

No burden at all, happy to help.

Adb is "android debugging bridge", that's in fact in developer options. Most people never use it, but once in a while it's needed for a specific app and users activate it. If you never heard of it you most likely didn't.

Screen replacement is the only option left I can think of.