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

Hallo goldsang,bei mir läuft einwandfrei,nun bei jeden internet auftritt,will er ein google konto haben,ich habe auch eins,und habe es eingegeben,meine frage? ist dieser konto bei google kostenlos?

Danke.

ja es ist kostenlos

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Hallo goldsang noch mal.ich wollte im internet aufgestellte video ansehen,da bekomme ich diese meldung:

Sie benötigen das flashplugin und mussen die java script aktiiert haben um video anzusehen.

Kannst du mir da weiter helfen,wie ich das hinbekommen?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Hallo goldsang noch mal.ich wollte im internet aufgestellte video ansehen,da bekomme ich diese meldung:

Sie benötigen das flashplugin und mussen die java script aktiiert haben um video anzusehen.

Kannst du mir da weiter helfen,wie ich das hinbekommen?

die "normalen" browser verfügen keinen java...

nim den hier

der kann das...

https://www.androidpit.de/de/android/market/apps/app/com.skyfire.browser/Skyfire-Browser-beta

Diesen Beitrag teilen


Link zum Beitrag
  • 0
faumic

So, ich habe jetzt mal mit dem ClockworkMod auf meiner SD-Karte eine neue 1024 MB große ext3 angelegt.

Diese wird nun erkannt.

Titanum Backup zeigt mir alles richtig an.

Nun wollte ich von der Fat 32 Partition die Recovery und anschließend die eigentliche ROM wieder neu installieren. Sind allerding auch weg. Also muß ich zu Hause erst wieder die notwendigen Dateien auf die SD-Karte schieben und kann dann erneut alles installieren.

Also der Fehler bei mir war, dass er die erstellte 1 GB große Ext3 nicht erkannt hat.

Wei genau meine SD-Karte nun Partitioniert ist kann ich zur Zeit gar nicht genau sagen.

Ich bin aber nun guter Hoffnung das ich alles hin kriege.

Gruß Michael

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Danke goldsand,aber leider ist nur das audio zu horen von den videos,kein bild,muss ich da irgenwo im einstellung etwas ändern?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Danke goldsand,aber leider ist nur das audio zu horen von den videos,kein bild,muss ich da irgenwo im einstellung etwas ändern?

musst den neuen adobe flash player installieren auch im market

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Srory goldsang jezt muss ich weg!!!!! habe das nue flashplayer installiert

dann kam irgend eine satz in englisch irgendwas mit url ob ich das machen will,habe nein geklickt,habe jezt das handy ausgeschaltet und schalte ich gleich wieder neu,mal sehen was dann passiert,ich werde mich im laufe des tages melden.

BY

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Noch mal hallo,nichts zu machen goldsand,man hört nur die stimmen von video,habe das handy ausgeschaltet und neu eingeschaltet,aber immer das gleiche,nur audio ohne bild,woran kann das den liegen?

Habe da eine frage im android market gibt mehrere adobe sachen zu installieren,villeicht fehlt mir irgendeine wichtige davon?

Und noch was,wie kann ich die sachen die ich aus den market runterladen wieder löschen?

Habe nachgeschaut,aber ich finde nicht wie man die sachen los wird.

Danke bis dann

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Noch mal hallo,nichts zu machen goldsand,man hört nur die stimmen von video,habe das handy ausgeschaltet und neu eingeschaltet,aber immer das gleiche,nur audio ohne bild,woran kann das den liegen?

Habe da eine frage im android market gibt mehrere adobe sachen zu installieren,villeicht fehlt mir irgendeine wichtige davon?

Und noch was,wie kann ich die sachen die ich aus den market runterladen wieder löschen?

Habe nachgeschaut,aber ich finde nicht wie man die sachen los wird.

Danke bis dann

muss den 10.2 instalieren (flash player)

wennes immer noch nichs tut dann das spb tv runterschmeissen und neu installieren wenn es immer noch nichts tut dann hat das rom ein bug...

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Srry goldsand,aber in market gibt kein adobe flash player 10.2!!!

Und wo ist spb tv? habe ich es schon drauf?

habe es nicht gesehen,oder soll ich es installieren?

Gruss

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

Srry goldsand,aber in market gibt kein adobe flash player 10.2!!!

Und wo ist spb tv? habe ich es schon drauf?

habe es nicht gesehen,oder soll ich es installieren?

Gruss

holt den chuck noris her !!!!!!

hier ist es

https://market.android.com/details?id=com.adobe.flashplayer&feature=search_result

und das ist spb tv free

https://market.android.com/details?id=com.spb.tv.am&feature=search_result

wenn du danach kein bild hast dann mach dir den v player drauf

https://market.android.com/details?id=me.abitno.vplayer&feature=search_result

habe jetzt dir noch die links raus gesucht ...

beim nächsten mal bitte selber die apps raus suchen !!!!

extra für DICH, KLICK

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Danke Goldsand!!!

Ich werde es versuchen.........

Diesen Beitrag teilen


Link zum Beitrag
  • 0
faumic

Hallo,

ich habe mein Problem gelöst. Es war die offensichtlich fehlerhafte Formatierung meiner ext3. Nachdem ich sie nochmal angelegt habe funktioniert die Installation einwandfrei. Nun habe ich 94 MB intern frei.

Nun gehts ans Ausprobieren.

Doch zwei Fragen habe ich noch:

Bei den Downloads sind auch Kernel angeboten. Muß ich davon auch einen installieren? Wenn ja wie?

Ansonsten habe ich bei den Apps unter Spare Parts die Möglichkeit gefunden Swype zu aktivieren. Nur tut sich da nichts. Hatte es mal versucht mit der SD-Kartenversion. Da funktionierte es nicht so richtig und ich mußte mich bei Swype Beta extra registrieren.

Gruß Michael

Diesen Beitrag teilen


Link zum Beitrag
  • 0
DennisHH

So Leute ich wollte mal nachfragen wie es hier aussieht, es scheint jemand das ROM weiterzubearbeiten ist das richtig? Wie läuft es denn jetzt so? Man kann es auch als normales NAND ROM via MAGLD flashen habe ich gesehen? Gibts Screenshots irgendwo?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
tonibert

Hallo nach langem Kampf habe ich es auch hinbekommen :)

Kennt sich jemand mit dem Kernelupdate aus?

Ich trau mich da nicht ran....

:rockout:

Danke

Toni

bearbeitet von tonibert

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

Hallo dennis,ich habe es hin bekommen,da,muss du aber dft rom runterladen. Gruss

Lies meine anderen osten,da steht wie ich es gemach habe.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
handyboy73

hallo goldsand,danke das mit den video hat alles super geklappt,jezt sind auch bilder da!!!!

Habe noch eine frage: ich habe vie 2.6 hd dft geflasht, hier im forum habe das rom revolution 2.5 hd dft 7z entdeckt,was für eine version ist das ? eine ältere?

gibt es eine neuere version?

Diesen Beitrag teilen


Link zum Beitrag
  • 0
faumic

So ich habe ja wie berichtet nach langem Hin und Her die Version drauf bekommen.

Nun hatte ich bereits gefragt, ob ich den im Originalthread angebotenen Kernel auch installieren sollte.

Ansonsten funktioniert bei mir die Syncronisation mit HTC Sync nicht.

Wäre für mich wichtig, da ich mit Outlook abgleichen will. Aus diesem Grunde habe ich auch ein Sense Build genommen.

Wenn jemand melden könnte ob es grundsätzlich funktionieren sollte wäre ich dankbar.

Auch Locations kann ich nicht starten da keine Verbindung zum Server gefunden wird. Ich will da eigentlich nur die Footprints wieder nutzen.

Ich hatte auch bereits mehrmals beim Neustart einen Fehler. Wortlaut: Tut uns leid! Prozess system reagiert nicht.

Warten oder schließen erzwingen.

Gruß Michael

Bislang habe ich das System immer wieder starten können. Irgendwie.

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

hallo goldsand,danke das mit den video hat alles super geklappt,jezt sind auch bilder da!!!!

Habe noch eine frage: ich habe vie 2.6 hd dft geflasht, hier im forum habe das rom revolution 2.5 hd dft 7z entdeckt,was für eine version ist das ? eine ältere?

gibt es eine neuere version?

hallo..

..gern geschehen :biggrin:

(tut immer gut wenn man jemanden helfen kann)

2.5 ist das ältere davon hier kannst du es nachlesen...

https://forum.xda-developers.com/showthread.php?t=915343

Diesen Beitrag teilen


Link zum Beitrag
  • 0
goldsand

So ich habe ja wie berichtet nach langem Hin und Her die Version drauf bekommen.

Nun hatte ich bereits gefragt, ob ich den im Originalthread angebotenen Kernel auch installieren sollte.

Ansonsten funktioniert bei mir die Syncronisation mit HTC Sync nicht.

Wäre für mich wichtig, da ich mit Outlook abgleichen will. Aus diesem Grunde habe ich auch ein Sense Build genommen.

Wenn jemand melden könnte ob es grundsätzlich funktionieren sollte wäre ich dankbar.

Auch Locations kann ich nicht starten da keine Verbindung zum Server gefunden wird. Ich will da eigentlich nur die Footprints wieder nutzen.

Ich hatte auch bereits mehrmals beim Neustart einen Fehler. Wortlaut: Tut uns leid! Prozess system reagiert nicht.

Warten oder schließen erzwingen.

Gruß Michael

Bislang habe ich das System immer wieder starten können. Irgendwie.

moin....

den kernel was er anbietet kannst du drauf machen ist kein muss....

du hast ja schon beim flashen ein kernel drauf gemacht....:icon_cool

Ich hatte auch bereits mehrmals beim Neustart einen Fehler. Wortlaut: Tut uns leid! Prozess system reagiert nicht.

Warten oder schließen erzwingen.

standart fehler beim build kommt nicht immer aber bei mir kamm es auch häufiger vor...

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.