Quickbms android fix [termux]
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Quickbms android fix [termux]
Hey i need a help with quick bms i tried to run quickbms in android and sucessfully done it with termux but when i try to recompile it doesnt reimport any fix for that problem it always say 0 files reimported when i do it in kali linux it doesnt even shows a error just stuck there it would be great if you could help and my architecture is aarch 64 this is the one i used and yes it is from this forum only https://drive.google.com/file/d/1EN8TBa%20...%20p=drivesdk
-
- Posts: 6
- Joined: Fri Oct 26, 2018 7:55 am
Re: Quickbms android fix
Hello frnd,
Can u tell me how use quickbms in android
Can u tell me how use quickbms in android
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Quickbms android fix
Use quickbms on Windows or Linux or MacOSX on a computer with a x86/x64 CPU (Intel/AMD).
Builds:
Windows: http://aluigi.org/papers/quickbms.zip
Linux (Debian/Ubuntu): http://aluigi.org/papers/quickbms_linux.zip
MacOSX: http://aluigi.org/papers/quickbms_macosx.zip
Current 0.9.0 doesn't work with wine due to wine unable to handle a flag in CreateFile, next 0.9.1 will solve the problem.
quickbms is not tested on Android and no build available for ARM, currently there is no plan to support mobile.
Builds:
Windows: http://aluigi.org/papers/quickbms.zip
Linux (Debian/Ubuntu): http://aluigi.org/papers/quickbms_linux.zip
MacOSX: http://aluigi.org/papers/quickbms_macosx.zip
Current 0.9.0 doesn't work with wine due to wine unable to handle a flag in CreateFile, next 0.9.1 will solve the problem.
quickbms is not tested on Android and no build available for ARM, currently there is no plan to support mobile.
-
- Posts: 6
- Joined: Fri Oct 26, 2018 7:55 am
Re: Quickbms android fix
My mobile rooted ,any idea to run quickbms in termux, because my some frnds use but he not tell me how use
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Re: Quickbms android fix
Yea i know the prob is in doing this in a aarch64 type structure i sucessfully ran bms but prob is the reimport function dont seem to be working any solution for it current it is a terminal emulator on. Android os
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Quickbms android fix
What's the exact error you get?
Just "no files reimported" or an error or something else?
Just "no files reimported" or an error or something else?
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Re: Quickbms android fix
Just 0 files reimported nothing else
-
- Posts: 2
- Joined: Wed Oct 31, 2018 11:14 pm
Help me termux! Zenhax
help me zenhax! How can i reimport file with using termux Android app. I mean how i repack any file again tell me i use bms & nxpk tell me please
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Quickbms android fix [termux]
reimporting works exactly like in extraction mode, same functions and same "fopen".
Basically instead of doing 'fopen(filename, "wb")' it does 'fopen(filename, "rb")' for loading the file.
Are you 100% sure to have used the reimport mode in the correct way?
Example:
extract: quickbms file.bms archive.dat output_folder
reimport: quickbms -r -w file.bms archive.dat output_folder
Currently none of you has posted a screenshot or the command-line used for reimporting, that would be helpful to exclude an user-side error.
Basically instead of doing 'fopen(filename, "wb")' it does 'fopen(filename, "rb")' for loading the file.
Are you 100% sure to have used the reimport mode in the correct way?
Example:
extract: quickbms file.bms archive.dat output_folder
reimport: quickbms -r -w file.bms archive.dat output_folder
Currently none of you has posted a screenshot or the command-line used for reimporting, that would be helpful to exclude an user-side error.
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Re: Quickbms android fix [termux]
never mind it was a bug in my device thank you verymuch for the help aluigi you rock dude
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Re: Quickbms android fix [termux]
Lol a new problem arised when i edit the file and reimport it says 0 file reimported
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Quickbms android fix [termux]
I will check it.
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Re: Quickbms android fix [termux]
Btw this is dont on a 32bit emu for aarch 64
-
- Posts: 6
- Joined: Fri Oct 26, 2018 7:55 am
Re: Quickbms android fix [termux]
Bro tell me plz how work quick bms on termux and give me link of script which is run on termux
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Quickbms android fix [termux]
@noob
What's the script you are using?
Can you try an extraction and reimporting using the following script (use it as input file too, just a test)?
What's the script you are using?
Can you try an extraction and reimporting using the following script (use it as input file too, just a test)?
Code: Select all
log dump 0 10
-
- Posts: 6
- Joined: Fri Oct 26, 2018 7:55 am
Re: Quickbms android fix [termux]
Aluigi plz reply me ,,plz tell me how use quickbms o termux my mobile is rooted
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Re: Quickbms android fix [termux]
aluigi wrote:@noob
What's the script you are using?
Can you try an extraction and reimporting using the following script (use it as input file too, just a test)?Code: Select all
log dump 0 10
Im using nxpk.bms latest one
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Quickbms android fix [termux]
And do you have the same problem with that simple test script I posted?
-
- Posts: 28
- Joined: Sun Sep 30, 2018 7:20 am
Re: Quickbms android fix [termux]
Didnt saw the script do u mean that logging codeline ? Can you specify me what to do
Edit:when i use that log dump 0 10 as input script and the options as -F -W and archieve as the log dump it gives a output with log dump 0
Edit:when i use that log dump 0 10 as input script and the options as -F -W and archieve as the log dump it gives a output with log dump 0
Last edited by noob on Sun Nov 04, 2018 2:59 am, edited 1 time in total.