Excuse my ignorance but my boot rom seems OK except for the "4 BluetoothActiveControllerInfos (not ok)" insert.
Is there anything I can do to remedy this? I also see my free space decreasing though I expect the 'garbage collection' to kick in soon.
I'm doing this to educate myself as I've read about this on the forum.
Thanks.
Is there anything I can do to remedy this? I also see my free space decreasing though I expect the 'garbage collection' to kick in soon.
I'm doing this to educate myself as I've read about this on the forum.
Thanks.
if (($BluetoothInternalControllerInfos < 3)) | |
then echo $BluetoothInternalControllerInfos' BluetoothInternalControllerInfos (ok)' | |
else | |
echo $BluetoothInternalControllerInfos' BluetoothInternalControllerInfos (not ok)' |
Last edited: