Please help me converting swf to apk - Android Apps and Games

Hi everyone,
I already searched the web for tutos, tried different online converters and tried it with FlashDevelop - not getting anywhere. Can you tell me, how a swf file can be turned into a apk file?
Please answer me.

I don't think you can convert directly an SWF file into an APK. An SWF file is the output format used by Adobe Flash and APK is the package format for an Android app. Your best chance is, if you have the source code, to use Adobe Air to export it as an Android App (i am not sure if this is still supported, you used to be able to do it).

Hi ncdude,
thank you for your answer. I can get code from this swf file using JPEXS Free Flash Decompiler. But I don't know if that represents the source code. I tried to paste that code in various android apps who promise to build an apk file. That also didn't work.
Could someone help me if I upload the extracted code or the the swf file?
kr

Related

[Q] Is there any way to configure Android to recognize swf files?

Hello, I have a Motorola Droid running Froyo Cyanogen 6 RC3, and I was wondering how you could open swf files with flash player installed. I did some googling, and found that you just have to input file://sdcard/whateverfileyouwanttoopen.swf into the browser. Now, I want to know if it's possible to add swf to the list of file types and have it configured so that if for example I go into Astro and open an swf, it will automatically direct my browser to the swf file.
Does anyone know how I would go about doing this?

Cannot read .TXT file . beg resolution.

hi guys
i download a .txt file from the web. but when i open the file it showed " directory is empty". why? i dl three times and im sure the dls are successful. & the android sysytem is 2.2
any answer is appreciated.
I think maybe your phone doesn't support .txt file , need to convert.
I see , but how to convert the file format?
use the converting tool i cannot post links here , you search in the google ,and find the converting tools.
good luck

[Q] tool for opening .rar file ??

any tool for opening a .rar file on wp7.5 ??
i am also looking for something like that.
Opening - for what? What would you like to do with rar content?
Presumably, the same think you'd do with the ability to open ZIP files on the phone, which it already has (I've never actually needed to do this, except for hacks, but it works).
The RAR format has some annoying restrictions around its use; some developers don't like it for that reason and are therefore less likely to develop for it. You'll probably need to get a C/C++ RAR library and then port it to the phone and access it through COM. Doing it all in managed code would be cleaner (and would let you put it on the Marketplace) but I don't know if there are any managed implementations to work from, so you might have to write the whole thing.
@sensboston
actually i wanna open the mail attachment whic come in .rar format..
GoodDayToDie, here is the managed code to work with rar archives: http://nunrar.codeplex.com/ (and project already has SL implementation so it can be easily ported to WP7 platform). Technically it's possible to create .rar extension handler (for full/policy unlocked devices) but I see no reason why this should be done...
vivek27, I still don't get why do you want to open rar attachments? What are you going to do with unrared files? You can't play 'em or install 'em or read 'em. Just unpack to the rar-handler isolated storage file? Why?
loki338 said:
hey dude why r u not use winrar .ZIp Apps
Click to expand...
Click to collapse
I doubt there's such an app on MP .

[Q] I need to change file name system/lib/egl/libGLESv1_CM_emulation.so how can I do

Sorry if noob question, I just beginner. I need to play app on PC but I have known this app detect file name "system/lib/egl/libGLESv1_CM_emulation.so". I try to change this file name but this file is used form other files(libEGL_emulation.so,libGLESv2_emulation.so) and I don't have source code of those files. Could I have source code of "libEGL_emulation.so","libGLESv1_CM_emulation.so" and "libGLESv2_emulation.so" or anyone have other libGL that can run on virtual box, Send me, please.

Trying to convert apk to gpk

Hope this is ok to ask, I am hitting a brick wall..
I'll try and include as much detail as possible, so apologies if it's a bit long.
I am trying to convert apk to gpk - two apps in particular; MX Player and ES File Explorer
I have downloaded a tool with instructions from another forum using google translate from Burmese to English, but it's not perfect and still very hard to understand.
The name of the tool is GPKMaker.
From the instructions, I think I need the APK and the Data file folder from the same device that I am trying to install the gpk on. But I don't know how I would get the latter without installing it first..
I tried to use the MX Player Data folder
- com.mxtech.videoplayer.ad From another device to make the gpk.
I have attached a jpeg of instructions that also came with the tool (In Burmese - I can't translate).
From what I can make out, this is what I am required to have to make it work\install correctly:
(Using MX Player as the example)
FOLDER - MXPlayer with a subfolder and .ini file inside it
MXPlayer
game.ini
And inside the subfolder
MXPlayer.gpk
MXPlayer.png (Logo)
MXPlayer.xml
I have done that, and inside the game.ini file I have this written:
[MXPlayer]
package=com.mxtech.videoplayer.ad
version=1.7.40
Click to expand...
Click to collapse
and inside the XML file I have this written:
<?xml version="1.0" ?>
<Files>
<item type="gpp" path="MXPlayer.apk" offset="0" size="9976082"></item>
</Files>
Click to expand...
Click to collapse
I then place the main MXPlayer folder on the device I want to install it on, it appears and begins to install, but then stops and doesn't seem to go any further.
I'm guessing where I'm making the main mistake is the data folder.
But I can't find how or where I may get the correct folder from, would it have to be the same chipset? Or would the same cpu be sufficient?
I have tried the same steps above with the ES File Explorer and get the exact same results.
Hopefully someone can help me.
After searching extensively, I see GPK are also used for cracked/patching game files. But seems that would require the revers of what I am looking for.
As a result, there seems to be mutiple videos/links/programs for converting gpk to apk.
But no good to me, I want to convert into the file format everyone seems to be trying to get away from (typical)
Is this in the wrong subforum, or is nobody able to help?
I am really trying, but unfortunately getting nowhere.
Any reply may be helpful
[SOLVED] only if that's a real gpk file?
This is an easy fix.
That MXPlayer.gpk, is it a real .GPK file, not an .APK rename to a .gpk?
if it is a real .gpk, then you are not telling the device where the file is?
in your xml file you list MXPlayer.apk, but the file name is MXPlayer.gpk.
do that an you will the that it works.
(NOW) please tell me how did you convert an .APK file to a .GPK file, using that windows GPKMaker program?
please step-by-step.
Thanks.
Tomato_Jam said:
Hope this is ok to ask, I am hitting a brick wall..
I'll try and include as much detail as possible, so apologies if it's a bit long.
I am trying to convert apk to gpk - two apps in particular; MX Player and ES File Explorer
I have downloaded a tool with instructions from another forum using google translate from Burmese to English, but it's not perfect and still very hard to understand.
The name of the tool is GPKMaker.
From the instructions, I think I need the APK and the Data file folder from the same device that I am trying to install the gpk on. But I don't know how I would get the latter without installing it first..
I tried to use the MX Player Data folder
- com.mxtech.videoplayer.ad From another device to make the gpk.
I have attached a jpeg of instructions that also came with the tool (In Burmese - I can't translate).
From what I can make out, this is what I am required to have to make it work\install correctly:
(Using MX Player as the example)
FOLDER - MXPlayer with a subfolder and .ini file inside it
MXPlayer
game.ini
And inside the subfolder
MXPlayer.gpk
MXPlayer.png (Logo)
MXPlayer.xml
I have done that, and inside the game.ini file I have this written:
and inside the XML file I have this written:
I then place the main MXPlayer folder on the device I want to install it on, it appears and begins to install, but then stops and doesn't seem to go any further.
I'm guessing where I'm making the main mistake is the data folder.
But I can't find how or where I may get the correct folder from, would it have to be the same chipset? Or would the same cpu be sufficient?
I have tried the same steps above with the ES File Explorer and get the exact same results.
Hopefully someone can help me.
Click to expand...
Click to collapse

Categories

Resources