Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Quickbms android fix [termux]

Featured Replies

  • Replies 52
  • Views 3
  • Created
  • Last Reply

Top Posters In This Topic

  • Author
  • Localization

noob, posted Sat Oct 06, 2018 2:07 pm (39180)


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 ... p=drivesdk
  • Author
  • Localization

Youlikethis9939, posted Fri Oct 26, 2018 7:57 am (39857)


Hello frnd,
Can u tell me how use quickbms in android
  • Author
  • Localization

aluigi, posted Fri Oct 26, 2018 9:20 am (39860)


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.
  • Author
  • Localization

Youlikethis9939, posted Sun Oct 28, 2018 7:02 am (39922)


My mobile rooted ,any idea to run quickbms in termux, because my some frnds use but he not tell me how use
  • Author
  • Localization

noob, posted Wed Oct 31, 2018 2:44 pm (39991)


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
  • Author
  • Localization

aluigi, posted Wed Oct 31, 2018 3:29 pm (39992)


What's the exact error you get?
Just "no files reimported" or an error or something else?
  • Author
  • Localization

noob, posted Thu Nov 01, 2018 2:34 am (40013)


Just 0 files reimported nothing else
  • Author
  • Localization

Shadow, posted Thu Nov 01, 2018 9:45 am (40018)


:( 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
  • Author
  • Localization

aluigi, posted Thu Nov 01, 2018 11:03 am (40020)


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.
  • Author
  • Localization

noob, posted Thu Nov 01, 2018 3:34 pm (40028)


never mind it was a bug in my device thank you verymuch for the help aluigi you rock dude
  • Author
  • Localization

aluigi, posted Thu Nov 01, 2018 3:37 pm (40030)


:D
  • Author
  • Localization

noob, posted Fri Nov 02, 2018 1:54 pm (40047)


Lol a new problem arised when i edit the file and reimport it says 0 file reimported
  • Author
  • Localization

aluigi, posted Fri Nov 02, 2018 2:32 pm (40049)


I will check it.
  • Author
  • Localization

noob, posted Fri Nov 02, 2018 2:37 pm (40051)


Btw this is dont on a 32bit emu for aarch 64
  • Author
  • Localization

Youlikethis9939, posted Fri Nov 02, 2018 5:27 pm (40056)


Bro tell me plz how work quick bms on termux and give me link of script which is run on termux
  • Author
  • Localization

aluigi, posted Fri Nov 02, 2018 6:22 pm (40057)


@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:
log dump 0 10
  • Author
  • Localization

Youlikethis9939, posted Fri Nov 02, 2018 10:58 pm (40062)


Aluigi plz reply me ,,plz tell me how use quickbms o termux my mobile is rooted
  • Author
  • Localization

noob, posted Sat Nov 03, 2018 1:47 am (40063)


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:
log dump 0 10

Im using nxpk.bms latest one
  • Author
  • Localization

aluigi, posted Sat Nov 03, 2018 7:32 am (40067)


And do you have the same problem with that simple test script I posted?
  • Author
  • Localization

noob, posted Sat Nov 03, 2018 12:16 pm (40073)


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
  • Author
  • Localization

noob, posted Sat Nov 03, 2018 12:29 pm (40074)


I made a bms with log 0 10 as code and run it to extract with the .bms as input gile and script the dump file just have log dump 0
  • Author
  • Localization

aluigi, posted Sat Nov 03, 2018 5:43 pm (40078)


Try to reimporting that file:
quickbms 1.bms 1.bms output_folder
quickbms -r -r -w 1.bms 1.bms output_folder

I want to understand if reimporting works with something simple like that.
  • Author
  • Localization

noob, posted Sun Nov 04, 2018 8:42 am (40091)


Nothing happened lol ill attach a screen shot of it
  • Author
  • Localization

aluigi, posted Sun Nov 04, 2018 1:56 pm (40097)


The only other thing you can try is running again that test script using the -V option of quickbms and pasting the output here.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.