T2noob
Android Enthusiast
Ok guys we need the log cat of the update process so we can all get the update right now.
If we can get 1 person to do this, EVERYONE will be able to download the update and start immediately.
If you need SDK it can be downloaded here
http://developer.android.com/sdk/index.html
First connect your phone to your computer with debugging ON
If you are on leak it should be something like this Settings-->applications-->development-->Usb Debugging.
On 1.5 it should be somewhat the same but i don't know the exact path to enable debugging.
Make sure you have a check next to the Usb debugging .
then GO to your android-sdk/tools folder
well it depends where your adroid sdk is installed
if its at the root of your install it could be something like this
if its installed on your desktop
id be something like this
to change directories just put "CD" before the path of your tools directory
and then run this command.
Then start the update process.
This will make a txt called logcat_accept that will have all the info about what your phone is doing during the update process.
Like where its going to get the update.....
This command will keep writing until your phone reboots (at the end of the update)
after that just either upload the txt to pastebin.com or attach it here then someone like me or anyone can look for the link.
If we can get 1 person to do this, EVERYONE will be able to download the update and start immediately.
If you need SDK it can be downloaded here
http://developer.android.com/sdk/index.html
First connect your phone to your computer with debugging ON
If you are on leak it should be something like this Settings-->applications-->development-->Usb Debugging.
On 1.5 it should be somewhat the same but i don't know the exact path to enable debugging.
Make sure you have a check next to the Usb debugging .
then GO to your android-sdk/tools folder
well it depends where your adroid sdk is installed
if its at the root of your install it could be something like this
Code:
cd C:\android-sdk/tools
id be something like this
Code:
cd C:\Users\Your_user_Name\Desktop\android-sdk\tools
and then run this command.
Code:
adb logcat > logcat_accept.txt
This will make a txt called logcat_accept that will have all the info about what your phone is doing during the update process.
Like where its going to get the update.....
This command will keep writing until your phone reboots (at the end of the update)
after that just either upload the txt to pastebin.com or attach it here then someone like me or anyone can look for the link.