Re: OT -> F$%I#@ Android decided not to show contact names...

2019-04-28 Thread Michael Butash
If you log into the web for gmail and contacts, are they there?  If so,
worst case restore the phone and reimport settings.  I pick up lots of
random weirdness in every phone I've had, eventually it seems necessary to
just start over.  Much like windoze...

I always seem to lose a bunch of contacts between upgrades, every vendor
loves to set their default preferences to anything but what you want it
seems, so stuff seems to slip away for me every time with users bound only
to a local storage mechanism, or lost among one of another half-dozen
accounts on the phone.  I wish there were better options other than
diligence.

-mb


On Sat, Apr 27, 2019 at 5:23 PM Stephen Partington 
wrote:

> I would suggest you look into nextcloud and some of the contact sync tools
> there and see if you can leverage that. This would at least allow you to
> sync co tacts but manage your own data.
>
> On Sat, Apr 27, 2019, 9:45 AM  wrote:
>
>> Yep, I tried rebooting...
>> I think (hope) that my contacts are in the SIM car.
>> I don't do anything with Google than I *ABSOLUTELY* have to (like
>> android).
>> ET
>>
>>
>> Stephen Partington writes:
>>
>> > Where are your contacts stored? Google or some related service or on the
>> > phobe/SIM?
>> >
>> > Ps you tried a reboot I am guessing?
>> >
>> > On Sat, Apr 27, 2019, 3:10 AM  wrote:
>> >
>> >> Help...
>> >> For some $%#@ reason, my phone decided to stop showing me the
>> >> corresponding
>> >> name in my contact list when I receive or place a call.
>> >> I rely on my caller ID to screen a bunch of spam/scam calls, does
>> anybody
>> >> know how to restore the capability?
>> >>
>> >> I am about to hang myself from a pumpkin tree...   :(
>> >> ET
>> >> ---
>> >> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> >> To subscribe, unsubscribe, or to change your mail settings:
>> >> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: OT -> F$%I#@ Android decided not to show contact names...

2019-04-28 Thread kitepilot

Thanks!
I don't believe I have lost any contacts.
All the names and number that I remember are there.
The problem is that contact's names are not displayed in incoming calls, and 
it's a pain to screen calls...   :(
ET 

Michael Butash writes: 


If you log into the web for gmail and contacts, are they there?  If so,
worst case restore the phone and reimport settings.  I pick up lots of
random weirdness in every phone I've had, eventually it seems necessary to
just start over.  Much like windoze... 


I always seem to lose a bunch of contacts between upgrades, every vendor
loves to set their default preferences to anything but what you want it
seems, so stuff seems to slip away for me every time with users bound only
to a local storage mechanism, or lost among one of another half-dozen
accounts on the phone.  I wish there were better options other than
diligence. 

-mb 



On Sat, Apr 27, 2019 at 5:23 PM Stephen Partington 
wrote: 


I would suggest you look into nextcloud and some of the contact sync tools
there and see if you can leverage that. This would at least allow you to
sync co tacts but manage your own data. 

On Sat, Apr 27, 2019, 9:45 AM  wrote: 


Yep, I tried rebooting...
I think (hope) that my contacts are in the SIM car.
I don't do anything with Google than I *ABSOLUTELY* have to (like
android).
ET 



Stephen Partington writes: 


> Where are your contacts stored? Google or some related service or on the
> phobe/SIM?
>
> Ps you tried a reboot I am guessing?
>
> On Sat, Apr 27, 2019, 3:10 AM  wrote:
>
>> Help...
>> For some $%#@ reason, my phone decided to stop showing me the
>> corresponding
>> name in my contact list when I receive or place a call.
>> I rely on my caller ID to screen a bunch of spam/scam calls, does
anybody
>> know how to restore the capability?
>>
>> I am about to hang myself from a pumpkin tree...   :(
>> ET
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Having trouble mounting an external disk

2019-04-28 Thread David Lopez
hi guys & gals

bought an external usb3 disk, Western Digital 3 Tera-bytes.
my Ubuntu try's to automatically mount on /media/david
(david is my user name) which is the standard mount point
for all of the other external disks i have tried successfully
(Toshiba, Seagate).

The error code is "unknown filesystem type "exfat".

I found it by looking at the "My Book" dir under the /media dir using the
"Files" app.

i'll certainly go the wd web site unless you guys have a remedy.

david

-- 
David López
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Having trouble mounting an external disk

2019-04-28 Thread Jason Spatafore

exFAT is a new FS type to handle larger disks. (Windows format)

Answer likely here for you.

You'll likely just need to do the following commands

sudo apt install exfat-fuse exfat-utils


On 4/28/19 5:07 PM, David Lopez wrote:

hi guys & gals

bought an external usb3 disk, Western Digital 3 Tera-bytes.
my Ubuntu try's to automatically mount on /media/david
(david is my user name) which is the standard mount point
for all of the other external disks i have tried successfully
(Toshiba, Seagate).

The error code is "unknown filesystem type "exfat".

I found it by looking at the "My Book" dir under the /media dir using 
the "Files" app.


i'll certainly go the wd web site unless you guys have a remedy.

david

--
David López


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Having trouble mounting an external disk

2019-04-28 Thread Jason Spatafore

Don't you hate when you forget to provide the link?

https://itsfoss.com/mount-exfat/



On 4/28/19 5:07 PM, David Lopez wrote:

hi guys & gals

bought an external usb3 disk, Western Digital 3 Tera-bytes.
my Ubuntu try's to automatically mount on /media/david
(david is my user name) which is the standard mount point
for all of the other external disks i have tried successfully
(Toshiba, Seagate).

The error code is "unknown filesystem type "exfat".

I found it by looking at the "My Book" dir under the /media dir using 
the "Files" app.


i'll certainly go the wd web site unless you guys have a remedy.

david

--
David López


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Having trouble mounting an external disk

2019-04-28 Thread Stephen Partington
Also note, While Linux does have an ExFat option. the Linux ExFat is very
different than the Windows ExFat.


On Sun, Apr 28, 2019 at 5:17 PM Jason Spatafore 
wrote:

> exFAT is a new FS type to handle larger disks. (Windows format)
>
> Answer likely here for you.
>
> You'll likely just need to do the following commands
>
> sudo apt install exfat-fuse exfat-utils
>
>
> On 4/28/19 5:07 PM, David Lopez wrote:
>
> hi guys & gals
>
> bought an external usb3 disk, Western Digital 3 Tera-bytes.
> my Ubuntu try's to automatically mount on /media/david
> (david is my user name) which is the standard mount point
> for all of the other external disks i have tried successfully
> (Toshiba, Seagate).
>
> The error code is "unknown filesystem type "exfat".
>
> I found it by looking at the "My Book" dir under the /media dir using the
> "Files" app.
>
> i'll certainly go the wd web site unless you guys have a remedy.
>
> david
>
> --
> David López
>
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail 
> settings:https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
A mouse trap, placed on top of your alarm clock, will prevent you from
rolling over and going back to sleep after you hit the snooze button.

Stephen
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss