XboxHacker BBS
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
June 19, 2013, 09:56:34 AM


Login with username, password and session length


Pages: 1 2 3 »
  Print  
Author Topic: Alternative firmware for Samsung SH-D162C/SH-D163A V1.00 released...  (Read 67547 times)
kreon
Hacker
***
Posts: 64


View Profile
« on: October 09, 2007, 05:05:51 PM »

October 9th 2007

***************************************************************************
*        XBOX 360 enabled alternative FW for the Samsung SH-D162C/SH-D163A drive - V1.00         *
***************************************************************************

A year has past, and the time has come for a small maintenance release. While the V0.8x releases have performed rather well, there's always room
for improvements, even though most of them are well hidden and probably won't be noticed by most people.


Changes/fixes in this release..
--------------------------------
- Major cleanup of code - the SH-D162C and SH-D163A now share the same code. This has been a painful job to do, but will make future updates so
  much easier to handle.
- The firmware is now based on the official TS05/SB01 firmware as opposed to TS04/SB00 for earlier releases.
- Fixed a potential problem with the way that the RPC patching was done.
- The laser head is now parked in a known and safe position following SS extraction. This should fix the clicking noise, that some people
  experienced from time to time.
- RPC settings stored in flash mem of the drive is now reset. This is not important for the patched firmware, but will leave the RPC settings as
  they came from the factory, if someone, for some strange reason, should decide to go back to a non patched firmware. 
- The feature list has been expanded to hold seperate feature entries for XBOX and XBOX360
- Fixed a bug that caused flashing of the drive to fail under some conditions (SH-D163A only)


This is what you get..
--------------------------------
- Full challenge/response functionality.
- Two types of unlock for XBOX 360 game discs. One for making xtreme style images and one for making wxripper style images.
  Both types of iso can be made using isobuster. Ripping using wxripper isn't supported for the time being
- A 'lock' function that will cancel any enabled unlock state. This can be very useful for custom applications.
- 'Error skipping' which basically speeds up the error handling of the drive. A complete wxripper style image (including video)
  can be obtained in 15-16 minutes, when error skipping is enabled. Getting through the critical area of LBA 19408-20479 will take
  you more than 20 minutes alone, if error skipping is disabled Sad
- A much more streamlined command interface which is good news if you intend to write an application that makes use of the drives
  extra features.
- The drive will default to unlock state 2 and error skip enabled when a 360 media is inserted. You can in other words use isobuster to
  obtain a wxripper style image without issuing any commands to the drive Smiley
- RPC1 support (RPC-2 actually but with automatic change of drive region and RCE support)


Updating the firmware..
--------------------------------
Read the Readme file  Wink


Creating a backup..
---------------------------------
This release of the firmware has been optimised for use with applications like Xbox Backup Creator and Schtrom360Xtract in mind. Using one
of these applications will turn the backup process into something as simple as click and burn, so the traditional isobuster ripping method is no
longer recommended. For burning, ImgBurn is recommended, but other applications like CloneCD can be used as well.


You will probably notice that the the drive reports as being RPC-2, if you use a program like DVDinfo - this is not a bug! The drive changes
it's region setting according to the media inserted. The region code listed in DVDinfo (and other software like it) is the current region
setting of the drive and it should match the region of the inserted media. If the media allows playback in more than one region, the drive
region will be set to the region with the lowest number. An example could be a disc allowing playback in region 2 and 4 players, which would
make the drive change it's region to region 2. Media with no region restrictions or with RCE protection will make the drive default to region 1.


And now some technical stuff....

Command set additions found in this FW..
-----------------------------------------------
FF 08 01 01               , 'Enable Unlock 1 (xtreme) state' as we already know it from the 360 xtreme modded drives.
                    This command is supported for legacy reasons only. Custom applications should use the new
                    'Set lock state' instead.
                                                            
FF 08 01 11 xx               , 'Set Lock State'
                    xx=00 - Drive locked (no unlock state)
                    xx=01 - Unlock State 1 (xtreme) enabled
                    xx=02 - Unlock state 2 (wxripper) enabled

FF 08 01 15 xx               , 'Set Error Skip State'
                    xx=00 - Error skip is disabled
                    xx=01 - Error skip is enabled

AD 00 FF 02 FD FF FE 00 08 00 xx C0                   , This is the well known SS extract commands from the xtreme FW.
                   

FF 08 01 10               , 'Get Feature List'
                    This command will return a list of the additional features supported by the drive.
                    All values returned are 16 bit values, and the list is terminated with null (0x0000)
                    The two first words of the returned list always reads as 0xA55A 0X5AA5 in order to guarantee
                    that a reply from a drive not supporting this command correctly isn't mistaken for a feature list.
                                    
                    An example feature list could be:
                    0xA55A, 0x5AA5, 0x0100, 0xF000, 0xF001, 0x0000
                                          
                    This list would indicate that the drive supports XBOX360 Unlock 1, Lock and Error Skip, as it can be seen
                    from the values defined below:
                                                         
                    XBOX 360 related features..                                                   
                    0x0100 : The drive supports the unlock 1 state (xtreme)
                    0x0101 : The drive supports the unlock 2 state (wxripper)
                    0x0120 : The drive can read and decrypt the SS
                    0x0121 : The drive has full challenge response functionality
                                                         
                    XBOX related features..                                                   
                    0x0200 : The drive supports the unlock 1 state (xtreme)
                    0x0201 : The drive supports the unlock 2 state (wxripper)
                    0x0220 : The drive can read and decrypt the SS
                    0x0221 : The drive has full challenge response functionality

                    General drive features..
                    0xF000 : The drive supports the lock (cancel any unlock state) command
                    0xF001 : The drive supports error skipping
                                                
                    This is the complete list of defined features at the moment. If you're working on a custom application you
                    might want to contact me in order to get the latest list.
                                                         


A big thanks must go to Redline99 and Schtrom for their never ending devotion to testing the firmware 8O). Thanks must also be passed to all the other guys at
xboxhacker.net that never fails to amaze me - keep up the good work!


What's next.....hmm... it starts with an S and ends with a D or a B  Smiley!
Kreon
 
Logged
gigabite
Xbox Hacker
*****
Posts: 3089


.: Xplode Mods :.


View Profile WWW
« Reply #1 on: October 09, 2007, 08:36:38 PM »

Thanks Cheesy !!!!  Good work mate keep it up Wink  starts with S and ends with D or B...hmmm...can't wait !!

gigabite
Logged



.ISO  - he's a wannabe ... feel part of "t3h sc33n" yet ? QQ

coming 2009
centaur2
Member
**
Posts: 19


View Profile
« Reply #2 on: October 10, 2007, 03:11:48 PM »

Thanks for your hard work!

Sounds like you will finally have the time for moving on to the
+1 drives. Smiley

Good luck, really looking forward to it!
Logged
Zivi
Member
**
Posts: 34


View Profile
« Reply #3 on: October 10, 2007, 03:42:26 PM »

Thanks a lot Kreon! I cant' get enough of your wonderful stuff.... Wink

Greetz from Germany
Logged
prisoner_of_time
Member
**
Posts: 27


View Profile
« Reply #4 on: October 10, 2007, 04:06:36 PM »

Super thanks Kreon!!! Thought you quited. Glad to see this new version.
Greets

NIck
GREECE
Logged
Jaffo
Newbie
*
Posts: 4



View Profile
« Reply #5 on: October 10, 2007, 05:39:30 PM »

Excellent stuff, I just need to find a copy to try.
Your a star, thanks.
Logged
CrUnc}{eR
Hacker
***
Posts: 83


View Profile
« Reply #6 on: October 10, 2007, 07:09:26 PM »

is the ripping in any way affected? Are there any known improvements that could be implemented in the firmware to produce more accurate rips?
Logged

Best CD Ripper Available (better then EAC): dbpoweramp R13.2 reference
AceP1983
Newbie
*
Posts: 4


View Profile
« Reply #7 on: October 10, 2007, 07:58:11 PM »

Ok, I desperately need some help! I have tried to upgrade my drive to this new fw and ended up bricking my drive. I tried to use the alternative method of flashing with DosFlash and it gave me a bad flash. Is there any way for me to save this drive or am I screwed?

P.S. Don't use the method that I stated above or you will end up with serious problems like me!
Logged
kreon
Hacker
***
Posts: 64


View Profile
« Reply #8 on: October 10, 2007, 08:28:18 PM »

Ok, I desperately need some help! I have tried to upgrade my drive to this new fw and ended up bricking my drive. I tried to use the alternative method of flashing with DosFlash and it gave me a bad flash. Is there any way for me to save this drive or am I screwed?

P.S. Don't use the method that I stated above or you will end up with serious problems like me!

It's kind of difficult to offer you any help, unless you supply me with a little more info - it would be nice to know what kind of drive we're talking about  Wink The Dosflash method is close to bulletproof, and will even update a bricked drive (suffering from af bad flash), so I suspect you're having a problem with your hardware of software setup in general. PM me....I'm sure we can solve your problem somehow.

is the ripping in any way affected? Are there any known improvements that could be implemented in the firmware to produce more accurate rips?

Nope.....the rip quality is not affected in any way.....I wouldn't know what to improve, as the 0.8x releases does a great job already.

/Kreon
Logged
EGranuloma
Newbie
*
Posts: 1


View Profile
« Reply #9 on: October 10, 2007, 10:25:54 PM »

What about TS-H352C users, can we upgrade?
I mean Kreon, you are doing a kick ass job and my rips are working great right now and I am not even using the latest patch upgrade of Xbox Backup Creator.

Like the saying goes "if it aint broke, dont fix it" ya know,

final question, should/can I upgrade my TS-H352C?

Thanks Mate
egran
Logged
Mustang1
Member
**
Posts: 43


View Profile
« Reply #10 on: October 10, 2007, 11:26:52 PM »

Have a SH-D162C, just upgraded perfectly. Thanks kreon.  Grin
Logged
toxickiwi
Member
**
Posts: 15


View Profile
« Reply #11 on: October 10, 2007, 11:32:02 PM »

RE Posted by: EGranuloma: 
Final question, should/can I upgrade my TS-H352C?

It's intended for Samsung  SH-D162C (IDE) and  SH-D163A (SATA) PC 5.25" DVD Rom drives.
Kreon said nothing about TS-H352C model PC DVD Drives in the title plus the models it's designed for are usually easy enough to find and quite cheap.
Are the D162C and D163A drives hard to source where you live?
I'd stick with what your using and let someone else be the Guinea Pig if the new Kreon firmware isn't confirmed as working on H352C's yet.  You dont want to wreck what already works for you.

Cheers
« Last Edit: October 10, 2007, 11:46:50 PM by toxickiwi » Logged
kreon
Hacker
***
Posts: 64


View Profile
« Reply #12 on: October 11, 2007, 12:32:33 AM »

final question, should/can I upgrade my TS-H352C?

Yes....you can still crossflash/update your TS-H352C with the firmware for SH-D162C and the same goes for TS-H353A/SH-D163A. The hardware is the same for the TS and SH models, so there's really no risc involved. Whether you should upgrade.....well... I'll leave that decision to you. The V1.00 release doesn't add a lot of fetures, but it is a much better firmware from an internal point of view.

/Kreon
Logged
ZappoB
Newbie
*
Posts: 2


View Profile
« Reply #13 on: October 11, 2007, 09:02:21 AM »

Hi Kreon,

great stuff, but here in Germany there are NO SH-D162C or SH-D163A available. Almost ALL shop renewed their stock to 162D and 163B, which are not compatible with your FW.

Are you plan to release a new FW for this new drives? Or any other available drive?
« Last Edit: October 11, 2007, 09:12:47 AM by ZappoB » Logged
cracrus
Newbie
*
Posts: 1


View Profile
« Reply #14 on: October 11, 2007, 09:07:46 AM »

great update my problem i having is my drive is sh-d162 and when i load firmware says not supported drive worked with  81 firmware. is there something i  am doing wrong thanks
Logged
Celaris
Newbie
*
Posts: 1


View Profile
« Reply #15 on: October 11, 2007, 10:12:22 AM »

Am i to assume there needs to be an xbox backup creator/schtrom update to support the drives firmware?
My device is the SH-D163A, i downgraded and upgraded as mentioned in the readme now both apps cannot use the drive Schtrom: "Can't get feature list from drive! It is a known kreon compatible drive, but don't seem to be flashed with the right firmware! Drive is used as a normal DVD-ROM!"
Logged
bigbenmc
Newbie
*
Posts: 6


View Profile
« Reply #16 on: October 11, 2007, 11:09:14 AM »

THANKS kreon,
Im waiting you fabulous "kreon firmware 162D xDDDD"
Really thanks for all.


Logged
Redline99
Global Moderator
Xbox Hacker
*****
Posts: 774


View Profile
« Reply #17 on: October 11, 2007, 11:22:35 AM »

Quote
Am i to assume there needs to be an xbox backup creator/schtrom update to support the drives firmware?
Both apps have been tested with the firmwares. You have something else going on.
Logged

Where's Waldo
Protonus
Master Hacker
****
Posts: 198



View Profile WWW
« Reply #18 on: October 11, 2007, 05:09:17 PM »

Siqqqqq dude, thanks so much, you're the man!
Logged
Pytec
Newbie
*
Posts: 1


View Profile
« Reply #19 on: October 12, 2007, 02:57:48 PM »

Hi Kreon,

great stuff, but here in Germany there are NO SH-D162C or SH-D163A available. Almost ALL shop renewed their stock to 162D and 163B, which are not compatible with your FW.

Are you plan to release a new FW for this new drives? Or any other available drive?

Try http://www.vesalia.de they are based in Germany and still have a few SH-D162C drives left and they are fairly cheap.  Hope that helps Smiley
-Pytec
Logged
Pages: 1 2 3 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM