Account will work without password

Those who create new accounts on Microsoft will no longer need a password. New users will have several passwordless options to choose from when creating their account, such as passkey, push notifications and safety key, and they will not need to set a password going forward. Existing users will also have a new option in the settings.

Meta launches special AI app

Technology

New York, Agency. Meta has launched its special AI app to compete with ChatGPT. Till now, WhatsApp or Messenger was required to use Meta AI. Now the company has launched its separate app. It has many special features, which will make it different from others. New AI

The app will talk

Users can talk to AI by speaking through this feature. This makes the chat interface user-friendly. It will be especially useful for mobile users.

The app is based on the Llama 4 model. It is a generative AI model, which is equipped with text generation, questions and answers, creative writing. Different from other social media platforms

Will connect to social media

By linking Facebook, Instagram accounts to this AI app, the app can understand the user’s social media activities and give more personalized suggestions, such as responding based on posts.”

In a new feature Discover Feed, users can see how other people are using AI. Developers, startups can access and use it for free.

Truecaller’s Scamfeed feature launched

Truecaller has launched such a feature. It will help users to avoid scams. This feature has been launched in India. According to Truecaller, users can post on Scamfeed without revealing their identity if they want. They can also add images, screenshots and videos to their posts. Apart from this, users can also ask questions along with commenting on posts from Scamfeed. Also, it can be shared on other platforms like WhatsApp.

Facility to change the colors of notes soon

Users on Instagram will soon be able to make their notes more attractive. The Instagram team is working on this. With the new feature, users will be able to change the colors of their notes on the platform. Also, it can be decorated with emojis. The special thing is that if a user likes the well-decorated notes, then the other can adopt it and the name of that user will not be visible.

Soon you will be able to call from computer

WhatsApp is preparing to bring a new feature. In this, users will be able to make voice and video calls directly from computer and laptop. Till now, to make a call on WhatsApp, you have to use mobile app or desktop app. But now new call buttons have been seen in the web version of WhatsApp, which tells that this feature will soon be available on all platforms.

Windows Maps will be removed soon

Microsoft has decided to remove Windows Maps by July. According to the company, a final update of the app will be released for users around July, due to which it will stop working. This decision has been taken due to some changes in the app. However, the files saved in the app by the users will not be deleted, but they will not be of any use. According to the report, users were using Windows Maps less, so the company decided to remove it.

Option to reply with stickers in WhatsApp

WhatsApp has launched a new beta update for the Android app. Users will now be able to react to a message not only with emojis but also with stickers. For example, a user wrote that I have joined a new job today. Till now one could send an emoji like (thumbs up). But with the new feature, one can reply by choosing a dancing sticker. The sticker reaction feature is still in its initial stage and is not fully available to everyone.

Find My Device became four times faster

Google has made its Find My Device feature four times faster than before. This means that now finding lost phones and other devices and updating their information will be much faster than before. When Google launched this feature, it proved to be weaker than Apple and Samsung. But now by constantly improving it, Google has improved its speed and working method. Now Find My Device is working well everywhere.

Hindi translation feature will come in Reddit

Social media platform Reddit will soon bring Hindi translation feature in India. With this, users will now be able to translate and read posts on Reddit in Hindi. The company said that Bengali language will also be added to it in the next few months. The company says that in order to reach more users in a country like India with diverse languages, it is necessary to start translation facility based on other languages.

after customize iso by cubic disk mounting error

After customizing an ISO with Cubic, if you encounter a disk mounting error, it often indicates an issue with how Cubic is handling the extraction or mounting of the ISO. Troubleshooting involves checking Cubic logs, attempting to mount the ISO manually from the command line, or even re-opening your Cubic project. 

Here’s a more detailed breakdown of potential causes and solutions:

1. Issues with ISO Mounting:

  • Corrupted ISO:Ensure the original ISO file is not corrupted. You can verify its integrity by comparing its checksum (e.g., SHA-1) with the official checksum provided by the ISO source. 
  • Driver Conflicts:On Windows, some third-party software can install CDROM filter drivers that conflict with the system’s ability to mount ISO images. You may need to remove or disable these drivers. 
  • Incorrectly Specified Root Device:In some cases, the ISO might not be properly configured with the correct root device, leading to mounting problems. You can try updating the kernel or modifying the /isolinux/txt.cfg file in Cubic to ensure the root device is correctly specified. 
  • Permissions Issues:Check that the necessary files and directories within the ISO have the correct permissions. You might need to adjust permissions in Cubic’s Terminal page or by modifying scripts like /usr/share/cubic/commands/extract-root

2. Troubleshooting Steps:

  • Check Logs:Examine Cubic’s logs (e.g., in /var/log/ or the project directory) for error messages that can provide clues about the issue. 
  • Manual Mounting:Attempt to mount the ISO manually from the command line using tools like mount or fuse. This can help isolate whether the problem lies with Cubic’s specific mounting process or with the ISO itself. 
  • Reopen Project:If you’re still encountering problems, try reopening your Cubic project and attempting to customize the ISO again. 
  • New Project:In some cases, creating a new Cubic project and starting from scratch can resolve issues related to corrupted project settings. 
  • Update Kernel:If you’ve modified the kernel, ensure that it’s properly configured and that the ISO includes the necessary modules. 

3. Specific Errors and Solutions:

  • “The original disk image is required” error:This often occurs when the ISO is not properly mounted or identified by Cubic. Try mounting it manually from the command line or verifying the ISO’s integrity. 
  • “No root device specified” error:This usually means the ISO is not configured correctly with a root device. You might need to update the kernel or modify the /isolinux/txt.cfg file in Cubic’s Options page. 
  • “Error mounting disk image” error (Windows):This is often caused by conflicting CDROM filter drivers. You may need to remove or disable these drivers from the registry. 

4. Additional Tips:

  • Verify ISO Integrity:Always verify the integrity of your ISO before attempting to customize it. Use tools like Rufus to calculate checksums and compare them with the official checksums. 
  • Consult Cubic Documentation:Refer to the official Cubic documentation and user forums for troubleshooting tips and solutions to common errors. 
  • Report Issues:If you encounter persistent issues, report them to the Cubic developers or the Launchpad community for assistance.