Android Tablets Forum banner
1 - 1 of 62 Posts

· Registered
Joined
·
18 Posts
Code:
echo "#!/bin/sh" <br />
tmp.shcat install_google_experience_v1.bat  <br />
tmp.shcat tmp.sh |sed 's/adb/./adb/g' <br />
tmp1.sh cat tmp1.sh|sed 's/REM/#REM/g' <br />
tmp2.shcat tmp2.sh|sed 's/gev1//gev1//g' <br />
mac_install.shrm <br />
tmp*.shchmod +x mac_install.sh
move mac_install.sh into the same directory as your "adb"
make sure the goog_exerience file has been extracted to this same directory.

then
Code:
./mac_install.sh
scmastertech said:
Do you mind sharing? Thanks
 
1 - 1 of 62 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top