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

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

ÄHHH ?!

was....

ich verstehe nicht was du meinst....

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Affenkoenig09

Hey, ich habe es nun nochmals gemacht + 2x task29 leider ist nach vollständiger Installation der interne Speicher wieder nur auf 20 mb :(

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Hey, ich habe es nun nochmals gemacht + 2x task29 leider ist nach vollständiger Installation der interne Speicher wieder nur auf 20 mb :(

hast mal mit titanium backup geguckt was du auf der ext hast?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Affenkoenig09

Bitte erkläre mir die Vorgehensweise, ich weiß leider nicht was du meinst... bin auch mit dem ganzen Spektakel nicht so vertraut ... vielen Dank

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Bitte erkläre mir die Vorgehensweise, ich weiß leider nicht was du meinst... bin auch mit dem ganzen Spektakel nicht so vertraut ... vielen Dank

sd card mit gparted (download) formatieren erste fat 32 und die zweite mit ext3

handy :

task 29

5 x hard reset

MAGLDR 1.13

daf flashen klick zum download

Diesen Beitrag teilen


Link zum Beitrag
  • 0
necro1983

Hi ich hoffe mir kann das einer schnell beantworten.

Welches Partitionslayout brauche ich für das Build?

Und allgemein woher weis ich welches ich brauche und wie ändere ich diese dann danke !!

Gruß

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Hi ich hoffe mir kann das einer schnell beantworten.

Welches Partitionslayout brauche ich für das Build?

Und allgemein woher weis ich welches ich brauche und wie ändere ich diese dann danke !!

Gruß

für die sd card

1. fat 32

2. ext 3

über cwm zu flashen brauchest du den system ya 300M ( recovery 300 m )

wie flashen über cwm

task 29

MAGLDR 1.13

cwm 1.3 ( die 2 datein auf manuell auf die sd card verschieben )

recovery 300 m über usb flasher flashen

revolution xx.zip auf die sd card verschieben

in den magldr gehen und über punk 2 chosse .... ausswählen und dan zip ausführen.

fertig

Diesen Beitrag teilen


Link zum Beitrag
  • 0
necro1983

@goldsand

muss ich zwingend task29 durchführen?

und ya 300M wo finde ich diese habe nur ya 250M ya 400M und ya 125M

Danke!!

Wenn ich task29 durchführe ist dann mein Magdlar weg und ich muss es noch mal draufspielen?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
AndyRandy79

@goldsand

muss ich zwingend task29 durchführen?

und ya 300M wo finde ich diese habe nur ya 250M ya 400M und ya 125M

Danke!!

Wenn ich task29 durchführe ist dann mein Magdlar weg und ich muss es noch mal draufspielen?

Nein, du musst nicht zwingend Task 29 ausfühen, ist aber besser. Ja dein Magloader ist danach weg, den musst du neu Flashen. Die ya 300 findest du in deinem Ordner wo du auch die anderen ( 250M,125m und 400m ) hast. Du musst nur die flash datei ändern. Ist die Datei mit der endung CFG-Datei ( 1 KB groß). Die musst du in 300M ändern.Die Datei öffnest du mit dem Editor !!

Diesen Beitrag teilen


Link zum Beitrag
  • 0
necro1983

Wie kriege ich das Rom auf die Speicherkarte hab kein Lesegerät !!

Woher kriege ich die 2 Datein die nach der Partionierung gelöscht sind initrd und zImag

Danke

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Wie kriege ich das Rom auf die Speicherkarte hab kein Lesegerät !!

Danke

ins MAGLDR gehen und punkt 4 auswählen .

usb kabel ans rechener und gut ist . ( steht usb massenspeicher auf englisch)

Diesen Beitrag teilen


Link zum Beitrag
  • 0
necro1983

ja das habe ich hinbekommen jetzt brauche ich die beiden datein sind die am Partitionslayout gebunden? oder ist egal woher ich die kriege

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

ja das habe ich hinbekommen jetzt brauche ich die beiden datein sind die am Partitionslayout gebunden? oder ist egal woher ich die kriege

sind drin im extra ordner...

Diesen Beitrag teilen


Link zum Beitrag
  • 0
necro1983

Hey so hab die beiden Datein aus dem Ordner von ya 125 M genommen, macht das was?

habe die dann auf meine partition kopiert und wähle dann im Magldr Boot AD NAND aber es kommt eine Fehlermeldung und er springt wieder zu Magldr!! Mache ich was falsch sind das die beiden falschen datein?

Gruß

oder liegt es das ich die ya 250 M in 300 M geändert habe ?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
Ranttanplan

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?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
vieas

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

Diesen Beitrag teilen


Link zum Beitrag
  • 0
necro1983

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ß

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Hey so hab die beiden Datein aus dem Ordner von ya 125 M genommen, macht das was?

habe die dann auf meine partition kopiert und wähle dann im Magldr Boot AD NAND aber es kommt eine Fehlermeldung und er springt wieder zu Magldr!! Mache ich was falsch sind das die beiden falschen datein?

Gruß

oder liegt es das ich die ya 250 M in 300 M geändert habe ?

falsch...!!!!!

melde dich mal über skype .

helfe dir dann gerne weiter....

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.