Overwriting Files - S740, S743 General

Hello, i need to edit an existing file under the windows DIR.
I can edit the file in Total Commander but can't re-save the file.
I have copied the file on to my laptop, edited the file again but not able to force the file back into the windows DIR.
Anyone know how to do this?
Thanks
MBP

No one able to help me out?

I guess you are trying to overwrite an HTC ROM File. To do that you need to unlock the ROM somehow....

Related

OEM's For Custom ROM's

This is probably a easy question but I have been struggling to find an answer. I downloaded a custom kitchen because I wanted one of the .exe files from it, but when I go into the OEM section there is a folder for the .exe. Inside the folder are the imageinfo.bin, imageinfo.txt and S00 files. Is there a way to get this back to the exe format so I can just copy the file to my phone? I tried loading the custom ROM and copying the exe from the windows folder and it would not allow me to do that either. Any help is appreciated
Those are packages for cooking including the registry files, drivers and other random files needed for the app to work. I would not use those... just type in what your looking for followed by .cab into the search bar and should be able to find it
I realize the rgu file contains the registery entries, but I really need the exe for wmodem used it the ROM. I have tried the wmodem cab files with no success.
snag nueRecMod...
drag the folder containing imageinfo.bin, etc onto nueRecMod.exe in windows explorer
look inside the nueRecMod folder for your compiled module
That works great. Thanks man!!!

Extract *.apk?

If I have a *.apk that I download, is there anyway to backup/extract it?
The apk is really just a ZIP file. Try renaming the file to whatever.apk.zip and open using your favorite ZIP utility. You should be able to view all the contents. Resources (such as images) can be extracted. The java code is compiled into a .dex file so you can't view the raw code, but there are utilities (like this one) to decompile it: http://dedexer.sourceforge.net/
ghostfaced said:
The apk is really just a ZIP file. Try renaming the file to whatever.apk.zip and open using your favorite ZIP utility. You should be able to view all the contents. Resources (such as images) can be extracted. The java code is compiled into a .dex file so you can't view the raw code, but there are utilities (like this one) to decompile it: http://dedexer.sourceforge.net/
Click to expand...
Click to collapse
Right but how do I find the *.apk if I am downloading it off of the market?
apps are located in data/app/
There are also various apps in the market that will backup apps.
I use appmonster incedently.
7zip can extract and view contents of an apk without renaming.
backup and reinstalling apps....
view the first link in my signature.
I used MyBackup Pro to do a backup of my apps onto the sd card, then I used ASTRO file manager to navigate to /sdcard/rerware/MyBackup/AllAppsBackups where I found the file LastBackupApps.zip. I then used androzip or something similar to unzip that file and it contained the apk for every one of the apps I backed up.
how to extract .apk.p files
ghostfaced said:
The apk is really just a ZIP file. Try renaming the file to whatever.apk.zip and open using your favorite ZIP utility. You should be able to view all the contents. Resources (such as images) can be extracted. The java code is compiled into a .dex file so you can't view the raw code, but there are utilities (like this one) to decompile it: http://dedexer.sourceforge.net/
Click to expand...
Click to collapse
I have a zip file with .apk.p files in it which are exracted with package_extract_file in the updater script. Is there a way to manually extract these, since renaming to .zip doesn't help if I open them with any unzipper program?
Thanks
lxrose said:
I have a zip file with .apk.p files in it which are exracted with package_extract_file in the updater script. Is there a way to manually extract these, since renaming to .zip doesn't help if I open them with any unzipper program?
Thanks
Click to expand...
Click to collapse
I believe the files you are referring to - the files ending in ".p" - are "patch" files. They only appear in the OTA download .zip file, and they are worthless to you. They are not complete files, but just enough data to patch the corresponding 1.5 app .apk so that it turns into the 2.1 version.
If you want the complete .apk files which they correspond to, just download the Leak-V3 .zip file, extract the "system.img" file, and then unpack that file using the "unyaffs" utility (search for it, you'll find it at code.Google.com).
bftb0
bftb0 said:
I believe the files you are referring to - the files ending in ".p" - are "patch" files. They only appear in the OTA download .zip file, and they are worthless to you. They are not complete files, but just enough data to patch the corresponding 1.5 app .apk so that it turns into the 2.1 version.
If you want the complete .apk files which they correspond to, just download the Leak-V3 .zip file, extract the "system.img" file, and then unpack that file using the "unyaffs" utility (search for it, you'll find it at code.Google.com).
bftb0
Click to expand...
Click to collapse
Thanks for the info. I thought I can update the apk files manually, because from recovery it doesn't work (it is a rooted image, so signature not accepted) and there are some fixes in the new update that I wanted to give a chance.
Unable to install ddx1.14.jar in my HTC wildire
I hve downloaded dexeder.jar file in to my SD card. but i can't install it in my HTC wildfire...
it shows an error...
"ddx1.14.jar cannot be installed because critical information is missing from the application file (MIDlet-Name). Please contact the application provider for more information."
Help me Pls..... Thanks in advance.....
apk download
did you search for the apk online?

How can I copy or remove system file?

Hi everyone
I want copy and delete some files to windows folder, but I don't know how can I handle it ?!?!!?
My PPC is Xperia X1i
My Rom is 826x
I there any application for this action?
thanks ...
Most files in \windows are in ROM, so they cannot be deleted. You can copy things using programs like Resco File Explorer or TotalCommander on your phone.

[Q] editing .so file

Howdy.
I'm trying to modify a .so file (libflashplayer.so), but have run into a few problems:
I first tried editing the file after it was installed from an .apk. This appears to work at first, but the edited file is quickly replaced with the original.
I then tried editing the file in the .apk package. This causes the package to fail to install (I'm guessing because the md5 in the certificates no longer matches)
Aldo tried moving a folder with the .so files from the .apk (com.adobe.flashplayer-1 which is what is created when the .apk installs correctly) directly into /data/app-lib/.The directory was created successfully but appears to be immediately deleted.
Is there a way to accomplish what I'm trying to do? If so how?
Other possibly relevant info:
My device is rooted
I did not write the code for anything in the .apk, I got it from a link on xda (pretty dubious i know but I couldn't find another option)
I'm using cyanogenmod 10.2 (based on android 4.2 I believe).
I'm editing the file with a hex editor to change a a few characters ("AND" to "WIN")

[Q] Extracting certain files from .obb

Hello. Noobie here.
I really wanted to get the artworks from the game Deemo. It seems that they're not in the .apk file, so I tried the .obb file. I changed the extension to .zip, but when I opened it up, there wasn't any image files. All I see is the "file" extension name. I was just wondering if there are any ways to extract image files from an .obb file? Thanks in advance.

Categories

Resources