Question S-pen Translate feature not working in custom rom - Samsung Galaxy S22 Ultra

Hi. I have indian S908E variant and I have flashed Auora Chinese custom rom. I like it & running very well but when I translate any text using Spen it shows ''A server error has occurred'' I have deleted current Translate apk & downloaded again from apkmirror & replaced it with correct permissions but still getting same issue. There are no all languages also on this translate app. Can someone help me to get this spen translate work. Thankfully.

mrjoy said:
Hi. I have indian S908E variant and I have flashed Auora Chinese custom rom. I like it & running very well but when I translate any text using Spen it shows ''A server error has occurred'' I have deleted current Translate apk & downloaded again from apkmirror & replaced it with correct permissions but still getting same issue. There are no all languages also on this translate app. Can someone help me to get this spen translate work. Thankfully.
Click to expand...
Click to collapse
you should seek support from the rom developer, it sounds like some important libs have been removed, you could try a
Code:
.\adb shell pm list packages
to see what your missing from this list
or even se if a vpn routed through china allows connection to the server

gav83collins said:
you should seek support from the rom developer, it sounds like some important libs have been removed, you could try a
Code:
.\adb shell pm list packages
to see what your missing from this list
or even se if a vpn routed through china allows connection to the server
Click to expand...
Click to collapse
Thanks for your response.
1st I have no access to contact with rom developer due to some reasons like developer is available on wechat official account that I couldn't able to create it with QR code.
2nd where if there are some missed packages then how i can retrieve them again?
3rd how to check china allows connection to server by vpn?
Edit- I have checked by installing vpn third party app & now it able to translates but it uses china baidu translator and i want to remove chinese translator from my device that blocks in my country so that i can translate without vpn.

mrjoy said:
Thanks for your response.
1st I have no access to contact with rom developer due to some reasons like developer is available on wechat official account that I couldn't able to create it with QR code.
2nd where if there are some missed packages then how i can retrieve them again?
3rd how to check china allows connection to server by vpn?
Click to expand...
Click to collapse
if the developer has only disabled the specified app, or uninstalled keeping the data, that you may be missing, you can
run this
.\adb shell cmd package install-existing <package_name>
with package_name being the package you want to reinstall
ie
.\adb shell cmd package install-existing com.samsung.android.bixby.wakeup
and to try the vpn, just start a vpn and set the destination to route through as china

gav83collins said:
if the developer has only disabled the specified app, or uninstalled keeping the data, that you may be missing, you can
run this
.\adb shell cmd package install-existing <package_name>
with package_name being the package you want to reinstall
ie
.\adb shell cmd package install-existing com.samsung.android.bixby.wakeup
and to try the vpn, just start a vpn and set the destination to route through as china
Click to expand...
Click to collapse
How to know that which package name needs that is missed or needs to work translator?

mrjoy said:
How to know that which package name needs that is missed or needs to work translator?
Click to expand...
Click to collapse
more than likely it will be from this list....
com.samsung.svoice.sync
com.samsung.android.drivelink.stub
com.samsung.android.svoice
com.samsung.android.widgetapp.yahooedge.finance
com.android.dreams.phototable
com.samsung.android.widgetapp.yahooedge.sport
com.samsung.android.spdfnote
com.sec.android.widgetapp.samsungapps
com.samsung.android.email.provider
com.samsung.android.app.ledcoverdream
com.sec.android.cover.ledcover
com.sec.android.app.withtv
com.samsung.android.app.memo
com.sec.spp.push
com.samsung.android.spay
com.samsung.android.voicewakeup
com.samsung.voiceserviceplatform
com.sec.android.sidesync30
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.android.exchange
com.samsung.groupcast
com.sec.kidsplat.installer
com.sec.android.widgetapp.diotek.smemo
com.sec.android.provider.snote
com.sec.android.app.translator
com.vlingo.midas
com.sec.readershub
com.sec.android.app.gamehub
com.sec.everglades.update
com.sec.everglades
tv.peel.samsung.app
com.sec.yosemite.phone
com.samsung.android.app.episodes
com.samsung.android.app.storyalbumwidget
com.samsung.android.tripwidget
com.samsung.android.service.travel
com.tripadvisor.tripadvisor
com.android.email
com.sec.android.app.ocr
you can obviously exclude a lot of them, but im sure it would be apart of samsungs software not googles

gav83collins said:
more than likely it will be from this list....
com.samsung.svoice.sync
com.samsung.android.drivelink.stub
com.samsung.android.svoice
com.samsung.android.widgetapp.yahooedge.finance
com.android.dreams.phototable
com.samsung.android.widgetapp.yahooedge.sport
com.samsung.android.spdfnote
com.sec.android.widgetapp.samsungapps
com.samsung.android.email.provider
com.samsung.android.app.ledcoverdream
com.sec.android.cover.ledcover
com.sec.android.app.withtv
com.samsung.android.app.memo
com.sec.spp.push
com.samsung.android.spay
com.samsung.android.voicewakeup
com.samsung.voiceserviceplatform
com.sec.android.sidesync30
com.samsung.android.hmt.vrsvc
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.hmt.vrshell
com.android.exchange
com.samsung.groupcast
com.sec.kidsplat.installer
com.sec.android.widgetapp.diotek.smemo
com.sec.android.provider.snote
com.sec.android.app.translator
com.vlingo.midas
com.sec.readershub
com.sec.android.app.gamehub
com.sec.everglades.update
com.sec.everglades
tv.peel.samsung.app
com.sec.yosemite.phone
com.samsung.android.app.episodes
com.samsung.android.app.storyalbumwidget
com.samsung.android.tripwidget
com.samsung.android.service.travel
com.tripadvisor.tripadvisor
com.android.email
com.sec.android.app.ocr
you can obviously exclude a lot of them, but im sure it would be apart of samsungs software not googles
Click to expand...
Click to collapse
From this list i found com.sec.android.app.translator (App name S Translator) that is missing but in actual this package is outdated or Samsung change its package name to com.samsung.android.service.airviewdictionary ( App name SmartEye) in new models. But that already present in my device. So still confused which package should be...

And 2nd thing after using vpn its using another translation service by china. I wonder it would be removed 1st from the device by editing build.prop files, I'm not expert but if it needs to block those lines that connecting with chinese server.

mrjoy said:
And 2nd thing after using vpn its using another translation service by china. I wonder it would be removed 1st from the device by editing build.prop files, I'm not expert but if it needs to block those lines that connecting with chinese server.
Click to expand...
Click to collapse
you could try that, but you should defo back up your build prop before making any changes

gav83collins said:
you could try that, but you should defo back up your build prop before making any changes
Click to expand...
Click to collapse
As I have already told I'm not expert & I don't know how to do that.

hey brp, i send dm for u

mrjoy said:
As I have already told I'm not expert & I don't know how to do that.
Click to expand...
Click to collapse
Did you manage with s-pen translation app ?

Related

! ! ! Safe apps to remove with adb codes ! ! !

Hi,
Listed below are some of apps which I removed for a better experience of VIVO V15 pro.
I won't be recommending removing some, I use alternative apps for them.
YouTube > YouTube Vanced.
Chrome > Brave Browser.
Facebook > Simple Pro.
Email > Gmail / Outlook.
Kika keyboard > Gboard
Google Assistant > bored and not using now.
The list of removable packages.
Cmd to remove : adb shell pm uninstall -k --user 0 (package name without brackets)
com.google.android.apps.googleassistant
com.google.android.apps.docs
com.google.android.videos
com.google.android.music
com.google.android.apps.photos
com.vivo.browser
com.vivo.email
com.facebook.system
com.facebook.appmanager
com.facebook.services
com.vivo.globalsearch
com.google.android.googlequicksearchbox
com.kikaoem.vivo.qisiemoji.inputmethod
com.bbk.scene.indoor
com.vivo.appstore
com.vivo.vtouch
com.google.android.youtube
com.vivo.website
com.bbk.cloud
com.android.chrome
Don't forget to restart after this.
Hope this helps.
Thanks to this bro, this is helpful. ☺
I am unable to get rid of the v-appstore (version 2.9.0.3).
I used the adb procedure to successfully remove others, and they are indeed gone from my phone. The process with com.vivo.appstore also showed success, but when I checked, the V-appstore still exists and works. I can even see the folder using file explorer. If I try to remove com.vivo.appstore again, the process says it's a failure because it doesn't exist anymore.
Any ideas?
- - -
Never mind. It's gone.

Need the package name for the app named 'Game Center'

I am debloating my Real Me 5 Pro using adb commands.
I can't seem to find the package name for the app named 'Game Center'. Please help with it!?
Secondly, is it advisible to remove the Game Center (I am not speaking about Game Space) app itself?
Screenshot showing the app icon: https://i.imgur.com/sAgkAg4.jpg
Solved//
It is baked in the coloros. The package name is com.nearme.gamecenter.
Edit: No, you can't remove it.
Same issue
I am also looking for same. But i have different issue after removing realme browser, app market and roaming app i am facing battery drain issue(i have done it multiple times to confirm). Did you face any issue?
mit_bhalodi said:
I am also looking for same. But i have different issue after removing realme browser, app market and roaming app i am facing battery drain issue(i have done it multiple times to confirm). Did you face any issue?
Click to expand...
Click to collapse
Disable them, don't uninstall them.
As far removing the browser, app market and roaming app I didn't notice any drain.
jakolantern69 said:
It is baked in the coloros. The package name is com.nearme.gamecenter.
Edit: No, you can't remove it.
Click to expand...
Click to collapse
Thankyou! :good:
Chrome
I want to uninstall chrome.I put the following command in the powershell
.\adb shell pm uninstall -k --user 0 com.google.android.apps.chrome.Main
But the powershell says the command 0 is invalid.So what is the correct command to uninstall Chrome?
pnsdhrn said:
I want to uninstall chrome.I put the following command in the powershell
.\adb shell pm uninstall -k --user 0 com.google.android.apps.chrome.Main
But the powershell says the command 0 is invalid.So what is the correct command to uninstall Chrome?
Click to expand...
Click to collapse
Use:
Code:
.\adb shell pm disable-user --user 0 com.android.chrome
OR
Code:
pm uninstall –k ––user 0 com.android.chrome
Thank you please.I want to know the package name of Chrome and Game Center also.
Deejssj said:
I am debloating my Real Me 5 Pro using adb commands.
I can't seem to find the package name for the app named 'Game Center'. Please help with it!?
Secondly, is it advisible to remove the Game Center (I am not speaking about Game Space) app itself?
Screenshot showing the app icon: https://i.imgur.com/sAgkAg4.jpg
Solved//
Click to expand...
Click to collapse
How did you solve the issue of uninstalling Game Center?
pnsdhrn said:
How did you solve the issue of uninstalling Game Center?
Click to expand...
Click to collapse
https://forum.xda-developers.com/showpost.php?p=81160105&postcount=2
Deejssj said:
https://forum.xda-developers.com/showpost.php?p=81160105&postcount=2
Click to expand...
Click to collapse
Thank you Deejssj.Your quoted thread says Game Center can't be uninstalled.But you said in the first post that your problem is SOLVED.So I am very much eager to learn that how it is solved?
Deejssj said:
Disable them, don't uninstall them.
As far removing the browser, app market and roaming app I didn't notice any drain.
Click to expand...
Click to collapse
Hi may I ask what's app market package name have been trying to find it using package names viewer but can't find it and I did try to google it still can't find the name.
are bhai ...play store se download kar VIEW PACKAGE NAME
DefaultJ said:
Hi may I ask what's app market package name have been trying to find it using package names viewer but can't find it and I did try to google it still can't find the name.
Click to expand...
Click to collapse
package name of app market is com.oppo.market
package name of the game center is com.nearme.gamecenter
But i am unable able to uninstall it.
saad maqsood said:
package name of the game center is com.nearme.gamecenter
But i am unable able to uninstall it.
Click to expand...
Click to collapse
After I try any method of removing bloatware using adb debug without root on Android 12 and 13, finally I've got method that worked both Android 12 or 13.
if regular adb disable/uninstall commands do not work, then
For Android 13 try
Code:
adb shell service call package 131 s16 com.abc.xyz i32 0 i32 0
for Android 12 try
Code:
adb shell service call package 134 s16 com.abc.xyz i32 0 i32 0
more Explanation : Click Here

Debloat to save battery &data and protect your privacy while we wait for a custom rom

Debloat to save battery &data and protect your privacy while we wait for a custom rom
Going to post this here as well seeing the 9A and 9c is much the same.
janni0077 said:
Hi all, ok so ive done some reading on how to debloat this phone in order to improve the battery life, limit tracking and save data by removing the unneccesary software that runs in the background while we wait for a custom rom to be developed.
Have a look at the following:
Universal Android Debloater
XiaomiADBFastbootTools
Also have a look at F-Droid (and install Aurora Droid) and the Aurora Store if you care about your privacy and the tracking that comes with Playstore apps.
Netguard is also excellent in limiting internet connection to apps you decide (even system apps) in order to save data and to protect your privacy.
If ive missed anything please feel free to post here so all of us can help one another.
Thanks
Click to expand...
Click to collapse
janni0077 said:
Going to post this here as well seeing the 9A and 9c is much the same.
Click to expand...
Click to collapse
I ran this on my Redmi 9A. First I chose "Debloat packages -> xiaomi" and it disabled a ton of bloatware apps. I also manually removed com.mi.globalbrowser.
com.milink.service
com.mipay.wallet.in
com.miui.analytics
com.miui.audioeffect
com.miui.bugreport
com.miui.cit
com.miui.cleanmaster
com.miui.cloudbackup
com.miui.cloudservice
com.miui.cloudservice.sysbase
com.miui.daemon
com.miui.fm
com.miui.gallery
com.miui.hybrid
com.miui.hybrid.accessory
com.miui.micloudsync
com.miui.miwallpaper
com.miui.msa.global
com.miui.notes
com.miui.player
com.miui.qr
com.miui.screenrecorder
com.miui.touchassistant
com.miui.videoplayer
com.miui.vsimcore
com.miui.weather2
com.miui.yellowpage
com.xiaomi.account
com.xiaomi.glgm
com.xiaomi.micloud.sdk
com.xiaomi.midrop
com.xiaomi.mipicks
com.xiaomi.payment
com.xiaomi.providers.appindex
com.xiaomi.scanner
Don't remove these ones though (it will cause boot loop!)
com.lbe.security.miui
com.miui.securityadd
com.miui.securitycenter
com.miui.securitycore
Thanks!
Can we unlock bootloader?
Yes, you can, it's your phone
yaro666 said:
Yes, you can, it's your phone
Click to expand...
Click to collapse
Thanks , excuse me but i thought Mediatek coudl not be get bootloader unlocked and you cant install custom rom .As it seems it does . Thats perfect.
There is a crdroid ROM since September and now there are other ROMs.
Unlock bootloader just to root and modify your poor phone
yaro666 said:
There is a crdroid ROM since September and now there are other ROMs.
Unlock bootloader just to root and modify your poor phone
Click to expand...
Click to collapse
So i dont need to root to flash custom ROM ? Dont i have to install a recovery too?
You asked can you unlock bootloader. Yes you can.
With unlocked bootloader you have to flash recovery to install custom ROM

Question anyone have the Mix Fold 2 already? where is the mix fold 2 forum?

mine is arriving any day. surprised there is no forum setup yet
Looking forward to having a forum too!
I received MIX Fold 2, the lightweight and thin body is awesome.
I think this is the best foldable phone ever.
Vivo X Fold vs Xiaomi Mix Fold 2
Hey guys, It appears that Vivo and SamEsung have a new threat on the horizon... The Xiomi Mix Fold 2! Thinner, ligher, having better spec than the X fold, almost same size screens as the X Fold... And let's face it, Xiaomi has a better software...
forum.xda-developers.com
Got it like a week ago (UK)! Very impressed!
I have had mine for a week, agree best foldable to date.. Has anyone rooted yet ? other than mild annoyance with delayed notifications despite the regular setting changes in place in my home security and outlook all is perfect. Notifications only come in once I unlock the phone... No issues with google messages or whatsapp
carrieta17 said:
I have had mine for a week, agree best foldable to date.. Has anyone rooted yet ? other than mild annoyance with delayed notifications despite the regular setting changes in place in my home security and outlook all is perfect. Notifications only come in once I unlock the phone... No issues with google messages or whatsapp
Click to expand...
Click to collapse
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper (Most people including me can disable it safely, but somehow few people got bootloop so take backup)
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
AndroPlus said:
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
Click to expand...
Click to collapse
Is there a global rom for this phone? Do you need to root to install that? On my phone it does not say Global by MIUI version or anywhere, Im on stable Miui Fold 13.1.16. Any advantages to the Global rom? Thanks
ajschill77 said:
Is there a global rom for this phone? Do you need to root to install that? On my phone it does not say Global by MIUI version or anywhere, Im on stable Miui Fold 13.1.16. Any advantages to the Global rom? Thanks
Click to expand...
Click to collapse
There's no Global rom, and likely won't. There haven't been any announcements or rumours about brining this phone to the Global market. I'm hoping it does. Maybe if enough people import the Chinese model, they will bring the Mix Fold 3 to the Global market.
You can keep an eye on Xiaomi.eu to see if they develop a global rom for it, but as of right now they said they have no plans on developing one. If they do end up developing one, you will need root access to install.
carrieta17 said:
I have had mine for a week, agree best foldable to date.. Has anyone rooted yet ? other than mild annoyance with delayed notifications despite the regular setting changes in place in my home security and outlook all is perfect. Notifications only come in once I unlock the phone... No issues with google messages or whatsapp
Click to expand...
Click to collapse
Are you in the US? What carrier are you running? People I know are running T-Mobile on 5g without editing settings but my 5g does not stick and nothing I do in settings doesn't help (it isn't location either, 5g is right where I live)
Anyone in the US who has this phone, did you mess with any settings to get 5g? I know there's some people on TMobile that are getting 5g out the box with no settings update but with my T-Mobile sim, it resorts to LTE/LTE+ even though I have 5g preferred and all 5g switches on.
AndroPlus said:
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
Click to expand...
Click to collapse
Can you please share your rooting method? I am not a novice when it comes to rooting. Custom recovery etc, but finding it hard to locate a proper guide, or custom recovery. Did you use Magisk for patched boot.img method? TWRP or OrangeFox custom recovery.
Any help or pointing in the right direction would be really helpful!
AndroPlus said:
I rooted.
These may fix delayed notifications:
Disable "Sleep mode" in battery settings
Disable "Suspend execution for cached apps" in developer options
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
Install Global ROM-ify Magisk module
[MAGISK] Add languages to MIUI CN - Enables Google Location History & Nearby Share
I want to use the original MIUI Chinese version as it is, so I created a Magisk module to add the languages! The translation is extracted from MIUI Global ROM for Xiaomi 11T Pro. This module also enables Google Location History & Nearby Share...
forum.xda-developers.com
Click to expand...
Click to collapse
yes, I got my fold yesterday and I'm going insane with no gmail notifications if screen is off. can you please post the guide on how to root?
You don't need to uninstall the powerkeeper; turning off sleep mode in the battery saver scenarios should help.
I also posted a short while ago a method to enable the use of any 3rd party launcher.
Here's my debloat list (on top of user-uninstallable software from Android settings):
n.b. you will lose SMS/MMS functionality; either install another client (like QKSMS) or don't uninstall com.android.mms from the list below).
pm uninstall --user 0 com.android.browser
pm uninstall --user 0 com.android.mms
pm uninstall --user 0 com.android.quicksearchbox
pm uninstall --user 0 com.mipay.wallet
pm uninstall --user 0 com.miui.analytics
pm uninstall --user 0 com.miui.bugreport
pm uninstall --user 0 com.miui.contentcatcher
pm uninstall --user 0 com.miui.contentextension
pm uninstall --user 0 com.miui.core.internal.assistant
pm uninstall --user 0 com.miui.gallery
pm uninstall --user 0 com.miui.miservice
pm uninstall --user 0 com.miui.nextpay
pm uninstall --user 0 com.miui.personalassistant
pm uninstall --user 0 com.miui.phrase
pm uninstall --user 0 com.miui.player
pm uninstall --user 0 com.miui.screenshot
pm uninstall --user 0 com.miui.securityadd
pm uninstall --user 0 com.miui.systemAdSolution
pm uninstall --user 0 com.miui.touchassistant
pm uninstall --user 0 com.miui.translation.kingsoft
pm uninstall --user 0 com.miui.translation.xmcloud
pm uninstall --user 0 com.miui.translationservice
pm uninstall --user 0 com.miui.tsmclient
pm uninstall --user 0 com.miui.video
pm uninstall --user 0 com.miui.voiceassist
pm uninstall --user 0 com.miui.voicetrigger
pm uninstall --user 0 com.miui.yellowpage
pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi
pm uninstall --user 0 com.unionpay.tsmservice.mi
pm uninstall --user 0 com.xiaomi.aiasst.service
pm uninstall --user 0 com.xiaomi.aiasst.vision
pm uninstall --user 0 com.xiaomi.finddevice
pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service
pm uninstall --user 0 com.xiaomi.market
pm uninstall --user 0 com.xiaomi.migameservice
pm uninstall --user 0 com.xiaomi.payment
pm uninstall --user 0 om.miui.translation.kingsoft
pm uninstall --user 0 org.mipay.android.manager
Shawnki91 said:
Can you please share your rooting method? I am not a novice when it comes to rooting. Custom recovery etc, but finding it hard to locate a proper guide, or custom recovery. Did you use Magisk for patched boot.img method? TWRP or OrangeFox custom recovery.
Any help or pointing in the right direction would be really helpful!
Click to expand...
Click to collapse
I just used patching method.
It's the only recommended method by Magisk developer, so forget about TWRP method.
Installation
The Magic Mask for Android
topjohnwu.github.io
You can download fw from here:
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
AndroPlus said:
Looking forward to having a forum too!
I received MIX Fold 2, the lightweight and thin body is awesome.
I think this is the best foldable phone ever.
Vivo X Fold vs Xiaomi Mix Fold 2
Hey guys, It appears that Vivo and SamEsung have a new threat on the horizon... The Xiomi Mix Fold 2! Thinner, ligher, having better spec than the X fold, almost same size screens as the X Fold... And let's face it, Xiaomi has a better software...
forum.xda-developers.com
Click to expand...
Click to collapse
I second the need for a fold 2 forum
AndroPlus said:
I just used patching method.
It's the only recommended method by Magisk developer, so forget about TWRP method.
Installation
The Magic Mask for Android
topjohnwu.github.io
You can download fw from here:
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
Click to expand...
Click to collapse
Thanks very much! Will give a try today
im unable to see an option to change grid size.. anyone figured that?
varun.gid said:
im unable to see an option to change grid size.. anyone figured that?
Click to expand...
Click to collapse
I am in the same boat... Let's hope it's fixed in a later update.
oh no... i did this:
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
and now i'm in an endless bootloop. i really need help
if anyone can help me I'd really appreciate it. I've wasted so many hours now already since this happened. Damn near ready to cry our of frustration after importing this device to the USA and only having it for two days.
My device is not unlocked which from what I read means I'm screwed.
I can get into fastboot but that is it. My device is recognized by miflash but I think I can't flash anything because my bootloader is locked.
I keep searching, reading and trying things but my knowledge is not great. I can't get out of this bootloop or flash anything with miflash
oh man this is so bad, and I got rid of my fold also and don't have another phone.
knives of ice said:
oh no... i did this:
Disable powerkeeper by adb shell pm uninstall -k --user 0 com.miui.powerkeeper
and now i'm in an endless bootloop. i really need help
if anyone can help me I'd really appreciate it. I've wasted so many hours now already since this happened. Damn near ready to cry our of frustration after importing this device to the USA and only having it for two days.
My device is not unlocked which from what I read means I'm screwed
Click to expand...
Click to collapse
Have you tried booting into recovery and doing a factory reset? You would lose your data but I'd imagine it would reset any package changes you made allowing the phone to boot again (I haven't actually tested this nor do I even know if there is a recovery as I haven't tried to boot into it)

Question How to uninstall pre-installed apps stock rom

Hello, is there any guide in how to uninstall pre-installed apps like youtube and youtube music from the stock rom please?
Also another question - is it safe using apps like Shelter or Insular to use them for banking apps and outlook emails?
you can use adb commands.
first do
Code:
adb shell
then check ur user id (typically 0 but if it isnt then replace accordingly)
Code:
pm list users
to disable or uninstall apps for your user do
Code:
pm disable-user --user 0 com.some.package.name
pm uninstall --user 0 com.some.package.name
to enable or re-install apps for your user do
Code:
pm enable com.some.package.name
pm install-existing com.some.package.name
no idea about your second question, maybe open another thread for it, I doubt many people will find it here after reading the title is about installing apps.

Categories

Resources