Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
Today 01:41 PM
» Replies: 7
» Views: 680
[REQUEST] BIOS Unlock for Gigabyte G5-KD...
Last Post: Dudu2002
Today 06:52 AM
» Replies: 10
» Views: 3469
[REQUEST] HP 15-ac109nx – Insyde BIOS F....
Last Post: Naifaey13
Today 06:08 AM
» Replies: 0
» Views: 89
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
Today 02:45 AM
» Replies: 44
» Views: 12859
HP probook4436s(e2-3000m)can update to a...
Last Post: hurricaning
Yesterday 09:21 AM
» Replies: 2
» Views: 309
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: Neonka
Yesterday 05:05 AM
» Replies: 36
» Views: 13901
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: bip_bop
Yesterday 02:16 AM
» Replies: 171
» Views: 98846
[SOLVED] Lenovo E545 (HRETxxWW) WiFi + B...
Last Post: Vigor89
06-16-2025 04:51 PM
» Replies: 268
» Views: 117582
[Test, sp54926] HP Pavilion dm1-4000sd
Last Post: symbios24
06-16-2025 08:14 AM
» Replies: 36
» Views: 28729
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: flastac
06-14-2025 09:45 AM
» Replies: 212
» Views: 106446
[Request] Bios is locked need to unlock ...
Last Post: Xperjo
06-14-2025 12:59 AM
» Replies: 0
» Views: 424
Ailenware M15 R2
Last Post: axdy
06-13-2025 05:17 PM
» Replies: 0
» Views: 296
ASUS P5LD2 Deluxe & Conroe CPU
Last Post: k24a1
06-13-2025 03:05 PM
» Replies: 20
» Views: 9783
Request: Modded BIOS with NVMe support f...
Last Post: thadrusta
06-13-2025 01:08 PM
» Replies: 1
» Views: 860
[REQUEST] Lenovo Yoga 500 (BDCNxxWW) BIO...
Last Post: soren
06-12-2025 05:19 PM
» Replies: 21
» Views: 15968
Unlock EMT64 / 64-bit UEFI support on In...
Last Post: ordi
06-12-2025 01:41 PM
» Replies: 4
» Views: 591
H-Joshua-H61-uATX with i5-2500K or i7-37...
Last Post: EQX
06-12-2025 12:49 PM
» Replies: 33
» Views: 19124
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Yaserxi
06-12-2025 08:50 AM
» Replies: 341
» Views: 173832
[Request] Alienware X51 R2 BIOS Unlock
Last Post: thadrusta
06-11-2025 08:22 PM
» Replies: 14
» Views: 14436
BIOS Mod for Dell Inspiron 7447 A09 to E...
Last Post: hoangha16497
06-11-2025 08:14 PM
» Replies: 0
» Views: 419

[Request] Fujitsu T732 (TUSV106.cap) 3G WWAN Whitelist removal
#1
Model: Fujitsu Lifebook T732 non-vPro version (HM76 chipset)
BIOS: http://www.fujitsupc.com/downloads/mobil...4bit_17.7z
Type: Phoenix SecureCore Tiano
RSA signed: no? (no Decryption string in Phoenix Tool)
PCI ID: USB\VID_1199&PID_9015 (original)
USB\VID_413C&PID_818E (want to install)
find
quote
#2
Figured out it by myself.. seems like community is 'on vacation' (actually mean BDMaster).
So, basically I was not able to find way to flash modified bios without programmer (but I've modified tool that now could downgrade even if it denied from bios - useless for me). Maybe there is a way with some tricky cert-signing or through EFI hacking (I even seen EFI Phoenix Crisis, but file was paid and not available anymore). Although you could do full dump with FPT by shorting 1 and 5 pins of HDA chip (pic).
And even with programmer I wasn't able to do in-circuit flash, only desoldering of flash chip helped.
It located on backside of PCB so you need completely disassemble laptop and dismount mainboard to turn around it. 2 Winbond flash chips W25Q32BV and W25Q80BV located near south-bridge next to each other. You need only W25Q32BV. Dump it, make sure you did it correctly (verify), then took phoenix tool and load dump there. You need C13AE648-252D-488E-923E-739D55367C3B module (WwanDxe.efi). Open up it with Hex editor and replace

Code:
75 21 0F B7 84 24 84 00 00 00 48 8B 4C 24 30 48 6B C9 0C 48 8D 15 F5 FA FF FF 0F B7 4C 0A 02 3B C1 74 0E 83 BC 24 80 00 00 00 00 0F 84 C5 00 00 00

with

Code:
EB 21 0F B7 84 24 84 00 00 00 48 8B 4C 24 30 48 6B C9 0C 48 8D 15 F5 FA FF FF 0F B7 4C 0A 02 3B C1 74 0E 83 BC 24 80 00 00 00 00 90 90 90 90 90 90

or if you have Fujitsu T732 non-vPro (HM76 chipset) bios version 1.0.5 here is mine already modified module:

.zip   C13AE648-252D-488E-923E-739D55367C3B.zip (Size: 1.97 KB / Downloads: 9)
I'm not sure if it will work on other laptops, so USE IT ONLY AND ONLY IF YOU HAVE SAME LAPTOP AND BIOS VERSION.

If you can't find sequence in your version - load module to IDA, needed place was located in start function here for me:
   
I've removed this check and bam - WWAN was detected by Windows (don't know actually if all functions work as intended, as you see inside loop there some additional check which I think might enable additional functions, so..
(if you know what it means - then you know what you need to do with it)
If not - don't try, I can't help you, you're out of luck, wait for BDMaster return (or burn with fire those greedy peoples which won't share their modified BIOSes).
Good luck.
find
quote
#3
Oh yeah, proofs, I forgot:
https://imgur.com/gallery/NTcdu
find
quote
#4
For those who want to unlock hidden settings:
Replace
Code:
E6 8B EC B2 8C A6 BF 4F 9D 0A 45 97 E8 9E 49 79
with
Code:
77 8B 1D 82 6D 24 96 4E 8E 10 34 67 D5 6A B1 BA
twice
in SystemFormBrowserCoreDxe.efi (32442D09-1D11-4E27-8AAB-90FE6ACB0489)
This will replace Info tab with Debug where all hidden settings present.
Here is modified module:
.zip   32442D09-1D11-4E27-8AAB-90FE6ACB0489.zip (Size: 35.9 KB / Downloads: 5)
CPU microcodes are in FFF12B8D-7696-4C8B-A985-2747075B4F50.
Have fun.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)