Android-dev.it Community

 
Annunci

:arrow: Benvenuto!, se non sei ancora un utente registrato: puoi registrati qui, oppure effettua il login
:arrow: Apri un forum sul tuo nuovo smartphone Android e collabora con noi! (dettagli)

www.agendadigitale.org
Image


Sponsor
It is currently Thu May 24, 2012 9:33 am

All times are UTC + 1 hour


 Topics   Replies   Views   Last post 
No new posts На интернет-витрине

by popowahgjfghjoiuyt on Sat May 19, 2012 2:25 pm in Amministrazione

0

18

Sat May 19, 2012 2:25 pm

popowahgjfghjoiuyt

No new posts Apri un forum sul tuo nuovo smartphone Android!

[ Go to page: 1, 2, 3 ]

by ReattileGar on Fri May 18, 2012 5:27 pm in Amministrazione

27

12556

Fri May 18, 2012 5:27 pm

ReattileGar

No new posts Новый: базы для хрумера - профессиональный софт для СЕО.

by Renatafe on Fri May 18, 2012 3:14 pm in Amministrazione

0

27

Fri May 18, 2012 3:14 pm

Renatafe

No new posts Attachment(s) Google Maps navigator for Europe! (DREAM/MAGIC 32B) NEW!

[ Go to page: 1, 2, 3 ]

by barnettmmolive2012 on Wed May 16, 2012 7:40 am in Progetti e applicazioni per Android

27

4144

Wed May 16, 2012 7:40 am

barnettmmolive2012

No new posts Pace is undoubtedly the vital affordable Jerseys Wholesale d

by barnettmmolive2012 on Wed May 16, 2012 7:36 am in Amministrazione

1

49

Wed May 16, 2012 7:36 am

barnettmmolive2012




Post new topic Reply to topic  [ 11 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: [Info] Recovery RA 1.x+
PostPosted: Mon Nov 30, 2009 1:29 pm 
Offline
User avatar

Joined: Sat Oct 03, 2009 6:29 pm
Posts: 277
Location: Milano
Cellulare Android: HTC Dream
Operatore: Wind
Punti Android: 365
Segnalo l'uscita della Recovery-RA versione 1.4.0

Ecco il link ufficiale da cui scaricare il file immagine: http://forum.xda-developers.com/showthread.php?t=566669

Features
full ADB access in recovery mode
Busybox v1.15.2 *UPDATE
HW-Key navigation (volume keys + CALL-ANSWER) option
Extended menu (with keyboard-shortcuts):
[HOME+Back] Reboot system now :: reboot your phone
[Alt+X] Go to console :: bring up the console
[Alt+T] USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC) *UPDATE
[Alt+B] Backup/Restore
[Alt+0] Nandroid backup :: Make a Nand backup (including Splash) *UPDATE
[Alt+1] Nandroid restore :: Restore a Nand backup
[Alt+2] Nand. rest. no recovery :: Restore a Nand backup without restoring the recovery (prevents restoring old recovery) *NEW
[Alt+3] BART backup :: Make a BART backup (Nand + ext)
[Alt+4] BART restore :: Restore latest BART backup
[Alt+F] Flash zip from sdcard :: Flash a zip update file from your sdcard
[Alt+W] Wipe
[Alt+0] Wipe data/factory reset :: Wipe /data and /cache
[Alt+1] Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext *UPDATE
[Alt+2] Wipe SD:ext partition : Wipe the ext partition on your sdcard
[Alt+3] Wipe battery stats : Wipe the battery stats in /data
[Alt+4] Wipe rotate settings : Wipe the sensor settings in /data
[Alt+P] Partition sdcard
[Alt+0] Partition SD :: Interactive SD partitioning
[Alt+1] Repair SD:ext :: Repair the ext partition
[Alt+2] SD:ext2 to ext3 :: Convert ext2 to ext3
[Alt+3] SD:ext3 to ext4 :: Convert ext3 to ext4
[Alt+O] Other *NEW
[Alt+0] Fix apk uid mismatches :: Does extacly that
[Alt+1] Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!) *NEW
[Alt+2] Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information) *NEW
Scripts available from console :
BART v1.0.1 (Backup and Restore Tool) : enter "utility" to start.
switchrom.sh V1.1 : enter "switchrom" or "u" to start.
sdparted v0.6 : enter "sdparted" to start. *UPDATE


I cambiamenti rispetto la 1.3.2:

- Changed the item select key to CALL ANSWER-key instead of HOME-key. The HOME-key was conflicting other operations.
- Added a "Nandroid restore no recovery" option which allows you to restore a nandroid-backup without recovery (handy when you don't want to overwrite your current recovery with an old nandroid backup recovery)
- Added "Other" sub-menu :
- Moved "fix apk uid mismatches"-item from main menu to "Other" sub-menu.
- Added "Move apps+dalv to SD"-item.
- Added "Move recovery.log to SD"-item (Check this log if you want to see what is going wrong).
- Fixed the Nandroid restore menu; an error message is now displayed when no nandroid backup or device-id was found (instead of showing an empty menu).
- Removed flash submenu and "Apply sdcard:update.zip" item, because we already have "Apply sdcard:choose zip".
- Removed "Wipe cache partition" item, wipe cache is already included in the "Wipe data/factory reset" item.
- Changed UMS-toggle enable behaviour; you can not access the menu while UMS is enabled (avoid mount issues).
- Changed some menu-item labels to make the options more clear.
- Fixed UMS-toggle disable behaviour; files are now refreshed in the menu (sdcard is unmounted).
- Updated the busybox binary to 1.15.2 which has fixes for ash and hush (`trap` handling), dd (fixed handling of I/O errors), find (fix for -follow and symlinks), pidof (corrected recognition of kernel thread names), sed (SEGV), uniq (memory leak), line editing (Ctrl-D works again), build system.
- The busybox binary was :
- statically linked against uclibc (0.9.30)
- configured to preferentially execute busybox applets
- busybox --install -s installs links into /data/local/bin (JF patch)
- mount looks for loop devices at /dev/block/loop (JF patch)
- modprobe and family look for modules in /system/modules (JF patch)
- fixed an issue with vi where it would save a file as just a blank file (JF patch)
- Compiled new kernel : RA-recovery-v1.0:
- increased CONFIG_MSM_CPU_FREQ_ONDEMAND_MIN to 384000
- enabled "Support for large block devices and files" to fix ext4 issues
- removed Multimedia device drivers as they are not needed in recovery mode
- removed Network File Systems as I don't see the real need for that in recovery mode
- applied mtd6 kernel patch from Cyanogen so splash1 and splash2 screens can be backed-up with nandroid.
- added all modules to /lib/modules in ramdisk
- Updated sdparted script to v0.6

_________________
Nexus S
Huawei Ideos
HTC G1 UK (T-Mobile) White
CyanogenMod 5.0.8 + Recovery-RA 1.7.0


Top
 Profile  
 
 Post subject: Re: Recovery RA 1.4.0
PostPosted: Mon Nov 30, 2009 8:04 pm 
Offline
Moderatore
User avatar

Joined: Mon Nov 16, 2009 11:12 pm
Posts: 239
Location: Stagno (LI)
Cellulare Android: HTC Magic
Operatore: Vodafone
Punti Android: 256
Ottima notizia, l'ho vista solo ora...
Non esiste ancora per il Magic, vero?

_________________
Image


Top
 Profile  
 
 Post subject: Re: Recovery RA 1.4.0
PostPosted: Mon Nov 30, 2009 8:43 pm 
Offline
Moderatore
User avatar

Joined: Thu Jan 15, 2009 12:53 pm
Posts: 4653
Location: Valli di Lisciano!! (Ascoli Piceno)
Cellulare Android: HTC Desire
Operatore: Wind
Punti Android: 5239
per magic è attualmente disponibile la 1.3.2!

_________________
HTC DESIRE ROOTED (no s-off)
Clockwork recovery
InsertCoin



MOTOROLA FLIPOUT ROOTED
No recovery (ancora per poco)
Rom original deblur 1.14.2



HTC G1 U.S.A ROOTED
Caution 2.2
SPL 1.33.2005
Recovery AmonRa



***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***


Top
 Profile  
 
 Post subject: Re: Recovery RA 1.4.0
PostPosted: Mon Nov 30, 2009 9:02 pm 
Offline
Moderatore
User avatar

Joined: Mon Nov 16, 2009 11:12 pm
Posts: 239
Location: Stagno (LI)
Cellulare Android: HTC Magic
Operatore: Vodafone
Punti Android: 256
Ok, sulla tua guida per la Hero ROM c'era scritto di fare il boot della Recovery modificata con
Code:
fastboot boot recovery.img

Posso anche flasharla usando
Code:
fastboot flash recovery.img


PS. Carina l'immagine del Magic? Se volete ne posso fare di simili per tutti gli altri Android!
Ciao

_________________
Image


Top
 Profile  
 
 Post subject: Re: Recovery RA 1.4.0
PostPosted: Mon Nov 30, 2009 9:15 pm 
Offline
Moderatore
User avatar

Joined: Thu Jan 15, 2009 12:53 pm
Posts: 4653
Location: Valli di Lisciano!! (Ascoli Piceno)
Cellulare Android: HTC Desire
Operatore: Wind
Punti Android: 5239
puoi flasharla con
Code:
fastboot flash recovery nomerecovery.img

o da terminale con recovery messa su sd con
Code:
su
flash_image recovery /sdcard/nomerecovery.img

o via adb con
Code:
adb remount
adb shell flash_image recovery /sdcard/nomerecovery.img

_________________
HTC DESIRE ROOTED (no s-off)
Clockwork recovery
InsertCoin



MOTOROLA FLIPOUT ROOTED
No recovery (ancora per poco)
Rom original deblur 1.14.2



HTC G1 U.S.A ROOTED
Caution 2.2
SPL 1.33.2005
Recovery AmonRa



***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***


Top
 Profile  
 
 Post subject: Re: Recovery RA 1.4.0
PostPosted: Tue Dec 01, 2009 12:14 pm 
Offline
Moderatore
User avatar

Joined: Thu Jan 15, 2009 12:53 pm
Posts: 4653
Location: Valli di Lisciano!! (Ascoli Piceno)
Cellulare Android: HTC Desire
Operatore: Wind
Punti Android: 5239
LA DISCUSSIONE SUI BANNERS E' STATA SPOSTATA ***URLs are hidden from guests, please register and login to view the hyperlink***
-------------------------------------------------------------------------------------

_________________
HTC DESIRE ROOTED (no s-off)
Clockwork recovery
InsertCoin



MOTOROLA FLIPOUT ROOTED
No recovery (ancora per poco)
Rom original deblur 1.14.2



HTC G1 U.S.A ROOTED
Caution 2.2
SPL 1.33.2005
Recovery AmonRa



***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***


Top
 Profile  
 
 Post subject: Re: Recovery RA 1.4.0
PostPosted: Mon Dec 07, 2009 10:32 am 
Offline
User avatar

Joined: Sat Oct 03, 2009 6:29 pm
Posts: 277
Location: Milano
Cellulare Android: HTC Dream
Operatore: Wind
Punti Android: 365
E' uscita la 1.5
http://forum.xda-developers.com/showthread.php?t=566669

Download da qui: http://rapidshare.com/files/316655784/r ... v1.5.0.img

Features

* full ADB access in recovery mode
* Busybox v1.15.2
* HW-Key navigation (volume keys + CALL-ANSWER) option
* Extended menu (with keyboard-shortcuts):
o [HOME+Back] Reboot system now :: reboot your phone
o [Alt+X] Go to console :: bring up the console
o [Alt+T] USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
o [Alt+B] Backup/Restore (recovery partition not included!)
+ [Alt+0] Nand backup :: Make a Nand backup
+ [Alt+1] Nand + ext backup :: Make a Nand + ext backup
+ [Alt+2] Nand restore :: Restore a Nand backup
+ [Alt+3] BART backup :: Make a BART backup (Nand + ext)
+ [Alt+4] BART restore :: Restore latest BART backup
o [Alt+F] Flash zip from sdcard :: Flash a zip update file from your sdcard
o [Alt+W] Wipe
+ [Alt+0] Wipe data/factory reset :: Wipe /data and /cache
+ [Alt+1] Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext
+ [Alt+2] Wipe SD:ext partition : Wipe the ext partition on your sdcard
+ [Alt+3] Wipe battery stats : Wipe the battery stats in /data
+ [Alt+4] Wipe rotate settings : Wipe the sensor settings in /data
o [Alt+P] Partition sdcard
+ [Alt+0] Partition SD :: Interactive SD partitioning
+ [Alt+1] Repair SD:ext :: Repair the ext partition
+ [Alt+2] SD:ext2 to ext3 :: Convert ext2 to ext3
+ [Alt+3] SD:ext3 to ext4 :: Convert ext3 to ext4
o [Alt+O] Other
+ [Alt+0] Fix apk uid mismatches :: Does extacly that
+ [Alt+1] Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!)
+ [Alt+2] Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
* Scripts available from console :
o Nandroid v2.2.1 : enter "nandroid-mobile.sh" to start.
o BART v1.0.1 (Backup and Restore Tool) : enter "utility" to start.
o switchrom.sh V1.1 : enter "switchrom" or "u" to start.
o sdparted v0.6 : enter "sdparted" to start.

_________________
Nexus S
Huawei Ideos
HTC G1 UK (T-Mobile) White
CyanogenMod 5.0.8 + Recovery-RA 1.7.0


Top
 Profile  
 
 Post subject: Re: [Info] Recovery RA 1.x+
PostPosted: Mon Dec 07, 2009 1:02 pm 
Offline
Moderatore
User avatar

Joined: Thu Jan 15, 2009 12:53 pm
Posts: 4653
Location: Valli di Lisciano!! (Ascoli Piceno)
Cellulare Android: HTC Desire
Operatore: Wind
Punti Android: 5239
Grazie per la segnalazione!!ho deciso di cambiare il titolo del topic e di metterlo sticky in modo da poterlo aggiornare ogni qualvolta esca una nuova versione!!

_________________
HTC DESIRE ROOTED (no s-off)
Clockwork recovery
InsertCoin



MOTOROLA FLIPOUT ROOTED
No recovery (ancora per poco)
Rom original deblur 1.14.2



HTC G1 U.S.A ROOTED
Caution 2.2
SPL 1.33.2005
Recovery AmonRa



***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***


Top
 Profile  
 
 Post subject: Re: [Info] Recovery RA 1.x+
PostPosted: Tue Dec 08, 2009 9:03 am 
Offline
User avatar

Joined: Sat Oct 03, 2009 6:29 pm
Posts: 277
Location: Milano
Cellulare Android: HTC Dream
Operatore: Wind
Punti Android: 365
Brau!!!! :D
Danke Shoen....
.... avevo provato a farlo, ma mi modificafa solo il subject del primo post, e non il titolo.... mi sa che per queste modifiche non sono abilitato.... :-)

_________________
Nexus S
Huawei Ideos
HTC G1 UK (T-Mobile) White
CyanogenMod 5.0.8 + Recovery-RA 1.7.0


Top
 Profile  
 
 Post subject: Re: [Info] Recovery RA 1.x+
PostPosted: Tue Dec 08, 2009 2:50 pm 
Offline
Moderatore
User avatar

Joined: Thu Jan 15, 2009 12:53 pm
Posts: 4653
Location: Valli di Lisciano!! (Ascoli Piceno)
Cellulare Android: HTC Desire
Operatore: Wind
Punti Android: 5239
No ci vuole un Mod ;)..

_________________
HTC DESIRE ROOTED (no s-off)
Clockwork recovery
InsertCoin



MOTOROLA FLIPOUT ROOTED
No recovery (ancora per poco)
Rom original deblur 1.14.2



HTC G1 U.S.A ROOTED
Caution 2.2
SPL 1.33.2005
Recovery AmonRa



***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***

***URLs are hidden from guests, please register and login to view the hyperlink***


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
phpBB SEO

All trademarks and logos used in this site are of properties of their respective owners.