Joined
·
119 Posts




This method does not use a driver but connects to your tablet via your router/network, that's why we use IP Addresses in the command.There is no USB Driver that I know of for this device so we are connecting through the network.maric;32752 said:wwilde how did you get the driver to install on windows 7 I get it to recognize the tablet but it wont allow me to install the driver that came with 0708. Thanks.
wwilde;32470][IMG]http://users.tpg.com.au/wwilde/boot-win7-nexus.gif[/IMG]Firstly Thanks to jtbnet for root access to the Device via SuperUser. [URL]http://www.slatedroid.com/zt-180/4241-root-access.html[/URL]Forgive me but I said:Android SDK[/URL]Superuser FilesBoot AnimationFirstly Install Android SDK & allow it to Update.Place this folder (android-sdk-windows) directly in your C: DriveNOTE: all files to be pushed/installed via ADB need to be placed in the Tools Folder of Android SDK as below:![]()
Users that have Upgraded to Firmware 818 will need to disable ADB over USB with the following command:Firstly connect your Tablet via USB thentype:adb tcpip 5555Now disconnect the USB Cable:You should now be able to use ADB over TCP/IPFirstly find the IP Address of your Tablet: Settings/Wireless Controls/WIFI Settings & click on your AP to see the IP Add connected to.To install SuperUser via ADB:Open a Command Prompt.Type or cut & paste the following:cd/cd C:android-sdk-windowstools (make sure this is where you have installed android SDK) directly in the C: Drive)adb connect <your Tablets IP Address but mine is shown below> :5555adb -s 192.168.1.102:5555 install Superuser.apkadb -s 192.168.1.102:5555 shell# mount -o remount' date='rw -t yaffs2 /dev/block/mtdblock4 /system# ln -s /system/xbin/su /system/bin/su# exitadb -s 192.168.1.102:5555 push su /system/xbinadb -s 192.168.1.102:5555 shell# chmod 4755 /system/xbin/su# rebootI found that the Tablet would not reboot by itself & got stuck so I used the Soft rest hole to reboot after above procedure.To Install Boot Animation via ADB:Now connect back to your device as below type:adb connect <your Tablets IP Address >:5555adb push bootanimation.zip /data/localReboot Tablet.![]()
The above command is incorrect, you are missing to 55's ie; adb connect 192.168.1.101:5555catttman;42356 said:I tryed and it keeps saying cant connect in command propt ?error: device not foundC:android-sdk-windowstools>adb connect 192.168.1.101:55unable to connect to 192.168.1.101:55C:android-sdk-windowstools>