Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Acer Predator Helios 300 N17C1 G3-572-79...
Last Post: chadreuel
Today 11:39 AM
» Replies: 0
» Views: 34
[REQUEST] Acer Nitro 5 AN515-56 BIOS Unl...
Last Post: Dudu2002
Today 07:25 AM
» Replies: 5
» Views: 876
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Dudu2002
Today 03:52 AM
» Replies: 1972
» Views: 661400
[Request] Acer Aspire Z1620 (h61h aio v1...
Last Post: spingernexx
Yesterday 06:09 PM
» Replies: 2
» Views: 134
[REQUEST] Lenovo G505 (82CNxxWW) Whiteli...
Last Post: khaos
Yesterday 04:15 PM
» Replies: 155
» Views: 55160
Asus Prime b250m plus, RAM compatibility
Last Post: Slayery777
Yesterday 06:23 AM
» Replies: 0
» Views: 132
[REQUEST] Bios Unlock Request Clevo W230...
Last Post: happycrazyman
04-23-2024 03:53 PM
» Replies: 0
» Views: 111
Rog Strix B650E-F BIOS File Extraction
Last Post: panmetrix24
04-23-2024 11:25 AM
» Replies: 0
» Views: 126
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Pipo89
04-23-2024 06:47 AM
» Replies: 236
» Views: 69607
[REQUEST] Acer Nitro 5 AN517-41 BIOS Unl...
Last Post: onetapxdf
04-23-2024 03:37 AM
» Replies: 11
» Views: 1352
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: Dudu2002
04-23-2024 03:14 AM
» Replies: 203
» Views: 70575
[REQUEST] Lenovo V570(c) (44CNxxWW) BIOS...
Last Post: d3m3n7r
04-22-2024 05:20 PM
» Replies: 18
» Views: 11171
[REQUEST] Lenovo Y520-15IKBN (4KCNxxWW) ...
Last Post: ati90
04-22-2024 05:02 AM
» Replies: 64
» Views: 37004
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: SteamTug
04-22-2024 04:24 AM
» Replies: 1734
» Views: 545639
[REQUEST] Lenovo G410 (79CNxxWW) Whiteli...
Last Post: Dudu2002
04-22-2024 03:58 AM
» Replies: 53
» Views: 10794
Asus h110m-a & xeon e3-1280v5
Last Post: Brutoloco
04-21-2024 08:22 PM
» Replies: 16
» Views: 570
[REQUEST] LG GRAM 14T990 Unlock request
Last Post: riclausk
04-21-2024 12:15 PM
» Replies: 16
» Views: 4258
[REQUEST] SLIC 2.1 for ASRock 880GM-LE F...
Last Post: amijim
04-21-2024 10:27 AM
» Replies: 2
» Views: 134
[REQUEST] Dell Alienware 15 R3 BIOS Unlo...
Last Post: jason.exe
04-21-2024 03:44 AM
» Replies: 1
» Views: 188
[REQUEST] Samsung NP450R5G unlock hide s...
Last Post: magg
04-21-2024 12:54 AM
» Replies: 0
» Views: 200

[REQUEST] Lenovo Thinkpad X230(i) (G2ETxxWW) Whitelist Removal
#21
I've tried the method of newcat to replace device id for Intel 7260 ac wlan Card.
Couldn't find PhoenixTool v1.90, i took PhoenixTool v2.50 and RwPortableX64V1.6.5 instead.
Found the whitelist in:
79E0EDD7-9D1D-4F41-AE1A-F896169E5216_2215.ROM

After modifying the file wich contains the whitelist and flashed the modifyed bios I still have the message of unsupported pci Card.
After using the Universal BIOS Backup ToolKit 2.0, I saw that no changes were written to the bios.
Tried this on Lenovo X230T, Bios 2.57

Had someone else succsess with the method above?
find
quote
#22
(11-25-2013, 09:13 PM)newcat Wrote: f) Under the folder C:\DRIVERS\FLASH\g2uj15us\G2ET97WW\DUMP, we have near 2,000 files. The while list file is among them. I don't know the naming rule for these files and just know there will be one or more files should contain the white list. We have got the device ID from device manager as VEN_10EC&DEV_8176&SUBSYS_819510EC which should be translated to 'EC107681EC109581'. Then it will be a huge job to find the hex string among the 2,000 files. Now we can turn to Linux, just copy the files to a Linux system and then save following code as a shell script(x230.sh)
#!/bin/bash
for file in /tmp/DUMP/*.ROM; do
xxd $file |grep -q -i 'ec10 7681 ec10 9581'
echo $? '-' $file
done
Then run the follwing command,
./x230.sh |grep '0 - '
And I got the result
0 - /tmp/DUMP/79E0EDD7-9D1D-4F41-AE1A-F896169E5216_1_1457.ROM
So we find the whitelist file

A simpler solution to find the file would be:
LC_CTYPE="" grep -lP '\xec\x10\x76\x81\xec\x10\x95\x81' /tmp/DUMP/*.ROM

or with Perl:
perl -ne 'print $ARGV if /\xec\x10\x76\x81\xec\x10\x95\x81/' /tmp/DUMP/*.ROM

I am pointing out the Perl solution because Perl is available (free) in Windows too (but I haven't tested this in Windows).
The first solution is also also available in Windows for free, by installing Cygwin.

I would also like to point out that people have trouble bypassing the BIOS whitelist in the X230 because it seems there is a digital signature involved (I don't know the details). So how come you were able to overcome this? Is it because you downgraded it to an older firmware version too? Or perhaps your hardware is different somehow?

I am very interested in hearing if this is indeed working.
find
quote
#23
Hi,
Please Help removing WWAN card Whitelist THANK YOU!!

Manufacturer: Lenovo
-ThinkPad X230
-Current Bios Version: 2.59

-BIOS link: http://download.lenovo.com/ibmdl/pub/pc/...uj16us.exe
-Original WWAN card: None
-Added WWAN Card: Ericsson F5521gw
error: "Unauthorized card....... system halted"

Hardware ID: USB \ VID_0BDB & PID_1910

Please help me, Smile
find
quote
#24
Dear all,
Is there no body in the world, forum who can help me to mod my bios ?

Please please please help me.
find
quote
#25
Sorry, I can mod this to remove WL, but it can't be flashed.
(bad eng.)

From Hanoi, Vietnam
find
quote
#26
(01-21-2014, 10:26 AM)sovem Wrote: Sorry, I can mod this to remove WL, but it can't be flashed.
(bad eng.)

Cannt Get u Sir, Plesae help me....
find
quote
#27
So indeed none is there to help me to mod my bios & utilize my new 3g card
find
quote
#28
Hi guys,
I got this laptop, Lenovo ThinkPad X230-2325:

Here is my BIOS ROM Dump using FPT: download link

Need your kind assistance to remove whitelist in the BIOS ROM
Your help is much appreciated.

Cheers
find
quote
#29
The reason why I want to whilelist this laptop's bios is because x230 with Centrino 2200 has no bluetooth embedded in its wifi module.

But it seems, this type of laptop have certain difficulties in whitelisting its BIOS due to some reason nobody can explain.

I was tempted to give a personal modding a shot, but terrified if the laptop gone bricked.

So I try another workaround, some says this half mini wifi combo module (link) will be compatible with my laptop, so I just ordered it and hopefully next month I can experiment beyond the BIOS modding.

I'll keep you posted
find
quote
#30
The trick doesn't work on my x230.
Even with the original Centrino 2200 can still working, but the Centrino 2230 obviously still blocked.
I don't know how you did it man, I hope you can send me your modified $01D3000_SLIC.FL2 so I can directly flash it to see what happen
find
quote


Forum Jump:


Users browsing this thread: 16 Guest(s)