Steps:
- Create your new emulator
- Run the emulator
- Wait for it to load
- Right click and then open the shell
- Type the following command :
- su
- sed -i 's/notify/oneshot/g' /usr/lib/systemd/system/user-session@.service
- If you would like to use the manual way of changing that one, buut this one is on your OS'es command prompt
- sdb pull /usr/lib/systemd/system/user-session@.service user-session@.service
- Edit that file using notepad, Modify "Type=notify" to "Type=oneshot"
- sdb push user-session@.service /usr/lib/systemd/system/user-session@.service
- Now verify by typing these on your emulator's shell:
cat /usr/lib/systemd/system/user-session@.service - Restart the emulator