Hacks and Mods

Android System File Manager

I love everything android so I naturally like to pick it apart to understand more about it thats why I originally made abunch of little helper scripts for myself to quickly accomplish numerous tasks. I have put those commands together into a .bat file for use on windows and decided I cant keep such tools to myself so I post it in various forums and allow any site that wants to, to post it. In the attached zip there is a few things SystemFileManager.bat and a folder labeled other that has the needed files for the .bat to work.

On your first time running SystemFileManager.bat its gonna create a few folders for operation. You will be presented with a list of options:

1.Pull entire system
2.Pull /system/app
3.Pull /system/framework
4.Push apps from apps folder to /system/app
(this is really only good for pushing main
system apps as they will be installed to the phones system memory)
5.Push framework files from framework folder to /system/framework
(warning can cause major problems if you add wrong framework files)
6.Push boot animation from bootanimation folder to /data/local
(must be named bootanimation.zip to work)
7.Push boot animation from bootanimation folder to /system/media
(must be named bootanimation.zip to work)
8.Reboot Phone
9.Create desc.txt for boot animations
10.Pull /data
11.Unpack APK
12.Repack APK
13.Reboot into recovery
14.Exit

To start an activity just type the corresponding number and hit enter. For example type 7 and hit enter and the .bat file will copy any bootanimation.zip from the bootanimation folder and push it to /system/media. Everything is as straight forward as possible if there is anything you have a question about or anything please dont hesitate to contact me at HLDeveloping@gmail.com I will help as much as I can.

This is the zip file