Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

UUID in Settings not correctly formatted #26

Open
pe224 opened this issue Aug 17, 2017 · 6 comments
Open

UUID in Settings not correctly formatted #26

pe224 opened this issue Aug 17, 2017 · 6 comments
Assignees
Labels

Comments

@pe224
Copy link

pe224 commented Aug 17, 2017

Great project!
The UUID for the device is not correctly formatted.
It seems to convert the UUID to some kind of float (see screenshot below).

image

@Mechazawa
Copy link
Member

Yeah this is only a cosmetic issue for what I can recall. If I'm not mistake when you change it it will be properly formatted etc. I haven't used my phone (or any) in a while so this is just going from memory.

@Mechazawa Mechazawa self-assigned this Aug 24, 2017
@Mechazawa Mechazawa added the bug label Aug 24, 2017
mrtnmtth added a commit to mrtnmtth/Pushjet-Android that referenced this issue Jan 30, 2018
At compilation the default value in the xml file is handled as a float. This is a know issue. This commit circumvents it.

Fixes Pushjet#26
@z3tof
Copy link

z3tof commented Apr 5, 2018

I've just find this project !
Great project ! Still alive project ?

How can I find my UUID ?

Even when I change it, it is not properly formatted... :-(

@mrtnmtth
Copy link

mrtnmtth commented Apr 5, 2018

The project is unmaintained but the servers are up and running and everything should be working.

The option is only for setting a custom ID.
There is no build-in way to display your device's UUID.
What do you need it for? There should not be any reason for you to need to know it.

If you would like to know how the UUID is generated, have a look at DeviceUuidFactory.java.

@z3tof
Copy link

z3tof commented Apr 5, 2018

Thanks for your answer.

I though that I need my UUID, but finally, I don't need it (I didn't understand how it worked)

Indeed, everything works fine... (the bug of the incorrect time zone is however annoying).

It's a great project... too bad it's no longer being maintained...

@ghost
Copy link

ghost commented Jun 30, 2018

Hi

I try to use pushjet as a persistant notification for my homemade home automation system.

I'm looking for my UUID in order to be able to delete old message from my system and replace it by the new informations
Any idea on how to get it (maybe @mttronc ? )

@mrtnmtth
Copy link

mrtnmtth commented Jul 3, 2018

Took me a while to figure out what you are trying to accomplish. As far as I get it, you want to send a DELETE request to the messages API.

The GET request returns all unfetched messages as JSON and removes them from the server database. The DELETE request just removes them.
So all received messages are already deleted from the server.

For normal use cases you won't ever need to issue a DELETE request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants