Skip to content

Commit

Permalink
udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
IndeewariAkarawita committed Mar 10, 2015
1 parent 9a14235 commit 24c1c4e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#Acer
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666"

#Samsung
SUBSYSTEM=="usb", ATTR{idVendor}=="04E8", MODE="0666"

#HTC
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666"
5 changes: 5 additions & 0 deletions dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
apt-get update
apt-get install md5deep -y
apt-get install scalpel -y
apt-get install sleuthkit -y #srch_strings

0 comments on commit 24c1c4e

Please sign in to comment.