Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
viogrep said:
Ok, maybe I'm in the wrong place. But here goes.
My phone is trying to send text to paid numbers behind my back. I'm using prepaid so it doesn't work. I get a "You have insufficient funds to send this text" message daily, at random times.
I have no pirated apps. Everything on my phone came straight from the market. However, I've not installed a single one of the apps that was on the recent list all over tech sites.
I'm planning on reflashing with a different rom and changing all the passwords that were stored on my phone.
BUT.
Before I do this, I want to find out which app is causing this behavior. Any Ideas on how to find out what is sending random text from my phone (they don't show up in the messaging app)
Click to expand...
Click to collapse
Install a android antivirus and firewall like Lookout.
Sent from my GingerBread Eris using XDA App
lookout finds nothing. All the other AV software fails to install. "Unknown error -18"
i have plenty of free space.
viogrep,
I wrote a novel, but then thought I should just ask a few preliminary questions:
Q1) does the error message contain any useful "hints", such as the destination number ?
Q2) if you use a logcat - capturing app, does anything show up in the logcat right around the time the message is generated which might provide some further clues?
There's a lot of different techniques you can use, but they require a bit of effort - not only to perform, but to explain, too.
Q3) Are you willing to post up the output of the "ps" command to a pastebin?
Q4) What apps on your phone request "SEND_SMS" privileges? You can find out with
Code:
strings /data/system/packages.xml > /sdcard/strings-pkgs-xml.txt
and then poking through the "strings-pkgs-xml.txt" file. When you see (for instance)
name="android.permission.SEND_SMS"
the immediately prior package is what requested it. Either that or you can do something tricky like
Code:
strings /data/system/packages.xml | awk '/<package name/{pkg=$2;}; /_SMS/{print pkg, $2;}'
bftb0
1. No destination number in the error. Sorry.
2. Also, no clues in logcat from what I've seen.
3. PS > http://pastebin.com/iUAfP9Yb
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Going to try to call my provider and see if I can get the number that's been denied because of funds.
*edit* No luck with provider.
I'd really like to know whats doing it so I don't install the same app once I flash. Luckily I keep nothing important on my phone. Its gmail account is actually a duplicate with my original forwarding to it. I'm a tiny bit overprotective over my email(address). :x
viogrep said:
4. Besides the default gapps, the only other app with SEND_SMS priv. is Koxx Pure Messenger. (Purchased from the market, Have had for awhile, the sms sending is new)
Click to expand...
Click to collapse
I know that it isn't necessarily this simple, but if that really is the only other app besides the GAPPs with SMS priveledges, especially coupled with the knowledge that the SMS capability is new, I think you have your answer.
If you tried a new ROM and restored all but that one app, and the problem never happens again then you can be 95% sure. Only way to be 100% sure is that after a certain length of time without a problem (a week?) you reinstall Koxx and then if the problem starts happening again.
I looked through your "ps" listing.
Didn't see anything too obvious sticking out at me; there were a couple of non-market apps running though. I know that there is no theoretical reason why non-market apps would be malicious - on the other hand, I sort of wonder why they are not on the market... you know what I mean? What is stopping them? (In the case of Tubemate - which was actually kicked off of Google's market, my suspicions are even higher. I realize it was not kicked off because of malware; but still...)
These were the only processes that were either not on my phone, or I didn't really recognize.
Code:
com.dylan.tube = [Non-Market App] Tubemate
com.gau.golauncherex.notification = GO Launcher EX (READ SMS)
com.levelup.beautifulwidgets = Beautiful Widgets (LevelUp)?
com.revsodev.volumecontrol = [Non-Market App] Volume Control (Cyrket?)
com.swype.android.inputmethod = Swype?
com.tencent.research.drop = QQPlayer (no perms req'd?)
net.bajawa.battery = BattStatt (no perms req'd?)
org.sipdroid.sipua = Sipdroid VoIP + video
The Road Warrior has an idea which is sort of useful; but I'll modify it to use binary division.
Start with a freshly installed, clean ROM, and only install half of your apps. (I would put all of your most frequently used apps in the first half, and delay any non-market apps as long as possible). Here's how this goes:
- if the "half" you put on the phone is trouble-free (long enough to know the SMS popup thing is not going on), then, install half of the remaining apps, and wait again to see if there is a problem.
- if the "half" you put on the phone develops trouble, then you know that the problem app is in that group. Wipe the phone and re-install all prior "halves" (that caused no trouble), but split the current half (the group containing the suspect app) in half, and only install that. Proceed in this fashion until you are down to the app which causes the trouble.
If you have 128 apps on your phone, and you wait 1 day between installations, it will take 7 days to find the malicious app. (And if you don't get a failure within the first two days, your phone will have 3/4s of it's apps installed - that's not too bad).
The thing is though, even if you had an app compromise your phone, it might not be an "app" that is doing the dirty work any longer. For example, the most recently discovered malware ran rooting exploits against the device, and once successful, downloaded and installed "other stuff". That "other stuff" could be native binaries. So, examining permissions in the system manifest doesn't necessarily guarantee that you have exhaustively looked at your phone, or discovered all possible means of interacting with the SMS system.
It might be "just an app", though - and if it were me, the first ones that I would suspect are non-Market apps, or apps that *cough* got downloaded from "freeware" sites.
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
I had a game from a Chinese developer that stole my gmail. Log into yours from the website and see if you get a red warning.
Sent from my GSBv1.9 ERIS using XDA App
viogrep said:
Thanks for the responses. I actually did a fresh flash last night. First thing I installed was tubemate (running through non market apps) and it did it. Ironically I added some money to my account to see if I could get the number it was trying to text. Apparently it still couldn't go through.
Sent from my FroShedYo V10-ERIS using XDA App
Click to expand...
Click to collapse
I'm always amazed when something I suggested actually works. LOL. It's just that I'm used to things being more complicated than I hope.
Glad you figured out the trouble!
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
viogrep said:
Thanks bt and RW for the help.
As far as the gmail thing... I use a different gmail address on my phone with email forwarded (different pass)...
If it gets taken I just stop the forwarding and make a new one. Makes things a more simple. Sure, they can see past emails, but they cant request passes/info from other sites... (I also monitor the login IPs in gmail, religiously. Just a habbit.)
Click to expand...
Click to collapse
You're welcome. You could just change your password from the web if your phone gets stolen.
Especially since it's the gmail address you use on your phone that everything is sync'd to, not the one that's forwarding to it. So if you got another Android phone you'd lose all your contact info and bought and installed apps info, calendar and such. Unless you sync them manually which is so much harder in my experience.
Or you could use one of the many free apps out there that would let you remotely do many things to your phone. Turn the GPS on, triangulate your phone, make your phone scream, do a factory reset to erase everything...
Just a suggestion.
I just noticed that an application was added to my home screen called Vchat. I didn't install this app. I checked the application manager and my account in the play store and this app doesn't appear in either. I'm not really sure what this is and what the best way to remove it is. I haven't clicked on it. I also notice random ads popping up after the unlocking the screen, though they are very sporadic.
I'm on a LG G5, the verizon version, running android 7.0.
Girlfriend also has this on her Samsung Galaxy A5, couldn't identify an app in app list which matched. Removed from home screen and hoped it was simply a sketchy weblink. Will follow post to ensure phone is secure or if an app needs removing. Seems to have appeared in last 24 hours.
I tried running avast and malwarebytes on my phone. Neither of those detected anything.
Came up 3/30
I Googled this yesterday, glad I did again today to find this forum. I bought this phone March 22nd and I am noticing my lock screen button stopped working around the same time the app appeared. This phone is brand new from amazon and I am about to return it, but something tells me this issue is software related as the button was working fine on 3/29 and now it clicks and is responsive to the touch, but it will only "sometimes" lock the screen. Right now it is fully functioning, but it will start to fail if I have too many apps open, or if I am running a game. It specifically won't work while in an app, but will work when on the home screen with no apps open.
On top of all of this, my phone has been getting weird ads, but male ware detection doesn't see it, also, the phone is a lot slower now. Whatever this is, I don't want to be connected to it.
Update: the v stands for Vietnamese. The app is some Vietnamese chatting service. Googled "vchat' you guess should try it too.
Bunyip04 said:
I Googled this yesterday, glad I did again today to find this forum. I bought this phone March 22nd and I am noticing my lock screen button stopped working around the same time the app appeared. This phone is brand new from amazon and I am about to return it, but something tells me this issue is software related as the button was working fine on 3/29 and now it clicks and is responsive to the touch, but it will only "sometimes" lock the screen. Right now it is fully functioning, but it will start to fail if I have too many apps open, or if I am running a game. It specifically won't work while in an app, but will work when on the home screen with no apps open.
On top of all of this, my phone has been getting weird ads, but male ware detection doesn't see it, also, the phone is a lot slower now. Whatever this is, I don't want to be connected to it.
Update: the v stands for Vietnamese. The app is some Vietnamese chatting service. Googled "vchat' you guess should try it too.
Click to expand...
Click to collapse
I did look it up and found that. I'm just trying to figure out how it got there and how to remove it.
erehwon6811 said:
I did look it up and found that. I'm just trying to figure out how it got there and how to remove it.
Click to expand...
Click to collapse
I got frustrated trying to figure out how to remove this app, so I decided to restore the phone to factory defaults. I've only had the phone for a month, so I didn't have much on it.
Galaxy S5
I have a Galaxy S5 Android version 6.0.1 and this URL shortcut also appeared on my homesceen. Likewise I would like to know what app / service was used to create this advertisement so I can disable / uninstall it.
1. Me I have had almost every kind of phone you can think of form early palms, blackberries, Sony Ericsson P900, Nokia N9 (One of my all-time favorites) Surface duo (wanted to love but horrible experience) most of today’s flagships including all the Samsung folds. Got rid of my fold to get the pixel 6 pro mainly because of the camera and I loved it, I had no issues whatsoever. But I didn’t realize how much I would miss the fold and was going to go back to it when Oppo Released the N and it looked like the perfect hardware for me. After much consideration and reading I purchased from a Hong Kong Seller. And have been using for about 3 weeks now. Daily Driver. I absolutely love the phone, the size, the solid feel, great battery life. So far one of my favorite phones, I have used.
2. Once I got the phone, I researched all I could about the small and major quirks.
3. First thing I did was factory reset, the phone once it arrived. (They installed Google Play for me). Wanted to make sure nothing was installed, that I didn’t know about.
4. Easily found and installed the Google Play apk.
5. Next I download Apk Extractor and removed all the Chinese apps, that I could using it. (I didn’t want to use adb commands, fear of removing something needed). All the other leftover Chinese apps I placed in a folder and moved it out the way.
6.The Launcher is no big deal for me, on most of the phones I’ve had, I stuck with the default launcher. (Group text is an issue will discuss that later)
7. Started loading all my apps that I use games, banking etc. (around 250) tested them and everyone of the work. When I got to an app they didn’t display correctly on the open screen, I adjusted through the phone setting no app download.
8. Download new keyboard changed from the Chinese one.
9. Notifications limits, I set my main apps I need notifications from, but what I found was a lot of the social accounts Facebook, etc automatically was added to running in background and notifications and did not go against the limit. All my main apps I set to run in the background and made sure notifications was on and that a sound or vibration was set (the customizations for notifications are a lot) So far, I am notified we notifications come in. because I have a lot of email addresses I use home, work etc. I have always used Blue mail and it only counts as one notification.
10 Group message was a make or break for me, because send and receive a lot of group messages. And I have researched everywhere, tried different apps and no luck. The solution for me and it’s working well.
11. I decided to use Google Voice (I have had a number for years, so I tested it first for couple days) And now has officially ported my number to google voice, I can now get group messages etc. I will keep using until I they update the message issues or swap phone. I saved all my texts using SMS Backup & restore because you can not import the texts into google voice, but you can export them out. I saved all the old text on the new phone using SMS Backup & Restore, because if I need to find an old text it has a search fixture on it.
Conclusion so far, I am very happy with this phone, it’s an amazing piece of work. I know my post was long and for give me if it doesn’t make since. But if you have any questions on my experience just ask and I will do my best to answer.
Me too, this phone Is very good and pleasant to use as a daily driver . I have imaginée this phone before (i used the nec 05e,thé royole
flexpai 1,thé fold1and flold2 and several zflip). A little'more slimmer and lighter would bé perfect...but its ok.
M'y only complaint is about wifi calling with erratic behavior and disconnection ..maynbe a solution will occur..(more accurzte localisation or wiffi setting
i missed...)
grigsby01 said:
1. Me I have had almost every kind of phone you can think of form early palms, blackberries, Sony Ericsson P900, Nokia N9 (One of my all-time favorites) Surface duo (wanted to love but horrible experience) most of today’s flagships including all the Samsung folds. Got rid of my fold to get the pixel 6 pro mainly because of the camera and I loved it, I had no issues whatsoever. But I didn’t realize how much I would miss the fold and was going to go back to it when Oppo Released the N and it looked like the perfect hardware for me. After much consideration and reading I purchased from a Hong Kong Seller. And have been using for about 3 weeks now. Daily Driver. I absolutely love the phone, the size, the solid feel, great battery life. So far one of my favorite phones, I have used.
2. Once I got the phone, I researched all I could about the small and major quirks.
3. First thing I did was factory reset, the phone once it arrived. (They installed Google Play for me). Wanted to make sure nothing was installed, that I didn’t know about.
4. Easily found and installed the Google Play apk.
5. Next I download Apk Extractor and removed all the Chinese apps, that I could using it. (I didn’t want to use adb commands, fear of removing something needed). All the other leftover Chinese apps I placed in a folder and moved it out the way.
6.The Launcher is no big deal for me, on most of the phones I’ve had, I stuck with the default launcher. (Group text is an issue will discuss that later)
7. Started loading all my apps that I use games, banking etc. (around 250) tested them and everyone of the work. When I got to an app they didn’t display correctly on the open screen, I adjusted through the phone setting no app download.
8. Download new keyboard changed from the Chinese one.
9. Notifications limits, I set my main apps I need notifications from, but what I found was a lot of the social accounts Facebook, etc automatically was added to running in background and notifications and did not go against the limit. All my main apps I set to run in the background and made sure notifications was on and that a sound or vibration was set (the customizations for notifications are a lot) So far, I am notified we notifications come in. because I have a lot of email addresses I use home, work etc. I have always used Blue mail and it only counts as one notification.
10 Group message was a make or break for me, because send and receive a lot of group messages. And I have researched everywhere, tried different apps and no luck. The solution for me and it’s working well.
11. I decided to use Google Voice (I have had a number for years, so I tested it first for couple days) And now has officially ported my number to google voice, I can now get group messages etc. I will keep using until I they update the message issues or swap phone. I saved all my texts using SMS Backup & restore because you can not import the texts into google voice, but you can export them out. I saved all the old text on the new phone using SMS Backup & Restore, because if I need to find an old text it has a search fixture on it.
Conclusion so far, I am very happy with this phone, it’s an amazing piece of work. I know my post was long and for give me if it doesn’t make since. But if you have any questions on my experience just ask and I will do my best to answer.
Click to expand...
Click to collapse
Useful info here, thank you very much
Thanks for sharing your experience.
The Nokia N9 was one of the greatest phones ever.
And I too love the Oppo Find N.
After rolling with the Asus Padfone seriess for years (used the first gen Padfone for 1.5 years, and killed 3 new Padfone Infinities after that ). After that I had to switch to "boring" Asus Zenfones (had the 3 and 6)...
But now I finally have a fun and special phone again!
The best foldable ever this phone shifted me from iOS back to Android
To share my experience:
- The phone setup was painful and challenging. Reset, Install Playstore (with a Chinese Keyboard), delete and remove apps, Locale2 but now it feels like a normal phone I always use.
- The 5 apps notification limit is challenging. I use a messenger consolidator (Matrix based) so I only use one app there. You will need one for private and one for office email and I also needed one for the galaxy watch. So I had only one remaining. 2FA or Secure Code apps I normally need to load manually, same as credit card pushes.
- Hardware is amazing. Very solid construction. Guess I need to go caseless as the case adds to much bulk for me. But coming from a flip I feel those phones are unbreakable as long as they are closed. Charging speeds are decent (coming from a flip) and battery is holding more than one day in general.
- Software: There are nearly no apps optimized for big screen use. I miss the Kindle app from my surface allowing me to read a book "normally". Watching filmes is ok but you wont have more screen estate than on a S21Ultra by comparison. Fotos, Web is fantastic though. The OS Software is flawless, e.g. splitting screen with 2 Fingers is perfectly implemented. My hope is on Android 13 which is announced for this device in July, It should allow 3rd party developers to optimize their apps in a standard manner working on all foldables.
Generally: Very happy with this device. Caseless it is a one handed device for me and I use it as my only daily driver (except when near water or sand.)
deepsync said:
To share my experience:
- The phone setup was painful and challenging. Reset, Install Playstore (with a Chinese Keyboard), delete and remove apps, Locale2 but now it feels like a normal phone I always use.
- The 5 apps notification limit is challenging. I use a messenger consolidator (Matrix based) so I only use one app there. You will need one for private and one for office email and I also needed one for the galaxy watch. So I had only one remaining. 2FA or Secure Code apps I normally need to load manually, same as credit card pushes.
- Hardware is amazing. Very solid construction. Guess I need to go caseless as the case adds to much bulk for me. But coming from a flip I feel those phones are unbreakable as long as they are closed. Charging speeds are decent (coming from a flip) and battery is holding more than one day in general.
- Software: There are nearly no apps optimized for big screen use. I miss the Kindle app from my surface allowing me to read a book "normally". Watching filmes is ok but you wont have more screen estate than on a S21Ultra by comparison. Fotos, Web is fantastic though. The OS Software is flawless, e.g. splitting screen with 2 Fingers is perfectly implemented. My hope is on Android 13 which is announced for this device in July, It should allow 3rd party developers to optimize their apps in a standard manner working on all foldables.
Generally: Very happy with this device. Caseless it is a one handed device for me and I use it as my only daily driver (except when near water or sand.)
Click to expand...
Click to collapse
Hi,
What is this 'messenger consolidator' you are using please?
Thanks,
Simon.
lombrozo said:
Hi,
What is this 'messenger consolidator' you are using please?
Thanks,
Simon.
Click to expand...
Click to collapse
I'm using Beeper. It can consolidate Signal, Telegram, Whatsapp, LinkedIn, iMessage, Twitter, Slack and GoogleChat.
deepsync said:
I'm using Beeper. It can consolidate Signal, Telegram, Whatsapp, LinkedIn, iMessage, Twitter, Slack and GoogleChat.
Click to expand...
Click to collapse
Ah ok. Beeper is still invite only I think?
I guess so but you can bypass the queue when prepaying for a whole year...
deepsync said:
I guess so but you can bypass the queue when prepaying for a whole year...
Click to expand...
Click to collapse
How do I do that?
Register on the waiting list and email [email protected] or tweet them.
I absolutely love this phone and form factor. It's the perfect size.
I've had a pretty easy time of it thanks to a few posts on here and Gadget goddesses videos as well as my own know how. Maybe it was a little cleaner and easier for me than others since I've been using using google voice since before google bought grandcentral and I'm also on T-mobile.
0. Clone my old LG v60 dual screen over using the phone cloaner this thing came with.
1. changed all my app's notification permissions, battery permissions in app management section to ensure notifications
2. added some important apps that I want guaranteed notifications to the auto launch and recent apps manager sections, but so far even the apps that aren't in autolaunch or recent apps seem to be doing ok on notifications. I use tasker to launch my hotspot automatically when I get in my car and have the car connect to it, so I suppose if I really cared I could use tasker to ensure all my apps stay running and notify me. But so far haven't had to.
3. Under apps, under the "associated launch" the "Blocking records" log to figure out which apps were important to support notifications or proper operation of some apps, and then just activated associated launch to those apps that were blocked from launching(launched by other apps in background). For instance, outlook needed to launch the "company portal" app in the background to properly function and also give me notifications on incoming mail. So I jsut activated associated launch for Company portal. I didn't allow associated launch for all apps, as when I really went through the log, there were only a handful of apps I needed to worry about and would rather the rest not able to just get launched in the background to save juice.
4. I set google voice to prioritize wifi and Data. I get crap signal where I live so this is a must. Basically this has always replaced my voice over wifi anyway on all phones I've used past and present. I like taking calls on my desktop as well.
5. I used "Force LTE" app from the playstore to ensure I got 5g connectivity, although I don't think I really need 5g because even on my old tmobile phone, I noticed in the areas I live 5g is slower than 4g lte anyway. This is a known thing on Tmobiles rollout of 5g in rural areas and I'll probably turn off 5g. I'm just mentioning this to let people know 5g on T-Mobile works fine with this phone.
6. activated google assistant using gestures on the main screen
7. deleted all the chinese apps I could without adb, there's 10 I couldn't delete. I'll probably dump those with adb but it hasn't really been an issue. like everyone else I just stuffed them in a folder and hid it away. Although it seems to be important to at least do the updates in the chinese only app store because one of the updates was to the phones native google services libraries, which is required for a lot of stuff to run correctly including biometric face authentication on some apps.
8. replaced the keyboard like everyone else.
9. Installed Google camera for the heck of it. Gcam
Anyway, I'm not hitting any "quirks" or frustrations. This has been a pretty smooth transition. And again, I just feel this thing is the perfect size for chrome "desktop mode" browsing and reading manga and other reading apps.
I've only found one or two out of more than a hundred apps I use that can't be set to full screen in the display section. I suppose having to rotate the phone for some apps is one quirk I've hit, but it's not a big deal to me.
Anyhow good luck owners, and for those thinking about buying it, I give it a good solid yes.
wagz said:
I absolutely love this phone and form factor. It's the perfect size.
I've had a pretty easy time of it thanks to a few posts on here and Gadget goddesses videos as well as my own know how. Maybe it was a little cleaner and easier for me than others since I've been using using google voice since before google bought grandcentral and I'm also on T-mobile.
0. Clone my old LG v60 dual screen over using the phone cloaner this thing came with.
1. changed all my app's notification permissions, battery permissions in app management section to ensure notifications
2. added some important apps that I want guaranteed notifications to the auto launch and recent apps manager sections, but so far even the apps that aren't in autolaunch or recent apps seem to be doing ok on notifications. I use tasker to launch my hotspot automatically when I get in my car and have the car connect to it, so I suppose if I really cared I could use tasker to ensure all my apps stay running and notify me. But so far haven't had to.
3. Under apps, under the "associated launch" the "Blocking records" log to figure out which apps were important to support notifications or proper operation of some apps, and then just activated associated launch to those apps that were blocked from launching(launched by other apps in background). For instance, outlook needed to launch the "company portal" app in the background to properly function and also give me notifications on incoming mail. So I jsut activated associated launch for Company portal. I didn't allow associated launch for all apps, as when I really went through the log, there were only a handful of apps I needed to worry about and would rather the rest not able to just get launched in the background to save juice.
4. I set google voice to prioritize wifi and Data. I get crap signal where I live so this is a must. Basically this has always replaced my voice over wifi anyway on all phones I've used past and present. I like taking calls on my desktop as well.
5. I used "Force LTE" app from the playstore to ensure I got 5g connectivity, although I don't think I really need 5g because even on my old tmobile phone, I noticed in the areas I live 5g is slower than 4g lte anyway. This is a known thing on Tmobiles rollout of 5g in rural areas and I'll probably turn off 5g. I'm just mentioning this to let people know 5g on T-Mobile works fine with this phone.
6. activated google assistant using gestures on the main screen
7. deleted all the chinese apps I could without adb, there's 10 I couldn't delete. I'll probably dump those with adb but it hasn't really been an issue. like everyone else I just stuffed them in a folder and hid it away. Although it seems to be important to at least do the updates in the chinese only app store because one of the updates was to the phones native google services libraries, which is required for a lot of stuff to run correctly including biometric face authentication on some apps.
8. replaced the keyboard like everyone else.
9. Installed Google camera for the heck of it. Gcam
Anyway, I'm not hitting any "quirks" or frustrations. This has been a pretty smooth transition. And again, I just feel this thing is the perfect size for chrome "desktop mode" browsing and reading manga and other reading apps.
I've only found one or two out of more than a hundred apps I use that can't be set to full screen in the display section. I suppose having to rotate the phone for some apps is one quirk I've hit, but it's not a big deal to me.
Anyhow good luck owners, and for those thinking about buying it, I give it a good solid yes.
Click to expand...
Click to collapse
Good experience sharing - For me 5G always runs - no need to force. I use macrodroid to force the main apps into background when starting in the morning - so far it works.
At the end the Oppo Find N is the best foldable hardware - for foldables and for Tablets - Android is not fully there yet, mainly apps are just not yet optimized. Let's hope Android 13 is the basis for app developers to jump on the train...
deepsync said:
Good experience sharing - For me 5G always runs - no need to force. I use macrodroid to force the main apps into background when starting in the morning - so far it works.
At the end the Oppo Find N is the best foldable hardware - for foldables and for Tablets - Android is not fully there yet, mainly apps are just not yet optimized. Let's hope Android 13 is the basis for app developers to jump on the train...
Click to expand...
Click to collapse
Yeah, I just use the Force LTE app because it looks like they removed the preferred carrier band preference from settings on the find n. On all my other android phones, under mobile networks, there's usually a setting that allows you to pick which bands you want your phone to use. Like I said, 5g is actually slower for me than 4g, so I need a way to basically shutoff 5g when I'm in my home area. So without that setting on the android settings of the phone, I have to rely on an app like Force LTE. There's a lot of discussion on the interwebs about why 5g ends up being slower in some areas, like rural areas, than 4g. So it's something that will eventually get fixed and I won't have to worry about. But I just mentioned it in case someone needed a replacement for that android setting, not that people need it.
I've been using a Find N for about 2 months. I set up mine much like other people on this thread . Background on for almost all apps, auto-launch for main messaging apps, Google keyboard, Google assistant, GPay, default launcher, GCam/default Cam, Brave/Samsung Internet, Gmail/Outlook. I set up apps as full screen or 4:3 if they open sideways (still good to use). For social apps I use regular apps and WebApps too because the WebApps take full advantage of the big display (Instagram, Twitter and Instagram).
I've been playing games on emulators for the past 2-3 weeks (Switch and GameCube) and noticed yesterday that the screen protector on the big display has tiny marks (probably fingernails?). Is it ok to remove the factory screen protector and apply a new one? The marks are tiny and only on the "joystick area" so they don't bother me but I'm gonna eventually sell this in the future and may consider replacing the screen protector.