Where is Google Pay package located on Android? - Android Q&A, Help & Troubleshooting

I have root for my device. Google Pay is listed on my device as an app. I can't deactivate/uninstall it in App Manager. The APK com.google.android.apps.walletnfcrel is not listed in Internal Shared Storage. I'm connected to my device in ADB mode from my desktop. I have searched through the files structures but can't find it anywhere.
Does anyone know where it might be hiding please?

KenzoUme said:
I have root for my device. Google Pay is listed on my device as an app. I can't deactivate/uninstall it in App Manager. The APK com.google.android.apps.walletnfcrel is not listed in Internal Shared Storage. I'm connected to my device in ADB mode from my desktop. I have searched through the files structures but can't find it anywhere.
Does anyone know where it might be hiding please?
Click to expand...
Click to collapse
For me com.google.android.apps.walletnfcrel is in /data/data
I have it frozen with Titanium Backup.

Thanks for your quick reply. I already looked in /data/ but its not there. Infact /data appears empty on my device.

Solved.
I installed a different version of Android Studio and I was able to locate the file with Device File Explorer in /data/data.

Related

How to find apps moved to storage?

This may be a dumb question. I am wondering where apps moved to internal storage are to be found. Somehow I can't find them anywhere in /storage. Thanks!
arpruss said:
This may be a dumb question. I am wondering where apps moved to internal storage are to be found. Somehow I can't find them anywhere in /storage. Thanks!
Click to expand...
Click to collapse
What you mean with find the apps?
The apks? The data folders?(savegames)
You can get the apks of your apps with a backup programm
I am assuming their data is stored in /data/data, but I could be wrong. I'm looking for the directory where the apks are stored, so I can back them up (with tar).
arpruss said:
I am assuming their data is stored in /data/data, but I could be wrong. I'm looking for the directory where the apks are stored, so I can back them up (with tar).
Click to expand...
Click to collapse
Do you have root?
There are an file path with the apks, i'll search it
Yes, I have root.
I tried:
su
cd storage
find . -name \*.apk
and it didn't find them. Nothing that du shows seems promising, either.
Sorry i dont find the path, but just backup your apks with this progamm:
http://market.android.com/details?id=tw.nicky.AppBackupReinstall
This will create a dirsctory in your storage named "App Backup"
In that directkry there all your app's apks
Found it! It's accessible from /mnt/secure/asec .
Here's an interesting thing. It contains apps I had installed, and then I reset Android, so they disappeared from the app drawer. But they were there in /mnt/secure/asec all along, taking up space, though inaccessible.

[Q] looking for the apk files that was downloaded from playstore

Hi
I'm getting the new s 3 and I want to install all the same software I currently have on my s 2. Some of the software is no longer available in the play store so I'm trying to find out where the apk files that you download from the play store are downloaded to. So does anybody know the file path... Oh i'm running OS 4 ice cream
If you phone is rooted then you can go into root\data\app and find the apks. And again, if you're rooted then a better way is to just use Titanium Backup. If not rooted then redownload the apps.
Play store will display all the apps you have downloaded, if u r going to use the same Google id. This has helped a lot while changing roms.
Go backup is available in the market, it doesn't require root for backing up apks.
I can't see them in this directory
ninjasstolemytv said:
If you phone is rooted then you can go into root\data\app and find the apks. And again, if you're rooted then a better way is to just use Titanium Backup. If not rooted then redownload the apps.
Click to expand...
Click to collapse
I can't see them in this directory
tommyga said:
I can't see them in this directory
Click to expand...
Click to collapse
The folder is actually /data/app. Not root/data/app.
And if you don't have root, I don't think you'll be able to see anything in the folder. (or in the data folder at all, for that matter)
Under /data/app you'll find a few hundred folders, one for each app you have installed. They also may have been moved to the external sdcard if you chose to do so.
The best option, IMO, to have the APK files readily available is to install ES Explorer (free, available at the Play Store), and use to backup all the applications to the external sdcard. This way you can simply get all the ready-to-be-installed APK files from a single location, instead of having to iterate through each of the directories in /data/app (which is a PITA).
I use ES Explorer not only to backup all the APKs to a single location, but also to backup different versions of the same app, because ES Explorer suffixes the name of the APK with its version number.
A lot easier and quite more practical.
BTW, you don't need root to use that feature of ES Explorer.
Simonetti2011 said:
Under /data/app you'll find a few hundred folders, one for each app you have installed. They also may have been moved to the external sdcard if you chose to do so.
Click to expand...
Click to collapse
There shouldn't be any folders in /data/app
pspec1 said:
Hi
I'm getting the new s 3 and I want to install all the same software I currently have on my s 2. Some of the software is no longer available in the play store so I'm trying to find out where the apk files that you download from the play store are downloaded to. So does anybody know the file path... Oh i'm running OS 4 ice cream
Click to expand...
Click to collapse
Try this: Install "Wondershare MobileGo" to PC,after you have installed, connect your SGS2 with WiFi or USB cable to PC and export app. to PC. Then Connect SGS3 with WiFi or USB cable to PC and install the same app from PC to your phone...It is easy to do...
Simonetti2011 said:
Under /data/app you'll find a few hundred folders, one for each app you have installed. They also may have been moved to the external sdcard if you chose to do so.
The best option, IMO, to have the APK files readily available is to install ES Explorer (free, available at the Play Store), and use to backup all the applications to the external sdcard. This way you can simply get all the ready-to-be-installed APK files from a single location, instead of having to iterate through each of the directories in /data/app (which is a PITA).
I use ES Explorer not only to backup all the APKs to a single location, but also to backup different versions of the same app, because ES Explorer suffixes the name of the APK with its version number.
A lot easier and quite more practical.
BTW, you don't need root to use that feature of ES Explorer.
Click to expand...
Click to collapse
Thanks for all the different methods I ended up use the explorer one.
Didn’t use ES Explorer as I had astro already installed so I used that.
One more function I didn’t know it had
Thanks again

Native/Stock Download app

Native/Stock Download app doesn't seem to recognize any files put in the /sdcard/Download folder.
I moved a bunch of files from my previous phone into the /sdcard/Download folder but none of the files seem to be recognized at all by
the native/stock download app (they simply do not appear on the screen).
And I am sure it is the correct folder because I have downloaded more files since I got this phone and the files are saved in the same location
(/sdcard/Download) and being recognized by the stock download app.
I have also ES Explorer installed but just thought I like the look of native download app plus it is linked from the notification bar.
Anyway I could fix this?
Thanks!
and being recognized by the stock download app.
Click to expand...
Click to collapse
The Download app does not "recognize" files, it has a history of files you downloaded through it.
To access the data on the storage, use apps such as "File manager" (Stock), "OI File Manager" (free) or "ES File manager" (also free)

No internet access / FIle Manager, can you install apk file from Terminal Emulator?

Let's say you don't have internet access at the moment.
Let's say all you have is fresh install of CyanogenMod 9, which for some reason, does not come with a File Manager :face palm:
Let's say you have an apk file on your SD card.
How would you install the apk file? Terminal emulator, using which commands or another way?
By the way, ASTRO File Manager vs. ES File Explorer, which one and why?
- Put your apk file to sdcard (ex: es.apk)
- open internet browser
- type "file:///sdcard/es.apk" then press Go
Sent from MARVEL JellyScream
I just figured this out on my own and it worked:
How to install app called Example Name.apk from Android phone's Terminal Emulator:
This shows you how to change directory to SD card ; list contents ; change directory to folder called Google Play which contains file to be installed called Example Name.apk
cd sdcard/
ls
cd "google play"/
ls
su
pm install "Example Name.apk"
Yep there are many way to install apks
Sent from MARVEL JellyScream
Wow...exactly what I wanted to know.
Thanks for this! :cyclops:
No Explorer/No Playstore
This is a shameful noob problem. Can someone help me please? :fingers-crossed:
I deleted my file explorer app so I can't execute apks from my SD. Also I can not download them from Play Store because it crashes (probably cuz I deleted this system file that has something to do with managing Google Accounts. Currently, I only have the following Google apps installed - Google Backup Transport, Google Contacts Sync, Google Play Store, Google Services Framework)
I rooted my Sony Xperia Arc with the brilliant, super easy rooting kit found here
Putting down my phone details in case they are required -
Model: LT15i
Android: 4.0.4
Kernel: 2.6.32.9
Build: 4.1.B.0.587
Should I just try installing a ROM otherwise?
Thank you so much for reading!
Just in case anyone else comes by here.
If I were you (months ago), I would have reinstalled the exact same ROM, directly over the ROM.
Or, I would have installed GAAPS. Or I would have connected a cable and dropped the files I needed, like a playstore.apk onto the phones internal memory, and then executed it through the browser. file:///path/*.apk
I was going over ADB from my PC, via usb debugging.
System app is just copy to your system/app folder.
and set permition to 644 (rw-r--r--)
Adb push *.apk /system/app
Normal apk is
Adb install *.apk
ZenInsight said:
Just in case anyone else comes by here.
If I were you (months ago), I would have reinstalled the exact same ROM, directly over the ROM.
Or, I would have installed GAAPS. Or I would have connected a cable and dropped the files I needed, like a playstore.apk onto the phones internal memory, and then executed it through the browser. file:///path/*.apk
I was going over ADB from my PC, via usb debugging.
System app is just copy to your system/app folder.
and set permition to 644 (rw-r--r--)
Adb push *.apk /system/app
Normal apk is
Adb install *.apk
Click to expand...
Click to collapse
Thanks for this, but my pc using win8 i can using adb, and file:///sdcard/ not apply with myphone.
I try terminal to mount sdcard, and it working
installing google play store
hungpd00532 said:
This is a shameful noob problem. Can someone help me please?
I deleted my file explorer app so I can't execute apks from my SD. Also I can not download them from Play Store because it crashes (probably cuz I deleted this system file that has something to do with managing Google Accounts. Currently, I only have the following Google apps installed - Google Backup Transport, Google Contacts Sync, Google Play Store, Google Services Framework)
I rooted my Sony Xperia Arc with the brilliant, super easy rooting kit found here
Putting down my phone details in case they are required -
Model: LT15i
Android: 4.0.4
Kernel: 2.6.32.9
Build: 4.1.B.0.587
Should I just try installing a ROM otherwise?
Click to expand...
Click to collapse
I too experienced a similar problem.....but i have not installed a custom rom .....my sd card formatted unfortunately...
i have no play store and file manager...
i tried many alternatives
went to default internet application and install apps through playstore or some other android stores
tried adb bundle using windows
and finally WIPE DATA AND RESET from recovery mode in my rooted phone and got my playstore back
but be carefull every other apps,data in your phone will be erased(conntacts,call logs,messages)
Tried this method and it shows error
asdot said:
- Put your apk file to sdcard (ex: es.apk)
- open internet browser
- type "file:///sdcard/es.apk" then press Go
Sent from MARVEL JellyScream
Click to expand...
Click to collapse
Hello,
I tried your browser method and it gives me the following error-
net::ERR_FILE_NOT_FOUND
What shall I do? I have no wifi connection and I installed Android 5.0.2 GAAPS iso on my Samsung NC10 netbook
help me to install app.
i had rooted my device and deleted all the system apps like google play store, default browser, file manager, default launcher and used third party application. But when i reset my device everything is gone and i can't access play store, default browser, file manager, default launcher to install other apps. No please help me to install apps. (i can access to setting,alarm, galary, youtube and superuser using google search):
my device is Samsung galaxy tab 2
android version 4.2.
please help.
I tried to use wondershare mobile go app installer but my usb is not working.
Gapps
http://opengapps.org/
You need to select the correct platform, ARM, and correct Android version and variant, I prefer micro, definitely not full.
You need to know how to install this from your sdcard before booting in.

[Q] How to access the whole file system?

Hi,
I wanted to see the whole file system of my phone. I have already rooted it.
This is what I want to do :
I have installed an app. by the name "Printershare". It is, as the name says, for printing. When I connect a printer to the phone, it downloads some driver pack from the internet. I want to check what it downloaded (All the files everything in the 'Driver Pack'). But when I connect my phone to my system, using samsung kies, I can only access the phone data and not the data internal to the apps.
Is there any way of accessing everything on the phone?
NOTE: Phone is already rooted.
Thanks
-Sahil
Download a file manager on your phone like ES File Explorer or something similar. Those usually allow you to browse to root directory after gaining superuser privileges.
Or if you want to just view them you can install terminal emulator and do a
Code:
cd /
Well via a pc I dont think there is a method to access system partitions...but if you use ES file explorer ..you will be able to access all your system files through your phone itself....but be careful not to delete any important files in the system good luck
hope this helped
use adb shell
sadeshmagic said:
Well via a pc I dont think there is a method to access system partitions...but if you use ES file explorer ..you will be able to access all your system files through your phone itself....but be careful not to delete any important files in the system good luck
hope this helped
Click to expand...
Click to collapse
Thanks for ur reply
That really helped..
One more question...Where would the application data be stored, I mean in which folder??
I explained the problem in more detail in my first post on this thread.
Thanx
sahilh14 said:
Thanks for ur reply
That really helped..
One more question...Where would the application data be stored, I mean in which folder??
I explained the problem in more detail in my first post on this thread.
Thanx
Click to expand...
Click to collapse
If the app you installed is a normal apk file....and I mean if you installed it like normal....some of the app data will be in the data folder of your root ....that means you need to go back up to the root folder...then you will see a folder called data....go into that folder and you will see many folders....there are two important folders....one again is named data...the other is named app....but please if you dont know what you are you better not go in...as there maybe risks to the system....
/data/app
/data/data
these are the two pathways of the folders
good luck...hope this helps
SIII data folder
SIII application data folders are here
/sdcard/Android/data
and
/sdcard/Android/obb
obb is common used by large HD games like those from gameloft.
tigerporc said:
SIII application data folders are here
/sdcard/Android/data
and
/sdcard/Android/obb
obb is common used by large HD games like those from gameloft.
Click to expand...
Click to collapse
no. that's external data. app data is in /data/data

Categories

Resources