Having Issues Updating Apps from Market? - G1 Android Development

I know that I'm starting this thread in the wrong forum but I'm hoping to build a little bit more awareness among developers to see if there is a way to fix this issue.
A lot of people (even with stock) phone's are having issues going into the "My Downloads" folder in the Market and not seeing available updates for applications. I am not sure if this is something that even developers can fix or if Google needs to fix it, then we can send mass complaints to get it fixed, hehe.
It's not a huge issue, but an issue nonetheless. I hope this thread stays open for at least for a few days to direct more people to the existing thread in "Dream" forum.
Thanks in advance to everyone.
:::EDIT:::
Just wanted to let everyone know, as I am sure you've all have already noticed, that the issue mentioned above has been resolved by Google. I am not sure exactly what the initial issue was, I just want to thank everyone on their feedback during that time.
Mods, this thread is now free to close.

Use "atrackdog" app it does the update search for you!!

Glad it isn't only me who has had this problem..

Ditto. Annoying much - yes.

What's killing me is that DxTOP for one is not working with my setup (CyanoMod 3.2, Hero 1.3.5 theme, apps2sd)
But the thing that is the worst is the Market shows the available download for me as 1.0.9 when it should be 1.6.11 and the file size is 293k when it should be ~470k

cal3thousand said:
What's killing me is that DxTOP for one is not working with my setup (CyanoMod 3.2, Hero 1.3.5 theme, apps2sd)
But the thing that is the worst is the Market shows the available download for me as 1.0.9 when it should be 1.6.11 and the file size is 293k when it should be ~470k
Click to expand...
Click to collapse
I had a similar issue with a game I had purchased called Robo Defense. Oddly enough I think it was related to me not wiping before flashing. All I did was wipe and reflashed the ROM and it worked.

I have this same issue since upgraded google map app to 3.1.1 .
JF 1.5 rom.

Bratag said:
Ditto. Annoying much - yes.
Click to expand...
Click to collapse
You've got a paid app in the Market, Bratag (a very good one at that, Snap Photo PRO, buy it people). Doesn't google give you some sorta correspondence method so you can try and find out what's going on? I mean AtrackDog's great, but time consuming. Thanks if you try.
EDIT: Maybe this is my sinister way of trying to get a Snap Photo PRO update....not that I need one.
EDIT2: Seems I got my update (through AtrackDog of course). Sweet zooooom!! Thanks, Bratag!

At the risk of being a me too
Another user with this happening over here. Most of the time I "accidently" run across an update. Things seem to be a bit funky with the Market. Perhaps soon Google will HAVE to update it.

Yea same here so far I noticed 3 apps that had updates available but it didn't show in My Downloads so now I'm just using atrackdog until this issue is fixed, I'm wondering if this has anything to do with the ROM I'm using because I don't think I remember this happening before CyanogenMod 3.4.6.

_Kyros_ said:
Yea same here so far I noticed 3 apps that had updates available but it didn't show in My Downloads so now I'm just using atrackdog until this issue is fixed, I'm wondering if this has anything to do with the ROM I'm using because I don't think I remember this happening before CyanogenMod 3.4.6.
Click to expand...
Click to collapse
I really don't think it's a build issue. Google's got something screwy going on.

Hi,
I've found a way to solve the market issues and missing updates issue.
I'm running CyanogenMod-3.5.2.
These are the steps I recall I've done to fix the problem:
1) Open the Terminal and:
Code:
su
cd /data/system
mv packages.xml packages.xml.old
2) turn off and restart the phone,
packages.xml will be recreated
this can take a little time so be patient.
3) you have to enter your gmail account info again.
and some apps could forceclose.
4) turn off and turn on again.
5) I've run also the fix_permission script in the Terminal,
but maybe it is not necessary, so you can try to skip this step:
Code:
su
/system/bin/fix_permissions
6) run the Market app and you'll see Update available in My downloads,
if there are some updates for your apps, downloading and installing also
works again. (Sadly only initially then the problem of missing updates was there again)
7) You can delete packages.xml.old now if you want:
Code:
cd /data/system
su
rm packages.xml.old
That's it.
So far I've not noticed any malfunctioning, all my settings were retained
and all apps seem to work. Hope that I've not forgotten any important step,
(oops, I did..... ) so USE THIS AT YOUR OWN RISK.
Update:
Sadly the issues seemed to be fixed only initially in the sense that some Update available were shown in My downloads. It fixed downloading from the Market tough.

+1
I hope this issue gets fixed soon.

farmatito said:
[SOLVED]
Hi,
I've found a way to solve the market issues and missing updates issue.
I'm running CyanogenMod-3.5.2.
These are the steps I recall I've done to fix the problem:
1) Open the Terminal and:
Code:
cd /data/system
mv packages.xml packages.xml.old
2) reboot the phone,
packages.xml will be recreated
this may took a little time so be patient.
3) you have to enter your gmail account info again.
and some apps could forceclose.
4) reboot again
5) I've run also the fix_permission script in the Terminal,
but maybe it is not necessary, so you can try to skip this step:
Code:
/system/bin/fix_permissions
6) run the Market app and you'll see Update available in My downloads,
if there are some updates for your apps, downloading and installing also
works again.
7) You can delete packages.xml.old now if you want:
Code:
cd /data/system
rm packages.xml.old
That's it.
So far I've not noticed any malfunctioning, all my settings were retained
and all apps seem to work. Hope that I've not forgotten any important step,
so USE THIS AT YOUR OWN RISK.
Click to expand...
Click to collapse
Has anyone else been able to test this out yet? I am at work so I will not be able to test it until I get home. Please if anyone tests this and finds that it's working as well then we have a fix.

I tested it. Didnt have a great deal of success. Had to roll back to old package.xml. YMMV

A Little Good News
Checked "My Downloads" in the Market this morning, and at the top of the list was an "Update Available" for Pic Say Pro. I had not gotten that from the Market in about a week. No notification, however. Still, AtrackDog reports 5 updates available including that one so it's still not functioning properly.

biAji said:
I have this same issue since upgraded google map app to 3.1.1 .
JF 1.5 rom.
Click to expand...
Click to collapse
You know what, you may have hit the nail on the head. If I recall, I think I started having this same issue right about the time I upgraded my Google Maps application.
Is there anyone on this forum that may not have upgraded their Google Maps application, and can you confirm if you are still getting updates through My Downloads?

farmatito said:
[SOLVED]
Hi,
I've found a way to solve the market issues and missing updates issue.
I'm running CyanogenMod-3.5.2.
These are the steps I recall I've done to fix the problem:
1) Open the Terminal and:
Code:
cd /data/system
mv packages.xml packages.xml.old
2) reboot the phone,
packages.xml will be recreated
this may took a little time so be patient.
3) you have to enter your gmail account info again.
and some apps could forceclose.
4) reboot again
5) I've run also the fix_permission script in the Terminal,
but maybe it is not necessary, so you can try to skip this step:
Code:
/system/bin/fix_permissions
6) run the Market app and you'll see Update available in My downloads,
if there are some updates for your apps, downloading and installing also
works again.
7) You can delete packages.xml.old now if you want:
Code:
cd /data/system
rm packages.xml.old
That's it.
So far I've not noticed any malfunctioning, all my settings were retained
and all apps seem to work. Hope that I've not forgotten any important step,
so USE THIS AT YOUR OWN RISK.
Click to expand...
Click to collapse
i opened terminal emulator and tried the first step and right away it told me FAILED PERMISSIONS PACKAGES XML ACCESS DENIED
second step said to reboot so i assumed to do this while still inside the os. should i rebooted into recovery console and start from there...?

Good thinking on the Maps update. That's right about the time it started. Ironically (I'm sure you've seen) AtrackDog (AD from now on) reports a new version of maps, which is not available when you view it from the market. I'm sure there's a Google code page to check somewhere, though.

It's not google maps. I have the old version and still have new app versions not showing. Got to be a google server issue. The way the market is (overcrowded)... a better way of organizing apps is needed and seems to be on the way. My guess is on the next rc update. May have to wait until then for the my downloads fix too

Related

App versions reverting without notice. Could be a major bug.

Alright, this is a strange one. I'm wondering if anyone else can confirm this, although I bet few have probably noticed it.
I normally update my installed apps by going to the Market app and selecting "My Downloads." Often times I'll see "update available" and then I install the update, which wipes out the previous version.
Last week, I found an app called aTrackDog, which basically is a version tracker for your apps. It goes out and finds new versions and notifies you, so you can go download your updates. It not only follows the market, but also the app developer's homepage, in case they release their update through different mediums. I don't use it to install or uninstall, just track my versions.
This is when I started paying attention to the version numbers of a few apps. For this example, we'll talk about Advanced Task Manager and Pandora. I updated ATM from 3.5 to 3.6, and Pandora from 1.0.0 to 1.1.0. To do this, since the market didn't say there was an update, I uninstalled each app, and then reinstalled from the market. Everything was great, and each app showed its new version, from the splash screen on Pandora, to how ATM was listed in Task Panel, as version 3.6.
I just rebooted my phone because I was getting the 99% uptime thing, and wanted to mess around with killing the messages task to see if that made a difference. Much to my surprise, when my phone restarted, my phone has reverted many of my apps back to older versions.
My Advanced Task Manager now is back to version 3.5, Pandora is back to 1.0.0, and many other apps are affected.
This seems like a MAJOR BUG. Can anyone else confirm this at all?
To recreate this issue, if you have Pandora version 1.0.0 currently, or 1.1.0, uninstall and reinstall it. You then will have version 1.1.1 I believe. Then reboot your phone, and start Pandora back up. Does it still say 1.1.1?
I have found this also happens with Advanced Task Manager, and Mileage. I'm sure there's others, but those are a couple of examples. This has happened to me at least twice that I'm aware of.
EDIT-- Here's three links on other Android forums where someone else is experiencing this same thing.
http://androidforums.com/htc-hero/12577-app-updates-cause-problems-icons-etc.html
http://androidcommunity.com/forums/f41/apps-reverting-to-old-version-27414/#post262526
http://community.sprint.com/baw/message/127189
I've noticed this too. I've really noticed it with NewsRob because it will pop up a message stating " A new version is available", but the Market knows what I downloaded last so it states that there is no update. I was wondering, since I too had Atrackdog installed (not anymore) if it was an issue with that program, maybe an issue with just what version was listed in certain programs (as in some piece of code to display the version number got messed up) or if there really was automatic downgrading going on...
jakeblues55 said:
I've noticed this too. I've really noticed it with NewsRob because it will pop up a message stating " A new version is available", but the Market knows what I downloaded last so it states that there is no update. I was wondering, since I too had Atrackdog installed (not anymore) if it was an issue with that program, maybe an issue with just what version was listed in certain programs (as in some piece of code to display the version number got messed up) or if there really was automatic downgrading going on...
Click to expand...
Click to collapse
I've tried to remove aTrackDog, and I'm still getting the same behavior. I really doubt that it has to do with that app, but rather the people that use that app are more aware of version numbers, and are the ones noticing it.
I'm assuming lots of people have Pandora on this board (or mileage, Advanced Task Manager or NewsRob for that matter) so we need more people to try to reproduce this issue!
What I'm trying now is to uninstall the app (in my case I'm using Pandora as it says the version number on launch) then reboot the phone, and then reinstall, use it to see the new version, and then reboot to see if it gets reverted.
What's the result? IT REVERTED AGAIN. This is definitely a bigger issue than we realize...but WE NEED PEOPLE TO REPRODUCE THIS.
EDIT:
I also emailed Pandora support to see if they can't reproduce the issue or help me figure out what's up.
I also emailed the devs for aTrackDog to see if they can't shed some light on what might be going on. Hopefully they'll be quick to help, so we can squash this biznatch.
I also posted a question in the App Market Google Forum, and hopefully someone at Google will help figure this out. http://www.google.com/support/forum/p/Android+Market/thread?tid=56ff6f465d6e5e34&hl=en
I also reproduced this issue with TEN more apps:
Astro File Manager
Google Sky
Google Voice
Backgrounds
Barcode Scanner
Shop Savvy
Battery Widget
Daily Horoscope
Facebook
Movie Finder
Google, you got some 'splaining to do.
I use Astro to backup files to my SD card. After I reboot I go through all the "red" files (ones where the SD card version is newer than the installed version) and "upgrade" them with the SD card version.
Alas the Market app tends to "lose" the fact I downloaded some of these apps and no longer tracks them for updates
Something is definitely wrong somewhere.
I'm seeing the same issue, I even tried a factory reset and still happening.
You can add to the list:
Touchdown
Sipdroid
I think it is just about all apps. Even if you uninstall and reinstall the latest version seems to revert back to original version you installed for the first time.
Locale...
This happened to me this week with Locale. I had beta .68 and upgraded to beta .69.
A couple of days later, I noticed I was still running beta .68. I thought maybe they had forgotten to update the name in the app itself, but after seeing this thread, I'm betting it's an HTC Sprint Hero bug.
I also re-visited the Android Market to see if I could re-download beta .69, but it didn't recognize that the program could be updated. It must think I'm running beta .69, but I'm pretty sure I'm still rocking beta .68.
Verrrrry strange...
I just reproduced this as well, with AK Notepad.
I had 1.9.3b installed; upgraded to 1.9.4. rebooted; now it shows 1.9.3b again
I'm using modaco's rom with apps2sd setup. Is this happening on stock heros too?
edit:
From what I've been able to gather from Handcent SMS's version changelog and look for in the actual application I have on my phone, it appears that it is only the display of the version that is reverting, not the application itself. I have this issue with Handcent and even the "about" dialog inside the application reports the older version, but I am seeing features and changes that only appear in later versions according to the changelog. We'd need a major update of an application to test this further.
edit2:
grinched from #android on EFNet helped test this on a stock CDMA Hero and was able to replicate it with Barcode Scanner.
lonequid said:
I just reproduced this as well, with AK Notepad.
I had 1.9.3b installed; upgraded to 1.9.4. rebooted; now it shows 1.9.3b again
I'm using modaco's rom with apps2sd setup. Is this happening on stock heros too?
Click to expand...
Click to collapse
<ignore, wrote in wrong thread>
See my fix in
http://forum.xda-developers.com/showthread.php?t=581806
gilroykilroy said:
See my fix in
http://forum.xda-developers.com/showthread.php?t=581806
Click to expand...
Click to collapse
I'm going to root my Hero and give this a shot tonight. A HUGE preemptive THANK YOU!!!!!
This has been driving me nuts!!!
Nathan, you might want to try this one too (maybe first)?
http://forum.xda-developers.com/showthread.php?t=582176
Basically the same thing, but you delete the entire cache directory instead of just the broken ones one at a time. The cache is recreated after you reboot.
mercado79 said:
Nathan, you might want to try this one too (maybe first)?
http://forum.xda-developers.com/showthread.php?t=582176
Basically the same thing, but you delete the entire cache directory instead of just the broken ones one at a time. The cache is recreated after you reboot.
Click to expand...
Click to collapse
Just an FYI, I'm married, but I friggin love you guys!! This is why XDA is my favorite place. Such a wealth of knowledgeable and great people. Thanks again everyone, MUCH MUCH appreciated.
Ooops... forums are acting buggy.

Another New Market Fix

This mod has allowed the web-based market to work as well as more apps (in my case) to show up. Use @ your own risk.
Most roms that havent been updated since 3/15 (Thanks roebeet!) will probably have these lines in the build.prop:
gsm.sim.operator.numeric "310260"
gsm.operator.numeric "310260"
gsm.sim.operator.iso-country "us"
gsm.operator.iso-country "us"
gsm.sim.operator.alpha "T-Mobile"
gsm.operator.alpha "T-Mobile"
I modified mine to reflect:
gsm.sim.operator.numeric=310260
gsm.operator.numeric=310260
gsm.sim.operator.iso-country=us
gsm.operator.iso-country=us
gsm.sim.operator.alpha=T-Mobile
gsm.operator.alpha=T-Mobile
Notice the = has been added and quotes are out. Once I did that, I was able to see more in the market than I have in a while. It also shows up on the web-based market now.
If this helps - great! If not, well, I tried... :-D
Oh yeah... BTW - I was able to send "Cordy" from the web based market to the Tab!!!
Thanks for sharing. I'll try this out when I get home tonight and report back if it worked for me.
ttlycnfuzd said:
This mod has allowed the web-based market to work as well as more apps (in my case) to show up. Use @ your own risk.
Most roms that havent been updated since 3/15 (Thanks roebeet!) will probably have these lines in the build.prop:
gsm.sim.operator.numeric "310260"
gsm.operator.numeric "310260"
gsm.sim.operator.iso-country "us"
gsm.operator.iso-country "us"
gsm.sim.operator.alpha "T-Mobile"
gsm.operator.alpha "T-Mobile"
I modified mine to reflect:
gsm.sim.operator.numeric=310260
gsm.operator.numeric=310260
gsm.sim.operator.iso-country=us
gsm.operator.iso-country=us
gsm.sim.operator.alpha=T-Mobile
gsm.operator.alpha=T-Mobile
Notice the = has been added and quotes are out. Once I did that, I was able to see more in the market than I have in a while. It also shows up on the web-based market now.
If this helps - great! If not, well, I tried... :-D
Oh yeah... BTW - I was able to send "Cordy" from the web based market to the Tab!!!
Click to expand...
Click to collapse
For some reason, my vegan doesn't have this section and is registered on the market since February, however I did add this (with the correct setting for my provider) and it is still registered so I guess we can say this work!
ttlycnfuzd said:
Oh yeah... BTW - I was able to send "Cordy" from the web based market to the Tab!!!
Click to expand...
Click to collapse
Made these changes just to see if I could get Cordy to work. I see it on both the Tablet's market and the web-based one, and both will try to install. Either way fails with the highly useful "Unknown error -18" message when it tries to install. Were you able to get it working?
I'm running TNT-Lite 5 with the most recent supplement. Everything else seems to be working fine.
work for me, was curious to see what it was, nice game!
Sent from my VEGAn-TAB-v1.0.0b5.1.1 using Tapatalk
It didn't seem to work for me. TNT 5.0
Thanks for the heads up! I made the change and more apps started showing up in the market....more apps do show up as downloadable in the online market but those that are meant for 3.0 still not compatible but that was expected.
Worked great for me...
Running Vegan 5.1.1
Thanks....
I wasn't able to see CoPilot, Pandora, Skyfire and others before this and now I can...
I had to do this also:
Step 1:
Go into Settings - Applications - Manage Applications - Market - Clear CACHE - Force Stop
(For TnT/TnT Lite... Settings - Applications - System Applications)
Step 2:
Press back once - Google Services Framework - Clear DATA - Force Stop
Step 3:
Go back to your home screen and open up the market. You should get an error. If not, redo steps 1 and 2 until you do.
Step 4:
Reboot your device. After it starts back up let it sit for a minute or two to let things in the operating system normalize. Open the Market. Reboot your device.
Step 5:
Open the market again and enjoy. You now have a fuller Android Market.
Above step by step guide is taken from scsione889's guide in this post:
http://forum.xda-developers.com/showthread.php?t=865245
rover442 said:
It didn't seem to work for me. TNT 5.0
Click to expand...
Click to collapse
If you're getting the same error I was, I fixed it by following part of the directions on this site:
http://forum.cyanogenmod.com/topic/...all-around-failures/page__p__24608#entry24608
Specifically, I used Absolute System Root to rename /secure/asec/smdl2tmp1.asec
I then rebooted and was able to install the game fine.
I only have this change in the gADAM mod so far (1.2.0 was being built out when this came up, so I tested it there - sure enough, "Pocket Legends" shows up on it).
My plan to to add this with the next TnT Lite supplement, and will check for "Pocket Legends" as a guide during testing.
Many thanks for the catch!
tedlogan42 said:
If you're getting the same error I was, I fixed it by following part of the directions on this site:
Specifically, I used Absolute System Root to rename /secure/asec/smdl2tmp1.asec
I then rebooted and was able to install the game fine.
Click to expand...
Click to collapse
Unfortunately, I can't get to the app. It's not coming up in my market or on the web. neither is pocket legends. I'm not sure the reason why
ttlycnfuzd said:
This mod has allowed the web-based market to work as well as more apps (in my case) to show up. Use @ your own risk.
Most roms that havent been updated since 3/15 (Thanks roebeet!) will probably have these lines in the build.prop:
gsm.sim.operator.numeric "310260"
gsm.operator.numeric "310260"
gsm.sim.operator.iso-country "us"
gsm.operator.iso-country "us"
gsm.sim.operator.alpha "T-Mobile"
gsm.operator.alpha "T-Mobile"
I modified mine to reflect:
gsm.sim.operator.numeric=310260
gsm.operator.numeric=310260
gsm.sim.operator.iso-country=us
gsm.operator.iso-country=us
gsm.sim.operator.alpha=T-Mobile
gsm.operator.alpha=T-Mobile
Notice the = has been added and quotes are out. Once I did that, I was able to see more in the market than I have in a while. It also shows up on the web-based market now.
If this helps - great! If not, well, I tried... :-D
Oh yeah... BTW - I was able to send "Cordy" from the web based market to the Tab!!!
Click to expand...
Click to collapse
what did you use to edit those areas i tried "ES file explorer" and "file manage" and get an error when trying to save it
How to edit..
green2droid said:
what did you use to edit those areas i tried "ES file explorer" and "file manage" and get an error when trying to save it
Click to expand...
Click to collapse
Use root explorer to get to file, write down the permissions for file to put them back to same when done, mount the file as r/w , long press on file & open in text editor, add the lines, save the file, use root explorer to make the permissions as they were before you edited the file.
Thank You! Thank You! Thank You!!
I had to do the clear data/ force close steps in the Market and Google Svcs applications twice in order for Pandora to finally show back up.
I was getting pretty frustrated about my lack of Pandora (It began force closing and mysteriously disappeared from my apps and market a week or so ago). It's one of the main uses for my tablet these days so I was about to lose it on this thing until I read your post. Woot!!
Confused about tthis
OK, so maybe this belongs in developers.. but I am confused about this now.
I do not have any lines about what kind of carrier is being used in my build.prop (unless I am looking at the wrong version of the file.. I was using the one in /system)
I had managed to get the market working with the advice posted elsewhere, by using the "marketenabler" app. I do show up in the web market (if by this you mean that I can sign in to android market on my PC from the browser and it knows about my device) but I am missing all sorts of programs (that I have wound up having to sideload.. Dolphin HD, Facebook, Pandora among others)
Is there a cogent explanation somewhere of what this stuff means and how it interacts with the market? Would I get more to show up if I added this to my tab?
(BTW< currently running VEGAN 5.1.1 with Clemsyn kernel)
I second this I saw no lines in my build prop that started with gsm nor had operator in the line either so do I need to add them and if so where in the build prop and since i am on verizon, then what would be verizon's information
doihaveto said:
I second this I saw no lines in my build prop that started with gsm nor had operator in the line either so do I need to add them and if so where in the build prop and since i am on verizon, then what would be verizon's information
Click to expand...
Click to collapse
dsholler said:
OK, so maybe this belongs in developers.. but I am confused about this now.
I do not have any lines about what kind of carrier is being used in my build.prop (unless I am looking at the wrong version of the file.. I was using the one in /system)
I had managed to get the market working with the advice posted elsewhere, by using the "marketenabler" app. I do show up in the web market (if by this you mean that I can sign in to android market on my PC from the browser and it knows about my device) but I am missing all sorts of programs (that I have wound up having to sideload.. Dolphin HD, Facebook, Pandora among others)
Is there a cogent explanation somewhere of what this stuff means and how it interacts with the market? Would I get more to show up if I added this to my tab?
(BTW< currently running VEGAN 5.1.1 with Clemsyn kernel)
Click to expand...
Click to collapse
These lines provide a fake provider like market access/market enabler.
- Use root explorer to add those lines to the end of build.prop
- Reboot.
Hope this help.
Yes, if you do not have these lines, you can add them - just as they are typed. You will need root explorer (or similar) to access the build.prop. Once you do add/edit the lines, you may still need to do the market fix (clear data, etc). There are still items in the market that will not come up, and some of that may be due to hardware restrictions - some apps look for gps, autofocus camera, IMEI number - but theay are still side-loadable.
Glad this has helped some of you guys...
ttlycnfuzd said:
Yes, if you do not have these lines, you can add them - just as they are typed. You will need root explorer (or similar) to access the build.prop. Once you do add/edit the lines, you may still need to do the market fix (clear data, etc). There are still items in the market that will not come up, and some of that may be due to hardware restrictions - some apps look for gps, autofocus camera, IMEI number - but theay are still side-loadable.
Glad this has helped some of you guys...
Click to expand...
Click to collapse
So, a quick question -- before I spend money on Root Explorer, is there another way to change permissions on the file? I've tried a few other explorer apps which have text editors in them, but none that allow me to change the permissions. Is this really what I need Root Explorer for?
Market fix
So how does adding these lines differ from what happens when you run the MarketEnabler app? Does that temporarily add these to this file (or put them someplace else where they are picked up by the market? ) Does anyone know?
Just trying to make sure I do not overcomplicate stuff....
dan

Root cause for Gear 2 high battery consumption found, at least for non-Samsung phones

Edit: with new Gear Manager (Jun release), this method doesn't work anymore. The new approach is to install a "contact synchroniser killer" app on the rooted watch. More details are in this post.
==================================================================================================================================================================================
Hi all,
Ever since I started using my Gear 2 Neo with my HTC One M8 phone (using the guide in this forum), I noticed that my watch consumes battery significantly faster than most of the users have been reporting. Even more strangely, sometimes after resetting both the phone and the watch (and I've done this a lot while experimenting and trying to get more stuff working) I had streaks of stellar battery life, well in line with optimistic reports here and elsewhere, but then, after a while, it started deteriorating very quickly.
So I decided it was time to do something about it. I installed Tizen SDK, hooked the watch up and started poking around. The first thing I noticed my watch CPU was, most of the time, sitting on 40%! Well, that doesn't sound right, does it? Then I noticed the log (located under /var/log/dlog_main) was full with messages related to contact synchronisation. It turns out the damn thing synchronises all of my contacts every several seconds. The trouble is I have well over 1500 contacts (that's consolidated from different sources, the number of raw contacts should be well over 3000). So it takes significant time to do this, meaning my watch (and the phone!) are thrashed by these stupid full contact syncs all the time! What's even more striking is the fact it doesn't help when I change it to "favourites only". Apparently, this affects only the contacts displayed on the watch, however, the sync process still takes all of them.
At this point I started poking around Samsung APK files to try and understand what was going on. Apparently, the APK responsible for contact sync is called GOPROVIDERS. Indeed, if you kill it, the thrashing stops, however, other important functions cease working as well. Aside of Contacts vanishing from the Gear, "Find my phone" is gone as well, but, more importantly, notifications stop working. While I could tolerate the first two, the last one was too much to give up.
I started decompiling and analysing sources. Apparently, there is a process running every several seconds that analyses if any changes have been made to the contacts. It uses pretty bizarre logic which seems to be relying on Samsung-specific fields in the contacts. Now, this already sounds suspicious, and, apparently, leads to full sync every several seconds. Obviously, the more contacts you have, the harder you're hit.
An interesting point in all this is that I'm not 100% sure the logic is working properly even on Samsung devices, so it might well be that the same issue is affecting people with high number of contacts using Samsung phones as well. I'd be really interested to see any feedbacks regarding this.
So, long story short, instead of fixing the logic (which is quite difficult in SMALI), I made a simple change which dilutes this logic invocations, right now 1:64. Since then I'm enjoying MUCH improved battery life.
The fixed APK is attached. You're welcome to give it a try at your own risk (you need to enable installation from untrusted sources + reboot and clean dalvik cache).
mpogr said:
So, long story short, instead of fixing the logic (which is quite difficult in SMALI), I made a simple change which dilutes this logic invocations, right now 1:64. Since then I'm enjoying MUCH improved battery life.
Click to expand...
Click to collapse
Could you please explain your "logic invocations, right now 1:64" change?
JimSmith94 said:
Could you please explain your "logic invocations, right now 1:64" change?
Click to expand...
Click to collapse
In the fixed APK the logic is actually invoked 1 time out of 64 attempts. It makes its frequency about every 40 minutes instead of every 30 seconds.
mpogr said:
In the fixed APK the logic is actually invoked 1 time out of 64 attempts. It makes its frequency about every 40 minutes instead of every 30 seconds.
Click to expand...
Click to collapse
Thanks, I understand now. Congratulations on your find and fix! I'm going to try it.
mpogr said:
The fixed APK is attached. You're welcome to give it a try at your own risk (you need to enable installation from untrusted sources + reboot and clean dalvik cache).
Click to expand...
Click to collapse
Someone who knows where this should be shared and divulged to the rest of the community should do so! It sounds like this is a pretty bad bug that should be addressed officially, but BIG TIME props to you for figuring this all out!!
Thank you!!!
Im on samsung f/w (note3) yesterday ive experience on severe battery drain .. in a few hours it was completely drained.. I wasnt even wearing it.. so that logic aint the only faulty one .. thx for tgat fix.. il see if it helps
Sent from my SM-N900W8 using XDA Premium 4 mobile app
Guys, everyone with abnormal drain, it would be extremely helpful to troubleshoot your root cause if you could send me the log file from your watch that includes the affected time span. In order to do that:
Enable USB debugging on the watch (under settings->Gear Info)
Download and install Tizen SDK.
Connect your watch to the computer using its charging cradle.
Open the command line (cmd.exe), change to the folder where the SDK files are installed (the default is c:\tizen-sdk\tools) and then run the following command:
Code:
sdb pull /var/log/dlog_main
This will pull the log file to the same folder. Then send it to me via PM (ZIP first!), so I could have a look.
mpogr said:
Guys, everyone with abnormal drain, it would be extremely helpful to troubleshoot your root cause if you could send me the log file from your watch that includes the affected time span. In order to do that:
Download and install Tizen SDK.
Connect your watch to the computer using its charging cradle.
Open the command line (cmd.exe), change to the folder where the SDK files are installed (the default is c:\tizen-sdk\tools) and then run the following command:
Code:
sdb pull /var/log/dlog_main
This will pull the log file to the same folder. Then send it to me via PM (ZIP first!), so I could have a look.
Click to expand...
Click to collapse
well I decided to reformat my watch in case that woudl help but will surely grab a log next time somethign like this occurs.
Excellent work mpogr!! Will try this and report back
Sent from my GT-I9505 using Tapatalk
I think I too have this issue and I have an S5. Does the goproviders-signed.apk go onto the phone or the Gear2?
Are there some instructions on getting the goproviders-signed.apk file onto the Gear2?
apexhugger said:
I think I too have this issue and I have an S5. Does the goproviders-signed.apk go onto the phone or the Gear2?
Are there some instructions on getting the goproviders-signed.apk file onto the Gear2?
Click to expand...
Click to collapse
The APK file is installed on the phone. It is strongly advised to clear goproviders data before installing it.
I just made a new version of this APK corresponding to the new version of Gear Manager (2.1.14052101), it's attached to this post.
mpogr said:
The APK file is installed on the phone. It is strongly advised to clear goproviders data before installing it.
I just made a new version of this APK corresponding to the new version of Gear Manager (2.1.14052101), it's attached to this post.
Click to expand...
Click to collapse
Thanks for that. Is there a guide for getting this file onto the Gear2 (and clearing goproviders data)?
I'm quite new to this but good at following instructions
apexhugger said:
Thanks for that. Is there a guide for getting this file onto the Gear2 (and clearing goproviders data)?
I'm quite new to this but good at following instructions
Click to expand...
Click to collapse
Clearing data is usually available under "Settings->Apps" and then find the app (goproviders) and find "Clear Data" buton.
In terms of installing, you need to enable installation from untrusted sources first of all. Then, you can use any file manager software (e.g. "Root Explorer" or "Super Manager"), when you tap on an APK file, it will ask if you want to install it.
mpogr said:
Clearing data is usually available under "Settings->Apps" and then find the app (goproviders) and find "Clear Data" buton.
In terms of installing, you need to enable installation from untrusted sources first of all. Then, you can use any file manager software (e.g. "Root Explorer" or "Super Manager"), when you tap on an APK file, it will ask if you want to install it.
Click to expand...
Click to collapse
I'm having trouble getting this file to install, it doesn't let let me tap install (tapping Install does nothing). Does the phone need to be rooted?
Won't let me install, keeps failing.
Any ideas? I uninstalled with root uninstaller, still fails.
Do you think disabling Super User would temp fix the drain?
Sent from my SM-G900T using XDA Free mobile app
bubblebuddyi said:
Won't let me install, keeps failing.
Any ideas? I uninstalled with root uninstaller, still fails.
Do you think disabling Super User would temp fix the drain?
Sent from my SM-G900T using XDA Free mobile app
Click to expand...
Click to collapse
Please, check if installation from untrusted sources is enabled.
mpogr said:
Please, check if installation from untrusted sources is enabled.
Click to expand...
Click to collapse
It is.
Sent from my SM-G900T using XDA Free mobile app
bubblebuddyi said:
It is.
Sent from my SM-G900T using XDA Free mobile app
Click to expand...
Click to collapse
Actually, I think I faced it before. Gear Manager apparently checks if all of its components are installed and sometimes silently reinstalls them again.
Please, uninstall goproviders and install the alternative APK quickly afterwards.
I use Super Manager, one advantage of it is that you can see if the app is already installed (it show uninstall option when you tap on the APK in such case). I saw once, when I uninstalled the original app and then tried installing the new APK, it failed, but then, after tapping on it again, Super Manager showed that it was already installed. What I think happened was Gear Manager silently reinstalled the original app while I was trying to install the new one. Uninstalling (from Super Manager) and quickly installing again fixed it.
mpogr said:
Actually, I think I faced it before. Gear Manager apparently checks if all of its components are installed and sometimes silently reinstalls them again.
Please, uninstall goproviders and install the alternative APK quickly afterwards.
I use Super Manager, one advantage of it is that you can see if the app is already installed (it show uninstall option when you tap on the APK in such case). I saw once, when I uninstalled the original app and then tried installing the new APK, it failed, but then, after tapping on it again, Super Manager showed that it was already installed. What I think happened was Gear Manager silently reinstalled the original app while I was trying to install the new one. Uninstalling (from Super Manager) and quickly installing again fixed it.
Click to expand...
Click to collapse
I tried that with Root Uninstaller, it definitely silently installs it. Faster then I could install it. And apparently disabling Root in SU uninstalled it, because now I can't re-enable it. As long as I'm not rooted, I shouldn't have an issue right?
Sent from my SM-G900T using XDA Free mobile app
bubblebuddyi said:
I tried that with Root Uninstaller, it definitely silently installs it. Faster then I could install it. And apparently disabling Root in SU uninstalled it, because now I can't re-enable it. As long as I'm not rooted, I shouldn't have an issue right?
Sent from my SM-G900T using XDA Free mobile app
Click to expand...
Click to collapse
No idea mate. Just make sure you've got the right "goproviders" installed at the end of the process. The final APK will reside under /data/app and will be named "com.samsung.accessory.goproviders-N.apk" (where N is a number like 1, 2 etc.). Just grab it (e.g. by "adb pull") and do binary comparison with the file you installed ("diff" on Andoid/Linux or "fc /b" on Windows).

Joying 2gb Intel problems/questions

So I just wanted to make a thread for these units where people can ask/answer questions specific to these devices. May help others as the info online isn't the best, including their own forum site which I have unable to access with a few weeks due to persistent ads...... ?
To get the ball rolling;
I have updated to the new official firmware with the new widget launcher, I like the launcher, well the fact that I have large icons and can have widgets on the home screen.
My issues are,
1) when I start the car (dormancy mode) I am trying to get tasks to run automatically (open rocket player, play audio etc.) Problem is there seems to be a built in task killer that kills macrodroid (which I'm using for my tasks). I have tried autostart apps but these don't trigger as the HU is coming out of dormancy mode and not actually booting. Anyone have a work around for this? If I could get Macrodroid to run I could solve the rest using macros (tasks)
2) Since the new update with the new launcher i no longer have Voice to text, i installed the google app but this caused the launcher to crash and only left me with the recent apps screen, luckily I was able to get back into play store from here and uninstall google app again which brought all back working again.
3) When playing a podcast (Bluetooth streaming from phone) and I want to change to rocket player to play music, if I just tap play on the rocket widget the media starts playing but I get no sound until I open the app, kind of defeats the purpose of the widget being there!
4) when I first installed the unit I had no problems with the illuminate function (headlights dim screen and turn on button lights) this worked for about a month and then for no reason just stopped, now if I turn on my lights the button lights flick on for about half a second and then turn off again, its not an issue with the lights as they work fine when I chose the timed option. I haven't checked my 12v feed yet as I'm guessing its OK due to the flicker, it will happen every time I turn the lights on.
I have tried reset, reflash combos about 6 times at this stage but always with the same results.
I know there are options to change the ROM but I would like to keep it stock for now just in case I need to return it.
fado5ster said:
So I just wanted to make a thread for these units where people can ask/answer questions specific to these devices. May help others as the info online isn't the best, including their own forum site which I have unable to access with a few weeks due to persistent ads...... ?
Click to expand...
Click to collapse
I assume you mean the http://forum.carjoying.com/ forum? If so, mention that. Be concrete.
That is indeed annoying, but there are many hundredths of users on that forum without issues. Maybe your ISP doing something weird.
fado5ster said:
To get the ball rolling;
I have updated to the new official firmware with the new widget launcher, I like the launcher, well the fact that I have large icons and can have widgets on the home screen.
Click to expand...
Click to collapse
The new official ROM?? Which one? The 5 March version? And did you pick the right one of the two? And which unit do you have?
Mention all that! This makes your remark/question useless as people trying to help first need to ask you that.
fado5ster said:
My issues are,
1) when I start the car (dormancy mode) I am trying to get tasks to run automatically (open rocket player, play audio etc.) Problem is there seems to be a built in task killer that kills macrodroid (which I'm using for my tasks). I have tried autostart apps but these don't trigger as the HU is coming out of dormancy mode and not actually booting. Anyone have a work around for this? If I could get Macrodroid to run I could solve the rest using macros (tasks)
Click to expand...
Click to collapse
Search the forum. already many time mentioned. You need the NoKill app. Can be downloaded from here and mentioned here.
fado5ster said:
2) Since the new update with the new launcher i no longer have Voice to text, i installed the google app but this caused the launcher to crash and only left me with the recent apps screen, luckily I was able to get back into play store from here and uninstall google app again which brought all back working again.
Click to expand...
Click to collapse
Don't you search at all? Also known issue and mentioned here on the forum.
fado5ster said:
3) When playing a podcast (Bluetooth streaming from phone) and I want to change to rocket player to play music, if I just tap play on the rocket widget the media starts playing but I get no sound until I open the app, kind of defeats the purpose of the widget being there!
4) when I first installed the unit I had no problems with the illuminate function (headlights dim screen and turn on button lights) this worked for about a month and then for no reason just stopped, now if I turn on my lights the button lights flick on for about half a second and then turn off again, its not an issue with the lights as they work fine when I chose the timed option. I haven't checked my 12v feed yet as I'm guessing its OK due to the flicker, it will happen every time I turn the lights on.
I have tried reset, reflash combos about 6 times at this stage but always with the same results.
I know there are options to change the ROM but I would like to keep it stock for now just in case I need to return it.
Click to expand...
Click to collapse
Again: which ROM are you on? You should mention that. ROMS before 2017 contain bugs, so do they in 2017 but at least a lot less. So make sure you are on a newer ROM. If you already are, like you mentioned above, mention the version. That saves people from asking for the obvious. Before you post read the rules.
Look at this thread and this thread
First of all: Search the forum.
And secondly: Search the forum.
And third: Be concrete. Mention versions, forums, etc. You don't even mention which head unit you have.
I was looking but could only find info on the 1gb model and the thread about the release of the 2gb model.
Thanks for the info but you don't have to be a **** about it.
I missed stuff when searching, I couldn't access the joying forum, I thought saying "their own forum site" would have cleared that. I couldnt access the site to find out if there had been updates, at the time i was on the ONLY UPDATED ROM with the new launcher with customizable widgets.
When i found NoKill I thought it was for steering wheel controls which I don't have so I moved on.
When I asked about model numbers on the joying forum (when I could access it) I was made out to be an idiot too because "They are all the same thing" so forgive me for thinking that. Mine is the JY-UL135N2
Again, Thanks for the info but you don't have to be a cranky prick about it, this is a forum isn't it? Used for discussion and help?
I was only saying something like this with info in one place would be good, if its out there already then sorry, mods can delete and ill crawl back into my hole of idiotness
Yes, I was annoyed but I did give you a number of helpful links and be honest: you were not very exact in your phrasing.
And w.r.t. the roms: They are on the joying blog59 page which is also mentioned several times on several postitions in this forum, and you could also have found it from the "normal" joying website carjoying.com
Even though I was annoyed I tried to help you. If your phrasing was more concrete that would have been a lot faster. And you still don't mention which ROM you are currently using, so nobody can give you an exact answer.
You can be angry with me, but clear communication would have prevented my irritated reply.
I am on the 2017222 rom but will be updating to latest tomorrow, have downloaded just need to do the HU side of it. I can get access to the Joying site using your link and only your link, not sure why or whats going on as this includes the main joying site too.
I plan on updating, attempting root then install NoKill.
I am giving the info I have, I don't know a lot about these devices and although I have rooted phones and tablets before I have never done anything like this.
You did give me helpful links and I thank you for that but please don't be too angry with people asking questions. I realise you know how this works but others don't and are afraid of damaging the device. Before your link which I used to access the updates page I had no way of checking for updates as I couldn't get onto the page
fado5ster said:
I plan on updating, attempting root then install NoKill.
Click to expand...
Click to collapse
There is no real need to update to the March 5 ROM if you already have the 22 Feb ROM.
The ROM is rooted. What you mean is that you want to install a SuperUser app like SuperSU or Kingroot or the like.
You don't need to SuperSU your ROM. You can install the NoKill version just like that as the ROM is rooted. You simply don't have the nice, userfriendly superuser apk on the system.
surfer63 said:
There is no real need to update to the March 5 ROM if you already have the 22 Feb ROM.
The ROM is rooted. What you mean is that you want to install a SuperUser app like SuperSU or Kingroot or the like.
You don't need to SuperSU your ROM. You can install the NoKill version just like that as the ROM is rooted. You simply don't have the nice, userfriendly superuser apk on the system.
Click to expand...
Click to collapse
So there is no real advantage to the March 5 ROM?
Oh, I didn't know it was rooted still, thought they stopped that on the 2gb devices.. I'm not even sure if I need root for anything, all I wanted it for was to get to the /system... folder to copy NoKill to. Can I get there without SuperSU app using ES file explorer? Am I safe to delete the existing nokill.apk in there 1st and then copy in the new file? It won't cause any issues not having the apk for the few seconds? (Probably a stupid question)
fado5ster said:
So there is no real advantage to the March 5 ROM?
Oh, I didn't know it was rooted still, thought they stopped that on the 2gb devices.. I'm not even sure if I need root for anything, all I wanted it for was to get to the /system... folder to copy NoKill to. Can I get there without SuperSU app using ES file explorer? Am I safe to delete the existing nokill.apk in there 1st and then copy in the new file? It won't cause any issues not having the apk for the few seconds? (Probably a stupid question)
Click to expand...
Click to collapse
The Sofia server is loaded upon boot and stays in memory. So no problem there.
Best thing to do via adb.
Code:
adb push Sofia-1-C9-Server-V1.0.apk /sdcard/
adb shell "su -c mount -o remount,rw /system"
adb shell "su -c cp /system/app/Sofia-1-C9-Server-V1.0/Sofia-1-C9-Server-V1.0.apk /system/app/Sofia-1-C9-Server-V1.0/Sofia-1-C9-Server-V1.0.apk.old"
adb shell "su -c cp /sdcard/Sofia-1-C9-Server-V1.0.apk /system/app/Sofia-1-C9-Server-V1.0"
adb shell "su -c chmod 644 /system/app/Sofia-1-C9-Server-V1.0/Sofia-1-C9-Server-V1.0.apk"
adb shell "su -c ls -l /system/app/Sofia-1-C9-Server-V1.0"
last command does nothing toyour system. It should only list the new apk and the old apk.old.
and then reboot your unit.
I know you are going to hate me for this but any time I've tried pushing files using adb I end up messing it up and bricking it.
Looks like the illumination problem was due to the car.. The illumination wire was in a different place to the joying connector, I repinned it and working now but still doesn't explain how I had it working fine for a month.. Really weird, had issues with 12v switched and constant 12v too.. Had to swap them around.. Seems to be Kia's doing and not joying.. Very strange
Macrodroid not running in background FIXED
Hey there! You probably fixed the issue with macrodroid by now but I had the same issue and I fixed it by installing Macrodroid as a system app. That did the job for me. Just did a reboot and waited for macrodroid to come up.

Question Stock Camera missing

Hello there,
after updating to c.61 eu my stock camera app from op disappeared and I have no clue how to get it back without a total factory reset. I hoped this missing app will change with the update to c.62, but... no.
I already tried to install the stock camera apk from several sites, but up till now no luck at all.
Did you have an idea? Maybe via fastboot comands?
Best
Exact same problem, for now I'm using GCam Mod as an alternative but it's really frustrating and it lacks quite some stuff from the stock camera.
Updated to C62 too (and I also used full ZIP to do so), still camera missing :/
AxelM said:
Hello there,
after updating to c.61 eu my stock camera app from op disappeared and I have no clue how to get it back without a total factory reset. I hoped this missing app will change with the update to c.62, but... no.
I already tried to install the stock camera apk from several sites, but up till now no luck at all.
Did you have an idea? Maybe via fastboot comands?
Best
Click to expand...
Click to collapse
If you Came from A11 11.2.10.10 and updated without unhiding your apps this is why. Launcher and route to hide apps is different from A11 to 12. Rehide after update. And yes factory reset is only way your gonna get cam back.
@mattie_49: I was already on c.47 and everything was fine I did not understand what you mean by hiding apps. Can you clearify it somehow?
Unfortunately I never hid my apps, I don't think that's the cause. The camera app doesn't show up in the system apps list, and I noticed that the calculator is missing too for whatever reason, seems like there is some issue with system apps. One thing I noticed is when trying to shoot in 4K with the Gcam Mod it crashes and it leaves a log in the download folder where it says Camera HAL package not found, but it could just be an issue of compatibility with Gcam and this specific phone. Still trying to find a solution as there is such a huge difference between the stock camera and Gcam.
Could someone please upload the APK for the camera app either from C48 or if you have it on C61/C62? I'd be really grateful, perhaps the APKs online are just from different imcompatible models
I'm on the same boat guys... Cam app is missing after update from C48 to c62.
Update : I've been diging and it looks like it's gone for good. It's not in, hidden app, button shortcut are not working and adb shell cmd package install-existing com.oplus.camera is without effect.
Tell me I don't have to do a factory reset....
I fear you have to....up till now I was not able to get it back...if somebody know it better and could give and it would be great
I have spent a big amount of time searching and the only solutions seem
1) Factory reset (atleast from what a user claimed, although he might have been affected by the whole hiding apps thing)
2) Possibly try to install again the same update over using the local update method (haven't been able to test it).
I still think that if somebody would be so kind to share the APK from a working system we could try to install it, but so far nobody chimed in. Also I tried multiple times just for the sake of it to turn on and off privacy features (I never used them in the first place), and the app isn't there either, just like it doesn't show up in the app list.
I'm using this as a temporary workaround, but it's not as great.
ACEBILBO-I said:
I have spent a big amount of time searching and the only solutions seem
1) Factory reset (atleast from what a user claimed, although he might have been affected by the whole hiding apps thing)
2) Possibly try to install again the same update over using the local update method (haven't been able to test it).
I still think that if somebody would be so kind to share the APK from a working system we could try to install it, but so far nobody chimed in. Also I tried multiple times just for the sake of it to turn on and off privacy features (I never used them in the first place), and the app isn't there either, just like it doesn't show up in the app list.
I'm using this as a temporary workaround, but it's not as great.
Click to expand...
Click to collapse
See if the attached one works. Extracted from C63.
nirogu325 said:
See if the attached one works. Extracted from C63.
Click to expand...
Click to collapse
Thank you so much! At first trying to install it would give INSTALL_FAILED_TEST_ONLY, however using "adb install -t name.apk" managed to install it. That said when you open it it immediately crashes like other apps I've tried from APK mirror, I'm on EU device and only have C62 as latest version but I don't really think the issue is that your camera build is from a newer build, although if anyone wants to share a C62 APK feel free just to rule it out.
adb logcat gave me a bunch of errors when opening the camera app, I attached my logcat here if anyone wants to take a look (although it seems pretty messy, perhaps you'd have better luck logcatting your own).
It really feels like for whatever reason OnePlus messed something up with these updates (and I guess only for some people, could be only on EU devices), either forgetting to include some stuff or perhaps for whatever reason something is misconfigured in the /system or /data partitions after updating, and maybe a clean install wouldn't have this issue (or a reinstall of the same update in full ZIP on top)
EDIT: for whatever reason can't upload the logcat :/
Finally found a solution!
After such a long time searching, and not really wanting to do a factory reset, now that OOS13 was out and I still didn't have the camera, I decided to use the .zip from Oxygen Updater to do a second full upgrade (on already updated OOS13), and it restored a lot of the apps and some other stuff that was missing! Yay! (Of course remember to root again before update reboot)
But, the camera force closes as soon as I open it, so I still need to find a fix for that, unless factory reset is the only solution :'(
EDIT: Finally, I feel like starting to cry now, I needed to disable the camera app, enable it again, cancel data and grant all permissions manually before opening it, and it works, I hope this helps out others!
EDIT 2: I was missing calculator, clock and other OnePlus apps, as well as the new OOS13 sidebar, now they're all back, so if you have issues try this!
ACEBILBO-I said:
Finally found a solution!
After such a long time searching, and not really wanting to do a factory reset, now that OOS13 was out and I still didn't have the camera, I decided to use the .zip from Oxygen Updater to do a second full upgrade (on already updated OOS13), and it restored a lot of the apps and some other stuff that was missing! Yay! (Of course remember to root again before update reboot)
But, the camera force closes as soon as I open it, so I still need to find a fix for that, unless factory reset is the only solution :'(
EDIT: Finally, I feel like starting to cry now, I needed to disable the camera app, enable it again, cancel data and grant all permissions manually before opening it, and it works, I hope this helps out others!
EDIT 2: I was missing calculator, clock and other OnePlus apps, as well as the new OOS13 sidebar, now they're all back, so if you have issues try this!
Click to expand...
Click to collapse
Thanks for writing this mate! I am having the same problem, no stock camera, no clock. Many icons missing!
Wil try this now!
This just confirms my theory, whenever installiing a new major version, a total system reset should be made to avoid problems. I installed this thinking it was another 12 update.
Solution for me:
LE2115_11_F16 (Android 13) is here
Hi everyone, Still new to OnePlus and its update/upgrade cycle, so sorry if you already know this, but my 9 just got updated to 2115_11_F16 and Android 13, with the October 2022 security update. That's it, that's the tweet... :) EDIT: it's...
forum.xda-developers.com

Categories

Resources