mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
On device status screen shows static value for Cloud Account ID #81
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjeising on GitHub (Jan 28, 2025).
Originally assigned to: @ym on GitHub.
The on device status screen shows the Device ID and a Cloud Account ID. The device is not connected to the cloud and was never connected to the cloud. The cloud token in the config is empty.
I cannot find related code, in
display.goonly the Device ID seems to be set:github.com/jetkvm/kvm@8ffe66a1bc/display.go (L83)Other code related to the display seems to be not released as open source yet. Is this a left over default value or some other internal id?
@Nevexo commented on GitHub (Jan 28, 2025):
GetDeviceID()is defined in hw.go:github.com/jetkvm/kvm@8ffe66a1bc/hw.go (L41)The device ID is the serial number of the Rockchip application processor, so that's why you're seeing a value even if it hasn't registered with the cloud.
Yeah, the display is managed by jetkvm_native, which hasn't been opened sourced yet. Should be soon.
@jjeising commented on GitHub (Jan 28, 2025):
I understand the device ID, it's the same that is used in the update and cloud register calls.
But the status screen shows two values:
@Nevexo commented on GitHub (Jan 28, 2025):
Is it
12387612876312673dd?Because if it is, then I guess it's just a default string
@jjeising commented on GitHub (Jan 28, 2025):
Yes it is. Looks like it also has a descriptor
ui_Status_Content_Cloud_Account_Id_Content_Label, but it is not set anywhere.@kashalls commented on GitHub (Jan 29, 2025):
Haha. That's funny to see. Hopefully by the time that code gets open sourced we can fix that.
@ym commented on GitHub (Jul 15, 2025):
We're aware of this issue and it will be fixed in the next major release.