From cb1c0315e65d3cdd4e9d799435edc400f2a60afc Mon Sep 17 00:00:00 2001 From: Cody Ferber Date: Wed, 11 Sep 2013 22:11:12 -0400 Subject: 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 --- rootdir/init.espresso.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir/init.espresso.rc') 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 -- cgit v1.1