Before you grab a USB cable, you need to manage expectations. The BlackBerry Passport hardware was not designed for Android.

The Square Screen (1:1 Ratio) Standard Android is built for 16:9 or 19:9 rectangles. Lineage OS on the Passport forces a 1440x1440 resolution. You will get black bars on YouTube videos. Instagram Stories will look cropped. However, for reading documents, scrolling Reddit, or using Terminal emulators, the square screen is glorious. The Lineage build for Passport (the immortal build by DroidVoid and Daaav on GitHub) includes a "Display Fix" that forces apps like Chrome to render correctly, but games like Clash of Clans will feel claustrophobic.

The Physical Keyboard This is the miracle. The Lineage kernel for the Passport has been reverse-engineered to support the capacitive touch keyboard. You can:

| Component | Specification | Compatibility with LineageOS | | :--- | :--- | :--- | | SoC | Snapdragon 801 (MSM8974) | Excellent (SD801 widely supported) | | RAM | 3 GB | Adequate for Android 10-11, but 32-bit limit applies | | Display | 1440 x 1440 (1:1) | Critical issue — most AOSP code assumes 16:9 or 18:9 | | Physical Keyboard | 3-row capacitive QWERTY | Requires custom keylayout files; no native driver | | Cellular | LTE (Bands 1,2,3,4,5,7,8,17,20) | Proprietary Qualcomm modem firmware (blobs) |

Key finding: The Snapdragon 801 is well-supported in LineageOS 14.1 (Android 7.1) and 15.1 (Android 8.1), but the transition to 64-bit-only Android 12+ locks out the 801 entirely.

Let’s be realistic. The Snapdragon 801 is a 2014 chip.

Use Case: This is a text-first device. Email, SMS, Matrix chat, IRC, RSS feeds, note-taking (Obsidian), and phone calls. If you try to use it like an iPhone 15, you will throw it against a wall.



Appendix A: Command to extract keyboard scancodes

adb shell su -c "getevent -l /dev/input/event1"

Expected output: No event device found — driver missing.

Appendix B: Disclaimer
This paper is for educational purposes. Attempting to flash LineageOS on a BlackBerry Passport voids any remaining warranty and risks permanent device damage.

The BlackBerry Passport, originally released with BlackBerry 10 OS, has recently seen a technical "rebirth" through the community-driven porting of LineageOS 18.1 (based on Android 11). While the device was never intended to run Android, hardware-level exploits and significant reverse engineering now allow it to function as a modern, albeit niche, Android smartphone. The State of LineageOS on BlackBerry Passport

As of late 2024 and early 2025, a project led by developer Balika011 has made LineageOS 18.1 functional on the Passport.

Core Functionality: The system is reported as fast and responsive, with the high-resolution square screen remaining sharp.

Android Apps: Users can access the Google Play Store, enabling modern apps like WhatsApp, Telegram, Instagram, and TikTok to run natively.

BlackBerry Integration: Custom ROMs like Hypocrat integrate the original BlackBerry Android launcher and keyboard features, including "swipe to delete" and "flick for suggestions". Hardware Compatibility: Keyboard: Fully functional, including scrolling gestures. Battery: Generally lasts a full day of usage. Connectivity: 4G data works, though VoLTE is not supported.

Known Bugs: The camera has autofocus issues, and phone calls may require speakerphone or a headset due to microphone routing bugs in some builds. Installation: The Hardware Hurdle

Unlike typical Android devices, installing LineageOS on a retail BlackBerry Passport is not a simple software flash. Because the retail bootloader is securely locked, a hardware modification is required.

eMMC Replacement: The process involves desoldering the original internal storage (eMMC) chip and replacing it with a new, pre-programmed chip containing an unlocked bootloader.

Professional Services: Due to the high risk of bricking the device—especially on Silver Edition models due to heavy internal glue—most users send their devices to specialized technicians, such as Cornolio GSM in the Czech Republic, for the conversion.

Prototype Exception: Rare "Android Prototype" units of the Passport exist with natively unlocked bootloaders, which can be flashed via software without hardware surgery. Why Choose LineageOS?

With the official BlackBerry 10 services shut down in January 2022, standard Passports have limited app compatibility and security. Converting to LineageOS 18.1 provides: Run Android on your BlackBerry Passport!

Installing LineageOS 18.1 (Android 11) on a BlackBerry Passport is possible but extremely difficult for retail units because of BlackBerry’s locked bootloader. It typically requires a high-level hardware modification involving desoldering the internal storage. 1. Feasibility by Device Type Retail BB10 Passports

: These cannot be updated via software alone. To install LineageOS, you must physically remove the eMMC chip

, reprogram it with an unlocked bootloader and Android firmware, and then resolder it. Android Prototypes (Unsecure Devices)

: Rare "Wolverine" prototypes that originally ran early Android 5.0/5.1 builds have unlocked bootloaders. These can be updated to LineageOS 18.1 much more easily using standard flash tools. 2. Current Project Status (LineageOS 18.1) The port, primarily developed by community member , is nearly full-featured for the Passport. What Works

: The 1440x1440 screen, core UI, Play Store apps (WhatsApp, Instagram, etc.), and the physical keyboard with touch gestures. Recent Fixes

: Most major bugs are solved. The camera, which was previously a challenge, now produces high-quality shots and videos on this build. Known Issues

: Some builds may still have minor bugs with microphones during calls (requiring speakerphone) and a lack of VoLTE support. 3. Getting Started (Hardware Conversion)

If you own a standard retail Passport, you have two main paths: Professional Conversion : Services like Cornolio GSM (Thomas)

in the Czech Republic or builders in Vietnam perform the eMMC swap and reprogramming for approximately €80 + shipping DIY Conversion

: This requires advanced BGA soldering skills and specific tools like a Realtek RTS5139-based card reader. A technical guide is available on Balika011's official site 4. Installation Steps (For Unlocked/Converted Devices)

Once the bootloader is unlocked, the software process follows standard custom ROM procedures: : Boot the device into fastboot mode. : Flash the LineageOS recovery image using fastboot flash recovery recovery.img adb sideload lineage-18.1-[version].zip to install the ROM. : Perform a factory data reset and reboot into the system. Do you have a standard retail Passport, or do you happen to have one of the rare developer prototypes

Lineage OS 18.1 on Blackberry Passport - Current Project Status

BlackBerry Passport Go to product viewer dialog for this item.

is widely regarded as one of the last iconic "true" BlackBerry devices. Since the End of Life (EOL) for BlackBerry 10 services on January 4, 2022, many users have looked for ways to keep this unique hardware functional. Running LineageOS on the Passport has become the holy grail for enthusiasts seeking to bridge the gap between classic QWERTY hardware and modern app compatibility. The Reality of LineageOS on BlackBerry Passport

As of early 2026, there is no official LineageOS build for the BlackBerry Passport because its bootloader remains locked by a secure boot chain that is notoriously difficult to crack. However, a dedicated community of developers has made significant breakthroughs using unofficial methods.

Current Progress: Developers have successfully ported LineageOS 18.1 (based on Android 11) to the Passport. This project utilizes exploits discovered in early Android prototypes of the device that never made it to retail.

Performance: While surprisingly stable for its age, common issues include camera autofocus failures, high battery drain, and thermal management challenges on the Snapdragon 801 processor. The "Hardware Mod" Hurdle

Unlike standard Android devices where you might flash a ROM via software, installing LineageOS on a retail BlackBerry Passport typically requires a hardware modification. Blackberry Passport Android 11 : r/blackberry

The dream of running a modern version of Android on the iconic BlackBerry Passport

has transitioned from an impossibility to a complex reality. While the Passport was originally built on BlackBerry 10 OS, which is now largely obsolete, a dedicated community has successfully ported LineageOS 18.1 (Android 11) to the device. The "Unbreakable" Bootloader Problem

The primary hurdle for any custom ROM on BlackBerry is the secure bootloader. Unlike many Android phones, the Passport’s bootloader is locked by a hardware-level key that was never officially released.

There are currently only two ways to run LineageOS on a Passport:

Prototype Devices: A very limited number of "developer" or prototype Passports (often identified as Silver Edition or internal test units) were produced with unlocked bootloaders. These can be flashed relatively easily using software tools.

Hardware Modification (eMMC Swap): For standard retail units, the only solution is a destructive hardware hack. This requires de-soldering the eMMC memory chip from the motherboard, reprogramming it with an unlocked bootloader and EFS partition (containing your IMEI), and soldering it back on. This is a high-risk procedure requiring professional micro-soldering skills. Current Status: LineageOS 18.1

Developer Balika011 and members of the Zinwa project have been the driving forces behind this port. OS Version: LineageOS 18.1, based on Android 11.

Performance: Surprisingly decent for a 10-year-old device. The Snapdragon 801 and 3GB of RAM handle basic apps like Spotify and Google Maps well, though it can get hot under heavy use.

Keyboard Integration: Keyboard gestures (swipe to delete, flick for suggestions) and scrolling by touching the physical keys have been successfully ported. What Works and What Doesn't?

The experience is stable enough for a "secondary phone," but several bugs remain. Basic Calls/SMS Depends on carrier band support. Keyboard Fully functional with scrolling and shortcuts. App Support Runs modern Android apps like WhatsApp. Camera

Autofocus and saving to the camera roll can be buggy on some builds. Bluetooth

Known to be broken on certain hardware revisions (V3 prototype boards). Battery

Significant drain due to the aging battery and lack of optimization. The Bottom Line Run Android on your BlackBerry Passport!

The "story" of the BlackBerry Passport and LineageOS is one of hardware brilliance held hostage by a locked bootloader. While the Passport remains a cult-classic design, it has never officially (or even stably unofficially) run LineageOS or any other custom Android ROM The Vision: A Productivity Powerhouse In the mid-2010s, the BlackBerry Passport

was a bold experiment: a square, high-resolution screen paired with a wide, touch-enabled physical keyboard. Tech enthusiasts dreamed of marrying this unique hardware with the flexibility of

, which would have given the device access to modern Android apps and a more current security landscape than the aging BlackBerry 10 (BB10) OS. The Technical Reality: The Locked Gate

The primary reason this "story" remains a dream rather than a reality is the locked bootloader Encryption & Security:

BlackBerry's legendary focus on security meant they cryptographically signed the bootloader. Without the private keys (which BlackBerry never released), developers cannot replace the low-level firmware required to boot a custom OS like LineageOS. Hardware Divergence:

Even if the bootloader were cracked, the Passport's square 1:1 screen ratio and unique keyboard drivers would require massive, custom coding within the LineageOS kernel to function correctly. The Compromise: Android Support within BB10

Instead of a full LineageOS installation, users have had to settle for a "hybrid" experience: Android Runtime:

BB10 included a built-in "Android Runtime" that allowed it to run some older Android apps (APK files). Play Store Hacks: Dedicated hobbyists have used tools like Cobalt's Play Store

to get Google services running on the original OS, though this has become increasingly difficult as Google ends support for older Android versions. Current Status (2026)

As of early 2026, legacy BlackBerry 10 services have reached their official End of Life

. While the Passport remains a beautiful paperweight or a distraction-free writing tool for some, there is still no working version

of LineageOS for the device. If you see "LineageOS for Passport" downloads online, be extremely cautious, as these are often scams or malware. other modern phones

that actually support LineageOS for a similar "keyboard-first" experience?