hp probook 650 g1 bios


Rendering Error in layout Widget/Social: Call to a member function exists() on null. Please enable debug mode for more information.
More
6 years 2 months ago #9315 by mvd076
hey guys

i have an hp probook 650 g1 with admin password how can i delete it? its not the same way as the probook 650 g2.
who can tell me or can clean my file?

File Attachment:

File Name: hp650lock-kopie.zip
File Size:6,096 KB
Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9317 by drgn997
Replied by drgn997 on topic hp probook 650 g1 bios
Check if this file works (your file, patched), I've done this procedure a few times and it works for me everytime.
Attachments:

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9319 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
THANKS !!! its working i search aa553f but it must aa5557f hihihi do you now how change the serial? is change serial in bin but the laptop shows old serial again?

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9320 by drgn997
Replied by drgn997 on topic hp probook 650 g1 bios
There must be a software tool to change serial, but I would try changing it in the dump. In this case the serial appears 8 times in the 16MB dump, 4 times in ASCII form and 4 times in UNICODE form.
I bet you are just modifying the serial that is in ASCII form:

ASCII: 35434734333131474B43 (hex)
Unicode: 350043004700340033003100310047004B004300 (hex)

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9321 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
wow thats to much info, how can i find all te serial i use hxd and see only 4 times serial when i search

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9322 by drgn997
Replied by drgn997 on topic hp probook 650 g1 bios
I haven't used HxD, but it may have an option to search for Unicode strings... I use WinHex.
Look at my previous post, in this particular case you just have to add 00 to each hex byte, so if HxD doesn't have option for Unicode search, just do a hexadecimal search for:
350043004700340033003100310047004B004300

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago - 6 years 2 months ago #9323 by KingBonecrusher
You can search both types in HxD.

You could also set the hp into mpm mode and then rewrite all information with wndmifit under winpe/windows. This works for me if i need to "correct" a serial number.

I have seen that a changed serial will be restored from the network chip after the second or third reboot! If this happens i have another solution.

I can enable mpm mode in your bios, let me know :woohoo:

I have also written a script which unlocks the bios in the correct way and also resets to defaults. This is done at around 8 or 9 location in the rom.

rg
Last edit: 6 years 2 months ago by KingBonecrusher.

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9324 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
oke great that mpm mode please set my bin in mpm

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9325 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
where can i find wndmifit?

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago - 6 years 2 months ago #9326 by KingBonecrusher
MODEL:          HP ProBook 650 G1
SERIAL:         5CG43xxxxx
SKU:            D9S34AV

--> PATCHING:              MpM_Mode

--> ROM PATCHED!

Your zip is a rar file! :angry:

This rom is unlocked and mpm is on. Make first a backup of your current bios if you fail to use wndmifit! If you flash this patched bios it will wipe out all info during first boot.

::After the backup::

1) remove cmos battery
2) flash unlocked bios
3) remove battery and ac (wait 5min), then ONLY use ac
4) write serial/model with wndmifit (commit & lock)
5) shutdown, remove ac (wait 5min)
6) connect ac, go into bios and set correct time/date (important!!!)
7) you need maybe to redo the commit step after the first boot...
9) connect cmos battery as last step
Attachments:
Last edit: 6 years 2 months ago by KingBonecrusher.
The following user(s) said Thank You: mvd076

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9327 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
thanks i try it so after my work

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9328 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
Thank you so much he now works well again and with a good no!I had also in the mpn at the 650 g3 mode only I could enter the missing numbers when in the bios and now it had to through a tool, some learned today thanks for this!If you ever want to know anything from apple bins here I have more sense of :cheer: ;)

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9331 by KingBonecrusher
Nice to hear this ;-)

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9332 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
What do you use for raspberry and you work with a soic clip?I also want to experiment with a raspberry and then with touchscreen or lcd screen with joystick (or controls) standalone.

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9337 by KingBonecrusher
I`m using an RaspBerry Pi 3b with an attached 1602 lcd (i2c interfaced). All parts solid screwed on a heavy mdf base plate to get some weight. This is covered with an self designed 3d printed strong cover. I`m also using pomona clips, not the cheap ones. All my clips are changeable with one click. I don`t need and will a standalone unit. I can remote connect with putty or any ssh client. I have written a full menu featured remote interface. I have also compiled the most stuff like kernel, flashrom and other things by myself. It takes under 5secs till the boot process is finished.

The lcd shows ip and usefull status infos. Video output is fully disabled, only remote!
COMPI [~] > systemd-analyze 
Startup finished in 956ms (kernel) + 2.503s (userspace) = 3.460s


COMPI [~] > uname -a
Linux masterpi 4.14.14-flashpi+ #1 SMP Mon Jan 22 14:43:29 CET 2018 armv7l GNU/Linux


COMPI [~] > flashrom -v
flashrom 0.9.9-91-g0bfa819 on Linux 4.14.14-flashpi+ (armv7l)
flashrom is free software, get the source code at https://flashrom.org

flashrom: option requires an argument -- 'v'
Please run "flashrom --help" for usage info.

real    0m0.039s
user    0m0.001s
sys     0m0.009s

Please Log in or Create an account to join the conversation.

More
6 years 2 months ago #9338 by mvd076
Replied by mvd076 on topic hp probook 650 g1 bios
:ohmy: :ohmy: :ohmy:
That's a whole project! you have pictures too am curious, I'm also going to a grater buy and what you can control him via remote play and that is super didn't know it could, thanks for the info

Please Log in or Create an account to join the conversation.

More
5 years 1 month ago #11054 by over5
Replied by over5 on topic hp probook 650 g1 bios
hello,

i did all as you write in tutorial, password was removed and i was write all number with wndmifit 

problem is very long boot time (black screen after ntb turn on cca 20 second) after this time is display hp logo and windows start normaly 

can you help me?

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #11573 by aki
Replied by aki on topic hp probook 650 g1 bios
i have an hp probook 650 g1 with admin password how can i delete it?

HP ProBook 650 G1
SN: 5CG504197C
UUID: FF45E2AACD1FE411BC23F046850AF0FF

can you help me please?

Please Log in or Create an account to join the conversation.

More
4 years 7 months ago #11575 by aki
Replied by aki on topic hp probook 650 g1 bios
please File smc.bin
Attachments:

Please Log in or Create an account to join the conversation.

More
4 years 1 month ago - 4 years 1 month ago #11906 by josipweber
Replied by josipweber on topic hp probook 650 g1 bios
Hi, thank you for this amasing topic, but I'm a f***** noob in these kind of manipulation.. 

Could you be more precise please..?

for flashing my hp probook 650 G1, I tried to start with "WINDOW / UP / DOWN", with "hp650-UN-locked - kopie.bin (renamed SMC.bin)" in my usb 2gb  pen drive on 2.0 usb port and I had ""SMC failure"" the first time, I retest after and that went through windows directly.. 

I really don't want to brick my computer so, can you tell me if  : 

1-after remove cmos battery, I can start the same way (WINDOW / UP / DOWN)  with your "hp650g1_unlocked_mpmon.bin" (renamed in SMC.bin in 2gb pendriveon 2.0usb port) to unlock the bios ?

2-can you give the right wndmifit link OR tell me if this one on this website is the right one ( https://aiotutorials.wordpress.com/tag/wndmifit/ ) ?

3-as everyone here, if my bios is unlocked after theses previous steps, I want to change my serial too with "wndmifit"  that I never used before. So I'm not sure to understand when you say : "write serial/model".. Does "wndmifit" create a new serial for us after put the original one with model OR how it goes ? 

Thanks in advance 
Last edit: 4 years 1 month ago by josipweber.

Please Log in or Create an account to join the conversation.

Who's Online

We have 707 guests and no members online

N00BZ

  • ljamal
  • ljamal74
  • mikeg2atest
  • ducchinhbui
  • anjarezt

Cookies