Giter Club home page Giter Club logo

fakestore's People

Contributors

alinefr avatar andrewzhaosc avatar awquest avatar mar-v-in avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fakestore's Issues

Google Play Store signature invalid

Hello

First of all: Thanks for your work!

Not sure if this really counts as a bug.

I was trying to run Signal with installed GmsCore and FakeStore but signal told me that the signature of the playstore is not valid.

Would it be possible to fix this on your side?

Regards

Google Play Games

Hey, not sure where else to put this issue.

I was wondering if it's ever been attempted to make a FakeGames package that does the same for Google Play Games? Many high profile titles don't allow you to play them without having Google Play Games installed (Call Of Duty Black Ops Zombies for example).

I found this issue:
microg/GmsCore#163

but it talks about recreating functionality, where this would be a simple signature spoof, but perhaps it has already been attempted?

Def interested in taking a crack at it on my winter break if it hasn't been shown not to work.

[<package-id>] <Where is the app install>

Well,where is the app install?
Today I update the mobile system ,and i couldnot find the app in [mobile's setting/installed apps], now I want to try to delete in filesystem.

Fake Store v 0.1.0 not visible in launcher

Describe the bug
Fake Store is not displayed in apps list. When searched in System/Application there is no button to open the app either.

To Reproduce
Steps to reproduce the behavior:

  1. Download *.apk file
  2. adb root
  3. adb remount
  4. adb push com.android.vending-22.apk /system/priv-app/
  5. adb shell chmod 644 /system/priv-app/*.apk
  6. adb reboot
  7. Search for Play Store in launcher / App drawer

Expected behavior
Fake store icon visible.

Screenshots
If applicable, add screenshots to help explain your problem.

System
Android Version: 11
Custom ROM: AOSP 11

Additional context
Had to install as system app, otherwise it did not get package signature spoofing permission. The app was visible if installed via F-Droid as user app.

See my apps, but the status is "installed" (LOS 17.1 with integrated fakestore)

Can't install apps from the playstore. I succeed to login, see "my apps", but the status is wrong: I had installed these apps (on another android), so I should be able to install these apps again on the clean install.
I have the Pre-installed microG build variant with additional security patches from https://forum.xda-developers.com/t/rom-unofficial-10-0-signed-ota-lineage-os-17-1-for-xperia-z1-compact.4007983/
The google login is not stored at all, might be intended.
self check test of microg ist perfect!

Integrating FakeStore in AOSP

I tried to integrate FakeStore in a pure AOSP rom i'm working on. I checked out the source so the APK gets build properly and its places in system image.

It seems that in this case I cant grant the fake signature permission to fake store since it is not available in Settings -> Apps -> Permissions. On the other hand, if I install the FakeStore apk directly, without embedding it in my ROM, the app is listed in apps that require signature spoofing. Anyone encountered this problem?

PlayStore Updates

Hi,
I have a question and I'm hoping this is the proper place to lobby it. I'm just starting my journey into google free existence and hope to learn as much as I can. I recently installed MicroG/Lineage OS on my OnePlus 6. I downloaded APK pure to download apps not available on F-droid. I see an update available for Play Store on APK pure and am wondering if I should download the update. To clarify I have not installed PlayStore nor do I wish to. I'm just wondering if this update would apply to the MicroG software and would maintain the optimum functionality for the MicroG suite. I have scoured the internet looking for a previous question/answer to match this without success. Please let me know both if I should apply this update and also how to make sure that MicroG gets it's required updates as they are released. Thank you very much.

[it.hype.app] App displays error modal and stops before initial loading

Affected app
Name: Hype
Package id: [it.hype.app]
https://play.google.com/store/apps/details?id=it.hype.app

Describe the bug
When opening the app it displays an error modal with title "Something went wrong" and description "Check that Google Play is enabled on your device and that you're using an up-to-date version before opening the app".

It then gives the only option to close the app.

To Reproduce
Steps to reproduce the behavior:

  1. Open the app at version > 7.0.0 (e.g. 7.2.0) on a Xiaomi mi 9 SE (only device I have) using microg

Expected behavior
App should open normally without complaining about missing Play Services

Screenshots

System
Android Version: 13
Custom ROM: LineageOS 20 for microg v. 20-20230410-microG-grus

microG
microG Core version: 0.2.27.223616
microG Self-Check results: All ticked

Additional context
App is installed via Aurora Store using session installer (default)
Previous versions of the app worked fine (up until 7.0.0)
Problem appeared on version 7.2.0 (published April, 17)

adb logcat shows:

04-30 23:26:09.538  1624  3373 W ActivityManager: Unable to start service Intent { act=com.android.vending.licensing.ILicensingService pkg=com.android.vending } U=0: not found

04-30 23:26:09.540 29025 29025 E LicenseClientV3: Error while checking license: com.pairip.licensecheck3.LicenseClientV3$LicenseCheckException: Could not bind with the licensing service.

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at com.pairip.licensecheck3.LicenseClientV3.connectToLicensingService(LicenseClientV3.java:107)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at com.pairip.licensecheck3.LicenseClientV3.$r8$lambda$mdXeWrbXjkADjcVRgNH0zKMqAIU(Unknown Source:0)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at com.pairip.licensecheck3.LicenseClientV3$$ExternalSyntheticLambda3.run(Unknown Source:2)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at android.os.Handler.handleCallback(Handler.java:942)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at android.os.Handler.dispatchMessage(Handler.java:99)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at android.os.Looper.loopOnce(Looper.java:201)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at android.os.Looper.loop(Looper.java:288)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at android.app.ActivityThread.main(ActivityThread.java:7884)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at java.lang.reflect.Method.invoke(Native Method)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)

04-30 23:26:09.540 29025 29025 E LicenseClientV3: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)

[com.lingodeer] LingoDeer crashes at start - "Something went wrong"

Affected app
Name: LingoDeer
Package id: com.lingodeer
https://play.google.com/store/apps/details?id=com.lingodeer&gl=US

Describe the bug
Couple seconds after starting the app popup "Something went wrong" shows up with communicate to check if latest Google Play Store version is installed. App used to work, after one of recent updates it stopped.

To Reproduce
Steps to reproduce the behavior:

  1. Install app and run it.

Expected behavior
After couple seconds "Something went wrong" popup should appear.

Screenshots
Screenshot_20221114-140842_Trebuchet

System
Android Version: 12
Custom ROM: lineage-19.1-20221023-microG-sake

microG
microG Core version: 0.2.25.223616-8 (2a19ef4) - latest nightly
microG Self-Check results: All ticked
Screenshot_20221114-142347_Trebuchet

handle market://... URLs

the error I get:

08-30 21:35:00.188 4550 5765 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=market://details?id=com.samsung.android.gearoplugin flg=0x10008000 pkg=com.android.vending} from uid 10158 on display 0
08-30 21:35:00.190 31419 31419 W tUHM:HMConnectFragment: startInstallViaIntent()
08-30 21:35:00.190 31419 31419 W tUHM:HMConnectFragment: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=market://details?id=com.samsung.android.gearoplugin flg=0x10008000 pkg=com.android.vending }

I think it could be caught and re-launched as https://play.google... which is successfully managed by Yalp and CO.

Change app version to match with Google Play Store

FakeStore App version is 0.75 but Google Play Store is v27.***** maybe it detects that.

Change App version in manifest but show true microG version in settings.
Still bump it up to prevent fingerprinting

not able to compile it

can you give more details how to compile this?
i am using BlankStore for now (which is also almost impossible to compile)

or is there a binary repository to download the apk from?

Couldn't install current build

Cannot install platform packages to user storage!
Built from source, install fails

E/ : Couldn't opendir /data/data/com.android.vending: No such file or directory
W/PackageManager: com.android.internal.os.InstallerConnection$InstallerException: Failed to execute destroy_app_data [null, com.android.vending, 0, 3, 0]: -2
W/PackageManager: Package couldn't be installed in /data/app/com.android.vending-1
W/PackageManager: com.android.server.pm.PackageManagerException: Cannot install platform packages to user storage!
W/PackageManager: at com.android.server.pm.PackageManagerService.scanPackageDirtyLI(PackageManagerService.java:8218)
W/PackageManager: at com.android.server.pm.PackageManagerService.scanPackageLI(PackageManagerService.java:8001)
W/PackageManager: at com.android.server.pm.PackageManagerService.scanPackageTracedLI(PackageManagerService.java:7978)
W/PackageManager: at com.android.server.pm.PackageManagerService.installNewPackageLIF(PackageManagerService.java:14237)
W/PackageManager: at com.android.server.pm.PackageManagerService.installPackageLI(PackageManagerService.java:15295)
W/PackageManager: at com.android.server.pm.PackageManagerService.installPackageTracedLI(PackageManagerService.java:14957)
W/PackageManager: at com.android.server.pm.PackageManagerService.-wrap26(PackageManagerService.java)
W/PackageManager: at com.android.server.pm.PackageManagerService$10.run(PackageManagerService.java:12448)
W/PackageManager: at android.os.Handler.handleCallback(Handler.java:751)
W/PackageManager: at android.os.Handler.dispatchMessage(Handler.java:95)
W/PackageManager: at android.os.Looper.loop(Looper.java:154)
W/PackageManager: at android.os.HandlerThread.run(HandlerThread.java:61)
W/PackageManager: at com.android.server.ServiceThread.run(ServiceThread.java:46)
E/ : Couldn't opendir /data/app/vmdl170765407.tmp: No such file or directory
D/FileContentProvider: applied batch in provider com.owncloud.android.providers.FileContentProvider@317020f
D/RefreshFolderOperation: Send broadcast com.owncloud.android.operations.RefreshFolderOperation.EVENT_SINGLE_FOLDER_SHARES_SYNCED

0.0.2 upgrade gives signing key change warning

When I try to upgrade from 0.0.1 to 0.0.2 on f-droid, I get this typical message:

"The new version is signed with a different key to the old one. To install the new version, the old one must be uninstalled first. Please do this and try again. (Note that uninstalling will erase any internal data stored by the application)."

Why did the signing key changed? Is this something to be worried about?

Incompatible with OneDrive 6.16? - how to downgrade

Hi,

I've "accidently" upgraded on LOS 17.1 MicroG from 0.0.2 to 0.1.0 - all working fine but previously installed Microsoft OneDrive app is now crashing instantly after start - I wanted to test with 0.0.2 again, but can't downgrade with F-Droid ("Error -25: The new package has an older version code than the currently installed package)

Is there any hint available how to downgrade FakeStore back to 0.0.2 - thank you very much!

(and keep on the good work!!!)

Play Store required version too low

Describe the bug
When walking through setting up a work profile with Intune Company Portal, it checks the version of Play Store and sees that the version code is too low (currently 30) compared to the required version (80711100).

To Reproduce
Steps to reproduce the behavior:

  1. Install Intune Company Portal
  2. Walk through setting up
  3. Intune Company Portal will check if required version of Play Store is installed
  4. See error

Expected behavior
FakeStore should have a version number / versionCode that makes it more realistically appear as the real Play Store.

System
Android Version: 13
Custom ROM: LineageOS 20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.