Skip to content

Commit

Permalink
Fix oneplus wallpaper entry
Browse files Browse the repository at this point in the history
  • Loading branch information
muts committed Feb 12, 2015
1 parent 2c67ebc commit 91806d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flash/data/tmp_kali/setwallpaper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ fi

# ONE PLUS ONE - USES SAME SCREEN RESOLUTION AS NEXUS 5

if [ $(getprop ro.product.device) == "bacon" ]; then
if [ $(getprop ro.product.device) == "A0001" ]; then
cp /tmp/hammerheadwallpaper /data/system/users/0/wallpaper
chmod 777 /data/system/users/0/wallpaper
chown system:system /data/system/users/0/wallpaper
fi
fi

0 comments on commit 91806d1

Please sign in to comment.