ruu exe files...how to open? - General Questions and Answers

How can i open ruu exe file to explore sys files?
Thx!

davidebeatrice said:
How can i open ruu exe file to explore sys files?
Thx!
Click to expand...
Click to collapse
If it's a self extracting file, use something like winrar, and extract the files as you would a rar archive.

l3v5y said:
If it's a self extracting file, use something like winrar, and extract the files as you would a rar archive.
Click to expand...
Click to collapse
THX!!!!

davidebeatrice said:
THX!!!!
Click to expand...
Click to collapse
Diamond ROM?

I'm having an issue trying to view the files in an RUU file - Can anyone provide me with some more detailed info on how to do this?

Not D&H.
Moved to Q&A.
Please post in correct sections.

Also when you run a RUU it creates a temporary folder with all the contents, i do not know the exact path but im sure a quick google search could find it.

Captainkrtek said:
Also when you run a RUU it creates a temporary folder with all the contents, i do not know the exact path but im sure a quick google search could find it.
Click to expand...
Click to collapse
to find the location goto task manager on windows aka.....CTRL+shift+ESC
look for ARUWizard.exe*32
right click on it and open file location. it takes you to the folder and it has the full rom.zip aka the pc36img.zip
i am currently viewing it and will note back asap

Captainkrtek said:
Also when you run a RUU it creates a temporary folder with all the contents, i do not know the exact path but im sure a quick google search could find it.
Click to expand...
Click to collapse
GOOGLE did not help this time xD.

Hope this helps lol. Its the fastboot command file.
http://i748.photobucket.com/albums/xx124/leo72793/Untitled.png
here is the adb command file captured
http://i748.photobucket.com/albums/xx124/leo72793/Untitled-1.png

Related

Adding a theme to Samsung Omnia via SPB.

I appreciate this is a total newb question but the search facility is bringing me no joy.
I want to add a theme to change the SPB look. I have downloaded the rar file but it will not extract on my PC. I have copied the file into the SPB program folder and I can see the files when I click on the rar file but don't understand how to extract them to the main SPB folder???
I'm sure there's something really easy i'm missing but my head hurts now. Anyone help me please?
Cheers
ED
EDBANGER1980 said:
I appreciate this is a total newb question but the search facility is bringing me no joy.
I want to add a theme to change the SPB look. I have downloaded the rar file but it will not extract on my PC. I have copied the file into the SPB program folder and I can see the files when I click on the rar file but don't understand how to extract them to the main SPB folder???
I'm sure there's something really easy i'm missing but my head hurts now. Anyone help me please?
Cheers
ED
Click to expand...
Click to collapse
The themes file are .tsk. You should extract those RAR files in your PC and then copy those .tsk file to your memory card but don't put in folder in memory card. After that go to settings--->today and you will see those themes, select the one you like and click ok. It will be changed to that.
Hope it will help.
For some reason the rar file will not extract on my PC. Any ideas?
EDBANGER1980 said:
For some reason the rar file will not extract on my PC. Any ideas?
Click to expand...
Click to collapse
Why you should not be able to extract .rar files. I think may be your rar file are corrupt? Please download again. What rar program you use to extract? You can use 7zip which is free.

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] How to extract xap file?

I've downloaded the lil'messeger free app from the marketplace and it has been since removed from the marketplace. Is there anyway I can extract the xap file so that when nodo comes i can reinstalled the app?
you shouldn't lose any apps or data when you upgrade
yeah but is there a way to extract the xap? i want to keep a backup copy just in case
Rename it to .zip, and extract it.
ale07 said:
Rename it to .zip, and extract it.
Click to expand...
Click to collapse
Thanks but no thanks. You completely missed the point.
What i wanted to do was to extract the xap file FROM my wp7.
info5i2002 said:
Thanks but no thanks. You completely missed the point.
What i wanted to do was to extract the xap file FROM my wp7.
Click to expand...
Click to collapse
Use Advanced Explorer. Go into "My Device/Applications/Install/" and open every folder and take a look at the " backround.jpg" until you find the icon of your app. Then send every file in the folder to your pc.
Then pack it as a .zip and rename it as a .xap .
Elerador said:
Use Advanced Explorer. Go into "My Device/Applications/Install/" and open every folder and take a look at the " backround.jpg" until you find the icon of your app. Then send every file in the folder to your pc.
Then pack it as a .zip and rename it as a .xap .
Click to expand...
Click to collapse
Thanks that is much better. But however, I have forgotten to mention that i am using an Omnia 7.
info5i2002 said:
Thanks but no thanks. You completely missed the point.
Click to expand...
Click to collapse
You have missed the point. This is the development and hacking section.
eried said:
You have missed the point. This is the development and hacking section.
Click to expand...
Click to collapse
I.e. a place to work on how to extract xaps from omnia 7.
A) There are forums for device-specific questions.
B) There are forums for general (non-development) questions.
C) There are tools for filesystem access that should work on the Omnia 7 (I don't have one; I can't test). The instructions are the same, though the app and exact steps are different. Also, Advanced Explorer has experimental support for Samsung devices now.

Exract RUU file **NOOB**

How do i extract the file????
What is it you actually want to do?
i just wanna play around cook my own rom
bonee said:
How do i extract the file????
Click to expand...
Click to collapse
Execute the RUU on your PC and let the app screen come up. While the app is opened you will then find a ROM.zip file in one of the subdirectories under the %TEMP% directory. Once you find it, copy it to your desktop or another directory because as soon as you close the app the file will get deleted.
Use WinRAR or a similiar program to extract the RUU to a folder. Inside you will find the ROM. Please search before posting as this has been answered many times.
Moderated from my Galaxy Tab using Tapatalk

[Q] Can't establish a reliable connection to the Play Store

Hey guys,
I know that many of you have given a bunch of solutions to the error message saying that the play store can't establish a reliable connection. However, I've tried all of those methods and none have worked. I got here in the first place because I couldn't connect to the play store. When I cleared data, I was logged out and couldn't log back in. I've tried editing the host file using total commander,clearing cache/data, and even a factory reset. Do you guys have any solutions? Thanks in advance.
Did you run Towelroot?
If so a friend of mine went into system/etc/hosts and commented out one of the IP addresses and it worked fine. Factory resetting doesn't change back system files to my knowledge.
TheLastSidekick said:
Did you run Towelroot?
If so a friend of mine went into system/etc/hosts and commented out one of the IP addresses and it worked fine. Factory resetting doesn't change back system files
to my knowledge.
Click to expand...
Click to collapse
I'm not sure what towel root is, but that is exactly what I did using total commander. I put a # before the second address. That didn't work. Also, since resetting won't change system files, I tried flashing a factory image. However, when I try to download the latest image on my PC, the download shows up as a document and not as a zipped file. That means that there is no flash-all script to run. I've reached a wall lol if you could think of anything that would work, I would appreciate that. Also, thanks for replying!
Winrarlabs.com and get latest WinRAR and extract the .tgz file with WinRAR to same directory as fastboot. Flash all script will be there once you extract .tgz
TheLastSidekick said:
Winrarlabs.com and get latest WinRAR and extract the .tgz file with WinRAR to same directory as fastboot. Flash all script will be there once you extract .tgz
Click to expand...
Click to collapse
So I zip the document, and then extract it to the fastboot directory?
Skippery said:
So I zip the document, and then extract it to the fastboot directory?
Click to expand...
Click to collapse
Or is there even a need to zip the file? Sorry real tech noob here
Skippery said:
Or is there even a need to zip the file? Sorry real tech noob here
Click to expand...
Click to collapse
Install winrar. Open the .tgz file via winrar and then extract all the files you get there. flash-all file will be among those files
vin4yak said:
Install winrar. Open the .tgz file via winrar and then extract all the files you get there. flash-all file will be among those files
Click to expand...
Click to collapse
Thanks guys
Skippery said:
Thanks guys
Do you know where I could install WinRar for free (Windows 8 64-bit)?
Click to expand...
Click to collapse
Here you go: http://www.filehippo.com/download_winrar_64/
Really appreciate this. Thanked ya both.

Categories

Resources