Google Keyboard is the default keyboard in the Android 6(Marsh Mallow). By default, its configured to enable vibration on key press. If you are someone who dislikes this feature and wants to disable it, here is a simple way of disabling it:
{adinserter 3}
Go to Home -> Settings -> Language & input
Locate “Google Keyboard” and press it to open its options.
Select Preferences
Disable the “Vibrate on keypress” option and you are good
Sometimes on startup, Ubuntu does not recognize my USB Keyboard & Mouse. This problem is frustrating as Windows seems to recognize them.
It took me a while to recognize the root of the problem was with the USB 3.0 ports on the Motherboard. By moving the usb connections to the USB 2.0 ports on the motherboard this problem was solved.
Problem: USB Keyboard and Mouse dont work on boot up. Solution: Move the connectors to the devices from a standard USB 3.0 port to standard USB 2.0 port(check with your motherboard manual for specifics)
Seagate U6 3.5 inch 40 GB hard disk. (Photo credit: Wikipedia)
SeaTools is a diagnostic tool to check your hard disk for errors and failure. Its an extremely useful tool to have around as hard disks fail all the time and recognizing a failing hard disk can save you a lot of trouble in the long run.
Format the USB drive and Repartition it as FAT
Give it a name like “SEATOOLS”
Mark the newly created partition as bootable – You can use Gparted to do this.
Copy “syslinux” master boot record to drive (The code below is assuming your drive is loacated at “sdb”): $ sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdb
Install syslinux on the drive partition: $ sudo syslinux /dev/sdb1
Mount drive. You can do this by reinserting the drive or by using a command like: $ sudo mount /dev/sdb1 /mnt
Copy the MEMDISK bootloader from /usr/share/syslinux/memdisk to the drive: $ cp /usr/lib/syslinux/memdisk /media/SEATOOLS
Copy the SeaToolsDOS223ALL.ISO to the drive
Create a file named ‘syslinux.cfg’ on the drive, with this in it (use correct .iso name):
DEFAULT SeaTools
LABEL SeaTools
LINUX memdisk
INITRD SeaToolsDOS223ALL.ISO
APPEND iso
Thats it you’re done 🙂 Try booting with it. Here’s what my usb stick looks like at the end of all of this:
Here is a simple way to recalibrate your Android Device’s Battery without rooting or installing any third party apps. It takes a little while to get done but is great in giving a good boost to battery life.
With your Phone/Device on and charge it for 8 hours or more.
Toshiba HDD2189 2.5″ hard disk drive platters, head and actuator arm. near 1:1 macro. (Photo credit: Wikipedia)
If your system regularly does ubuntu check disk or scan disks on boot up and if it often finds errors during the check, its highly possible that you have bad sectors on your hard disk. In such cases its highly recommended to do a disk check to detect if you have bad sectors on the disk.