Discuss hardware-specific topics related to Mac.

Posts under Mac tag

200 Posts

Post

Replies

Boosts

Views

Activity

IOPSCopyPowerSourcesInfo → kIOPSBatteryHealthKey returning incorrect value
IOPSCopyPowerSourcesInfo → kIOPSBatteryHealthKey returning incorrect value Background: I write software to monitor computer system health. I'm having problems getting battery health information on my new M2 notebook. Given the following Objective-C program: #include <Foundation/NSObjCRuntime.h> #include <IOKit/ps/IOPSKeys.h> #include <IOKit/ps/IOPowerSources.h> #include <assert.h> int main() { CFTypeRef psInfo = IOPSCopyPowerSourcesInfo(); assert(psInfo != NULL); CFArrayRef list = IOPSCopyPowerSourcesList(psInfo); assert(list != NULL); long count = CFArrayGetCount(list); for(long i = 0; i < count; i++) { CFDictionaryRef ps = IOPSGetPowerSourceDescription( psInfo, CFArrayGetValueAtIndex(list, i)); assert(ps != NULL); CFStringRef deviceName = (CFStringRef)CFDictionaryGetValue( ps, CFSTR(kIOPSNameKey)); assert(deviceName != NULL); CFStringRef serialNumber = (CFStringRef)CFDictionaryGetValue( ps, CFSTR(kIOPSHardwareSerialNumberKey)); assert(serialNumber != NULL); CFStringRef health = (CFStringRef)CFDictionaryGetValue( ps, CFSTR(kIOPSBatteryHealthKey)); assert(health != NULL); NSLog(@"\nName=\"%@\"\nSerialNumber=\"%@\"\n" "BatteryHealth=\"%@\"\n", (__bridge NSString*)deviceName, (__bridge NSString*)serialNumber, (__bridge NSString*)health); } CFRelease(list); CFRelease(psInfo); return 0; } and looking at the IOPSKeys.h header, I expect to get one of "Poor", "Fair", or "Good" for the value of kIOPSBatteryHealthKey. https://opensource.apple.com/source/IOKitUser/IOKitUser-1845.81.1/ps.subproj/IOPSKeys.h.auto.html Instead, on my 2022 M2 Macbook Air running 13.2.1 (22D68), I get the following output: Name="InternalBattery-0" SerialNumber="F8Y2422145S10X2A7" BatteryHealth="Check Battery" At the same time, the "System Information app says "Condition: Normal". Am I missing something? This seems to be a bug, right? Should I look into filing a Technical Support Incident?
2
0
1.4k
Aug ’23
Warning on sticker pack submission - ITMS-90863
I am able to upload a sticker pack but with the following warning: ITMS-90863: Apple silicon Macs support issue - The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac. I understand this limits the ability of the sticker pack to be used on a new silicon Mac. Is there a way to change this flag so that this generic sticker pack will work on a Mac?
7
1
2.8k
Jul ’23
Disk Utility Help
I need help confirming the contents of my Disk Utility lists etc. If anyone could please take some time to help me I would appreciate it. I have called apple support for months now because I have been hacked by my EX and others who are very big names in this area. Im sure some of you will even know the people or person involved and doing this to me, which is why this is so scary and hard for someone who knows nothing about technology to defend themselves against. So please if someone can find it in them to help stop the peopsons activley ruining my life I would be forever in your debt! I am getting to the point where helplessness is setting in and I am going to get to a point where I will not be able to get my life back or be happy again if this is not solved. I have screenshots, screen recordings and there are things in my directory utility that i dont believe belong there, however apple refuses to be able to confirm or deny this. Below are screenshots of my directory utility:
1
0
526
Jul ’23
Why is Bootcamp Assistant on my MacBook Pro (M2) after using Migration Assistant?
I have a question. I have purchased a new MacBook Pro 14" (M2 Silicon Chip). My old computer was a 2013 iMac (intel based). I used Apple's Migration Assistant to migrate the data from the older iMac (running Catalina 10.15.17) to my new MacBook. While there were a few hiccups, most of the apps seem to be working fine. However, I am noticing that "Bootcamp Assistant" is now listed as a hidden app under the /system/applications/utility folder. I tried removing it manually via the UI and then using a linux terminal (sudo -Rf "bootcamp utility.app"), but it seems the file cannot be deleted. I even went hard core and booted the new Macbook into recovery mode and used the "csrutil enable" command to disable the System Integrity Protection (SIP), but upon rebooting, I still was unable to delete the file". Any advice? I don't like having phantom files like this kicking around, even if they are hidden. How did this happen? Is this a bug with Migration Assistant? Shouldn't MA have filtered this out as part of the migration?
2
0
778
Jul ’23
How to remove executable applications from TCC .
I have created a command line application with Xcode, the application acquires permissions to capture screen (for example) however then I would like to remove only it with the command tccutil reset All [bundler id] the problem is that my executable seems to have no bundler id and I don't know how to remove it. I have also modified the Product Bundle Identifier option in the Build Settings tab but this didn't work either.
9
0
3.0k
Jul ’23
How to delete 'Disk not ejected properly'
My external drives keep connecting and disconnecting to my Macbook Pro. It does this automatically and unless I turn off the computer or disconnect the drives, it just keeps doing it. If I forget to turn OFF the computer, when I wake it up, I have HUNDREDS of these messages and I have to delete them one at a time. It takes about 10-15 mins to delete each. I've tried everything to stop this but nothing works. Is there at least an easy way to delete every one of these messages without having to do each, individually? I have just about lost all faith in Apple because of this. You'd think they could fix this in an update, but no...it just keeps doing it. I'm about to go back to (ugh!) Windows.
3
0
3.9k
Jul ’23
Trackpad of Macbook air 13 inch not working properly
Recently, my mouse trackpad is working weirdly. It started moving around on its own , so I turned off my mac and switched it on again. Mouse cursor stopped moving on its own, but I am not able to use the trackpad properly as the cursor does not move properly until I rigorously move the cursor on my trackpad. Even the touch of the trackpad has stopped and i have to click on trackpad to select anything. This issue started a couple of days back. Can anyone help with this?
1
0
586
Jul ’23
Corespotlightd constant CPU drain in macOS Monterey 12.6 (21G115)
Issue I am experiencing corespotlightd constant 100% CPU drain in macOS Monterey 12.6 (21G115) Since updating Command Line Tools Fixes attempted Quit corespotlightd resolves the issue only for a couple of minutes Restarting computer Search Results enabled only for Applications and System Preferences Re-indexing spotlight does nothing to solve Machine information System Version: macOS Monterey 12.6 (21G115) Kernel Version: Darwin 21.6.0 MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports) Processor 1,4 GHz Quad-Core Intel Core i5 Memory 8 GB 2133 MHz LPDDR3 Graphics Intel Iris Plus Graphics 645 1536 MB
8
6
4.3k
Jul ’23
iTunes error: Your request produced an error. [newNullResponse]
All the posts I've found relating to fixing this iTunes error message are old and the fixes no longer work, so I would appreciate some updated advice on fixing this issue. When I click 'subscribe' on a podcast (The Retrievals) in the Apple Store, I receive the error message: "Your request produced an error. [newNullResponse]" There is also a popup window: "There was a temporary problem completing your request. The iTunes Store is temporarily unavailable. Please try again later." I have tried over the last three days with multiple podcasts and always receive the same error message. I have logged out of my iTunes account, restarted computer and logged back into iTunes and still get the same error message. I have tried updating my payment details (previous recommended fix), though it's a paypal account and there's nothing really to update. I am using iTunes version 12.9.5.5 on an iMac using macOS Mojave 10.14.6. Would appreciate any assistance.
1
0
1.1k
Jul ’23
Kernel Panic 2 times a day
HI all, I have frequent kernel panic on MacBook Pro 16 Intel. Already reinstalled Mac OS and reseted NVRAM. See log below. panic(cpu 6 caller 0xffffff80149b2fe3): Kernel trap at 0xffffff8014971830, type 14=page fault, registers: CR0: 0x0000000080010033, CR2: 0xffffffa6450e39d0, CR3: 0x000000038b8df1c5, CR4: 0x00000000003626e0 RAX: 0x000000006d3d7ee0, RBX: 0xffffffa6450e39d0, RCX: 0x0000000000000000, RDX: 0x0000000000000027 Panicked task 0xffffff9d8062d698: 7 threads: pid 1442: com.apple.WebKit Backtrace (CPU 6), panicked thread: 0xffffff9d7d2dfb30, Frame : Return Address Process name corresponding to current thread (0xffffff9d7d2dfb30): com.apple.WebKit.Networking Mac OS version: 22F82 Kernel version: Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:22 PDT 2023; root:xnu-8796.121.3~7/RELEASE_X86_64 Kernel UUID: B82210B0-6371-3C15-8D2B-47C6E1FB7879 roots installed: 0 KernelCache slide: 0x0000000014400000 KernelCache base: 0xffffff8014600000 Kernel slide: 0x00000000144dc000 Kernel text base: 0xffffff80146dc000 __HIB text base: 0xffffff8014500000 System model name: MacBookPro16,1 (Mac-E1008331FDC96864) System shutdown begun: NO Hibernation exit count: 0 System uptime in nanoseconds: 6210360377987 Last Sleep: absolute base_tsc base_nano Uptime : 0x000005a5f65305aa Sleep : 0x0000035b288e037a 0x00000b9b29b543d4 0x0000034e0f0a719e Wake : 0x0000035b5c7697ef 0x00000c91af82bfae 0x0000035b3bc23895 Compressor Info: 0% of compressed pages limit (OK) and 0% of segments limit (OK) with 0 swapfiles and OK swap space Zone info: Zone map: 0xffffff88a9dcb000 - 0xffffffa8a9dcb000 . PGZ : 0xffffff88a9dcb000 - 0xffffff88addcc000 . VM : 0xffffff88addcc000 - 0xffffff8d7a0ff000 . RO : 0xffffff8d7a0ff000 - 0xffffff8f13765000 . GEN0 : 0xffffff8f13765000 - 0xffffff93dfa98000 . GEN1 : 0xffffff93dfa98000 - 0xffffff98abdcb000 . GEN2 : 0xffffff98abdcb000 - 0xffffff9d780fe000 . GEN3 : 0xffffff9d780fe000 - 0xffffffa244431000 . DATA : 0xffffffa244431000 - 0xffffffa8a9dcb000 Metadata: 0xffffff80ad67b000 - 0xffffff80cd67b000 Bitmaps : 0xffffff80cd67b000 - 0xffffff80d367b000 Extra : 0 - 0 last started kext at 3279423567519: @filesystems.smbfs 5.0 (addr 0xffffff7faa523000, size 532480) loaded kexts: @filesystems.smbfs 5.0 BCMWLANFirmware4388.Hashstore 1 BCMWLANFirmware4387.Hashstore 1 BCMWLANFirmware4378.Hashstore 1 BCMWLANFirmware4377.Hashstore 1 BCMWLANFirmware4364.Hashstore 1 BCMWLANFirmware4355.Hashstore 1 AudioAUUC 1.70 !AHIDALSService 1 !ATopCaseHIDEventDriver 6440.7 !APlatformEnabler 2.7.0d0 AGPM 131 X86PlatformShim 1.0.0 @filesystems.autofs 3.0 !AUpstreamUserClient 3.6.9 @kext.AMDRadeonX6000 4.1.2 !AGFXHDA 240.1 @kext.AMDRadeonServiceManager 4.1.2 !ABridgeAudio!C 340.1 !A!IKBLGraphics 20.0.6 !AGraphicsDevicePolicy 7.1.18 @AGDCPluginDisplayMetrics 7.1.18 pmtelemetry 1 @filesystems.nfs 1 |IOUserEthernet 1.0.1 usb.!UUserHCI 1 !AHV 1 !ADiskImages2 198.100.13 !AMuxControl2 7.1.18 AGDCBacklightControl 7.1.18 !A!ICFLGraphicsFramebuffer 20.0.6 !AFIVRDriver 4.1.0 !A!IPCHPMC 2.0.1 BridgeAudioCommunication 340.1 !AAVEBridge 6.1 @UVCService 1 !AThunderboltIP 4.0.3 !A!ISlowAdaptiveClocking 4.0.0 ACPI_SMC_PlatformPlugin 1.0.0 !ABacklight 180.8 !AMCCSControl 1.16 usb.realtek8153patcher 5.0.0 !AFileSystemDriver 3.0.1 @filesystems.tmpfs 1 @filesystems.lifs 1 @filesystems.hfs.kext 627.100.6 @BootCache 40 @!AFSCompression.!AFSCompressionTypeZlib 1.0.0 @!AFSCompression.!AFSCompressionTypeDataless 1.0.0d1 @filesystems.apfs 2142.120.7 !ABCMWLANBusInterfacePCIeMac 1 @private.KextAudit 1.0 !ASmartBatteryManager 161.0.0 !AACPIButtons 6.1 !ASMBIOS 2.1 !AACPIEC 6.1 !AAPIC 1.7 $!AUserConsent 1 @!ASystemPolicy 2.0.0 @nke.applicationfirewall 403 |IOKitRegistryCompatibility 1 |EndpointSecurity 1 @Dont_Steal_Mac_OS_X 7.0.0 @kec.Compression 1 @kec.!AEncryptedArchive 1 |IOAVB!F 1140.6 @plugin.IOgPTPPlugin 1150.2 !AHIDKeyboard 231 !AActuatorDriver 6440.7 !AMultitouchDriver 6440.7 !AInputDeviceSupport 6440.8 !AHS!BDriver 6440.7 IO!BHIDDriver 9.0.0 @kext.AMDRadeonX6100HWLibs 1.0 @kext.AMDRadeonX6000HWServices 4.1.2 usb.cdc.acm 5.0.0 usb.serial 6.0.0 !AHDA!C 440.2 |IOHDA!F 440.2 !A!ILpssUARTv1 3.0.60 !A!ILpssUARTCommon 3.0.60 !AOnboardSerial 1.0 !UAudio 540.8 |IOAudio!F 440.2 @vecLib.kext 1.2.0 !AAudioClockLibs 240.1 @kext.triggers 1.0 IOHIDPowerSource 1 !ACallbackPowerSource 1 |IO!BSerialManager 9.0.0 |IO!BPacketLogger 9.0.0 |IO!BHost!CUSBTransport 9.0.0 |IO!BHost!CUARTTransport 9.0.0 |IO!BHost!CTransport 9.0.0 IO!BHost!CPCIeTransport 9.0.0 |CSR!BHost!CUSBTransport 9.0.0 |Broadcom!BHost!CUSBTransport 9.0.0 |Broadcom!B20703USBTransport 9.0.0 !ARSMChannel 1 |IORSM!F 1 !AIPAppender 1.0 !AGraphicsControl 7.1.18 !ASMBusPCI 1.0.14d1 @kext.AMDRadeonX6000Framebuffer 4.1.2 @kext.AMDSupport 4.1.2 |IOAccelerator!F2 475.40.6 @!AGPUWrangler 7.1.18 @!AGraphicsDeviceControl 7.1.18 !AThunderboltEDMSink 5.0.3 !AThunderboltDPOutAdapter 8.5.1 |IOSlowAdaptiveClocking!F 1.0.0 IOPlatformPluginLegacy 1.0.0 X86PlatformPlugin 1.0.0 IOPlatformPlugin!F 6.0.0d8 !ABacklightExpert 1.1.0 |IONDRVSupport 597 |IOGraphics!F 597 !ASMBus!C 1.0.18d1 driverkit.serial 6.0.0 usb.IOUSBHostHIDDevice 1.2 usb.!UHub 1.2 usb.cdc.ecm 5.0.0 usb.cdc.ncm 5.0.0 usb.cdc 5.0.0 usb.networking 5.0.0 usb.!UHostCompositeDevice 1.2 !AThunderboltPCIDownAdapter 4.1.1 !AThunderboltDPInAdapter 8.5.1 !AThunderboltDPAdapter!F 8.5.1 !AHPM 3.4.4 !A!ILpssI2C!C 3.0.60 !A!ILpssI2C 3.0.60 !A!ILpssDmac 3.0.60 !ABSDKextStarter 3 |IOSurface 336.50.1 @filesystems.hfs.encodings.kext 1 !ASyntheticGame!C 10.6.3 !AXsanScheme 3 !AThunderboltNHI 7.2.81 |IOThunderbolt!F 9.3.3 usb.!UVHCIBCE 1.2 usb.!UVHCICommonBCE 1.0 usb.!UVHCI 1.2 usb.!UVHCICommon 1.0 !AEffaceableNOR 1.0 |IONVMe!F 2.1.0 |IOBufferCopy!C 1.1.0 |IOBufferCopyEngine!F 1 !ABCMWLANCoreMac 1.0.0 |IO80211!F 1200.13.0 IOImageLoader 1.0.0 !AOLYHALMac 1 |IOSerial!F 11 corecapture 1.0.4 usb.!UHostPacketFilter 1.0 |IOUSB!F 900.4.2 usb.!UXHCIPCI 1.2 usb.!UXHCI 1.2 !AEFINVRAM 2.1 !AEFIRuntime 2.1 !ASMCRTC 1.0 |IOSMBus!F 1.1 |IOHID!F 2.0.0 |IOTimeSync!F 1150.2 |IOSkywalk!F 1.0 mDNSOffloadUserClient 1.0.1b8 |IONetworking!F 3.4 DiskImages 493.0.0 |IO!B!F 9.0.0 |IOReport!F 47 $quarantine 4 $sandbox 300.0 @kext.!AMatch 1.0.0d1 !ASSE 1.0 !AKeyStore 2 !UTDM 554 |IOUSBMass!SDriver 235.100.2 |IOSCSIBlockCommandsDevice 482.120.2 |IO!S!F 2.1 |IOSCSIArchitectureModel!F 482.120.2 !AFDEKeyStore 28.30 !AEffaceable!S 1.0 !ACyrus 1 !AMobileFileIntegrity 1.0.5 $!AImage4 5.0.0 @kext.CoreTrust 1 !ACredentialManager 1.0 |CoreAnalytics!F 1 KernelRelayHost 1 |IOUSBHost!F 1.2 !UHostMergeProperties 1.2 usb.!UCommon 1.0 !ABusPower!C 1.0 !ASEPManager 1.0.1 IOSlaveProcessor 1 !AACPIPlatform 6.1 !ASMC 3.1.9 |IOPCI!F 2.9 |IOACPI!F 1.4 watchdog 1 @kec.pthread 1 @kec.Libm 1 @kec.corecrypto 12.0
1
0
742
Jul ’23
Power Delivery Objects
Hi Our company develop network and media KVM adapters for a industrial and commercial customers. I'm develop a dock station based on Thunderbolt chipset with a PDO charger up to 96W. Our dock must support Apple devices including MacBook pro. I'm interested in knowing what voltage and current values in power delivery objects I should configure in my product. Could you point me to the relevant documents that describe the main technical requirements for Power Delivery objects should be in charge or power adapters compliant with apple devices. Thanks in advance. Baruch R&D at Highseclabs
0
0
432
Jun ’23
ARM 32 bit vs Apple M1 64 bit ARM
Hello, I am an undergraduate computer science student at a university; this past semester I completed a course that involves a fair amount of ARM assembly. I am wondering if there is a way to natively run my programs on my M1 macbook. I understand that my assignments are in 32 bit ARM, and Apple uses 64 bit. What steps do I need to take to assemble my program? Is there a magical command or tool that would allow me to translate to 64 bit ARM and compile in the terminal? This is my first post, sorry if I am not doing this right, please go easy on me! Background: This is a computer organization class so the lecture material is related to internal computer components, cpu subcomponents, binary, hexadecimal, etc. And the programming assignments are completed in ARM assembly, 32 bit. My programs are typically simple, short programs that implement simple branches and loops. In most of my programming classes before this, I have used C, C++, Java, etc. So it has been nice to use clang, makefile, .out files, and all of that natively on macOS, and I would love to complete my ARM assignments as something else that I can just do locally without ssh-ing onto a server at my school.
0
2
1.2k
Jun ’23
HP Laptop windows 11, unable to get audio in and out for whats up calls of video /audio
I have recently purchased a airpod 2 gen pro.iam able to connect to mobile brand realme GT master (Android 13). I dont have issues with audio and video of whats up call. But my laptip of hp brand. No audio for what's up call in and out put. I have set in settings default by air pods and microphone in /out puts.only youtube audio coming but no whats up call .please provide solution
1
0
463
Jun ’23
Display Authorization plugin at the apple software update and the filevault
Hello, I am trying to get the authorization plugin to display as well when the user does a mac os update or when doing file vault. I've tried modifying system.install.apple-software and system.install.app-store-software by changing the rule to authenticate-session-owner, but that didn't work. I also did the same for system.login.filevault as well. But no luck. Thanks in advance
1
0
642
Jun ’23
Flutter Ios Build
LoadError - dlopen(/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle, 0x0009): (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) - /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle
0
0
470
Jun ’23
Restore Desktop folder from the iCloud Drive to my home folder?
Same query that others have raised, but I cannot find an answer in simple terms: I have attempted to drag / copy my desktop folder from iCloud to place it back on my home screen. This option is not allowed, it seems. I cannot see how to restore it. I do not wish to have desktop backed up to iCloud. Others on here have suggested to 'untick' and then 'tick' the option in iCloud preferences thats says 'Desktop &amp; Documents Folders'. However I dont trust that the documents will disappear and then re-appear. Surely users can opt to retain their desktop on the machine's harddrive, and not have it backed up to iCloud, no..? (I use a TimeMachine ext. hard drive to back up everything). In an effort to open up more options, I purchased extra iCloud storage. This did not work, as I still do not have the option to return my Desktop folder to my machine's home screen.
1
0
559
Jun ’23
Apache 2.0
I found the Apache 2.0 software in my Macbook Pro. Does it come standard or did somebody installed it because they needed in order to transfer files from the same Network? TIA, Al
Replies
2
Boosts
0
Views
1.7k
Activity
Aug ’23
kill fsck repairs volume ..external disk yay!
External volume. wont show up disk utility -&gt; mount -&gt; (for exfateformated) "sudo pkill -f fsck " on terminal-&gt; disk shows up
Replies
0
Boosts
0
Views
736
Activity
Aug ’23
Help !!! Compressor Keeps Crashing giving following error
Compressor app keep crashing. I'm not a programmer. I have attached the error code as attachment. Please help !!! Error Code
Replies
1
Boosts
0
Views
631
Activity
Aug ’23
IOPSCopyPowerSourcesInfo → kIOPSBatteryHealthKey returning incorrect value
IOPSCopyPowerSourcesInfo → kIOPSBatteryHealthKey returning incorrect value Background: I write software to monitor computer system health. I'm having problems getting battery health information on my new M2 notebook. Given the following Objective-C program: #include <Foundation/NSObjCRuntime.h> #include <IOKit/ps/IOPSKeys.h> #include <IOKit/ps/IOPowerSources.h> #include <assert.h> int main() { CFTypeRef psInfo = IOPSCopyPowerSourcesInfo(); assert(psInfo != NULL); CFArrayRef list = IOPSCopyPowerSourcesList(psInfo); assert(list != NULL); long count = CFArrayGetCount(list); for(long i = 0; i < count; i++) { CFDictionaryRef ps = IOPSGetPowerSourceDescription( psInfo, CFArrayGetValueAtIndex(list, i)); assert(ps != NULL); CFStringRef deviceName = (CFStringRef)CFDictionaryGetValue( ps, CFSTR(kIOPSNameKey)); assert(deviceName != NULL); CFStringRef serialNumber = (CFStringRef)CFDictionaryGetValue( ps, CFSTR(kIOPSHardwareSerialNumberKey)); assert(serialNumber != NULL); CFStringRef health = (CFStringRef)CFDictionaryGetValue( ps, CFSTR(kIOPSBatteryHealthKey)); assert(health != NULL); NSLog(@"\nName=\"%@\"\nSerialNumber=\"%@\"\n" "BatteryHealth=\"%@\"\n", (__bridge NSString*)deviceName, (__bridge NSString*)serialNumber, (__bridge NSString*)health); } CFRelease(list); CFRelease(psInfo); return 0; } and looking at the IOPSKeys.h header, I expect to get one of "Poor", "Fair", or "Good" for the value of kIOPSBatteryHealthKey. https://opensource.apple.com/source/IOKitUser/IOKitUser-1845.81.1/ps.subproj/IOPSKeys.h.auto.html Instead, on my 2022 M2 Macbook Air running 13.2.1 (22D68), I get the following output: Name="InternalBattery-0" SerialNumber="F8Y2422145S10X2A7" BatteryHealth="Check Battery" At the same time, the "System Information app says "Condition: Normal". Am I missing something? This seems to be a bug, right? Should I look into filing a Technical Support Incident?
Replies
2
Boosts
0
Views
1.4k
Activity
Aug ’23
Warning on sticker pack submission - ITMS-90863
I am able to upload a sticker pack but with the following warning: ITMS-90863: Apple silicon Macs support issue - The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac. I understand this limits the ability of the sticker pack to be used on a new silicon Mac. Is there a way to change this flag so that this generic sticker pack will work on a Mac?
Replies
7
Boosts
1
Views
2.8k
Activity
Jul ’23
Disk Utility Help
I need help confirming the contents of my Disk Utility lists etc. If anyone could please take some time to help me I would appreciate it. I have called apple support for months now because I have been hacked by my EX and others who are very big names in this area. Im sure some of you will even know the people or person involved and doing this to me, which is why this is so scary and hard for someone who knows nothing about technology to defend themselves against. So please if someone can find it in them to help stop the peopsons activley ruining my life I would be forever in your debt! I am getting to the point where helplessness is setting in and I am going to get to a point where I will not be able to get my life back or be happy again if this is not solved. I have screenshots, screen recordings and there are things in my directory utility that i dont believe belong there, however apple refuses to be able to confirm or deny this. Below are screenshots of my directory utility:
Replies
1
Boosts
0
Views
526
Activity
Jul ’23
Why is Bootcamp Assistant on my MacBook Pro (M2) after using Migration Assistant?
I have a question. I have purchased a new MacBook Pro 14" (M2 Silicon Chip). My old computer was a 2013 iMac (intel based). I used Apple's Migration Assistant to migrate the data from the older iMac (running Catalina 10.15.17) to my new MacBook. While there were a few hiccups, most of the apps seem to be working fine. However, I am noticing that "Bootcamp Assistant" is now listed as a hidden app under the /system/applications/utility folder. I tried removing it manually via the UI and then using a linux terminal (sudo -Rf "bootcamp utility.app"), but it seems the file cannot be deleted. I even went hard core and booted the new Macbook into recovery mode and used the "csrutil enable" command to disable the System Integrity Protection (SIP), but upon rebooting, I still was unable to delete the file". Any advice? I don't like having phantom files like this kicking around, even if they are hidden. How did this happen? Is this a bug with Migration Assistant? Shouldn't MA have filtered this out as part of the migration?
Replies
2
Boosts
0
Views
778
Activity
Jul ’23
How to remove executable applications from TCC .
I have created a command line application with Xcode, the application acquires permissions to capture screen (for example) however then I would like to remove only it with the command tccutil reset All [bundler id] the problem is that my executable seems to have no bundler id and I don't know how to remove it. I have also modified the Product Bundle Identifier option in the Build Settings tab but this didn't work either.
Replies
9
Boosts
0
Views
3.0k
Activity
Jul ’23
How to delete 'Disk not ejected properly'
My external drives keep connecting and disconnecting to my Macbook Pro. It does this automatically and unless I turn off the computer or disconnect the drives, it just keeps doing it. If I forget to turn OFF the computer, when I wake it up, I have HUNDREDS of these messages and I have to delete them one at a time. It takes about 10-15 mins to delete each. I've tried everything to stop this but nothing works. Is there at least an easy way to delete every one of these messages without having to do each, individually? I have just about lost all faith in Apple because of this. You'd think they could fix this in an update, but no...it just keeps doing it. I'm about to go back to (ugh!) Windows.
Replies
3
Boosts
0
Views
3.9k
Activity
Jul ’23
Trackpad of Macbook air 13 inch not working properly
Recently, my mouse trackpad is working weirdly. It started moving around on its own , so I turned off my mac and switched it on again. Mouse cursor stopped moving on its own, but I am not able to use the trackpad properly as the cursor does not move properly until I rigorously move the cursor on my trackpad. Even the touch of the trackpad has stopped and i have to click on trackpad to select anything. This issue started a couple of days back. Can anyone help with this?
Replies
1
Boosts
0
Views
586
Activity
Jul ’23
Corespotlightd constant CPU drain in macOS Monterey 12.6 (21G115)
Issue I am experiencing corespotlightd constant 100% CPU drain in macOS Monterey 12.6 (21G115) Since updating Command Line Tools Fixes attempted Quit corespotlightd resolves the issue only for a couple of minutes Restarting computer Search Results enabled only for Applications and System Preferences Re-indexing spotlight does nothing to solve Machine information System Version: macOS Monterey 12.6 (21G115) Kernel Version: Darwin 21.6.0 MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports) Processor 1,4 GHz Quad-Core Intel Core i5 Memory 8 GB 2133 MHz LPDDR3 Graphics Intel Iris Plus Graphics 645 1536 MB
Replies
8
Boosts
6
Views
4.3k
Activity
Jul ’23
iTunes error: Your request produced an error. [newNullResponse]
All the posts I've found relating to fixing this iTunes error message are old and the fixes no longer work, so I would appreciate some updated advice on fixing this issue. When I click 'subscribe' on a podcast (The Retrievals) in the Apple Store, I receive the error message: "Your request produced an error. [newNullResponse]" There is also a popup window: "There was a temporary problem completing your request. The iTunes Store is temporarily unavailable. Please try again later." I have tried over the last three days with multiple podcasts and always receive the same error message. I have logged out of my iTunes account, restarted computer and logged back into iTunes and still get the same error message. I have tried updating my payment details (previous recommended fix), though it's a paypal account and there's nothing really to update. I am using iTunes version 12.9.5.5 on an iMac using macOS Mojave 10.14.6. Would appreciate any assistance.
Replies
1
Boosts
0
Views
1.1k
Activity
Jul ’23
Kernel Panic 2 times a day
HI all, I have frequent kernel panic on MacBook Pro 16 Intel. Already reinstalled Mac OS and reseted NVRAM. See log below. panic(cpu 6 caller 0xffffff80149b2fe3): Kernel trap at 0xffffff8014971830, type 14=page fault, registers: CR0: 0x0000000080010033, CR2: 0xffffffa6450e39d0, CR3: 0x000000038b8df1c5, CR4: 0x00000000003626e0 RAX: 0x000000006d3d7ee0, RBX: 0xffffffa6450e39d0, RCX: 0x0000000000000000, RDX: 0x0000000000000027 Panicked task 0xffffff9d8062d698: 7 threads: pid 1442: com.apple.WebKit Backtrace (CPU 6), panicked thread: 0xffffff9d7d2dfb30, Frame : Return Address Process name corresponding to current thread (0xffffff9d7d2dfb30): com.apple.WebKit.Networking Mac OS version: 22F82 Kernel version: Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:22 PDT 2023; root:xnu-8796.121.3~7/RELEASE_X86_64 Kernel UUID: B82210B0-6371-3C15-8D2B-47C6E1FB7879 roots installed: 0 KernelCache slide: 0x0000000014400000 KernelCache base: 0xffffff8014600000 Kernel slide: 0x00000000144dc000 Kernel text base: 0xffffff80146dc000 __HIB text base: 0xffffff8014500000 System model name: MacBookPro16,1 (Mac-E1008331FDC96864) System shutdown begun: NO Hibernation exit count: 0 System uptime in nanoseconds: 6210360377987 Last Sleep: absolute base_tsc base_nano Uptime : 0x000005a5f65305aa Sleep : 0x0000035b288e037a 0x00000b9b29b543d4 0x0000034e0f0a719e Wake : 0x0000035b5c7697ef 0x00000c91af82bfae 0x0000035b3bc23895 Compressor Info: 0% of compressed pages limit (OK) and 0% of segments limit (OK) with 0 swapfiles and OK swap space Zone info: Zone map: 0xffffff88a9dcb000 - 0xffffffa8a9dcb000 . PGZ : 0xffffff88a9dcb000 - 0xffffff88addcc000 . VM : 0xffffff88addcc000 - 0xffffff8d7a0ff000 . RO : 0xffffff8d7a0ff000 - 0xffffff8f13765000 . GEN0 : 0xffffff8f13765000 - 0xffffff93dfa98000 . GEN1 : 0xffffff93dfa98000 - 0xffffff98abdcb000 . GEN2 : 0xffffff98abdcb000 - 0xffffff9d780fe000 . GEN3 : 0xffffff9d780fe000 - 0xffffffa244431000 . DATA : 0xffffffa244431000 - 0xffffffa8a9dcb000 Metadata: 0xffffff80ad67b000 - 0xffffff80cd67b000 Bitmaps : 0xffffff80cd67b000 - 0xffffff80d367b000 Extra : 0 - 0 last started kext at 3279423567519: @filesystems.smbfs 5.0 (addr 0xffffff7faa523000, size 532480) loaded kexts: @filesystems.smbfs 5.0 BCMWLANFirmware4388.Hashstore 1 BCMWLANFirmware4387.Hashstore 1 BCMWLANFirmware4378.Hashstore 1 BCMWLANFirmware4377.Hashstore 1 BCMWLANFirmware4364.Hashstore 1 BCMWLANFirmware4355.Hashstore 1 AudioAUUC 1.70 !AHIDALSService 1 !ATopCaseHIDEventDriver 6440.7 !APlatformEnabler 2.7.0d0 AGPM 131 X86PlatformShim 1.0.0 @filesystems.autofs 3.0 !AUpstreamUserClient 3.6.9 @kext.AMDRadeonX6000 4.1.2 !AGFXHDA 240.1 @kext.AMDRadeonServiceManager 4.1.2 !ABridgeAudio!C 340.1 !A!IKBLGraphics 20.0.6 !AGraphicsDevicePolicy 7.1.18 @AGDCPluginDisplayMetrics 7.1.18 pmtelemetry 1 @filesystems.nfs 1 |IOUserEthernet 1.0.1 usb.!UUserHCI 1 !AHV 1 !ADiskImages2 198.100.13 !AMuxControl2 7.1.18 AGDCBacklightControl 7.1.18 !A!ICFLGraphicsFramebuffer 20.0.6 !AFIVRDriver 4.1.0 !A!IPCHPMC 2.0.1 BridgeAudioCommunication 340.1 !AAVEBridge 6.1 @UVCService 1 !AThunderboltIP 4.0.3 !A!ISlowAdaptiveClocking 4.0.0 ACPI_SMC_PlatformPlugin 1.0.0 !ABacklight 180.8 !AMCCSControl 1.16 usb.realtek8153patcher 5.0.0 !AFileSystemDriver 3.0.1 @filesystems.tmpfs 1 @filesystems.lifs 1 @filesystems.hfs.kext 627.100.6 @BootCache 40 @!AFSCompression.!AFSCompressionTypeZlib 1.0.0 @!AFSCompression.!AFSCompressionTypeDataless 1.0.0d1 @filesystems.apfs 2142.120.7 !ABCMWLANBusInterfacePCIeMac 1 @private.KextAudit 1.0 !ASmartBatteryManager 161.0.0 !AACPIButtons 6.1 !ASMBIOS 2.1 !AACPIEC 6.1 !AAPIC 1.7 $!AUserConsent 1 @!ASystemPolicy 2.0.0 @nke.applicationfirewall 403 |IOKitRegistryCompatibility 1 |EndpointSecurity 1 @Dont_Steal_Mac_OS_X 7.0.0 @kec.Compression 1 @kec.!AEncryptedArchive 1 |IOAVB!F 1140.6 @plugin.IOgPTPPlugin 1150.2 !AHIDKeyboard 231 !AActuatorDriver 6440.7 !AMultitouchDriver 6440.7 !AInputDeviceSupport 6440.8 !AHS!BDriver 6440.7 IO!BHIDDriver 9.0.0 @kext.AMDRadeonX6100HWLibs 1.0 @kext.AMDRadeonX6000HWServices 4.1.2 usb.cdc.acm 5.0.0 usb.serial 6.0.0 !AHDA!C 440.2 |IOHDA!F 440.2 !A!ILpssUARTv1 3.0.60 !A!ILpssUARTCommon 3.0.60 !AOnboardSerial 1.0 !UAudio 540.8 |IOAudio!F 440.2 @vecLib.kext 1.2.0 !AAudioClockLibs 240.1 @kext.triggers 1.0 IOHIDPowerSource 1 !ACallbackPowerSource 1 |IO!BSerialManager 9.0.0 |IO!BPacketLogger 9.0.0 |IO!BHost!CUSBTransport 9.0.0 |IO!BHost!CUARTTransport 9.0.0 |IO!BHost!CTransport 9.0.0 IO!BHost!CPCIeTransport 9.0.0 |CSR!BHost!CUSBTransport 9.0.0 |Broadcom!BHost!CUSBTransport 9.0.0 |Broadcom!B20703USBTransport 9.0.0 !ARSMChannel 1 |IORSM!F 1 !AIPAppender 1.0 !AGraphicsControl 7.1.18 !ASMBusPCI 1.0.14d1 @kext.AMDRadeonX6000Framebuffer 4.1.2 @kext.AMDSupport 4.1.2 |IOAccelerator!F2 475.40.6 @!AGPUWrangler 7.1.18 @!AGraphicsDeviceControl 7.1.18 !AThunderboltEDMSink 5.0.3 !AThunderboltDPOutAdapter 8.5.1 |IOSlowAdaptiveClocking!F 1.0.0 IOPlatformPluginLegacy 1.0.0 X86PlatformPlugin 1.0.0 IOPlatformPlugin!F 6.0.0d8 !ABacklightExpert 1.1.0 |IONDRVSupport 597 |IOGraphics!F 597 !ASMBus!C 1.0.18d1 driverkit.serial 6.0.0 usb.IOUSBHostHIDDevice 1.2 usb.!UHub 1.2 usb.cdc.ecm 5.0.0 usb.cdc.ncm 5.0.0 usb.cdc 5.0.0 usb.networking 5.0.0 usb.!UHostCompositeDevice 1.2 !AThunderboltPCIDownAdapter 4.1.1 !AThunderboltDPInAdapter 8.5.1 !AThunderboltDPAdapter!F 8.5.1 !AHPM 3.4.4 !A!ILpssI2C!C 3.0.60 !A!ILpssI2C 3.0.60 !A!ILpssDmac 3.0.60 !ABSDKextStarter 3 |IOSurface 336.50.1 @filesystems.hfs.encodings.kext 1 !ASyntheticGame!C 10.6.3 !AXsanScheme 3 !AThunderboltNHI 7.2.81 |IOThunderbolt!F 9.3.3 usb.!UVHCIBCE 1.2 usb.!UVHCICommonBCE 1.0 usb.!UVHCI 1.2 usb.!UVHCICommon 1.0 !AEffaceableNOR 1.0 |IONVMe!F 2.1.0 |IOBufferCopy!C 1.1.0 |IOBufferCopyEngine!F 1 !ABCMWLANCoreMac 1.0.0 |IO80211!F 1200.13.0 IOImageLoader 1.0.0 !AOLYHALMac 1 |IOSerial!F 11 corecapture 1.0.4 usb.!UHostPacketFilter 1.0 |IOUSB!F 900.4.2 usb.!UXHCIPCI 1.2 usb.!UXHCI 1.2 !AEFINVRAM 2.1 !AEFIRuntime 2.1 !ASMCRTC 1.0 |IOSMBus!F 1.1 |IOHID!F 2.0.0 |IOTimeSync!F 1150.2 |IOSkywalk!F 1.0 mDNSOffloadUserClient 1.0.1b8 |IONetworking!F 3.4 DiskImages 493.0.0 |IO!B!F 9.0.0 |IOReport!F 47 $quarantine 4 $sandbox 300.0 @kext.!AMatch 1.0.0d1 !ASSE 1.0 !AKeyStore 2 !UTDM 554 |IOUSBMass!SDriver 235.100.2 |IOSCSIBlockCommandsDevice 482.120.2 |IO!S!F 2.1 |IOSCSIArchitectureModel!F 482.120.2 !AFDEKeyStore 28.30 !AEffaceable!S 1.0 !ACyrus 1 !AMobileFileIntegrity 1.0.5 $!AImage4 5.0.0 @kext.CoreTrust 1 !ACredentialManager 1.0 |CoreAnalytics!F 1 KernelRelayHost 1 |IOUSBHost!F 1.2 !UHostMergeProperties 1.2 usb.!UCommon 1.0 !ABusPower!C 1.0 !ASEPManager 1.0.1 IOSlaveProcessor 1 !AACPIPlatform 6.1 !ASMC 3.1.9 |IOPCI!F 2.9 |IOACPI!F 1.4 watchdog 1 @kec.pthread 1 @kec.Libm 1 @kec.corecrypto 12.0
Replies
1
Boosts
0
Views
742
Activity
Jul ’23
Power Delivery Objects
Hi Our company develop network and media KVM adapters for a industrial and commercial customers. I'm develop a dock station based on Thunderbolt chipset with a PDO charger up to 96W. Our dock must support Apple devices including MacBook pro. I'm interested in knowing what voltage and current values in power delivery objects I should configure in my product. Could you point me to the relevant documents that describe the main technical requirements for Power Delivery objects should be in charge or power adapters compliant with apple devices. Thanks in advance. Baruch R&D at Highseclabs
Replies
0
Boosts
0
Views
432
Activity
Jun ’23
ARM 32 bit vs Apple M1 64 bit ARM
Hello, I am an undergraduate computer science student at a university; this past semester I completed a course that involves a fair amount of ARM assembly. I am wondering if there is a way to natively run my programs on my M1 macbook. I understand that my assignments are in 32 bit ARM, and Apple uses 64 bit. What steps do I need to take to assemble my program? Is there a magical command or tool that would allow me to translate to 64 bit ARM and compile in the terminal? This is my first post, sorry if I am not doing this right, please go easy on me! Background: This is a computer organization class so the lecture material is related to internal computer components, cpu subcomponents, binary, hexadecimal, etc. And the programming assignments are completed in ARM assembly, 32 bit. My programs are typically simple, short programs that implement simple branches and loops. In most of my programming classes before this, I have used C, C++, Java, etc. So it has been nice to use clang, makefile, .out files, and all of that natively on macOS, and I would love to complete my ARM assignments as something else that I can just do locally without ssh-ing onto a server at my school.
Replies
0
Boosts
2
Views
1.2k
Activity
Jun ’23
HP Laptop windows 11, unable to get audio in and out for whats up calls of video /audio
I have recently purchased a airpod 2 gen pro.iam able to connect to mobile brand realme GT master (Android 13). I dont have issues with audio and video of whats up call. But my laptip of hp brand. No audio for what's up call in and out put. I have set in settings default by air pods and microphone in /out puts.only youtube audio coming but no whats up call .please provide solution
Replies
1
Boosts
0
Views
463
Activity
Jun ’23
Display Authorization plugin at the apple software update and the filevault
Hello, I am trying to get the authorization plugin to display as well when the user does a mac os update or when doing file vault. I've tried modifying system.install.apple-software and system.install.app-store-software by changing the rule to authenticate-session-owner, but that didn't work. I also did the same for system.login.filevault as well. But no luck. Thanks in advance
Replies
1
Boosts
0
Views
642
Activity
Jun ’23
Flutter Ios Build
LoadError - dlopen(/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle, 0x0009): (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')) - /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle
Replies
0
Boosts
0
Views
470
Activity
Jun ’23
Restore Desktop folder from the iCloud Drive to my home folder?
Same query that others have raised, but I cannot find an answer in simple terms: I have attempted to drag / copy my desktop folder from iCloud to place it back on my home screen. This option is not allowed, it seems. I cannot see how to restore it. I do not wish to have desktop backed up to iCloud. Others on here have suggested to 'untick' and then 'tick' the option in iCloud preferences thats says 'Desktop &amp; Documents Folders'. However I dont trust that the documents will disappear and then re-appear. Surely users can opt to retain their desktop on the machine's harddrive, and not have it backed up to iCloud, no..? (I use a TimeMachine ext. hard drive to back up everything). In an effort to open up more options, I purchased extra iCloud storage. This did not work, as I still do not have the option to return my Desktop folder to my machine's home screen.
Replies
1
Boosts
0
Views
559
Activity
Jun ’23
not able to open xf-adesk19.dmg on monterey, anyone can help?
not able to open xf-adesk19.dmg on monterey, anyone can help?
Replies
0
Boosts
0
Views
779
Activity
Jun ’23