• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [TOOL] AIO LG Spectrum Toolbox Package [V3] [12/22/12]

azoller1

Android Expert
FOLLOW THE INSTRUCTION IN THE SCRIPT!!!!!

THIS IS NOT NEEDED IF YOUR ON ANY CUSTOM ROM!!!!
THIS IS MAINLY ONLY FOR PEOPLE WHO WANT TO STAY ON STOCK ROOTED!!!


Version 1
-Initial Release

Version 2
-added full deodex for system partition
-added the pack of launchers
-added zipaligning on boot tweak
-added modded wifi tether apk for unlimited plans

Version 3
-added tdm's cm10 rom to dowload and push
-added tdm's aokp41 rom to download and push
-added deodex full framework folder

PREREQUISITES:
1. Need Root!
2. Need any type of CWM for LG Spectrum
3. Need Busybox in xbin folder or bin

I have created a debloat tool in an easy 1-click tool, very fast and efficient.

1. Download
2. Then Extract
3. Instructions in the Script

Downloads- TOOL V1 TOOL V2 TOOL V3

Will make updated version of adding or removing more apps

And this also removes the .odex file for the apks that were removed

THIS DOES NOT REMOVE EVERY .ODEX FILE JUST THE ONES OF THE APK'S THAT WERE REMOVED!

Press Thanks if I Helped!
 

Attachments

I actually plan on making a much bigger script to do Lots of things for the spectrum, it will just be one big toolbox, its gonna be big about 1/4 the way finishing the first release, and will make a full deodex tool also, like android kitchen but with lots more options
 
version 2 with some more features added, will add more tomorrow, dont have roms yet cause they took to much space and dont know what to do in a batch script to get a file online and download it then push it using adb, hopefully someone know this:p
 
version 2 with some more features added, will add more tomorrow, dont have roms yet cause they took to much space and dont know what to do in a batch script to get a file online and download it then push it using adb, hopefully someone know this:p

"wget http://{web address}"
to download a file for Linux, Google "wget for Windows" should tell you how to do it on Windows
"adb push {filename} /sdcard"
will put it on your SD card.

I downloaded it, but have been busy getting CM10 installed to try it. It would be cool if this downloaded, then edited the Rom package and pushed the modified version to your phone. Is that where you are headed? If so, a touch of tweaking and you have a scripted theming tool.

Oh, look into "robocopy" for Windows, to download the Rom packages.
 
wget is great! I use it all the time.

ROBOCOPY is also great. I use it in a shutdown batch file on my work PC to initiate a backup to an external drive, then auto-shutdown upon completion.

I don't think that ROBOCOPY can d/l from the web, though.
 
"wget http://{web address}"
to download a file for Linux, Google "wget for Windows" should tell you how to do it on Windows
"adb push {filename} /sdcard"
will put it on your SD card.

I downloaded it, but have been busy getting CM10 installed to try it. It would be cool if this downloaded, then edited the Rom package and pushed the modified version to your phone. Is that where you are headed? If so, a touch of tweaking and you have a scripted theming tool.

Oh, look into "robocopy" for Windows, to download the Rom packages.

Yeah I was going to have it download the ROM and then use adb push to push it to your device
 
im just going to use wget i dont know how to use robocopy, now i need a direct link im going to use sourceforge now becuase they have a direct download link
 
Back
Top Bottom