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
AndyRandy79

Jo habs schon getestet und bin voll auf die Fresse geflogen. Das Rom habe ich über CWM Modus geflasht. Soweit alles Prima. Nur nach dem ersten Reboot läuft das LEO im Kreis. Es will ständig NeuBooten. FUCK.:computer:

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

ok...

ich hoffe du bist nicht der einige der das ding nicht zum laufen gebracht hat.

ich benutzte das MDJ FroYo Revolution v2.3 (10 JAN) und bin begeistert wenn er das hinbekommt.

wenn es besser ist als das alte werde ich spenden :biggrin:

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

also....

1. task 29

2.magldr 1.13

3.cwm

4. recovery 300m (wichtig!!!)

5. über cwm revulution flashen

bearbeitet von goldsand

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

hallo

habe gestern und heute das Revolution HD v2.4 NAND von arif ali getestet sieht gut aus echt prima leider kann man spb tv nicht schauen , kontakte gehen nicht wenn man sie aufruft und man kann keine bilder nach dem schiessen direkt hoch laden auf fb.

die Revolution HD v2.4 NAND CWM ist einbischen kompliziert zu installieren man muss im cwm statt 400m 300m eintragen weil die 400 m im rom zuviel platz wegnehmen.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Wie läuft das Build denn? Ist es ein Sense Build?

ja das ist ein sense build....

er macht weiter wo mdj aufgehört hat.:icon_mrgr

es läuft flüssig ....

das vom arif ali basiert auf ein disere hd das kann sein das einige apps nicht laufen wie cine x oder spb tv

habe es getestet unter disere geht es und unter disere hd nicht...

sieht prima aus :respekt:

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Er hat geschrieben das er nur einige Zusatz widget hinzugefügt hat.

Bei intensiver Nutzung hebt es locker den ganzen Tag.

Bei mir z.b. :

WLAN immer an

3std. Bluetooth

3std. Musik

30 min. Video

2 surfen im Internet

Mail Abruf...

von 8uhr bis 22 Uhr...

Sent from my HTC HD2 using Tapatalk

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

hallo..

kann mir jemand erklären wie das bei dem build funz... mit dem speicher?

er schreibt :

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

??????????????????????????????????

ich weiss das man die ext 3 nicht sieht unter titanium schon und ist mir auch klar...

tut er das automatisch dort hin speicher???? (ext3)

das build ist gut nur der speicher ist mist.......

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Affenkoenig09

Hallo,

habe mir gerade dieses System auf mein Handy gezogen.

Leider ist dieses System so unglaublich groß, dass meine Telefon gleich nach dem Neustart die Meldung gibt, dass der Speicher gering ist. Tatsächlich habe ich nur noch 2 mb Speicherkapazität im internen Speicher!

Kennt irgendwer eine Möglichkeit um dieses Problem zu lösen, was bringt mir das System wenn ich nichts aus dem Market laden kann?

PS: Was ist ein CWM?

Vielen Dank

Diesen Beitrag teilen


Link zum Beitrag
  • 0
PhyniX1

OK dann hier noch mal das ganz

ich möchte es mit dem DAF Flashen was ja nicht so schwer ist

in der anleitung steht was von Recovery image

was ich ich damit anfangen

meine SD KArte ich jetzt in 2 Partionen aufgeteilt

ext 3 und einmal fat32

wie funzt das jetzt jemand mit reovery zeug

bzw .

wäre jamnd so gut und kann das mal verständlich schritt für schritt erklären

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Affenkoenig09

ich würde die gerne dabei helfen :D

nur leider komm ich auch kein Stück weiter, ich hab zwar keine Partitionen gebildet aber das System läuft, ist nur viel zu groß & hab dementsprechend kein internen Speicher mehr :(

Diesen Beitrag teilen


Link zum Beitrag
  • 0
PhyniX1

Goldsand wie ist das enn mit dem speicher ?

wie mein verredner sagte 2 MB sind wirklich bissel wenig ?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

mach es so :

task 29

MAGLDR 1.13

daf flashen

muss dann so um die 100mb haben

die sd card musst du als erstes fat32 die zweite ext 3 machen

im titanium backup kannst du es sehen wie viel speicher du noch hast die ext wird dir auch angezeigt.

MAGLDR 1.13 is now required

1. Connect phone to computer

2. Reboot machine 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

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Affenkoenig09

wie kann ich das denn mit meiner sd-karte machen? die ist bei mir nun leer und das Handy viel zu voll....

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Goldsand wie ist das enn mit dem speicher ?

wie mein verredner sagte 2 MB sind wirklich bissel wenig ?

2 mb ist echt wenig.

lass 2 mal task 29 drüber laufen das der speicher frei wird.....

ich würde mir wünschen wie bei raff droid oder af 403 das man den internen speich direkt sieht und nicht über umwege...

Diesen Beitrag teilen


Link zum Beitrag
  • 0
PhyniX1

ok danke ,denke mal das er dann auf die ext3 platte auslagert

ok danke werde ich dann mal machen

@ affenkoenig das gleiche sollzesz du auch machen

danke noch mal an goldsand

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.