[RECOVERY]RMD Recovery v1.0.3.4 | EXT2/3/4+BTRFS | UP TO 3-ext | USB BRICK FIX - Desire Android Development

Hi, this is recovery menu compiled from modifyed by my AmonRA v2.2.1 source.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So differences:
Usb brick fix from menu - you must have S-OFF
Flash images(hboot, recovery, radio and etc) from sd-card - you must have S-OFF
Themes support
Ability to control recovery by volume buttons+power button or by track-pad
Fixed OTA Support some SD-cards(Package not found error)
Show's ROM that you use
Show's Ext partition file system
Full support of btrfs
You can convert your fs to btrfs from menu
All fs conversions without data loss
Allow you to flash old zips
Adds ROM name to backup name in nandroid backup
Toggle signature verification as checkbox
Customizable backup as checkboxes
Extended reboot menu
Fixed all wipes menus, and partition mounts
Compiled by my kernel with btrfs support, and without unneeded modules and drivers
Menu contents:
Reboot Phone now
USB-MS toggle
Backup/Restore
Backup system
Restore system
Remove backup
Backup Google proprietary files
Restore Google proprietary files
Flash zip from file
Choose zip from sdcard
[ ]Signature verification
Flash image from file
Flash recovery image
Flash boot image
Flash data image
Flash system image
Flash radio image
Flash hboot image
Wipe
Wipe ALL data/factory reset
Wipe /data
Wipe /cache
Wipe /sdcard/.android_secure
Wipe /sd-ext
Wipe Dalvik-cache
Wipe battery stats
Wipe rotate settings
Partition sdcard
Partition sd card
Repair SD-EXT
Convert SD-EXT to ext2
Convert SD-EXT to ext3
Convert SD-EXT to ext4
Convert SD-EXT to btrfs
Mounts
(Un)Mount /system
(Un)Mount /cache
(Un)Mount /data
(Un)Mount /sd-ext
(Un)Mount /sdcard
Other
Fix apk uid mismatches
Move recovery.log to SD
Fix USB brick
Power menu
Reboot Phone
Reboot Recovery
Reboot into bootloader
Power Off
Planed in 1.0.3
Ext alignment
Free space on partitions
Flash splash1 image
Fix ext4 detection
Change log
v1.0.3.4
Fix uid mismatches now supports data2ext and other modifications
Backup and restore now shows what action now perfomed
Some bugfixes
Added item to remove backups - now you can delete unneeded backups from menu
v1.0.3
RC3: Extended theming support(Look at the end of this post)
RC2: Flash radio and hboot image
RC2: Removed ability to flash splash1 image(not working) - will be fixed, i hope
RC2: Background than you flash images
RC2: Backgrounds for backup, restore and partition actions
RC2: Blinking icon then you perfoming backup,restore or patritioning
RC2: USB Brick fix must work for all S-OFF devices.
RC2: Changed some internal icons
RC1: USB Brick fix from menu!
RC1: Flash images - You can flash image of recovery, boot, splash1, data or system from menu
RC1: Now shows that rom version is unknown after system wipe
RC1: Not allow to create btrfs partitions less then 256 Mb
RC1: Fixed some bugs
RC1: Background for USB storage mode
v1.0.2
in RC4 Some optimizations
in RC4 Fixed Reflex-S ROM bug on backup
in RC4 Removed status of battery, only level showed(status is showing by led=))
in RC3 Fixed MIUI rom support
in RC3 Added support for charge battery in recovery
in RC3 Leds indication of charge(as on Android(amber then charging and green then charged))
in RC3 Added show system info menu item
Fixed backup bug
Fixed ext4 convert bug
Added system wipe
Multi-ext configuration support(up to 3 ext)
Wipe
Wipe all function wipes all
Mount/Umount
Restore/Backup
Create/Delete
"Smart menus"
Shows only that ext partitions that you have in wipe/backup/restore
If you have more than one ext, shows "select ext menu" in conversion
If you don't have ext at all, hides all menus for work with ext
Not need to select device-id before restore
Custom restore(showed only items from backup)
Improved performance
New partitioning menu(partition sdcard->partition sd card)
Theming support
Apply themes as flashable zips, or via adb
Rom makers can include recovery theme, or branding logo in rom
v1.0.1
Fixed "jump up" then you use checkboxes
Added support for rom that use ro.build.display.id
Fixed some typos
Removed Logo from background by default
Downloads
V1.0.3.4(md5 included):View attachment recovery.zip
If you have v1.0.3RC1 or later and your device have S-OFF, you can try update recovery directly from recovery:
1.Boot into recovery
2.Unzip recovery.img and put it on sdcard
3.Choose Flash image from file->Flash recovery image-><recovery.img>
4.Reboot recovery
Themes examples
For install on sd-card:View attachment RMD_theme_sdcard.zip
For install on system:View attachment RMD_theme_system.zip
V1.0.2 - RC4 BUILD
Standart version 1.0.1
Creating themes for RMD Recovery
Themes can be loaded from system partition or sdcard
Theme located on sdcard have higher priority
1. Theme loads from /system/RMD or from /sdcard/RMD directory
2. Backgrounds that you can put in theme folder:
icon_recovery.png - main background
icon_backup_off.png - first background then you perfoming backup action
icon_backup_on.png - second background then you perfoming backup action
icon_part_off.png - first background then you perfoming partitioning action
icon_part_on.png - second background then you perfoming partitioning action
icon_installing.png - background then you installing images or zips
icon_firmware_error.png - background on errors
icon_usb.png - background for usb-storage mode
3. For change recovery colors:
Create file theme.ini with this content
Code:
MENU_TEXT_COLOR_R=61
MENU_TEXT_COLOR_G=233
MENU_TEXT_COLOR_B=255
SELECTED_TEXT_COLOR_R=0
SELECTED_TEXT_COLOR_G=0
SELECTED_TEXT_COLOR_B=0
MENU_SELECTOR_COLOR_R=61
MENU_SELECTOR_COLOR_G=233
MENU_SELECTOR_COLOR_B=255
MENU_TEXT_COLOR_TOP_R=0
MENU_TEXT_COLOR_TOP_G=255
MENU_TEXT_COLOR_TOP_B=0
NORMAL_TEXT_COLOR_R=193
NORMAL_TEXT_COLOR_G=193
NORMAL_TEXT_COLOR_B=193
Change colors values(in RGB)
Save this file and put in /system/RMD or /sdcard/RMD

is this based on clockwork recovery 4.0.0.5

sebastiaan15 said:
is this based on clockwork recovery 4.0.0.5
Click to expand...
Click to collapse
I'ts based on AmonRA 2.2.1

Which is true; AmonRA or CWM?

remove that ****ty background picture and itll be good

natsumisujimoto said:
Which is true; AmonRA or CWM?
Click to expand...
Click to collapse
1st post say AmonRA, why this question?

Sorry, because, I suspect to 2nd post... now downloading and trying. Thanx.

dur09 said:
remove that ****ty background picture and itll be good
Click to expand...
Click to collapse
I have the same opinion

Hi,
Nice recovry but...
What about fat32+swap+ext4+ext4 option on sd partition? With that, we can only create 1 ext4 right?

Thanks for your work. It looks helpful. I will try that

Out of curiosity, what is btrfs? Is it better than ext?
Sent from my Amiga 500 using Workbench

Thanks, Great tool.

Hi m0narx,
you have done a nice job ! I love the new version but like other members i dont like tha graphic in background :-(
I decided to replace it with a black background and share it with the others here.
And here is it for you guys.....
(i have testet it on my own desire first and it works....)
have fun...

Where can we download AmonRA V2.21?I am still running v2.01 on my desire.
Sent from my HTC Desire using XDA Premium App

I never hear AmonRA v2.2.1 of Desire

Yep,me too,but here comes modified AmonRA2.2.1 version,what's up???It's only version number typo???
cfwan said:
I never hear AmonRA v2.2.1 of Desire
Click to expand...
Click to collapse

cfwan said:
I never hear AmonRA v2.2.1 of Desire
Click to expand...
Click to collapse
jeffreyljb said:
Yep,me too,but here comes modified AmonRA2.2.1 version,what's up???It's only version number typo???
Click to expand...
Click to collapse
There's is no Amon Ra 2.2.1 for desire, last Amon Ra recovery built for desire by Amon Ra itself is 2.0.1, u can find this on his thread.
But in nexus one, Amon Ra have updated it to 2.2.1 since january. So what our dude m0narx doing here is he kindly compile it for us desire user
If u guys wanna know more about Amon Ra 2.2.1 here is the link
But imho i liked it too without background image or maybe simple background image

Got it,thank you for your reply
theooo said:
There's is no Amon Ra 2.2.1 for desire, last Amon Ra recovery built for desire by Amon Ra itself is 2.0.1, u can find this on his thread.
But in nexus one, Amon Ra have updated it to 2.2.1 since january. So what our dude m0narx doing here is he kindly compile it for us desire user
If u guys wanna know more about Amon Ra 2.2.1 here is the link
But imho i liked it too without background image or maybe simple background image
Click to expand...
Click to collapse

just a bit too colorful for me..but it works..no rom i know of supports the new filesystem tho

i also want to know what btrfs is? any answer for below
StuMcBill said:
Out of curiosity, what is btrfs? Is it better than ext?
Sent from my Amiga 500 using Workbench
Click to expand...
Click to collapse

Related

4EXT Recovery Classic v2.2.7 RC5 | TAR BACKUPS | 4EXT Recovery Control | Convert FS

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Quick note about themes:
Available themes as of Oct/17:
Themes by pravus_nephilim
Themes by Apaquette420
Themes by Whiskey103
Themes by Amresh
Themes by Apaquette420
Themes by CWhitney24
Themes by DaMyth
Themes by Blindndumb
To uninstall any "flashed theme" and to revert to your own custom settings you had before flashing, just use this Theme Uninstaller in recovery.
It will clear any theme you might have flashed and revert to your own custom settings you had before flashing that theme!​​
THANKS:
All credits and my deepest respect go to Koush for his extremely great code!
Without him 4EXT Recovery wouldn't have been possible!
Biggest thanks possible go to Sebastiaan15 for his brilliant ideas and who spent whole weeks testing my buggy code with his Desire
Without you I could never have made it!!!
So BIG THANKS to SEBASTIAAN15 and KOUSH for his hard work with CWMR !!!
Many credits to the Desire S community ( especially to loveboatcaptain - LBC Mod Android Development and Marylandcookie ) for testing, very nice ideas, feature suggestions and helping to get the code running on the Desire S!
Special big thanks to RAVENNA from android-hilfe.de board for hours of testing for the Desire!
BIG Thanks to Hussainmushahid who helped me a lot spending much of time with solving a bug I could not reproduce on my device.
And many thanks to all users who reported and helped to identify problems ( can't any longer list all of you here since the list has grown too large )!
Even more thanks to people who 've bought me some beer YOU ROCK!! ZEEKIZ, A USER, PHILOS64, STEVEATHOME, PREACHER65, BEN_PYETT, ULTRA DROID, PTR_HAMILTON, BEANBEAN50, SEBASTIAAN15 and LOVEBOATCAPTAIN
​
v2.2.6 RC4 Released: Oct/01
Rare Superuser problem when tar backups were enabled (disabled by default) was fixed.
Converting partitions between ext3 and ext4 without data loss now correctly calculates the space needed to successfully complete the operation
New option: check and optionally repair the file system on your sdcard (fat32)
Removed duplicate format cache option inside the format menu (wipe cache does the same)
When formatting fat32 it will now save your 4ext.prop settings and restore them afterwards
Changed partitioning of the sdcard to not use LBA mode for new fat32 partitions as requested by Ghiki
Added new size option (128mb) to the partitioning menu per request
Parted is no longer used to format fat32 in the partition menu
-> This solves a bug where sometimes the creation of the fat32 file system failed and produces better quality results​
4EXT Recovery themes should now stay when formatting /system or flashing new roms
New option: format /sdcard fat32
New 4EXT Recovery Control API because I'm forced to drop "extendedcommand" (see App for the reason why)
enables file names and directories to include spaces for installations​
calculates needed space to complete a full or advanced backup at the beginning of the backup.​
This ensures that you are not left with a non working backup.​
Size for recovery greatly reduced
New 4EXT Recovery Control Features
Please see www.4ext.net for more.
Fix permissions
Calculate real values for the space needed to create a new full or advanced backup
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
As an example, the following would be possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Features: Use 4EXT Recovery Control or Recovery Updater for complete Changelogs and Known issues!
not all features may be relevant for all devices
Displays additional information:
Identifies your current rom and displays its name
Current filesystems on your partitions
Free space remaining of all of your volumes
Current battery charge level
Backup | Restore:
Correctly calculates free space needed to complete a backup ( version > 2.2.6 RC4 )
Tar backups (can be switched on or off)
Complete CWMR5 compatibility
All Backups you create will be named after your currently installed Rom for easier identification.
Never unwillingly get "downgraded" to EXT3 again
Always restores backups using the file systems you HAD on your partitions at the time of creation!
-> all partitions formatted with ext4 at that time, will be restored to ext4. The same is true for ext3.​
You can manually change any existing Backup to ext4 or ext3
-> so that after a restore, all partitions and up with the file system you wanted!​
Advanced Backup: backup only a single partition
Convert any of your partitions to EXT4 or EXT3 without data loss.
Formatting:
When you wipe or format it will always use the same file system you currently have.
-> but you can change that​
When you format ext4 it will always create an aligned file system
Correctly identifies unformatted sd-ext partitions
-> if it finds one it displays a warning and suggests you may format them by visiting the 4EXT menu​
Filesystem check and repair option in advanced menu
Partitioning:
Alignment check of your partitions
Full support for up to 2 sd-ext partitions + swap (Backup/restore/format/convert, fsck, et.c.)
(RE-) Partition your sdcard for sd-ext without removing your fat32 partition.
All partitions created with 4EXTRecovery will be perfectly aligned to 4k
Installing:
Integrated md5sum checking option
Themes:
Customize all colours used throughout recovery
Use your own icons, background images, progress bars.. more to come.
Assign different backgrounds to different menu categories (version >= 2.1.2)
Create a flashable zip for others to flash your theme.
Menus:
Most popular menu items rearranged
Format menu
Power Menu + option to reboot into bootloader
Less "No's" in confirmation dialogues
Changed Advanced Restore: first select what you want to restore, then select the backup
-> Useful for restoring from "Advanced Backups"​
4ext.prop:
Configuration file on your sdcard where you can set options to be used by 4EXTRecovery
Change all settings conveniently with 4EXT Recovery Control
Many more options to come
Share your settings / themes by packing your config into a flashable theme
Other stuff:
USB Storage Autostart (must be switched on)
Mount usb storage exposes all partitions on your sdcard to the os (not just fat32)
-> you could even partition your sdcard from your PC while connected via USB​
Switch haptic feedback on/off
You don't need to reboot recovery if you transferred a file to show up in the install menu.
-> This bug affected only some users with either CWMR or previous versions of 4EXT.​
Button backlights (Desire S, Desire HD and Incredible S only)
​
Download:
All downloads are now available through 4EXT Recovery Updater. It's free, no ads, no tracking, no nothing, don't worry
.. and of course via 4EXT Recovery Control
This ensures that your downloads are ok by automatically verifying md5sums and that known issues and changelogs are easily accessible
It also notifies you when there are any new critical bugs found
Recovery images will be uploaded for download soon too, but they can also be acquired easily by using Updater or Control.
You can for example just download a recovery.zip containing the image. The download will be automatically verified for correct md5sums!
4EXT Recovery Control
Free version: Recovery Updater
Fully featured version: 4EXT Recovery Control
For a list of its many features, visit www.4ext.net
Some examples :
Flash as many zip files you want in one go
Automatically calculate and display the md5sums of all zip files you are going to flash
Check your backups' health to ensure they will restore later when you need them, by verifying their md5sums!
Optionally, but highly not recommended:
If md5sums don't match but you REALLY NEED that backup BADLY, you might want to restore it anyway.
You can you this app to fix the md5sums of a given backup to "forcefully" restore it!​
Calculate real values for the space needed to create a new full or advanced backup
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
Identifies and adds your romname so you don't need to type so much when chosing a meaningful name for your backup
As an example, the following is possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Much, much more! See www.4ext.net
Recovery theming
Uninstall and Install themes with live preview and the option to change their colours without the need to reboot into recovery.
Change all colours with live preview and a nice colour picker.
​
great job....
just converted a ext3 data img to ext4 without loosing any data.
perfect mod.
now we have 3 cool recovery mods... could you merge j_r0dd´s menu redesign and arco´s advanced backup options?
sources:
[MOD-RECOVERY] Clockworkmod Recovery modded Versions.
arco: https://github.com/arco/
j_r0dd: https://github.com/zyonee/android_bootable_recovery
would be great to have this all together...
could you please also share your source code on github?
regards and thx
loveboatcaptain said:
great job....
just converted a ext3 data img to ext4 without loosing any data.
perfect mod.
now we have 3 cool recovery mods... could you merge j_r0dd´s menu redesign and arco´s advanced backup options?
sources:
[MOD-RECOVERY] Clockworkmod Recovery modded Versions.
arco: https://github.com/arco/
j_r0dd: https://github.com/zyonee/android_bootable_recovery
would be great to have this all together...
could you please also share your source code on github?
regards and thx
Click to expand...
Click to collapse
Thank you very much!
Yes I will post them, but please give me 2-3 days (max.). Don't have much time at the moment because of very much work and I'd like to update it first with current code
Edit: yes I can merge them/add those changes
madmaxx82 said:
Thank you very much!
Yes I will post them, but please give me 2-3 days (max.). Don't have much time at the moment because of very much work and I'd like to update it first with current code
Edit: yes I can merge them/add those changes
Click to expand...
Click to collapse
wooohooo
this beer is yours if you could merge all 3 versions to a superhero custom recovery
take your time... i know what you mean... job, family and cooking rom´s for android is hard work
if you need someone to test... i´m your man, or just share your github. i´m able to compile it myself for desire s
regards and 1000 times thank you
loveboatcaptain said:
wooohooo
this beer is yours if you could merge all 3 versions to a superhero custom recovery
take your time... i know what you mean... job, family and cooking rom´s for android is hard work
if you need someone to test... i´m your man, or just share your github. i´m able to compile it myself for desire s
regards and 1000 times thank you
Click to expand...
Click to collapse
Hahaha
Okay, I took a look at the features.
An Advanced backup is an extremely good idea!!
And as it won't need so much code not already there from Koush, it shouldn't take long I hope
Well nothing I did required so much additional code. CWMR already has so many great functions you can use, biggest respect!
A wipe menu with all the wiping is also a really nice idea.
But full wipe?/system/data and cache? Could you give any example when someone would need that?
BTW: I don't even have a github account yet
I will send you the source as soon as I got it done, then do some cleaning, register and upload it.
Good night
Looking forward to the updates madmaxx82
madmaxx can you make this recovery for the desire
Good morning
Although I should really get to work You motivated me enough that I was excited trying out the advanced backup recovery.
I repacked it with an IS kernel and tried the advanced backup function.
I saw that if you do an advanced backup, it creates a backup folder named like any other full backup.. so you wouldn't know it contains only one partition..
and when you want to restore that, you would also need to use advanced restore and know which (lonely) partition was backed up in which folder ..
if you select the wrong one it fails and you also don't know which one it was just by using the menu..
I have some suggestions, please tell me what you think would be best:
- Create a distinct folder structure for advanced backups like that:
/sdcard/clockworkmod/backup/advanced/data
/sdcard/clockworkmod/backup/advanced/system
/sdcard/clockworkmod/backup/advanced/cache
/sdcard/clockworkmod/backup/advanced/boot
/sdcard/clockworkmod/backup/advanced/.android_secure (do we need that?)
So when you did an advanced backup of data it would create the usual <date-time> folder, but inside /sdcard/clockworkmod/backup/advanced/data
- Just create /sdcard/clockworkmod/backup/advanced/ and put all advanced backups in there..
sebastiaan15 said:
madmaxx can you make this recovery for the desire
Click to expand...
Click to collapse
Yes, but extremely busy at the moment
I don't know what to do first (very inconsequent type of person ).
-work
-add those features
-desire
Porting for the desire wouldn't take long I guess.. hmm
madmaxx82 said:
Yes, but extremely busy at the moment
I don't know what to do first (very inconsequent type of person ).
-work
-add those features
-desire
Porting for the desire wouldn't take long I guess.. hmm
Click to expand...
Click to collapse
just asking
-work
-desire s ->add those features
-and if you have some free time the desire or not no hard feeling
but keep up the good work
sebastiaan15 said:
just asking
-work
-desire s ->add those features
-and if you have some free time the desire or not no hard feeling
but keep up the good work
Click to expand...
Click to collapse
Thank you
Thanks!
Working fine
(used only mount, converted data to ext4, backup, wipe cache and apply zip so far)
dont know said:
Thanks!
Working fine
(used only mount, converted data to ext4, backup, wipe cache and apply zip so far)
Click to expand...
Click to collapse
Thanks for the feedback and testing.
Did you install using the "OneClick" method maybe and could confirm this works?
Can't think of why it shouldn't but I can only test it on the IS..
The rest of the recovery should really work as it does on the IS as everything but the button-lights is the same on both devices..
madmaxx82 said:
Thanks for the feedback and testing.
Did you install using the "OneClick" method maybe and could confirm this works?
Click to expand...
Click to collapse
Did flash it via recovery...
I flashed via recovery too, converted all to ext4(they had all been converted to ext3 by a restore) and its now definately quicker. Backed up by an extra 200 points in quadrant
Tried the oneclick all appeared to go ok and booting into recovery showed new version!
(log shown below)
ECHO is off.
ECHO is off.
ECHO is off.
pushing files with adb..
ECHO is off.
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
1157 KB/s (92632 bytes in 0.078s)
1571 KB/s (5154816 bytes in 3.203s)
ECHO is off.
ECHO is off.
writing recovery..
ECHO is off.
removing leftover files..
finished
No Errors? Then it should have worked.. reboot into recovery to check
Press any key to continue . . .
ben_pyett said:
Tried the oneclick all appeared to go ok and booting into recovery showed new version!
(log shown below)
ECHO is off.
ECHO is off.
ECHO is off.
pushing files with adb..
ECHO is off.
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
1157 KB/s (92632 bytes in 0.078s)
1571 KB/s (5154816 bytes in 3.203s)
ECHO is off.
ECHO is off.
writing recovery..
ECHO is off.
removing leftover files..
finished
No Errors? Then it should have worked.. reboot into recovery to check
Press any key to continue . . .
Click to expand...
Click to collapse
Thank you for testing
Malooga said:
I flashed via recovery too, converted all to ext4(they had all been converted to ext3 by a restore) and its now definately quicker. Backed up by an extra 200 points in quadrant
Click to expand...
Click to collapse
Glad it could help you Thanks for the feedback
madmaxx82 said:
Glad it could help you Thanks for the feedback
Click to expand...
Click to collapse
Guess it was worth it in the end then?
Could I suggest that it might be worth getting LBC to incorporate a link to this thread and excellent recovery from within the already existing [RECOVERY] sticky, preferably within the first post.
Unless you want to request that the moderator smokestack76 makes this another sticky.

4EXT Recovery Classic v2.2.7 RC6 | Convert | Aligned Partitioning 3x (ext|swap)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Quick note about themes:
Available themes as of Oct/18:
Themes by pravus_nephilim
Themes by Apaquette420
Themes by Whiskey103
Themes by Amresh
Themes by Apaquette420
Themes by CWhitney24
Themes by DaMyth
Themes by Blindndumb
To uninstall any "flashed theme" and to revert to your own custom settings you had before flashing, just use this Theme Uninstaller in recovery.
It will clear any theme you might have flashed and revert to your own custom settings you had before flashing that theme!​​
THANKS:
All credits and my deepest respect go to Koush for his extremely great code!
Without him 4EXT Recovery wouldn't have been possible!
Biggest thanks possible go to Sebastiaan15 for his brilliant ideas and who spent whole weeks testing my buggy code with his Desire
Without you I could never have made it!!!
So BIG THANKS to SEBASTIAAN15 and KOUSH for his hard work with CWMR !!!
Many credits to the Desire S community ( especially to loveboatcaptain - LBC Mod Android Development and Marylandcookie ) for testing, very nice ideas, feature suggestions and helping to get the code running on the Desire S!
Special big thanks to RAVENNA from android-hilfe.de board for hours of testing for the Desire!
BIG Thanks to Hussainmushahid who helped me a lot spending much of time with solving a bug I could not reproduce on my device.
And many thanks to all users who reported and helped to identify problems ( can't any longer list all of you here since the list has grown too large )!
Even more thanks to people who 've bought me some beer YOU ROCK!! ZEEKIZ, A USER, PHILOS64, STEVEATHOME, PREACHER65, BEN_PYETT, ULTRA DROID, PTR_HAMILTON, BEANBEAN50, SEBASTIAAN15 and LOVEBOATCAPTAIN
​
v2.2.6 RC4 Released: Oct/01
Rare Superuser problem when tar backups were enabled (disabled by default) was fixed.
Converting partitions between ext3 and ext4 without data loss now correctly calculates the space needed to successfully complete the operation
New option: check and optionally repair the file system on your sdcard (fat32)
Removed duplicate format cache option inside the format menu (wipe cache does the same)
When formatting fat32 it will now save your 4ext.prop settings and restore them afterwards
Changed partitioning of the sdcard to not use LBA mode for new fat32 partitions as requested by Ghiki
Added new size option (128mb) to the partitioning menu per request
Parted is no longer used to format fat32 in the partition menu
-> This solves a bug where sometimes the creation of the fat32 file system failed and produces better quality results​
4EXT Recovery themes should now stay when formatting /system or flashing new roms
New option: format /sdcard fat32
New 4EXT Recovery Control API because I'm forced to drop "extendedcommand" (see App for the reason why)
enables file names and directories to include spaces for installations​
calculates needed space to complete a full or advanced backup at the beginning of the backup.​
This ensures that you are not left with a non working backup.​
Size for recovery greatly reduced
New 4EXT Recovery Control Features
Please see www.4ext.net for more.
Fix permissions
Calculate real values for the space needed to create a new full or advanced backup
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
As an example, the following would be possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Features: Use 4EXT Recovery Control or Recovery Updater for complete Changelogs and Known issues!
not all features may be relevant for all devices
Displays additional information:
Identifies your current rom and displays its name
Current filesystems on your partitions
Free space remaining of all of your volumes
Current battery charge level
Backup | Restore:
Correctly calculates free space needed to complete a backup ( version > 2.2.6 RC4 )
Tar backups (can be switched on or off)
Complete CWMR5 compatibility
All Backups you create will be named after your currently installed Rom for easier identification.
Never unwillingly get "downgraded" to EXT3 again
Always restores backups using the file systems you HAD on your partitions at the time of creation!
-> all partitions formatted with ext4 at that time, will be restored to ext4. The same is true for ext3.​
You can manually change any existing Backup to ext4 or ext3
-> so that after a restore, all partitions and up with the file system you wanted!​
Advanced Backup: backup only a single partition
Convert any of your partitions to EXT4 or EXT3 without data loss.
Formatting:
When you wipe or format it will always use the same file system you currently have.
-> but you can change that​
When you format ext4 it will always create an aligned file system
Correctly identifies unformatted sd-ext partitions
-> if it finds one it displays a warning and suggests you may format them by visiting the 4EXT menu​
Filesystem check and repair option in advanced menu
Partitioning:
Alignment check of your partitions
Full support for up to 2 sd-ext partitions + swap (Backup/restore/format/convert, fsck, et.c.)
(RE-) Partition your sdcard for sd-ext without removing your fat32 partition.
All partitions created with 4EXTRecovery will be perfectly aligned to 4k
Installing:
Integrated md5sum checking option
Themes:
Customize all colours used throughout recovery
Use your own icons, background images, progress bars.. more to come.
Assign different backgrounds to different menu categories (version >= 2.1.2)
Create a flashable zip for others to flash your theme.
Menus:
Most popular menu items rearranged
Format menu
Power Menu + option to reboot into bootloader
Less "No's" in confirmation dialogues
Changed Advanced Restore: first select what you want to restore, then select the backup
-> Useful for restoring from "Advanced Backups"​
4ext.prop:
Configuration file on your sdcard where you can set options to be used by 4EXTRecovery
Change all settings conveniently with 4EXT Recovery Control
Many more options to come
Share your settings / themes by packing your config into a flashable theme
Other stuff:
USB Storage Autostart (must be switched on)
Mount usb storage exposes all partitions on your sdcard to the os (not just fat32)
-> you could even partition your sdcard from your PC while connected via USB​
Switch haptic feedback on/off
You don't need to reboot recovery if you transferred a file to show up in the install menu.
-> This bug affected only some users with either CWMR or previous versions of 4EXT.​
Button backlights (Desire S, Desire HD and Incredible S only)
​
Download:
All downloads are now available through 4EXT Recovery Updater. It's free, no ads, no tracking, no nothing, don't worry
.. and of course via 4EXT Recovery Control
This ensures that your downloads are ok by automatically verifying md5sums and that known issues and changelogs are easily accessible
It also notifies you when there are any new critical bugs found
Recovery images will be uploaded for download soon too, but they can also be acquired easily by using Updater or Control.
You can for example just download a recovery.zip containing the image. The download will be automatically verified for correct md5sums!
4EXT Recovery Control
Free version: Recovery Updater
Fully featured version: 4EXT Recovery Control
For a list of its many features, visit www.4ext.net
Some examples :
Flash as many zip files you want in one go
Automatically Calculate and display the md5sums of all zip files you are going to flash
Check your backups' health to ensure they will restore later when you need them, by verifying their md5sums!
Optionally, but highly not recommended:
If md5sums don't match but you REALLY NEED that backup BADLY, you might want to restore it anyway.
You can you this app to fix the md5sums of a given backup to "forcefully" restore it!​
Calculate real values for the space needed to create a new full or advanced backup
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
Identifies and adds your romname so you don't need to type so much when chosing a meaningful name for your backup
As an example, the following is possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Much, much more! See www.4ext.net
Recovery theming
Uninstall and Install themes with live preview and the option to change their colours without the need to reboot into recovery.
Change all colours with live preview and a nice colour picker.
​
Desire GSM :
4EXTRecovery v2.1.3 RC2
-> Download to flash through HBOOT. Put it onto your sdcard, rename it to "PB99IMG.zip" and boot into bootloader
NOTE: Always take a look at known issues!
Desire GSM & CDMA:
4EXTRecovery v2.1.3 RC2
-> Fake Flash, see notes below on how to use it
NOTE: See known issues
​
Thanks ill try it tomorrow.
k3lcior said:
Thanks ill try it tomorrow.
Click to expand...
Click to collapse
Thanks
Good job I'll test it
Sent from my HTC Desire using XDA App
Nyto75 said:
Good job I'll test it
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Thnx Please let me know.
installed and for now it works
just used it to change my rom and wipe cache/dalvik but i'll test ext4 and stuff later today
the weird thing is that it says i have 1gb swap partition but it's in fact the ext4 partition since i use app2sd with lot of apps
Tried using this and at first it detected my ext3 partition and everything seemed fine. I made a backup and chose to convert sd-ext to ext4 on that backup at next restore.
Made a full wipe and restore from the latest backup. After reboot this recovery now detected my sd-ext as a 512MB swap and refused to restore ext-data to it.
I had to go back to CWM 3.1.0.1 and do a full wipe -> restore to get my system up and running again.
Did I do something wrong, or did I not understand how the recovery is supposed to work?
it didn't quite work for me, I'm using RCmix S V2 3.1 test
tried flashing it through ROM Manager Premium v4.3.2.4 (2.5.0.7)
-- Installing: SDCARD:/4EXTRecovery_v1.9_RC1_bravo.zip
Finding update package...
Opening update package...
Installing update...
4EXTRecovery v1..0 RC1
Installing..
assert failed: write_raw_image("/tmp/recovery.img"_
"recovery")
E: Error in /sdcard/4EXTRecovery_v1.9.0_RC1_bravo.zip
(Status 7)
Install aborted.
it's probably something that I'm doing wrong rather than the program itself though....
Thank you for your hard work , works perfectly for me
beanbean50 said:
it didn't quite work for me, I'm using RCmix S V2 3.1 test
tried flashing it through ROM Manager Premium v4.3.2.4 (2.5.0.7)
-- Installing: SDCARD:/4EXTRecovery_v1.9_RC1_bravo.zip
Finding update package...
Opening update package...
Installing update...
4EXTRecovery v1..0 RC1
Installing..
assert failed: write_raw_image("/tmp/recovery.img"_
"recovery")
E: Error in /sdcard/4EXTRecovery_v1.9.0_RC1_bravo.zip
(Status 7)
Install aborted.
it's probably something that I'm doing wrong rather than the program itself though....
Click to expand...
Click to collapse
I get the same message...
looks like it doesn't see my ext when i use cm7_legacy_a2sd_r3, dunno why, it works with CM 4.0.0.5
beanbean50 said:
it didn't quite work for me, I'm using RCmix S V2 3.1 test
tried flashing it through ROM Manager Premium v4.3.2.4 (2.5.0.7)
-- Installing: SDCARD:/4EXTRecovery_v1.9_RC1_bravo.zip
Finding update package...
Opening update package...
Installing update...
4EXTRecovery v1..0 RC1
Installing..
assert failed: write_raw_image("/tmp/recovery.img"_
"recovery")
E: Error in /sdcard/4EXTRecovery_v1.9.0_RC1_bravo.zip
(Status 7)
Install aborted.
it's probably something that I'm doing wrong rather than the program itself though....
Click to expand...
Click to collapse
try like this : http://theunlockr.com/2009/10/15/how-to-flash-a-new-recovery-image-if-you-are-already-rooted/
bestdaniel20 said:
try like this : http://theunlockr.com/2009/10/15/how-to-flash-a-new-recovery-image-if-you-are-already-rooted/
Click to expand...
Click to collapse
thanks, but when I try that i get "error writing recovery: no space left on device"
I´m S-ON. Do you have to be S-OFF for this?
tekarn said:
thanks, but when I try that i get "error writing recovery: no space left on device"
I´m S-ON. Do you have to be S-OFF for this?
Click to expand...
Click to collapse
Yes, most probably..
To you who are S-ON what do you use? Fake flash?
Sorry I don't know much about the desire.
Regarding the Bug identifying sd-ext as swap: can it be that the partition types are mixed up with some of you? I mean swap not being the LAST one?
I always thought with all those a2sd techinques, you would partition swap at last, i.e: fat32,ext,ext,swap, or fat32,ext,swap, or fat32,swap
If it's possible that you have fat32,swap,ext,ext or something like that, the recovery won't work right!
madmaxx82 said:
Yes, most probably..
To you who are S-ON what do you use? Fake flash?
Sorry I don't know much about the desire.
Regarding the Bug identifying sd-ext as swap: can it be that the partition types are mixed up with some of you? I mean swap not being the LAST one?
I always thought with all those a2sd techinques, you would partition swap at last, i.e: fat32,ext,ext,swap, or fat32,ext,swap, or fat32,swap
If it's possible that you have fat32,swap,ext,ext or something like that, the recovery won't work right!
Click to expand...
Click to collapse
I don't have swap. I only have one ext partition at 512MB.
The partitions that were detected on my device were initially:
Data - ext4
Cache - ext4
sdcard - fat32
sd-ext - ext3
Then after I tried to convert sd-ext to ext4 using a restore method (supported by the recovery?) my partitions were detected as:
Data - ext4
Cache - ext4
sdcard - fat32
swap - swap
I have no idea what this means.. and I can't really help you with bugtracking coz I need my phone up and running during daytime
bugfix2k said:
Tried using this and at first it detected my ext3 partition and everything seemed fine. I made a backup and chose to convert sd-ext to ext4 on that backup at next restore.
Made a full wipe and restore from the latest backup. After reboot this recovery now detected my sd-ext as a 512MB swap and refused to restore ext-data to it.
I had to go back to CWM 3.1.0.1 and do a full wipe -> restore to get my system up and running again.
Did I do something wrong, or did I not understand how the recovery is supposed to work?
Click to expand...
Click to collapse
This is strange indeed. This feature works without problems since many weeks.
Could you please tell me how your partition table looked like and what file system you had on your sd-ext partition that you migrated to ext4?
bugfix2k said:
I don't have swap. I only have one ext partition at 512MB.
The partitions that were detected on my device were initially:
Data - ext4
Cache - ext4
sdcard - fat32
sd-ext - ext3
Then after I tried to convert sd-ext to ext4 using a restore method (supported by the recovery?) my partitions were detected as:
Data - ext4
Cache - ext4
sdcard - fat32
swap - swap
I have no idea what this means.. and I can't really help you with bugtracking coz I need my phone up and running during daytime
Click to expand...
Click to collapse
It detected data cache as ext4?!?
That's a major bug then. I'm very sorry.. extremely strange that sebastiaan and me didn't find that one.
Will look into that..
Please anyone who discovers any bug, please use the menu item in advanced to copy recovery.log to sd-card and send me the log.
Thanks in advance
I 'll take this recovery offline if it's like you say!
Is this the source repository: github.com/arco/?
AlxMAX said:
Is this the source repository: github.com/arco/?
Click to expand...
Click to collapse
???
It's based on koush's sources in the cyanogen repo only
madmaxx82 said:
It detected data cache as ext4?!?
That's a major bug then. I'm very sorry.. extremely strange that sebastiaan and me didn't find that one.
Will look into that..
Please anyone who discovers any bug, please use the menu item in advanced to copy recovery.log to sd-card and send me the log.
Thanks in advance
I 'll take this recovery offline if it's like you say!
Click to expand...
Click to collapse
I'll try it again and post the log then. Gimme a few mins.

4EXT Recovery Classic v2.2.7 RC5 | TAR BACKUPS | Convert FS | ..

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Quick note about themes:
Available themes as of Oct/17:
Themes by GuestK00388
Themes by Apaquette420
Themes by Whiskey103
Themes by Amresh
Themes by Apaquette420
Themes by CWhitney24
Themes by DaMyth
Themes by Blindndumb
To uninstall any "flashed theme" and to revert to your own custom settings you had before flashing, just use this Theme Uninstaller in recovery.
It will clear any theme you might have flashed and revert to your own custom settings you had before flashing that theme!​​
THANKS:
All credits and my deepest respect go to Koush for his extremely great code!
Without him 4EXT Recovery wouldn't have been possible!
Biggest thanks possible go to Sebastiaan15 for his brilliant ideas and who spent whole weeks testing my buggy code with his Desire
Without you I could never have made it!!!
So BIG THANKS to SEBASTIAAN15 and KOUSH for his hard work with CWMR !!!
Many credits to the Desire S community ( especially to loveboatcaptain - LBC Mod Android Development and Marylandcookie ) for testing, very nice ideas, feature suggestions and helping to get the code running on the Desire S!
Special big thanks to RAVENNA from android-hilfe.de board for hours of testing for the Desire!
BIG Thanks to Hussainmushahid who helped me a lot spending much of time with solving a bug I could not reproduce on my device.
And many thanks to all users who reported and helped to identify problems ( can't any longer list all of you here since the list has grown too large )!
Even more thanks to people who 've bought me some beer YOU ROCK!! ZEEKIZ, A USER, PHILOS64, STEVEATHOME, PREACHER65, BEN_PYETT, ULTRA DROID, PTR_HAMILTON, BEANBEAN50, SEBASTIAAN15 and LOVEBOATCAPTAIN
​
v2.2.6 RC4 Released: Oct/01
Rare Superuser problem when tar backups were enabled (disabled by default) was fixed.
Converting partitions between ext3 and ext4 without data loss now correctly calculates the space needed to successfully complete the operation
New option: check and optionally repair the file system on your sdcard (fat32)
Removed duplicate format cache option inside the format menu (wipe cache does the same)
When formatting fat32 it will now save your 4ext.prop settings and restore them afterwards
Changed partitioning of the sdcard to not use LBA mode for new fat32 partitions as requested by Ghiki
Added new size option (128mb) to the partitioning menu per request
Parted is no longer used to format fat32 in the partition menu
-> This solves a bug where sometimes the creation of the fat32 file system failed and produces better quality results​
4EXT Recovery themes should now stay when formatting /system or flashing new roms
New option: format /sdcard fat32
New 4EXT Recovery Control API because I'm forced to drop "extendedcommand" (see App for the reason why)
enables file names and directories to include spaces for installations​
calculates needed space to complete a full or advanced backup at the beginning of the backup.​
This ensures that you are not left with a non working backup.​
Size for recovery greatly reduced
New 4EXT Recovery Control Features
Please see www.4ext.net for more.
Fix permissions
Calculate real values for the space needed to create a new full or advanced backup
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
As an example, the following would be possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Features: Use 4EXT Recovery Control or Recovery Updater for complete Changelogs and Known issues!
not all features may be relevant for all devices
Displays additional information:
Identifies your current rom and displays its name
Current filesystems on your partitions
Free space remaining of all of your volumes
Current battery charge level
Backup | Restore:
Correctly calculates free space needed to complete a backup ( version > 2.2.6 RC4 )
Tar backups (can be switched on or off)
Complete CWMR5 compatibility
All Backups you create will be named after your currently installed Rom for easier identification.
Never unwillingly get "downgraded" to EXT3 again
Always restores backups using the file systems you HAD on your partitions at the time of creation!
-> all partitions formatted with ext4 at that time, will be restored to ext4. The same is true for ext3.​
You can manually change any existing Backup to ext4 or ext3
-> so that after a restore, all partitions and up with the file system you wanted!​
Advanced Backup: backup only a single partition
Convert any of your partitions to EXT4 or EXT3 without data loss.
Formatting:
When you wipe or format it will always use the same file system you currently have.
-> but you can change that​
When you format ext4 it will always create an aligned file system
Correctly identifies unformatted sd-ext partitions
-> if it finds one it displays a warning and suggests you may format them by visiting the 4EXT menu​
Filesystem check and repair option in advanced menu
Partitioning:
Alignment check of your partitions
Full support for up to 2 sd-ext partitions + swap (Backup/restore/format/convert, fsck, et.c.)
(RE-) Partition your sdcard for sd-ext without removing your fat32 partition.
All partitions created with 4EXTRecovery will be perfectly aligned to 4k
Installing:
Integrated md5sum checking option
Themes:
Customize all colours used throughout recovery
Use your own icons, background images, progress bars.. more to come.
Assign different backgrounds to different menu categories (version >= 2.1.2)
Create a flashable zip for others to flash your theme.
Menus:
Most popular menu items rearranged
Format menu
Power Menu + option to reboot into bootloader
Less "No's" in confirmation dialogues
Changed Advanced Restore: first select what you want to restore, then select the backup
-> Useful for restoring from "Advanced Backups"​
4ext.prop:
Configuration file on your sdcard where you can set options to be used by 4EXTRecovery
Change all settings conveniently with 4EXT Recovery Control
Many more options to come
Share your settings / themes by packing your config into a flashable theme
Other stuff:
USB Storage Autostart (must be switched on)
Mount usb storage exposes all partitions on your sdcard to the os (not just fat32)
-> you could even partition your sdcard from your PC while connected via USB​
Switch haptic feedback on/off
You don't need to reboot recovery if you transferred a file to show up in the install menu.
-> This bug affected only some users with either CWMR or previous versions of 4EXT.​
Button backlights (Desire S, Desire HD and Incredible S only)
​
Download:
All downloads are now available through 4EXT Recovery Updater. It's free, no ads, no tracking, no nothing, don't worry
.. and of course via 4EXT Recovery Control
This ensures that your downloads are ok by automatically verifying md5sums and that known issues and changelogs are easily accessible
It also notifies you when there are any new critical bugs found
Recovery images will be uploaded for download soon too, but they can also be acquired easily by using Updater or Control.
You can for example just download a recovery.zip containing the image. The download will be automatically verified for correct md5sums!
4EXT Recovery Control
Free version: Recovery Updater
Fully featured version: 4EXT Recovery Control
For a list of its many features, visit www.4ext.net
Some examples :
Flash as many zip files you want in one go
Automatically calculate and display the md5sums of all zip files you are going to flash
Check your backups' health to ensure they will restore later when you need them, by verifying their md5sums!
Optionally, but highly not recommended:
If md5sums don't match but you REALLY NEED that backup BADLY, you might want to restore it anyway.
You can you this app to fix the md5sums of a given backup to "forcefully" restore it!​
Calculate real values for the space needed to create a new full or advanced backup
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
Identifies and adds your romname so you don't need to type so much when chosing a meaningful name for your backup
As an example, the following is possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Much, much more! See www.4ext.net
Recovery theming
Uninstall and Install themes with live preview and the option to change their colours without the need to reboot into recovery.
Change all colours with live preview and a nice colour picker.
​
Looks interesting, flashing it now..
shadiku said:
Looks interesting, flashing it now..
Click to expand...
Click to collapse
Great
Let me know what you think and if you have any issues..
Seems nice. Gonna test it soon.
Sent out of my Free Candy Van.
Flussen said:
Seems nice. Gonna test it soon.
Sent out of my Free Candy Van.
Click to expand...
Click to collapse
Thnx
Nice, already flash. I have a silly question though, it says my sd-ext is not formatted, please select in 4ext to format, but i couldn't find any option to format my sd-ext.
SAPPH1RE said:
Nice, already flash. I have a silly question though, it says my sd-ext is not formatted, please select in 4ext to format, but i couldn't find any option to format my sd-ext.
Click to expand...
Click to collapse
Same here, plus my sdcard was not mounted after selecting mount/storage. Look interesting and promising though
how to install
how do i install this?
oluwaponmile said:
Same here, plus my sdcard was not mounted after selecting mount/storage. Look interesting and promising though
Click to expand...
Click to collapse
Hi,
so toggle usb storage does not work? There is no option to expose the sdcard on your pc anymore in the mounts and storage menu.. there's "toggle usb storage" in the main menu for that
SAPPH1RE said:
Nice, already flash. I have a silly question though, it says my sd-ext is not formatted, please select in 4ext to format, but i couldn't find any option to format my sd-ext.
Click to expand...
Click to collapse
I suppose you don't have any sd-ext
This must be a bug of my recovery mod then specific to the desire hd.
Can you please send me your recovery.log? There's an option in advanced menu to copy it to your sdcard...
It is so amazing. It push to the max the way I wanted my phone to be. And to be honest, I love the option to change the color. Adopted.
Sent from my Desire HD using XDA Premium App
madmaxx82 said:
I suppose you don't have any sd-ext
This must be a bug of my recovery mod then specific to the desire hd.
Can you please send me your recovery.log? There's an option in advanced menu to copy it to your sdcard...
Click to expand...
Click to collapse
Actually, i already partition my sdcard for sd-ext with cwmr earlier
Nvm, will post the recovery.log a bit later..
Regarding the sd-ext not formatted problem:
Please try the version I'll upload in a few mins..
It might be that I have simply forgotten some changes in the makefiles.
SAPPH1RE said:
Actually, i already partition my sdcard for sd-ext with cwmr earlier
Nvm, will post the recovery.log a bit later..
Click to expand...
Click to collapse
Oh, so you really have an sd-ext?
Then everything is clear! I forgot to add this to recovery.fstab!
I will post the new version shortly!
Paradoxxx said:
It is so amazing. It push to the max the way I wanted my phone to be. And to be honest, I love the option to change the color. Adopted.
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
Thank you very much for your positive feedback
I uploaded the new version... I hope it solves the error..
madmaxx82 said:
I uploaded the new version... I hope it solves the error..
Click to expand...
Click to collapse
Thanks, downloading now. BTW, the recovery log file shows up empty. Nothing in the log file.
Edit: Nice, now it shows my sd-ext as ext4. Awesome job and awesome recovery. Thanks again.
SAPPH1RE said:
Thanks, downloading now. BTW, the recovery log file shows up empty. Nothing in the log file.
Edit: Nice, now it shows my sd-ext as ext4. Awesome job and awesome recovery. Thanks again.
Click to expand...
Click to collapse
Great the problem was solved
Thnx for your feedback and the bug report!
xzellenz said:
how do i install this?
Click to expand...
Click to collapse
Flash it via clockworkmod recovery or use the oneclick version to do this when your phone is booted (you need drivers for your phone installed for that to work!)
madmaxx82 said:
Great the problem was solved
Thnx for your feedback and the bug report!
Click to expand...
Click to collapse
You are welcome, glad i can help.
Still, with rc2b, the recovery.log is empty or am i did something wrong?

[TOUCHCOVERY] 4EXT Recovery Touch v1.0.0.6 RC2 | with SmartFlash for s-on

Proudly presenting:
4EXT Recovery Touch
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
brand new user interface: "4EXT UI"
touchscreen only
extremely fast
much more useful features than the already feature-packed 4EXT Recovery Classic v2.2.7 RC5 (see 2nd post)
4EXT SmartFlash for s-on devices
optionally save space by configuring recovery to exclude /cache from backups
you can configure recovery to save even more space by excluding dalvik-cache from backups
calculates real space needed to complete a backup to save you from troubles
detects your local time zone
-> correct time is used for backups you start from within recovery
allows you to change md5sum check behaviour
displays and updates your current battery level in real time
scrollable texthistory (drag down the statusbar)
built-in interactivity (yes/no questions) for updater-scripts
built-in screenshot functionality
extensive theming capabilities!
nearly ALL YOU SEE is changeable.
"worker bar": create your own custom animations, there are (nearly) no limits! Use any shapes/sizes/animations et.c.
extra low cpu needed for that: absolutely no negative impact on backup/restore speed.
async UI rendering for optimal performance for the "heavy tasks" like backup/restore
backups even faster than with usual recoveries.
.. explore the new interface to see more
includes all features of 4EXT Recovery Classic
​
About 4EXT SmartFlash ​
This is a new feature that allows recovery to flash your boot partition just like as if you were s-off.
Credits and thanks to Team Win and Dees_Troy for their commitment to the community, for their amazing idea with the Dumlock and for extra contacting me only to offer that I may use it.
You guys really rock!
SmartFlash is a different approach to Team Win's HTC Dumlock
Just use your recovery like you would if your device were s-off
No preparations needed, other than telling the recovery that your device is actually s-on
This is done when you install recovery and answer the question that you are s-on with "yes"
You can also change that setting later on via RecoveryControl -> Recovery settings, or by editing 4ext.prop manually
Recovery will autodetect any changes done to "boot" and only attempt to flash your boot partition if it was really changed
This even reduces unnecessary writes to "boot" when for example a new rom uses the same kernel as your previous one
Before updating your boot partition, recovery will always backup your boot partition to your sdcard just for the case something goes wrong
Only the 4 latest boot images are stored, older ones will be removed automatically to prevent taking up too much space.
In case you want to enable or disable that feature temporarily, you can use a switch inside the tools menu in recovery
​
How it works:
Recovery will detect any requested changes for your boot partition
When you reboot out of recovery, it will prepare updating your boot partition on next rom start
This means that your boot partition will be updated when you see the HTC Splash screen, followed by 1 reboot
So basically the only visible difference to when you are s-off is one additional reboot, which takes only a few seconds.
Recovery is NOT flashed to boot and boot is also only flashed once/update
Recovery will only attempt to flash your boot partition if it was really changed
Limitations:
Radio and firmware:
Usually those are flashed via bootloader flashable zips or fastboot even on devices that are s-off.
But in case you wondered: this does not enable you to flash new firmwares or radio images via recovery.
NOTE: You cannot use SmartFlash to SWITCH between Gingerbread and ICS roms/firmware. You must do that manually.
SmartFlash needs a working kernel to be able to upgrade your boot partition.
It cannot work in case your current kernel is incompatible with your device/hboot or has been wiped outside of recovery.
For example you cannot erase boot via fastboot and then start up recovery to update your kernel.
However you don't need a working rom to use it.
The only requirement is that your current kernel is able to start (this happens before you see the boot animation) and that your system partition is mountable.
​​
INFO: ​
For App and Rom devs:​
Make use of the Recovery Interface Api provided by the (free and paid) 4EXT Recovery Apps to push updates/mods/addons for auto installation.
Very easy to use and to integrate into Apps or even shell scripts.
Please check 3rd post.​
Info regarding 4EXT Recovery Touch and its yesno feature, or any interactive installer scripts you might already use, please see 3rd post.​
​
Themes for 4EXT Recovery Touch:
Official 4EXT Recovery Themes Index & Discussion Thread
​
Download​
All downloads are available through 4EXT Recovery Updater.
It's free, no ads, no tracking, no nothing, don't worry
..and of course via 4EXT Recovery Control
This ensures that your downloads are ok by automatically verifying md5sums and that known issues and changelogs are easily accessible
When you install or download a recovery via the app it makes sure that your recovery config is correctly set up.
It allows to automatically setup your time zone for recovery.
You can use it to get notified about updates regarding your recovery version
You can configure it to get notified in case any critical bugs have been discovered of the recovery version you currently have installed.
It allows me to update known issues/changelogs immediately and to quickly pull a newly released version if there were reports about critical bugs
You can also use it to just download a recovery.zip containing the image. The download will be automatically verified for correct md5sums!
​
By default the app also saves the recovery.img you flash on your sdcard,
so you can use it to flash the recovery via fastboot in case you need to do that one day.
If you somehow lost those files, there's a direct download for a version you can flash via fastboot.
4EXT Recovery Control
Free version: Recovery Updater
Fully featured: Recovery Control
For a list of its many features, visit www.4ext.net
Some examples :
Very easy to use, but also includes an extensive set of features available via "advanced mode"
Comfortable configure all settings of recovery
Calculate the space needed to create a new full or advanced backup
So you can make sure the backup will succeed before even rebooting into recovery.
Advanced Backups: While you are selecting / deselecting partitions, it will display and update the currently needed space to complete that custom backup set.​
Identifies and adds your romname so you don't need to type so much when chosing a meaningful name for your backup
When you restore a backup, the app does the md5sum check instead of the recovery
This ensures that you know whether the restore process will succeed before even rebooting into recovery​
Flash as many zip files you want in one go
Automatically calculate and display the md5sums of all zip files you are going to flash
Check your backups' health to ensure they will restore later when you need them, by verifying their md5sums!
Optionally, but highly not recommended:
If md5sums don't match but you really need that backup badly, you might want to restore it anyway.
You can you this app to fix the md5sums of a given backup​
As an example, the following is possible to do in just one session:
Restore a backup, set to create a backup / advanced backup before the restore,
format all partitions with a file system of your choice before the restore process starts,
flash additional zip files afterwards, fix permissions and select to stay inside recovery or to reboot automatically once all actions are complete.​
Much, much more! See www.4ext.net
Big thanks to craacK for a lot of great icons!
​
Thanks:​
Big thanks to DolphiCom for all the graphics, the worker bar and a whole lot of great ideas and to the many great testers who spent all day/night testing, reporting bugs, making suggestions, helping with decisions:
Jotha, craacK, Patrics83, Euphorie, Mike1986, Whiskey103, ptr_hamilton, Lizard, TheUntouchable
Big thanks to Jotha and Whiskey103 for testing the themes features creating and their first themes for 4EXT Recovery Touch.
Also Big thanks to all the donators to 4EXT Recovery and everyone who has bought 4EXT Recovery Control! Without you I wouldn't be able to spend as much time with the project:
SO A HUGE THANK YOU!​
FRANKIE-BOY, SYRAKUS, FISHA21, ZJXPOT, ZEEKIZ, A USER, PHILOS64, STEVEATHOME, PREACHER65, BEN_PYETT, HAWST, ANIT77, ULTRA DROID, PTR_HAMILTON, BEANBEAN50, SEBASTIAAN15 and LOVEBOATCAPTAIN
Of course BIG THANKS to KOUSH for ClockworkModRecovery!
Without him, 4EXT Recovery wouldn't exist!​
Thanks a lot to the following users for initial testing for specific devices :
SPEEDYCARV, PTR_HAMILTON, JAMESCLINTON, SNOWBOARDKID503, MJESSE81, SEBASTIAAN15, THEUNTOUCHABLE, BMONSTER, ANDREIGHERGHE, PRESTON74, MADKAI, YASIR, PLAYPETEPP
IPERZAMPEM0, THESHAWTY, JBBANDOS, GREGFERNS and INCREDULOUS
Special thanks to Invasion2 and Stlouie65 for spending at least 10 hours of their time helping me debug a really nasty issue on the myTouch 4G!
Also thanks for obtaining calibration values for the touchscreen:
Mjesse81,
Speedycarv,
Wolfepakt
Jaibar
Jayallen1980
Stlouie65
Invasion2
PacerguyDon
Ben_Pyett
Dargocitfer
Darknessrise1234
Lizard
Azazel71
​
Kernel: official HTC kernel sources.
Features of 4EXT Recovery Classic:
(Use 4EXT Recovery Control or Recovery Updater for complete Changelogs and Known issues!)
not all features may be relevant for all devices
Displays additional information:
Identifies your current rom and displays its name
Current filesystems on your partitions
Free space remaining of all of your volumes
Current battery charge level
Backup | Restore:
Correctly calculates free space needed to complete a backup ( version > 2.2.6 RC4 )
Tar backups (can be switched on or off)
Complete CWMR5 compatibility
All Backups you create will be named after your currently installed Rom for easier identification.
Never unwillingly get "downgraded" to EXT3 again
Always restores backups using the file systems you HAD on your partitions at the time of creation!
-> all partitions formatted with ext4 at that time, will be restored to ext4. The same is true for ext3.​
You can manually change any existing Backup to ext4 or ext3
-> so that after a restore, all partitions and up with the file system you wanted!​
Advanced Backup: backup only a single partition
Convert any of your partitions to EXT4 or EXT3 without data loss.
Formatting:
When you wipe or format it will always use the same file system you currently have.
-> but you can change that​
When you format ext4 it will always create an aligned file system
Correctly identifies unformatted sd-ext partitions
-> if it finds one it displays a warning and suggests you may format them by visiting the 4EXT menu​
Filesystem check and repair option in advanced menu
Partitioning:
Alignment check of your partitions
Full support for up to 2 sd-ext partitions + swap (Backup/restore/format/convert, fsck, et.c.)
(RE-) Partition your sdcard for sd-ext without removing your fat32 partition.
All partitions created with 4EXTRecovery will be perfectly aligned to 4k
Installing:
Integrated md5sum checking option
Menus:
Most popular menu items rearranged
Format menu
Power Menu + option to reboot into bootloader
Changed Advanced Restore: first select what you want to restore, then select the backup
-> Useful for restoring from "Advanced Backups"​
4ext.prop:
Configuration file on your sdcard where you can set options to be used by 4EXTRecovery
Change all settings conveniently with 4EXT Recovery Control
Many more options to come
Share your settings / themes by packing your config into a flashable theme
Other stuff:
USB Storage Autostart (must be switched on)
Mount usb storage exposes all partitions on your sdcard to the os (not just fat32)
-> you could even partition your sdcard from your PC while connected via USB​
Switch haptic feedback on/off
Button backlights
​
Recovery Interface Api for Apps and Scripts​
Both: free and paid 4EXT apps now provide a very easy to use interface you can use to access 4EXT Recovery from within your shell scripts or apps.
Features:
wipe cache
wipe dalvik
wipe data / factory reset
install multiple zips at once
backup
If you are interested, please download this zip file with examples​
How to make use of 4EXT Recovery Touch from within updater-scripts:​
Since Beta 1.0.0.3 Beta 4 you can do the following:
identify whether the user is running 4EXT Recovery Touch or not (to use or not to use the following commands)
make use of the native yes/no dialogue (confirm / cancel buttons)
prevent recovery from redrawing the screen ( in case you need to use your own 3rd party interactive binary )
​
To identify 4EXT Recovery Touch:
Code:
if getprop("ext.edition") == "ng" then
<your code>
endif;
To use the native confirm dialogues:
Code:
ui_print("4ext: show_yesno"); # <-- recovery will pause your script and display "yes / no" buttons.
run_program("/sbin/sleep", "2"); # <-- for safety since the above is executed asynchronous
#check the return value by calling:
if getprop("ext.confirm") == "yes" then
<yourcode>
endif;
To prevent recovery from redrawing the screen ( if you want to use an external binary that needs to occupy the screen and get the focus )
Code:
ui_print("4ext: disable_scrn_update");
# don't forget to enable it again after your yesno binary or graphical installer is finished, by calling:
ui_print("4ext: enable_scrn_update"); #otherwise the recovery will appear to be frozen as it won't update the screen anymore.
Yeah! Finally
This one is really awesome Max
Thank you so much for all the hard work you've put into this!
Cheers Pete
Wuhu Now its official, the best recovery is live!
Nice, Congratz Max
Update?
Oops, premature post..... just rechecked OP to find update to 2.1.4 will be available later.
Thats a market problem, check it later again
oh yeah!finally is out!great job man!
OMG! that's truly awesome...
TheUntouchable said:
Thats a market problem, check it later again
Click to expand...
Click to collapse
It's available at slideme
Congrats Maxx to that very fine and advanced piece of software.
just installed it and...it is SIMPLY AMAIZING!
super nice cool and great ! hope to see much more cooler themes !
This recovery is Legen.... wait for it!!! Dary!!!!
Dude, this is simply magic! Saving many buttons. Great job, thanks!
this recovery is awesome!!!!!
thx alot max
Finally out for everyone!
oooh, that it absolutely magnificent
Thank God for this, buttons will be saved
Thanks!
Sent from my Sensation using XDA App

[ROM 2.3.7][HTC DREAM] Infinite dreams [Final - 7.1.2014]

Infinite Dreams
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
http://d-h.st/UjG
Install:
(Instructions based on AmonRa recovery)
- Reboot Recovery
- Place on root of your sdcard [Alt+T] USB-MS toggle
- wipe data/factory reset
- wipe cache
- wipe dalvik cache
- Flash zip from sdcard
- Select Rom
- Reboot
- Done (Just wait)
Note:
We did all tests on:
- HTC Dream 32B T-mobile
- SPL: 1.33.0013d
- Radio: 2.22.28.25
- AmonRa Recovery 1.7
- Ext4 partition
- Swap partition
SD Card Partitioning using AmonRa
We used 1GB sd-card with following partitioning:
- 128 MB Swap
- Ext2 (Default - 512 MB)
- Fat32 rest of my SD card
**Power off, then boot into recovery again**
In recovery navigate to Partition sdcard > SD: ext2 to ext3
**Power off, then boot into recovery again**
In recovery navigate to Partition sdcard > SD: ext3 to ext4
**Power off, then boot into recovery again**
In recovery navigate to Flash zip from sdcard > update_signed_final.zip
In recovery select Reboot system now
Click to expand...
Click to collapse
Credits:
@enricocid
@ezterry
@damnitpud for autosign tool
@Nick N
@sassibob my inspiration :=)
Note:
Don't ask "Why this? HTC G1 is old and dead, why this ROM?"
Because we still love HTC G1! :laugh:
_____________________
Features & Changes done:
- Based on Gingerbread 2.3.7
- Kernel Version: ezgb-v1.5.2
- framework.jar smooth scroll patch (disabled scrollingcache)
- Zipaligned
- SystemUI:
. k/b meter
. new icons
. power widgets
. clock+data in status bar expanded
. settings shortcut
. new pulldown header
. notification colors revisited
- Settings:
. added preference categories (Wireless&Networks, Device, Personal etc ... )
. extra dreams settings (ezgb settings)
. superuser shortcut
. new grey settings header
. changed settings framework background
. added ROM info+banner in about phone
- framework-res:
. changed lot of icons and styles!
. new platlogo
. new scrubbers (ics style)
. new progress bars (ics style)
- Revisited Launcher2
. new wallpapers
. removed default widget on boot
. new dock icons
- Revisited DeskClock widget
- Revisited MMS
- Revisited Calculator
- Revisited Phone
- Revisited Contacts
- Revisited Playstore
- Revisited SetupWizard
- Custom Bootanimation by me
- Custom sounds from kitkat
__________
Screenshots
Tweak Android for Performance, and increase battery by Saving Power Usage with Sysctl:
http://forum.xda-developers.com/showpost.php?p=3917785&postcount=1 @defconoi
Other tips:
http://forum.xda-developers.com/showpost.php?p=9987685&postcount=1
Here you can find radio etc:https://code.google.com/p/g1tools/downloads/list
Search in the forum!!!
Optional:
After first setup wizard, after first boot, I delete:
go to Vendor/app
- GalleryGoogle (i use quick pick)
- GenieWidget
- Gmail (i use cloud magic)
- Google backup transport
- Goolge feedback
- Google search
- Latine ime tutorial
- Media uploader
- One time
- Setup Wizard
- Talk
System/apps
- TTs
- Protips
- Sound recorder
- Music (clean music)
- Email
- File Manager (i use Root explorer)
Usefull apps:
- Android terminal
I used droidatscreen for screens!!! http://droid-at-screen.ribomation.com/
Guess I'll pull the G1 out and give it a shot. Thanks!
Fun to see a new ROM! Nice
Sent from my Nexus 4 using XDA Premium 4 mobile app
Can't get past the Welcome to Gingerbread Dream screen. It seems to register that I touched the center of the screen but never advances. I can touch Emergency Dialer and Change Language with no problem.
---------- Post added at 10:26 PM ---------- Previous post was at 10:21 PM ----------
Also, for those of us that haven't partitioned/formatted to ext4 in a while... Power off and boot into recovery each time when setting up swap, ext2 to ext3, and ext3 to ext4. I kept getting "Error : type "fs ext2" in adb" message when trying to do it all at one time.
SD Card Partitioning using AmonRa
**With a fresh FAT32 formatted SD card inserted into the device boot into AmonRa recovery by holding down Home + Power button while power is off**
In recovery navigate to Partition sdcard > Partition SD then set:
- 128 MB Swap
- Ext2 (Default - 512 MB)
- Fat32 rest of my SD card
**Power off, then boot into recovery again**
In recovery navigate to Partition sdcard > SD: ext2 to ext3
**Power off, then boot into recovery again**
In recovery navigate to Partition sdcard > SD: ext3 to ext4
**Power off, then boot into recovery again**
In recovery navigate to Flash zip from sdcard > update_signed_final.zip
In recovery select Reboot system now
Used this old trick to bypass the Welcome/Activation screen:
Source: http://theunlockr.com/2010/09/20/how-to-bypass-the-activation-screen-on-the-motorola-droid-x/
1. On the Welcome screen with the touch the android to begin icon, do the following:
2. Tap the top left corner of the screen then
3. Tap the top right corner of the screen then
4. Tap the bottom right corner of the screen ( just above the grey bar along the bottom with emergency dial and change language in it) then
5. Tap the bottom left corner of the screen ( just above the grey bar along the bottom with emergency dial and change language in it).
6. That’s it, should pop up the home screen shortly, if not retry. Remember not to drag your finger, simple tap top left, top right, bottom right, bottom left.
Looking good so far guys! :good:
---------- Post added at 12:55 PM ---------- Previous post was at 12:02 PM ----------
Are gapps built in or a separate flash for this ROM? I am assuming separate since Market (Google Play) closes immediately and I cannot add a Google account. That could explain why I had to bypass the activation screen. I do like it though. I am at work so I cannot flash gapps right now, I will try when I get home tonight.
gapps:
http://goo.im/gapps/gapps-gb-20110828-signed.zip
http://wiki.rootzwiki.com/index.php/Google_Apps#20110828
ivn888 said:
gapps:
http://goo.im/gapps/gapps-gb-20110828-signed.zip
http://wiki.rootzwiki.com/index.php/Google_Apps#20110828
Click to expand...
Click to collapse
That was definitely the issue as I was able to "activate" and access the Play store once I flashed gapps from recovery. I should have asked earlier.
Awesome, I'll try this and add it to the G1 Oracle when I have time... Which will be a while
Thank you, very good ROM .
I installed it with "latest" CWM recovery and all seems to run well. I had no made EXT partition or Swap because
in CWM , if I'm not wrong, ther's no option to do it...
Any suggestion to optimize the ROM in this configutation or is mandatory to make partitions in Amon-RA Recovery ?
I tried to OC a little the cpu but phone reboot and some app FC's...
Nice graphics !!
EDIT:
Partitioned and swapped via Rom Manager after Rom installation. All is good but app's launch is very slow and still causes FC's .Do i have to re-flash the ROM ?
OC cpu now seems stable at 576mh ...
Thank you so much for continuing to make the G1 a usable phone! It makes me really happy to see people still giving this relic love
thnx for this rom
Nice work, thanks ivn888! Good to have a reason to dust off the ole G1. Having a physical keyboard for texting is tops!
I did things in the order presented in the first post, which means I ended up formatting the SD card after flashing the rom. I figured out that I can take advantage of the new ext4 partition by using link2sd, but will the rom automatically make use of the new swap partition I've created, or do I need to reinstall the rom now?
Also, I would like to change the number of home screens, but none of the regular methods (pinching, Menu->Edit etc) seem to work. Do I need to edit the relevant XML?
EDIT: NVM, I just replaced the launcher and used Swapper2 to activate the whole 128mb of swap space. Oddly, the system was only using 8mb of swap before that.
French ROM or only English ?
Compatible with ?
Radio 2.22.19.26i
Hboot 1-33.2005
Dream pvt 32b Env s-off
Cyanogène rom
Recovery clockworkmod v 2.5.07
Thank you very much d'or answer
taz22 said:
French ROM or only English ?
Compatible with ?
Radio 2.22.19.26i
Hboot 1-33.2005
Dream pvt 32b Env s-off
Cyanogène rom
Recovery clockworkmod v 2.5.07
Thank you very much d'or answer
Click to expand...
Click to collapse
I tried
Error: the signature is not certified
Sorry, I'm French
Van you help me ?
Try toggling the signature verification in cwm recovery.
Otherwise as noted in OP they tested with Amon_Ra recovery which you could easily flash to with fastboot
demkantor said:
Try toggling the signature verification in cwm recovery.
Otherwise as noted in OP they tested with Amon_Ra recovery which you could easily flash to with fastboot
Click to expand...
Click to collapse
Thank you
Thanks to you, it worked
Nice Rom
Thank's for this ROM from France!!!
Only one bug with physical keyboard : letter a/q and z/w.
Thanks!!!
I'm here to thank the autor of this custom ROM and to let everybody know that I've just flashed it and that the HTC G1 is still my everyday phone.
Se'ya.

Categories

Resources