ozman
Dauer-User
- 162
nur so zur information, damit nicht alle spass haben und man selbst als letztes das update bekommt:
nicht an die email schicken sondern hier posten...I got the update notification! How can I find out the link?
You will need to download an app of the market called 'Log Collector' before you get the notification. Then, after selecting accept and it starts downloading, run the log collector app and email it to yourself. Then post the output of the email here and email it to me (desireupdate@maxmarroni.co.uk) and I will pick out the link for you.
I have the update, I want to tar it.
1) Install Android SDK or simply adb
2) Download busybox for Android
3) Launch Windows console (cmd) and go to the directory where busybox is with the "cd path/to/the/file" command.
4) "adb devices" <- Is your device detected ? If not, install HTC Sync // Of course, before you have to plug your device in... (Sync mode I guess)
5) "adb push busybox /data/local/busybox
6) "adb shell"
7) "cd /sdcard/"
8) "chmod 755 /data/local/busybox" (something like that)
9) "/data/local/busybox tar cvf dump.tar /system"
10) When it's finished, you will have a normal error like 'tar: error exit delayed from previous errors'.
11) Compress it and then upload it. Feel like a rock star.