Sideload and Remove apps... - Sony Smartwatch 3

I there is a lot of information about all the cool things we can do with our knew watches, but I thought I would link to a solution to a problem which has vexed me since purchasing my watch.
Android installs all wear capable apps to your watch without your control.
Well, now you have control.
Take a look at this doc.
Take a look at this doc.
Now, the document is a bit old, as you do not even need your phone, but it will give you the commands you need. You can plug your watch directly into your computer and manage your apps through adb (and possibly total commander, but I am not certain about that one). I tested this to remove apps I want on my phone but not my watch (Goodbye Lowe's and Amazon). You do not even need root to do this with regular apps, and as the author points out, using this method you can even sideload full Android Apps.
To interact with the device specifically, you change the code a little. For instance, instead of removing an app by...
Code:
adb -e shell pm uninstall -k com.glTron
You use
Code:
adb shell pm uninstall com.glTron
Be warned, if you uninstall a system app, or a dependency, things will be bad. However, if you stick to apps you know are user apps, this is relatively safe (the big system apps do need root permission to disable or uninstall).
Credit goes to Copyright:*corbin - Hacking Android Wear*and*EpicLPer. Great work!
I found the thread over in the wear development forum. There, they are compiling a list of full Android apps which work on wear.
Find that here.
Good luck.

Just got the watch and I've been playing with it the past few days. Did actually ruin some things trying to sideload system all's but restored it all just fine. Setting the DPI to 200 works really well with a lot of regular Android apps (adb shell wm density 200) without any negative effects to the UI or stock Android Wear apps (in fact they don't seem to be affected by the DPI change at all). Stock DPI is 280.
A lot of apps that don't depend on needing a status bar work really well. There's a thread on here on how to sideload and set the stock Google Keyboard as your default keyboard (which works really really well, honestly no issues typing with it). Can use things like terminal, Chrome and ES File Explorer from the watch itself with no issues at all. I'm going to try more apps later and possibly play with the DPI some more.
Apparently there's a way to get xposed working too, haven't tried it yet though. There's also a wayr to apprently get basic gapps and the Play Store working but I can't figure it out. Also can't figure out how to install apks directly from the watch itself. ES File Explorer and terminal aren't letting me install apps. WiFi works fine in all apps if you put the watch in Airplane mode or if you disconnect your phone from the watch. Hopefully we get data and networking over Bluetooth at some point, it'd be awesome.
Anybody try any emulators? I'm interested in trying something like epsxe to maybe play RPGs or something simple that doesn't require too many buttons to play.

DarkRazorZ said:
Just got the watch and I've been playing with it the past few days. Did actually ruin some things trying to sideload system all's but restored it all just fine. Setting the DPI to 200 works really well with a lot of regular Android apps (adb shell wm density 200) without any negative effects to the UI or stock Android Wear apps (in fact they don't seem to be affected by the DPI change at all). Stock DPI is 280.
A lot of apps that don't depend on needing a status bar work really well. There's a thread on here on how to sideload and set the stock Google Keyboard as your default keyboard (which works really really well, honestly no issues typing with it). Can use things like terminal, Chrome and ES File Explorer from the watch itself with no issues at all. I'm going to try more apps later and possibly play with the DPI some more.
Apparently there's a way to get xposed working too, haven't tried it yet though. There's also a wayr to apprently get basic gapps and the Play Store working but I can't figure it out. Also can't figure out how to install apks directly from the watch itself. ES File Explorer and terminal aren't letting me install apps. WiFi works fine in all apps if you put the watch in Airplane mode or if you disconnect your phone from the watch. Hopefully we get data and networking over Bluetooth at some point, it'd be awesome.
Anybody try any emulators? I'm interested in trying something like epsxe to maybe play RPGs or something simple that doesn't require too many buttons to play.
Click to expand...
Click to collapse
How did you sideload and retain wifi? I know that I need to put it in /system/priv-app/ but I have no idea how to push an apk there, and I have no idea where the apk is installed to for me to be able to find and then push over

Unless you are rooted, you do not have permission to write to /system. If you are trying to put regular apps in /system/priv-app/ then I would recommend against rooting. An exception may be (and DarkRazorZ) can confirm, but the keyboard may need to be in system.
Anyway, you cannot merely drop an app in the right place (usually/data/app/) you have to install it. To do so, use this code.
Code:
Adb shell pm install ***.apk
To install the play store, you do need root access and to put it in system/priv-app, but that is one of many hoops. I suggest you check that thread if that is what you intend to do.

I'm not sure how the whole networking with priv-app works, I tried playing around with it but didn't get very far. For Chrome, if I want to use it over WiFi, I have to put the watch in to Airplane mode and reconnect to WiFi. It's pretty quick and easy to do and forced WiFi on for every app. I don't know of any other way.

DarkRazorZ said:
Just got the watch and I've been playing with it the past few days. Did actually ruin some things trying to sideload system all's but restored it all just fine. Setting the DPI to 200 works really well with a lot of regular Android apps (adb shell wm density 200) without any negative effects to the UI or stock Android Wear apps (in fact they don't seem to be affected by the DPI change at all). Stock DPI is 280.
A lot of apps that don't depend on needing a status bar work really well. There's a thread on here on how to sideload and set the stock Google Keyboard as your default keyboard (which works really really well, honestly no issues typing with it). Can use things like terminal, Chrome and ES File Explorer from the watch itself with no issues at all. I'm going to try more apps later and possibly play with the DPI some more.
Apparently there's a way to get xposed working too, haven't tried it yet though. There's also a wayr to apprently get basic gapps and the Play Store working but I can't figure it out. Also can't figure out how to install apks directly from the watch itself. ES File Explorer and terminal aren't letting me install apps. WiFi works fine in all apps if you put the watch in Airplane mode or if you disconnect your phone from the watch. Hopefully we get data and networking over Bluetooth at some point, it'd be awesome.
Anybody try any emulators? I'm interested in trying something like epsxe to maybe play RPGs or something simple that doesn't require too many buttons to play.
Click to expand...
Click to collapse
Thanks for the hint on DPI - your are right, it helps side loaded apps, but i noticed that it also makes better use of the google now cards. The text is slightly smaller, and you can get more info (like a text) visible at one time, but still not to small. Regardless of sideloading, i am really enjoying the change to 200DPi (though, it really helps for apps like alpine quest and such which now show the whole thing)

Related

[Q] Your Thoughts On Apps & Their Permissions

G'Day,
To make a long story short.. I was wondering if there were applications that can actually seek out and tell you what permissions other applications that you installed on your phone are asking for, and then ask you if you would like to modify or deny certain permissions within that application you have on your phone? (I know Android tells you the permissions by default..lol)
I was reading on paranoid android how android works and how it all fits to different files .. with this in mind.. I also noticed that some applications you see posted on google play, seek extreme permissions.. (for example to be able to send text on your mobile ect.. or to find other known accounts on your phone)
This kind of thing concerns me as I dont like other information to be known to others ect. .specially if you use for phone for transactions like google play and email accounts.. Hence the question above.
If no one knows of any..an application that can change the permissions of an app without interfering with the normal running of a game or program on the phone, does anyone know of someone that might be willing to make something like that?..
What are your thoughts on that?
If you have the Xposed Framework installed, the Xprivacy module for said framework will tell you what you want -- every permission used by a given app -- and let you selectively disable those you don't want.
iCurmudgeon said:
If you have the Xposed Framework installed, the Xprivacy module for said framework will tell you what you want -- every permission used by a given app -- and let you selectively disable those you don't want.
Click to expand...
Click to collapse
Thanks for that, I am looking to Flash the galaxy s2 more so, to start learning more about smart phones.
The Jellybean 4.1.2 that i have on the S2 gets social hub errors and becomes unresponsive sometimes. so was looking at playing around with it and trying paranoid android or something else and then try that xposed framework..
Thanks again for that.. am looking into it. :good:

[Q] 5.0.1 made me realize I want to uninstall UP and Wellness

Hi,
I've been on 5.0.1 since yesterday. Didn't have any issues with battery before, and now it seems even better.
However, wishing to be fully optimized, I see on the new battery usage option, that besides the 'screen', next in line of battery consumption are 'UP' and 'Wellness'.
Any way to get rid of them, or at least stop them from running?
Thanks
Hi, you can disconnected UP from receiving data, but not remove the program on the watch, as fare as I know.
WELNESS I have the same problem. I want get rid of that too?
What about using:
Code:
adb shell pm disable [I]package_name[/I]
I found conflicting information on whether root is required for that. And of course we'd have to figure out what the package names are.
CSX321 said:
What about using:
Code:
adb shell pm disable [I]package_name[/I]
I found conflicting information on whether root is required for that. And of course we'd have to figure out what the package names are.
Click to expand...
Click to collapse
Easiest way i can think of to get the package names would be to run "adb shell top", then scan through the processes until you see the one that your looking for. if they're not listed, just open them on the watch and they should pop up
Well, it looks like the package manager (pm) does require root.
Edit...Oh, and you can get the package names with:
adb shell pm list packages
I was able to uninstall the Amazon app with a simple:
adb uninstall com.amazon.mShop.android
since that was just installed by the Amazon app on the phone.
But trying:
adb uninstall com.jawbone.upopen
results in:
Failure [DELETE_FAILED_INTERNAL_ERROR]
I'm sure we'll get this thing rooted soon, and then it should be an easy matter to disable or delete any of the pre-installed apps.
Thanks for the responders above, looks like we'll have to wait
I'd like to get rid of this garbage too. Let me know if you figure it out...
Would also like to get rid of these, I do not use my watch for fitness related stuff and the Wellness app just doesn't even work right. Don't even get me started on the stress level -_-
Disable apps?
So if we can't delete them because we need root, can we disable them? Like using the disable function in application manager...would that work through ADB without root?
I'm in the same boat..can't stand having 3 fitness apps installed (fit, wellness, up) and I do not use my watch with ANY of them! Between battery and overall responsiveness, you can't tell me that having all 3 of these running don't have any effect.
It would be awesome if we can figure out how to uninstall unwanted wear-only apps. Seems like a first generation kind of flaw that'll only get better.
Sent from my HTC6435LVW using Tapatalk

[Q] Can't put apps on my Sony Smartwatch 3?

Afternoon all,
I'm hoping someone can help me before I smash my watch into a million pieces ...... I've had the watch now for about 3 days and still have found no way to put apps on it. If I try and open maps or Whattsapp it opens them on the phone. I have little icons in the start menu for music, find my phone, Fit and Google keep but nothing else.
I've seen a few YouTube videos where program icons can be accessed by swiping the screen left or right but mine doesn't do that. In the instructions I got it said compatible for apps for Android Wear would automatically appear on my watch..... this hasn't happened either??
What am I doing wrong?
Thanks
You are correct the apps will automatically show up on the watch if you have them on your phone. Try downloading "Wear mini launcher" for quicker way of opening apps. That's probably what you saw on the video. Android Wear 5.1.1 will have a better start menu and will probably hit the Sony watch in the next week or two.
Is your watch connected to the phone? I'm guessing it is but if you're not seeing wear apps that should be there maybe go into the Android wear app settings and click "resync apps".
Also you should be able to open apps by getting to the OK Google screen and going all the way to the bottom and click "start...".
Hope this helps!
Thanks for the quick reply, I can see everything now apart from a icon for Whattsapp, any ideas?
It probably only displays notifications and isn't actually a standalone app. I don't use it myself so can't say definitely. There's no standalone hangouts app either but you can still send texts through it.
Thanks, your reply makes sense.
Q] Can't put apps on my Sony Smartwatch 3?
Hexme said:
Thanks, your reply makes sense.
Click to expand...
Click to collapse
The Android Wear can't run any stand alone aps yet, however it might change in the future.I'm personally waiting for Google to make copying music like the smartwatch was a flash drive available
eomerek said:
The Android Wear can't run any stand alone aps yet, however it might change in the future.I'm personally waiting for Google to make copying music like the smartwatch was a flash drive available
Click to expand...
Click to collapse
You can use adb to install standalone Android apps. Android Wear is still Android at its core. A lot have issues due to screen size and UI differences but you'd be surprised what apps will work. Got a few emulators running. You can push any file you want to the smartwatch using the adb command adb push filename /sdcard/.
You may have to be rooted but it's incredibly easy to root the watch. Can get a lot of cool apps running by playing with the DPI and such. Although some apps (games especially) will kill the battery rather quick as it's not meant for that stuff.
More info here: http://forum.xda-developers.com/android-wear/general/list-sideloaded-android-wear-apps-t2908106
DarkRazorZ said:
You can use adb to install standalone Android apps. Android Wear is still Android at its core. A lot have issues due to screen size and UI differences but you'd be surprised what apps will work. Got a few emulators running. You can push any file you want to the smartwatch using the adb command adb push filename /sdcard/.
You may have to be rooted but it's incredibly easy to root the watch. Can get a lot of cool apps running by playing with the DPI and such. Although some apps (games especially) will kill the battery rather quick as it's not meant for that stuff.
More info here: http://forum.xda-developers.com/android-wear/general/list-sideloaded-android-wear-apps-t2908106
Click to expand...
Click to collapse
many thanks man for the link. As you can see I am new in the smartwatch business,had galaxy s with tizen,but had to sell it,cause it was too heavy for my arm. Having troubles getting my sw3 to cope with my pc,but hopefully will solve that as well
eomerek said:
many thanks man for the link. As you can see I am new in the smartwatch business,had galaxy s with tizen,but had to sell it,cause it was too heavy for my arm. Having troubles getting my sw3 to cope with my pc,but hopefully will solve that as well
Click to expand...
Click to collapse
everything works fine,had a bit of trouble with making sw3 to work with my pc but did it and bought an app "app2wear" from google play,hope it makes profit
Cheers

Changing DPI on the Smartwatch 3

I decided to try changing the watch's DPI a little to see if I could make sideloaded apps more usable, and it worked! Settled on 220 for now, but will probably raise it. It was a bit of a crapshoot, since I've no idea what the stock DPI is.
Anybody else tried this? What values did you decide on? Thoughts?
[NUMINIT] said:
I decided to try changing the watch's DPI a little to see if I could make sideloaded apps more usable, and it worked! Settled on 220 for now, but will probably raise it. It was a bit of a crapshoot, since I've no idea what the stock DPI is.
Anybody else tried this? What values did you decide on? Thoughts?
Click to expand...
Click to collapse
Can you tell me Which sideloaded apps are working with 220 dpi?
donalberto17 said:
Can you tell me Which sideloaded apps are working with 220 dpi?
Click to expand...
Click to collapse
Well, I've only tried a few so far, but here's what I got:
- Browsers are now actually almost usable. UC Mini gives me the best experience so far. Chrome is ssssllllooooow, Firefox is okay-ish, CM Browser crashes on start.
- Stock Google keyboard is finicky, but manageable. Microsoft's handwriting keyboard got screwed up by the dpi change (it works, but the letters are off from where you actually touch the screen)
- Greenify is great
- ES File Explorer works okay
Curiously, only sideloaded apps seem to have been affected. Wear apps, watchfaces, etc. are the same. Notification cards are noticeably smaller, and so are Wear's system icons (charging and disconnected). So there's very little to mess up, and the change is really easy to reset even if you don't know the watch's stock dpi (I don't).
[NUMINIT] said:
Well, I've only tried a few so far, but here's what I got:
- Browsers are now actually almost usable. UC Mini gives me the best experience so far. Chrome is ssssllllooooow, Firefox is okay-ish, CM Browser crashes on start.
- Stock Google keyboard is finicky, but manageable. Microsoft's handwriting keyboard got screwed up by the dpi change (it works, but the letters are off from where you actually touch the screen)
- Greenify is great
- ES File Explorer works okay
Curiously, only sideloaded apps seem to have been affected. Wear apps, watchfaces, etc. are the same. Notification cards are noticeably smaller, and so are Wear's system icons (charging and disconnected). So there's very little to mess up, and the change is really easy to reset even if you don't know the watch's stock dpi (I don't).
Click to expand...
Click to collapse
Stock DPI is 280, btw did you made those apps system apps? or you just sideloaded those apps normally?
donalberto17 said:
Stock DPI is 280, btw did you made those apps system apps? or you just sideloaded those apps normally?
Click to expand...
Click to collapse
Nope, just installed normally with adb install. I can actually access /system partitions with ES anyway.
[NUMINIT] said:
Nope, just installed normally with adb install. I can actually access /system partitions with ES anyway.
Click to expand...
Click to collapse
Ok uc browser it's opening but not loading pages, can you explain me what I need to do? It needs to be a system app? and another question latest version of google keyboard will work?
donalberto17 said:
Ok uc browser it's opening but not loading pages, can you explain me what I need to do? It needs to be a system app? and another question latest version of google keyboard will work?
Click to expand...
Click to collapse
Oh yeah, the browser needs to be system. Sorry for being unclear!
As for the keyboard, yes, it will work. You need to install it and then enable it manually, like this:
Code:
adb shell ime enable com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
then
Code:
adb shell ime set com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
Okay, so UC loads pages just fine if you're on Wifi but not connected to your phone via Bluetooth. Weird.

New to Android and just Bought a Razer

Hey all. So as the title says, I'm new to Android, I've had an iPhone for like 10 years now and fancied a change. Bought the Razer on Monday and was wondering whats the benefits of Rooting the phone? As someone who used to Jailbreak the iPhone for tweaks etc, why should I root my phone? And is there any advice/help for making my phone better out of the box?
My main reason is to block ads, web and YouTube.
Oh by the way welcome to the dark side. Lol
If ads don't bother you i personally wouldn't bother with all the trouble
I root mainly because of xposed/gravity box and ads blocker
waiflih said:
I root mainly because of xposed/gravity box and ads blocker
Click to expand...
Click to collapse
What's that?
Root is not that hard. Go to this post scroll down to "Prebuilt boot image:" download the IMG and flash it.
https://forum.xda-developers.com/showpost.php?p=76062554&postcount=1
I use root for several different things.
1) Get rid of Ads
2) Grant extra rights to an app called MacroDroid (This app allows you to fully automate your phone through macros, like setting up a rule that says when the phone connects to my work wi-fi then it automatically will switch to vibrate only. This particular rule does not require root but there are extra functions granted by root that allow you to pretty much create whatever kind of rule you want to suit your life. It's a very powerful app and useful app.)
3) Get access to the true file structure (or root) of the phone allowing you to change undercover things if you know what you are doing.
4) I have another app called Social Contact Photo sync that needs root to match up my phone contacts with their Facebook photos.
5) I have an app called Tiles that allows you to change out and add a few extra buttons to the quick menu in the pulldown tray.
6) This is probably the most important one though, Titanium Backup. This should be the first app you install after getting root. Not only does it back up the apps and things on your phone but it also saves the data within those apps. So any custom settings and whatnot you have made in the apps will be saved. It also has many many more features, such as cloud saves to Dropbox or Google Drive.
Ultimately though the real point of Rooting is to grant you admin access to do whatever you want with it, just the way a PC is. You own it, so make it yours.
lostnsound said:
I use root for several different things.
1) Get rid of Ads
2) Grant extra rights to an app called MacroDroid (This app allows you to fully automate your phone through macros, like setting up a rule that says when the phone connects to my work wi-fi then it automatically will switch to vibrate only. This particular rule does not require root but there are extra functions granted by root that allow you to pretty much create whatever kind of rule you want to suit your life. It's a very powerful app and useful app.)
3) Get access to the true file structure (or root) of the phone allowing you to change undercover things if you know what you are doing.
4) I have another app called Social Contact Photo sync that needs root to match up my phone contacts with their Facebook photos.
5) I have an app called Tiles that allows you to change out and add a few extra buttons to the quick menu in the pulldown tray.
6) This is probably the most important one though, Titanium Backup. This should be the first app you install after getting root. Not only does it back up the apps and things on your phone but it also saves the data within those apps. So any custom settings and whatnot you have made in the apps will be saved. It also has many many more features, such as cloud saves to Dropbox or Google Drive.
Ultimately though the real point of Rooting is to grant you admin access to do whatever you want with it, just the way a PC is. You own it, so make it yours.
Click to expand...
Click to collapse
Awesome. That's very helpful and sounds like I'll be doing that then! One note, should I force the Oreo update first or leave it?
askylitangel said:
Awesome. That's very helpful and sounds like I'll be doing that then! One note, should I force the Oreo update first or leave it?
Click to expand...
Click to collapse
If you wanna try rooting i recommend you to back up your ohone ir sync it with google, then download the factory images of razer,
From here you can flash the factory images of oreo and have your phone factory reset, then from there set up your phone.
Oh to use the factiry images, you need to unlock your bootloader.
IM in the same boat, ive only ever owned iPhones going back to the 3GS the RazerPhone is my 1st Android phone too slowely getting use to it however the only problems i have is with lack of secuirty and OS updates that we are use to on Apple devices
iliais347 said:
If you wanna try rooting i recommend you to back up your ohone ir sync it with google, then download the factory images of razer,
From here you can flash the factory images of oreo and have your phone factory reset, then from there set up your phone.
Oh to use the factiry images, you need to unlock your bootloader.
Click to expand...
Click to collapse
So how do I go about doing that?
There's always a guide
https://forum.xda-developers.com/razer-phone/how-to/guide-to-unlocking-bootloader-t3706462
Please be aware that unlocking your phone will delete all data so backup pictures etc
SeriousFlash said:
There's always a guide
https://forum.xda-developers.com/razer-phone/how-to/guide-to-unlocking-bootloader-t3706462
Please be aware that unlocking your phone will delete all data so backup pictures etc
Click to expand...
Click to collapse
So is it worth waiting on 3 to push the Oreo update? (I'm from UK) or should I unlock the bootloader and force the update?
If you want to root your phone just go for the unlocking and debranding your phone to get Oreo and the easy root.
If you don't want to root then wait for three I would say since Oreo doesn't bring too much new stuff besides autofill in apps and better Dolby Atmos
The guides are all pretty straight forward and if something goes wrong you can always flash the recovery images
SeriousFlash said:
If you want to root your phone just go for the unlocking and debranding your phone to get Oreo and the easy root.
If you don't want to root then wait for three I would say since Oreo doesn't bring too much new stuff besides autofill in apps and better Dolby Atmos
The guides are all pretty straight forward and if something goes wrong you can always flash the recovery images
Click to expand...
Click to collapse
Awesome. Thank you so much! If I get lost you're the first person I'll ask for help aha
I should probs ask. But once it's rooted what do I do next? Like to block ads etc
Block Ads without a constantly running process by modifying the HOSTS file, OS Tweaks (L Speed, HEBF Optimizer, ect.), Better Customization (Substratum), more features you can use, Hack games with Game Gaurdian (Useful in games like City Racing 3D where you can hack the IAPs to get them free, because $100 for one car is too expensive), Bypass regional or device restrictions on the Play Store by spoofing a different devices specs.... and for my favorite root ability, ViPER Audio (Nothing sounds as near as good, not even Dolby Atmos)!
The list goes on and on... I love root. Most devices I use I root. However rooting voids your warranty. Also some devices have better development and are more stable, the Razer Phone is still new so it may be a while longer before we have more ROM options with root.
There are two types of root. System and Systemless (Recommended, especially for new users since a factory reset will often undo changes you made that may of bricked your phone when something went wrong)
FanboyStudios said:
Block Ads without a constantly running process by modifying the HOSTS file, OS Tweaks (L Speed, HEBF Optimizer, ect.), Better Customization (Substratum), more features you can use, Hack games with Game Gaurdian (Useful in games like City Racing 3D where you can hack the IAPs to get them free, because $100 for one car is too expensive), Bypass regional or device restrictions on the Play Store by spoofing a different devices specs.... and for my favorite root ability, ViPER Audio (Nothing sounds as near as good, not even Dolby Atmos)!
The list goes on and on... I love root. Most devices I use I root. However rooting voids your warranty. Also some devices have better development and are more stable, the Razer Phone is still new so it may be a while longer before we have more ROM options with root.
There are two types of root. System and Systemless (Recommended, especially for new users since a factory reset will often undo changes you made that may of bricked your phone when something went wrong)
Click to expand...
Click to collapse
That sounds amazing tbh. Is there a tutorial for the systemless? And how would one go about installing the "add-ons" so to speak?
askylitangel said:
That sounds amazing tbh. Is there a tutorial for the systemless? And how would one go about installing the "add-ons" so to speak?
Click to expand...
Click to collapse
Personally I would wait until there's more development and things are more stable... but if you so ask...
First you should get TWRP. https://forum.xda-developers.com/razer-phone/development/twrp-razer-phone-t3727333 After installing, back everything up to your microSD card. Then you need to install Magisk (This is the systemless root, I usually myself don't use systemless root and I prefer system root as I'm more careful and I want some of my changes to stay even after a factory reset). After that, you may get Magisk modules which add functionality and use some root apps.
Just a quick note, it does seem like there are some minor bugs with the Oreo update on the Razer.
Me and my gf have matching razers and both our phones have stopped syncing voicemails to our dialer and our dialers keep crashing.
We have also had a problem with the phone becoming entirely unresponsive even to force power off and after about 5 minutes the OS would crash and reboot then it would be fine.
This all seems to be a bug within Oreo, the only other phone to ahve the update seems to be the Pixel phones and they seem to be reporting similar issues.
I never had these issues prior to the update and we have both had these phones since day one (very awesome phone by the way regardless of the issues).

Categories

Resources