Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

Hi Andy and Slice,

I'd like to have you, two advice.

I have HP EliteBook 8540p with Clover.

It generally reboot before start windows, but, sometimes boot successfully.

there is no difference booting Log and reboot log.

I guess root cause is NVS 5100m and HDMI Audio.

I think about Andy's DeviceMergeNub.kext driver for this issue.

How about your opinion?

Or I think Slice already know this issue, right? ^ ^

 

I almost done except VGA, NVS5100M & HDMI Audio.

- lspci_list

http://pastebin.com/dJVRTZJK

Followings is boot.log & system.log.

- http://pastebin.com/7MTyyjdZ-

http://pastebin.com/L78FuwUB

IORegistry Explorer

http://www.mediafire...pduw9jnbklc8dsb

@dmazar: my pre boot.log with BIOS BlockIO boot7 and my dmesg from OS X ;-)

post-27666-78927_thumb.png

Link to comment
Share on other sites

Hi, how I can "import" my smbios.plist of chameleon in clover's config.plist?

 

This:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Credits</key>
<string>Created with Champlist</string>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>
<key>SMbiosversion</key>
<string>MBP61.88Z.0057.B0F.1112091028</string>
<key>SMboardproduct</key>
<string>Mac-F22586C8</string>
<key>SMfamily</key>
<string>MacBook Pro</string>
<key>SMproductname</key>
<string>MacBookPro6,2</string>
<key>SMserial</key>
<string>G80107DCAGU</string>
<key>SMsystemversion</key>
<string>1.0</string>
</dict>
</plist>

 

And... How I can hide a partition in the boot screen? I have read this topic but I haven't understood...

Thanks!

Link to comment
Share on other sites

I'm facing the same thing. Launching any application after waking from Sleep crashes the machine. What's your config.plist looking like? Are you using USB injection?

 

I am not using USB injection.

 

Since originally positing i figured out I do not need HDAenabler1

 

I can upload my config.plist tonight.

 

-Jimj

 

I'm in my preliminary research stage trying to put together a machine for a friend with a similar setup to yours. I'm wondering if you might have a link to some documentation on the GIGABYTE GA-Z77X-UP5 TH or if you were piecing it together as you went along.

 

The goal of using thunderbolt is for high speed data transfer and taking in video and outputting it to show live color correction. He's making it work via a MacBook pro, but is trying to get a more reasonable setup.

 

The problem I'm running into, is I haven't built a hackintosh in about five years. And I can only find one guide that has no discussion surrounding it. Also, this mobo isn't listed in the Wiki, which was a huge help to me in the past.

 

If you have any links that could point me in the right right direction, I'd be grateful. Thanks!

 

I will be writing up the build of this machine once I am done tuning it...

 

At this point I only have one minor cosmetic issue to address and one functional issue. The cosmetic issue is due to a PCI card I am using that does not affect most people...

 

The ONLY functional issue at this time is that waking from sleep causes a reboot, and this is apparently a known issue for UEFI booting 10.8.2 according to slice...

 

This board is very easy to bring up. The only kexts needed are FakeSMC, AppleIntele1000e, and AppleHDA.

 

The only problem encountered using vanilla install with clover had to do with my choice of video card, which is not supported by 10.8.2. This required me to remove the Nvidea drivers from the BaseSystem image of InstallESD to get vanilla install to work. If you want to use #####/##### install it will just work.

 

-Jimj

Link to comment
Share on other sites

Hi, how I can "import" my smbios.plist of chameleon in clover's config.plist?

 

This:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Credits</key>
<string>Created with Champlist</string>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>
<key>SMbiosversion</key>
<string>MBP61.88Z.0057.B0F.1112091028</string>
<key>SMboardproduct</key>
<string>Mac-F22586C8</string>
<key>SMfamily</key>
<string>MacBook Pro</string>
<key>SMproductname</key>
<string>MacBookPro6,2</string>
<key>SMserial</key>
<string>G80107DCAGU</string>
<key>SMsystemversion</key>
<string>1.0</string>
</dict>
</plist>

 

And... How I can hide a partition in the boot screen? I have read this topic but I haven't understood...

Thanks!

 

Clover does automatic model injection based on your hardware but if you want to change somethingl

 

How port from Chameleon Smbios.plist to Clover config.plist

 

From smbios.plist (Chameleon)

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">

<plist version="1.0">

<dict>

<key>SMbiosdate</key>

<string>08/03/10</string>

<key>SMbiosvendor</key>

<string>Apple Inc.</string>

<key>SMbiosversion</key>

<string>MP31.88Z.006C.B05.0903051113</string>

<key>SMboardproduct</key>

<string>Mac-F2268DC8</string>

<key>SMfamily</key>

<string>MacPro</string>

<key>SMmanufacturer</key>

<string>Apple Inc.</string>

<key>SMproductname</key>

<string>MacPro3,1</string>

<key>SMserial</key>

<string>ElEvEnChArS</string>

<key>SMsystemversion</key>

<string>1.3</string>

</dict>

</plist>

to confing.plist (Clover)

 

....

<key>SMBIOS</key>

<dict>

<key>BiosVendor</key>

<string>Apple Inc.</string>

<key>BiosVersion</key>

<string>MP31.88Z.006C.B05.0802291410</string>

<key>BiosReleaseDate</key>

<string>08/03/10</string>

<key>Manufacturer</key>

<string>Apple Inc.</string>

<key>ProductName</key>

<string>MacPro3,1</string>

<key>Version</key>

<string>1.3</string>

<key>Family</key>

<string>MacPro</string>

<key>SerialNumber</key>

<string>ElEvEnChArS</string>

<key>SmUUID</key>

<string>00000000-0000-X000-X000-XXXXXXXXXXXX</string>

<key>BoardManufacturer</key>

<string>Apple Inc.</string>

<key>BoardSerialNumber</key>

<string>C02032101R5DC771H</string>

<key>Board-ID</key>

<string>Mac-F42C88C8</string>

</dict>

....

and for the volumes hiding put this in config.plist and boot.log can be generated in clover menu by presing F2

 

 

<key>HideVolumes</key>

<dict>

<key>0</key>

<dict>

<key>VolumeString</key>

<string>String or it's part from boot.log</string>

</dict>

Link to comment
Share on other sites

Hi, how I can "import" my smbios.plist of chameleon in clover's config.plist?

 

This:

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Credits</key>
<string>Created with Champlist</string>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>
<key>SMbiosversion</key>
<string>MBP61.88Z.0057.B0F.1112091028</string>
<key>SMboardproduct</key>
<string>Mac-F22586C8</string>
<key>SMfamily</key>
<string>MacBook Pro</string>
<key>SMproductname</key>
<string>MacBookPro6,2</string>
<key>SMserial</key>
<string>G80107DCAGU</string>
<key>SMsystemversion</key>
<string>1.0</string>
</dict>
</plist>

 

And... How I can hide a partition in the boot screen? I have read this topic but I haven't understood...

Thanks!

 

For SMBIOS just add this string:

 

 

SMBIOS

ProductName

MacPro3,1

 

Replace MacPro3,1 with your.

 

Ciao

Link to comment
Share on other sites

I'm facing the same thing. Launching any application after waking from Sleep crashes the machine. What's your config.plist looking like? Are you using USB injection?

 

Here is my config.plist...

-JimJ

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>SystemParameters</key>

<dict>

<key>boot-args</key>

<string>slide=0</string>

<key>prev-lang:kbd</key>

<string>en:0</string>

<key>InjectSystemID</key>

<string>Yes</string>

<key>LegacyBoot</key>

<string>PBR</string>

</dict>

<key>Pointer</key>

<dict>

<key>Speed</key>

<string>8</string>

</dict>

<key>Graphics</key>

<dict>

<key>GraphicsInjector</key>

<string>No</string>

<key>PatchVBiosBytes</key>

<dict>

<key>Find</key>

<data>gAeoAqAF</data>

<key>Replace</key>

<data>gAeoAjgE</data>

</dict>

</dict>

<key>SMBIOS</key>

<dict>

<key>ProductName</key>

<string>iMac12,2</string>

</dict>

<key>PCI</key>

<dict>

<key>HDAInjection</key>

<string>0x1</string>

</dict>

<key>KernelAndKextPatches</key>

<dict>

<key>KextsToPatch</key>

<dict>

<key>0</key>

<dict>

<key>Name</key>

<string>IOAHCIBlockStorage</string>

<key>Find</key>

<data>QVBQTEUgU1NEAA==</data>

<key>Replace</key>

<data>AAAAAAAAAAAAAA==</data>

</dict>

<key>1</key>

<dict>

<key>Name</key>

<string>AppleAHCIPort</string>

<key>Find</key>

<data>RXh0ZXJuYWw=</data>

<key>Replace</key>

<data>SW50ZXJuYWw=</data>

</dict>

</dict>

</dict>

</dict>

</plist>

 

I'm in my preliminary research stage trying to put together a machine for a friend with a similar setup to yours. I'm wondering if you might have a link to some documentation on the GIGABYTE GA-Z77X-UP5 TH or if you were piecing it together as you went along.

 

The goal of using thunderbolt is for high speed data transfer and taking in video and outputting it to show live color correction. He's making it work via a MacBook pro, but is trying to get a more reasonable setup.

 

The problem I'm running into, is I haven't built a hackintosh in about five years. And I can only find one guide that has no discussion surrounding it. Also, this mobo isn't listed in the Wiki, which was a huge help to me in the past.

 

If you have any links that could point me in the right right direction, I'd be grateful. Thanks!

 

UPDATE:

 

I tried an Apple Thunderbolt to Gigabit Ethernet dongle - worked flawlessly.

 

-JimJ

Link to comment
Share on other sites

Here is my config.plist...

-JimJ

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">

<plist version="1.0">

<dict>

<key>SystemParameters</key>

<dict>

<key>boot-args</key>

<string>slide=0</string>

<key>prev-lang:kbd</key>

<string>en:0</string>

<key>InjectSystemID</key>

<string>Yes</string>

<key>LegacyBoot</key>

<string>PBR</string>

</dict>

<key>Pointer</key>

<dict>

<key>Speed</key>

<string>8</string>

</dict>

<key>Graphics</key>

<dict>

<key>GraphicsInjector</key>

<string>No</string>

<key>PatchVBiosBytes</key>

<dict>

<key>Find</key>

<data>gAeoAqAF</data>

<key>Replace</key>

<data>gAeoAjgE</data>

</dict>

</dict>

<key>SMBIOS</key>

<dict>

<key>ProductName</key>

<string>iMac12,2</string>

</dict>

<key>PCI</key>

<dict>

<key>HDAInjection</key>

<string>0x1</string>

</dict>

<key>KernelAndKextPatches</key>

<dict>

<key>KextsToPatch</key>

<dict>

<key>0</key>

<dict>

<key>Name</key>

<string>IOAHCIBlockStorage</string>

<key>Find</key>

<data>QVBQTEUgU1NEAA==</data>

<key>Replace</key>

<data>AAAAAAAAAAAAAA==</data>

</dict>

<key>1</key>

<dict>

<key>Name</key>

<string>AppleAHCIPort</string>

<key>Find</key>

<data>RXh0ZXJuYWw=</data>

<key>Replace</key>

<data>SW50ZXJuYWw=</data>

</dict>

</dict>

</dict>

</dict>

</plist>

 

 

iMac12,2 could be the problem of why your computer crashes after sleep.

Link to comment
Share on other sites

I have an odd problem I was hoping to get answered. If I enable CSM on my Asus G75VW (has Asus GeForce GTX 670m) I can boot fine, but sleep does not work. If I boot with CSM off and pure UEFI boot, I get instant reboot. I've traced this to the graphics kexts. If I move the NV* kexts out of the way, it boots fine in pure UEFI. Sleep appears to work, but the screen does not turn off. (The mouse becomes unresponsive until I press the power button). When I boot with the kexts and CSM, I see "cannot shadow vbios." Has anyone seen this before? It'd appear the graphics injector isn't working correctly or I have some bad settings. Any help would be appreciated! (oh this is ML 10.8.2)

Link to comment
Share on other sites

Back in the Clover boat! :)

 

Installation, as before, was seamless and to use and tweak the config.plist, very intuitive. For the first time i have it on my HDD (in fact, booting from it on two of my hacks) and i spent just over an hour to get all the functionalities i had with Chameleon.

 

A question: how do i fix both the Clover boot screen and Apple boot screen resolutions? I'd love to get rid of that stretched, ugly resolution i'm having...

 

Best regards!

Link to comment
Share on other sites

Clover is not detecting Windows 7 .

EFI partition is disk0s1

Windows is disk0s2

OS X is disk0s3

Only OSX is detected.

HOw can i get clover to detect Windows 7.

DO i need to add some files drivers64UEFI?

I can see Windows partition [NTFS] when i boot into OSX but clover cannot detect windows 7.

Any ideas why?

UX31A OS X ML 10.8.2

Link to comment
Share on other sites

Clover is not detecting Windows 7 .

EFI partition is disk0s1

Windows is disk0s2

OS X is disk0s3

Only OSX is detected.

HOw can i get clover to detect Windows 7.

DO i need to add some files drivers64UEFI?

I can see Windows partition [NTFS] when i boot into OSX but clover cannot detect windows 7.

Any ideas why?

UX31A OS X ML 10.8.2

 

Your mainboard?

Link to comment
Share on other sites

A question: how do i fix both the Clover boot screen and Apple boot screen resolutions? I'd love to get rid of that stretched, ugly resolution i'm having...

Well, the easiest route to try is to add PatchVBios=Yes into Graphics section. If it does not work, check the preboot.log or boot.log. If it says that EDID is not detected, try adding CustomEDID tag with your EDID. If it still does not work, then post (pre)boot.log for checking.

 

<key>Graphics</key>
<dict>
 ...
 <key>PatchVBios</key>
 <string>Yes</string>
 <key>CustomEDID</key>
 <string>00FFFFFFFFFFFF0041...</string>
</dict>

 

Note: this is for CloverEFI boot. If doing UEFI boot, then above steps are the same plus putting CsmVideo driver to drivers64UEFI.

 

Clover is not detecting Windows 7 .

Use DarwinDumper and do the "Disk ..." reports and Bootlaoder config - maybe we can see from there what went wrong. Windows is UEFI or BIOS install?

Link to comment
Share on other sites

/dev/disk0

SanDisk SSD U100 124GB Media | 124 GB | GUID_partition_scheme | View Disk Sectors

DEVICE TYPE NAME SIZE PBR (Stage1) BootFile (Stage 2) UEFI BootFile disk0s1 EFI 209 MB disk0s2 Microsoft Reserved 134 MB disk0s3 Microsoft Basic Data OS 85 GB bootmgr(Windows Boot Manager) disk0s4 Apple_HFS U 37 GB boot(CloverR1000) boot3(CloverR1000) boot6(CloverR1000)

DrawinDumper is showing the following.

Clover is showing OSX and Windows vista in menu.

OSX works.

Windows is not booting.

Clover is installed on disk0s1.

Any ideas why windows 7 is not detected by clover?

Link to comment
Share on other sites

Well, the easiest route to try is to add PatchVBios=Yes into Graphics section. If it does not work, check the preboot.log or boot.log. If it says that EDID is not detected, try adding CustomEDID tag with your EDID. If it still does not work, then post (pre)boot.log for checking.

 

<key>Graphics</key>
<dict>
...
<key>PatchVBios</key>
<string>Yes</string>
<key>CustomEDID</key>
<string>00FFFFFFFFFFFF0041...</string>
</dict>

 

Note: this is for CloverEFI boot. If doing UEFI boot, then above steps are the same plus putting CsmVideo driver to drivers64UEFI.

 

 

Use DarwinDumper and do the "Disk ..." reports and Bootlaoder config - maybe we can see from there what went wrong. Windows is UEFI or BIOS install?

dmazar - about CsmVideo. I was never able to make it work (CsmVideoDriverBindingStart end Unsupported). How can I help you guys to make it work?

 

0:845 0:036 LoadDrivers() start
0:887 0:042 Starting FSInject-64.efi
0:926 0:039 Using load options 'FSInject-64.efi '
0:966 0:039 Starting CsmVideoDxe-64.efi
1:010 0:044 Using load options 'CsmVideoDxe-64.efi '
1:047 0:036 - driver needs connecting
1:084 0:036 Starting OsxAptioFixDrv-64.efi
1:135 0:050 Using load options 'OsxAptioFixDrv-64.efi '
1:171 0:036 Starting OsxFatBinaryDrv-64.efi
1:217 0:045 Using load options 'OsxFatBinaryDrv-64.efi '
1:253 0:036 1 drivers needs connecting ...
1:290 0:036 PlatformDriverOverrideProtocol not found. Installing ... Success
1:363 0:073 Video driver loaded: disconnect Success
1:738 0:375 CsmVideoDriverBindingStart
1:777 0:038 InstallPciRom status=Unsupported
1:813 0:036 attributes Restored
1:850 0:036 CsmVideoDriverBindingStart end Unsupported
2:620 0:770 LoadDrivers() end
2:773 0:153 SetScreenResolution: 1600x900 - not found!

 

BTW: latest builds (r1073 and up) broke my Intel HD 3000 displaying any graphic during boot time (I guess in favor of HD 4000). I can boot to system blind (with some artifacts during booting) and everything works fine (even the CPU speed is displayed correctly in About This Mac). I'm including my DarwinDumper report.

DarwinDumper_2.6.3_Lenovo_ML_root.zip

Link to comment
Share on other sites

InstallPciRom

status

=

Unsupported

I tried already something with TimeWalker who has the same error in his laptop with Phoenix UEFI, but without success. Here.

Sorry, no solution for that yet. Requires some developer with the similar error on his laptop who would be able to debug it and resolve it.

TimeWalker resolved it by patching his bios: here.

Link to comment
Share on other sites

Well, the easiest route to try is to add PatchVBios=Yes into Graphics section. If it does not work, check the preboot.log or boot.log. If it says that EDID is not detected, try adding CustomEDID tag with your EDID. If it still does not work, then post (pre)boot.log for checking.

 

<key>Graphics</key>
<dict>
...
<key>PatchVBios</key>
<string>Yes</string>
<key>CustomEDID</key>
<string>00FFFFFFFFFFFF0041...</string>
</dict>

 

Already did the first step, to no avail. Going to try adding my EDID. As a side note, i've already had a key/string in my config.plist called PatchedVBiosBytes: should i remove it? What's the relationship of it with PatchVBios=Yes?

 

 

Note: this is for CloverEFI boot. If doing UEFI boot, then above steps are the same plus putting CsmVideo driver to drivers64UEFI.

 

I'm not sure i understand you: Isn't UEFI an implementation of EFI, so essentially the same thing? Anyway, i'm booting using a patched "boot" file that enabled me to boot with clover from common BIOS (not UEFI) using a Master Boot Record formatted HDD. In which category does it fall?

 

Anyway, thank you very much for your answers and advices, dmazar.

 

Best regards!

Link to comment
Share on other sites

As a side note, i've already had a key/string in my config.plist called PatchedVBiosBytes: should i remove it? What's the relationship of it with PatchVBios=Yes?

Well, if you do not know why you have it - remove it. :)

 

PatchVBios=Yes

- that's the automatic video bios patch, requires EDID to be available from BIOS at the time of the patch

- Clover would take native resolution params from EDID and try to patch vbios to add that resolution

- Clover would give it's best, but positive result is not guaranteed

 

PatchedVBiosBytes

- allows you to specify Search/Replace combination(s) and do your custom video bios patch - no automatics here - you can (try to) patch your vbios as you like

 

I'm not sure i understand you: Isn't UEFI an implementation of EFI, so essentially the same thing? Anyway, i'm booting using a patched "boot" file that enabled me to boot with clover from common BIOS (not UEFI) using a Master Boot Record formatted HDD. In which category does it fall?

 

Clover contains two parts:

- complete UEFI firmware implementation which we call CloverEFI, that can run on top of BIOS - this is compiled into 'boot' file that you have at the root of your boot volume

- UEFI boot manager - this is CloverX64.efi - UEFI application which displays GUI, starts OS boot loaders and does patches for OSX

 

If you have UEFI board, then you can try direct UEFI boot. And if you have plain old BIOS board, then you must use CloverEFI and do BIOS boot.

 

And when I say UEFI Clover boot, that means booting on UEFI board using it's native UEFI - no MBR, boot0, boot1, boot files here, and no CloverEFI here. Boot goes straight to CloverX64.efi. UEFI firmware used here is original board's UEFI.

Board's UEFI -> CloverX64.efi -> boot.efi -> OSX

 

When I say "CloverEFI" or "Standard Clover boot" or "BIOS Clover boot" or "Legacy Clover boot", then I mean booting in standard BIOS way: MBR boot0 -> PBR boot1 -> boot -> CloverX64.efi. 'boot' file here contains complete UEFI implementation (CloverEFI) which will run on top of BIOS and enable you start CloverX64.efi (as boot manager) and native OSX bootloader boot.efi (as boot loader).

BIOS -> boot0 -> boot1 -> boot (CloverEFI UEFI implementation) -> CloverX64.efi -> boot.efi -> OSX

 

Hope it helps. I do not know how to explain it easier.

  • Like 4
Link to comment
Share on other sites

In fact, that was plain simple. So, cloverEFI for me on the machine where i'm posting right now (netbook, ASUS 1201n) and Cloverx64.efi on my main work machine, an i5 3570K on a UEFI Gigabyte H77-DS3H. If you didn't told me, i'd never know: the boot sequence is absolutely similar (black screen, then the number 7, than the Clover boot menu).

 

Thank you very much for the explanations, dmazar. I still didn't add the EDID, because i'm doing other things, but i'll do it and report the results here later.

 

Best regards.

Link to comment
Share on other sites

Hi, again!

 

Well, i used DarwinDumper (amazing app, really awesome: thanks to the devs!) to get my EDID. What i got was the following:

 

 

header: xxxxxxx

serial number: xxxxxxxxxxx

version: xxxx

basic params: xxxxxxxxxx

chroma info: xxxxxxxxxxxxxxxxxxxx

established: xxxxxx

standard: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 1: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 2: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 3: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 4: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

extensions: xx

checksum: xx

 

 

I now that i should make those values one big string, but which of them should i choose to make that string?

 

Best regards!

Link to comment
Share on other sites

You also have EDID.bin, right?

Open that file by text editor and copy & paste it.

That's all, as I know.

 

Hi, again!

 

Well, i used DarwinDumper (amazing app, really awesome: thanks to the devs!) to get my EDID. What i got was the following:

 

 

header: xxxxxxx

serial number: xxxxxxxxxxx

version: xxxx

basic params: xxxxxxxxxx

chroma info: xxxxxxxxxxxxxxxxxxxx

established: xxxxxx

standard: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 1: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 2: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 3: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

descriptor 4: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

extensions: xx

checksum: xx

 

 

I now that i should make those values one big string, but which of them should i choose to make that string?

 

Best regards!

Link to comment
Share on other sites

×
×
  • Create New...