fix_permissions - myTouch 3G, Magic General

how do I run fix_permissions on myTouch ?

First off your sig needs an update lol
Extended menu :
* Reboot system now :: reboot your phone
* USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
* Backup/Restore (recovery partition not included!)
o Nand backup :: Make a Nand backup
o Nand + ext backup :: Make a Nand + ext backup
o Nand restore :: Restore a Nand backup
o BART backup :: Make a BART backup (Nand + ext)
o BART restore :: Restore latest BART backup
* Flash zip from sdcard :: Flash a zip update file from your sdcard
* Wipe
o Wipe data/factory reset :: Wipe /data and /cache
o Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext
o Wipe SD:ext partition : Wipe the ext partition on your sdcard
o Wipe battery stats : Wipe the battery stats in /data
o Wipe rotate settings : Wipe the sensor settings in /data
* Partition sdcard
o Partition SD :: Interactive SD partitioning
o Repair SD:ext :: Repair the ext partition
o SD:ext2 to ext3 :: Convert ext2 to ext3
o SD:ext3 to ext4 :: Convert ext3 to ext4
* Other
o Fix apk uid mismatches :: Does extacly that
o Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!)
o Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
Click to expand...
Click to collapse

Mikey1022 said:
First off your sig needs an update lol
Click to expand...
Click to collapse
sig updated ,thank you

Related

[Recovery] malez Recovery v0.2.1

malezRecovery_0.2.img
Here you can find my custom recovery wich works with both liquid 1.6 and liquid E 2.1 rom. It was originally base and Lickonn work.
The recovery images will not work on factory AAP, CSL or FET devices untill you do a full flash
An updgrade via acer download tools is needed. You will have to flash to an EMEA rom (thanks to Nova2.1 for his help)
Important notes to rom providers
In order to make your rom compatible with apps2sd, you need to add the lines in bold in the init.rc of your boot.img otherwise, system won't boot if apps are stored on the sd card ext partition.
chown system system /cache/recovery
chmod 0770 /cache/recovery
# APP2SD (Malez)
mount ext2 /dev/block/mmcblk0p2 /system/sd/ rw
mkdir /data/misc 01771 system misc
mkdir /data/misc/hcid 0770 bluetooth bluetooth
Click to expand...
Click to collapse
Community rom already provides 2 scripts
/system/etc/init.d/30apps2sd
/system/xbin/apps2sd
in LCR 1.1 they failed but might do the job soon.
Changelog V0.2.1 :
- nandroid updated to 2.2.2.2 (fixed backup when no ext2 partition and using standard recovery menu)
Changelog V0.2 :
Many changes in this release
- compliant to any 1.6 or 2.X rom
- added bart
- added free sd card partitionning tool
- updates bysybox to 1.15.3
- modified nandroid to 2.2.2.1 (personnal version)
-you can choose whick backup restore, now only the next one (in recovery utilities)
- add ext2 partiton backup by default (usefull when using app2sd)
- 1.6 and 2.1 compatible
- fs check and mount corrected
- ext2 / noext2 options added
- full rewrite of apps2sd (move or copy apps stored in your phone to your sd card)
- created sd2apps (move or copy apps stored in you sd card back to your phone (only in recovery utilities)
- fixed wype
- added bart script
- created back office recovery utilies which allow to do a lot more operation (to launch it, adb shell (enter) malez )
Recovery Utilities by Malez v0.1
[1] Convert ext3 > ext4 no data loss
[2] Fix Permissions 2.03 experimental
[3] Backup APPS on ext to FAT32
[4] Restore APPS from FAT32 to ext
[5] Partition SD 3 partitions (can set sizes)
[6] Fix auto-rotate problems
=====================
[7a] Move phone apps to sd card
[7b] Move phone apps to sd card (keep files on phone)
[7c] Move sd card apps back to phone
[7d] Move sd card apps back to phone (keep files on sdcard)
=====================
[8a] Run BART 1.0.1 Backup
[8b] Run BART 1.0.1 Restore
=====================
[9] Reset/delete Battery Stats
=====================
[10a] Backup Nandroid
[10b] Backup Nandroid (without ext2)
[10c] Restore latest Nandroid
[10d] Restore latest Nandroid (without ext2)
[10e] Restore specific Nandroid
[10f] Restore specific Nandroid (without ext2)
=====================
[q] Quit to Console Prompt
Boot me out of here! (reboot)
Enter Number>
- and more...
Click to expand...
Click to collapse
Initial release v0.1 :
Nandroid backup/restore only works with the acerLiquid E rom (I have tested of course) !!
Menu item explanation
- Reboot system now -> reboot in phone mode
- Apply sdcard:update.zip -> apply the update.zip file stored at root of the sdcard
- Apply any zip from sd -> apply any zip file (update format) from sd. A menu will le you choose which one
- Nandroid : backup -> perform a backup of all your system and data partition and also ext2 from sd (if exists)
- Nandroid : restore latest backup -> restore the latest made nandroid backup
- UMS on -> enable Usb Mass Storage so you can acces sd card as a usb key on you computer
- UMS off -> disable Usb Mass Storage
- Root current system -> root you system phone
- Remove root in current system -> remove root in you system phone. If an error occurs, choose install root before uninstalling it (Some roms auto root system on each startup so it might not be enough)
- Split sd for apps 2 sd -> create 2 partitions on you sd card : 500Mo ext + free left space fat). All data on sd are lost
- Move apps2sd -> move application from phone to sd card. You need compatible rom for this to work. If system don't boot after, it's not compatbile (see developper note in front of this post for info). To move apps back from sd card to phone, during boot failure, do "adb reboot recovery", then "adb shell" and "utility". Choose "Move sd card apps back to phone". Reboot
- Fix package uid mistmatches -> fixes permissions on Android data directories after upgrade
- Wipe data (factory reset) -> erase all you personnal apps and info. Sometimes needed after a system upgrade. May fix lots of instability problems. First boot takes a long time.
- Wipe dalvik-cache -> erase the dalvik-cache. First boot takes a long time.
- Copy recovery.log to sdcard. -> Copy the recovery log file to the root of your sd card so can see more detailes information.
If any of this comand failed, you can try to launch them via the utility menu. More detailed informations will be displayed.
To enter utility menu : adb shell (enter) utility (enter)
Download links
V0.2.1
http://rapidshare.com/files/358814947/malezRecovery_0.2.1.img
MD5 sum
909c6d08739cec3064ac0b9093d13b6a malezRecovery_0.2.1.img
V0.2
http://rapidshare.com/files/357929849/malezRecovery_0.2.img
MD5 sum
3003cb31c3859b898de1736599956a34 malezRecovery_0.2.img
V0.1
http://www.megaupload.com/?d=WNTQR36F
http://rapidshare.com/files/355642457/male...ery_2.1-0.1.img
MD5 sum
fb44320003c6b335df63b740208a287e malezRecovery_2.1-0.1.img
How to install
Boot phone in normal mode
adb reboot bootloader
fastboot-linux -i 0x0502 flash recovery malezRecovery_0.2.img
sending 'recovery' (4876 KB)... OKAY
writing 'recovery'... OKAY
fastboot-linux -i 0x0502 reboot
To enter recovery : adb reboot recovery
To enter recovery utilities :
- Connect usb
- boot in recovery
- from computer adb shell (enter) malez (enter)
If need any help, don't forget to copy recovery log to sd and send it.
Click to expand...
Click to collapse
Original thread by malez: MoDaCo
Just saw that 0.2.1 is released
http://android.modaco.com/content/a...com/303405/malezrecovery-v0-2-1-nandroid-fix/
I just arrived home, will update this later
Latest version added.
Thanks to malez!
is this working ok in donut too??
Yep, it does on both 1.6 & 2.1
I like this recovery, but why it don' t have wipe battery stats option??Is very very usefull!!!
Version 0.4.1 is out with many changes, see here for info (its includes wipe battery stats)
I can't post the link,
its in google code.google.com/p/acer-liquid-malez-recovery/
Hi, how i can remove this recovery?
Excuse me BrOw..
i've Acer Liquid E (512) Using The Official Froyo.
but when i try to install Malez Recovery, when my Phone Reboot and begin for installing MalezRecovery in recovery Mode, its always writen "fail" <in Red>
even in
- Malez 6.1.
- Malez 6.0
- Malez 5.3
my question is,
is this version work in My Acer Liquid E???

[RECOVERY] Malez Recovery 0.6 + easy installer (now froyo compatible!)

For details go to the official page here
http://code.google.com/p/acer-liquid-malez-recovery/
Changelog V0.6 :
- compatible with froyo leak
- backup / restoration of cache partition
- backup compression (take a long time to process but about 40% gain)
- can replace an existing backup instead of creating a new one
- ability to move using search button
- market unlock for froyo
- busybox updated to 1.18.0
- logs have been rewritten to be more verbose
Changelog V0.5.4 :
- compatible with latest updates from acer (fix backlight issue)
Changelog V0.5.3 :
- new kernel to fix adb/usb toggle access on 0.14 bin
- fixed/updated root (su 2.0.3)
- fixed remount (when using adb shell remount on stock rom)
Changelog V0.5.2 :
- fixed apply update zip when FORMAT needed
- added mount /system/sd for applying patch when apps are stored on sd
- added umount all fs in flash menu
Changelog V0.5.1 :
- fixed market unlocker
- fixed apply update zip when apps are stored on sd
- added new su + Superuser.apk
Changelog V0.5 :
- busybox updated to 1.16
- if busybox is already installed on system, it can now be updated
- when rooting a device, a remount script will also be added (use adb shell remount to remount /system in rw mode)
- fixed wipe dalvik-cache
- added wipe all except ext parition on sd
- new boot screen
- added convert ext3 to ext 2 for sd card partition
- nandroid updated to v2.2.2.4 (fix a bad print in logfile on restore)
- added nandroid backup remove from menu (to free space on sd without any computer)
Changelog V0.4.3 :
- re Fix the install busybox error when not able to umount system partition (so, so sorry. I apalogize)
Changelog V0.4.2 :
- Fix the install busybox and sqlite error when not able to umount system partition
Changelog V0.4.1 :
- fix wipe cache print error
Changelog V0.4 :
- Fully rewritten menu
- Modified malez menu
- Root/unroot a phone using 2 differents set of files.
- Diplay if current system is rooted or not
- USB mass storage is now a toggle
- Backup/Restore menu
- Nandroid backup with or without ext parition
- Nandroid restore selection (latest/selection/with without ext2 and other option in malez menu) Won't restore recovery by default but can be done in malez menu.
- Bart backup / Bart restore
- Flash/Test menu
- Test syntax of an update.zip file without installing
- Ignore signature check on a update
- Wipe menu
- factory reset
- Dalvik-cache
- SD card ext partition
- battery stats
- rotate settings
- cache
- Partition/repair SD menu
- Partition SD card (swap/ext/fat) with free size
- Repair ext filesystem
- Convert to ext3/ext4
- Other menu
- Apps/Dalvik/Data current status
- Move apps to SD
- Move apps + dalvik to SD
- Move apps2sd + dalvik + data to SD
- Restore apps/dalvik/data from SD to phone
- Unlock market on current system to access all apps
- Install busybox 1.15.3 to current system
- install sqlite to current system
- fixed nandroid v2.2.2.3 (own version) to cheack free space before backuping and enforce checkings before restoration
- Added power off menu item
- New unyaffs binary patched by Koushik Dutta and Packetlss to fix the "losing root"-issue and incorrect file-time after a Nandroid restore
- New dump_image binary (by Brainaid) patched by Packetlss to fix the "bad blocks"- Nandroid restore issue. (This will not fix old corrupted Nandroid backups! Please make new backups!!)
- New mkyaffs2image binary
- New flash_image binary
- Nandroid menu options added (you can choose wich backup to restore)
- Many more features
- Other changes
QUOTE
Recovery Utilities by Malez v0.3
[1] Convert ext3 > ext4 no data loss
[2] Fix Permissions 2.03 experimental
[3] Backup APPS on ext to FAT32
[4] Restore APPS from FAT32 to ext
[5] Partition SD 3 partitions (can set sizes)
[6] Fix auto-rotate problems
=====================
[7a] Display apps2sd current status
[7b] Move phone apps to sd card
[7c] Move phone apps + dalvik to sd card
[7d] Move phone apps/dalvik/data to sd card
[7e] Move apps/dalvik/data back to phone
=====================
[8a] Run BART 1.0.1 Backup
[8b] Run BART 1.0.1 Restore
=====================
[9] Reset/delete Battery Stats
=====================
[10a] Backup Nandroid
[10b] Backup Nandroid (without ext2)
[10c] Restore latest Nandroid
[10d] Restore latest Nandroid (without ext2)
[10e] Restore specific Nandroid
[10f] Restore specific Nandroid (without ext2)
[10g] Restore specific Nandroid (with recovery, cache and ext2)
=====================
[11a] Root current system (mode 1)
[11b] Root current system (mode 2)
[11c] Unroot current system
[11d] Root status of current system
=====================
[12a] Unlock Market (auto detect)
[12b] Unlock Market 1.6
[12c] Unlock Market 2.1
[12d] Restore original Market
=====================
[13a] Install busybox
[13b] Install sqlite3
=====================
[q] Quit to Console Prompt
Boot me out of here! (reboot)
Enter Number>
Changelog V0.2.1 :
- nandroid updated to 2.2.2.2 (fixed backup when no ext2 partition and using standard recovery menu)
Changelog V0.2.1 :
- nandroid updated to 2.2.2.2 (fixed backup when no ext2 partition and using standard recovery menu)
Changelog V0.2 :
Many changes in this release
- compliant to any 1.6 or 2.X rom
- added bart
- added free sd card partitionning tool
- updates bysybox to 1.15.3
- modified nandroid to 2.2.2.1 (personnal version)
-you can choose whick backup restore, now only the next one (in recovery utilities)
- add ext2 partiton backup by default (usefull when using app2sd)
- 1.6 and 2.1 compatible
- fs check and mount corrected
- ext2 / noext2 options added​- full rewrite of apps2sd (move or copy apps stored in your phone to your sd card)
- created sd2apps (move or copy apps stored in you sd card back to your phone (only in recovery utilities)
- fixed wype
- added bart script
- created back office recovery utilies which allow to do a lot more operation (to launch it, adb shell (enter) malez )
- and more...
Initial release v0.1 :
Nandroid backup/restore only works with the acerLiquid E rom (I have tested of course) !!

[Q] HD2 & App2SD

Hello everyone,
I've an issue and I am looking for your advise & support. I've bought HTC HD2 512 EU with the following NAND specification:
Android ver: 2.2.1
Baseband ver: 15.42.50.11U_2.15.50.14
Kernel ver: 2.6.32.15-saint.J_Rev.005-g009fade-dirty [email protected] #8
Build no: Desire HD Rev.10.XU
Software no: 1.72.405.3
aMAGLDR V1.13
The Issue: I wanted to install App2SD to be able to install apps in SD Card.. I followed this thread => http://forum.xda-developers.com/showthread.php?t=926015 & followed Darktremor instructions here.. However, When I entered the MAGLDR menu /AD Recovery I found no CWM recovery mode "no boot source".. So what should I do next as Darktremor approach assumed that there is a CWM recovery mode to be able to format, partition and flash the App2SD, while I haven't!.. What should I do to make it work?
Thank you,
unzip attached file.put the folder you get to your sd card.in mgldr menu: services-boot settings-ad sd dir-find the folder and choose it. now you'll go to mgldr menu automatically now take the second choice:ad sd. so you'll go to ad recovery.(by this method you have to do all these steps each time in order to go ad recovery.so it is recommended to flash a recovery using daf and usb flasher.but this will erase your installed android rom.) and in ad recovery menu backup your current rom.because darktremors method doesn't go well with som roms.and know that it leads 2 extra reboots after you flash it.
mutil, thanks for the reply. I did as you mentioned.. got into the CWM successfully but failed to partition the SD correctly. After it said=> "Done..! partition SD successfully!" I got the screen full of errors like=>
E: Can't mount /cache/recovery/log
E: Falid to find "cache" partition to mount at "/cache".
E: Can't open /cache/recovery/last_log
E: Can't find misc
P.S: I choose partition size of 1024mb & swap of 256mb..
Update: I ignored those errors & installed the App2SD & rebooted but didn't notice any change! The available space on the internal storage still 201mb!.. SD card now reads 14gb, previously 15gb..
download a2sdgui from market. move dalvik cache to sd.this gives you some more space.i think a2sd will work for applications you install from now on.therefore i install it just after i installed a new rom.btw 256mb swap is high. you must know that it may harm your sd (but i also use 128mb swap in spite of its risk)
mutil said:
download a2sdgui from market. move dalvik cache to sd.this gives you some more space.i think a2sd will work for applications you install from now on.therefore i install it just after i installed a new rom.btw 256mb swap is high. you must know that it may harm your sd (but i also use 128mb swap in spite of its risk)
Click to expand...
Click to collapse
Done!..
Thank you mutil...
About the swap, do you suggest me to redo the whole process again and limit the swap to maybe 128mb?.. I remember that swap partition is always double the mem size..
What is the max recommended ext partition size for the App2SD? because on the CWM you can make the partition up to 2048mb..
no just for that, it doesn't worth to redo everything.next time when you change rom you arrange it.i dont have much knowledge but the swap is said to harm sd-card.but as my experience it also improves speed.
Ext
If u want to install apps on EXT partition don't use App2SD,or A2ext use Data2ext.
Similar to a2ext, where data/app were stored inside your ext partition of the SD card, data2ext stores the whole /data inside your ext partition.
That means your internal storage will barely be used, and because nowadays some SD cards runs faster than your internal memory.
Instructions:
*This is a CyannogenMod version!Not tested on DHD Roms!
1.Make a Ext3 Partition via CWR
2. Flash data2ext_for_CM via CWR (attached) (DON'T FLASH IT ON THE FIRST BOOT OF ANY ROM!)
3. Go to your terminal emulator/adb shell to type data2ext --enable
4. Reboot
5. Go check your Ext storage via Titanium Backup(Your internal storage [220 mb~] will not be increased you must check the ext space from the Overview page of your Titanium Backup [SD card(a2sd):....mb(...mb free)])!
antonymilo said:
If u want to install apps on EXT partition don't use App2SD,or A2ext use Data2ext.
Similar to a2ext, where data/app were stored inside your ext partition of the SD card, data2ext stores the whole /data inside your ext partition.
That means your internal storage will barely be used, and because nowadays some SD cards runs faster than your internal memory.
Instructions:
*This is a CyannogenMod version!Not tested on DHD Roms!
1.Make a Ext3 Partition via CWR
2. Flash data2ext_for_CM via CWR (attached) (DON'T FLASH IT ON THE FIRST BOOT OF ANY ROM!)
3. Go to your terminal emulator/adb shell to type data2ext --enable
4. Reboot
5. Go check your Ext storage via Titanium Backup(Your internal storage [220 mb~] will not be increased you must check the ext space from the Overview page of your Titanium Backup [SD card(a2sd):....mb(...mb free)])!
Click to expand...
Click to collapse
mmmm, will give it a try
Does it has a GUI?

How to mount sd-ext?

How do we use sd-ext?
Can someone please help?
I found this guide:
http://forum.xda-developers.com/showthread.php?t=1184767
Any changes from what it says?
Can we use the 'Partition SD card' option from recovery to format to ext4?
If we can't, then what is that option used for?
Can anyone give me a link or write up a guide that explains how sd-ext should work?
1) bacukp data
2) bootmenu--> tools -->file system--> format data end cache in ext4
3)Restore data backup
Laercio Santana said:
1) bacukp data
2) bootmenu--> tool -->file system--> format data end cache for ext4
3)Restore data backup
Click to expand...
Click to collapse
that's data to ext4... done that...
im asking about sd-ext like the cronmod scripts...

Unofficial TWRP 3.2.1.x Oreo based

TWRP 3.2.1.x oreo based please test
by MURALITHARAN
* Fixed all partitions mount
* f2fs fs supported
* builded from oreo source
WARNING :
* Please take impotant backup data of your internal sdcard before installing this twrp
* when boot this twrp first time it will ask decrpt data just press cancel and go to wipe do format ( it will also wipe internal sdcard + Data so take important backups)
* Once ext4 format done now u can do change the fs to f2fs but it will also wipe internal memory + data
* after data done do cache as f2fs
* now reboot phone thats all
Download Link
https://www.androidfilehost.com/?fid=890278863836283217
jd_dpgc said:
TWRP 3.2.1.x oreo based please test
by MURALITHARAN
* Fixed all partitions mount
* f2fs fs supported
* builded from oreo source
WARNING :
* Please take impotant backup data of your internal sdcard before installing this twrp
* when boot this twrp first time it will ask decrpt data just press cancel and go to wipe do format ( it will also wipe internal sdcard + Data so take important backups)
* Once ext4 format done now u can do change the fs to f2fs but it will also wipe internal memory + data
* after data done do cache as f2fs
* now reboot phone thats all
Download Link
https://www.androidfilehost.com/?fid=890278863836283217
Click to expand...
Click to collapse
FILE NOT FOUND!!!
Delete this thread.

Categories

Resources