Question With Root Moving app to system app. - Google Pixel 6 Pro

I have never created a thread before because I normally can find my answers by browsing. However, in this situation, I come up snake eyes each and every time. If this is the wrong place to post, I apologize. I am trying to move a GPS app to a system app. However, when I try to move it, I get an error that there is not enough space in the system ROM (/system) for this. (There is only 2.73 MB free.) I do not need much as I am only looking to move this one gps spoofing app. I have tried everything I could find to do from uninstalling system apps, etc., but no matter what I do, it stays free space 2.73 MB. Any help is most definitely appreciated as I am at a loss, and this was the only thing I rooted to do. Please help!
Edit: I forgot to say it earlier, but I am not a pro at all this so speak to me as if I were 10 yrs old. Thanks alot!

You can use lucky patcher to rebuild/install fake gps apps as system apps. Copying by hand is not gonna do the trick.
There should be plenty of tutorials out there, just search for something along the lines:
Spoof GPS Pokemon Go Luckypatcher
Beware though, that those tutorials will not have been written with Android 12 in mind; I have not yet meddled with GPS spoofing with my P6 and do not know whether Google has implemented certain mechanisms to prevent spoofing system apps. You might get into a bootloop or even softbrick your device (I'd say rather unlikely, but there's always a certain chance).

Magisk is your friend. Not very complicated. Create a module with a /system/app or priv-app directory.

foobar66 said:
Magisk is your friend. Not very complicated. Create a module with a /system/app or priv-app directory.
Click to expand...
Click to collapse
He said that he is not a pro and needs everything explained like a 10 year old, you're sure that creating a magisk module isn't a tad too much to ask?
There are solutions that only require a couple clicks in a premade app interface, intuitive and easy. Going in and coding a couple lines is not my definition of 10 year old not pro stuff. I mean it's not a big deal breaker, there are plenty of tutorials to go around (topjohnwu even offers templates), but it still requires some knowhow and poses more risk.

I appreciate your help but I have already done all the recommendations. As I said, when I uninstall apps from the system ROM I gain no space. I have been using lucky patcher to move files to system apps but it says there is not enough room. This is why I asked, according to what I read, it should have worked. I don't know if I am doing it wrong , but when I try to move app to a system app, I click on it and choose tools and move to system/app in lucky. Any help to help me with this issue is really appreciated.

Install the attached version of the App Systemizer Magisk module and reboot. Open a terminal (install Termux app from Play Store if you need a terminal app), su [enter], systemize [enter] and follow the instructions.

If you are willing to share the APK, I can make a magisk module to install it as a system app.

foobar66 said:
If you are willing to share the APK, I can make a magisk module to install it as a system app.
Click to expand...
Click to collapse
are you asking me for the apk?

Roll3r said:
Install the attached version of the App Systemizer Magisk module and reboot. Open a terminal (install Termux app from Play Store if you need a terminal app), su [enter], systemize [enter] and follow the instructions.
Click to expand...
Click to collapse
I am unsure what I am supposed to do as the menu is not to clear?

michaelrager said:
are you asking me for the apk?
Click to expand...
Click to collapse
Yes but only if you're willing to share it, send me a PM if you want ...

michaelrager said:
I am unsure what I am supposed to do as the menu is not to clear?
Click to expand...
Click to collapse
At the menu, type 1 and hit enter. It'll bring up a list of all installed apps, with a number next to each one. Type in the number of the app and hit enter. It'll probably throw an error, but the app should still be systemized - I've seen seen errors since Android 11 but it's always worked

Roll3r said:
At the menu, type 1 and hit enter. It'll bring up a list of all installed apps, with a number next to each one. Type in the number of the app and hit enter. It'll probably throw an error, but the app should still be systemized - I've seen seen errors since Android 11 but it's always worked
Click to expand...
Click to collapse
Thank you! I got it as a system app but for some reason when I click on the app it doesn't load and freezes. Any ideas are much obliged!

Related

[HOWTO] Install Latest WaveSecure in ROM

I found that [email protected]'s ROM had a good idea of adding WaveSecure to the system partition (preventing listing in the My Downloads part of market, and preventing uninstallation through normal means), but his version is slightly out of date now (latest version is 3.0.0.43)
As a result, I set about finding a means to install WaveSecure to ROM myself. Here are my findings for anyone interested in doing the same.
Install the latest version from the market (3.0.0.43 at this time). Now use adb pull to get it off the device onto your pc
Code:
adb pull /data/app/com.wsandroid.apk D:\com.wsandroid.apk
Now open Market back up from the menu, go to My Downloads, and choose Wavesecure Mobile Security Beta and uninstall it for just now (to get it off the data/A2SD location that normal apps are stored in) - thanks, my-space!
Then push the saved apk to the system partition after a remount (to make it read/write)
Code:
adb remount
Code:
adb push D:\com.wsandroid.apk /system/app/com.wsandroid.apk
Then set it all up as usual (will appear in apps list immediately)
and remount system as read only again
Code:
adb remount
And that seems to be it so far. Remember to change the D:\com.wsandroid.apk path to whatever you actually used.
Let me know if anyone finds any problems with this, but I've done it and, fingers crossed, it's worked OK for me.
Obviously, this is only for root users, and there are no guarantees for this.
Couple of questions that might need looked into -
- Do settings carry across after a wipe (as Paul claims Modaco's version does. I've never tried it so can't confirm)
- Is there any disadvantage to using this method? (I guess this is all Modaco's update.zip does, but I don't know)
you forgot to metion to uninstall wavesecure before it is pushed back into system....
my_space said:
you forgot to metion to uninstall wavesecure before it is pushed back into system....
Click to expand...
Click to collapse
Oops! Knew I'd forget something, as I always seem prone to do. Well spotted, and OP corrected.
Thanks
No worries I got a bit confused when i pushed it back onto the phone and was still in my downloads...
I've rooted my phone already but whenever i try to use the command adb remount I get "remount failed: operation not permitted". Suggestions?
I see more and more often, redundant threads.
What How-to will you post next time? How to change backlight settings?
You're pointlessly spamming the board.
I can't say i agree with the 'pointlessly spamming the board' comment, but i would have thought this would at least be better in the applications and themes subforum rather than in development.
Don't forget that an awful lot of android users (and more recently all HTC devices) are more and more 'newbs' and need stuff like this.
While this is good and provides info that people like that need (and myself cos i'm crap at adb and stuff like that so wouldn't have had a clue how to do this previously), maybe the development forum is not the best place for it....
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
usb0 said:
I'm guessing one won't be notified via Market if there's an update available if you push an app to /system/app/, right?
Click to expand...
Click to collapse
You won't be notified, correct
If anybody doesn't already know, WaveSecure have started hosting update.zip files. This means it's now easy to update your "baked-in" version of WaveSecure without much messing around.
https://www.wavesecure.com/installations/update.zip
Download the file, save it to your SD card, reboot into the recovery console and choose the option to apply an update.zip file.
Voila! Your version of WaveSecure will be updated to the very latest version
DJBenson said:
[...]
Click to expand...
Click to collapse
That's really awesome! Thanks for the tip!
Just a question of curiosity: If I push an app to /system/app/ and then issue the rm-command to remove its apk, won't there be lying a bunch of files associated with the program and with absolutely no function, since the app itself is removed? How do I know the name of these files and where they are located for removal?
I'm a bit confused by that question. My understanding (which may be incorrect but from what I've seen of the "guts of a ROM" appears to be the case) is that the applications reside in the apk files, they are not extracted. If you list the content of any of the app folders (/system/app, /data/app or /data/app-private) then all you get is a bunch of apk files (and some odex files). So when you 'push' an apk to the phone, that application is then "installed", when you rm/remove an application, you do so by removing the apk.
if you remove the apk you have left something in /data/dalvik-cache. wiping the dalvik-cache every now and then helps reclaiming that space, though it is not much.
the app settings and data are stored in /data/data, you could delete the files manually by checking their names (no idea if/what convention the names follow), imho not worth the trouble as it is only a few kb.
odex files aren't created if you don't do in a PITA process manually. don't worry about them, don't touch them, then you're good. odex files are only for system apps.
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
motomeup said:
I bought a used phone and it had WaveSecure already installed. I couldn't find it in the applications list to uninstall, so I did a factory reset on the phone. The application was still there and it still didn't show up in the applications list.
I have the Superuser Permissions application, so someone must have rooted it.
Is there any way to uninstall this?
Click to expand...
Click to collapse
""Just (re)flash a ROM................""
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
strife242 said:
I just noticed that WaveSecure now points to this post for instructions to install as system application, and I am not sure that the update.zip maintained with them is up-to-date.
However, you can now select to download the .apk directly to your PC thus eliminating the first Market step in this guide.
Click to expand...
Click to collapse
I believe it is kept up to date, as VillainROM kitchen uses it as a source for the WaveSecure app (fetched each night to keep it up-to-date).
I've certainly never had any problems with it.
Excellent guide Pulser,... I should really reinstall Wavesecure now Im not using a MoDacO Custom ROM. Nice one bruv.
Found this to be helpful.
https://www.wavesecure.com/blog/how-to-make-wavesecure-hard-reset-proof.aspx
I just did a search in the Market fro 'wavesecure' and two things popped up WaveSecure and WaveSecure UninstallProtection Add-on which needs to be uninstalled before WaveSecure and if the add-on is uninstalled it is supposed to lock the phone. (all this is in the description I have yet to try)

Xposed for A7 2016

Hello Sirs
I want to install xposed on my (SM-A710FD) phone which is 5.1.1 android
This is a 2017 series.
For what do you need Xposed? I have tried it on my tablet and there is little to no use for Xposed. Maybe I change my mind if you tell me some good modules.
W00fer said:
For what do you need Xposed? I have tried it on my tablet and there is little to no use for Xposed. Maybe I change my mind if you tell me some good modules.
Click to expand...
Click to collapse
Xprivacy
https://forum.xda-developers.com/xposed/modules/xprivacy-ultimate-android-privacy-app-t2320783
bluegrass55 said:
Xprivacy
https://forum.xda-developers.com/xposed/modules/xprivacy-ultimate-android-privacy-app-t2320783
Click to expand...
Click to collapse
The problem with Xprivacy is that it is quite hard to understand. There are no community driven settings like in uBlock Origin (adblocker for pc). Nor there are options for temporary allowance. Besides, Android 6 already has permissions per app.
W00fer said:
The problem with Xprivacy is that it is quite hard to understand. There are no community driven settings like in uBlock Origin (adblocker for pc). Nor there are options for temporary allowance. Besides, Android 6 already has permissions per app.
Click to expand...
Click to collapse
What is there to understand? My 13 year old nephew managed to set it up.
Android 6 does not offer this many options. Can you stop an app getting your IMEI or Phone serial details? Why does an app need your IMEI?
It comes with default settings such as location (Christmas island) IMEI 00000000 etc.
1-Install the correct version of Xposed for your device.
2-Install Xprivacy app.
3-Launch, allow Root, click on Template and set each permission request to block.
4-Reboot phone, launch Xprivacy, see if template has been applied.
5-Install an app or game. You'll get notification from Xprivacy with template applied.
6-Allow the permissions that the app needs. Eg Firefox browser needs Internet,Network,IPC,System allowed to work.
For games I don't allow any permissions and it still works.
If you need to allow temporary permissions just launch Xprivacy and turn it off for that app.
bluegrass55 said:
What is there to understand? My 13 year old nephew managed to set it up.
Android 6 does not offer this many options. Can you stop an app getting your IMEI or Phone serial details? Why does an app need your IMEI?
It comes with default settings such as location (Christmas island) IMEI 00000000 etc.
1-Install the correct version of Xposed for your device.
2-Install Xprivacy app.
3-Launch, allow Root, click on Template and set each permission request to block.
4-Reboot phone, launch Xprivacy, see if template has been applied.
5-Install an app or game. You'll get notification from Xprivacy with template applied.
6-Allow the permissions that the app needs. Eg Firefox browser needs Internet,Network,IPC,System allowed to work.
For games I don't allow any permissions and it still works.
If you need to allow temporary permissions just launch Xprivacy and turn it off for that app.
Click to expand...
Click to collapse
Blocking everything isn't a solution as apps need for example the shell and filesystem to store setting files at first startup.
There are sub permissions which are quite unclear if you can disable them. Plus, after every app update the new nag screens come up and apps might not work anymore. You say Firefox needs ABC. But how to know what each app needs at bare minimum?
W00fer said:
Blocking everything isn't a solution as apps need for example the shell and filesystem to store setting files at first startup.
There are sub permissions which are quite unclear if you can disable them. Plus, after every app update the new nag screens come up and apps might not work anymore. You say Firefox needs ABC. But how to know what each app needs at bare minimum?
Click to expand...
Click to collapse
You are not blocking everything for ever.
The template is set to block all at first app install so that the app doesn't get access to sensitive information that it doesn't need. You can deny the sub permissions if you want but this can effect how the app behaves. You don't need to mess with the sub permissions.
At every app update Xprivacy will re apply the permissions that you've already set for that app. You don't need to re do it.
As to allowing Shell and system at first start up go back into Xprivacy and allow these permissions/ re launch app.
The ABC for Firefox was an example. Firefox is a web browser so obviously it needs data access. Root Explorer obviously needs Shell, and System and so on.It is easier then you think.
Once you have setup all the permissions for your apps and they are working Xprivacy has a function to save or export your setup. So that if you change ROM all you need to do is import it and it will do the rest.
If you read the link I included all the answers to your questions are there. Google is useful too.

Problem moving app to /system/apps

Hello!
Well, basically my problem is when I try to move an app to /system/app.
I am user of GPS spoofers and today I've unlocked my bootloader, flashed latest twrp by @Alberto97 and followed this thread to use Magisk:
https://forum.xda-developers.com/moto-z-play/how-to/how-to-safetynet-7-1-1-update-stock-rom-t3669086
I'm using Nougat 7.1.1 security patch December 1.
As I use GPS spoofers, I wanted to move GPS Location app to /system/app to do not use mock locations, and then hide Magisk to play Pokemon go, but every time I tried to move it to system with Link2sd, after trying, it was just showing the following error when I tried to to move the app to system:
"mount '/dev/block/dm-0'- '/system' device or resource busy"
I really don't want to downgrade to MM to try to move it, and maybe if I downgrade, the problem will not be fixed too... So, can anyone help me with it? I really want to move it to system, and I don't know what to do, I'm really new with this error.
Thanks, hope you help me!
/system write is disabled when the device is turned on, security
Use twrp. First mount /system in the mount menu, then advanced and file manager to move it from /data/app to system
And maybe it also needs to go to /system/priv-app, but I am not sure about that
user822 said:
/system write is disabled when the device is turned on, security
Use twrp. First mount /system in the mount menu, then advanced and file manager to move it from /data/app to system
And maybe it also needs to go to /system/priv-app, but I am not sure about that
Click to expand...
Click to collapse
So, I need to go to mount menu of twrp, mount /system, go to advanced, file manager and search all the app folder or just .app(?) And move it to /system/app(or just /system?) And also copy(or move?) It to priv-app?
xdaVTU said:
So, I need to go to mount menu of twrp, mount /system, go to advanced, file manager and search all the app folderAnd move it to /system/app
Click to expand...
Click to collapse
Yes, there should be a folder in /data/app/ that has the right name
xdaVTU said:
And also copy(or move?) It to priv-app?
Click to expand...
Click to collapse
Yes, move the folder to /system/app
Only if then the app does not work, try to move it to /system/priv-app instead
user822 said:
Yes, there should be a folder in /data/app/ that has the right name
Yes, move the folder to /system/app
Only if then the app does not work, try to move it to /system/priv-app instead
Click to expand...
Click to collapse
So after doing that, will I need to use Link2sd to something or your tutorial is enough?
xdaVTU said:
So, I need to go to mount menu of twrp, mount /system, go to advanced, file manager and search all the app folder or just .app(?) And move it to /system/app(or just /system?) And also copy(or move?) It to priv-app?
Click to expand...
Click to collapse
xdaVTU said:
So after doing that, will I need to use Link2sd or lucky Patcher to something or your tutorial is enough?
Click to expand...
Click to collapse
No that makes an app into a system app, that is all
user822 said:
No that makes an app into a system app, that is all
Click to expand...
Click to collapse
thank you for the help, but... Everything was okay until I test the app, i don't know if you use this kind of app, but when I moved it to system/app it should allow me to access the system functions. As the attached image shows, I cannot access it yet, but it's already in /system/app.
Please dude, help me, i really want to use this functions
Edit. And when i try to convert the app to a user app, link2sd show me the error showed by the error image.
First: never EVER even mention LP anywhere. It is strictly forbidden to even mention it, it's warez since you can crack Apps with it to not have to pay while still using paid functions, please all edit your posts!
Second: you are using Magisk @xdaVTU. So learn to use its full potential! Magisk was made to make changes especially to /sytem without actually changing that partition in order to allow OTA updates since they would scan partitions like the system partition which are cryptographically secured. If they where even mounted r/w the update will abort.
So if you want to make changes to /system, just make a module or use existing ones, it's actually very easy. In your case there should be a module in manager called app systemizer (or something like that, haven't used Magisk in about a month), that should do the job.
But in general, you can simply "write" your own module, you don't need much for that. Just get the module template from github, it should be linked in the Magisk release thread. Unzip it. open the module.prop in a text editor and edit it how you want (only the text behind the = signs, very self explainatory). Save it. Then open the folder "system" and create the sub-folder app (or priv-app) and inside create some folder for the app. Put the apk file of the app you want to install in /sytem/app/foldername inside. At the end, put everything back into a zip file (the folders common, META-INF and system together with the files. Make sure it's a simple zip file thats not encrypted and that inside the files and folders aren't inside another folder (which is the case when you download the zip from github) otherwise it will fail to install. Then just install your new zip through the Magisk Manager or TWRP and done. Everyting should work now.
@Artim_96
I'm sorry for that, I'll edit the posts.
About the Magisk, I don't know how does it work fully, and would like just to use that GPS as a system app, so I would need a little help for that. I didn't understand anything about the modules, and the only reason I'm using Magisk than SuperSU is because I've seen some users saying SuperSU wasn't stable in Nougat and they've got into bootloop...
Is this security of just Nougat or marshmallow also have it?
Should I use SuperSU instead of Magisk for that?
Please help me with it.
Ah, one more question, should I downgrade to Marshmallow to get it to work?
xdaVTU said:
@Artim_96
I'm sorry for that, I'll edit the posts.
About the Magisk, I don't know how does it work fully, and would like just to use that GPS as a system app, so I would need a little help for that. I didn't understand anything about the modules, and the only reason I'm using Magisk than SuperSU is because I've seen some users saying SuperSU wasn't stable in Nougat and they've got into bootloop...
Is this security of just Nougat or marshmallow also have it?
Should I use SuperSU instead of Magisk for that?
Please help me with it.
Ah, one more question, should I downgrade to Marshmallow to get it to work?
Click to expand...
Click to collapse
I already told you what to do. Just do one of the two things
Artim_96 said:
I already told you what to do. Just do one of the two things
Click to expand...
Click to collapse
As I said, I didn't understand
xdaVTU said:
As I said, I didn't understand
Click to expand...
Click to collapse
Just read. I told you just use app systemize, it will do the job
Artim_96 said:
I already told you what to do. Just do one of the two things
Click to expand...
Click to collapse
Artim_96 said:
Just read. I told you just use app systemize, it will do the job
Click to expand...
Click to collapse
I forgot to Tell you, i tried to use systemizer but i dont know what happened, It failed when I tried to install It with magisk
xdaVTU said:
I forgot to Tell you, i tried to use systemizer but i dont know what happened, It failed when I tried to install It with magisk
Click to expand...
Click to collapse
That's something for the Magisk forum. Otherwise try terminal app systemizer too.
Artim_96 said:
That's something for the Magisk forum. Otherwise try terminal app systemizer too.
Click to expand...
Click to collapse
As i just want to move an app to /system/priv-app(yes, priv-app), can I just use TWRP terminal and move it? Without rooting my phone neither with magisk nor supersu? Or it isn't gonna work?
xdaVTU said:
As i just want to move an app to /system/priv-app(yes, priv-app), can I just use TWRP terminal and move it? Without rooting my phone neither with magisk nor supersu? Or it isn't gonna work?
Click to expand...
Click to collapse
It will work, but keep in mind you won't be able to make OTA updates. So if you want to update your firmware you'll probably have to use either Motorola device manager or manually flush it through RSD lite. Using Magisk should give you root, it's huge possibilities and still keep OTA updates working. But with Motorola devices it's a bit of work to get it to work because there is a bug in the kernel for years now
I don't have sure if its gonna help because is a little complicated to do, i don't have sure if its gonna work with newer versions of magisk or the way that you installed because some module won't work in the way that you install but you can try this. I used some time ago in aosp rom maybe works on stock too
https://forum.xda-developers.com/apps/magisk/module-smali-patcher-0-7-t3680053
This gonna allow fake location without selection on settings or put app in systen
@Artim_96 @jst98 @user822
Thank you all for helping me, mainly Artim and user, because with user's help I learned that tarp also can make some system modifications with file manager, but it seems to need root as well(I'm not sure about that actually), and Artim, you really helped me with those things about magisk modules. I've just flashed nougat 7.0, then I flashed twrp 3.0.2-0 and flashed magisk, it works very well!
And I found a kernel download link that really worked for me, with magisk modules(systemizer and appsystemizer) I could do what I wanted to.
Everything is working now, but I'd like to know if that f2fs fix kernel really works.. When I was using 6.0.1, I downloaded the kernel fixed for that Android version, but I just caused me a bootloop, so now I'm afraid about trying the 7.1.1 version...
xdaVTU said:
@[email protected]@user822
Thank you all for helping me, mainly Artim and user, because with user's help I learned that tarp also can make some system modifications with file manager, but it seems to need root as well(I'm not sure about that actually), and Artim, you really helped me with those things about magisk modules. I've just flashed nougat 7.0, then I flashed twrp 3.0.2-0 and flashed magisk, it works very well!
And I found a kernel download link that really worked for me, with magisk modules(systemizer and appsystemizer) I could do what I wanted to.
Everything is working now, but I'd like to know if that f2fs fix kernel really works.. When I was using 6.0.1, I downloaded the kernel fixed for that Android version, but I just caused me a bootloop, so now I'm afraid about trying the 7.1.1 version...
Click to expand...
Click to collapse
Of course you need the Kernel matching your Android version.
There also is a Magisk module that's supposed to fix it, but I don't know if it even works

After uninstalling stock apps some user apps force close on A520F

When I uninstall stock installed apps (it doenst matter which app I uninstall) and then reboot some of my user apps are instantly crashing when I try to open them (Steam, Feedly, and a few others).
When I restore a TWRP backup everything works fine. Even if I uninstall a single system app the error occours.
Has anyone experienced this before?
simon151102 said:
When I uninstall stock installed apps (it doenst matter which app I uninstall) and then reboot some of my user apps are instantly crashing when I try to open them (Steam, Feedly, and a few others).
When I restore a TWRP backup everything works fine. Even if I uninstall a single system app the error occours.
Has anyone experienced this before?
Click to expand...
Click to collapse
The best way to uninstall stock apps is to use debloat. If you use anything else, I guess that may interfere with user apps, and that may be the cause. Just try to use debloat which is a magisk module that creates a terminal command that lets you uninstall systemlessly. If you have any questions, just reply!
TechGuyOnTechIT said:
The best way to uninstall stock apps is to use debloat. If you use anything else, I guess that may interfere with user apps, and that may be the cause. Just try to use debloat which is a magisk module that creates a terminal command that lets you uninstall systemlessly. If you have any questions, just reply!
Click to expand...
Click to collapse
How is that module called? Can you send me the name or so?
simon151102 said:
How is that module called? Can you send me the name or so?
Click to expand...
Click to collapse
The module is called debloater. It's in the download section of magisk manager. You can sort it alphabetically to find it quickly. When you find it, install it, do a reboot and voila.
The module only works if you have a terminal app. If you use a lineageos based rom like I do, you can enable the app via developer options. If not, then no problem. Try to find any terminal emulator via google play. Thus, you can use it! :victory:

Cann't install apps anymore on Pixel 2XL

Hello all,
I cann't find a solution to install apps in sideload on my Pixel 2XL.
It was after flashing version 10 in the beginning of september.
After a lot of trying I give up and hope someone else here can help me.
My Pixel 2XL is unlocked but not rooted.
Normally I do the sideload by transfer an apk to my dropbox. After that I start it up and do what the system tells me.
Nowadays I got a return of a message in dropbox that -it is impossible to open the apk and download an app to open the apk-.
After that I download the apk to my download folder to try again. Then, when trying to startup, I get a popup with the name off the apk, the version nr, the size and packagename.
There is also a button to view apk content. When I push that button the right folders of the apk are indeed visible.
There are also 3 options. One to install, one to go to playstore and one to stop further actions and go back.
When I try to use the button install the result is that nothing happened, no signal, no message from the system, no popup, really nothing.
You all know that this is not what I want. I just want to install the apk. I have tried it with a few other apk's with the same results. :crying:
Before the last OTA upgrade to android 10 it was normal to install with these methods.
Thanks for who can helping me and others for trying to help me.
Greetings.
retaliator said:
Hello all,
I cann't find a solution to install apps in sideload on my Pixel 2XL.
It was after flashing version 10 in the beginning of september.
After a lot of trying I give up and hope someone else here can help me.
My Pixel 2XL is unlocked but not rooted.
Normally I do the sideload by transfer an apk to my dropbox. After that I start it up and do what the system tells me.
Nowadays I got a return of a message in dropbox that -it is impossible to open the apk and download an app to open the apk-.
After that I download the apk to my download folder to try again. Then, when trying to startup, I get a popup with the name off the apk, the version nr, the size and packagename.
There is also a button to view apk content. When I push that button the right folders of the apk are indeed visible.
There are also 3 options. One to install, one to go to playstore and one to stop further actions and go back.
When I try to use the button install the result is that nothing happened, no signal, no message from the system, no popup, really nothing.
You all know that this is not what I want. I just want to install the apk. I have tried it with a few other apk's with the same results. :crying:
Before the last OTA upgrade to android 10 it was normal to install with these methods.
Thanks for who can helping me and others for trying to help me.
Greetings.
Click to expand...
Click to collapse
Have you enabled install apps from unknown sources? You'll also need to enable apps to install apps from what I can see in android 10. If you pull up an apps indignation you can expand the options and there will be an option to allow it to install apps, which Dropbox may need. The first one needs to be enabled to install apks from the download folder.
wgrant said:
Have you enabled install apps from unknown sources? You'll also need to enable apps to install apps from what I can see in android 10. If you pull up an apps indignation you can expand the options and there will be an option to allow it to install apps, which Dropbox may need. The first one needs to be enabled to install apks from the download folder.
Click to expand...
Click to collapse
Thanks for helping me.
I did all these settings before.
Now I tried to open another filemanager (Google Files) and that did the job.
I don't know why installing in dropbox or installing in es file explorer doesn't do the same with equal settings.
Maybe an idea to uninstall and re-install these apps?
Anyway, a lot of thanks for your answer.
grts
retaliator said:
Thanks for helping me.
I did all these settings before.
Now I tried to open another filemanager (Google Files) and that did the job.
I don't know why installing in dropbox or installing in es file explorer doesn't do the same with equal settings.
Maybe an idea to uninstall and re-install these apps?
Anyway, a lot of thanks for your answer.
grts
Click to expand...
Click to collapse
Android 10, install from unknown sources is like an app permission now, you have to grant it to things like chrome (download apk and install) and file managers rather than a global setting for phone. Safer as you trust an app o do it rather than letting some malware in background filling your phone with crap.
retaliator said:
Maybe an idea to uninstall and re-install these apps?
Click to expand...
Click to collapse
Uninstalling and reinstalling will not work, as I've done that with my modded version of ES File Explorer. This is a change in Android itself.
Go to Settings > Apps & Notifications > Special App Access > Install Unknown Apps. A list of apps will appear. Select an app and toggle the switch.
NOTE: Dropbox is on the list, but at least on my device my modded version of ES File Explorer is not.

Categories

Resources