Constant sync, reinstall friendstream???? - Droid Incredible Q&A, Help & Troubleshooting

So I am rooted and running the latest skyraider. I removed friendstream and the widget from my phone a while ago. I also still have the facebook still synced to my phone. I have been researching this a lot and still haven't figured out what I need to do. What I can tell is i have this constant sync icon in my notification status bar practically all the time. When I go into accounts & sync nothing in there is actually syncing. I can click on "cancel sync" and the sync icon will go away for a few minutes then it is right back there again a little while later. When I go into accounts, running services there is "Facebooksyncstreamservice" at the bottom which when I click it to stop it brings me directly to the accounts and sync settings menu. I click cancel sync and again it stops for only a short period of time.
After reading a lot on the internet and forums it seems like if you are using FB on your phone you should also keep friendstream installed as well otherwise you could get this constant sync icon which I seem to be receiving as a result of removing friendstream.
So i found the friendstream apk on line and downloaded it to the computer to install on my phone. Hooked up the phone via the usb cable installed the apk to my sd card then tried to install it via OI file manager. Says it begins to install then just aborts the install and says "File not installed" or something to that nature.
I have also read that you can only install this by using adb push which I have no idea how to do. I have searched but have come up empty with a step by step guide at using adb push method.
I have also found another write up where someone describes using root explorer to move the apk to the system>app folder then install through there which results in the same "File not installed" message once completed.
Basically I have no other recourse but to turn to the infinite knowledge base of XDA to possibly ask for help on either 1. finding a way to deactivate this constant sync icon or 2. reinstall the friendstream apk which I believe will stop this constant sync icon (fingers crossed).
Any help would be appreciated and thank you in advance for anyone that can offer some help or incite. If anyone is going to respond to this thread with negative comments and remarks, please refrain as I am only looking for assistance and not useless time wasting comments. Thanks

Any ideas here??

I am also very interested in the outcome of this question, I have done the same deed as you but on a stock thunderbolt rom. If you find out any ways to fix this please do inform me.

Take the friendstream apk and use root explorer to move it to the /system/app folder. Then long press on it and give it the same pernissions as the other apks rw-r--r-- and then long press the file again and change the owner and group to root. Do not try to install it just reboot the phone and it will install it self. You should also restore the widget the same way.

cmlusco said:
Take the friendstream apk and use root explorer to move it to the /system/app folder. Then long press on it and give it the same pernissions as the other apks rw-r--r-- and then long press the file again and change the owner and group to root. Do not try to install it just reboot the phone and it will install it self. You should also restore the widget the same way.
Click to expand...
Click to collapse
Thanks for this, I just used one of my CWM's and ran TiBu to restore everything bc I had a little time on my hands, but this would have been much easier and less time consuming!
________________
Keep Calm Chive On

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)

[Q] how can i restore system apk.

First off I'd like to start off by saying that I am kind of an idiot...with that said; I like to mess around with important files on my device(Acer a100) even though I have absolutely no clue what I'm doing.
Using titanium backup I uninstalled that download system apk. The one with the green icon and the white arrow pointing down. Now when I try to restore it through tit. Backup it will just freeze and keep saying that it is restoring and I have to finally force close titanium. I have also tried messing around with permissions in root explorer, fixing permissions in rom manager, navigating to system/app and installing it manually through a file explorer( get message install fail), and hard resetting.
The main problem is that everything I download will show in my notification bar and after I close/exit them they come back 5-30 min later. If I click on the download in my notification(not on the x) then my notification bar just closes. I can kinda fix this by turning my notifications off or cleaning data/cache on ?download storage? Apk/app.
Does anyone know of an easy fix for restoring this system apk. For there are no custom roms or recovery sources for this device that I have seen yet.
Thank-you, Robb
Get the system.apk file from the roms here
http://forum.xda-developers.com/showthread.php?t=1307046
i tried downloading those recovery files and twice they came back saying they were corrupted, is there any way someone can just upload the system file i need from their a100...its the downloads apk. the green icon with a white arrow pointing down
RobbandJenica said:
i tried downloading those recovery files and twice they came back saying they were corrupted, is there any way someone can just upload the system file i need from their a100...its the downloads apk. the green icon with a white arrow pointing down
Click to expand...
Click to collapse
PM me with your email address, I'll email you the apk from my A100, I'm still running the stock rom that I pulled it out of the box with.
You can download it straight to your tab from your email, beforee you do, get a file manager (like es file manager) from the market. You will be able to get to your downloads folder from there and install it.
ummmmm............ could you repeat that?
6stringandy said:
PM me with your email address, I'll email you the apk from my A100, I'm still running the stock rom that I pulled it out of the box with.
You can download it straight to your tab from your email, beforee you do, get a file manager (like es file manager) from the market. You will be able to get to your downloads folder from there and install it.
ummmmm............ could you repeat that?
Click to expand...
Click to collapse
He's got Root Explorer, that should do the trick.
To the OP: You are mounting the system partition R/W in Root Explorer when you try this, aren't you? Hate to ask a dumb question but.....
Yes I am hitting that button up top on root explorer changing it from r/w to r/o but I think some how I just got the wrong apk....after titanium wouldn't restore it I think I remember copying apk. From my phone (g2x) and attempting to restore those...dumb, I know I might of tried changing the names of the apk. Too,..like I say I f*** with s*** I have no business Fu****** with. I will p.m. my email now maybe I can get a screen shot of the system files if anyone feels up to it, so I can cross check proper name and sizes
How about just reinstalling the 3.2.1 update that is in the developer section. There should be no reason to factory reset since it is the same version. I have soft bricked mine a few times and I have just did the update again.
I even upgraded from whatever version the device shipped with to 3.2.1 without wiping the data.
A100 development section??? I see three a100 recovery downloads and one a101 recovery in our development section but when I download them i t says they were corrupted...if those are what your talking about...which one exactly should I use and what do I do with the file after words???
----sorry two that say a101 and two a100
So should I use file Id # 115,116,117,or 109
Use the one in this post. It is already decrypted. The ones in the frist post need to be decrypted using the Acer decryption tool. I have used the one I linked to probably 20 times. Once you run the update you will have to re-root the tablet.
thank-you all..recovered and fixed!!!
I was able to fix my problem by using the recovery update zips. But I want to thank everyone that helped, and remind people from experience to freeze unwanted system apps instead of uninstlling in titanium backup.u
Very important advice also is to search and read before starting new posts. I could have saved some time and headache just by doing that...the answers were just a couple paragraphs away the whole time.

[Q] Problems with Calendar sync(I've searched and searched). Can anyone help?

I realize there have been many threads on this, so my apologies for starting a new one. But many that I read were either outdated, or just the same info that wouldn't work for me.
I have a rooted Kindle fire, Market is installed, GMail, etc. All working gloriously. Also, I can get the Calendar app to install. However, I can't get it to sync.
I have followed instructions very closely and even tried a couple of different variations(I have a backup image that I use to restore after each one). I have made sure the calendar sync apk file is in the right place, permissions set, etc.
Is there something I'm missing? When I go into the Calendar app, it doesn't let me add events or select calendars though I do have multiple calendars on my Google account.
If anyone has any ideas, I would greatly appreciate the help! Thanks!
Brent
you need to add GoogleCalendarSyncAdapter.apk
There is info on this page:
http://www.esotech.org/blog/technol...etplace-and-google-apps-on-amazon-kindle-fire
GBH2 said:
you need to add GoogleCalendarSyncAdapter.apk
There is info on this page:
...page snipped since I don't have 10 posts...
Click to expand...
Click to collapse
Thanks, but I already have that in place. In fact, I have tried multiple versions of that file that I've found, including the one on the page you linked to.
I go into Root Explorer, copy that file, go into my system/app folder, mount for R/W, paste the file, change permissions to all read and the top middle write, then unmount back to RO, restart device.......no luck.
Is that process incorrect? I'm assuming it's something that I'm doing wrong since many people have gotten it working with the same files. But what could it be?
I installed the file mentioned above BEFORE installing the calendar app, and I always reboot after changing permissions, etc.
Any other ideas?
Brent
If it helps, my calendars don't even show up for sync in the Account Settings that I access using the GMail app. I do have the option to sync Picasa, Gmail, and Books, and all options are checked. But no calendar option.
So somehow, my calendars are still not being seen for whatever reason, despite doing everything exactly as instructed.
I'm so confused!
Brent
brandall88 said:
If it helps, my calendars don't even show up for sync in the Account Settings that I access using the GMail app. I do have the option to sync Picasa, Gmail, and Books, and all options are checked. But no calendar option.
So somehow, my calendars are still not being seen for whatever reason, despite doing everything exactly as instructed.
I'm so confused!
Brent
Click to expand...
Click to collapse
I set my permissions on GoogleCalendarSyncAdapter.apk to 777, full open, read/write/execute as the instructions said. Try that.
If that doesn't fix it I would start over from scratch, find a good tutorial and be sure to add everything you need and set the correct permissions. It is possible that you installed a corrupt file or made a small error along the way.
GBH2 said:
I set my permissions on GoogleCalendarSyncAdapter.apk to 777, full open, read/write/execute as the instructions said. Try that.
If that doesn't fix it I would start over from scratch, find a good tutorial and be sure to add everything you need and set the correct permissions. It is possible that you installed a corrupt file or made a small error along the way.
Click to expand...
Click to collapse
Yep, already tried that with no luck.
As I mentioned, I'm sure that I'm missing something, but I've read through dozens of pages of people figuring this out, and nothing has worked for me. I've tried different packages and started over from scratch numerous times.
Everything works except for Calendar sync, including Mail sync, Books sync, etc. Market works and all other applicable Google apps. Which makes it even more confusing.
Brent
maybe this thread can help you:
http://forum.xda-developers.com/showthread.php?t=1481055
Thanks. I did go through that thread, but will venture through it again to see if I missed anything. If nothing else, I'll just try everything again to see if something clicks. At this point, I think I've been through every thread and every method, but who knows.
Brent
Well, tried everything all over again, and still no luck.
There has to be something I'm missing. There is nothing different with my Fire than anyone else's. It's rooted with BurritoRoot and this is the first thing I try each time I restore to the freshly rooted system.
Outside of the calendar sync apk, do I need to move any other files to the system/app folder? Maybe another file I could be missing?
Any other ideas?
Brent
brandall88 said:
Well, tried everything all over again, and still no luck.
There has to be something I'm missing. There is nothing different with my Fire than anyone else's. It's rooted with BurritoRoot and this is the first thing I try each time I restore to the freshly rooted system.
Outside of the calendar sync apk, do I need to move any other files to the system/app folder? Maybe another file I could be missing?
Any other ideas?
Brent
Click to expand...
Click to collapse
Hmmmm, mine works. I had rooted first with buritoroot, then lost root with the 6.2.2 update, then rooted with burittoroot2. I had the calender sysching under both version of the stock rom 6.2.1 and 6.2.2. All I ever did was place the calendarsyncadapter in the correct directory, change the permissions and it worked....
Going out on a limb here because it sounds like you're doing everything right...
Have you tried using your Fire in a different location? Like a friend's house or mcdonald's? The reason I ask is just that maybe for some reason your wireless network is doing something to the traffic going to google's servers for the calendar syncing.
Also I would be curious if the pocket informant app works for you. It says it syncs with your google calendar but for me that appears to only work when I have the calendarsyncadapter installed and working. So it would be a good test to see whether the google calendar app itself is the issue. Unfortunately it's a pay app (I got it when it was FAOTD).
ontwowheels said:
Hmmmm, mine works. I had rooted first with buritoroot, then lost root with the 6.2.2 update, then rooted with burittoroot2. I had the calender sysching under both version of the stock rom 6.2.1 and 6.2.2. All I ever did was place the calendarsyncadapter in the correct directory, change the permissions and it worked....
Click to expand...
Click to collapse
Yeah, very strange. I did just that, putting the googlecalendarsyncapadapter.apk into the system/app folder and changing permissions to match the rest of the folder, but no luck. I've tried so many times and nothing.
I still Google around, but can't find anything else I haven't tried. It's driving me absolutely nuts!
Brent
jdock said:
Going out on a limb here because it sounds like you're doing everything right...
Have you tried using your Fire in a different location? Like a friend's house or mcdonald's? The reason I ask is just that maybe for some reason your wireless network is doing something to the traffic going to google's servers for the calendar syncing.
Also I would be curious if the pocket informant app works for you. It says it syncs with your google calendar but for me that appears to only work when I have the calendarsyncadapter installed and working. So it would be a good test to see whether the google calendar app itself is the issue. Unfortunately it's a pay app (I got it when it was FAOTD).
Click to expand...
Click to collapse
I actually own PI(bought it a few days ago, actually), and it's a great app, but no, it doesn't work. I can use it with it's own built in calendar, but it won't sync to Google since I have no calendars available on my Fire.
I have used it in more than on location and have had no luck, btw. So it's not the network.
Baffling!
Brent
did you try with "any cut" - account and sync settings ?
http://forum.xda-developers.com/showpost.php?p=22211816&postcount=6
allthrough this should not be necessary but who knows ...
b63 said:
did you try with "any cut" - account and sync settings ?
http://forum.xda-developers.com/showpost.php?p=22211816&postcount=6
allthrough this should not be necessary but who knows ...
Click to expand...
Click to collapse
Yes, I have used it. It actually takes you to the same account and sync settings that can be accessed through the GMail app. When I tried Any Cut(a great app, btw), I still didn't have the checkbox for syncing calendar, just the mail and other items.
It's all just very strange since every other Google app works(which tells me the framework is fine), and I can bring up the screen to select calendars in the calendar app, but there are none there.
I'm running out of hope for this. It's possible I'll just have to do a ROM flash with a "full" Android version.
Does anyone know if I could copy the calendar sync apk from my HTC Evo or anything(since my phone obviously syncs fine)? Would they be significantly different versions or possibly mess anything up?
Brent
when you take care of the permissions nothing bad should happen
would just give it a try - can't be more that it don't work
b63 said:
when you take care of the permissions nothing bad should happen
would just give it a try - can't be more that it don't work
Click to expand...
Click to collapse
Yeah, I'll just have to try it again. It's a bummer because I've been able to get pretty much everything else to work that I want, including alternative text input methods with handwriting recognition! So if I could get the calendar to work, I would be very happy!
Brent
Another thought - you didn't lose the case of the filename did you? i.e. it's not literally googlecalendarsyncadapter.apk, but GoogleCalendarSyncAdapter.apk right?
jdock said:
Another thought - you didn't lose the case of the filename did you? i.e. it's not literally googlecalendarsyncadapter.apk, but GoogleCalendarSyncAdapter.apk right?
Click to expand...
Click to collapse
Good suggestion, but no, I kept the file as-is, and just checked to be sure.
I'm curious, but should I place anything in the data/apps directory? I know that with some things, such as alternative keyboards, I need to place a file in there as well. I tried it with the calendar, but no luck. However, maybe I did the wrong files or something?
One more question, is it possible to uninstall everything related to the calendar and sync without deleting each file or restoring the system? Can I wipe the device of anything calendar related? Not sure how many folders it places files into.
Also, and this is probably a longshot, but can I use my recovery program to run the signed gapps file from the CM7 thread? Will that place everything correctly? Or will it only work with the CyanogenMod?
Brent
Also, just for reference, I even tried a couple of times using the Kindle Fire Utility to install the Google apps, and it still didn't work. Surely THAT would have done it right?
Brent

[Solved] Any way to access an apk file immediately after flashing?

I'm not sure if this is possible as ICS has no built in file manager, but is there anywhere I can put an apk file that it would be accessible without one? Specifically I want to be able to open an apk to install a file manager as the first thing I do after flashing a rom, to avoid needing to go through the market.
I thought maybe I could leave it in sdcard/download but it seems like the downloads program is blind to anything in that folder that wasn't officially "downloaded". (I suppose I could upload one to my dropbox and download it via the browser, if there are no viable options). Also made a few stabs at getting the gallery program to show one but it seems to filter out anything that's not a picture or video.
Any ideas for places to stick an apk and get one of the stock programs to let me open it?
maybe email it to yourself?
but you would have to log into the email app to do that
but there isnt really anyway to access the file without a file explorer
Open your favourite rom zip, add your apk to /system/app, save the zip, push that zip to the phone, flash.
Peesashiz said:
maybe email it to yourself?
but you would have to log into the email app to do that
Click to expand...
Click to collapse
Yeah in general I'm trying to cut out the step of signing into anything and just restoring my apps from a backup before I need to cancel automatic restore functions (which I do want on and running once I do my own initial run of things).
bk201doesntexist said:
Open your favourite rom zip, add your apk to /system/app, save the zip, push that zip to the phone, flash.
Click to expand...
Click to collapse
I'm guessing this comes with the consequence of raising any apk added in this manner to system app level? Not that I distrust the apps I'd have in mind for this to do anything malicious themselves, but is there any danger of opening security holes by elevating apps not designed to be system apps?
What I've done many times is just enabling Air Plane as soon as I can after flashing a ROM. That's way I can install any apk I want.
Hope it helps.
heo_con184 said:
What I've done many times is just enabling Air Plane as soon as I can after flashing a ROM. That's way I can install any apk I want.
Click to expand...
Click to collapse
Hmm but then what is your method for getting to that apk? If you do it over wifi that seems to defeat the point, no?
Personally I've found that it works just fine to uncheck the boxes for recovery syncing during the setup process, and then just re-enabling them later in settings. (Alternately, not signing into my google account at all until I've performed a backup). That way even if I end up signing into the market to download a recovery app, it doesn't automatically try to re-download everything else on its own.
I'm starting to think that my dropbox solution will be the cleanest, as it'll be a simple step of opening the browser and downloading a single apk every time at the same link.
I bet that the inclusion of a basic file explorer will be one of those headline items in a future android release. A nice basic functionality that the bloggers can rehash to death before anything actually hits.
Download the file manager apk over wifi and install the APK via download manager.
I do it all the time with Chinese android tablets with no market access.
Or Bluetooth it from another device.
Or just use the market
LTE EX Galaxy Nexus - 4.0.3 AOSP
Asus Transformer - Revolver OC/UV
JoeSyr said:
Hmm but then what is your method for getting to that apk? If you do it over wifi that seems to defeat the point, no?
Personally I've found that it works just fine to uncheck the boxes for recovery syncing during the setup process, and then just re-enabling them later in settings. (Alternately, not signing into my google account at all until I've performed a backup). That way even if I end up signing into the market to download a recovery app, it doesn't automatically try to re-download everything else on its own.
I'm starting to think that my dropbox solution will be the cleanest, as it'll be a simple step of opening the browser and downloading a single apk every time at the same link.
I bet that the inclusion of a basic file explorer will be one of those headline items in a future android release. A nice basic functionality that the bloggers can rehash to death before anything actually hits.
Click to expand...
Click to collapse
Transfer by USB from my laptop.
Is there a way to do that in which the device will launch the apk you move over? When I copy files over usb, it only ever puts them into whatever directory, and I need a file explorer to interact with them on the phone. And then I'm back to square one, as far as this particular task is concerned (once things are up and running I just use the LAN option in ES file explorer and it's as convenient as could be).
you have the apk in your computer right?
connect the phone to pc, and use adb to install
'adb install <apk_file_name.apk>'
Ah. I haven't used adb since I first unlocked/rooted a few months ago. Guess it probably pays to be a little familiar with those tools; they don't even occur to me when problem solving these days.
JoeSyr said:
Ah. I haven't used adb since I first unlocked/rooted a few months ago. Guess it probably pays to be a little familiar with those tools; they don't even occur to me when problem solving these days.
Click to expand...
Click to collapse
mark thread as solved then, if that solved it
Well a completely in-phone solution would still be nice, but I guess if there were any of those they'd have come up by now.
I'll probably use abd if I'm actively working at my computer and a dropbox download otherwise.

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