Does anyone know a app that can handle password-protected 7-zip archives?
this will handle anything u want extracted
Code:
http://legroom.net/software/uniextract
Im looking for a android app.
Related
I'm trying to find a program that will allow me to unzip 7zip files using my Tilt, but the only one I've found soft resets my phone. Pocketrar doesn't support .7z... Any suggestions?
Try this it just might do the job
7-Zip is a file archiver with a high compression ratio. It much like winzip found on most of your devices. Some of you may even use the PC client of 7-zip to archive and unzip files. Well now you can do the same with your PPC.
http://freewareppc.com/download/utilities/7zip.shtml
wapvirus said:
Try this it just might do the job
7-Zip is a file archiver with a high compression ratio. It much like winzip found on most of your devices. Some of you may even use the PC client of 7-zip to archive and unzip files. Well now you can do the same with your PPC.
http://freewareppc.com/download/utilities/7zip.shtml
Click to expand...
Click to collapse
7zip seems no use for me, cause ever time I open a .7z file it just open the application, its then I need to open the .Dir/ where my file is stored to execute it. I use WinRAR for all my extraction. And its freeware.
I get the "not enough storage to complete operation" error
Right now I don't have access to a computer and I really need to extract this 7z file. Btw, does anybody know where I can find a RAM build of gingerbread, like the super RAM froyo by darkstone?
I have the same request for WP7...
Anyone know of an archive manager that supports unpacking password protected .RARs?
abcdfv said:
Anyone know of an archive manager that supports unpacking password protected .RARs?
Click to expand...
Click to collapse
WinRAR, 7zip
afazel said:
WinRAR, 7zip
Click to expand...
Click to collapse
Those aren't for android though
I'm afraid that I don't think there is one. You're probably stuck using a computer.
Or you could try to get unrar (linux command line) running on your phone and then do this from the command line
Code:
unrar e -p{password} file.rar
Let me know if you get unrar compiled on your phone
Originally Posted by Poodulz over at AndroidCommunity
Well try this out, download any .rar file you want from the internet to your Hero, open up opera browser and point it at http://www.unzip.co.nr/
Upload the .rar and click the button
It will upload it to the site and then decompress it for you, then you can download the decompressed file and voila, bobs your uncle, your shiny file is ready for use.
Updates by me.
quick search in market, gave me Unrar from Twanky Deuce Software
I use AndroZip for zips and rars, works well
Unrar is closed source, can't get it compiled for ARM.
Unrar and Androzip don't support passworded files.
Hey guys,
I bought a Macbook awhile back to use for school (I've got a custom Windows desktop for everything else don't worry!)
Anyways, I'm taking a photoshop class and I want to do some themeing on this machine. I was wondering if anyone of you knew of a program that I can use that will allow me to fully explore a ROM like 7zip can on Windows. I have tried a couple of different programs like Keka and Betterzip, but they don't allow me to explore the .zip like I need to. All I get out of them is an extraction, and all I get out of the extraction is the META-INF and system folder.
Also, if anyone knows if there is a proper way to decompile with a Mac? I am using the Android Utility program found here:
http://forum.xda-developers.com/showthread.php?t=1167623
If there is a better way, I would love to know.
Any help at all would help! Thanks!
You can use B1 Free Archiver for Mac, it's absolutely free and with it you can explore all the files contained in archives without unpacking them. Good luck!
scendants uaryHos
Did u try "The Unarchiver". Its open source too.
I use Bluestacks 0.9.11.4119 . I Install android applications and games, from root folder (i.e. device/android/data/data) i copy all the folders to windows directory (i.e. publicfolder/pictures), now many of the apps or games have two type of similar files and i need to see what's inside of the files,
1st.- .so files and database files
2nd.- some of the files have no extension so if i open it on notepad then it comes in Alphanumeric symbolic format,i think its encrypted so i am not able to see even i have tried many language decrypter but failed
3rd.- how to dissemble the apk file and how to modify it.
4th.- how to read XML file of android apps, when i open it on notepad or Microsoft XML it shows error.
I want to learn something so please help me with these issues, and thank you for previous help
To edit any apk is necessary Apktool. Look this guide and try edit:
http://www.xda-developers.com/decompile-edit-and-recompile-in-one-tool-with-apk-studio/
gamer22881 said:
I use Bluestacks 0.9.11.4119 . I Install android applications and games, from root folder (i.e. device/android/data/data) i copy all the folders to windows directory (i.e. publicfolder/pictures), now many of the apps or games have two type of similar files and i need to see what's inside of the files,
1st.- .so files and database files
2nd.- some of the files have no extension so if i open it on notepad then it comes in Alphanumeric symbolic format,i think its encrypted so i am not able to see even i have tried many language decrypter but failed
3rd.- how to dissemble the apk file and how to modify it.
4th.- how to read XML file of android apps, when i open it on notepad or Microsoft XML it shows error.
I want to learn something so please help me with these issues, and thank you for previous help
Click to expand...
Click to collapse
In addition to apktool (thanks, @kaiodduarte), you're also going to need a good text editor (I use Notepad++), an archive manager (like 7zip or WinRAR), and the ZipSigner app for your device.
ИΘΘK¡€ said:
In addition to apktool (thanks, @kaiodduarte), you're also going to need a good text editor (I use Notepad++), an archive manager (like 7zip or WinRAR), and the ZipSigner app for your device.
Click to expand...
Click to collapse
thank you for the advice but i have 1 worries
if the text file or a file is encrypted the how is notepad++ is going to help me..??
gamer22881 said:
thank you for the advice but i have 1 worries
if the text file or a file is encrypted the how is notepad++ is going to help me..??
Click to expand...
Click to collapse
It will help you with actually being able to make edits to text files without screwing up all of the line endings and encoding.
Hello all,
I come with an interesting problem. I have a large directory of 7zip archives. There are about 2000 of them. I can't seem to find an un archiving app that will extract all archives within a directory. Does anyone know if such an app or a way to do it with a terminal emulator on a rooted android device exists?