UBPORTS Stats
-
Following the link on Ubports statistics, I could see that the number of devices that went to ubports has grown steadily. But what is the current target limit? What should the theoretical number of the UBPORTS phone be? Starting with R.Padovani's earlier remarks in this post https://rpadovani.com/how-many-ubuntu-phone and adding non-official devices to the FP2 project (but removing those who were abandoned and / or Back to Android), the "about" 8,000 devices that have the ubports image are so many? They are few?
To what extent could we target whether all Canonical Ubuntu Touch devices migrated to Ubports?
Nothing "scientific" .... just a summer vacation reflection! -
@GIEMME as I see it the mere fact UBports exists is a "miracle" by it self, so it really doesn't matter if that number of phones running UBP is high or low now.
And I say "now" because most of all Ubuntu Touch phones are legacy and going the way of the dodo.
The future number of devices running 16.04, that will be the interesting number to me.
-
This trend seems to good to be true, and the fact that there is no negative movement (only flats) makes me think it might be accumulating rather than measuring.
e.g. if the stats per month is "where time<=month", rather than "where month(time)=month", or if there is a missing "stats.reset()"... I have no idea how/where this is implemented, but I would be interested in seeing the actual counting code.
Also, the way it is spec'd makes me think that my one device, whenever it gets a new address (leaving home wifi, rejoining the cell tower network, and maybe even rebooting or roaming to a new super-cell) will count as a new device.
I might notice how frequently my phone's ip changes, for this sake, but I assume that in the common case (which I assume is wifi+cell) the actual numbers are at least (and almost automatically) half what is reported.
-
That's exactly what the page does. Since we don't track any devices (really! We have no idea which phone is yours!), adding another tick for each IP that hits the server is about all we can do.
-
@UniSuperBox said in UBPORTS Stats:
That's exactly what the page does.
Can you be more specific what "That" is precisely. Can someone maybe point to the code.
Since we don't track any devices (really! We have no idea which phone is yours!),
That is very much appreciated. Really!
adding another tick for each IP that hits the server is about all we can do.
Well, there should still be some confidence that the number largely represents how many people use it / how many devices are alive / something like that. Otherwise, it's a bit ... pointless.
There was also this recent thread
https://forums.ubports.com/topic/470/wrong-ubports-statistic/2
Where something was supposedly reset recently ...Looking at https://stats.ubports.com/ now it looks like in the last 11 days the number of ubports installations grew from zero to 1300. I kinda doubt that!
Counting hits TOGETHER with the right frequency of discarding old numbers might do the trick of representing alive devices reasonably.
-
@doniks This is the reason why I suggested already to at least hash lets say some serial number plus MAC id. It is still no real tracking, since there is no user info inside, but we would immediately see precise stats...
So either: Unique device id tracking or useless stats (but then we can switch off the stats page also ;))
-
It'd also be possible to generate a random UUID at install-time and use that to communicate with the server. Problem is that I don't think anyone wants to take on putting that code into the system image AND system image server.
-
A mi se me ha ocurrido una idea para llevar un recuento m谩s exacto. Si bien ahora el servidor registra la solicitud del dispositivo de buscar actualizaciones junto a la informaci贸n del modelo del dispositivo, versi贸n y canal, se podr铆a hacer que dicha solicitud caduque al tiempo si no se vuelve a recibir otra solicitud desde el mismo m贸vil, pero con la diferencia de usar un ID aleatorio para cada dispositivo, o en caso contrario que se actualice la solicitud en el servidor en base al ID para no duplicar dispositivos. Espero haberme explicado bien y haber sido de ayuda
I have an idea to take more accurate stats. Now, the server registers device鈥檚 model, version and channel that uses, that request could be made to expire at the time if another request is not received again from the same device, but with the difference of use a random ID for each device, or otherwise to update the request on the server based on the device鈥檚 ID to not duplicate. I hope I have explained well and been of help
PD: Sorry for my bad English -
In the meantime it shows 30K "Total Devices", which is also being picked up by other websites:
https://ikhaya.ubuntuusers.de/2017/12/30/ubuntu-touch-lebt-und-stellt-android-apps-in-aussicht/
wird die aktuelle Zahl aktiver Nutzer auf 眉ber 30.000 gesch盲tzt.
Shouldn't we do something? At least change the page title to something else like "Update server access".
-
Good point. I'll bring some people to this thread, maybe we need to remove the device counter for now.
-
could be based on the push notification service?...the push notification service to work shoud already know how many (unique) devices use it.
-
@ds2000x said in UBPORTS Stats:
if another request is not received again from the same device
But this seems to be axactly the problem. we don't (want to!) to know if it is the same device or not because we don't want to track it.
The problem to be solved is how to identify the device without the device to be idetified... -
@aury88 said in UBPORTS Stats:
could be based on the push notification service?...the push notification service to work shoud already know how many (unique) devices use it.
Maybe you are right. The moment UBpots decided to run this notification service, devices are identified anyway.
By realizing this, I am not sure if this central notification service is such a good idea never the less I appreciate a notification service very much.
Off Topic here: Afaik @DanChapman realized a local but not battery consuming notification service for dekko2 which runs like charm on my device.
-
@bastos I think we should stop being over-sensitive with the tracking problem. There is a fundamental difference between knowing how much unique devices of which hardware and which image channel we got, as opposed to tracking activity.
By taking a unique device id at the moment of installation and telling a server that it has been installed means just that "someone anonymous has installed ubports on a new hardware". Apps wont have access to this ID for real activity tracking. So we should allow this fingerprinting because it greatly helps us to determine the needs of the community.
How can I plan for server resources if I do not know the exact amount of devices? Be it 1.000 or 10.000 ? Its important to see a trend also, to just in time bring in new hardware etc.
The push server does not show any device that is not using a push service and therefore has never signed in to U1 account, so its also not reliable.
And there is a rationale for having those registrations, if we would open up the push service to the world, soon somebody will come and use it as a zombie virus/worm control dispatcher etc. The days of free access to Internet resources is over, as we trust no one. You have to identify yourself as a legit UT user to use our push server. And the easiest way is be requesting a U1 token for that.
A mobile device will only be as good as it has integration with some central services, and thats impossible without a minimum exchange of information. So you can choose to not use our OTA and push services, but that makes a lot things harder or impossible.
The local notification once more: This works because Dekko can easily check POP3 and IMAP accounts for new messages. This is far more complex with Telegram: You need to establish a full blown session to the server, do some crypto talk and then load the list of chats, find out which are muted, then from the remaining ones find those with new messages, and then find out which type of message has been sent there. Plus there are notifications that arent messages at all, which you would never get. There is a reason for implementing all this code on Telegram side, and let them send this to us. Dont think local notification is in any way a trivial, not battery-consuming process.
BR
-
I agree, @Flohack
Again thank you and your collegues for beeing privacy sensible. But you are right. There is a limit to hystery -
@flohack do you think there are many upborts device without push services?
however how does the id system work? -
@aury88 Well we dont know - I dont think there are many, but in theory it could be a few 100.
The Id system will generate a hash value from the device MAC address plus some other installation-dependent id. Then we split the hash in half to make it double-proof and send this as unique id to the server when asking for updates.
This way the server can safely count unique id麓s and there is no backtrace to the user. It麓s even more secure than using the IP addies since they could be linked to actual users.
BR
-
@flohack but when is the id sent? any random time? only at first ubport device start? on server request?
-
@aury88 At every time you are asking for updates, specifically OTA image updates.
-
@flohack, that is a very interesting solution! thank you!