[APK request] latest OnePlus 5 OxygenOS 9.0.9 screenshot app (com.oneplus.screenshot) - OnePlus 5 Questions & Answers

Hi XDA family.
Happy Holidays to all of you.
After unexpectedly resurrecting my OP5 from the dead this week, I made it slight mistake afterwards.
When going through the files in my download folder, I found an old com.oneplus.screenshot apk and felt the need to install it.
Unfortunately, that was an older version (the most recent version will show a small thumbnail in the top right, my older shows it in the bottom right corner) and I'd like to revert back to the more recent version.
I have tried apkmirror already but they don't seem to have the latest version.
tl;dr
I have installed an older version of com.oneplus.screenshot and need the latest apk to update.
Your help is much appreciated
sith

I didn't find any com.oneplus.screenshot in system/app and system/priv-app

BreckZeBoulay said:
I didn't find any com.oneplus.screenshot in system/app and system/priv-app
Click to expand...
Click to collapse
You are right, in the folders mentioned, I also could not find the apk.
But in /data/app I do see it, please check my attached screenshot.
The base.apk should be all I need.
If you could grab and upload it, I'd wanna give it a try.
Thanks in advance
sith

s.i.t.h.l.o.r.d said:
But in /data/app I do see it, please check my attached screenshot.
Click to expand...
Click to collapse
Nothing for me in data/app

s.i.t.h.l.o.r.d said:
I have installed an older version of com.oneplus.screenshot and need the latest apk to update.
Your help is much appreciated
sith
Click to expand...
Click to collapse
Download from here: https://www.apkmirror.com/apk/oneplus-ltd/oneplus-camera/oneplus-camera-3-8-87-release/#downloads

vdbhb59 said:
Download from here: https://www.apkmirror.com/apk/oneplus-ltd/oneplus-camera/oneplus-camera-3-8-87-release/#downloads
Click to expand...
Click to collapse
Sorry, but the apk from apkmirror seemed to be an older version. That's why I mentioned apkmirror in my initial posting.

github.com/jamflux/SUR
unpack official rom and get it yourself

hello!..
I used skit app to extract the apk from my phone, I'm on latest ota 9.0.9.. screenshot app version is 1.1.0
I hope it helps u..

The app exists as /system/app/OPLongshot/OPLongshot.apk on OxygenOS 9.0.9.
Simply deleting the newly installed apk's folder from /data/app/ is sufficient in most cases to "restore" the app version when a system app has been "updated" with a non-system "update" such as tapping an apk file while in a file manager.
It should also be stated that this particular application uses a dedicated library folder containing the following two symlinks:
Code:
ln -s /system/lib64/libencryptjni.so /system/app/OPLongshot/lib/arm64/libencryptjni.so
Code:
ln -s /system/lib64/op_encrypt.so /system/app/OPLongshot/lib/arm64/op_encrypt.so
in case a system app installation for this apk needs to be restored.

Related

[Q] Accidentally removed DownloadProvider.apk

Hi All,
I have a rooted european TPT and I did something really dumb today: I nuked DownloadProvider.apk, thus killing any download functionality.
I downloaded the OTA update roms and had a look in there but they only have patches for the APK and not the file itself. I have been unable to find a full ROM image to use either, one linked from here was on Megaupload so that's gone.
May I beg someone to send me this APK please or point me to where I can find an image of the original ROM? Many thanks in advance for any help you can provide.
baz8080 said:
Hi All,
I have a rooted european TPT and I did something really dumb today: I nuked DownloadProvider.apk, thus killing any download functionality.
I downloaded the OTA update roms and had a look in there but they only have patches for the APK and not the file itself. I have been unable to find a full ROM image to use either, one linked from here was on Megaupload so that's gone.
May I beg someone to send me this APK please or point me to where I can find an image of the original ROM? Many thanks in advance for any help you can provide.
Click to expand...
Click to collapse
Looks like i'm sending out a lot apks today. Which ROM version do you have?
Hi Koshu,
I have ThinkPadTablet_A310_02_0037_0075_UK. It would be great if you could help.
Thanks,
Baz.
baz8080 said:
Hi Koshu,
I have ThinkPadTablet_A310_02_0037_0075_UK. It would be great if you could help.
Thanks,
Baz.
Click to expand...
Click to collapse
Hmm UK, i don't have that version but i can give you 0075_US. Hopefully it helps:
http://koshu.de/DownloadProvider.zip
You, sir, are an absolute star
I just did an adb push to /system/app and rebooted and all is good! Thank you so much.
Koshu said:
Hmm UK, i don't have that version but i can give you 0075_US. Hopefully it helps:
Hi
I have the same problem. Deleted the downloadprovider and I guess also the downloadprovider.UI.
I'm on 2.3.4 root. Build nr: 4.0.2.A.0.42.
What to do with the other file in the zip apart from the .apk and how to set the permissions when moving the .apk to the system/app folder?
thanks
Click to expand...
Click to collapse
wan2bee said:
Hi
I have the same problem. Deleted the downloadprovider and I guess also the downloadprovider.UI.
I'm on 2.3.4 root. Build nr: 4.0.2.A.0.42.
What to do with the other file in the zip apart from the .apk and how to set the permissions when moving the .apk to the system/app folder?
thanks
Click to expand...
Click to collapse
The other file is the odex just copy it in /system/app like the apk. The files need the permission 644. You can set them i.e. with Terminal Emualtor or with adb:
Code:
su
busybox mount -o rw,remount /system
chmod 644 /system/app/DownloadProvider.*
Unfortunately I did the same mistake like baz8080 .
Can you please help me with DownloadProvider for A310_02_0039_0089_WE?
I still have the apk and restored it to /system/app but the odex is missing and I'm still not able to download anything
Thanks in advance
Anybody?
I found DownloadProvider.apk + odex from 0076_WE
Is there any way to apply the patches from the update (0086_WE and 0089_WE) manually just on these two files?
Edit:
Solved it!
Hello all,
I'm a complete noob in Android and programing, and accidentaly deleted DownloadProvider.apk (using root unninstaller), and trying to remove another app that came installed in my Samsung Galaxy Y Pro Duos...
Can anybody help me with a solution that doesn't need programing and/or advanced knowledge of Android? All works fine, except I cant install any apps, from Google Play or other source...
Helpr neede really really bad...
Thanks to you all
Exe557 said:
Anybody?
I found DownloadProvider.apk + odex from 0076_WE
Is there any way to apply the patches from the update (0086_WE and 0089_WE) manually just on these two files?
Edit:
Solved it!
Click to expand...
Click to collapse
Please help me I have the same problem. I can't download anything since yesterday so please help me
I delete download provider.apk and its odex file.
For MMX nitro a311 4.4.2 version..
Can anyone provide me this file... Plz Plz
Lenovo A5000 DownloadProvider.apk
Hello
I removed DownloadProvider.apk by miatake with kingroot uninstall , and now playstore always pending wont start download , ned help plz to get thia apk again and how to.make it work
Pleasssssssseee
Things to do
baz8080 said:
Hi All,
I have a rooted european TPT and I did something really dumb today: I nuked DownloadProvider.apk, thus killing any download functionality.
I downloaded the OTA update roms and had a look in there but they only have patches for the APK and not the file itself. I have been unable to find a full ROM image to use either, one linked from here was on Megaupload so that's gone.
May I beg someone to send me this APK please or point me to where I can find an image of the original ROM? Many thanks in advance for any help you can provide.
Click to expand...
Click to collapse
Things To Do
You must have root access to your phone
1. copy and paste "Download Provider ui" folder to /system/apps of your root folder.
2. copy and paste "Download Provider" folder to /system/priv-app of your root folder.
3. give permission like other apps in the folder and install both apk inside each folder with your root explorer with root installer package i used "fx file explorer pro".
4. Done restart your mobile.
5. you need to have google play store updated and google play services updated to latest version

[Q] Stock ROM ThinkPad Tablet TPT

Hello,
does anyone knows where i find a Stock ROM Built A310_02 _0037_0076_WE or system apks located in /system/app.
After rooting and deleting some apks with Titanium backup without saving them (foul), it's not possible to install OTA2.
The update fails because /system/app/Calculator.apk was not found.
I've tried to remove the patch entries from update.zip Manifest file, but that doesn't work either. The update aborted with signature fail.
Thanks
babbamaic
My rooted 1838-25U is running A310_02_0037_0075_US. If there are any files you'd like off of my system, list them here and send me a PM with your email and I'll email them to you or upload them to dropbox for you.
babbamaic said:
Hello,
does anyone knows where i find a Stock ROM Built A310_02 _0037_0076_WE or system apks located in /system/app.
After rooting and deleting some apks with Titanium backup without saving them (foul), it's not possible to install OTA2.
The update fails because /system/app/Calculator.apk was not found.
I've tried to remove the patch entries from update.zip Manifest file, but that doesn't work either. The update aborted with signature fail.
Thanks
babbamaic
Click to expand...
Click to collapse
You can disable the signature check in cwm
Original content of /system/app
SoonerLater said:
My rooted 1838-25U is running A310_02_0037_0075_US. If there are any files you'd like off of my system, list them here and send me a PM with your email and I'll email them to you or upload them to dropbox for you.
Click to expand...
Click to collapse
Thank you for your help. Could you Post the content of your /system/app folder, that I know what is missing.
here is the file list. you won't need vortexHD.apk oem_install_flash_player.apk, dxtg-lnv......apk or any of the files from notesmobile.
here i uploaded nearly the whole dump:
System Dump
http://download.lenovo.com/slates/think/tablet1
You have to click on them to see what file they actually are (I was using Chrome, and it didn't show the whole file name up front). It's pretty much everything stock.
Social Touch (VortexHD.apk)
SoonerLater said:
My rooted 1838-25U is running A310_02_0037_0075_US. If there are any files you'd like off of my system, list them here and send me a PM with your email and I'll email them to you or upload them to dropbox for you.
Click to expand...
Click to collapse
Hi, could you please send me the download link for Lenovo Thinkpad Social Touch (VortexHD.apk)?
Thanks
Jessica

Gallery APK

hello forum
can any1 provide me with the official android gallery apk version 4.2.2 it suddenly stopped working and i deleted it by mistake now when i try to open it it says this application is not installed
my s4 GT-I9505 is rooted...
thanks
can some1 plz help?...its not hard u can use titanium backup.....i think
xweel said:
can some1 plz help?...its not hard u can use titanium backup.....i think
Click to expand...
Click to collapse
Hi,
Look HERE
malybru said:
Hi,
Look HERE
Click to expand...
Click to collapse
this doesnt work....it requires the app to be installed
first it asks me if i want to update the existing built in app, no other option but to choose install then i get the message " app not installed "
thanks
xweel said:
this doesnt work....it requires the app to be installed
first it asks me if i want to update the existing built in app, no other option but to choose install then i get the message " app not installed "
thanks
Click to expand...
Click to collapse
with root explorer move this app to system/app, then fix permission to 744, reboot
xweel said:
this doesnt work....it requires the app to be installed
first it asks me if i want to update the existing built in app, no other option but to choose install then i get the message " app not installed "
thanks
Click to expand...
Click to collapse
Hi,
Go to the market and get "FX File Explorer" + root
Navigate to system/app
Unlock the padlock at the top of the page.
Paste the Gallery app into the folder.
Save.
Reboot
malybru said:
Hi,
Go to the market and get "FX File Explorer" + root
Navigate to system/app
Unlock the padlock at the top of the page.
Paste the Gallery app into the folder.
Save.
Reboot
Click to expand...
Click to collapse
samersh72 said:
with root explorer move this app to system/app, then fix permission to 744, reboot
Click to expand...
Click to collapse
weird, the app was already in that folder.....i still moved the downloaded one though its the same, and i changed permission to 744, nothing changed....btw reboot as in restart?...
edit: now i cant see the gallery icon in the app drawer...
xweel said:
weird, the app was already in that folder.....i still moved the downloaded one though its the same, and i changed permission to 744, nothing changed....btw reboot as in restart?...
Click to expand...
Click to collapse
you ment that it is not deleted!
reboot=restart
samersh72 said:
you ment that it is not deleted!
reboot=restart
Click to expand...
Click to collapse
i thought it was deleted...the icon was in the app drawer...when i tried opening i get the message application is not installed, this happened after i cleared date from the application manager which i forgot to mention or thought it wasnt important..was it important ^^?
thanks
edit: maybe i should delete the .odex file? ..
i think a titanium back file will work...no1 can provide ??....or it wont work.....?
xweel said:
i thought it was deleted...the icon was in the app drawer...when i tried opening i get the message application is not installed, this happened after i cleared date from the application manager which i forgot to mention or thought it wasnt important..was it important ^^?
thanks
edit: maybe i should delete the .odex file? ..
i think a titanium back file will work...no1 can provide ??....or it wont work.....?
Click to expand...
Click to collapse
hey just root your phone with cf root download rootbrowser and replace the downloaded version with the one in system/app
then reboot
Hi guys!
I'm bumping an ancient thread here, hope that's okay with you.
I have this old S4+ lying around. I love it's Gallery app due to the built-in possibility to losslessly trim MPEG-4 AVC (H.264) videos by cutting to nearest keyframe, and also lossless rotation by changing the rotation metadata flag of the MP4 file in question. This simple feature is not implemented in "modern" Gallery apps, or well at least not in the OnePlus 5T I'm using today. So, I was thinking I could extract the .APK from my S4+ (running Android 5.x) and put it in my OP5T (running Android 8.x) without too much headache. Guess if I was wrong.
I get the error about that app was not installed. After browsing around on e.g. ApkMirror, I ultimately found a Samsung Galaxy derived Gallery .APK that I could install, it was a very early version (v1.x.something) which has the cutting feature, but not the rotation (flag changing) feature. So, this ancient Gallery3D .apk installed well, but not the one on my own Galaxy S4+.
So, what could be my issue? Is the .APK flagged to be installed as a system app, and due to my OP5T not being rooted I don't have access too /system/app/, therefor the error? Could it be that simple? If so, is it possible the modify the .APK to install as in /data/app/ instead? Of course I'd resign the APK with some dummy/androiddebug signature afterwards to make installation possible.
Could it be some silly (not really needed) demand listed in the AndroidManifest.xml of the APK in question? If so, is it possible to replace the AndroidManifest.xml with a very "basic" one listing more or less no demands, and re-wrap everything with new signature?
I'm really investigating all my options __except__ for having to root my OnePlus!
I figured that I could get a more specific error message from ADB than by just trying to install the .APK through the phone interface.
So, here goes..
Code:
C:\>adb.exe install F:\Galleri_com.sec.android.gallery3d.apk
adb: failed to install F:\Galleri_com.sec.android.gallery3d.apk: Failure [INSTALL_FAILED_INVALID_APK: Package couldn't be installed in /data/app/com.sec.android.gallery3d-RAEW5FZ4VBWqTWXx48LPmQ==: Package /data/app/com.sec.android.gallery3d-RAEW5FZ4VBWqTWXx48LPmQ==/base.apk code is missing]
What does this tell me?
gewone said:
What does this tell me?
Click to expand...
Click to collapse
The Galaxy S4 and most Samsung devices has a second framework app, twframework-res.apk, that only works with their apps. Here's the fun part: the existing Android framework-res.apk is modified by Samsung so both framework apps are required by a given Samsung app to function. Even better is that you cannot simply port the app and twframework-res.apk to a totally different device and expect it to function. You'd have to port the framework-res.apk as well, and with that apk being a system file, you'd soft brick your device after copying it and rebooting.
The tl;dr here? What you're attempting won't work due to Samsung modifications to Android.

Unable to uninstall: com.sonyericsson.album_5.4.A.0.22.apk

I recently installed com.sonyericsson.album_5.4.A.0.22.apk, but like a noob I didn't read the description before hand and the apk file is actually only for Xperia Z2 System/Media/App ] Apks and Odex and Jar files for Z1
The apk installed as normal, however I can't find the application in my app drawer and using root explorer the album apk is not showing in system/app system/private app or any other location.
The problem is that I am not able to install the correct version as the wrong apk has to be removed somehow first, when I try to restore the version that used to work from titanium backup - it just hangs at restoring and never restores successfully. Trying to restore the apk directly from a file manager results in a "not installed" message - I think this is because the wrong apk is still hidden somewhere in my device.
Any suggestions guys? any suggestions will be highly appreciated :good:
Heres the thread from which I found the incorrect apk from:
http://forum.xda-developers.com/showthread.php?t=2665174
I've also attached the apk file here.
krohme said:
I recently installed com.sonyericsson.album_5.4.A.0.22.apk, but like a noob I didn't read the description before hand and the apk file is actually only for Xperia Z2 System/Media/App ] Apks and Odex and Jar files for Z1
The apk installed as normal, however I can't find the application in my app drawer and using root explorer the album apk is not showing in system/app system/private app or any other location.
The problem is that I am not able to install the correct version as the wrong apk has to be removed somehow first, when I try to restore the version that used to work from titanium backup - it just hangs at restoring and never restores successfully.
Any suggestions guys? any suggestions will be highly appreciated :good:
Heres the thread from which I found the incorrect apk from:
http://forum.xda-developers.com/showthread.php?t=2665174
I've also attached the apk file here.
Click to expand...
Click to collapse
If you installed it like a normal app (just opened the apk), then look into /data/app.
Someguyfromhell said:
If you installed it like a normal app (just opened the apk), then look into /data/app.
Click to expand...
Click to collapse
Thanks for the suggestion, but its not there either - strange.
Then how do you know, that it isn't gone yet?
The system wont allow me to install it again or any other com.sonyericsson.album.apk file, I'll keep checking system directories one by one until I find it.
Flash philz recovery, then download aroma file explorer from here http://forum.xda-developers.com/showthread.php?t=2236977 then, boot into recovery, begin to flash aroma file manager. Once the manager loads, navigate to the file you want to delete and do it that way
Sent from my SM-N9005 using XDA Premium 4 mobile app
speedyjay said:
Flash philz recovery, then download aroma file explorer from here http://forum.xda-developers.com/showthread.php?t=2236977 then, boot into recovery, begin to flash aroma file manager. Once the manager loads, navigate to the file you want to delete and do it that way
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'll give this a try thanks bro :highfive:

APK Request - LiveWallapersPicker

Hi! so, when i was rooted, i actually removed this app right there accidentally, i was debloating but i didn't even noticed it... so now i need it and can't find anywhere, can anyone post it here? Thanks in advance.
Here you go. It goes into system/app as you probably know.
https://onedrive.live.com/redir?resid=42F161BAACA54FFA!330&authkey=!AIvddz9cedRaQA8&ithint=file,zip
@countryfolk07
Could you please reupload this file? I made the exact same mistake which guile50 did
I would be obliged.
Great many thanks in advance.
Sawik55 said:
@countryfolk07
Could you please reupload this file? I made the exact same mistake which guile50 did
I would be obliged.
Great many thanks in advance.
Click to expand...
Click to collapse
Here it is, from. MPHS24.49-18-8 build.
https://drive.google.com/file/d/0B1tb_AIZ5QUwRDFwLWRzS1lKanM/view?usp=drivesdk
Thank you, you awesome person. I am really a newbie to flashing and rooting, could you please explain what should i do with it? Do i flash the zip with twrp or extract it somewhere? I tried installing some generic livewalpaperpicker.apk found somewhere on the xda and obviously it didnt work. Also is there a way to download the zip from your google drive, because for some unknown reason my phone wants to add it as a dictionary? (If no solution i'll just download it via pc). I will be fullheartedly thankfull for instructions.
Sawik55 said:
Thank you, you awesome person. I am really a newbie to flashing and rooting, could you please explain what should i do with it? Do i flash the zip with twrp or extract it somewhere? I tried installing some generic livewalpaperpicker.apk found somewhere on the xda and obviously it didnt work. Also is there a way to download the zip from your google drive, because for some unknown reason my phone wants to add it as a dictionary? (If no solution i'll just download it via pc). I will be fullheartedly thankfull for instructions.
Click to expand...
Click to collapse
I'm not sure why it's giving you a hard time downloading the zip. Are you using the Google Drive app or Chrome from your phone?
Extract the zip and copy the folder to /system/app/ using a root file manager. I should ask though, is your system stock? What version/build number? This includes the stock .apk and .odex file.
quakeaz said:
I'm not sure why it's giving you a hard time downloading the zip. Are you using the Google Drive app or Chrome from your phone?
Extract the zip and copy the folder to /system/app/ using a root file manager. I should ask though, is your system stock? What version/build number? This includes the stock .apk and .odex file.
Click to expand...
Click to collapse
It's a rooted, stock 6.0.1 rom, with xposed framework and a bunch of modules including N-ify, If i am correct of what a build is then my build is "24.221.5.clark_reteu.en.EU reteu".
Edit:
I tried to do everything as instructed and it didn't help. And what is curious i found out that i actually already had this folder in my system/apps. I switched it with the new one, reboot and unfortunately still when i try to set any live walpaper it says "aplication is not installed". I guess i won't be able to try pixelwalpapers anytime soon.

Categories

Resources