Kodi Community Forum
Xbox hardware info: it shows them all... - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Xbox hardware info: it shows them all... (/showthread.php?tid=7828)

Pages: 1 2 3 4 5


- GeminiServer - 2004-12-02

hi,
hehe.. more the done Wink
<span style='font-size:12pt;line-height:100%'>detect xbox hardware values: [done!]</span>
xbox version detection: [done!]
- it detect the xbox versions 1.0 - 1.6 and show it on system info
- i need some feedbacks or logs for 1.5, because this is not implemented yet.. i'looking for a person who own a v1.5
xbox video encoder detection: [done!]
- it will detect which video encoder is in the xbox and show it on system info
xbox modchip detection: [done!]
- this will detect the modchip that is installed on your xbox and show it on system info
- the modchip detection is blowed up so every possible modchip will be detectet!
- if there is no modchip or the modchip could not be detected [like smartxx*] it will show you the tsop flash type!
- all possible tsop flash types are in..
xbox cpu speed detection: [done!]
- this will detect the current cpu speed in mhz this will also show it on system info
- Wink i know this is not very usefull.. but i have implent it..
dvd model detection: [done!]
- this will detect the dvd-rom vendor name in your xbox and display it
hdd model detection: [done!]
- this will detect the hdd vendor name in you xbox and display it.
hdd serial: [done!]
- this will detect the serial number of you hdd and display it
hdd locked state:[done!]
- this will detect if the hdd is locked/no locked.. etc.
dvd firmware detection: [done!]
- this will detect the dvd-rom firmware version in your xbox and display it
hdd firmware detection: [done!]
- this will detect the hdd firmware name in you xbox and display it.

xbox serial number: [done!]
- simple as is.. show the serial n# of your xbox
xbox a/v pack:[done!]
- it detect & shows the a/v pack which is plugged to the xbox!
the values areConfusedcart, hdtv, vga, rfu, s-video, standard, missing
dvd zone:[done!]
- simple it shows dvd zone! 0 is all zones Wink same like standalone dvd players!
video & xbe region:[still bugy! need eeprom decryption!]
- it shows the region pal/ntsc eu/usa/jap
xbox live online key: [done!]
it shows the xblive online key!
hdd lock key: [done!]
it shows the hdd lock key!
hdd password: [done!]
it shows the hdd password!

<span style='font-size:12pt;line-height:100%'>s.m.a.r.t read hdd values: [done!]</span>
- s.m.a.r.t: read hdd temp:[done!]
- this will detect the hdd temp an show it Wink..

Image
the same but temps in 'f':
Image

after some code cleaning i'll upload this patch in the next days to the cvs!

regards
geminiserver


- Gamester17 - 2004-12-02

great! Cool ...now if only someone could add dvd-rom drive type/model and hdd type/model detection too that be supersweet! Wink

(geminiserver @ dec. 02 2004,00:20 Wrote:primary, the hdd temperature! if some one arround there who have implement it, or is willing to help, he is welcome.
i know evolutionx has it but not sure if they would share, i think avalaunch got it, they might share(?), not sure if nexgen/xos got it?


- pike - 2004-12-02

flashbios is opensource no? and oughta have it :kickass:


- Striker - 2004-12-02

could the cpu speed be rounded to full numbers 733 or perhaps just 733.33?


- Gamester17 - 2004-12-02

(pike @ dec. 02 2004,11:05 Wrote:flashbios is opensource no? and oughta have it :kickass:
didn't think of that (though not sure if it support it), maybe a dev can check the code, (i don't see anything in the cromwell manual)

btw, developers can download smart.pdf zipped here (link) which contains the s.m.a.r.t. specifications for harddrive self-monitoring, analysis and reporting technology, including ide hd temperature reading, ...maybe that alone is enough to code this?


- pike - 2004-12-02

check this help, for screenshots http://www.teamxecuter.com/flashbios/


- GeminiServer - 2004-12-03

hi,
the following implementations are done:

dvd model: samsung dvd-rom sdg-605b [done!]
hdd model: st310014a [done!]
hdd serial: xxxxxxxx [done!]
hdd locked state: locked [done!]

i also saw the new sttings menu in xbmc!
so please create new section, like hardware info or like something that.

regards
geminiserver

p.s.: :nuts: s.m.a.r.t.. i study the spezification..., but once again.. if there is a solution.. fell free to post...


- GeminiServer - 2004-12-03

@Gamester17
as you seen, your which is done Wink and thx for the smart doku..

@pike
i think this is open source..

@Striker
cpu speed to set it to 3.2f instead of 3.6f is easy Wink just want show more Wink

regards
geminiserver


- Gamester17 - 2004-12-04

(striker @ dec. 02 2004,11:44 Wrote:could the cpu speed be rounded to full numbers 733 or perhaps just 733.33?
i second that because a few people have friendtech's dreamx-1400 and that runs at 1480.xx mhz which might 'spill over' otherwise :d


- Striker - 2004-12-05

nice work with the updates :thumbsup:
as for the hdd detection, does it only detect the hdd model?
i saw on the xecuter screenshots it detected it as a wdc blabla...
would be nice if it could detect the brand and maybe the total size?


- Striker - 2004-12-05

http://sourceforge.net/projects/smartmontools/

is that any usefull maybe?


- GeminiServer - 2004-12-05

Cool s.m.a.r.t is done for 99.99% Wink

@Striker
thanks for the url.. but don't need it Wink

and to get the model, well this is the model which the drive gives back.. there is no info lilke "this is a seagete or a westerndigital"
just fo your knonw: st ist seagate and wd ist for westerndigital..


- Gamester17 - 2004-12-05

supersweet!!! :bowdown:


- Striker - 2004-12-05

ok, i didnt know st == seagate
now my question, do the harddrive companies generate model numbers on the same way everytime for new models like they used with older ones?
like seagate is always st.............
western digital is always wdc ..............
or am i thinking too optimistic.

my point is if they did, you could probably pretty easily build in a check and strip the rest of the model number, and place that behind the full brand name before returning it to be displayed in the gui.
if not, thats too bad, great work though :d


- GeminiServer - 2004-12-05

hi,
1. update the header: hehe Wink s.m.a.r.t is done 100% Wink..

is there more wiches ? or is this hardware show state ok! Wink

i need to complete the xbox version detection a xbox v1.5! if some own a xbox v1.5 please post..

@Gamester17
Quote:i second that because a few people have friendtech's dreamx-1400 and that runs at 1480.xx mhz which might 'spill over' otherwise
thanks, that you referred to dreamx Wink cpu detection should now show more then 1000 mhz!

@Striker
the hdd manufactures can include there what they want... i do or will not add. a detection of hdd types and models.. you should know what you have in your xbox Wink and the model name gives more.. jusst use then google to identifie from which companie it comes..

regards
geminiserver