#!/bin/bash
echo qemu.hw.mainkeys=0> /data/local.prop
read -p "Reboot now? (y|n): "
[ "$REPLY" = "y" ] && reboot