Recent posts

#1
ROMs & Mods / Re: [Package] BlackBerry Downg...
Last post by le.zap - Dec 29, 2025, 08:26 PM
OK, understood.  I'll try again with a regular Autoloader file.
Thanks for the advice!
#2
Apps / [Collections] Where to find ap...
Last post by Pablo - Dec 29, 2025, 03:09 PM
Here is a little list of sources to find both Android Apps, and Native Apps (These can be installed with DBBT Darcy BB Tools)

- Native Apps From Crackberry: URL
- Apks mostly ProjectBerry: Mediafire Folder also his website
- APK Mirror with a Compatibility Filter: URL
- Web Apps by Waitberry: URL
#3
ROMs & Mods / Re: [Package] BlackBerry Downg...
Last post by Pablo - Dec 29, 2025, 03:00 PM
Quote from: le.zap on Dec 27, 2025, 09:45 PMProgressing, but not there yet  :'( ...
I have taken the "Debloated ROM for Blackberry" autoloader, extracted the Radio and OS .signed files and repackaged it.
When I run the new Autoloader.EXE, it uploads properly into my BlackBerry Classic (Q20), but then when it tries to reboot, I get the boot animation until it hits 100% and then it freezes at "Finalizing device setup" and never moves on past that point.
I can then reflash the original "Debloated ROM for Blackberry", and this one boots fine...
Any suggestions on how to proceed?
Thanks

You need to use an ORIGINAL AUTOLOADER, not the debloated one. The patcher does everything, from debloating to installing the impersonation. DO NOT USE A Debloated Autoloader which has already been patched.
#4
ROMs & Mods / Re: [Package] BlackBerry Downg...
Last post by le.zap - Dec 27, 2025, 09:45 PM
Progressing, but not there yet  :'( ...
I have taken the "Debloated ROM for Blackberry" autoloader, extracted the Radio and OS .signed files and repackaged it.
When I run the new Autoloader.EXE, it uploads properly into my BlackBerry Classic (Q20), but then when it tries to reboot, I get the boot animation until it hits 100% and then it freezes at "Finalizing device setup" and never moves on past that point.
I can then reflash the original "Debloated ROM for Blackberry", and this one boots fine...
Any suggestions on how to proceed?
Thanks
#5
ROMs & Mods / Re: [Package] BlackBerry Downg...
Last post by le.zap - Dec 27, 2025, 05:36 AM
Well, I figured that the "Split Autoloader" button in DBBTool allowed to extract the OS.Signed file...
So now, on to try the impersonation patcher.
#6
ROMs & Mods / Re: [Package] BlackBerry Downg...
Last post by le.zap - Dec 26, 2025, 03:00 AM
Greetings,
Silly question: using the DBBT tool, I've been able to easily extract the Radio Signed File from my device's autolader as there is a button for that, but I haven't figured out how to get the IFS Signed File (OS.Signed)...
What am I missing?
Thank you for any help...
#7
Software & Tools / [Tool] BB10MT Usage Documentat...
Last post by feihaibao - Nov 22, 2025, 04:51 PM
BlackBerry 10 MultiTool Documentation

Overview
BB10MT is a cross-platform command-line tool for BlackBerry 10 device manipulation, QNX6 filesystem operations, and autoloader management. Works on both Linux and Windows as an alternative to cap.exe.

Dependencies
BB10MT Depends on the following: libusb, liblzo and fuse on Linux and liblzo, libusb on Windows.

QNX6 Filesystem Operations

Mount QNX6 Image
./bb10mt qnx6 mount -i <image_file> -m <mountpoint> [-f] [-d]Options:
  • -i: QNX6FS image file (required)
  • -m: Mount point (required)
  • -f: Run in foreground
  • -d: Enable FUSE debug output (slow)
Compact QNX6 Image
./bb10mt qnx6 compact -i <image_file>Reduces image size by removing unused space.

Create QNX6 Filesystem
./bb10mt qnx6 mkfs -i <image_file> [-b blocks] [-n inodes] [-s block_size]Options:
  • -b: Blocks count (default: 10240)
  • -n: Inodes count (default: 1024)
  • -s: Block size in bytes, multiple of 512 (default: 4096)
Check/Repair QNX6 Filesystem
./bb10mt qnx6 fsck -i <image_file> [-f]Options:
  • -f: Fix errors automatically
QCFM Container Operations

Unpack Container
./bb10mt unpack --container <container_file>Extracts all files from a QCFM container.

Pack Container
./bb10mt pack -c <output_container> -i <input_file> [-v versions] [-s] [-f]Options:
  • -c: Output container file (required)
  • -i: Input file or comma-separated files (required)
  • -l: Input files list (text file)
  • -v: QCFM versions, comma-separated (default: 2)
  • -s: Add fake signature
  • -f: Include empty blocks (fast mode)
Autoloader Operations

Split Autoloader
./bb10mt split -i <autoloader_file>Splits autoloader into individual components.

Create Autoloader
./bb10mt autoloader create -o <output_file> -c <cap_file> -i <input_files> [-l files_list] [-v version]Options:
  • -o: Autoloader file (default: autoloader.exe)
  • -c: Own cap.exe file (default: cap.exe)
  • -i: Input files, comma-separated (required unless -l specified)
  • -l: Input files list
  • -v: Cap tail version (default: 2)
Extract CAP from Autoloader
./bb10mt autoloader extract -i <autoloader_file> [-c cap_output]Options:
  • -i: Autoloader file (required)
  • -c: Own cap.exe file (default: cap.exe)
Extract RAM Loaders
./bb10mt autoloader loaders -i <cap_cfp_file> [-o output_dir]Extracts RAM loaders from CAP, CFP, or autoloader files.
Options:
  • -i: cap.exe/cfp.exe file (required)
  • -o: Output directory (default: ramloaders)
Device Operations

Flash Files to Device
./bb10mt flash -i <file1,file2,...> [-v versions] [-r loader_dir] [-d delay]Options:
  • -i: Input file or comma-separated files (required)
  • -l: Input files list (text file)
  • -v: QCFM versions, comma-separated (default: 1,2)
  • -r: RAM loaders directory (default: loaders)
  • -d: RAM loader delay in ms (default: 1000)
Show Device Info
./bb10mt info [-d delay]Displays connected device information.
Options:
  • -d: RAM loader delay in ms (default: 1000)
Probe All Loaders
./bb10mt loader [-d delay]Options:
  • -d: RAM-loader delay (default: 1000)
Connect to Device via SSH
./bb10mt connect -i <ip_address> -p <password> -k <public_key_path>Options:
  • -i: Device IP address (required)
  • -p: Device password (required)
  • -k: Path to RSA public key to install (required)
BAR File Operations

Create BAR Template
./bb10mt bar template -p <base_dir> -n <bar_name>Options:
  • -p: Path to base directory (required)
  • -n: BAR name (required)
Update BAR Hashes
./bb10mt bar update -p <bar_path>Updates hashes in MANIFEST.MF after modifications.
Options:
  • -p: Path to unpacked BAR (required)
Generate New IDs
./bb10mt bar ids -p <bar_path>Generates new IDs in MANIFEST.MF.
Options:
  • -p: Path to unpacked BAR (required)
Install Unpacked BAR
./bb10mt bar install -p <bar_path> -m <mount_point>Options:
  • -p: Path to unpacked BAR (required)
  • -m: Path to mount point (required)
Raw Data Operations

Dump Raw Flash Image
./bb10mt raw dump -i <input_file> [-o output_dir] [-m mct_offset]Splits raw flash image into individual partitions.
Options:
  • -i: Input file (required)
  • -o: Output directory
  • -m: MCT offset
Split NVRAM
./bb10mt raw nvram -i <input_file> [-o output_dir]Splits NVRAM into individual blocks.
Options:
  • -i: Input file (required)
  • -o: Output directory
RCFS Operations
./bb10mt rcfs -i <image_file> [-s script_file] [--vmdk]Options:
  • -i: RCFS image file (required)
  • -s: Script file for operations
  • --vmdk: Process as VMWare disk image
Usage Examples

TBD...

Downloads
  • BlackBerry 10 MultiTool (v0.5.0.5) - 03.09.2025 - Download
  • BlackBerry 10 MultiTool (v0.2.1.3) - 24.07.2025 - Download
  • BlackBerry 10 MultiTool (v0.1.0.10) - Download
#8
Dev Resources / [Source Sample] Native Looking...
Last post by Pablo - Nov 22, 2025, 03:31 PM
This is an example of one of my web apps, with its full source for you to do creative solutions fully available on the blackberry.

Demo:
https://subs.waitberry.com/#home

Full Source:
https://subs.waitberry.com/package.zip
#9
Dev Resources / [Blackberry VM] Blackberry 10 ...
Last post by Pablo - Nov 22, 2025, 03:28 PM
Here is all the files you need to run a Blackberry 10 VM

Requirements:
1. VMWare

Notes:
This machine can take a long time to boot, just let it there until it runs, after it boots also wait so it becomes responsive to touch inputs.

Downloads
https://mega.nz/file/AckDgByY#aDktixLKwLbXc1jsm781Jna1FGSeW1LK_vjJmxMuT9I

[Root]
https://forums.crackberry.com/blackberry-10-os-f269/rooting-bb-10-os-simulator-830012/
#10
Dev Resources / [Sample Source] Android Web Wr...
Last post by Pablo - Nov 22, 2025, 03:25 PM
Sample source code to make an Android Web Wrapper Compatible with the Blackberry.

https://github.com/FerreiraPablo/BlackberryAndroidWebWrapperExample