[Request] Unpack .RARs - Hero CDMA Themes and Apps

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.

Related

How do I sign a .DLL file???

Ok , I am trying to resign my phcanBmp.dll file to have my own images. I have used ResHack in order to change the file and make a new one but I know you need to sign the file in order for it to work...
So I have downloaded the latest BuildOS+Package 4.2b3 and it has a signapp.exe.... Problem is I cant find any information on how to use it??? I have searched google and located a sign and timestamp dll files but I am not sure if this will work with mobile applications.
Please help
ryncppr said:
Ok , I am trying to resign my phcanBmp.dll file to have my own images. I have used ResHack in order to change the file and make a new one but I know you need to sign the file in order for it to work...
So I have downloaded the latest BuildOS+Package 4.2b3 and it has a signapp.exe.... Problem is I cant find any information on how to use it??? I have searched google and located a sign and timestamp dll files but I am not sure if this will work with mobile applications.
Please help
Click to expand...
Click to collapse
ResHack will cause a dll or exe locked to sign if u edit it heavily.
Use Heaventools Resource Editor or PE Explorer instead
I bought Resource Editor and there is no way to sign the file....It shows when I edit only 6 bitmap files it says the file is no longer signed or trusted...is there a way around this
NEVER MIND GOOGLE IS MY FRIEND
ryncppr said:
I bought Resource Editor and there is no way to sign the file....It shows when I edit only 6 bitmap files it says the file is no longer signed or trusted...is there a way around this
Click to expand...
Click to collapse
i attached the program i used to sign the htchome.dll file I patched. Do the following:
1) Put the file in the same folder as the program.
2) Go into command prompt and navigate to the folder which contains the the file (in my case C:\Documents and Settings\ScottE\Desktop\Programs\ATT Tilt\Programs\SignCode\SignCode)
3) Type "sign filename" which in my case was: sign htchome.dll
Then it should give you a message that the file was signed.
I just added a screenshot
you can also use sign tool from Microsoft SDK 2008
i tought he cannot sign the file after edit it. silly me there is also multisign tool floating in this forum based on SDK but with easy GUI.
skatdawg said:
i attached the program i used to sign the htchome.dll file I patched. Do the following:
1) Put the file in the same folder as the program.
2) Go into command prompt and navigate to the folder which contains the the file (in my case C:\Documents and Settings\ScottE\Desktop\Programs\ATT Tilt\Programs\SignCode\SignCode)
3) Type "sign filename" which in my case was: sign htchome.dll
Then it should give you a message that the file was signed.
I just added a screenshot
Click to expand...
Click to collapse
Thats what I used..!!!! Thank you so much for the response...The 2008 SDK signs files but not really, you actually have to buy digital signatures...this way its free and works....
Just copied my phncanbmp test file to my phone and it works like a charm!!
ryncppr said:
Thats what I used..!!!! Thank you so much for the response...The 2008 SDK signs files but not really, you actually have to buy digital signatures...this way its free and works....
Just copied my phncanbmp test file to my phone and it works like a charm!!
Click to expand...
Click to collapse
Glad to help you man
a lot of thanks dear scotchua very useful

Unzip .7z files on Windows Mobile

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...

How to sign a file? (Need Help)

I am looking for a run down on signing a file.
So far, I have taken other people files and just edited images from the apk moved them back and signed using Kitchen (Only way I know how)
So I am at a stand still here...
I want to add
app\Rosie.apk
and
system\com.htc.resources.apk
to a file so that I can change things a little more.
But have not had luck.
Can someone give the rest of us some steps?
Thanks.
are you on windows? if so, then use this batch script. unzip it and get to signing
how would you sign a zip on a mac?
mrchu001 said:
how would you sign a zip on a mac?
Click to expand...
Click to collapse
firstly, install java. then look inside the batch script and you'll see the basic layout for signing files from terminal.
EDIT: what it inside the script is this basic layout for signing, "java -jar signapk.jar testkey.x509.pem testkey.pk8 update.zip update_signed.zip"
replace "update.zip" with your zip file and update_signed.zip with your zip file with "signed" or something so you know it's signed appended before the .zip
darchstar said:
are you on windows? if so, then use this batch script. unzip it and get to signing
Click to expand...
Click to collapse
Yes, I am running windows. Thanks for the file! I will give it a try.
So I see the Sign.bat All I know so far, (Sorry, still new)
My folder will be laid out like this.
<update.zip>
<system>
<app>Rosie.apk</app>
<framework>com.htc.resources.apk</framework>
</system>
<update.zip>
But I dont know where to go from there?
I wonder if we counted, how many threads do you think were started here with this EXACT same question?
chaos67731 said:
Yes, I am running windows. Thanks for the file! I will give it a try.
So I see the Sign.bat All I know so far, (Sorry, still new)
My folder will be laid out like this.
<update.zip>
<system>
<app>Rosie.apk</app>
<framework>com.htc.resources.apk</framework>
</system>
<update.zip>
But I dont know where to go from there?
Click to expand...
Click to collapse
run the batch script from command prompt
darchstar said:
run the batch script from command prompt
Click to expand...
Click to collapse
I dont know how to do that or what it does.
I unziped the folder to my desktop but really dont know where to go from there.
I also dont know command prompt at all for the most part.
Only little things {cd} {*} things like that but even than its just at sight.
I looked http://forum.xda-developers.com/showthread.php?t=618874 and there does not seem to be a wiki or anything on this.
make a new folder where you'll want to zip all your files
copy the autosign.zip to this folder
unzip it.
zip up your files and update-script, name the zip update.zip and put them in this folder
run the batch script from command prompt
Code:
Sign.bat
you will now have a new zip called update_signed.zip, which is you signed update.zip
Does flipzmode's Kitchen do the same thing?
I know there is a sign part to it.
I have used it but not sure if it does the same thing.
When doing this is get an error.
It says it can not find the update script?
mrchu001 said:
how would you sign a zip on a mac?
Click to expand...
Click to collapse
Unzip this. Place the testsign.jar in the root directory of your Mac. Not the home (user) directory, but should be "Macintosh HD" or something of the sort. Then place the Android-Sign.app in /Applications. Even easier to make a shortcut to it in the dock. Whenever you want to sign a file, drag it to the Android-sign app, and it will sign it and put it in the same directory as the original, with "signed" at the end so you'll know which one is which.
For Mac there is an auto-sign program. Just put testsign.jar on the root of your computer hard drive (Macintosh HD) and it works. To sign a ROM, open the rom folder, select all the contents, right-click, and click Conpress. Rename archive.zip to whateveer you want. Drag it onto the Android Sign program and then wait for the program to close (when the dot goes away). There should be another file in the ROM folder called Archive-signed.zip. That is your signed zip.
...That's what I just posted.
ajones7279 said:
...That's what I just posted.
Click to expand...
Click to collapse
We posted it at like the same time I think he figured out how to do the actual signing, but he zipped the folder and not the contents. So... It was rom.zip>rom>contents of rom.
ajones7279 said:
Unzip this. Place the testsign.jar in the root directory of your Mac. Not the home (user) directory, but should be "Macintosh HD" or something of the sort. Then place the Android-Sign.app in /Applications. Even easier to make a shortcut to it in the dock. Whenever you want to sign a file, drag it to the Android-sign app, and it will sign it and put it in the same directory as the original, with "signed" at the end so you'll know which one is which.
Click to expand...
Click to collapse
this is great man!
many thanks!
No problem.
ok so im on windows. it says java not rec.. so im assuming i need to dl java. but would someone be able to leave a little more detailed how to on this. i figured most of it out. but idk if im spose to have the unziped auto-sign folder in my rom zip or outsided of my rom zip..
feefeeboomboom said:
ok so im on windows. it says java not rec.. so im assuming i need to dl java. but would someone be able to leave a little more detailed how to on this. i figured most of it out. but idk if im spose to have the unziped auto-sign folder in my rom zip or outsided of my rom zip..
Click to expand...
Click to collapse
You're using Stericson's autosign.bat correct?
I might be wrong but if you use Kitchen you can auto sign things and it works really good.

[Q] Is there and app that can launch an apk from within a RAR archive?

Hi im looking for a file manager that can launch an .apk file that I have compressed into a .rar archive.
Astro Manager can do this for zip files but rar is a much better archive and has higher compression.
Does anybody know of one that is compatible with rar and can launch it "directly" from the archive, and not just extract it somewhere and you have to then manually launch it.
I don't know any file manager with RAR support built-in.
But there are 2 apps for RAR archives in the Market: Unrar and Unrar Pro.
So at least you can unrar the archive and then install the APK with a file manager (Astro, ES File Manager, ...).
Edit: well I missed the last part of your message : "not just extract it somewhere and you have to then manually launch it". Sorry...
Yeah bud, You see that's the prob, the only ones ive found are ones that have to extract somewhere and then you manually launch it.
What im looking for is same functionality as zip has with Astro where yu can launch the apk directly from inside a zip file. It will extract it first in background and then automatically launch for you so the extracted file stays in cache or some temporary folder.
Hopefully winrar will release an official app at some point or somebody releases a solution
Maybe ask to the team of one of the existing file managers if they can add support for RAR, instead of having yet another file manager, only for RAR.
I have done.
I was simply asking if there was currently one available in the mean time.
Hopefully ASTRO will integrate rar support, its by far the best file manager ive used.
Then you have not tried ES File Manager
snark_be said:
Then you have not tried ES File Manager
Click to expand...
Click to collapse
Yes I have.
It doesnt do what im asking.
[edit] Infact ive just tried it again and it doesnt even support rar archives at all, it cant extract or load from them.
What im looking for is a program that can launch a spk fiel from within an archive. There are many managers that can extract files from them but what im looking for is something that extracts in background to temp files and launches the file directly via the archive when viewing, Just like Astro does with zip files but for rar.

Why some android devices thinks that file with APK extension is a directory and others don't?

I have a private APK file hosted on some webserver, but that webserver downloads this as a zip file (it has to do sth with headers). I can just rename the file to use .apk extension and can install it with my Xiaomi, but the same method won't work with device like Lenovo Tab M10 HD (both phones running Android 10).
I have tried two file managers, one is top-downloaded and second one is a Total Commander
I am confused, looking for some ideas
proteancode said:
I have a private APK file hosted on some webserver, but that webserver downloads this as a zip file (it has to do sth with headers). I can just rename the file to use .apk extension and can install it with my Xiaomi, but the same method won't work with device like Lenovo Tab M10 HD (both phones running Android 10).
I have tried two file managers, one is top-downloaded and second one is a Total Commander
I am confused, looking for some ideas
Click to expand...
Click to collapse
Try extracting the zip, does it have the apk inside the zip?
Droidriven said:
Try extracting the zip, does it have the apk inside the zip?
Click to expand...
Click to collapse
No. I will check if I can modify return headers of web servers so it won't think its a zip, but damn right APK
Maybe there is some filesystem indexing issue
proteancode said:
(...) I can just rename the file to use .apk extension (...)
I have tried two file managers, one is top-downloaded and second one is a Total Commander
I am confused, looking for some ideas
Click to expand...
Click to collapse
Using Total Commander, pack the apk file with the password (in TC check the Encrypted box) and upload it to the server.

Categories

Resources