Nowthat the Find 7 is actually shipping, it makes sense to support it. The code for this device is being merged into the regular Find 7a ROM, so now it supports both versions of the phone.
PocoX3 NFC Specifications. The smartphone features a 6.67-inch IPS LCD display, Qualcomm Snapdragon 732G octa-core chipset, 6GB RAM, and 64/128GB storage. It features a quad-rear camera featuring
1 Click the "PC Connect App" in your computer to find the phone 2. Find the "multi-screen collaboration" option in your mobile phone's settings or control center, and switch it on. 3. After your computer finds your phone, a pop-up box will appear. Click "Connect". 4. Click "Allow" on your computer to complete the connection. 5.
Ive been in contact with Oppo support multiple times and they are suggesting to factory reset the phone which I don't want to do. I've checked reviews on the playstore with the same model as my phone, and other people have the same issues so I don't know why they recommending a factory reset. Has anyone had this problem with the Oppo find X2 PRO?
.
Install LineageOS on find7 Basic requirements Make sure your computer has adb and fastboot. Setup instructions can be found here. Enable USB debugging on your device. Unlocking the bootloader Connect the device to your PC via USB. On the computer, open a command prompt on Windows or terminal on Linux or macOS window, and type You can also boot into fastboot mode via a key combination With the device powered off, hold Volume Up + Power. Once the device is in fastboot mode, verify your PC finds it by typing Now type the following command to unlock the bootloader If the device doesn’t automatically reboot, reboot it. It should now be unlocked. Since the device resets completely, you will need to re-enable USB debugging to continue. Installing a custom recovery using fastboot Download a custom recovery – you can download TWRP. Simply download the latest recovery file, named something like Connect your device to your PC via USB. On the computer, open a command prompt on Windows or terminal on Linux or macOS window, and type You can also boot into fastboot mode via a key combination With the device powered off, hold Volume Up + Power. Once the device is in fastboot mode, verify your PC finds it by typing Flash recovery onto your device fastboot flash recovery .img Now reboot into recovery to verify the installation With the device powered off, hold Volume Down + Power. Alternatively, on some devices and recoveries you can use fastboot to boot directly into the freshly flashed or any other desired recovery fastboot boot .img Installing LineageOS from recovery Download the LineageOS installation package that you would like to install or build the package yourself. Optionally, download additional application packages such as Google Apps use the arm architecture. If you are not in recovery, reboot into recovery With the device powered off, hold Volume Down + Power. Now tap Wipe. Now tap Format Data and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage. Return to the previous menu and tap Advanced Wipe, then select the Cache and System partitions and then Swipe to Wipe. Sideload the LineageOS .zip package On the device, select “Advanced”, “ADB Sideload”, then swipe to begin sideload. On the host machine, sideload the package using adb sideload Optionally If you want to install any additional add-ons, repeat the sideload steps above for those packages in sequence. Optionally Root your device by installing LineageOS’ AddonSU, use the arm package or by using any other method you prefer. Once you have installed everything successfully, run adb reboot’. Update to a newer build of the same LineageOS version on find7 Updating your device Using the LineageOS Updater app Open Settings, navigate to “System”, then “Updater”. Click the Refresh Icon in the top right corner. Choose which update you’d like and press “Download”. When the download completes, click “Install”. Your device will reboot to recovery and install the update, then reboot to the updated installation. From your PC via the push_update script Linux/macOS only Make sure your computer has working adb. Setup instructions can be found here. Enable USB debugging on your device. Additionally, open Settings, then “System”, then “Developer Options”, and then either check “Rooted Debugging” LineageOS or above or select “Root Access Options”, then “ADB Only”. Run adb root Run wget && chmod +x Run ./ /path/to/zip Open Settings, navigate to “System”, then “Updater”. Then proceed to click “Install” on the newly pushed update to commence installation. Your device will reboot to recovery and install the update, then reboot to the updated installation. Sideloading from Recovery Make sure your computer has working adb. Setup instructions can be found here. Enable USB debugging on your device. Additionally, open Settings, then “System”, then “Developer Options”, and then either check “Rooted Debugging” LineageOS or above or select “Root Access Options”, then “ADB Only”. Run adb reboot sideload Run adb sideload /path/to/zip Run adb reboot Upgrade to a higher version of LineageOS -> on find7 Manually upgrading LineageOS The updater app does not support upgrades from one version of LineageOS to another, and will block installation to any update for a different version. Upgrading manually requires similar steps to installing LineageOS for the first time. Download the LineageOS install package that you’d like to install or build the package yourself. Optionally, download additional application packages such as Google Apps use the arm architecture. Make sure your computer has working adb. Setup instructions can be found here. Enable USB debugging on your device. Additionally, open Settings, then “System”, then “Developer Options”, then select “Root Access Options”, and finally “ADB Only”. Now, run adb root’ Run adb reboot sideload. Run adb sideload /path/to/zip inserting the path to your LineageOS package. Optionally If you want to install any additional add-ons, click Advanced, then ADB Sideload, then swipe to begin sideload, then adb sideload /path/to/zip those packages in sequence. Optionally Root your device by installing LineageOS’ AddonSU, use the arm package or by using any other method you prefer. Once you have installed everything successfully, run adb reboot. Build for find7 Introduction These instructions will hopefully assist you to start with a stock OPPO Find 7a/s, unlock the bootloader if necessary, and then download the required tools as well as the very latest source code for LineageOS based on Google’s Android operating system for your device. Using these, you can build both a LineageOS installation zip and a LineageOS Recovery image and install them on your device. It is difficult to say how much experience is necessary to follow these instructions. While this guide is certainly not for the extremely uninitiated, these steps shouldn’t require a PhD in software development either. Some readers will have no difficulty and breeze through the steps easily. Others may struggle over the most basic operation. Because people’s experiences, backgrounds, and intuitions differ, it may be a good idea to read through just to ascertain whether you feel comfortable or are getting over your head. Remember, you assume all risk of trying this, but you will reap the rewards! It’s pretty satisfying to boot into a fresh operating system you baked at home . And once you’re an Android-building ninja, there will be no more need to wait for “nightly” builds from anyone. You will have at your fingertips the skills to build a full operating system from code and install it to a running device, whenever you want. Where you go from there– maybe you’ll add a feature, fix a bug, add a translation, or use what you’ve learned to build a new app or port to a new device– or maybe you’ll never build again– it’s all really up to you. What you’ll need A OPPO Find 7a/s. A relatively recent 64-bit computer Linux, macOS, or Windows with a reasonable amount of RAM and about 200 GB of free storage more if you enable ccache or build for multiple devices. The less RAM you have, the longer the build will take. Aim for 16 GB RAM or more, enabling ZRAM can be helpful. Using SSDs results in considerably faster build times than traditional hard drives. A USB cable compatible with the OPPO Find 7a/s. A decent internet connection and reliable electricity. 🙂 Some familiarity with basic Android operation and terminology. It would help if you’ve installed custom roms on other devices and are familiar with recovery. It may also be useful to know some basic command line concepts such as cd, which stands for “change directory”, the concept of directory hierarchies, and that in Linux they are separated by /, etc. Let’s begin! Build LineageOS and LineageOS Recovery Install the platform-tools If you haven’t previously installed adb and fastboot, you can download them from Google. Extract it running unzip -d ~ Now you have to add adb and fastboot to your PATH. Open ~/.profile and add the following add Android SDK platform tools to path if [ -d "$HOME/platform-tools" ] ; then PATH="$HOME/platform-tools$PATH" fi Then, run source ~/.profile to update your environment. Install the build packages Several packages are needed to build LineageOS. You can install these using your distribution’s package manager. To build LineageOS, you’ll need bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5 libncurses5-dev libssl-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev For Ubuntu versions older than focal, install also While for Ubuntu versions older than xenial, install Java Different versions of LineageOS require different JDK Java Development Kit versions. LineageOS OpenJDK included by default LineageOS OpenJDK install openjdk-8-jdk LineageOS OpenJDK install openjdk-7-jdk* * Ubuntu and newer do not have OpenJDK in the standard package repositories. See the Ask Ubuntu question “How do I install openjdk 7 on Ubuntu or higher?”. Note that the suggestion to use PPA openjdk-r is outdated the PPA has never updated their offering of openjdk-7-jdk, so it lacks security fixes; skip that answer even if it is the most upvoted. Create the directories You’ll need to set up some directories in your build environment. To create them mkdir -p ~/bin mkdir -p ~/android/lineage The ~/bin directory will contain the git-repo tool commonly named “repo” and the ~/android/lineage directory will contain the source code of LineageOS. Install the repo command Enter the following to download the repo binary and make it executable runnable curl > ~/bin/repo chmod a+x ~/bin/repo Put the ~/bin directory in your path of execution In recent versions of Ubuntu, ~/bin should already be in your PATH. You can check this by opening ~/.profile with a text editor and verifying the following code exists add it if it is missing set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin$PATH" fi Then, run source ~/.profile to update your environment. Configure git Given that repo requires you to identify yourself to sync Android, run the following commands to configure your git identity git config -global "[email protected]" git config -global "Your Name" Initialize the LineageOS source repository The following branches are officially supported for the OPPO Find 7a/s Enter the following to initialize the repository cd ~/android/lineage repo init -u -b Download the source code To start the download of the source code to your computer, type the following The LineageOS manifests include a sensible default configuration for repo, which we strongly suggest you use don’t add any options to sync. For reference, our default values are -j 4 and -c. The -j 4 part means that there will be four simultaneous threads/connections. If you experience problems syncing, you can lower this to -j 3 or -j 2. On the other hand, -c will ask repo to pull in only the current branch instead of all branches that are available on GitHub. Prepare the device-specific code After the source downloads, ensure you’re in the root of the source code cd ~/android/lineage, then type source build/ breakfast find7 This will download your device’s device specific configuration and kernel. Now ensure your Find 7a/s is connected to your computer via the USB cable, with ADB and root enabled, and that you are in the ~/android/lineage/device/oppo/find7 folder. Then run the script The blobs should be pulled into the ~/android/lineage/vendor/oppo folder. If you see “command not found” errors, adb may need to be placed in ~/bin. Turn on caching to speed up build Make use of ccache if you want to speed up subsequent builds by running export USE_CCACHE=1 export CCACHE_EXEC=/usr/bin/ccache and adding that line to your ~/.bashrc file. Then, specify the maximum amount of disk space you want ccache to use by typing this where 50G corresponds to 50GB of cache. This needs to be run once. Anywhere from 25GB-100GB will result in very noticeably increased build speeds for instance, a typical 1hr build time can be reduced to 20min. If you’re only building for one device, 25GB-50GB is fine. If you plan to build for several devices that do not share the same kernel source, aim for 75GB-100GB. This space will be permanently occupied on your drive, so take this into consideration. You can also enable the optional ccache compression. While this may involve a slight performance slowdown, it increases the number of files that fit in the cache. To enable it, run ccache -o compression=true Start the build Time to start building! Now, type The build should begin. Install the build Assuming the build completed without errors it will be obvious when it finishes, type the following in the terminal window the build ran in There you’ll find all the files that were created. The two files of more interest are which is the LineageOS recovery image. which is the LineageOS installer package. Success! So… what’s next? You’ve done it! Welcome to the elite club of self-builders. You’ve built your operating system from scratch, from the ground up. You are the master/mistress of your domain… and hopefully you’ve learned a bit on the way and had some fun too.
RM Update News [Official] ColorOS 7 Custom ROM for OPPO Find X Download and Install now OPPO If you are waiting for the latest ColorOS 7 update for your OPPO smartphone so here is the good news for you. You can download ColorOS 7 manually. In starting it is available for OPPO Find X. OPPO is already rolling out the ColorOS 7 update based on Android 10 for OPPO smartphones. But still, so many OPPO users didn’t get this update. The update manually downloads the update currently available for the European unit and will available soon for the global unit. DOWNLOAD COLOROS 7 UPDATE OPPO Find X CUSTOM ROM OPPO Find X – Download EU Version – OPPO Find X – Download Global Version HOW TO INSTALL COLOROS 7 First of all, download the ColorOS 7 OTA and move the zip file to the root directory on your folder. You need to boot your device into Recovery mode. In recovery mode, select language Now Choose the package from internal storage Select the ColorOS OTA zip file and tap OK to install the update on the OPPO smartphone. Wait for the installation process to complete. Once it is done! Reboot your device and enjoy the update. Manually Download ColorOS 7 Update Official Android 10 Custom ROM For The Latest Activities And News Follow Our Social Media Handles Facebook RMUpdate Telegram RMUpdate Twitter RMUpdate
Oppo launched the Oppo Find 7/7a find7 on March 2014. Both the phone came out of the box with Android Jellybean. Here we will guide you on how to download and install Android Pie update for Oppo Find 7/7a find7. You can enjoy the real sweet of Android Pie with this Ported ROM. Google finally released the 9th iteration of Android OS called Android Pie. The update brings many new features such as new gesture-based navigation, New Quick Settings UI design, and many more. If your device has not received this update, then no need to worry. Now you can enjoy the aftermarket firmware on Oppo Find 7/7a based on Android Pie. To install, you need TWRP Recovery or any latest custom recovery on your device. Page ContentsWhat’s on Android Pie?Guide to Install Android Pie update for Oppo Find 7/7a ?Pre-RequisitesInstructions to InstallRoot Android Pie on Oppo Find 7/7a What’s on Android Pie? Android Pie is the 9th iteration and a major update of Google’s Android OS. The new Android Pie brings a couple of design changes to the successor Android Oreo but the most notable one is the gesture-based navigation system. Other features of Android 9 Pie are New Quick Settings UI design, Redesigned volume slider, Advanced Battery with AI Support, Notch Support, Improved Adaptive Brightness, Manual theme selection, Android Dashboard which Google calls Digital Wellbeing, and more other features. [su_youtube_advanced url=” controls=”alt” rel=”no”] Also Read Top 10 Features of Android Pie Update If you are looking to install the latest version of Android OS on your device, then please follow this guide below to enjoy Android Pie update for Oppo Find 7/7a . Make sure you have Unlocked Bootloader and installed TWRP Recovery on Oppo Find 7/7a find7. Pre-Requisites Supported on Oppo Find 7/7a find7 Charge your phone up to 50% or more. Download and Install Latest Oppo USB Drivers. Take a complete backup of your phone data [Follow any method] How to Backup Your Android Phone Without ROOT How to Backup Complete Stock or Custom ROM using TWRP recovery Backup Your Android Apps and Data with Titanium Backup How to Backup Your Android Phone Directly to PC with TWRP!! How to Backup Your Data on Android device If you already have TWRP then you can Create and Restore Nandroid Backup via TWRP Do a full data wipe in the stock recovery this is mandatory, the twrp wipe will not work You need to Unlock Bootloader on Oppo Find 7/7a Install the latest TWRP recovery on Oppo Find 7/7a . Download the Android Pie update for Oppo Find 7/7a Download Android Pie Gapps package. [Flash Gapps after rebooting to a system and then back to recovery] [su_note note_color=”fee9e9″ text_color=”000000″]Warning We are not responsible if you brick your device. Do it at your own risk.[/su_note] Instructions to Install Move the download Android Pie and Android Pie Gapps to internal storage [root folder] Now boot your device into TWRP Recovery. Before installing Wipe System Data on TWRP Recovery DO NOT WIPE INTERNAL STORAGE Now follow the guide on how to flash custom ROM using TWRP Recovery reboot to the system, then again recovery and then you can follow the same guide to flash the Gapps file on your phone. That’s it! You can reboot your device to enjoy Android Pie Update on Oppo Find 7/7a . Root Android Pie on Oppo Find 7/7a We are not responsible if the rooting procedure didn’t work on your phone. Download and Install Magisk root on your phone. If you don’t want Magisk rooting guide, then you can try SuperSU Root on Android Pie ROM. Hope this guide was helpful to install Android Pie update for Oppo Find 7/7a .
oppo find 7 custom rom