Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the domain name creation process on Android #2846

Open
adamradocz opened this issue Nov 24, 2018 · 8 comments · May be fixed by #4176
Open

Change the domain name creation process on Android #2846

adamradocz opened this issue Nov 24, 2018 · 8 comments · May be fixed by #4176

Comments

@adamradocz
Copy link
Member

Describe the problem
The Boinc Client generates a domain name like android_xxxxxxxx on Android devices. It is really hard to track on the project's website which device how much point generated when you have multiple devices.

Describe the solution you'd like
Change the domain name generation procedure to Manufacturer - Model, which is more human readable and recognizable then a random string.

Additional context
The boinc/client/hostinfo_network.cpp file have to be modified.

@AenBleidd
Copy link
Member

@adamradocz, this could be not enough in the case when user has several devices with the same Manufacturer and Model.
Also there is a request for the same problem with different approach: #2721

@adamradocz
Copy link
Member Author

Yes, I'm aware of #2721 issue. I think this, or similar approach should be the standard of the device's domain name creation. After that, the user still should be able to modifí it if it wants. BTW, if the user can modify the device name, he or she still can add the same name for two different devices.

And what about the Manufacturer - Model - ID approach?

@AenBleidd
Copy link
Member

I think this, or similar approach should be the standard of the device's domain name creation.

Agree.

BTW, if the user can modify the device name, he or she still can add the same name for two different devices.

Definitely, but if there is no way to modify device name manually then it will be confusing for user to see two devices with the same name because it would be too difficult to identify each device.

And what about the Manufacturer - Model - ID approach?

Looks better for me and definitely better than current behaviour

@JuhaSointusalo
Copy link
Contributor

Here's a stupid question from someone who doesn't run BOINC on Android. Doesn't the host list already contain extra information about Android devices? That extra information is only shown to the owner of the hosts so I can't go and look myself.

@AenBleidd
Copy link
Member

Sorry about Russian language:
image

@AenBleidd
Copy link
Member

First, third and fourth are Android devices
image

@JuhaSointusalo
Copy link
Contributor

@AenBleidd Thanks. So there is some information. Of course it still doesn't help if you have multiple devices of the same model.

@AenBleidd
Copy link
Member

Yes, there is some information but if you have several same devices they will show equal or almost equal information because they have same hardware and probably the same version of software. So device name is the only way to identify definite device

@AenBleidd AenBleidd removed this from To do in BOINC Client/Manager Oct 28, 2019
@AenBleidd AenBleidd added the Newbie Suitable for a new contributor label Feb 26, 2020
@truboxl truboxl linked a pull request Feb 10, 2021 that will close this issue
@AenBleidd AenBleidd removed this from Backlog in Android Aug 14, 2023
@AenBleidd AenBleidd added this to Backlog in BOINC Android via automation Aug 14, 2023
@AenBleidd AenBleidd modified the milestones: Android, Client/Manager Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
BOINC Android
  
Backlog
Development

Successfully merging a pull request may close this issue.

3 participants