Udah solved kata TS nya...
Nanti dia post sendiri...kwkwk

Desire HD ROM - RCMixHD
On 23 Nov 2010 10:15, "Eko Cahyono (刘伏波)" <[email protected]> wrote:
> Suhu Ocu, jadi pingin tahu masalah ini solusinya gmn ya?
> Udah selesaikah?
> Pingin tahu buat referensi, :)
> Regards,
> Eko Cahyono
> Sent by Desire's Assistant
>
> -----Original Message-----
> From: Ocu Mudo <[email protected]>
> Sender: [email protected]
> Date: Tue, 23 Nov 2010 09:34:31
> To: <[email protected]>
> Reply-To: [email protected]
> Subject: Re: [id-android] WTA : HTC Desire loop di bootanimation
>
> Ha..ha...
> ROM Desire HD, Desire Z, Expresso
> Kudu pake partition default
> sbb semua system app di install di sd-ext
>
> Desire HD ROM - RCMixHD
> On 23 Nov 2010 09:13, "Indra Gunawan" <[email protected]> wrote:
>> Desire HD ROM - RCMixHD gimana hu, camera udah jalan?
>> dan pake partition table yg mana?
>> dulu pernah install, sisa space nya minim.
>>
>> qiqiiq
>>
>>
>>
>>
>> On Tue, Nov 23, 2010 at 9:09 AM, Ocu Mudo <[email protected]> wrote:
>>
>>> Stlh unrevoked Belum nemuin sih...sol
>>>
>>> Desire HD ROM - RCMixHD
>>> On 23 Nov 2010 09:03, "Indra Gunawan" <[email protected]> wrote:
>>> > berarti sekarang udah gak pernah kejadian lagi ya hu?
>>> > krn root yg skrg pake unrevoked...
>>> >
>>> >
>>> >
>>> > On Tue, Nov 23, 2010 at 8:58 AM, Ocu Mudo <[email protected]> wrote:
>>> >
>>> >> Itu utk usb brick ...
>>> >> Masalah jadul pd saat root dg cara r5 kebawah...
>>> >>
>>> >> Desire HD ROM - RCMixHD
>>> >> On 23 Nov 2010 08:47, "Indra Gunawan" <[email protected]>
> wrote:
>>> >> > apakah tanda2 USB nya gak di kenali...
>>> >> > mungkin bisa baca2 dulu di sini DWYOR yahhhh
>>> >> >
>>> >> >
>>> >> > http://forum.xda-developers.com/showthread.php?t=691639
>>> >> >
>>> >> > Kubino was spot on - the misc overwrite was what caused the issue.
> If
>>> you
>>> >> > modify a misc.img to include your CID and flash it back to mtd0,
you
>>> will
>>> >> > restore functionality. I can confirm that USB, BT, FM, recovery all
>>> work
>>> >> > again on my Desire. The only thing we're not certain about is
> whether
>>> the
>>> >> > ROM value in misc.img matters at all, but it doesn't appear to.
>>> >> >
>>> >> > Stupid amounts of props go to IEF and adam235 at MoDaCo and kubino
>>> here.
>>> >> > Thanks to all of you, so much.
>>> >> >
>>> >> > *MOD EDIT:*
>>> >> > below is the post, as this was a combined effort, we don't need to
>>> link
>>> >> to
>>> >> > modaco.....
>>> >> >
>>> >> > As most of you know, people have been hard at work to fix the USB
>>> issues
>>> >> > we've been seeing due to recovery setting us into USB debugmode.
>>> >> >
>>> >> > After unsuccessful attempts to change the kernel commandline , eg.
> to:
>>> >> >
>>> >> > board_bravo.disable_uart3=0
>>> >> > board_bravo.usb_h2w_sw=0
>>> >> >
>>> >> > we've been successful in discovering (with the help of
> XDA-developers)
>>> >> that
>>> >> > these switches are stored in the first NAND partition, mtd0, or
>>> 'misc'.
>>> >> >
>>> >> > *You must be rooted to try the following, it seems you can't write
> to
>>> >> mtd0
>>> >> > without root.
>>> >> > Do step 1 again if you have to.
>>> >> >
>>> >> > Also, SD card functionality has to work. For this, do 'fastboot oem
>>> >> > enableqxdm 0' in fastboot mode.
>>> >> >
>>> >> > *
>>> >> >
>>> >> > Steps involved:
>>> >> >
>>> >> > 1. Find out your CID. Go into fastboot mode, and do 'fastboot oem
>>> boot'.
>>> >> >
>>> >> > The log will say something like the following:
>>> >> >
>>> >> > CODE
>>> >> > #INFOTAG:Ramdisk OK
>>> >> > #INFOTAG:smi ok, size = 0
>>> >> > #INFOTAG:hwid 0x0
>>> >> > #INFOTAG:skuid 0x21F04
>>> >> > #INFOTAG:hero panel = 0x0
>>> >> > #INFOTAG:engineerid = 0x0
>>> >> > #INFOMCP dual-die
>>> >> > #INFOMCP dual-die
>>> >> > #INFOTAG:mono-die = 0x0
>>> >> > #INFODevice CID is not super CID
>>> >> > #INFOCID is HTC__E11
>>> >> >
>>> >> >
>>> >> > In this specific case, the CID is HTC__E11.
>>> >> >
>>> >> > 2. Get the following mtd0.img from the attached files below
>>> >> >
>>> >> > Edit this image to the CID you found above with a hex editor.
>>> >> >
>>> >> > Optionally, you can use this CID
>>> >> > generator<http://ks33673.kimsufi.com/misc/>by stevebrush instead.
>>> >>
>>> >> > Untested by me, but it should work properly.
>>> >> >
>>> >> > 3. Get flash_image from the attached files below
>>> >> > Move this to /data/ , and flash the *modified* image using:
>>> >> >
>>> >> > "/data/flash_image misc /data/mtd0.img"
>>> >> >
>>> >> > *You can move both mtd0.img and flash_image by putting it on your
>>> sdcard,
>>> >> > and issueing the following command in a terminal emulator:
>>> >> >
>>> >> > 'cat /sdcard/flash_image > /data/flash_image'
>>> >> > 'cat /sdcard/mtd0.img > /data/mtd0.img'
>>> >> >
>>> >> > You might have to do 'chmod u+x /data/flash_image' before you run
> the
>>> >> > commands (or chmod 755 /data/flash_image)
>>> >> >
>>> >> > *
>>> >> >
>>> >> > 4. Repeat step 3 a couple of times if it doesn't seem to work well.
>>> >> >
>>> >> > 5. All done! Reboot, you should have normal usb connectivity. Post
>>> your
>>> >> > 'fastboot oem boot' log and intermediate steps if it fails.
>>> >> >
>>> >> >
>>> >> > Credits:
>>> >> >
>>> >> > -kubino @ XDA for providing us with the 'misc' information
>>> >> > -TheProfessor @ irc.freenode.net #modaco for being the first test
>>> >> subject +
>>> >> > debugging
>>> >> > -adam235 @ irc.freenode.net #modaco for being a test subject as
well
>>> +
>>> >> > debugging
>>> >> > -SgtDavePwnage @ irc.freenode.net #modaco -> moral support +
>>> debugging
>>> >> > -DrMon @ irc.freenode.net #modaco -> being brave enough to test on
>>> his
>>> >> > non-bricked device!
>>> >> >
>>> >> > 2010/11/22 ~ arie dhito s ~ <[email protected]>
>>> >> >
>>> >> >> Sd card sudah dicopot, pasang lagi sampe format ulang tetep ndak
> bisa
>>> >> juga
>>> >> >> euy....
>>> >> >> Message nya "can't mount /dev/block/mmcblk0p1"
>>> >> >>
>>> >> >> Barusan coba erase system di fastboot juga blom bisa mount juga,
>>> bingung
>>> >> >> euy
>>> >> >>
>>> >> >> ------------------------------
>>> >> >> *From: * jimmy cheung <[email protected]>
>>> >> >> *Sender: * [email protected]
>>> >> >> *Date: *Mon, 22 Nov 2010 22:43:19 +0700
>>> >> >> *To: *<[email protected]>
>>> >> >> *ReplyTo: * [email protected]
>>> >> >> *Subject: *Re: [id-android] WTA : HTC Desire loop di bootanimation
>>> >> >>
>>> >> >> coba copot dulu sdcardnya, trus pasang lgi bisa?
>>> >> >>
>>> >> >> 2010/11/22 ~ arie dhito s ~ <[email protected]>
>>> >> >>
>>> >> >>> Salam kenal buat semuanya, maaf kalo langsung banyak tanya.
>>> >> >>>
>>> >> >>> Kejadiannya mau coba backup ROM lewat ROM Manager, tapi setelah
>>> backup
>>> >> >>> selesai pada saat restart ternyata loop di bootanimation.
>>> >> >>> Sudah coba masuk recovery dan wipe tapi sd card tidak bisa di
> mount
>>> >> jadi
>>> >> >>> ndak bisa nand restore atau flash ulang ROM, mohon bantuan
>>> pencerahan
>>> >> para
>>> >> >>> suhu
>>> >> >>>
>>> >> >>> Kondisi sekarang :
>>> >> >>> ROM LeeDroid 2.2f
>>> >> >>> Recovery clockworkmod 2.5.1.2
>>> >> >>> S-OFF
>>> >> >>>
>>> >> >>> Thanks sebelumnya
>>> >> >>>
>>> >> >>>
>>> >> >>> Regards
>>> >> >>> ~ dhito ~
>>> >> >>>
>>> >> >>>
>>> >> >>> --
>>> >> >>> ===============
>>> >> >>> "Indonesian Android Community [id-android]"
>>> >> >>>
>>> >> >>> PING'S mobile™
>>> >> >>> Email: [email protected] Ph. (021) 96087100
>>> >> >>> ---------------------
>>> >> >>> Yopie Ratjoen
>>> >> >>> Email: [email protected] Ph. 08977726681
>>> >> >>> --------------------
>>> >> >>> Gila original
>>> >> >>> Email: [email protected] Ph. (031) 91555898
>>> >> >>> --------------------
>>> >> >>>
>>> >> >>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>> >> >>>
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> --
>>> >> >> smart book
>>> >> >>
>>> >> >> --
>>> >> >> ===============
>>> >> >> "Indonesian Android Community [id-android]"
>>> >> >>
>>> >> >> PING'S mobile™
>>> >> >> Email: [email protected] Ph. (021) 96087100
>>> >> >> ---------------------
>>> >> >> Yopie Ratjoen
>>> >> >> Email: [email protected] Ph. 08977726681
>>> >> >> --------------------
>>> >> >> Gila original
>>> >> >> Email: [email protected] Ph. (031) 91555898
>>> >> >> --------------------
>>> >> >>
>>> >> >> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>> >> >>
>>> >> >> --
>>> >> >> ===============
>>> >> >> "Indonesian Android Community [id-android]"
>>> >> >>
>>> >> >> PING'S mobile™
>>> >> >> Email: [email protected] Ph. (021) 96087100
>>> >> >> ---------------------
>>> >> >> Yopie Ratjoen
>>> >> >> Email: [email protected] Ph. 08977726681
>>> >> >> --------------------
>>> >> >> Gila original
>>> >> >> Email: [email protected] Ph. (031) 91555898
>>> >> >> --------------------
>>> >> >>
>>> >> >> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>> >> >>
>>> >> >
>>> >> > --
>>> >> > ===============
>>> >> > "Indonesian Android Community [id-android]"
>>> >> >
>>> >> > PING'S mobile™
>>> >> > Email: [email protected] Ph. (021) 96087100
>>> >> > ---------------------
>>> >> > Yopie Ratjoen
>>> >> > Email: [email protected] Ph. 08977726681
>>> >> > --------------------
>>> >> > Gila original
>>> >> > Email: [email protected] Ph. (031) 91555898
>>> >> > --------------------
>>> >> >
>>> >> > Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>> >>
>>> >> --
>>> >> ===============
>>> >> "Indonesian Android Community [id-android]"
>>> >>
>>> >> PING'S mobile™
>>> >> Email: [email protected] Ph. (021) 96087100
>>> >> ---------------------
>>> >> Yopie Ratjoen
>>> >> Email: [email protected] Ph. 08977726681
>>> >> --------------------
>>> >> Gila original
>>> >> Email: [email protected] Ph. (031) 91555898
>>> >> --------------------
>>> >>
>>> >> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>> >>
>>> >
>>> > --
>>> > ===============
>>> > "Indonesian Android Community [id-android]"
>>> >
>>> > PING'S mobile™
>>> > Email: [email protected] Ph. (021) 96087100
>>> > ---------------------
>>> > Yopie Ratjoen
>>> > Email: [email protected] Ph. 08977726681
>>> > --------------------
>>> > Gila original
>>> > Email: [email protected] Ph. (031) 91555898
>>> > --------------------
>>> >
>>> > Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>>
>>> --
>>> ===============
>>> "Indonesian Android Community [id-android]"
>>>
>>> PING'S mobile™
>>> Email: [email protected] Ph. (021) 96087100
>>> ---------------------
>>> Yopie Ratjoen
>>> Email: [email protected] Ph. 08977726681
>>> --------------------
>>> Gila original
>>> Email: [email protected] Ph. (031) 91555898
>>> --------------------
>>>
>>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>>>
>>
>> --
>> ===============
>> "Indonesian Android Community [id-android]"
>>
>> PING'S mobile™
>> Email: [email protected] Ph. (021) 96087100
>> ---------------------
>> Yopie Ratjoen
>> Email: [email protected] Ph. 08977726681
>> --------------------
>> Gila original
>> Email: [email protected] Ph. (031) 91555898
>> --------------------
>>
>> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>
> --
> ===============
> "Indonesian Android Community [id-android]"
>
> PING'S mobile™
> Email: [email protected] Ph. (021) 96087100
> ---------------------
> Yopie Ratjoen
> Email: [email protected] Ph. 08977726681
> --------------------
> Gila original
> Email: [email protected] Ph. (031) 91555898
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7
>
> --
> ===============
> "Indonesian Android Community [id-android]"
>
> PING'S mobile™
> Email: [email protected] Ph. (021) 96087100
> ---------------------
> Yopie Ratjoen
> Email: [email protected] Ph. 08977726681
> --------------------
> Gila original
> Email: [email protected] Ph. (031) 91555898
> --------------------
>
> Aturan Jual/Kloteran ID-Android http://goo.gl/azW7

-- 
===============
"Indonesian Android Community [id-android]"

PING'S mobile™ 
Email: [email protected]  Ph. (021) 96087100
---------------------
Yopie Ratjoen
Email: [email protected]  Ph. 08977726681
--------------------
Gila original
Email: [email protected]  Ph. (031) 91555898
--------------------

Aturan Jual/Kloteran ID-Android  http://goo.gl/azW7

Kirim email ke