help to open bnk file - Android Q&A, Help & Troubleshooting

hi ,i want open .bnk file.please help me to extract audio files from se.bnk file.(file is fts15 game audio )
can anyonmbe help me please?

msepehri said:
hi ,i want open .bnk file.please help me to extract audio files from se.bnk file.(file is fts15 game audio )
can anyone help me please?
Click to expand...
Click to collapse
I have 2 resources for you. There isn't much info about this type of file.
#1. Tutorial on bnk extraction.
#2. Open source bnk editor over on github.
I've never needed to extract bnk files, so I have not tried either of these. I hope this helps you out.

Related

[Q] How to change apk package name

I just recently tried to upload an app to the play store that I made on a site.
But every time I try to upload the .apk it said that it failed to save changes, then it said that the package name is already on the store.
If anyone knows how to fix this please post below, As it would be a great help.
Picture and apk are attached.
Bump
Bump - Please help! :good:
M4ttz said:
I just recently tried to upload an app to the play store that I made on a site.
But every time I try to upload the .apk it said that it failed to save changes, then it said that the package name is already on the store.
If anyone knows how to fix this please post below, As it would be a great help.
Picture and apk are attached.
Click to expand...
Click to collapse
Change the package name in code and associated files with it, and then compile and execute the apk, sign it and then try to publish.
via Phone
I know that but there is so many files associated with it. It would take forever to do so!
Thanks for making the effort to help though.:good:
M4ttz said:
I know that but there is so many files associated with it. It would take forever to do so!
Thanks for making the effort to help though.:good:
Click to expand...
Click to collapse
you can right click the project in eclipse and there is android tools, you can change the package name there..
and oh you need to sign the package first before uploading it to playstore

[Q] to extract the BIN?

hi
I'm new here so I hope you can help me.
I would like to ask what you open BIN file when you unpack it with QUICK KDZ EXTRACTION TOOL
http://forum.xda-developers.com/showthread.php?t=2171710
My English is bad, but I hope you understand
thanks
nero150 said:
hi
I'm new here so I hope you can help me.
I would like to ask what you open BIN file when you unpack it with QUICK KDZ EXTRACTION TOOL
http://forum.xda-developers.com/showthread.php?t=2171710
My English is bad, but I hope you understand
thanks
Click to expand...
Click to collapse
This is supporting thread with a TOOL to extract KDZ file into BIN file which is then edited and used to ROOT the ICS.
I still dont understand what you want to know.

[Q] Edit .apk wirh winRAR possible?

Hey guys,
I was searching for a tool to edit an apk file and i found Apk Tool on xda but i think it's not
that much easy to work with this program. (for a n00b, like me.. )
I managed to open and edit te file with winRAR,
but is this program also capable of proper compiling the app again, ready to use?
I tried it and it worked well i think, but is this possible with any app or other kinds of changes?
If this is stupid or something, please tell me. I am not very experienced in these kinds of things.. (neither in english, sorry.. )
Somebody any ideas?
Thanks in advance!
bart1996 said:
Hey guys,
I was searching for a tool to edit an apk file and i found Apk Tool on xda but i think it's not
that much easy to work with this program. (for a n00b, like me.. )
I managed to open and edit te file with winRAR,
but is this program also capable of proper compiling the app again, ready to use?
I tried it and it worked well i think, but is this possible with any app or other kinds of changes?
If this is stupid or something, please tell me. I am not very experienced in these kinds of things.. (neither in english, sorry.. )
Somebody any ideas?
Thanks in advance!
Click to expand...
Click to collapse
It all depends on what you edit,obviously you didnt make a fatal change,so it must have been small,no its not possible to edit anything else as far as the manifest and xml files.You'll get a parsing error.
Diablo67 said:
It all depends on what you edit,obviously you didnt make a fatal change,so it must have been small,no its not possible to edit anything else as far as the manifest and xml files.You'll get a parsing error.
Click to expand...
Click to collapse
Okay, that's true i only changed those kinds of files and it wasn't a problem yet.
I changed somethings in an demo version of an app and now it recognizes it as the full version so winRAR can be pretty usefull for apk edit if you keep things simple like this..
bart1996 said:
Okay, that's true i only changed those kinds of files and it wasn't a problem yet.
I changed somethings in an demo version of an app and now it recognizes it as the full version so winRAR can be pretty usefull for apk edit if you keep things simple like this..
Click to expand...
Click to collapse
It only really works for editing images.
Admitting this is a nice way to get banned
Wayne Tech Nexus

Re Create APK File

Hey Everyone ! Guys Firstly If I Posted In Wrong Section Im Sory For That But I Need To Some Help. I Got Source Codes Of An Android APK File I Want To Edit That As I Want. There Is "Class Files" I Have Edited In Text File And Converted Back To Class File But IDK If It Works So How Can I Edit That Codes In A Class File ? And Second After DoThat How Can I Make It APK Again I Mean How to Re Create APK File With That My Own Codes. Someone Can Help Me ? Its So Much Important , Thanks Everyone
I think, if have all necessary files, you need to compile a project from android studio.
There are several topics that will help you.
Rierei said:
I think, if have all necessary files, you need to compile a project from android studio.
There are several topics that will help you.
Click to expand...
Click to collapse
its an anroid game so animations , graphics etx hard to do so i just want to change dex file of apk , is that possible and how , i just wondwer it
umutt1905 said:
Hey Everyone ! Guys Firstly If I Posted In Wrong Section Im Sory For That But I Need To Some Help. I Got Source Codes Of An Android APK File I Want To Edit That As I Want. There Is "Class Files" I Have Edited In Text File And Converted Back To Class File But IDK If It Works So How Can I Edit That Codes In A Class File ? And Second After DoThat How Can I Make It APK Again I Mean How to Re Create APK File With That My Own Codes. Someone Can Help Me ? Its So Much Important , Thanks Everyone
Click to expand...
Click to collapse
From the way you worded it it sounds more like you have a decompiled apk, not the source code for the apk. Depending on what you want to edit you may need the actual source code to make the changes. What are you trying to do?
zelendel said:
From the way you worded it it sounds more like you have a decompiled apk, not the source code for the apk. Depending on what you want to edit you may need the actual source code to make the changes. What are you trying to do?
Click to expand...
Click to collapse
I m trying to get admin permissions by editing codes. i got some codes with dex2jar from classses.dex file . and game got commands ... some commands like give money , health , energy etc need admin or modarator permissions. for example "super("Armor", SocialEnums.UserRole.Admin);" in codes its admin but i can change it to Player so then i can use that comman.
if i cant get admin - modarator permissins then i can edit prices of items to free but as i said i need to learn how to re-create apk
umutt1905 said:
I m trying to get admin permissions by editing codes. i got some codes with dex2jar from classses.dex file . and game got commands ... some commands like give money , health , energy etc need admin or modarator permissions. for example "super("Armor", SocialEnums.UserRole.Admin);" in codes its admin but i can change it to Player so then i can use that comman.
if i cant get admin - modarator permissins then i can edit prices of items to free but as i said i need to learn how to re-create apk
Click to expand...
Click to collapse
What you are trying to do is considered cracking an app which makes it warez. This is banned on this site. You will find no help doing what you want. As for decompiling and recompiling an apk there are tut all over the site. Search and you fill find what you need. But take this as your warning. Asking for help cracking the app will get you banned. Take this as your only warning.
zelendel said:
What you are trying to do is considered cracking an app which makes it warez. This is banned on this site. You will find no help doing what you want. As for decompiling and recompiling an apk there are tut all over the site. Search and you fill find what you need. But take this as your warning. Asking for help cracking the app will get you banned. Take this as your only warning.
Click to expand...
Click to collapse
ok , thanks for warning but im working on hack so asked here. working on money hack and btw i know developers of that game so i have no bad goal to do on servers and already cant if i could get admin permissions. then can you guidance me to recomplng apk , i coudnt find on forums its so complex to find tnx

Need 1 file from Xperia 1 Help

Hi I need one file from Xperia 1.
/ etc / media_profiles.xml
You can extract this file without root through app Mixplorer
Help please Thank you
Here you go.
madasalizard said:
Here you go.
Click to expand...
Click to collapse
Thank you :good: sorry I need not vendor
I need system/ etc / media_profiles.xml Please help with this yet
get xperifirm app(on xda) to dl full firmware and then use unsin(also xda) to extract all of it for files.
VeixES said:
get xperifirm app(on xda) to dl full firmware and then use unsin(also xda) to extract all of it for files.
Click to expand...
Click to collapse
Yes I know how use unsin. but this file does not exist after unpacking all sin/ext4 files The need for already installed roms
That's why I'm writing to Xperia 1 users about this 1 file. I have the rest
Hey, in /system/etc there is not 'media_profiles.xml' but there is 'media_profiles_V1_0.dtd'
ranzach said:
Hey, in /system/etc there is not 'media_profiles.xml' but there is 'media_profiles_V1_0.dtd'
Click to expand...
Click to collapse
? Ok thank you for help
Let us know if you need something else.

Categories

Resources