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
ASUS M2N4-SLI new cpu
Last Post: cocossss
Yesterday 03:21 PM
» Replies: 8
» Views: 2061
[REQUEST] Gigabyte Aorus 15G KC BIOS unl...
Last Post: Dudu2002
10-14-2025 05:10 PM
» Replies: 35
» Views: 15749
Aorus 17G YD unlock bios?
Last Post: Dudu2002
10-14-2025 05:08 PM
» Replies: 1
» Views: 222
Unlocking the Hidden MAINTENANCE Menu of...
Last Post: 123BIOS
10-14-2025 10:31 AM
» Replies: 0
» Views: 368
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: pitnixu
10-14-2025 04:12 AM
» Replies: 757
» Views: 365557
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: Jamil Missen
10-13-2025 10:04 PM
» Replies: 335
» Views: 166702
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: deliter
10-13-2025 09:32 PM
» Replies: 168
» Views: 69764
[REQUEST]wwan whitelist removal ThinkPad...
Last Post: SkyShadow
10-13-2025 02:45 PM
» Replies: 0
» Views: 280
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
10-13-2025 07:31 AM
» Replies: 499
» Views: 260641
HP Victus 16 Bios Splash Screen
Last Post: Onyxcho_Lune
10-13-2025 07:26 AM
» Replies: 0
» Views: 316
[REQUEST] Lenovo IdeaPad Gaming 3-15IHU6...
Last Post: Bobby123Patel
10-13-2025 06:38 AM
» Replies: 7
» Views: 4189
[REQUEST] HP Omen 16 InsydeH2O F.18 (08C...
Last Post: Wernexnrs
10-13-2025 04:16 AM
» Replies: 0
» Views: 363
[REQUEST] 775i65g Wolfdale
Last Post: DeathBringer
10-13-2025 01:53 AM
» Replies: 53
» Views: 33876
Dell XPS M1710 Overclock Tab Unlock Mod ...
Last Post: Skeleton
10-12-2025 08:55 PM
» Replies: 0
» Views: 242
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
10-12-2025 07:47 AM
» Replies: 3
» Views: 529
Optiplex 5055 RyzenBIOS Faulty (not upgr...
Last Post: LaszloE
10-12-2025 05:29 AM
» Replies: 2
» Views: 196
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: abruchez
10-12-2025 03:26 AM
» Replies: 4
» Views: 403
[REQUEST] Lenovo Thinkpad T420 (83ETxxWW...
Last Post: pycckuu4ejl
10-11-2025 07:32 PM
» Replies: 316
» Views: 285397
M3N78 PRO Phenom II x4 955 BE update
Last Post: Vlad94
10-11-2025 01:28 PM
» Replies: 3
» Views: 5876
Acer Aspire E1 572 black screen, needs b...
Last Post: just_biosmods
10-11-2025 10:38 AM
» Replies: 31
» Views: 38395

[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: 1 Guest(s)