Hacking WiFi Digital Photo Frame with Touchscreen IPS LCD Display and 16GB Built-in Memory – 10 inch Aluratek
Categories Linux

I bought this for my fiance and she never used it so I got the idea to try and see how secure it was.
Things Needed:
- a *nix OS
- adb installed
- Data cable USB/mini USB
- Aluratek

adb root
adb shell

Directories we care about://vendor/etc/permissions
Commands:
list all installed packages: pm list packages -f
running package: monkey -p com.example.example -v 500
remount /system as read/write:remount system to write: mount -o rw,remount /system