diff options
author | Cody Ferber <codyf86@gmail.com> | 2013-09-11 22:11:12 -0400 |
---|---|---|
committer | Cody Ferber <codyf86@gmail.com> | 2013-09-11 22:11:12 -0400 |
commit | cb1c0315e65d3cdd4e9d799435edc400f2a60afc (patch) | |
tree | 5789a60195044f6c84cd97a00c73359801cf8864 /rootdir | |
parent | 8353588ba4a4fa80e0e2f69d50aa4e4f62d30158 (diff) | |
download | device_samsung_espressowifi-cb1c0315e65d3cdd4e9d799435edc400f2a60afc.zip device_samsung_espressowifi-cb1c0315e65d3cdd4e9d799435edc400f2a60afc.tar.gz device_samsung_espressowifi-cb1c0315e65d3cdd4e9d799435edc400f2a60afc.tar.bz2 |
Fix product model in init.espresso.rc
I don't know if this needs to just be GT-P3100
for both the 3100 and 3110 or if we can use a variable
like I have it now, also if someone can tell me if the
variable is correct or the $ needs to go inside the brackets
if we need to differentiate.
Change-Id: I7f9a8c973e4cace45aa470701354afdd1cef6279
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.espresso.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.espresso.rc b/rootdir/init.espresso.rc index ad3872f..d7680b5 100755 --- a/rootdir/init.espresso.rc +++ b/rootdir/init.espresso.rc @@ -404,7 +404,7 @@ on property:ro.bootmode=charger write /sys/class/android_usb/android0/functions adb write /sys/class/android_usb/android0/enable 1 write /sys/class/android_usb/android0/iManufacturer samsung - write /sys/class/android_usb/android0/iProduct GT-I9100G + write /sys/class/android_usb/android0/iProduct $(ro.product.model) start adbd on property:ro.bootmode=charger |