Question Debloating this phone with ADB shell commands leads to phone refusing to boot - Samsung Galaxy M12

Hi, I'm new here and this is my first post.
I'm trying to remove Gapps and Samsung apps on this phone using ADB commands.
I cant remember all the names of the apps I've removed but some of them are:
-Play Store, Gmail, Youtube, Facebook ( and fb services)
-Galaxy Store, My Galaxy, Samsung max, samsung free, game launcher
-Netflix, One Drive
However after removing these apps and restarting the phone (it works just fine before rebooting) the phone is stuck in a reboot cycle.
Is there something I need to remove thats checking for the apps or is there one particular app from that list that I should not delete (I hope its not play store)
Any inputs are appreciated.

It's likely one of the core apps that's causing this. Normally I'd suggest a reset or flashing the stock rom again but so far I haven't seen any copy of the stock rom floating around. Try to boot the device into safe mode and see if it works - https://www.samsung.com/in/support/mobile-devices/safe-mode-on-samsung-phones/
I'd suggest disabling the apps you don't need. Those that can't be disabled or uninstalled can be put to deep sleep so they don't use any resources. (This doesn't work for apps like Play Store, Galaxy Store etc).

m1sterand3rs0n said:
It's likely one of the core apps that's causing this. Normally I'd suggest a reset or flashing the stock rom again but so far I haven't seen any copy of the stock rom floating around. Try to boot the device into safe mode and see if it works - https://www.samsung.com/in/support/mobile-devices/safe-mode-on-samsung-phones/
I'd suggest disabling the apps you don't need. Those that can't be disabled or uninstalled can be put to deep sleep so they don't use any resources. (This doesn't work for apps like Play Store, Galaxy Store etc).
Click to expand...
Click to collapse
Thanks, I guessed so too. Also I managed to get into the bootloader or something. Clicked on factory reset and got it back to working condition. Will continue to experiment with what can be removed and not.

You cannot debloat samsung device in that way because it's integrity checking by matching the list of default apps and available apps. since there is a mismatch it's stuck in a bootloader or boot. wait for working root method for android 11 samsung then it will be much more swift to remove stock apps.
Thanks.

KThax said:
Hi, I'm new here and this is my first post.
I'm trying to remove Gapps and Samsung apps on this phone using ADB commands.
I cant remember all the names of the apps I've removed but some of them are:
-Play Store, Gmail, Youtube, Facebook ( and fb services)
-Galaxy Store, My Galaxy, Samsung max, samsung free, game launcher
-Netflix, One Drive
However after removing these apps and restarting the phone (it works just fine before rebooting) the phone is stuck in a reboot cycle.
Is there something I need to remove thats checking for the apps or is there one particular app from that list that I should not delete (I hope its not play store)
Any inputs are appreciated.
Click to expand...
Click to collapse
Hi
I use the M12 and uninstalled all the apps you mention, less Galaxy Store. I used ADB No problems in my device .
I usually disable the app I want to uninstall and I observe the behavior of Phone, if everything is ok, so I uninstall it it

I would appreciate if you can elaborate your problem and provide more information.

Related

"Unfortunately google play store has stopped": what to do (general)

There are a gazillion threads on this topic, but most of them are about device-specific or carrier-specific problems. However google play store can stop for a number of reasons that are more generic. Googling them is a pain in the butt, as I recently discovered. This thread is intended as a place to collect them together. As well as checking here, it would be important to check on threads for your specific device and carrier, as they may have pushed a bad version.
Cause: Part-installed apps: something went wrong part-way through installing an app
Checking: Check in google play; if it says 'downloading' or 'installing' permanently, something is amiss
Solution: Try uninstalling the app (you may be able to reinstall it successfully afterward)
Cause: /mnt/sdcard is full
Checking: If you have a terminal, use the "df" command, otherwise use a capable file viewer
Solution: On a terminal, "cd /mnt/sdcard", then "du -s (dirname)" to check sizes, "rm -r (dirname)" to remove something (or use 'mv (dirname) /mnt/external_sd if you have an external sd card with some space). On a file viewer, move or remove relevant directories. You can't avoid this: if your sd card is full, you're definitely going to have to remove something (or move it to your external card) - the system isn't going to work with a full card. USE WITH CARE EITHER WAY. Whatever you remove cannot be retrieved, and removing the wrong thing can make your system or applications misbehave.
Cause: Corrupted data
Checking: Try the solutions in increasing order of severity.
Solution:
Go into Settings, then apps, then All, click on Google Play Store. Then:
Clear cache, Force stop, restart Google Play and retry​
Go into Settings, then apps, then All, click on Google Play Store. Then:
Clear data, Force stop, restart Google Play and retry​
Go into Settings, then Accounts and Sync, Click on your account, then on options icon, Remove account (ignore warnings - it's easy to restore)
Restart Google Play. It will ask you to add an account - add your original back in.​
Cause: Corrupted binaries
Checking: Not sure how...
Solution: Install an updated binary. This thread always seems to have the latest. But you should probably check your device and vendor lists in case there is a device-specific binary (I think the more specific binaries currently just add a different skin, but further information would be good). You may also need to reinstall google play services (thanks jpeg1900)
Or:
"I just reflashed the same gapps in CWM over the first installation, rebooted and had to wait a few minutes before Play Store actually started working again." - Thanks Nephatiu (see below).
Please feel free to add further info below. I'll try to incorporate all good nuggets into this post.
PS anyone know a better way to do tables in this wiki?
play store error at download
urilabob said:
There are a gazillion threads on this topic, but most of them are about device-specific or carrier-specific problems. However google play store can stop for a number of reasons that are more generic. Googling them is a pain in the butt, as I recently discovered. This thread is intended as a place to collect them together. As well as checking here, it would be important to check on threads for your specific device and carrier, as they may have pushed a bad version.
Cause: /mnt/sdcard is full
Checking: If you have a terminal, use the "df" command, otherwise use a capable file viewer
Solution: On a terminal, "cd /mnt/sdcard", then "du -s (dirname)" to check sizes, "rm -r (dirname)" to remove it. On a file viewer, remove relevant directories. USE WITH CARE EITHER WAY.
Cause: Corrupted data
Checking: Try the solutions in increasing order of severity.
Solution:
Go into Settings, then apps, then All, click on Google Play Store. Then:
Clear cache, Force stop, restart Google Play and retry​
Go into Settings, then apps, then All, click on Google Play Store. Then:
Clear data, Force stop, restart Google Play and retry​
Go into Settings, then Accounts and Sync, Click on your account, then on options icon, Remove account (ignore warnings - it's easy to restore)
Restart Google Play. It will ask you to add an account - add your original back in.​
Cause: Corrupted binaries
Checking: Not sure how...
Solution: Install an updated binary. This thread always seems to have the latest. But you should probably check your device and vendor lists in case there is a device-specific binary (I think the more specific binaries currently just add a different skin, but further information would be good).
Please feel free to add further info below. I'll try to incorporate all good nuggets into this post.
PS anyone know a better way to do tables in this wiki?
Click to expand...
Click to collapse
hi there,
i have some problems with play store at all. play store is runing well - BUT, if i like to download an app, the download never starts. it says "donloading" but there is no percentage.
after ~ 15 mins an error is on the display.
any idea?
Play Store hanging on download
Ralf-0815 said:
hi there,
i have some problems with play store at all. play store is runing well - BUT, if i like to download an app, the download never starts. it says "donloading" but there is no percentage.
after ~ 15 mins an error is on the display.
any idea?
Click to expand...
Click to collapse
Not sure. I had a similar problem at one time, and eventually discovered it was due to a specific app that had only half-installed itself (perhaps the tab had crashed halfway through the download, not sure, it's lost in the mists of time). Uninstalling that app got over the problem. However it might help someone (perhaps you) if you post the error message that you get on the display (people are likely to google it, so that you might get together with other people with the same problem).
I had issues with the Play Store earlier today and tried clearing the app cache and data to no avail, but found another simple fix. I uninstalled updates from version 3.8.15 back to 3.7.15. Worked like a charm.
Well, my Play Store recently crashed during updates, after which it wouldn't run any longer anymore stating that same message every time I try running it and also every time an app accesses the store for information (which seems to happen when I just open the apps). My sdcard wasn't full, clearing data and cache did nothing, no other data is corrupted, I replaced the market with a fresh copy apk, tried different versions, ... Nothing worked... So, reading the internet, I saw the final solution was to remove and re-add my Google account, but for some reason (not a rational one) I didn't really want to do this, so I went back to CWM recovery mode, reflashed the gapps zip I used the first time and rebooted... Once booted it didn't give me the error I usually get on any other boot since it started crashing, but when I tried running Play Store, it crashed again with the same message... Defeated I went to my Google accounts to remove, at which point (just before doing anything) I noticed the Updates-notification of the Play Store popping up in my notification drawer. I tapped it and Play Store booted, everything works again, and it updated itself back to the latest version, still without any problems.
So in short, if you don't ant to read the entire text:
I just reflashed the same gapps in CWM over the first installation, rebooted and had to wait a few minutes before Play Store actually started working again.
Dunno if this will work for anyone of you, 'cause it depends on the reason it's not working, but this possible solution should not be missing from your list since it worked for at least one person (me).
Greetz,
~ Nephatiu
Hotspot Shield VPN 1.3
just download Hotspot Shield VPN 1.3
http://www.androiddrawer.com/11257/download-hotspot-shield-vpn-1-3-app-apk/
and google play store will work again
What does Hotspot Shield VPN 1.3 have to do with Google Play not working?
That is an app which creates a VPN so you can access sites that are locked or not authorized.
Personally I went into Settings than Application Manager, then ALL, then Google Play Store.
After that i cleared all the data, force stopped the app and restarted it again.
It worked nicely.
alleshi said:
just download Hotspot Shield VPN 1.3
http://www.androiddrawer.com/11257/download-hotspot-shield-vpn-1-3-app-apk/
and google play store will work again
Click to expand...
Click to collapse
urilabob said:
Cause: Corrupted data
Checking: Try the solutions in increasing order of severity.
Solution:
Go into Settings, then apps, then All, click on Google Play Store. Then:
Clear cache, Force stop, restart Google Play and retry​
Go into Settings, then apps, then All, click on Google Play Store. Then:
Clear data, Force stop, restart Google Play and retry​
Go into Settings, then Accounts and Sync, Click on your account, then on options icon, Remove account (ignore warnings - it's easy to restore)
Restart Google Play. It will ask you to add an account - add your original back in.​
Click to expand...
Click to collapse
seems point 3 fixes it for me, but as soon as im back on the play store and starting to download something it just starts over again with the error message. Any ideas?
Not even sure how to describe this one..
Hardware: ASUS ME301T (MeMo Smart Pad 10)
Version: 4.2.1 (10.6.1.29, but it was happening on 10.6.1.25 as well)
Rooted, SuperSU installed for the multi-user support. Aside from that, the device is stock.
Play Store: 4.1.6 (4.0.something factory)
Setup:
2 users
Primary user has 2 Google accounts+FB account
Secondary user has a single Google account
Problem:
I have 43 apps installed on the primary user. If I install even 1 more, the app crashes when trying to load the list of installed apps. Doesn't seem to matter what the 44th app is. Uninstall it to drop it back to 43 and it works just fine again. Secondary user is at 46 and no issues. I've tried removing both Google accounts, clearing data+cache of the store, DMClient, and Download Manager, as well as removing the store updates. Nothing has worked. The only things left I can think of is trying to update the store manually via newer apk or a factory reset. I don't know what, if anything, ASUS changed in the store, as the installed size reports 10.46mb or so. Also want to avoid a reset for obvious pain-in-the-arse related reasons.
Any ideas?
I ran into a similar problem. After reading this thread, i tried a few of the suggestions. What ended up working for me was to go to the application manager, got to google play store, uninstall updates, and re install the factory version. Did the same for google play services.
same problem with 4.3.1.1
using a custom rom (LiquidSmooth) on a Galaxy Note II (N7100) international.
went through all the removing\reinstalling\clear cache tricks.. same error pops up every time i try to open the store, and sometimes just as a background process.
not sure if re-flashing will help... (cleared cache and dalvik too).
thoughts..?
ApeironTsuka said:
N
Problem:
I have 43 apps installed on the primary user. If I install even 1 more, the app crashes when trying to load the list of installed apps. Doesn't seem to matter what the 44th app is. Uninstall it to drop it back to 43 and it works just fine again. Secondary user is at 46 and no issues. I've tried removing both Google accounts, clearing data+cache of the store, DMClient, and Download Manager, as well as removing the store updates. Nothing has worked. The only things left I can think of is trying to update the store manually via newer apk or a factory reset. I don't know what, if anything, ASUS changed in the store, as the installed size reports 10.46mb or so. Also want to avoid a reset for obvious pain-in-the-arse related reasons.
Any ideas?
Click to expand...
Click to collapse
No good ones, but just wondering - is there any possibility it's the 43rd app that is the root of the problem? Perhaps its data is corrupted in play's database, and adding another app reveals the problem.
talamir said:
using a custom rom (LiquidSmooth) on a Galaxy Note II (N7100) international.
went through all the removing\reinstalling\clear cache tricks.. same error pops up every time i try to open the store, and sometimes just as a background process.
not sure if re-flashing will help... (cleared cache and dalvik too).
thoughts..?
Click to expand...
Click to collapse
Just in case you didn't try it, jpeg1900's suggestion of reinstalling google play services (rather than just google play) might be relevant here, in light of it crashing as a background process.
Unfortunately google play store has stopped
hello,
i bought a chinese phone - Vsun i9 but unfortunately it looks that is made for chinese market and google play doesn't work:
Unfortunately google play store has stopped
I had rooted the phone but still don't know how to activate google play
Could you help me and if someone knows if there is a custom rom for this phone to send a link.
thank you in advance!
4.5.10
Is this a bugs?? On note 3 original rom play store version 4.5.10 also has this problem, sometimes clear data on download manager / play service / play store can help, sometimes there is no choice, I remove gmail account and sign in again can help...
Why does this happen? Did google give any answer?
helpful topic
i found this very helpful.. thnks
remove account and work well, after few days the same problem occur again!!!! What happen to android? is it need to wait new google play new update?
I broke it!!!
after trying all the processes, several times
I am running Paranoid Android ROM and just wondered if changing hybrid profile of Google play store was contributing to app crashing?!?
note: I was able to open app but from opening menu could not go into any individual tabs (I.e. "apps") without crashing...
Changing hybrid settings back to lower DPI fixed issue and I have just set to the maximum DPI before app starts crashing
hope this helps others
Limited Relevance
alleshi said:
just download Hotspot Shield VPN 1.3
http://www.androiddrawer.com/11257/download-hotspot-shield-vpn-1-3-app-apk/
and google play store will work again
Click to expand...
Click to collapse
If your problem is due to google sites being blocked by a firewall (your company's, your ISP's, your country's, or whatever) this may be helpful. Be aware that you will need a site on the other end, outside the firewall, to route your google play communications.
If that's not your problem, this solution won't help.
Usually you will know - only a few countries block google, it's highly unlikely that a commercial ISP would, and you will know whether you are trying to do updates on your company's network.
There's a host file in system-etc- delete that file and reboot your phone and see if that works..
Sent from my Micromax A110Q using Tapatalk

Disable Google Play Services and Google Services Framework for better battery/privacy

I disabled Google Play Services and Google Services Framework on my Moto G, because I don't need them and the Play Store (I sideload all my apps from the pc).
But there's a big problem: if I disable even one of them, and try to enable the geolocation, it only uses the option "high precision" and, worse then that, it makes all the android framework crash and reboot if I try to open any geolocation-using app (like Google Maps or the camera with geo-ON). Any hint to solve this issue? I really want to get rid of these services, for battery and privacy reasons (in particular, battery improvements are really noticeable!).
UPDATE: I don't get this bug UNLESS I reboot the phone. If I do, I get this issue. If I don't, Maps still works even with these services disabled. I'd like anyway to solve this problem so I don't have to make laborious procedures everytime the phone reboot (I already have to kill 5 motorola processes, i.e. Motocare and Motorola Services ones).
I've attached a pair of screens to clarify my situation. I'm on the STOCK and NO-ROOTED rom.
Thank you very much in advance
So you do need Google services? But don't want to need them, my advice flash stock android ROM without using G-apps
Sent from Sauwny the TL
Durteedee said:
So you do need Google services? But don't want to need them, my advice flash stock android ROM without using G-apps
Sent from Sauwny the TL
Click to expand...
Click to collapse
No, I'm on the stock android and not need them. But if I disable them, and I reboot the phone, all the geolocating app I use make the system crash, that's a weird behaviour. To convince yourself, you can disable both the services, restart the phone, open Google Maps and press the location button.
If I don't reboot the phone, instead, Google Maps continues to work even with this two services disabled... that's what confuses me
I basically meant stock and stripped like CM11 without Gapps
Sent from Sauwny the TL
zack.1988 said:
No, I'm on the stock android and not need them. But if I disable them, and I reboot the phone, all the geolocating app I use make the system crash, that's a weird behaviour. To convince yourself, you can disable both the services, restart the phone, open Google Maps and press the location button.
If I don't reboot the phone, instead, Google Maps continues to work even with this two services disabled... that's what confuses me
Click to expand...
Click to collapse
Basically, you're going to have to root and flash your phone. You can't remove Google services on stock.
Sent from my XT1034 using Tapatalk
http://forum.xda-developers.com/showthread.php?t=1715375
NO GAPPS PROJECT THREAD said:
I am one of those who do they everyday work without google stuff and without gapps. I found out several problems:
Some apps do not install because of missing Google Maps API
Some apps fc at startup bacause of missing Maps API or market license check issues
Some apps hardcoded links to several Google Apps and therefor fc or react unexpectedly on certain cases.
No access to Play Store (i tried nearly every alternative market, but nothing is as good for free apps as play store) Meanwhile, F-Droid provides nearly everything you need
Click to expand...
Click to collapse
this thread may interest your needs
SamsungAdmire said:
http://forum.xda-developers.com/showthread.php?t=1715375
this thread may interest your needs
Click to expand...
Click to collapse
Thank you for the intereeting link. Unluckily it regards mainly rooted devices... Pretty interesting though
Let me see if I get this right. You purchased a phone manufactured by Google, using a stock Rom compiled by Google, and you are trying to used Google software (Google Maps or Motorola Camera software- by Google) and you find it surprising that the system crashes after disabling Google's framework? And you are hoping to solve this without rooting or flashing a custom Rom? Seriously?
Sorry for the ironic tone, but you really need to give the idea of making a thread for this a second thought, my friend.
No problem for the ironic tone,but I can ensure you that I'm running Google Maps and (Motorola, not Google!) Camera App geotag WITHOUT having these two services enabled, and they work flawlessy the problem is ONLY when I REBOOT the phone, in which case I must enable and disable again these services in order to make apps with geolocation work without crashing the system. I will attach a screenshot of my running processes in the STOCK and NOROOT rom, and I ensure you that apart this small, boot-time issue, everything works great on my phone (with a great battery boost, I've been able to achieve 9 hours of screen time plus 1hr of calls, what do you think?).
I've about 50 apps installed, I just don't like Motorola and Google ones because they keep running about all the time, sucking out a lot of private data and battery juice
Well I am new to Android and also have/had problems using the moto g. I disabled all Google apps and stuff I could find and the OS is not really stable, I get quite a few hiccups and the phone crashes every now and then. I thought the nova launcher might be the problem, but I also suspect the OS in general.
But unlike you I don't use any Google stuff, so not even maps.
Well, I am selling the phone anyway.
No crashes here apart this Maps tweak, so it sound's really weird... maybed you disabled some critical services. On my device, with kitkat 4.4.2, ART compiler, everything is more than stable. You could try a factory reset or switching from Dalvik to ART too...
Sounds like a gigantic hassle. I don't think these services use much battery at all.
rugerredhawk said:
Sounds like a gigantic hassle. I don't think these services use much battery at all.
Click to expand...
Click to collapse
Before saying that, try and let me know
(as soon I will use it in a regoular way - I.e. not gaming and not browsing all the time - I'll post a screenshot proving the 9 hours of screen time, that I wasn't able to reach with Google services enabled)
Ive had 9 hours screen time with google services enabled but that was just doing light stuff ,got 2.5 days out of my last battery charge but that was with only 5 hours screen time but mine is rooted and greenified now.
Cant think of a solution to your problem sorry,guess you will just have to avoid rebooting.
yes, I guess so...
I need to reinstall Google play services on my moto g how do I do this?
This thread is over a year old and totally unrelated to your question. Searching the forums is my advice because you are pretty unlikely to find an answer to your question by posting in this particular thread

CyanogenMod 12.1 Unofficial

OK so a couple days into Cyanogenmod 12.1 unofficial...loaded a bunch of apps, processor and graphics intensive games.... This OS is awesome! But...time will tell really... After a few weeks, months, lets see how it performs...I have high hopes based on what I've experienced so far...
I'm running this on my SG Tab 3 10.1 P5210
A few things I should mention:
1. I had a big learning experience (major noob here) with TWRP recovery. For some reason Odin wouldn't allow me to unchecked 'auto reboot' as it was grayed out. So I modified the .ini file and changed the auto boot parameter from 1 to 0. Then I had to learn... First reboot after Odining TWRP.....HOLD HOME BUTTON+VOLUME UP+POWER..ONCE YOU SEE SAMSUNG LOGO RELEASE POWER STILL HOLDING HOME+VOLUME UP! Reason is, if you continue to hold power button, it's like disconnecting the battery, and reboots tab! UGH...after first successful boot into TWRP Recovery, is all good... To boot into recovery just boot holding power+VOLUME up like normal recovery... TWRP now loads so the time line of cake...
2. The Google Openapps zip did not install with Odin.. I .had to search around, I found frankin GAopen apps for 4.4 and installed via odin....took several play store updates until all Google apps settled down. There's prolly a better way to get the Google stock apps (play store, gmail, etc) that come with Android to install better but...I got them working so I won't complain...
3. When I change the wall paper, the image went whacky. Had to install a 2nd theme, switch themes, then switch back to straighten wallpaper iimage out
4. Keyboard was funky...I think this was from the frankinapps that I installed. Fixed by installing Google keyboard and disabling all others
5. When I install apps, I move them to my MicroSD card if possible. Any app with a widget (Weather Channel, Android Central, Calendar app, any widget app) that I move to the SD card doesn't work anymore. In fact I don't even see the app in the widget drawer. If I install say Android Central and place widget on any screen then move it to SD card it stops working. Fix is, move it back to internal storage.
6. Battery seems to drain quicker however Android 5.1.1 lollipop handles this well because once I get down to about 20% it drains much slower. Faster drain is prolly due to the fact that I'm actually using this tab much more than ever so, this may be a non-issue
7. Not sure if this is lollipop or Cyanogrnmod but, Lollipop (which is what Cyanogenmod is built on) has some really great features such as - auto adjust screen brightness and hue based on time of day.... This is very cool because it's 9:30pm EST and very dim in the room I'm in right now so the screen auto dimmed and adjusted the hue nicely... This is a big plus because it's very easy on the eyes and most importantly it save battery
Overall... Again... 2 thumbs up!!!!
I have also just installed CM12.1 on my SG GT-P5210, and found that for some unknown reason I could not download apps from Google Play store . They would not download to my tablet even tho' play store said it was installed, and I cannot find the apps on my tablet which I wanted. Anyone else have this problem.
Apart from that I like the OS and want to keep it.
Avalon550 said:
I have also just installed CM12.1 on my SG GT-P5210, and found that for some unknown reason I could not download apps from Google Play store . They would not download to my tablet even tho' play store said it was installed, and I cannot find the apps on my tablet which I wanted. Anyone else have this problem.
Apart from that I like the OS and want to keep it.
Click to expand...
Click to collapse
Did you update the play store app?
Axefiredroid said:
Did you update the play store app?
Click to expand...
Click to collapse
I'm not sure how to do that, as that play store app is loaded/installed into the web browser.
Avalon550 said:
I'm not sure how to do that, as that play store app is loaded/installed into the web browser.
Click to expand...
Click to collapse
So, you don't even have Google play store app right? You need to boot back into TWRP recovery and install the Google stock apps again... You might want to clear cache, delvik and all that...When you do install gaopen, watch carefully because you may experience the same thing as I did... Failure to install thus I found and used the frankin Google apps....
Axefiredroid said:
So, you don't even have Google play store app right? You need to boot back into TWRP recovery and install the Google stock apps again... You might want to clear cache, delvik and all that...When you do install gaopen, watch carefully because you may experience the same thing as I did... Failure to install thus I found and used the frankin Google apps....
Click to expand...
Click to collapse
No I didn't have the Google play store app, and I only installed the CM12.1 file which only gives a few basic apps. I did try the open-gapps file, as far as I could tell maps and play store were installed, (maybe to the browser), but there were problems with both the play store and the maps apps. Neither of them would work, and the maps app error message said to uninstall maps then reinstall, but I couldn't find where I could uninstall , only to disable the app.
I also downloaded the play store app to my tablet, but again it would not work, as it just closed down as soon as I opened it up.
It's weired that the play store and maps work from the browser, but not from the actual tablet.
Avalon550 said:
No I didn't have the Google play store app, and I only installed the CM12.1 file which only gives a few basic apps. I did try the open-gapps file, as far as I could tell maps and play store were installed, (maybe to the browser), but there were problems with both the play store and the maps apps. Neither of them would work, and the maps app error message said to uninstall maps then reinstall, but I couldn't find where I could uninstall , only to disable the app.
I also downloaded the play store app to my tablet, but again it would not work, as it just closed down as soon as I opened it up.
It's weired that the play store and maps work from the browser, but not from the actual tablet.
Click to expand...
Click to collapse
An update here: After installing open-gapps-arm-5.1-mini-20160203,zip, the problem is down to google services not responing or working. This happens when I try to open the play store, gmail and anything else related to google and I get a message saying that Unfortunately Google Play services has stopped. There seems to be some problem related to the 'checking info' screen which never completes.
Hang on ...arm? I thought these tabs have Intel chips? Did you install the wrong open gaapps? Or did I ?
Sent from my GT-P5210 using Tapatalk
Yup...Intel not arm....
http://www.gsmarena.com/samsung_galaxy_tab_3_10_1_p5210-5478.php
Sent from my GT-P5210 using Tapatalk
Clear cache delvik...install the Intel you should be good?
Sent from my GT-P5210 using Tapatalk

Installing apps: stuck at 100%

Afaik, It happens to me (on more than one smartphone, LP and Marshm.) when play store updates itself.
I have tried deleting cache for play store and play services, removing account, rebooting, even resetting play store to factory.
One thing I noticed is that while the app is at 100% it will install right upon closing the play store (meaning out of background).
So I wonder whether this may be a clue on what is causing trouble and how to fix it.
HeyRicardo said:
Afaik, It happens to me (on more than one smartphone, LP and Marshm.) when play store updates itself.
I have tried deleting cache for play store and play services, removing account, rebooting, even resetting play store to factory.
One thing I noticed is that while the app is at 100% it will install right upon closing the play store (meaning out of background).
So I wonder whether this may be a clue on what is causing trouble and how to fix it.
Click to expand...
Click to collapse
Since this is not how it should work, given the fact that you are having this issue on more than one device, this tells me that the issue isn't with the device or the apps, it is more likely an issue of user error or things that you have modified on your device.
Are you using stock ROM or custom ROM?
Are you using modified Google apps?
Have you tried factory resetting the device itself instead of resetting the Google apps?
Sent from my LGL84VL using Tapatalk
Droidriven said:
Since this is not how it should work, given the fact that you are having this issue on more than one device, this tells me that the issue isn't with the device or the apps, it is more likely an issue of user error or things that you have modified on your device.
Are you using stock ROM or custom ROM?
Are you using modified Google apps?
Have you tried factory resetting the device itself instead of resetting the Google apps?
Sent from my LGL84VL using Tapatalk
Click to expand...
Click to collapse
I pointed out the fact it happens on more than one (even tablets with 5.1) just to rule out the fact it may depends on a specific device.
But let's talk of a specific device, as right now the problem is persistent on one, running 6.0
It's stock and not rooted. No modified apps.
The only thing I feel worth bringing up to the attention is AppMgr III and that the 2GB SD is used as internal storage (not portable), though reports on available storage are inconsistent (see here).
I observe also a slight higher battery consumption than when things work smoothly, however I can not blame any specific app, I don't see anything (I assume because it's due to something wrong with android itself).
Now, fixing via factory reset is painful but I can't do it every play store update, if that's the case (I assume it will work, as everything used to work very well).
Another thing I may throw in is some problem (?) with nova launcher (prime), but again I didn't any crazy thing, so I go blind about it.
Thanks for your kind attention, ricardo
As a workaround I have been able to seamlessly update apps by entering safe mode. On two different devices.
I don't think I'll ever succeed and work out the reason why it's stuck on normal mode.
Just to tell, the tablet updated playstore on march 3rd. Then on march 10th I turned it back on and there was another playstore update (it says it will be installed), but it never does, and so does it for apps. So I could not have done anything in between, and I can assure I care so much to the (reading) tablet that I just install needed apps and verified and tested on other devices before installing on my tablet. It's definitely a problem with play services (interacting with chinese devices, could it be relevant?)
(duplicate post)

Question F-droid and the Galaxy A326U

Hi I have this galaxy A32 5g here and I installed the F- Droid apk. Installed fine but when I go to download ANY content I get a error I haven't seen before (shown in picture). I go to change the install apps from unknown sources, and it's not there. Every other so I've tried, install apps from unknown sources is there. I have a galaxy S8 that I have no problem using F- Droid on. Anyone else? Any fix. (Can this bootloader really be unlocked) ..
Thanks!
Random_pH
Bootloader can be unlocked depending on your current firmware version to check go to
Settings , About Phone , Software Information and take a look at the build number.
The number in the last characters should be a 1 ,2 or a 3. If its higher then those numbers then there is no current unlock for it
Ry Knowledge said:
Hi I have this galaxy A32 5g here and I installed the F- Droid apk. Installed fine but when I go to download ANY content I get a error I haven't seen before (shown in picture). I go to change the install apps from unknown sources, and it's not there. Every other so I've tried, install apps from unknown sources is there. I have a galaxy S8 that I have no problem using F- Droid on. Anyone else? Any fix. (Can this bootloader really be unlocked) ..
Thanks!
Random_pH
Click to expand...
Click to collapse
My locked bootloader A326U is on build number 1AUxx. I disabled as much as possible (google & samsung apps & services) before adding a sim card or wifi for the first time. I did the ADB & Developer Options update blocking first so I can unlock the bootloader in the future if new roms are ever develop for it. Would love a GrapheneOS version for it. But it doesn't seem that is a possibility anytime soon.
I was really surprise how much stuff specially google services & the like I was able to Uninstall or Disable outright. Using F-Droid & Aurora Store I've been able to install & use 99% of current apps I was using before on my prior Z981. The only App that has not gotten past the nag about google services after installation has been the Little Ceasers app. Every other app that nags about google services still lets you continue using the app without it. I just silence the google services nag for each app so my notifications stop ringing over an over. I might make a walkthru of what I did later but it was nothing advanced. Just took the time to go thru each app & service & see which it would let me disable or uninstall.
Regarding the app you mentioned. I was just able to install that app from F-Droid it it runs perfectly. No errors. So not sure if the problem might be the wifi, cell or any security app you might have install that might be causing that problem. Installs & boots up perfectly here. I would recommend you redownload & reinstall F-Droid from their main site again.
Btw, I am on F-Droid v1.13.1 version.
I don't know the answer to your question but I do want to mention there are multiple F-Droid app clients that do the same things as does F-Droid, only they're designed to do it much better (using the same repositories as does the F-Droid app).
FOSS Aurora Droid F-Droid replacement client web page
Aurora Droid on F-Droid
AuroraDroid on GitLab

Categories

Resources