IT Log

Record various IT issues and difficulties.

Tag: Permissions


  • Error 0x80070091: Directory Not Empty – How to Fix

    To resolve the error 0x80070091 “Directory Not Empty,” follow these steps systematically: Identify the Directory: Locate the directory that is causing the error. Manual Deletion: Delete all files within the directory manually. Remove any subdirectories by recursively deleting their contents. Check Permissions: Right-click the directory, select “Properties,” and navigate to the “Security” tab. Ensure you…


  • Android example indicates that Bluetooth function is outdated

    To address the outdated Bluetooth functionality in the Android example, follow these steps: Update Android SDK: Ensure you’re using the latest version of the Android SDK to access current APIs and features. Review Bluetooth API Usage: Replace deprecated methods like BluetoothAdapter with newer classes such as BluetoothManager to align with current practices. Enhance Bluetooth Implementation:…


  • How to resolve “access denied” in Debug mode in DOSBox

    To resolve the “Access Denied” error in Debug mode within DOSBox, follow these steps: Update DOSBox: Ensure you are using the latest stable version from the official website to benefit from bug fixes. Review Error Context: Identify if the error occurs during execution of a specific application and check its permissions. Examine Logs: Review DOSBox…