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] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
Yesterday 10:14 AM
» Replies: 0
» Views: 1032
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 894816
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 22261
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 25099
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 2802
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 3054
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 3414
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 4029
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 7865
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 5909
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 38218
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 5986
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 6220
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 6451
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 50439
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 46121
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2472
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-17-2025 02:05 PM
» Replies: 15
» Views: 3387
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 28559
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 6975

[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)