[Q] how can i edit .img files - HTC Pico (Explorer)

guyx how can i edit .img files like extract the img file and again compress it to .img, u know what i mean ?
Reply ASAP!
(Sorrie for Bad ENGLISH)

Which .img are you talking about?
Normal photo - apps photo editor, Photoshop etc.
System, data yaffs.img - apps like nandroid manager, app extractor ,zarchiver or yaffs file manager may extract and compress again
Boot.img,recovery.img- http://forum.xda-developers.com/showthread.php?p=40035607
Binaries from there -terminal extract.
Sent from my HTC Explorer A310e using xda app-developers app

BANNED said:
Which .img are you talking about?
Normal photo - apps photo editor, Photoshop etc.
System, data yaffs.img - apps like nandroid manager, app extractor ,zarchiver or yaffs file manager may extract and compress again
Boot.img,recovery.img- http://forum.xda-developers.com/showthread.php?p=40035607
Binaries from there -terminal extract.
Sent from my HTC Explorer A310e using xda app-developers app
Click to expand...
Click to collapse
any img ... like boot or data ?

mrroks said:
guyx how can i edit .img files like extract the img file and again compress it to .img, u know what i mean ?
Reply ASAP!
(Sorrie for Bad ENGLISH)
Click to expand...
Click to collapse
use android kicthen :thumbup:

Related

[Q] Convert .RAR to .apk

Hey, i have downloaded an aplication for android to my pc, it's winrar archive. I have some files and folders like META-INF, classes, resources etc. I know that those files are files from apk but i dont know how to convert rar to apk. I cant just change file name after dot, from rar to apk. Please help me.
Well I know it might be a dumb suggestion but did you open the
.rar to see if the .apk is inside?
Sent from my PC36100 using XDA App
yust rename is to .apk lol , winrar wil see a .apk file as a .zip or .rar file
My APK files are seen are seen as winrar files in the pc, but as APK files in my cell
caguirr4 said:
Well I know it might be a dumb suggestion but did you open the
.rar to see if the .apk is inside?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Sure i opened it. Like I wrote there was files and folders like META-INF. I cant rename this file.
gkenny1991 said:
yust rename is to .apk lol , winrar wil see a .apk file as a .zip or .rar file
Click to expand...
Click to collapse
I cant rename this file. When I change it's name its like xxxx.apk.zip not xxxx.apk
Diamond_dawg said:
My APK files are seen are seen as winrar files in the pc, but as APK files in my cell
Click to expand...
Click to collapse
My PC see apk an rar files, so it's not it.
Well you should be able to just change the file name to xxxxx.apk. You should download 7zip and associate .apk with that instead of winrar. But you might have to change the file name in properties instead of maybe just right clicking and rename.
Sent from my PC36100 using XDA App
I fixed problem on my own, but thanks for helping guys.
Make sure that on your computer, you have 'See Hidden File Extensions' in your folders option. You can then rename it and you can change the type.
Sent from my Zio using XDA App
Scarface666 said:
I fixed problem on my own, but thanks for helping guys.
Click to expand...
Click to collapse
How did you fix it.
Sent from my PC36100 using XDA App
APKs are just ZIP files. Extract the files from the RAR, archive them as ZIP and then just rename to ".apk". I know this because this is how I theme.
caguirr4 said:
How did you fix it.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
I just downloaded this archive one more time and when "save as" window appeared i changed the line under name from "winrar archive" to "all files" and I added one more ".apk" to the name.
Exclareçendo
What did the friend is trying to report, and looking for solutions is as follows: I have the .apk Extracted ... Shaped Pasta ... and want to convert it in APK ... I open the folder and select the files and send pro Winrar, compact for RAR, and RAR to rename the .apk. However when trying to install, the packet error ... Not simply rename .rar to .apk
View attachment 3116983
View attachment 3116985

[Q] CWM backup convert to TWRP

Is it possible to convert Cwm backups for use in TWRP or is it a simple case of drag and drop?
Sent from my Nexus S using xda premium
scoffyburito said:
Is it possible to convert Cwm backups for use in TWRP or is it a simple case of drag and drop?
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Don't know it's possible currently but you can always restore the cwm backup using cwm, then flash twrp, and do a backup with twrp. Now it's converted. Quite a hassle but this is one way I know how.
Sent from my Nexus S using xda premium
[email protected] said:
Don't know it's possible currently but you can always restore the cwm backup using cwm, then flash twrp, and do a backup with twrp. Now it's converted. Quite a hassle but this is one way I know how.
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Yeah I guess it's the only way
Sent from my Nexus S using xda premium
scoffyburito said:
Yeah I guess it's the only way
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
Found this http://www.droidviews.com/create-flashable-zip-cwmtwrp-backup/
It says:
Code:
Create Flashable Zip from CWM/TWRP Backup
The method for creating flashable Zip from CWM and TWRP backups are different as both the recoveries use different techniques to backup the device.
For CWM Backup
Transfer the CWM backup from Phone to PC.
Extract system.ext4.tar file with any of the archive apps like Winrar or 7zip, you will get the system folder of your device containing all the files.
Gather the boot.img from the CWM backup.
Now collect a META-INF folder from any custom ROM which is made for your device. Make sure you get the correct Meta-Inf folder, else the Zip won’t work and might worsen the condition of your device.
Select the META-INF, System folders and the boot.img and right click your mouse and select add to Archive.
In the Archive settings, choose the extension of the compressed file as Zip (Make sure of this part)
That’s it, your flashable Zip is now ready and you can flash it using any custom recovery.
For TWRP Backup
Transfer the TWRP backup from Phone to PC.
You’ll see a file named system.ext4.win which is the System partition backup of your device. Rename it to system.ext4.tar (Changing its extension from .win to .tar)
Extract the system.ext4.tar using an archive software like Winrar or 7zip.
If your TWRP backup is not in compression mode, you will directly get the system folder, else you will get a file named system.ext4, which should be renamed again to system.ext4.tar and extract it to get the system folder.
Take the boot.emmc.win file and rename it to boot.img.
Now collect a META-INF folder from any custom ROM which is made for your device. Make sure you get the correct Meta-Inf folder, else the Zip won’t work and might worsen the condition of your device.
Select the META-INF, System folders and the boot.img and right click your mouse and select add to Archive.
In the Archive settings, choose the extension of the compressed file as Zip (Make sure of this part)
Now you can use this Zip file to flash it on your Custom recovery.

[Q] help with some games apk ??

hi guys
i have a question here
i know it may be a noob question
sometimes when i download a game from any site the apk comes in the form of folders and files not single file (.apk file )
i want to know how to deal with that strange apk???
is there anyway to convert or compress the folders and file into one .apk file ???
43 views no answer ?!!!!!
try zipping it up and renaming the .zip to .apk
mktns said:
hi guys
i have a question here
i know it may be a noob question
sometimes when i download a game from any site the apk comes in the form of folders and files not single file (.apk file )
i want to know how to deal with that strange apk???
is there anyway to convert or compress the folders and file into one .apk file ???
Click to expand...
Click to collapse
You mean except the apk file you have a folder and inside some files?
If that's the case than those files are game data that is usually modified to work with that apk..
So you install apk(game) and then copy the folder either to Android/data, to root of your internal sd card or in some other folder.The folder depends on the game developer and most of them put the game data folder to Android/data.
If you get the .apk+.obb files than you install apk and copy the obb files to your Android/obb folder..
You'll figure it out..
Sent from my LG-P920 using xda app-developers app
no not the sd data
i mean i download apk file in the form of .zip file and when i extract it i found many files and folders not .apk file
thnx anyway for your answer but the soultion was simple
i had to rename the .zip to .apk and then install it as usual
mktns said:
no not the sd data
i mean i download apk file in the form of .zip file and when i extract it i found many files and folders not .apk file
thnx anyway for your answer but the soultion was simple
i had to rename the .zip to .apk and then install it as usual
Click to expand...
Click to collapse
apk files are actually zips, you can open and change them with winrar, winzip or 7zip...
that's why renaming worked.

[TUT]How to Create flashable zip from nandroid backup

Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
<CyberAnarchy> said:
Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
Click to expand...
Click to collapse
how to delete the apps data ???? in the flasable zip..
i mean how to delete the singed gmailaccounts , whatsapp etc ???
PS- Thanks For The Thread
Saumitra Yadav said:
how to delete the apps data ???? in the flasable zip..
i mean how to delete the singed gmailaccounts , whatsapp etc ???
PS- Thanks For The Thread
Click to expand...
Click to collapse
Delete app data then backup.
In manage applications in the settings, i think there is a clear data option.
Phills recovery has this feature inbuilt
Sent from my HTC Explorer A310e using Tapatalk 2
Parth_14 said:
Phills recovery has this feature inbuilt
Sent from my HTC Explorer A310e using Tapatalk 2
Click to expand...
Click to collapse
didnt know that! Thanks for the info. I was going to install it anyway
Excellent guide.
It's just like ghost image in Windows.
Excellent.
Tnx mate
Sent from my LT26i using Tapatalk 2
Parth_14 said:
Phills recovery has this feature inbuilt
Sent from my HTC Explorer A310e using Tapatalk 2
Click to expand...
Click to collapse
I thought it was only for Rom. Does it also make a flash zip of all apps and data?
Sent from my HTC Explorer A310e using xda app-developers app
BANNED said:
I thought it was only for Rom. Does it also make a flash zip of all apps and data?
Sent from my HTC Explorer A310e using xda app-developers app
Click to expand...
Click to collapse
No! Only rom as far as i know
Sent from my HTC Explorer A310e using Tapatalk 2
uuuhhh I kinda don't get the point of this, I mean whats wrong with the default way of restoring a cwm or TWRM backup??
Meh, using UNIX tools, but not providing a solution, shame on you
(Warning: not actually tested, since I'm not really interested, just a 1:1 translation from .bat to sh)
Code:
#!/bin/sh
for i in system data
do
mkdir "{$i}"
mv "{$i}.yaffs2.img" "{$i}/"
cd "{$i}"
unyaffs "{$i}.yaffs2.img"
cd ../
done
rm .android_secure.vfat.tar nandroid.md5 recovery.img
zip -0 -r update.zip *
S.D.Richards said:
Meh, using UNIX tools, but not providing a solution, shame on you
(Warning: not actually tested, since I'm not really interested, just a 1:1 translation from .bat to sh)
Code:
#!/bin/sh
for i in system data
do
mkdir "{$i}"
mv "{$i}.yaffs2.img" "{$i}/"
cd "{$i}"
unyaffs "{$i}.yaffs2.img"
cd ../
done
rm .android_secure.vfat.tar nandroid.md5 recovery.img
zip -0 -r update.zip *
Click to expand...
Click to collapse
solution of what?
is this the method for using non-cwm reocovery to restore backup of cwm?
precardo said:
uuuhhh I kinda don't get the point of this, I mean whats wrong with the default way of restoring a cwm or TWRM backup??
Click to expand...
Click to collapse
You can create flashable zip that will include ROM and app, then give that to you friend.
You can use it when you formating sdcard, after that you flash it back and you have all.
It's nice and more elegant way, for me, but if someone don't like it - it's simple - don't use it.
Sent from my LT26i using Tapatalk 2
<CyberAnarchy> said:
solution of what?
Click to expand...
Click to collapse
REQUIREMENTS:
Windows OS
Click to expand...
Click to collapse
My piece of code should run on Linux, BSD, OSX, ...
Now you can do this directly from the recovery using PhilZ touch recovery
andromaniac123 said:
Now you can do this directly from the recovery using PhilZ touch recovery
Click to expand...
Click to collapse
Really? That's interesting and even more useful.
Where from could we download that recovery?
Sent from my LT26i using Tapatalk 2
funky0308 said:
Really? That's interesting and even more useful.
Where from could we download that recovery?
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
Check Nihar.G's thread in original development section
<CyberAnarchy> said:
Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
Click to expand...
Click to collapse
META-INF is missing .. without meta inf how is the recovery going to install the stuff onto the phone ??
mimi_atmam said:
META-INF is missing .. without meta inf how is the recovery going to install the stuff onto the phone ??
Click to expand...
Click to collapse
use the meta inf of original rom.
help in making flashable zip for ext4 nandroid backup
<CyberAnarchy> said:
Hi there guys, today i shall show you how to make a flashable zip from your cwm backup!
REQUIREMENTS:
Windows OS
The Nandroid Backup
A tool(not mine, attatched below)
Brain
Now, copy all files from your backup to the folder where you extracted the tool.
Now it should look somewhat like this:
Code:
.android_secure.vfat.tar.
nandroid.md5
boot.img
cache.yaffs2.img
data.yaffs2.img
recovery.img
system.img
bkp2zip.bat
unyaffs.exe
cygwin1.dll
Run the "bkp2zip.bat".
Now there should be 3 files:System,Data and boot.img
now zip those three files.........And you should have a flashable update.zip!
Click to expand...
Click to collapse
bro my nanadroid backup has ext4 extension rather than yaff2 how should i make flashable zip from that???this method doesn't work on ext4 help plz

Find Files Used by Installed App

Hey, I am currently using an app that has built in backgrounds to make quote cards and memes and such. I want to know how to find the actual background files so I can modify them. How can I find these files? Any help is appreciated!!!
usimg the es file explorer rename the app as appname.zip and extract the app normally. now search for images in it. edit them. and aelect all folders or files in the extracted folder and compress them and rename the zip as appname.apk ans inatall
its done
Sent from my SM-G355H using XDA Free mobile app
Thank you! I'll give it a shot and see how it goes!
So am I just renaming the app.apk file as app.zip then? Then download, extract file, search images, etc. right?
Obviously if the app updates I'm guessing my changes will be overwritten each time?
may be well i donot update my apps.
Sent from my SM-G355H using XDA Free mobile app

Categories

Resources