Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Bios Powered classmate
Last Post: ugop2cute
Today 06:00 AM
» Replies: 3
» Views: 73
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: satcomnet
Today 12:54 AM
» Replies: 73
» Views: 33949
Bios Powered classmate
Last Post: majjor-sam
Yesterday 09:25 PM
» Replies: 2
» Views: 447
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 354
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 685
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 32964
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 29611
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 1390
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-17-2025 02:05 PM
» Replies: 15
» Views: 2891
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 11538
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 1873
MSI MS-9661 bios unlock/mod request
Last Post: Hunter2
08-12-2025 08:07 AM
» Replies: 3
» Views: 5107
Dell XPS m1730 - Unlock Power Supply che...
Last Post: Iljalein
08-11-2025 03:14 PM
» Replies: 7
» Views: 15206
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: Dudu2002
08-08-2025 07:51 PM
» Replies: 8
» Views: 6810
[REQUEST] Asus G733PZ BIOS Unlock
Last Post: xfinity
08-07-2025 11:22 AM
» Replies: 0
» Views: 2445
[REQUEST] HP Envy 15-k203nl bios mod
Last Post: Maxinator500
08-05-2025 07:20 AM
» Replies: 3
» Views: 3581
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
07-31-2025 02:57 PM
» Replies: 133
» Views: 77635
[REQUEST] HP Stream 13 (13-c100nm) White...
Last Post: krusic22
07-29-2025 06:42 PM
» Replies: 0
» Views: 2796
Acer Aspire 7741G BIOS
Last Post: lucky42
07-28-2025 08:53 AM
» Replies: 1
» Views: 3126
[REQUEST] [AMIBIOS8] MSI MS-1731 unlock
Last Post: wololo
07-27-2025 02:07 PM
» Replies: 0
» Views: 3336

[Help] Rom Write Protected
#1
hi all...
i've a chinese tablet (THD PX1 Based)
i've the 3G card locked by bios
i've download serg008bios but my bios is write protect
after a lot of searches i've found the problem:
my bios is a "MIXC 25l8005 CMOS SERIAL FLASH"
this is the datasheet
http://www.datasheet.co.kr/datasheet-htm...C.pdf.html
my request is:
according to datasheet the 3 pin is WP# (write protection) there is a way to enable write? maybe with a bridge? desolder pin? thanks

Hackintosh Bioses
PAY ME A BEER FOR MY WORKS IF THEY HELPED YOU Tongue CLICK HERE (IF YOU WANT Big Grin )
www find
quote
#2
http://notebookschematic.com/wp-content/...04/PX1.png

motherboard schematic

Hackintosh Bioses
PAY ME A BEER FOR MY WORKS IF THEY HELPED YOU Tongue CLICK HERE (IF YOU WANT Big Grin )
www find
quote
#3
I didn't look at your datasheets, but the first thing I would do is try connect pin 3 to GND with a resistor (10K maybe).
find
quote
#4
i've tried with screwdriver but no luck now i'm tring with a resistor
another problem is that i've two 25l8005...

correct datasheet download link

Hackintosh Bioses
PAY ME A BEER FOR MY WORKS IF THEY HELPED YOU Tongue CLICK HERE (IF YOU WANT Big Grin )
www find
quote
#5
10k resistor fail....

Hackintosh Bioses
PAY ME A BEER FOR MY WORKS IF THEY HELPED YOU Tongue CLICK HERE (IF YOU WANT Big Grin )
www find
quote
#6
i've desolder WP# no luck Sad
i could try to do a brigde from WP# and VCC??

Hackintosh Bioses
PAY ME A BEER FOR MY WORKS IF THEY HELPED YOU Tongue CLICK HERE (IF YOU WANT Big Grin )
www find
quote
#7
(10-26-2012, 03:05 PM)MarcoMjet Wrote: i've desolder WP# no luck Sad
i could try to do a brigde from WP# and VCC??

Most SPI Flash has WP and HOLD set as Active Low. Which means if you want a HOLD condition, 0=HOLD or WP set, 0=Protected. You would tie VCC into WP to allow the WREN command. On this particular chip you also have a (Status_Reg_Write_Disable)SRWD bit which acts as a software type protection. If WP=1=VCC then you can use (Write_Status_Reg)WRSR to set the SRWD bit. Check table 4 in your datasheet. Typically these chips are pulled from circuit and programmed externally.
find
quote
#8
(10-27-2012, 04:41 PM)akuma6099 Wrote:
(10-26-2012, 03:05 PM)MarcoMjet Wrote: i've desolder WP# no luck Sad
i could try to do a brigde from WP# and VCC??

Most SPI Flash has WP and HOLD set as Active Low. Which means if you want a HOLD condition, 0=HOLD or WP set, 0=Protected. You would tie VCC into WP to allow the WREN command. On this particular chip you also have a (Status_Reg_Write_Disable)SRWD bit which acts as a software type protection. If WP=1=VCC then you can use (Write_Status_Reg)WRSR to set the SRWD bit. Check table 4 in your datasheet. Typically these chips are pulled from circuit and programmed externally.
thank u man, i'll try to make a bridge from VCC to WP with a 10/100 k resistor, then if doens't work i'll buy a programmer... like this
http://www.ebay.com/itm/24-EEPROM-25-SPI-FLASH-BIOS-TTL-USB-Programmer-ATMEL-WINBOND-EON-ST-24-25-Series-/150919158857?pt=LH_DefaultDomain_0&hash=item23237b9c49

Hackintosh Bioses
PAY ME A BEER FOR MY WORKS IF THEY HELPED YOU Tongue CLICK HERE (IF YOU WANT Big Grin )
www find
quote
#9
I've seen that programmer around but never tried it. Personally, I use the BlackCatUSB. It had a name change to FlashCatUSB. If your willing to spend $30.00 it is well worth it. Havn't ran into a chip it doesn't support yet. Always being updated. Easy UI. Includes custom scripting support for unknown chips. supports a few NANDS and JTAG protocol.

http://www.embeddedcomputers.net/products/FlashcatUSB/

I would also get a Pomona 5250 8-pin SOIC Test clip unless you have a socket or breakout board already. And a Bus Pirate Cable to hook Flashcat->Test Clip. A couple jumpers for HOLD and WP.....
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)