Rom toolbox pro - AT&T, Rogers, Bell, Telus Samsung Galaxy S III

I'm trying to compile a flashable zip file with the file manager inside this app. It does not do it correctly it creates a zip folder with the flashable folder inside which does not work I need a direct folder that opens to become flashable... Am I doing something wrong can anyone knows try to create a flashable zip file with this utility. I have root explorer and that works great but I would really like to use this app instead

justin860 said:
I'm trying to compile a flashable zip file with the file manager inside this app. It does not do it correctly it creates a zip folder with the flashable folder inside which does not work I need a direct folder that opens to become flashable... Am I doing something wrong can anyone knows try to create a flashable zip file with this utility. I have root explorer and that works great but I would really like to use this app instead
Click to expand...
Click to collapse
I've zipped and flashed whole roms with this app? What is it doing wrong? What type of zip are you using? 7zip?

I zipped JusTunBean and it did this
JusTunBean/JusTunBean/flashable stuff root explorer does JusTunBean/flashable stuff make sense? It's making a folder inside a folder

justin860 said:
I zipped JusTunBean and it did this
JusTunBean/JusTunBean/flashable stuff root explorer does JusTunBean/flashable stuff make sense? It's making a folder inside a folder
Click to expand...
Click to collapse
Gimme a little time to unzip then rezip something and see what it does for me! I'm at work so it won't be right now but soon I just unzipped and zipped a kernel file perfect. Are you trying to rezip a file you unzipped. If so go to the screen that has the Meta info and multiselect all of those then zip. If you want I'll show you screenshots, just let me know

truth77 said:
Gimme a little time to unzip then rezip something and see what it does for me! I'm at work so it won't be right now but soon I just unzipped and zipped a kernel file perfect. Are you trying to rezip a file you unzipped. If so go to the screen that has the Meta info and multiselect all of those then zip. If you want I'll show you screenshots, just let me know
Click to expand...
Click to collapse
Thanks I got it the difference is with route explorer you just hold down the folder you want to zip and it doesn't for you but with Rom toolbox you have to multi-select the different ones then zip

justin860 said:
Thanks I got it the difference is with route explorer you just hold down the folder you want to zip and it doesn't for you but with Rom toolbox you have to multi-select the different ones then zip
Click to expand...
Click to collapse
Glad I helped if I did, I owe you that lol!

Related

[Q] Anyone know how to install LMT launcher???

When i download the .Apk file it shows up on my desktop as a .Zip. If i place it on my sdcard Astro just wants to open it instead of installing it.
Any ideas on what im doing wrong???
Thank you
unzip it first on your desktop, the apk is located in the zip. and then move the apk
Jeff Zaugg said:
When i download the .Apk file it shows up on my desktop as a .Zip. If i place it on my sdcard Astro just wants to open it instead of installing it.
Any ideas on what im doing wrong???
Thank you
Click to expand...
Click to collapse
Hm, which version? It should just be an apk which you can download/install via phone. Or download it via desktop and move it to the phone. Perhaps your browser is doing something wrong!?
Sent from my Galaxy Nexus
Its version LMT v0.9 here from the Xda site.
Maybe im suppost to flash it in cwm.....
If i extract it to my desktop the files that show up are as follows-
res.rar
Androidmanifest.rar
classes.dex
resources.rar
META-INF.rar
Lib.rar
No apk in there. I sure i just dont know what im doing. Guess i need i step by step guide for beginers..lol
Jeff Zaugg said:
Its version LMT v0.9 here from the Xda site.
Maybe im suppost to flash it in cwm.....
If i extract it to my desktop the files that show up are as follows-
res.rar
Androidmanifest.rar
classes.dex
resources.rar
META-INF.rar
Lib.rar
No apk in there. I sure i just dont know what im doing. Guess i need i step by step guide for beginers..lol
Click to expand...
Click to collapse
Please don't install it via cwm! . An apk is nothing more than a normal zip file with a special folder structure/contained files (you already posted the contained files ). So perhaps your browser tried to find the "best" extension and named it *.zip. Just rename it to *.apk again, push it to your phone and try to install it again. Then it should work...
Sent from my Galaxy Nexus
noname81 said:
Please don't install it via cwm! . An apk is nothing more than a normal zip file with a special folder structure/contained files (you already posted the contained files ). So perhaps your browser tried to find the "best" extension and named it *.zip. Just rename it to *.apk again, push it to your phone and try to install it again. Then it should work...
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
You were right. Thank you very much.
Guess windows was adding the .zip to the end of it after i renamed it .apk..lol Didnt notice that until i took a look at the file in Root Explorer and it was Lmt_v0.9.apk.zip. Just renamed it again to Lmt_v0.9.apk. Astro installed it just fine now...
Thanks again
This thread should have been posted on a microsoft windows forum. Period.

save as apk?

hi not sure if this is the right place for this or not but i've got a question on apk files
I've made some changes to an apk file but not sure how to compress it back to an apk file.
is it as simple as compressing as a zip then renaming it to apk?
take care
denti said:
hi not sure if this is the right place for this or not but i've got a question on apk files
I've made some changes to an apk file but not sure how to compress it back to an apk file.
is it as simple as compressing as a zip then renaming it to apk?
take care
Click to expand...
Click to collapse
Use 7zip (7z.exe to be exact)
Copy it to a folder make a subfolder inside,
Put ur apk contents in subfolder
Open notepad, copy and paste these 3 lines
Save as script.bat in folder with 7z.exe
cd subfoldername
..\7z.exe -tzip archivename.apk "*" -mx0
Exit
Change subfoldername to name of subfolder to the name of subfolder u created ofc lmao
And archive name to sign.. mx0 is best for loadin, mx9 is compression, use signapk to sign if its not a system file
If the "..\7z" don't wotk 4 u use full path in quotes, example
"%userprofile%\desktop\foldername"
Is the same as: (vista)
"C:\users\username\desktop\foldername"
And: (xp)
C:\documents and settings\username\desktop\foldername"
Or use apk manager lol I prefermymethod personally, n fyi, googles ur friend
Should get to know it
thank you doug.
i did google it but found bunch of different programs and thought that there might be a simpler way of doing it rather than getting a program just to compress
denti said:
thank you doug.
i did google it but found bunch of different programs and thought that there might be a simpler way of doing it rather than getting a program just to compress
Click to expand...
Click to collapse
Ye no worries just hope it helped sorry if the post seemed rushed had like 5min left 2 my break when I origionally replyed lmao n this methods rather simple cuz when used correct its more or less drag n drop n run, zip is generated in folder with 7z.exe n 7z performs flawlessly
APKs are basically a zip file with an MD5 signature embedded in them. There are apk generators on market if you copy directory to sdcard is prolly easiest to start with specially with the processing power of this phone.
In Windows compressed folders work fine if you just enable viewing file extensions and change between zip and apk
or hold left shift key as you right click apk file in windows.
Now click open with...
and choose browse for application
Choose your favorite zip app or windows compressed folders
Next to last check always use box so checkmark is visible
Finally click OK
Now no need to modify extensions
Sent from my SGH-T989 using Xparent Green Tapatalk

cant find the native music player

Hi guys,
I installed a asop r3 nightly, along with gaps, but for some reason I can't find the default music player..the widget is missing too can't installed music from play.store as I'm in the UK
How can I get it on there?
Thanks in advance.
it's because of license, just search for playmusic.apk in the rom thread
edit: here the link for the apk
h ttp:/
/w ww.androidnext.de/news/google-play-store-market-music-books-movies-apk-download/
Thank you sir!
Hmm not sure how to installed those, the are zip files not apk?
HSKalay said:
Hmm not sure how to installed those, the are zip files not apk?
Click to expand...
Click to collapse
Depends on what their recommendation is.
If its just a .zip with the .apk inside it, you can just unzip and install the .apk with a file explorer.
If it's a .zip made for flashing, just flash it via CWM.
Yea, the zip file didn't contain a apk, and via cwm it failed to flash!
not sure what to do now...
HSKalay said:
Yea, the zip file didn't contain a apk, and via cwm it failed to flash!
not sure what to do now...
Click to expand...
Click to collapse
What folders are inside the ZIP? If it has things like "assets", "META-INF" and "res", change the file extension to .apk and install as normal.
alexluckett said:
What folders are inside the ZIP? If it has things like "assets", "META-INF" and "res", change the file extension to .apk and install as normal.
Click to expand...
Click to collapse
yup that was it, just figured it out and installed them (when I downloaded a apk file which was exactly the same size).
Thanks!

Mod roms using 7zip but on the phone?

My laptop broke,i usually mod my roms using 7zip,i remove or add apk files and more.
Is there any way to do this on the phone?I dont know of any compression apps in the market that will let me add or delete files while leaving the rom intact.
If i just unzip the rom,mod it and rezip it,will it work?Or it needs to be a certain zip format?
Use any file explorer that allows you to unzip/rezip
As long as you navigate back to the original file structure (usually /system, META-INF folders and boot.img) and zip up those three you'll be fine and be able to flash your modified zip in a custom recovery
I'm not familiar with any program able to properly decompile an apk or jar by using JUST the phone but if your just adding/deleting apk's you'll be good with just about any file explorer
Sent from my SPH-L710 using Tapatalk 2
fergie716 said:
Use any file explorer that allows you to unzip/rezip
As long as you navigate back to the original file structure (usually /system, META-INF folders and boot.img) and zip up those three you'll be fine and be able to flash your modified zip in a custom recovery
I'm not familiar with any program able to properly decompile an apk or jar by using JUST the phone but if your just adding/deleting apk's you'll be good with just about any file explorer
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
What about the compression method?Should i choose High,Low or Medium?
And are you sure it doesnt have to have some special zip method?Dont want to brick,lol.
Thats what i was thinking just to use ES File Explore because it has built in zipl.
lviv73 said:
What about the compression method?Should i choose High,Low or Medium?
And are you sure it doesnt have to have some special zip method?Dont want to brick,lol.
Thats what i was thinking just to use ES File Explore because it has built in zipl.
Click to expand...
Click to collapse
I use this
https://play.google.com/store/apps/details?id=nextapp.fx
Download the added root apk from the developers website. Extract the ROM you wanna modify, navigate to the extracted ROM and do whatever, then navigate to the original file structure and zip up those contents to flash in recovery
If there are different options for zip just use the defaults
Sent from my SPH-L710 using Tapatalk 2
fergie716 said:
I use this
https://play.google.com/store/apps/details?id=nextapp.fx
Download the added root apk from the developers website. Extract the ROM you wanna modify, navigate to the extracted ROM and do whatever, then navigate to the original file structure and zip up those contents to flash in recovery
If there are different options for zip just use the defaults
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Thanx a lot man,it worked!ES Explorer can only compress folders but FX Explorer can compress saperate files.I used higest compression.
Now i feel like i dont need windows or osx anymore,i can do just about everything on android.Oh and FX Explorer is definetly nice,i might use it instead of ES now,to bad they make you pay for it.

Flashable zip

So I have a bunch apks that I add to every rom that I flash.... I was wondering if someone could lend some knowledge. I want to put them together in a flashable zip u can use in recovery, but do I just zip them in winzip and done? Or are there other steps I need to take? Should I use something besides winzip? Thanks in advance.
jwitt418 said:
So I have a bunch apks that I add to every rom that I flash.... I was wondering if someone could lend some knowledge. I want to put them together in a flashable zip u can use in recovery, but do I just zip them in winzip and done? Or are there other steps I need to take? Should I use something besides winzip? Thanks in advance.
Click to expand...
Click to collapse
You will need to make a folder called update,inside make a folder called META-INF,in the META make folders called com/google/android,so the structure looks like this... META-INF/com/google/android,this thread will tell you how to make an updater script... http://forum.xda-developers.com/showthread.php?t=641223 ,after you've created an updater and update scripts,after that in the same area you made the META folder,make a folder called system,inside system make one called apps,then put your apps in there and add the symlinks pointing to the apps,which is in the same thread as above.After you have finished that,right click the update folder and add to archive,in compression settings use "store" method and type of compression,use zip,then zip it up and theres your flashable update script.
jwitt418 said:
So I have a bunch apks that I add to every rom that I flash.... I was wondering if someone could lend some knowledge. I want to put them together in a flashable zip u can use in recovery, but do I just zip them in winzip and done? Or are there other steps I need to take? Should I use something besides winzip? Thanks in advance.
Click to expand...
Click to collapse
Or u could just find a flashable zip of a mod or apk in the themes and apk section for evo and then just add ur apps to it. Should work as long as updater script mounts and unmounts /system.
U can use 7zip or winrar to open the zip up. Open up system folder then app folder. Add ur apks and delete the things the script originally added unless u want them. Easy as that.
Name of flashable zip doesn't matter btw
XDA Moderator

Categories

Resources