Close Menu
The Daily PostingThe Daily Posting
  • Home
  • Android
  • Business
  • IPhone
    • Lifestyle
  • Politics
  • Europe
  • Science
    • Top Post
  • USA
  • World
Facebook X (Twitter) Instagram
Trending
  • Jennifer Lopez and Ben Affleck reveal summer plans after Europe trip
  • T20 World Cup: Quiet contributions from Akshar Patel, Kuldeep Yadav and Ravindra Jadeja justify Rohit Sharma’s spin vision | Cricket News
  • The impact of a sedentary lifestyle on health
  • Bartok: The World of Lilette
  • Economists say the sharp rise in the U.S. budget deficit will put a strain on Americans’ incomes
  • Our Times: Williams memorial unveiled on July 4th | Lifestyle
  • Heatwaves in Europe are becoming more dangerous: what it means for travelers
  • Christian Science speaker to visit Chatauqua Institute Sunday | News, Sports, Jobs
Facebook X (Twitter) Instagram
The Daily PostingThe Daily Posting
  • Home
  • Android
  • Business
  • IPhone
    • Lifestyle
  • Politics
  • Europe
  • Science
    • Top Post
  • USA
  • World
The Daily PostingThe Daily Posting
Android

I tried installing Android on Raspberry Pi

thedailyposting.comBy thedailyposting.comApril 13, 2024No Comments

[ad_1]

With significantly more computing power, new Raspberry Pi boards can run some of the most popular Linux distributions and even ARM versions of Windows 11 without major performance issues. But if you’re tired of the same old desktop interface, you can choose to run Android on these smaller systems. Any version of Android will do. Thanks to the efforts of developer KonstaKANG, it is now possible to set up the latest version of his Android operating system on a small Raspberry Pi board.



Raspberry Pi 5 lifestyle image

related

Raspberry Pi 5 review: The holy grail of DIY projects just got even better (and rarer)

Raspberry Pi 5 is one of the most powerful consumer SBCs. Unfortunately, it will be hard to find as stock is limited.

Things necessary

A Raspberry Pi board is a must for obvious reasons, but for those who don’t mind running an older copy of Android, the RPi 3 will suffice. However, Android 14 is only available on his Raspberry Pi 4 and 5 models, so you may need to switch to a newer RPi model if you want to install the latest version of Android.

Apart from the palm-sized system, you will need a microSD card. We recommend purchasing one with at least 8GB of storage. That way, you can install your favorite Android apps without running out of storage.


Flashing LineageOS/AOSP files

Assuming you’re using a Raspberry Pi 4 or 5, KonstKANG’s repository provides links to both the LineageOS and AOSP releases of Android 14. This tutorial uses the standard Android version of LineageOS.

1. Start by downloading the portable release of Balena Etcher from the official website.

2. Visit the KonstKANG website and point your cursor to device Click on the tab to select it raspberry pi model.

Screenshot of KonstaKANG website showing steps to select a Raspberry Pi model

3. Download the version of Android you want to use with your Raspberry Pi. Be sure to extract it later.


Four. Run ballena etcher As an administrator.

Five. select flash from fileChoose. .img file I just extracted it and got a hit. Open.

Steps to select LineageOS img files within Balena Etcher

6. click Storage selection Before selecting the microSD card where you plan to flash the OS files.

Steps to select microSD card in Balena Etcher


7. Press flash button.

Steps to flash LineageOS image using Balena Etcher

Booting up Android for the first time

Similar to how you set up Ubuntu or Windows 11 on your Raspberry Pi, you’ll need to configure a few settings the first time you boot Android on your SBC.

1. Before powering up the SBC, insert the microSD card into the Raspberry Pi and connect all necessary cables.

2. press start On the welcome screen.


LineageOS welcome screen

3. Accept the End User License Agreement.

Four. please choose language Click Next button.

Language options within LineageOS

Five. If you do not have an Ethernet cable connected, Wifi Create a network and enter that network password before pressing Next.


Wi-Fi settings within LineageOS

6. set Date Time Select your settings and click Next.

LineageOS date and time settings

7. strike Next Once the customization is complete, Location information settings and Features of LineageOS.

Steps to enable LineageOS features


8. LineageOS will ask you to protect your tablet and recover data from another device.

[スキップ]button highlighted[タブレットを保護する]page

You can ignore these settings by clicking . skip.

9. If you are using a keyboard and mouse, be sure to select 3 button navigation before choosing Next.

Optimal navigation settings for keyboard and mouse users in LineageOS


Ten. Please click Next Press the button two more times to complete the setup procedure.

(Optional) Install Google apps

If you followed all the steps correctly, your Raspberry Pi will boot to the LineageOS home screen. However, you will notice that the Raspberry Pi does not have the usual Google Play apps installed.

If you are a beginner, we recommend switching to Aurora, F-Droid, or another application store to avoid the hassle of installing GApps. But if you’re a veteran ready to endure the rigors of using Google’s suite of apps, read on.

1. Download the Arm64 version of BiTGApps from the Pling store.

2. open setting App on Raspberry Pi.


LineageOS with Settings app highlighted

3. type Power Type in the search bar and select power menu items From the proposal.

Suggested power menu items within the LineageOS Settings app

Four. Scroll down and enable the following toggles: advanced restart.


LineageOS advanced restart options

Five. Please visit notification panel Click power switch.

LineageOS power button

6. choose Reboot followed by recovery.

Steps to enter recovery environment with LineageOS


7. choose install Tabs within the TWRP interface.

8. Go to. download Select the folder and BiTGApps.zip File.

9. Swipe right to install the app.

[スワイプして Flash を確認]option is highlighted

Ten. Please be sure to select wipe the dalvik Select the option to restart your Raspberry Pi.


Wipe Dalvik option for TWRP

When you restart your Android-powered Raspberry Pi, you’ll notice that Google Play displays an error message stating that your device is not Play Protect certified. This means you won’t be able to sign in to your Google Account or download apps from the Play Store. Thankfully, there is a way to fix it (albeit quite tedious).

1. Connect one end of the USB cable to your PC and the other end to the Raspberry Pi’s USB Type-C port and wait until the latter powers on.


2. open setting Enable the app on the Raspberry Pi, Developer options Tap 7 times to build number inside About tablets header.

Build number highlighted in LineageOS settings

3. Open and enable developer options usb debugging and rooted debugging.

Debugging options highlighted within LineageOS


Four. Switch to your PC and follow this guide to set up ADB.

Five. Open Terminal/PowerShell in ADB and enter the following command:

.\adb root

.\adb root command executed within the Windows Terminal app

surely accept Connection request within Raspberry Pi.

6. Then run the following command to access the Unix shell.

.\adb shell

.\adb shell command executed within the Windows Terminal app


7. Paste this command inside your Unix shell.

sqlite3 /data/data/com.google.android.gsf/databases/gservices.db

sqlite3 command in Unix shell

8. Inside the sqlite interface, enter the final command.

select * from main where name = "android_id";

ADB command used to find Android ID


9. Here, the hex string is your Android ID and you need to paste it into this link to authenticate your device.

Hex string (Android_ID) for Raspberry Pi running LineageOS

Ten. After clicking , restart your Raspberry Pi. register Click the button in the previous link.

Once your Raspberry Pi has restarted, Google Play Services will stop displaying the error message and you should be able to log in to your Google Account.

(Optional) Install Magisk

Now that you have Google Play installed, the final step to turning your Raspberry Pi into a full-fledged Android device is to set up Magisk.


1. Download Magisk apk file version 25.2 along with LineageOS compatible zip file.

2. Enter recovery mode just like when you set up Google Play.

3. (Optional) Within the recovery environment, we recommend flashing the resizing module so that all unallocated space on the microSD card is available.

Four. Flash the Magisk zip file within the TWRP interface before rebooting into Android 14.

Five. using, file managerFind the Magisk.apk Create and install the file.

Magisk installation instructions


6. When you start Magisk, you will be prompted to restart your Raspberry Pi to complete the installation.

highlighted within the Magisk app.[OK]button

7. Just tap got it Click the button to finish the Magisk setup procedure.

Run Android on Raspberry Pi

Raspberry Pi 5 running LineageOS


Now you have a Raspberry Pi-flavored Android tablet. Even the most expensive his 8GB version of the Raspberry Pi 5 struggles to run Steam games, but Android games tend to work well on the device. So if you’re tired of running retro console games on your SBC, you can also use your Raspberry Pi as an Android emulator.

Image of a Raspberry Pi 5 with two controllers and two microSD cards nearby

related

How to emulate games on Raspberry Pi

Here’s everything you need to know to emulate older gaming systems on your Raspberry Pi.

[ad_2]

Source link

thedailyposting.com
  • Website

Related Posts

Qualcomm wants to make it easier for phone makers to issue Android updates

June 28, 2024

Qualcomm wants to make Android updates easier for OEMs

June 28, 2024

What’s new in the June 2024 Google system update for Android

June 28, 2024
Leave A Reply Cancel Reply

ads
© 2025 thedailyposting. Designed by thedailyposting.
  • Home
  • About us
  • Contact us
  • DMCA
  • Privacy Policy
  • Terms of Service
  • Advertise with Us
  • 1711155001.38
  • xtw183871351
  • 1711198661.96
  • xtw18387e4df
  • 1711246166.83
  • xtw1838741a9
  • 1711297158.04
  • xtw183870dc6
  • 1711365188.39
  • xtw183879911
  • 1711458621.62
  • xtw183874e29
  • 1711522190.64
  • xtw18387be76
  • 1711635077.58
  • xtw183874e27
  • 1711714028.74
  • xtw1838754ad
  • 1711793634.63
  • xtw183873b1e
  • 1711873287.71
  • xtw18387a946
  • 1711952126.28
  • xtw183873d99
  • 1712132776.67
  • xtw183875fe9
  • 1712201530.51
  • xtw1838743c5
  • 1712261945.28
  • xtw1838783be
  • 1712334324.07
  • xtw183873bb0
  • 1712401644.34
  • xtw183875eec
  • 1712468158.74
  • xtw18387760f
  • 1712534919.1
  • xtw183876b5c
  • 1712590059.33
  • xtw18387aa85
  • 1712647858.45
  • xtw18387da62
  • 1712898798.94
  • xtw1838737c0
  • 1712953686.67
  • xtw1838795b7
  • 1713008581.31
  • xtw18387ae6a
  • 1713063246.27
  • xtw183879b3c
  • 1713116334.31
  • xtw183872b3a
  • 1713169981.74
  • xtw18387bf0d
  • 1713224008.61
  • xtw183873807
  • 1713277771.7
  • xtw183872845
  • 1713329335.4
  • xtw183874890
  • 1716105960.56
  • xtw183870dd9
  • 1716140543.34
  • xtw18387691b

Type above and press Enter to search. Press Esc to cancel.