How to delete apps manually ? - Windows 10 Mobile

Greetings,
I've a problem un-installing Telegram, so, i've installed interop tools and unlocked system files hoping that i can delete telegram manually but i couldn't.
So, can any one help me with this ? locating "Telegram/any" app files manually and delete them ?!

Touch the app and hold. Tap uninstall.
If you never want the app to install automatically during hard reset and it is a preloaded app look under C:\Programs\Commonfiles\xaps and delete the desired appx or xap file out of there.
Or depending on your device type check C:\Programs\Commonfiles\OEM\Public\PreloadedApps\tier3apps\ for other xaps and appx files you do not want provisioned to your phone. I recommend backing them up before you remove any of them though.
Edit: All the currently installed apps are found in C:\Data\Programs

nate0 said:
Touch the app and hold. Tap uninstall.
If you never want the app to install automatically during hard reset and it is a preloaded app look under C:\Programs\Commonfiles\xaps and delete the desired appx or xap file out of there.
Or depending on your device type check C:\Programs\Commonfiles\OEM\Public\PreloadedApps\tier3apps\ for other xaps and appx files you do not want provisioned to your phone. I recommend backing them up before you remove any of them though.
Edit: All the currently installed apps are found in C:\Data\Programs
Click to expand...
Click to collapse
tapping the app and press uninstall didn't work
searching the first and the second directory, i couldn't find telegram
the third directory in the EDIT, the folders names are with numbers not in plain text.

nate0 said:
Touch the app and hold. Tap uninstall.
If you never want the app to install automatically during hard reset and it is a preloaded app look under C:\Programs\Commonfiles\xaps and delete the desired appx or xap file out of there.
Or depending on your device type check C:\Programs\Commonfiles\OEM\Public\PreloadedApps\tier3apps\ for other xaps and appx files you do not want provisioned to your phone. I recommend backing them up before you remove any of them though.
Edit: All the currently installed apps are found in C:\Data\Programs
Click to expand...
Click to collapse
Question: How can I access those paths on my phone?

install https://www.microsoft.com/en-us/store/p/interop-tools-preview/9ntgwlc0d3cs
and then install extensions from here in the attachments https://forum.xda-developers.com/showpost.php?p=72779593&postcount=887

sasatefa2009 said:
install https://www.microsoft.com/en-us/store/p/interop-tools-preview/9ntgwlc0d3cs
and then install extensions from here in the attachments https://forum.xda-developers.com/showpost.php?p=72779593&postcount=887
Click to expand...
Click to collapse
I had already installed those required programs, so how can I access the paths/folders?
Got it. Thanks for that.
---------- Post added at 13:07 ---------- Previous post was at 12:40 ----------
sasatefa2009 said:
tapping the app and press uninstall didn't work
searching the first and the second directory, i couldn't find telegram
the third directory in the EDIT, the folders names are with numbers not in plain text.
Click to expand...
Click to collapse
Did you turned on the "Full Filesystem Access" inside the Interop Tools?
About the folder names are with numbers, I suggest you to use this app: https://forum.xda-developers.com/wi...-apps-data-manager-windows-10-mobile-t3523048

Related

Removing stock apps from JPK

How can I remove some of the stock apps from JPK, SGStools seems to be able to remove the bulk of them but apps like latitude,places,navigation,maps,voice search and ect are still left over.. is this possible to remove ?
Either do it manually
rm /system/app/name.apk
rm /system/app/name.odex
pm uninstall <package name>
or
Link
EarlZ said:
How can I remove some of the stock apps from JPK, SGStools seems to be able to remove the bulk of them but apps like latitude,places,navigation,maps,voice search and ect are still left over.. is this possible to remove ?
Click to expand...
Click to collapse
Try root explorer (new version, just out on market). And there is topic about removing stuff, Im sure it describes other options.
Here is the link for the apps you can remove: http://forum.xda-developers.com/showthread.php?t=712546
As dupel has said, download root explorer from the market, it's a great app for rooted users.
Daneshm90 said:
Either do it manually
rm /system/app/name.apk
rm /system/app/name.odex
pm uninstall <package name>
or
Link
Click to expand...
Click to collapse
Why do you need the third line?
itaykoren said:
Why do you need the third line?
Click to expand...
Click to collapse
It uninstalls the package and removes traces of the app from your phone.
So if u just delete the apk/odex, ur app will still exist in /data/data and packages.xml and its dex will probably still exist as well in dalvik-cache.
In windows terms, its like deleting the program from C:\Program Files vs uninstalling it. That example will either make it clear or confuse u even more
Edit : That is why i wrote that app, doing it manually everytime u flashed a rom is very time consuming lol (im referring to my htc magic where i'd flash cm nightly's everyday )
Thanks for the quick reply.
Does that also apply when unrooting? (when I unrooted, I deleted the superuser.apk, and don't recall I uninstalled any package).
In addition, how do I know the name of the package?
Is it always identical to the .apk?
And a general question: Isn't it more logical to do the third line first, then the other two? Does it matter?
itaykoren said:
Thanks for the quick reply.
Does that also apply when unrooting? (when I unrooted, I deleted the superuser.apk, and don't recall I uninstalled any package).
In addition, how do I know the name of the package?
Is it always identical to the .apk?
And a general question: Isn't it more logical to do the third line first, then the other two? Does it matter?
Click to expand...
Click to collapse
The apk must be accessible (permission wise) in order to run the uninstall command and getting a "successful" in return. When u do so on a system app, it cannot delete the apk hence it returns a "unsuccessful". Hence u need to delete the apk/odex first, then run that command in order to get a "success" message.
The name of the package can be found in 2 ways :
Look inside the /data/data folder for folder names that resonate with that of the apk or u can make out which package name it is (sometimes not so obvious).
Open the apk, look inside the manifest for the package name or just look at the folder structure.
Behind the scenes thats what my app does, goes inside the apk, looks for the package name, hence when u tap on the item, it deletes the apk and presents you with the uninstall dialog where you uninstall the app like a regular app.
Thanks again for your swift reply.
This app of yours sounds interesting...
Tell me, if I don't do the third line, or I do it but I do not remove all the relevant packages (if there may be more than one) then will the icon of the app still be visible? Will it FC when I try to open it? Or will the icon not appear?
itaykoren said:
Thanks again for your swift reply.
This app of yours sounds interesting...
Tell me, if I don't do the third line, or I do it but I do not remove all the relevant packages (if there may be more than one) then will the icon of the app still be visible? Will it FC when I try to open it? Or will the icon not appear?
Click to expand...
Click to collapse
No it won't show up, but future revisions might cause trouble (sometimes)
You can always go through ur /data/data folder and find a folder name that resonates that of an apk u deleted and then run the pm uninstall command on it.

[TWEAK] Install homebrew apps as settings apps

In the WMAppManifest.xml of the app, add HubType="268435456" to the App tag, and deploy the app. See attached images.
You can also pin Extras to Start for quick access.
Really useful for keeping harmful editing stuff out of the way of people who feel the need to use your phone without your permission.
Good find, bud! He-he, someone should try to publish the app with that hack (if store will not block it of course)
Needed to restart phone after deploy to show in settings.
4-5yrs old trick anyway, just keep search on xda even in WP7.8 forum
Djtonka, how to pin to start apps from settings?
remove the HubType="268435456 from manifest file
So why before audio settings had the posibility to pin to start? It was in settings,-extras. before....
it has been redesigned for Win10
Nevermind: if on the last fast ring build cant open any deployed app, modify the wpappmanifest to deploy in HUB. Then the app will work. Happend to me with custom pfd, wptweaker, roottool jailbreak version.
Hi,
Can you please give me an xap file which include HubType="268435456" tag in WMAppManifest.xml of the app. I tried to add but not able to save the xml as it gives some error. If possible, please send me the xap
Thanks
winphouser said:
In the WMAppManifest.xml of the app, add HubType="268435456" to the App tag, and deploy the app. See attached images.
You can also pin Extras to Start for quick access.
Click to expand...
Click to collapse
Open the xml file as text with notepad, or right click-edit.
how to modify .appx as settings apps?
Read this
https://msdn.microsoft.com/en-us/library/windows/hardware/dn707973(v=vs.85).aspx
winphouser said:
In the WMAppManifest.xml of the app, add HubType="268435456" to the App tag, and deploy the app. See attached images.
You can also pin Extras to Start for quick access.
Click to expand...
Click to collapse
does not work.
1. open the .xap in the archive
2. add HubType = "268435456" in WMAppManifest.xml
3. Close the file, saving changes.
4. copy the .xap into the phone, install, and .... nothing is installed ..
I tried and so
1. Unzip the files in the .xap in folder
2. add HubType = "268435456" in WMAppManifest.xml
3. archived back to zip archive. renamed zip into a .xap. and again nothing ...
assembly 15245. Can already removed the opportunity?
Deploy from PC.
augustinionut said:
Deploy from PC.
Click to expand...
Click to collapse
WPAD 8.1
Error - Package was not found.
What app are you trying to deploy?
I did find the way to change and make appx to install it under Extras badge
augustinionut said:
What app are you trying to deploy?
Click to expand...
Click to collapse
CustomPDF & WPTweaks

[new] how to share apps ( xap, appx) to another phone in windows 10 mobile

Hiiiiiiiiii Ya
I AM Fi1ite WITH A NEW TRICK
THIS IS MY FIRST POST ON WINDOWS 10 MOBILE
AND
THE SECOND ON XDA FORUM
THIS TUTORIAL TEACHES YOU HOW TO SHARE YOUR APPS FROM YOUR WINDOWS 10 MOBILE TO ANOTHER WINDOWS 10 MOBILE INSTANTLY JUST LIKE SHARE IT APP IN ANDROID BUT A LITTLE HARDER.
GONNA TEACH THIS IN TWO PARTS.
1. SHARING (THE APP FROM YOUR PHONE)
2. CARING (INSTALLING IT ON RECEIVER's PHONE)
TUTORIALS:
SET UP: :highfive:
In both the Phones turn on developer mode
SETTINGS->.UPDATE & SECURITY->FOR DEVELOPERS->DEVELOPER MODE->Yes
Using file manager in windows phone 10:
Extract Dependencies_ARM.zip (attached to this post) to both sender's and receiver's phone
Install All the extracted apps to both sender's and receiver's phone
Install InteropTools App (attached to this post) to both sender's and receiver's phone
Install AppDataManage tool (attached to this post) to both sender's and receiver's phone
Install WinZip Universal to both sender's and receiver's phone using windows store
After Success full Installation in both devices:
SHARING PART:
Open AppDataManage tool in sender's phone
Navigate to Settings.Turn on Show advance options.Back to main menu.Navigate to Apps.Tap on any app to share .Press Create Archive from installation path.Save the zip file as App.zip
Let the process complete. Chilllzzz :angel::angel::angel:
Exit the app.
Tap the zip using file manager (it will automatically open the zip with WinZip Universal). Tap the folder Shown
Check for AppxManifest.xml File
-If it exists then The App is Share Able.
-If it does not exist. The App is non share able. Possibly look for another App to share.
If AppxManifest.xml exist then: :good:
Look For Something like AppxSignature File (AppSignature or AppxSignature or AppsSignature ). If it exist then delete it using long press menu.
Save the zip file using the toolbar in Winzip Universal. Share The Zip file using bluetooth to the Receiver's phone. YAY!!! :laugh::laugh:
You Can Share This To Multiple Phones. OOOOHOOOO!! :laugh::laugh:
INSTALLING IT ON RECEIVER's PHONE:
Tap the zip file (located in downloads folder) in receiver's phone using its file manager and extract its contents to the same folder.
Open Interop Tools in Her Phone (Receiver's phone).
Select "This Device" . Navigate to Application Manager. Tap on developer mode.
Swipe to Register a package. Browse to the extracted contents. Locate The AppxManifest.xml. Select it.
Press Register Package. Wait for it to finish registering.
YEPPI !!!!!!!!
Puff!!!! You Have Successfully Created a backup of your app as well as shared it too
Thanks Alot To Them Whose Apps I have Used.
Special Thanks To:
gus3300 - Interop tools
Mahdi Ghiasi - App data manager
Microsoft - Dependencies ARM
DONT FORGET TO LIKE AND THANK ME AND OTHER SENIOR DEVELOPERS
No Comments?
No Thanks?
Didnt anyone liked this tutorial?
no one used so far, be honest you just showing people how to cheat the Store to get paid apps from eachother.
djtonka said:
no one used so far, be honest you just showing people how to cheat the Store to get paid apps from eachother.
Click to expand...
Click to collapse
didnt thought it that way while sharing this
Should i remove it then?
Fi1ite said:
didnt thought it that way while sharing this
Should i remove it then?
Click to expand...
Click to collapse
Not working By Backup tools we found just some kb. But app's are much more mb.....
So, how can it install???
aik.nayan said:
Not working By Backup tools we found just some kb. But app's are much more mb.....
So, how can it install???
Click to expand...
Click to collapse
is not work for all apps... practically is useless. and you can call it "piracy". that is forbidden do discus
dxdy said:
is not work for all apps... practically is useless. and you can call it "piracy". that is forbidden do discus
Click to expand...
Click to collapse
Dude,
I have few question about windows 10 phone.
1. How can install xap from windows (not PC)
2. Can I access C: drive (like PC)
.
.
.
Finally I can't post anything in Xda (I'm new user). Send icon isn't working on "xda lab" app.
look, only "patched" xap files can install, and ONLY via PC with XAP deploy method...
dxdy said:
look, only "patched" xap files can install, and ONLY via PC with XAP deploy method...
Click to expand...
Click to collapse
So is there anyway to get "Client for Hangouts" back? Microsoft removed it from the store, but I still have it installed on my old Lumia 530 and I want to install it on my newer 1520. This won't work?
the exact way as expected , perfect tutorial
DQEight said:
So is there anyway to get "Client for Hangouts" back? Microsoft removed it from the store, but I still have it installed on my old Lumia 530 and I want to install it on my newer 1520. This won't work?
Click to expand...
Click to collapse
after some research found this:
Code:
Google shut down all their Hangouts APIs so this app and others like it are dead.
sorry no luck... you can have app but is worthless and not working
dxdy said:
after some research found this:
Code:
Google shut down all their Hangouts APIs so this app and others like it are dead.
sorry no luck... you can have app but is worthless and not working
Click to expand...
Click to collapse
Aww, that explains why it stopped recently on my Lumia 530 that still has it installed. Guess its back to IM+
How to download free this game https://www.microsoft.com/vi-vn/sto...61c81edbc63d4439b86a0dc)(270640)(2818683)()()
Aries Prine said:
How to download free this game https://www.microsoft.com/vi-vn/sto...61c81edbc63d4439b86a0dc)(270640)(2818683)()()
Click to expand...
Click to collapse
is not free, that called "piracy"... read forum rules
dxdy said:
is not free, that called "piracy"... read forum rules
Click to expand...
Click to collapse
Sorry.
Hey, thanks for this. I wanna ask, does this work with the native/preinstalled apps on Windows (apps that comes on Windows/OEM phone itself) I want to do this with things like FM Radio app
aik.nayan said:
Not working By Backup tools we found just some kb. But app's are much more mb.....
So, how can it install???
Click to expand...
Click to collapse
Hmm... Looks Like There is a Bug in The Backup Tool.. No Problem .. Its the Men Who Makes Faults And its The Buggy Apps Which Create Problems... However The Dev Worked Hard For His Tool and I do Respect Him...
Here's The Solution For YOUR PROBLEM It Works For All Apps Whether Paid Or Free.
1. Get Full FileSystem Access On Your Phone [Pls Browse The Xda For That ]
2. Uninstall The Backup Tool.
2. Connect Your Phone To PC
3. Using Explorer Go to C:\Data\Programs\WindowsApps And Search For Folder With Partial App Name And Make Backups Of Your Apps.. [You Might Get many folders with similar name in that case See The Size Mb of the folders and take the one which seems appropriate to you]
4. Rest Part You Know.. [About deleting The AppxSignature File and Sharing]
I HOPE THIS HELPS.... I KNOW YOU WILL NOT EVEN THANK ME FOR THIS ...
Fi1ite said:
Hmm... Looks Like There is a Bug in The Backup Tool.. No Problem .. ...
Click to expand...
Click to collapse
is not a bug... simple, app install files in 3 different folder and app read only one...
djtonka said:
no one used so far, be honest you just showing people how to cheat the Store to get paid apps from eachother.
Click to expand...
Click to collapse
Hehehehehahahahahaha .. You are soo childish ... You don't have any knowledge about paid apps in Microsoft store... Please Use You Brain if you have one ... if you don't Then read this and understand why my post is not a piracy...
Paid apps does not works rather they crashes as they looks out for a online license file in the device which can only be achieved when an app is bought... That's the reason Latest Version of Minecraft PE doesn't works [Try it!!] ..... Though I ve hacked Minecraft as there are other ways to do it... but I wont share them as Its against The forum Rules.. :angel: :angel:
dxdy said:
is not a bug... simple, app install files in 3 different folder and app read only one...
Click to expand...
Click to collapse
That's the reason I advised to navigate to WINDOWSAPPS using full FS access...
Thanks for the correction...

how to export an app (.xap) from windows 10 mobile ?

i want to export the functioning version of lumia camera as i have just reset my phone and disabled auto updates. i will then share the .xap file for everyone to use. is it possible to do so using interop tools ?
also is there a registry key that can be modified to prevent lumia camera app from auto updating ? thanks in advance
yep, no one did it before , meaning upload Nokia/Lumia camera :/
Deployed xaps cant be updated. So you need to copy the install folder inside data/programs/camera app, erase WMAppPRHeader.xml, zip the content, change zip to xap extension and .... voila.
augustinionut said:
Deployed xaps cant be updated. So you need to copy the install folder inside data/programs/camera app, erase WMAppPRHeader.xml, zip the content, change zip to xap extension and .... voila.
Click to expand...
Click to collapse
any ideas how i can access these folders ? interop tools perhaps ?
ash549k said:
any ideas how i can access these folders ? interop tools perhaps ?
Click to expand...
Click to collapse
Turn the full system access via interop tools, restart phone, then plug your phone to PC. There you can access it thru windows explorer.
greenpurplishpumpkin said:
Turn the full system access via interop tools, restart phone, then plug your phone to PC. There you can access it thru windows explorer.
Click to expand...
Click to collapse
thanks for the reply. i enabled system access via mtp and looked for the installation location of lumia camera app through interop tools. it says its stored in C:/Data/Programs/WindowsAPPS/ however the windows apps folder is empty for me. i tried ticking show hidden files on my pc but still no luck. any ideas ?
Only xaps in data/programs. In C:/Data/Programs/WindowsAPPS/ are appx, but i dont know how to repack.

Themes / Apps / Mods Access Android/data on Android 13 without root

Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
OP, I have changed this category from Question to App to fit the content.
Also, the Chinese guide link you are sharing from coolapk cannot be accessed from overseas (US or Europe IP). I think that is some settings with the host of coolapk. I print the guide page as PDF and attached it for you.
Great post. I am using OnePlus 10 Pro running official Oxygen OS 13 (Android 13).
Although the phone supports 120Hz refresh rate, PUBG Mobile (Global) doesn't show an option for 90 FPS in its settings and the game runs at 60 FPS max. In the past, I could modify the ACTIVE.SAV file using a Hex Editor to unlock 90 FPS.
I used to use MiXplorer by Hootan in the past, but it doesn't work on Android 13. I tried using FV File Manage as explained in this post, and although I am able to see the files in Data or OBB folders, I am not able to modify them (for example, open the Active.sav file in Hex Editor or even copy it to another location in internal storage). I have attached a screen recording video demonstrating the above. Would be greatly appreciated if someone could tell me what I am doing wrong.
Record_2022-09-27-12-39-00.mp4
drive.google.com
FolderV said:
Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
Click to expand...
Click to collapse
thanks.
Rabin John said:
Great post. I am using OnePlus 10 Pro running official Oxygen OS 13 (Android 13).
Although the phone supports 120Hz refresh rate, PUBG Mobile (Global) doesn't show an option for 90 FPS in its settings and the game runs at 60 FPS max. In the past, I could modify the ACTIVE.SAV file using a Hex Editor to unlock 90 FPS.
I used to use MiXplorer by Hootan in the past, but it doesn't work on Android 13. I tried using FV File Manage as explained in this post, and although I am able to see the files in Data or OBB folders, I am not able to modify them (for example, open the Active.sav file in Hex Editor or even copy it to another location in internal storage). I have attached a screen recording video demonstrating the above. Would be greatly appreciated if someone could tell me what I am doing wrong.
Record_2022-09-27-12-39-00.mp4
drive.google.com
thanks.
Click to expand...
Click to collapse
Actually MiXplorer's latest version supports Android 13, tested personally
shape93 said:
Actually MiXplorer's latest version supports Android 13, tested personally
Click to expand...
Click to collapse
Huh ... That's news to me. I am running the latest version - v6.58.6-Silver. And upon checking right now as I am typing this reply, I still don't have read-write access to OBB & DATA folders. I can see the files inside OBB & Data folders but I cannot modify them in any way or copy any file.
And sorry but what you said can't be true. I commented on playstore and the I got a reply from MiXplorer Team as well saying that it's a Android 13 limitation. Attached picture below
so what about sd maid, can it fix that problem?
Rabin John said:
Huh ... That's news to me. I am running the latest version - v6.58.6-Silver. And upon checking right now as I am typing this reply, I still don't have read-write access to OBB & DATA folders. I can see the files inside OBB & Data folders but I cannot modify them in any way or copy any file.
And sorry but what you said can't be true. I commented on playstore and the I got a reply from MiXplorer Team as well saying that it's a Android 13 limitation. Attached picture below
Click to expand...
Click to collapse
Just tested it. It is working for me too.
Version: 6.58.6-silver
I am at a loss. I don't understand why it doesn't work for me.
Rabin John said:
I am at a loss. I don't understand why it doesn't work for me.
Click to expand...
Click to collapse
MiExplorer does not work for me too. Literally anything including using a PC to access the files doesn't work for me, can't paste anything into the app data folders. Pixel 6a on Android 13. I might have to root the phone to be able to access the Android folder.
My phone is rooted A13 and still can't get access in Data/OBB folder -_-
Root does not mean that you will have access to anywhere just like that. You must have some application that wants there and process that
Rabin John said:
I am at a loss. I don't understand why it doesn't work for me.
Click to expand...
Click to collapse
update the new version, the previous version has some bug.
FolderV said:
Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
Click to expand...
Click to collapse
This app is good for accessing/changing/transferring files and folders within the main app folder, but you can't actually rename the main app folder. Need this feature so when you clear data on said app, it won't delete the files and folders within. Long story on why I need this. It pertains to a game I mod for. In order to keep the modified files from reverting back to the original files, you need to rename the main folder, clear data and then rename the main folder back to the original. Hope you can figure this out. For now I have to use the files app from the PlayStore.
61zone said:
My phone is rooted A13 and still can't get access in Data/OBB folder -_-
Click to expand...
Click to collapse
ZArchiever is the best file explorer I have found. I used to use Root Explorer on Android 12 and it couldn't do things that ZArchiever could
Latest Mixplorer plays up for me too, sometimes prompts for access to /Android/data folder, but the folder listed is a previously accessed /Android/data/subfolder, not the root /Android/data folder...
I gave up and copied via adb shell
This "FV File Explorer" is actually the first app that I try that is capable of seeing the Android content.
But it seems it's RO on my Pixel 6a. I needed to get some backups back in a an app folder. But pasting seems not to work. Same goes for the PC. Can see the files on PC, but not able to paste something in these folders in "Android"
Someone who knows a workaround for this on a unrooted phone?
Edit:
"FV File Explorer" shows me a warning when trying to make a folder in "android". So looks it's still RO on my phone
FolderV said:
Download FV File Explorer
https://play.google.com/store/apps/details?id=com.folderv.file
May be this is the first APP that can visit other app’s exteral data file .
1. Open folder "/storage/emulated/0/Android"​2. Click the"data" folder​3. Select the application you need​4. Click "Use this folder"​5. Done! you can see the files.​
Document in Chinese with images guide attached as PDF.
Click to expand...
Click to collapse
Um, hello? Total Commander does the exact same thing.
The only way is downgrade to android 12
Since android 13
Will block your acces to data&obb
I,m on my way to downgrade to 12
Doesn matter if all my data will lost
Wish me Luck Stranger
Fix Android 13 said:
The only way is downgrade to android 12
Since android 13
Will block your acces to data&obb
I,m on my way to downgrade to 12
Doesn matter if all my data will lost
Wish me Luck Stranger
Click to expand...
Click to collapse
You can't downgrade to Android 12 unless you use the special developer build or the A13 bootloader (although things won't run well) due to the anti-rollback protection in the A13 bootloader.
All you need to do to access Android/data on A13 is to use a file explorer that supports it, e.g. MiXplorer, as mentioned earlier in this thread.
This page explains in detail how you can Transfer Files in Data and OBB folder in Android 13:
How to access Android 13 Data and OBB folder & transfer files in them
In this comprehensive tutorial, we will show you the steps to access the Data and OBB folder in Android 13 and transfer files in them.
www.droidwin.com
All you need to do is download and install Files app:
Files - Apps on Google Play
This app is a shortcut to the file manager of the settings app.
play.google.com
A quote from the Comments section on Google Play:
This is the shortcut to the default Android" Files" app you never knew you needed. Not the one with the "file cleanup" feature. The one that magically appears sometimes, and when you go back to your apps list, it's not there. It's the 'admin' one that Google doesn't really want a lot of people to use unless THEY think it's appropriate. So to repeat, this is just a shortcut, to help you find the last file manager you'll ever need, and the one that actually came stock with Android.
​

Categories

Resources