PCDVD數位科技討論區
PCDVD數位科技討論區   註冊 常見問題 標記討論區為已讀

回到   PCDVD數位科技討論區 > 數位影音討論群組 > DVD 討論區
帳戶
密碼
 

  回應
 
主題工具
dearbear
Senior Member
 
dearbear的大頭照
 

加入日期: Dec 1999
您的住址: 上台北工作的南部人
文章: 1,046
引用:
Originally posted by minidisc
改來改去後,小弟發現一件很慘的事
就是我的偽811s已經無法使用DVDxcopy了
每次讀正版片都錯誤,不知各位大大的是否會有這種情況??


沒有,你把你的eeprom換回401s看看ㄇ~
     
      
舊 2004-01-12, 09:29 PM #441
回應時引用此文章
dearbear離線中  
rock74710
Major Member
 
rock74710的大頭照
 

加入日期: Aug 2002
您的住址: 台中和宜蘭
文章: 250
手上只有三菱2x-rw
811-eerpom+海外k版+剛剛patch過的自己的eeprom
當ecc=1的時候
pi=0.2xx

當ecc=8
pi=22.xx

大家看看覺得吧!
 
__________________
漫妙的音樂原來是來自遠方的古典音樂
動人的音符之間,莫札特的音樂是來自天堂的聲音
一個只能用「天堂」可以形容的旋律
他離開人世的安魂曲,也同達到了人類音樂極限~
舊 2004-01-12, 09:44 PM #442
回應時引用此文章
rock74710離線中  
Ting1680
Basic Member
 

加入日期: Sep 2001
文章: 17
補上破解韌體
http://www.telusplanet.net/public/smarchuk/fw/

看的到檔案,無法下載!
舊 2004-01-12, 09:54 PM #443
回應時引用此文章
Ting1680離線中  
rock74710
Major Member
 
rock74710的大頭照
 

加入日期: Aug 2002
您的住址: 台中和宜蘭
文章: 250
引用:
Originally posted by Ting1680
補上破解韌體
http://www.telusplanet.net/public/smarchuk/fw/

看的到檔案,無法下載!


可以下喔!
__________________
漫妙的音樂原來是來自遠方的古典音樂
動人的音符之間,莫札特的音樂是來自天堂的聲音
一個只能用「天堂」可以形容的旋律
他離開人世的安魂曲,也同達到了人類音樂極限~
舊 2004-01-12, 09:56 PM #444
回應時引用此文章
rock74710離線中  
dearbear
Senior Member
 
dearbear的大頭照
 

加入日期: Dec 1999
您的住址: 上台北工作的南部人
文章: 1,046
引用:
Originally posted by Ting1680
補上破解韌體
http://www.telusplanet.net/public/smarchuk/fw/

看的到檔案,無法下載!


有流量限制ㄅ~
舊 2004-01-12, 10:11 PM #445
回應時引用此文章
dearbear離線中  
sensen
New Member
 

加入日期: Oct 2003
文章: 9
舊 2004-01-12, 10:19 PM #446
回應時引用此文章
sensen離線中  
s09091
Basic Member
 

加入日期: Sep 2003
文章: 12
求救,小弟也是一半夜頭腦不清,竟將811s(偽)的epprom刷進48161h裡了,這時候突然全醒了。上來向好心的網兄們求救,煩請將48161h的epprom寄給小弟([email protected])一下,小弟僅能酬謝薄禮一份。謝謝。
舊 2004-01-13, 12:51 AM #447
回應時引用此文章
s09091離線中  
chehui
Regular Member
 

加入日期: Apr 2002
文章: 97
現在我最 e04 的是...

我的 401s 忘記備份 eep.... >< 嗚嗚嗚
__________________
Http://www.PALMisLIFE.com PDA 入口網站

ThinkPad t41p + Dell 2405...
舊 2004-01-13, 11:02 AM #448
回應時引用此文章
chehui離線中  
dearbear
Senior Member
 
dearbear的大頭照
 

加入日期: Dec 1999
您的住址: 上台北工作的南部人
文章: 1,046
811s-->812s?

這裡有個修改韌體的方式讓811s可以決定各種DVD片子燒錄的速度
-------------------------------------------------------
Changing the bytes of the Firmware, can be a little tricky, but if you've ever hex-edited before, you can do this. If you haven't, you should be able to learn it.

The hex byte values for the burn speed are the most important. 1 Byte = 8 bits = 0000 0000 -> 1111 1111

Read from Right to Left, if you had 0000 0001 = 01 Hex, that would be 1X burn speed. 0000 0010 = 02 Hex = 2X burn (or 2.4X burn if +R) speed. 0000 0011 = 03 Hex = 1X Burn & 2X/2.4X burn allowed.
Hopefully you're seeing a pattern here.
0000 0001 = 01 Hex = 1X Burn
0000 0010 = 02 Hex = 2X/2.4X Burn
0000 0011 = 03 Hex = 1X + 2X/2.4X Burn
0000 1111 = 0F Hex = 1X + 2X/2.4X + 4X + 6X Burn
0001 1110 = 1E Hex = 2X/2.4X + 4X + 6X + 8X Burn (no 1x)
Usually 1X is left out as we're going for speed, are we not?

These are your burn bytes, they will tell the burner what the media code can be burnt at, doesn't matter what is given on the DVD itself unless there is no media code (a pure generic POS DVD blank)

Let's choose 2 common ones:
RICOHJPNR01 and CMC MAG F01
In the Firmware, there are hex 00's seperating the values.
So RICOHJPNR01 would show up as 00 52 00 49 00 43 00 4F 00 48 00 etc... in plain view, it looks like R I C O H etc.
00 4C 00 4D 00 4C 00 20 00 4D 00 41 00 47 would be
C M C M A G etc...
The pattern is Media Code, a few 00 bytes and then a burn byte. If, for example, you had the CMC MAG F01, as shown above in a prior post, the burn speeds are 2.4X and 4X, which would be 0000 0110 = 06 Hex. After finding the byte pattern for CMC MAG F01, there should be a few 00 bytes, and then a 06. Change that to hex 1E and it will allow 2.4X, 4X, 6X, and 8X burning to that media. Now, someone asked above about entering media codes. Yes it can be done, but you'll have to REPLACE an existing media code, which means if you try to burn a media code you replaced, the drive will have no info of it and treat it as whatever it can read off the DVD's burn allowed rates. So if you know you won't by Riteks for example, you could replace a ritek media code, with a code from your DVD (use DVD Identifier or DVD Info Pro.) You have to replace it exactly byte by byte, using same # of bytes.
--------------------------------------------------------------------

有興趣的人修改看看是否可以燒錄8X DVD-R,如果可以,那代表812s跟811s只是
韌體不一樣而已,SONY 530都可以升級,我不認為811s不行.
舊 2004-01-14, 05:57 PM #449
回應時引用此文章
dearbear離線中  
飛牛
訪客
 
文章: n/a
引用:
Originally posted by dearbear
811s-->812s?

這裡有個修改韌體的方式讓811s可以決定各種DVD片子燒錄的速度
-------------------------------------------------------
Changing the bytes of the Firmware, can be a little tricky, but if you've ever hex-edited before, you can do this. If you haven't, you should be able to learn it.

The hex byte values for the burn speed are the most important. 1 Byte = 8 bits = 0000 0000 -> 1111 1111

Read from Right to Left, if you had 0000 0001 = 01 Hex, that would be 1X burn speed. 0000 0010 = 02 Hex = 2X burn (or 2.4X burn if +R) speed. 0000 0011 = 03 Hex = 1X Burn & 2X/2.4X burn allowed.
Hopefully you're seeing a pattern here.
0000 0001 = 01 Hex = 1X Burn
0000 0010 = 02 Hex = 2X/2.4X Burn
0000 0011 = 03 Hex = 1X + 2X/2.4X Burn
0000 1111 = 0F Hex = 1X + 2X/2.4X + 4X + 6X Burn
0001 1110 = 1E Hex = 2X/2.4X + 4X + 6X + 8X Burn (no 1x)
Usually 1X is left out as we're going for speed, are we not?
............
--------------------------------------------------------------------

有興趣的人修改看看是否可以燒錄8X DVD-R,如果可以,那代表812s跟811s只是
韌體不一樣而已,SONY 530都可以升級,我不認為811s不行.

等812s官方軔體出來後應該就會有人會破解,小弟也認為可能升級....期待中
舊 2004-01-14, 06:17 PM #450
回應時引用此文章
 


    回應


POPIN
主題工具

發表文章規則
不可以發起新主題
不可以回應主題
不可以上傳附加檔案
不可以編輯您的文章

vB 代碼打開
[IMG]代碼打開
HTML代碼關閉



所有的時間均為GMT +8。 現在的時間是08:19 PM.


vBulletin Version 3.0.1
powered_by_vbulletin 2025。