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
Dominic83

Danke faumic

aber es geht mir nicht um den rom,

Doch geht es :)

In dem Rom ist der Kernel enthalten. Wenn du nun ein CLK Rom runtergeladen hast, dann kann das nicht mit MAGDLR funktionieren, weil die 2 unterschiedliche Kernels benötigen.

Also bitte den Ratschlag von faumic beachten!

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Danke dominic,ich habe es hinbekommen!!!!!!!!!!!

Trozdem habe da eine frage,habe die speicherkarte geteil (fat32 ext3) ext3 habe etwa 800 mb formatiert,doch jezt wo alles läuft sind es nur noch 200 frei.

Warum? wo sin die anderen 600?

Danke und schön sonntag...........

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Hallo dominic,kann sein das dass thema schon gegeben hat,hier finde ich nichts,habe etwas im gesammt forum geguckt,finde ich auch nichta gescheites,habe die spweicherkarte partitioniert,ext mit 800 mb,nacvh den ich über cwm geflasht habe,sind es jezt nur 200 frei,warum?oder wie mach ich das rivchtig?

Habt ihr ein link wo mann sich das genau anschauen kann,oder lesen?

Danke...............viel mals.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
NilsMcFly

Hallo Leute,

ich brauche dringend eure Hilfe.

Ich habe nun Revolution HD v2.6 DFT flashen wollen.

Anbei meine vorgehensweise:

- HSPL3 installiert

- Task29 ausgeführt

- Custom RUU durchgeführt

- MAGLDR 1.13 installiert

- dann die DAF.exe vom ROM gestartet

Es wird auch alles installiert und gesagt das es erfolgreich war, allerdings startet das Handy immer wieder neu. Im MAGLDR steht beim starten "NAND KERNEL OPEN FAILED" in rot geschrieben. Dann zählt er von 1-6 durch und sagt "Go Go Go". Und dann startet das Handy wieder neu!

Was habe ich falsch gemacht? Was muss ich nun tun?

Für eure schnellen Antworten und eure Hilfe bedanke ich mich im Voraus.

Viele Grüße

Nils

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Hallo Nils,habe damals genau das gleiche gehabt,ich weiss nicht mehr was es war,nach mehrere versuche ginge es ploztlich.

Aber ich rate dir es via CWM zu flashen,es ist besser und einfacher und du kannst jeder zeit updaten ohne alles zu löschen.

Gruss.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
faumic

Hallo, ich habe eine Frage zur Datei Config.txt.

Soweit ich das verstanden habe muß man diese Datei selbst erstellen und dann auf die SD-Karte tun. Wohin da? Auf die Ext3 oder die Fat 32 Partition. Hat diese Datei Auswirkungen auf alle Installierten Versionen Einfluß und kann sie nachträglich installiert werden. Wird sie beim Booten oder beim Flashen des ROMs abgearbeitet?

Gruß Michael

Da dieser Thread ja ziemlich spärlich bedient wird, habe ich die Lösung im Originalthread zu dem ROM erhalten.

Die Config.txt muß auf die SD-Karte, dort Fat 32.

Bei mir sieht sie wie folgt aus:

gps_zone=europa

a2sd_mode=data

Hatte zur Folge, dass das Handy beim Neustart mehrmals bootete, und danach hatte ich statt 24 MB 101 MB freien Telefonspeicher.

Ansonsten läuft das ROM bei mir wunderbar, ohne Probleme.

Gruß M.F.

bearbeitet von faumic
Antwort dazu selber herausgefunden.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
faumic

So,

ich will mich aus diesem Thread zunächst verabschieden.

Nachdem ich immer wieder Probleme mit dem Lautsprecher hatte (Er war immer mal wieder tot) habe ich andere ROM's ausprobiert.

Dabei mußte ich feststellen, dass es nicht an der Hardware liegen dürfte.

Es muß meiner Meinung nach ein Bug im ROM sein.

Ich bin nun auf CoreDroid HD 1.6 umgestiegen. Ist echt super und läuft einwandfrei.

Vorher hatte ich noch ein Gingerbread ausprobiert. Ich werde darauf umsteigen sowie die Camera läuft. Ist echt super.

Ciao erst mal und hier noch viel Spaß M.F.

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.