Contribute
Register

Computer could not be verified app store error

Status
Not open for further replies.
Joined
Dec 1, 2013
Messages
40
Motherboard
Acer Aspire M5 481PT-6644
CPU
i5-3337u
Graphics
Intel HD4000
Mobile Phone
  1. iOS
I just installed an Atheros AR5B195 wifi/bluetooth card this afternoon. After installing a kext from osx86.net I'm successfully on wifi. I can get into iTunes, mail, and messages; but I can't get into the App store. This is the error I'm getting-

Your device or computer could not be verified. Contact support for assistance.

[FONT=Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif]Here is my boot.plist, modules, and smbios.plist
[/FONT]View attachment Archive.zip[FONT=Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif]

[/FONT]
 
I just installed an Atheros AR5B195 wifi/bluetooth card this afternoon. After installing a kext from osx86.net I'm successfully on wifi. I can get into iTunes, mail, and messages; but I can't get into the App store. This is the error I'm getting-

Your device or computer could not be verified. Contact support for assistance.

[FONT=Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif]Here is my boot.plist, modules, and smbios.plist
[/FONT]View attachment 81223[FONT=Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif]

[/FONT]

Your org.chameleon.Boot.plist is corrupt/invalid (Kernel Flags key has no associated string tag).

And your smbios.plist needs work. You should generate one with a random serial#. You can use Chameleon Wizard to create one.

Also, you need working Ethernet. Does your laptop have an Ethernet port? Have you installed working drivers for it?
 
Your org.chameleon.Boot.plist is corrupt/invalid (Kernel Flags key has no associated string tag).

And your smbios.plist needs work. You should generate one with a random serial#. You can use Chameleon Wizard to create one.

Also, you need working Ethernet. Does your laptop have an Ethernet port? Have you installed working drivers for it?
I'll work on a new smbios.plist. How is it that I fix the Kernel Flags key has no associated string tag?

I have an Ethernet port, but I need to find the drivers for it.
 
I'll work on a new smbios.plist. How is it that I fix the Kernel Flags key has no associated string tag?

You have this:
Code:
	<key>Kernel Flags</key>
	<key>Legacy Logo</key>
	<string>Yes</string>

Should be:
Code:
	<key>Kernel Flags</key>
[B]        <string></string>[/B]
	<key>Legacy Logo</key>
	<string>Yes</string>

Use a plist editor instead of a text editor if you're not familiar with xml.

I have an Ethernet port, but I need to find the drivers for it.

Use DPCIManager->PCI List to find out what hardware you have, then search for a driver.
 
You have this:
Code:
    <key>Kernel Flags</key>
    <key>Legacy Logo</key>
    <string>Yes</string>

Should be:
Code:
    <key>Kernel Flags</key>
[B]        <string></string>[/B]
    <key>Legacy Logo</key>
    <string>Yes</string>

Use a plist editor instead of a text editor if you're not familiar with xml.



Use DPCIManager->PCI List to find out what hardware you have, then search for a driver.
Do I need to add a Yes or No in between the <string></string>?
 
No. 'Yes' is not a valid kernel flag.
Thank you. I think that I accidentally deleted that yesterday when I added something else and took it out. Fixed an error that delayed startup for 5 seconds when I'd boot.
 
Nevermind. Got it. Changed my smbios, setup ethernet,removed NetworkInterfaces.plist, reset internet connections, rebooted, and VOILA.
 
Can anyboy help me ? :geek:
 
try this before all the advanced tweaking:
go to system preferences and correctly set your mac in region.
the mac needs to geographically be in the region your Apple ID belongs to,
otherwise it cannot verify it.
 
Status
Not open for further replies.
Back
Top