Skip to content

athuld/revanced-gphotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Revanced GPhotos

Revanced GPhotos provide unlimited photos backup for non-pixel and non-rooted devices with original quality. This is done by spoofing the device fingerprint to Pixel XL.

Installation

  • Download GmsCore and login
  • Download the desired gphotos variant from Downloads
  • Open revanced gphotos and select your account , this will sync your content and make sure allow backup option is turned on.

If you are looking for ReVanced GPhotos with Original Icon you can checkout this repository - Unofficial-Life/revanced-gphotos-build

Why this repository ?

This custom build is made mostly for personal use as i find the normal revanced gphotos a bit cumbersome. For the patched gphotos, we have to manually select the account each time we login and since the package name of the revanced gphotos is different , we will be having two googlephotos app installed with the same name and same icon and this will get confusing if we want to use the official gphotos app.

  • In this repository downloads there are two build variants
    • rvicon version : ReVanced GPhotos build with Custom Icon and Custom Name (Photos Revanced). This version will be installed alongside the official gphotos app and will be shown in your app launcher.
    • rvicon-no-launcher version : Same as rvicon version but this variant will not show up in the app launcher. This version is made for users which needs to just bakup photos and don't want to see the icon in the launcher. The app will automatically backup in background so this variant will act as an automatic backup up which is handy.

Note

If you are installing the ReVanced GPhotos alongside the official GPhotos app then turn off automatic backup in Offical app so that you are not using the available space in your account.

ReVanced Custom Branding Patch

The downloads in this repository is patched using my custom gphotos branding patch which is heavily inspired from the youtube revanced custom branding patch. All credits goes to the original patch authors.

Following options is used to patch the app using Revanced CLI

[ {
  "patchName" : "GmsCore support",
  "options" : [ {
    "key" : "gmsCoreVendorGroupId",
    "value" : "app.revanced"
  } ]
}, {
  "patchName" : "Custom G-Photos branding",
  "options" : [ {
    "key" : "appName",
    "value" : "Photos ReVanced"
  }, {
    "key" : "iconPath",
    "value" : "ReVanced*Logo"
  },{
    "key" : "isLauncherEnabled",
    "value" : "false"
  } ]
}, {
  "patchName" : "Spoof features",
  "options" : [ {
    "key" : "featuresToEnable",
    "value" : [ "com.google.android.apps.photos.NEXUS_PRELOAD", "com.google.android.apps.photos.nexus_preload" ]
  }, {
    "key" : "featuresToDisable",
    "value" : [ "com.google.android.apps.photos.PIXEL_2017_PRELOAD", "com.google.android.apps.photos.PIXEL_2018_PRELOAD", "com.google.android.apps.photos.PIXEL_2019_MIDYEAR_PRELOAD", "com.google.android.apps.photos.PIXEL_2019_PRELOAD", "com.google.android.feature.PIXEL_2020_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2020_EXPERIENCE", "com.google.android.feature.PIXEL_2021_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2021_EXPERIENCE", "com.google.android.feature.PIXEL_2022_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2022_EXPERIENCE", "com.google.android.feature.PIXEL_2023_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2023_EXPERIENCE", "com.google.android.feature.PIXEL_2024_MIDYEAR_EXPERIENCE", "com.google.android.feature.PIXEL_2024_EXPERIENCE", "com.google.android.feature.PIXEL_2025_MIDYEAR_EXPERIENCE" ]
  } ]
}]

Full credit to the ReVanced team for every tools and patches that is used.