Jump to content
  • 0
Melde dich an, um diesem Inhalt zu folgen  
goldsand

HD2-ROM - Revolution HD

Frage

goldsand

[11.Mar.11][CWM/cLK] Revolution HD v2.6.1 & SL v1.4.1 [A2SD+/D2SD][RMNET/PPP][AA 0.3]

Notes:

This build is a rework/continuation of MDJ Revolution series

I started this thread, as there was some demand for this to get updated. If m-deejay decides to update his original build, I will discontinue this build

Use this at your own risk. I will not be accountable if this causes you phone to fail, or you lose your data. The backup of your data is your responsibility.

I am a newbie to the android development, so please be patient with fixes and releases; and your help and advice will be appreciated.

Finally: If you cannot donate, then Click Thanks if you appreciate the build, and all works.

Kernel Usage

The kernel used in this ROM is based on MDJ S9.2, and have ported it, and have patched to the latest upstream with a lot of fixes Just to confirm, this kernel was originally S9.2 from MDJ, so up until then all credit is to him

The git is available here, check logs and diffs for the changes made. There is a neat build script to get it compiled for yourself if you want as well in Linux or cygwin. I am using the test branch at the moment.

ROM Links

I have tested an upgrade myself to these releases myself, and have not encountered any problems. But everyones setup is different, the upgrade process may work for you. But would recommend to do a NAND backup before you do. FINALLY, I will not be held responsible if you lose any data.

If you experience any boot loops, then expect at least 2, please report if you do get this, and what was your process, so that I can understand where the problem is happening.

DFT releases have been only included for experimental purposes, I will not guarantee that this works.

The build of this ROM is available here, If anyone wants to have play with this build, then feel free to checkout the repository by running the following command in Linux. This will grab the whole repository onto your machine.

This ROM is based on Revision 32 of the SVN repository

Code:

svn co svn://svn.arif-ali.co.uk/android/Revolution_HD

1. Revolution HD 1.4 Super Light NAND CWM MAGLDR, Click or scan the image

2. Revolution HD 1.4 Super Light NAND CWM cLK, Click or scan the image

3. Revolution HD v1.4 Super Light NAND DFT (flashable via MAGLDR) MAGLDR 1.13 required

4. Revolution HD v1.4 Super Light NAND cLK (flashable via cLK using fastboot) cLK 1.3.1 required, attached in this post

5. Revolution HD v2.6 NAND CWM MAGLDR, Click or scan the image

6. Revolution HD v2.6 NAND CWM cLK, Click or scan the image

7. Revolution HD v2.6 NAND DFT (flashable via MAGLDR) MAGLDR 1.13 required

8. Revolution HD v2.6 NAND cLK (flashable via cLK using fastboot) cLK 1.3.1 required, attached in this post

Updates

1. Revolution HD 1.4.1 Super Light NAND CWM MAGLDR, Click or scan the image

2. Revolution HD 1.4.1 Super Light NAND CWM cLK, Click or scan the image

3. Revolution HD 2.6.1 NAND CWM MAGLDR, Click or scan the image

4. Revolution HD 2.6.1 NAND CWM cLK, Click or scan the image

Forum Links

1. ClockworkMod HowTo

2. cLK howto

config.txt Howto

ppp_mode - set PPP or not, valid values 1 or 0 (not for cLK)

gps_zone - zone from pool.ntp.org, values may be uk, us, europe etc... check pool.ntp.org, for all possible values

a2sd_mode - set which a2sd mode you want, possible values, apps, dalvik, data (dalvik is default)

- a2sd - app and app-private

- dalvik - app, app-private and dalvik-cache

- data - app, app-private, dalvik-cache and data

- none - none of the above

example config

Code:

ppp_mode=1

gps_zone=uk

a2sd_mode=data

cLK Howto

* Download the attached cLK1.3.1_system_300M_arif-ali.zip or cLK1.3.1_system_250M_arif-ali.zip for SL

* turn phone on with volume down key, so that it is in SPL

* install cLK by double-clicking CustomRUU.exe

* To install recovery download the correct one from post #2 of cLK thread (link above)

* reboot phone into fastboot by keeping the back key pressed

* flash recovery by running "fastboot flash recovery recovery.img"

How To SL1.4.1 & 2.6.1 (CWM - MAGLDR)

1. Make sure you have partitioned the SD card correctly (ext partition, and a vfat partition)

2. Make sure you have followed the ClockWorkMod Howto to add the recovery to the phone (see links in the thanks/credits section)

3. Download the link above and put it into the vfat partition, maybe in a folder called ROMS

4. Boot phone into MAGLDR by holding on the Red button/close call

5. Select AD Recovery (Option 8)

6. Select Install zip from sdcard

7. Select choose zip from sdcard

8. Select the ROM from the SD

9. Select Yes to install the zip

10. reboot the phone and enjoy

How To SL1.4.1 & 2.6.1 (CWM - cLK)

1. Make sure you have partitioned the SD card correctly (ext partition, and a vfat partition)

2. Download the link above and put it into the vfat partition, maybe in a folder called ROMS

3. Boot phone into fastboot by pressing the back key

4. flash the recovery using "fastboot flash recovery recovery.img"

5. reboot phone into cLK recovery by holding on the Home key

6. Select Install zip from sdcard

7. Select choose zip from sdcard

8. Select the ROM from the SD

9. Select Yes to install the zip

10. reboot the phone and enjoy

How To SL1.4 & 2.6 (DFT)

MAGLDR 1.13 is now required

1. Connect phone to computer

2. Reboot phone and press hold the Red (on/off) button, until you get into the MAGLDR menu

3. Select USB Flasher

4. Start the DAF.exe application, and press Next until it tries to flash

5. press green button (call) button on the phone

6. This will now flash the phone and reboot

How To SL1.4 & 2.6 (cLK - fastboot)

1. Connect phone to computer

2. Reboot phone and press hold the back key, until you get into fastboot

3. Run "fastboot flash boot boot.img"

4. Run "fastboot flash system system.img"

5. Run "fastboot flash userdata data.img"

6. Run "fastboot reboot"

7. This will reboot phone, enjoy!!!

Howto apps2sd

By default app, app-private and dalvik-cache are on the SD card, if you need any other option, then follow the below instructions on what you want

* data2sd

Code:

adb shell a2sd datasd

* no dalvik on sd

Code:

adb shell a2sd nocache

* remove a2sd completely

Code:

adb shell a2sd remove

Please READ!!!

1. make sure that any app that you do install move it back to the phone, and that will automatically reside on the SD card in the ext2/ext3/ext4 partition

2. For the Revolution 2.6 you need at least 288 MB in /system, so for EU users you need to flash the CWM build with 300MB /system, you can change the flash.cfg from the ClockworkMod and the change it similar to

Code:

system ya 300M

You can use the attached Recovery_300M.zip instead, which has the files changed, and flash using the attached file.

Known Issues / Bugs

* At first/second/maybe third boot You will get a message "Process system is not responding".

FIX: press the volume up/down key wait 5 seconds, and it will continue to start

To Do List / Work in-progress

v2.7 & v1.5

* Fix AudioFlinger Issue

* re-do init process so that config.txt is read from SD card (only works with MAGLDR)

o a2sd mode (apps, dalvik, data) - part 2

* Add Stock Theme Option

* Update kernel - Add S10.4 OC settings

Thanks/Credits

* m-deejay (ROM & kernel)

* Cotulla (MAGLDR, HSPL)

* kholk (Radio)

* RaiderX303 (ClockworkMod)

* birkoffsjunk (img2cwm)

* tkirton (dtapps2sd)

* cedesmith (cLK)

* letama (ril_wrapper)

* #htc-linux and #htc-linux-chat

* All ROM users

Attached Files

File Type: zip Recovery_300M.zip (3.86 MB, 477 views)

File Type: zip kernel_aa_0.3b.zip (4.11 MB, 187 views)

File Type: zip cLK1.3.1_system_300M_arif-ali.zip (647.7 KB, 182 views)

File Type: zip cLK1.3.1_system_250M_arif-ali.zip (647.7 KB, 31 views)

File Type: zip kernel_aa_0.4.zip (4.42 MB, 8 views)

bearbeitet von goldsand

Diesen Beitrag teilen


Link zum Beitrag

Recommended Posts

  • 0
goldsand

Was ist den der Unterschied zwischen der 2,5 und der SL 1.3?

Kann ich die HD 2.5 auf ein Deutsches HD2 ziehen?

Wegen dem Speicherverbrauch?

den hd 2.5 kannst du auf dein leo (htc hd2) über usb flashen daf datei.

der sl 1.3 fehlen einige apps das ist der unterschied habe ansonsten nix bemerkt.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Hallo zusammen,

hört sich ja alles sehr kompliziert an. Meine erste und einzige Erfahrung mit Nands ist MDJ's FroYo Revolution V2.3. Da ich eigentlich zufrieden mit diesem Build bin, hab ich mich mit diesem Thema nicht mehr auseinandergesetzt.

Wo liegen denn die Vorteile von arif-ali arbeit?

Bestee Grüße

vieas

er wird die arbeit von mdj weiter führen aber vergesst nicht das er noch ein Newbi ist.

mdj arbeit war immer 1a .

was die akku leistung angeht war der revolution 2.3 von mdj unschlagbar.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Kann mir einer verraten wie ich App2SD+ im Nachhinein bei diesem Build einfüge also wenn das Build geflasht und die Partitionen angelegt sind.

Gruß

soweit ich weiss musst du das vor dem flashen machen, nachhinein funz das nicht ....

beim ersten booten schreibt er in die ext 2/3/4 datei.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
vieas

danke für die antwort aber was bedeutet das? bei mir funktioniert alles. gibt es einen grund diese build zu flashen?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

danke für die antwort aber was bedeutet das? bei mir funktioniert alles. gibt es einen grund diese build zu flashen?

seit er das neue layout drauf hat geht der stream nicht und das upload von der camera nicht.

wie schon gesagt gebt ihm noch 2 build zeit dann ist er soweit...

Diesen Beitrag teilen


Link zum Beitrag
  • 0
betablocker

Hab über normales DFT versucht zu flashen.

"How To SL1.3 & 2.5 (DFT)

MAGLDR 1.13 is now required

Connect phone to computer

Reboot machine and press hold the Red (on/off) button, until you get into the MAGLDR menu

Select USB Flasher

Start the DAF.exe application, and press Next until it tries to flash

press green button (call) button on the phone

This will now flash the phone and reboot "

Nur leider bootet mein HD2 immer neu nachdem flashen und zeigt immer "NAND kernel open failed" in roter Schrift an. Habe ich was übersehen? Welchen Vorteil hat es mit diesem Nand CWM zu flashen?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

hallo...

mach mal deine sd card platt.

erste fat 32

die zweite ext

task 29

hardreset

mgldr

sofreset

dann nach ansage von arif ali flashen dann müsste es gehen.

schau mal im telefon speicher ob du da mehr speicher bekommen hast wenn nicht seht es unter titanium backup (vom market downloaden)

achtung:

wenn dein handy immer neu bootet dann ist 80 % die sd card hin war bei mir auch so habe von panasonic den sd formater drauf laufen lassen aber ohne erfolg ;(

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Lääähmann112

hallo...

mach mal deine sd card platt.

erste fat 32

die zweite ext

task 29

hardreset

mgldr

sofreset

dann nach ansage von arif ali flashen dann müsste es gehen.

schau mal im telefon speicher ob du da mehr speicher bekommen hast wenn nicht seht es unter titanium backup (vom market downloaden)

achtung:

wenn dein handy immer neu bootet dann ist 80 % die sd card hin war bei mir auch so habe von panasonic den sd formater drauf laufen lassen aber ohne erfolg ;(

Hallo Zusammen:

hab das ganze jetzt mal mit dem ersten Toolkit von Sstar versucht:

https://www.handy-faq.de/forum/htc_hd2_android_forum/190337-htc_hd2_nand_rom_schritt_fuer_schritt_tutorial_17_02_2011_a.html

klappt eigentlich ganz gut habs aber einfach nur draufgehauen.

Ich will es nun noch einmal sauber installieren. Muss ich dafür das Handy ansich formatieren das ich NUR noch Android drauf hab? und mit deinem Programm was eine Seite vorher ist mussich die SD Karte formatieren....

wenn ich eine App downloade wie kann ich denn einstellen, wo der das hininstallieren soll? also auf die SD karte und nich aufs handy....

und gibts da nen Taskmanager? xD

Eine letzte frage: ich hab das downloaden aus dem Market probiert. wird stundenlang nur "Download wird gestartet..." was kann man da machen?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

moin..

@Lääähmann112 :

das Revolution hd ist nicht von mir sondern von arif ali ;)

wenn du es in dein handy flashen willst "ganz sauber"

must du hspl 2.08 erst flashen und das radio rom steht ganz ausführlich im handy-faq drin bitte dran halten sehr wichtig !!!!

danach:

task29

5x hardreset

maglrd 1.13

softreset

und anschliessen so weiter gehen wie der koch es wünscht.

frage : und gibts da nen Taskmanager?

antwort: im market downloaden

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Lääähmann112

must du hspl 2.08 erst flashen und das radio rom steht ganz ausführlich im handy-faq drin bitte dran halten sehr wichtig !!!!

danach:

task29

5x hardreset

maglrd 1.13

softreset

und anschliessen so weiter gehen wie der koch es wünscht.

Ja gut das werd ich heut machen...

aber was du im ersten Beitrag geschrieben/eingefügt hast wegen der SD karte in Englisch, das versteh ich nicht ganz xD Englisch lange nicht gehabt!

Soll ich die SD karte trotzdem vorher formatieren wenn ich deine vorgehensweise nutze?

MFG

Lääähmann112

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Ja gut das werd ich heut machen...

aber was du im ersten Beitrag geschrieben/eingefügt hast wegen der SD karte in Englisch, das versteh ich nicht ganz xD Englisch lange nicht gehabt!

Soll ich die SD karte trotzdem vorher formatieren wenn ich deine vorgehensweise nutze?

MFG

Lääähmann112

...auf jeden fall muss die sd card clean sein...

formatiere es frisch !!!!! mit klick me

die erste fat32 und zweite ext.

weil beim ersten booten schreibt das prog seine daten rein wenn du es nicht formatierst dann kann es sein das es in die boot schleife rein geht ....

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Lääähmann112

...auf jeden fall muss die sd card clean sein...

formatiere es frisch !!!!! mit klick me

die erste fat32 und zweite ext.

weil beim ersten booten schreibt das prog seine daten rein wenn du es nicht formatierst dann kann es sein das es in die boot schleife rein geht ....

danke schön, goldsand!

ich werds gleich mal ausprobieren und schreib dann mal nen feedback!

MFG

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Lääähmann112

@ goldsand:

mhhh irgendwie krieg ich allein die installation von gparted live nich hin. habs mit nem virtuellen laufwerk versucht aber da tut sich nix....

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

@ goldsand:

mhhh irgendwie krieg ich allein die installation von gparted live nich hin. habs mit nem virtuellen laufwerk versucht aber da tut sich nix....

du musst das direkt von der cd booten ansonsten geht das nicht da wir deine sd card nicht erkannt, boote direkt von der cd...

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Lääähmann112

du musst das direkt von der cd booten ansonsten geht das nicht da wir deine sd card nicht erkannt, boote direkt von der cd...

ahhh gut danke =) dann brenn ich mal

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Lääähmann112

@goldsand:

gut die ersten drei möglichkeiten von der CD zu booten haben nich gefunzt xD

1. beide Möglichkeiten drauf: also einmal die iso an sich und einmal das ganze entpackt

2. nur die iso

3. nur das entpackte

habe aber bei allen möglichkeiten die speicherkarte nicht verbunden gehabt. habs jetzt am handy und als "festplatte" am laufen. formatiere standardmäßig mit FAT32 und versuch danach nochmal mit Speicherkarte und einer der CD´s die ich gebrannt habe

MFG

Lääähmann112

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

falsch !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :smack:

als iso brennen

vom cd booten

card reader an usb (nix telefon)

formatieren ein beispiel wie das geht siehst du hier :

[ame=

[/ame]

karte ist dann fertig !!!!

telefon :

task 29

maglrd 1.13

cwm

zip

dann geht alles auf dem handy......

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Lääähmann112

@ goldsand:

tut mir leid das ich wieder fragen muss, aber der rechner hat irgendwie keine lust die .iso von der CD zu booten....

ich hab die SD jetz schon mit FAT32 formatiert.

gibts andere programme mit dem ich die partition ext3 oder wie sie heißt erstellen kann?

MFG und Gut Nacht!

Lääähmann112

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Ja.. da gibt es noch den eauseus oder so weiss jetzt nicht konkret wie es heißt google mal...

Der kann aber nur ext 2 und 3.

Sent from my DL Desire v4.31.44.12 using Tapatalk

Diesen Beitrag teilen


Link zum Beitrag

Please sign in to comment

You will be able to leave a comment after signing in



Jetzt anmelden
Melde dich an, um diesem Inhalt zu folgen  

×
×
  • Neu erstellen...

Wichtige Information

Bitte beachten Sie folgende Informationen: Nutzungsbedingungen und Impressum & Datenschutzerklärung. Wir haben Cookies auf deinem Gerät platziert, um die Bedienung dieser Website zu verbessern. Du kannst deine Cookie-Einstellungen anpassen, andernfalls gehen wir davon aus, dass Du damit einverstanden bist.