I have a file on a Palm phone and was wondering is there a way to change it to a apk file . The file is a prc file right now and i can change it to other file type but not a apk file. Is there a person that could change it or tell me what program that might help to get it to work on a captivate android.
d054 said:
I have a file on a Palm phone and was wondering is there a way to change it to a apk file . The file is a prc file right now and i can change it to other file type but not a apk file. Is there a person that could change it or tell me what program that might help to get it to work on a captivate android.
Click to expand...
Click to collapse
I know you PMed me but I'm just going to respond here.
You can't simply rename and have it work. Obviously PRC is for Palm and APK is for Android. They are not cross-compatible formats. You would have to see if the app developer has made the app for Android. If they did, great for you. If they didn't, you're just out of luck.
palm
Yes i know I couldnt use the palm file the prc I was wondering if there was a way to take it like to a jar file and then to a apk file or do i have to try to make a app for this . When i first loaded the file on the phone it was a jar or jad file .
So when i check it on the palm it is now a prc file . I was reading about making a app or i didnt know if there was app delevelper that knew a easy way or if a jar file can be loaded on android or if i would have to take it to a apk file thanks for this site learning alot.
d054 said:
Yes i know I couldnt use the palm file the prc I was wondering if there was a way to take it like to a jar file and then to a apk file or do i have to try to make a app for this . When i first loaded the file on the phone it was a jar or jad file .
So when i check it on the palm it is now a prc file . I was reading about making a app or i didnt know if there was app delevelper that knew a easy way or if a jar file can be loaded on android or if i would have to take it to a apk file thanks for this site learning alot.
Click to expand...
Click to collapse
You can't really do that either. They are different operating systems. That would be like installing the iLife suite for OSX on Windows XP/Vista/7. It just won't work. You'd need to write the app for Android, starting from scratch.
thank you i will look into doing that thanks again
Related
i downlaoded "mUn BackGroundMode" from this site an like all other setup.xml
files i have no idea how to install them.
can someone help me on this one.
thanks
HD
Is the installer in the form of a .cab file? I'm willing to bet that you're opening the CAB file on your PC and looking inside it, which isn't the way to go here. You're supposed to copy the entire CAB file across onto your phone then launch the CAB file from your phone to run the installer.
Hi, I am using the iskoot software, installed by an apk files. But I need to change a setting of this software, and in Windows Mobile I used to change the registry setting I need, but now, we do not have a registry....so what I am asking is, there is a way to unpack an apk files to see where and wich files it install? So that I can go there and edit the conf file I need?
Thanks!
alex_time said:
Hi, I am using the iskoot software, installed by an apk files. But I need to change a setting of this software, and in Windows Mobile I used to change the registry setting I need, but now, we do not have a registry....so what I am asking is, there is a way to unpack an apk files to see where and wich files it install? So that I can go there and edit the conf file I need?
Thanks!
Click to expand...
Click to collapse
apks are just zip files. Set them to open with your archive manager or change the extension to .zip. All applications install their settings into /data/data/%PACKAGENAME% where %PACKAGENAME% is the Java-style package name of the app.
Ugh, no need to use the evil "R" word here. You're going to give us nightmares!
Each application stores its configurations/settings in its home directory in /data/data as pointed out by the previous poster. You might want to bone up on 'sqlite3' as most configuration settings tend to be stored in such databases.
alex_time said:
Hi, I am using the iskoot software, installed by an apk files. But I need to change a setting of this software, and in Windows Mobile I used to change the registry setting I need, but now, we do not have a registry....so what I am asking is, there is a way to unpack an apk files to see where and wich files it install? So that I can go there and edit the conf file I need?
Thanks!
Click to expand...
Click to collapse
I'am trying right now to find this confing files, thanks, I'll let you know if it's ok.
Note that depending on what you are trying to do, the config files may or may not be able to adjust the property you're after. No matter what, the program itself must support what you are trying to do (this goes for ALL OS's -- you simply can't change something that is irrelevant and expect it to do what you want) and more often than not, the ability to adjust that property would be presented by the program itself.
That is, of course, not to say that manually adjusting the config files is useless, because there IS a lot you can do directly from the config files.
alex_time said:
I'am trying right now to find this confing files, thanks, I'll let you know if it's ok.
Click to expand...
Click to collapse
Er, delete please
Modify an " .apk " file in " .exe " file
Hi everybody ,
Please , does anyone know how
I can modify an Android Mobile File .apk
in a .exe to use it with Windows Mobile ?
ccpgclap said:
Hi everybody ,
Please , does anyone know how
I can modify an Android Mobile File .apk
in a .exe to use it with Windows Mobile ?
Click to expand...
Click to collapse
No, they have absolutely nothing in common.
Modify an " .apk " file in " .exe " file
Originally Posted by ccpgclap View Post
Hi everybody ,
Please , does anyone know how
I can modify an Android Mobile File .apk
in a .exe to use it with Windows Mobile ?
Originally Posted by RubenGM View Post
No, they have absolutely nothing in common.
Originally Posted by ccpgclap View Post
But I have found this and it doesn't work ....
Download APK2EXE and NSIS install system
Follow these steps to create your executable!
* Extract APK2EXE to a new directory
* Add your APK to the directory
* Doubleclick APK2EXE.NSI and edit the 3 lines containing information about your application.
* Right click the NSI file, and select 'Compile NSIS Script' - this will create your install EXE
* Done!
And it is a .apk to .exe converter !!!
Can anyone tell me why it doesn't work ? Many thanks
because your trying to run a Android application on Windows.
it's like saying I want to make this MAC application run on windows.. it just doesn't work..
I dont care what programs say.. Its not coded for Windows so it wont understand what the program does...
BTW you application you speak of is meant to install APK's FROM windows not TO windows
"Hot on the heels of my installAPK utility to let you install APKs from your Windows desktop, I now have another neat trick... which allows developers to distribute APKs as Windows EXE files instead."
boostnek9 said:
because your trying to run a Android application on Windows.
it's like saying I want to make this MAC application run on windows.. it just doesn't work..
I dont care what programs say.. Its not coded for Windows so it wont understand what the program does...
BTW you application you speak of is meant to install APK's FROM windows not TO windows
"Hot on the heels of my installAPK utility to let you install APKs from your Windows desktop, I now have another neat trick... which allows developers to distribute APKs as Windows EXE files instead."
Click to expand...
Click to collapse
shouldnt be too tough. just make a executable file that installs and configures adb, allows user to select apk or select a folder of apk's, create a .bat file that tells windows command prompt adb push the .apk to the sd card, then adb install /sdcard/nameofapk.apk
simple enough!
Can anyone tell me how to edit the app / extracted APK file to make the phone think it's a completely different app i.e. install it twice...
Not trying to cause trouble, I'm just looking to install an older version of an app as well as the updated version...
RichCowell said:
Can anyone tell me how to edit the app / extracted APK file to make the phone think it's a completely different app i.e. install it twice...
Not trying to cause trouble, I'm just looking to install an older version of an app as well as the updated version...
Click to expand...
Click to collapse
apk manager will let you
Asadullah said:
apk manager will let you
Click to expand...
Click to collapse
Thanks for replying, I've had a go with that and extracted / decompiled, compiled, signed, and that doesn't work, when I try to install the newly created apk it still tries to overwrite it...
I've watched the vid and read the comments but haven't worked it out yet... Can you point me in the right direction about which bit to edit?
i think you need apktool
Cool, I'll look into that... Any pointers on how to do it once I've got apktool?
command line usage, this tool unpak and repak
As the title says can someone show me how to do this strictly on a mac!
I have failed miserably at it!
All the tools are for windows..
I have the sdk for mac all set up and I can push an pull files!
but everything I edit on the mac and push to the phone crashes the phone with force closes and stuff...
-kitt050383
I came across this in a google search for the same thing. Can someone post a how-to step by step for modding .apk files with adb commands to push to the phone? Thanks in Advance.
Me as well please, been searching for a good 30 minutes now and cant find any tools to do this on a MAC, especially to edit the .9.png's
I just pull the apk and open it with BetterZip. APKs are pretty much like zip files. Then after I'm done, I sign it and push it back to the phone.
ajones7279 said:
I just pull the apk and open it with BetterZip. APKs are pretty much like zip files. Then after I'm done, I sign it and push it back to the phone.
Click to expand...
Click to collapse
So, i change the extension to .zip double click and it unzips it. Open the folder, edit the files... and then i just switch the extension back to .apk?
I dont get what you are saying.
If you're using the default archiver, you may have to change it to .zip. Since I use betterzip, I just associated the .apk extension with BetterZip so it automatically opens it like an archive. Now, extract the contents of the apk, make whatever changes you please, put the contents back into the archive, sign the apk, then push it back to the phone. I'm typing this from my Hero so I'll try to make a more detailed post when I get off.
ajones7279 said:
If you're using the default archiver, you may have to change it to .zip. Since I use betterzip, I just associated the .apk extension with BetterZip so it automatically opens it like an archive. Now, extract the contents of the apk, make whatever changes you please, put the contents back into the archive, sign the apk, then push it back to the phone. I'm typing this from my Hero so I'll try to make a more detailed post when I get off.
Click to expand...
Click to collapse
Thanks for the tip! I'll give it a shot tomorrow.
Didn't know Betterzip was out there. I'll give it a try later tonight as well.
almost there...
ok i can transform an apk to a zip and unzip for editing, but how do i change it back? i just did a bunch of editing work, and now i am stuck. please help me....
So pretty much we all want to know the same thing...
Once we get the apk open... and we change files around how do we get it back to an apk file.
anyone gonna help?
ipeench said:
So pretty much we all want to know the same thing...
Once we get the apk open... and we change files around how do we get it back to an apk file.
anyone gonna help?
Click to expand...
Click to collapse
someone did.
http://forum.xda-developers.com/showpost.php?p=5849463&postcount=6
Better Zip works great for this. Now, if there was a way to do zero compression like the APK Manager. Without that, the sounds for lock/unlock won't work.
Me too have the same problem. I think installing windows on your mac will work fine with all .exe tools. if you don't wanna do anything o your osx then you can run a virtualbox and run windows without affecting os x.
NO WAY
ajones7279 said:
I just pull the apk and open it with BetterZip. APKs are pretty much like zip files. Then after I'm done, I sign it and push it back to the phone.
Click to expand...
Click to collapse
Hi, I have tried to extract the APK with BetterZip.
I can extract files. But, XML file are like unable to open.
The image files are quite OK.
My purpose is to check out Manifest File and other XML Files.
So, if you can actually do those things after extracting with BetterZip, do let me know.
Thanks in advance.
The most useful way is install Windows via Bootcamp or Virtual Machine...
While I don't have a Mac, I should be able to help. First, rename the extension from .apk to .zip so it can be viewed and extracted from whatever archive manager you use. Doing this won't decompile the apk but it will at least let you modify the images. If you want to modify the xml's in the apk file. You can use Apktool which will decompile and recompile apk's, and sign the apk if it's a non-system app. You will also need to have JDK installed to do this.
JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Apktool: https://code.google.com/p/android-apktool/downloads/list
Hello,
I would like to know how can I find the downloaded files in HTC HD7 with WP7?
I have downloaded files from my hotmail.
It says downloading when download is finish,I can't open the file.
WP said Can't open attachment.
(There's no application associated with this file type)
I'd like to know where this downloaded attached files saved in phone.
I looked for the files by using TouchXplorer but I can't make it at all.
I have Registry Editor, TouchXplorer and my OS version is 7389.
Can someone give me an idea?
Thank in advance!
i think that file can't be accepted with wp7.
yes Ttblondey ,
I am trying to install .ttf , wp7 can't accepted.
But the download was finished.
I wonder if I can find this downloaded file.
I have chance to move to Windows\Fonts folder
The system does not work that way. Once you download an attachment, it gets stored by Outlook in some encrypted, hidden file somewhere that can only be accessed through the e-mail app. If the phone can't read it, then you are pretty much out of luck.
You are not meant to have file system access, so WP7 works very differently than a computer with file system access. Opening files that the OS does not support is not something you can do... yet.
A
Sent from my GT-I9000
Thank for all your advice.
I attached as a txt file to hotmail.
It saved as to the office hab. By using TouchXplorer, I found my text file under Document Folder. I changed file extension to .ttf.
Copy & paste at Windows\Fonts
can't do yet to change fonts in WP OS , still trying
hello...
can anyone guide me how to extract an .xap file and view its contents ?
tried renaming the extension but that didnt work, so need some expert advice to solve this...
THANKS
Until a dev responds with the proper answer, I've found this by searching : http://www.solvusoft.com/en/file-extensions/file-extension-xap/
frosty.furious said:
hello...
can anyone guide me how to extract an .xap file and view its contents ?
tried renaming the extension but that didnt work, so need some expert advice to solve this...
THANKS
Click to expand...
Click to collapse
XAP file is simply a zip file, so open with Windows Explorer or WinZip, WinRar, etc..
Well, unless it's a .XAP from the store. Then it's a Windows PlayReady container full of DRM-encrypted data which *probably* decrypts to ZIP format (but might not).
We can't open those at this time (except by having the phone install them, obviously).
anaheiim said:
XAP file is simply a zip file, so open with Windows Explorer or WinZip, WinRar, etc..
Click to expand...
Click to collapse
i couldnt do that so simply ?
did you try it anytime ?
LOL, yes, with 1200 posts (including possibly *the* most popular one on this whole forum section) and 850 Thanks, I'm quite sure @anaheiim knows of what he speaks.
You, on the other hand, are almost certainly trying to open a .XAP from the store, didn't read *MY* post for some reason, and also didn't do much searching or other forms of research before beginning. As I said, Store XAPs are encrypted with PlayReady DRM, and we don't currently know how to decrypt them.