Gear S3 with the Android P - Samsung Gear S3

Is anyone using their Gear S3 with a phone running the Android P dev preview? Been trying to connect mine and it constantly force closes. Just want to see if it's just me or if it is a problem with the app not working with P.

You're not alone, I've contacted Samsung support several times about the incompatibility issue in their app, but it seems like nobody in Samsung cares, I either don't get responses at all, or they just tell me to wait for updates (which would probably take years considering how Samsung handles this kind of stuff.
BTW, in case you're wondering what went wrong, here's the error log I retrieved from Logcat:
Code:
** --------- beginning of crash
03-28 19:53:29.528 3377-3377/? E/AndroidRuntime: FATAL EXCEPTION: main
*** Process: com.samsung.android.app.watchmanager, PID: 3377
*** java.lang.NoClassDefFoundError: Failed resolution of: Landroid/content/pm/IPackageInstallObserver$Stub;
******* at com.samsung.android.app.twatchmanager.packagecontroller.PackageControllerFactory.makeInstance(Unknown Source:6)
******* at com.samsung.android.app.twatchmanager.packagecontroller.PackageControllerFactory.getInstaller(Unknown Source:4)
******* at com.samsung.android.app.twatchmanager.util.CleanupAsyncTask.onPreExecute(Unknown Source:40)
******* at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:648)
******* at android.os.AsyncTask.execute(AsyncTask.java:595)
******* at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment.startCleanupTask(Unknown Source:28)
******* at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment.access$3100(Unknown Source:0)
******* at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment$13.handleMessage(Unknown Source:121)
******* at android.os.Handler.dispatchMessage(Handler.java:106)
******* at android.os.Looper.loop(Looper.java:164)
******* at android.app.ActivityThread.main(ActivityThread.java:6656)
******* at java.lang.reflect.Method.invoke(Native Method)
******* at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
******* at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
**** Caused by: java.lang.ClassNotFoundException: Didn't find class "android.content.pm.IPackageInstallObserver$Stub" on path: DexPathList[[zip file "/data/app/com.samsung.android.app.watchmanager-ExhBUk2ofzT0Hwta2wDw9w==/base.apk"],nativeLibraryDirectories=[/data/app/com.samsung.android.app.watchmanager-ExhBUk2ofzT0Hwta2wDw9w==/lib/arm64, /system/fake-libs64, /data/app/com.samsung.android.app.watchmanager-ExhBUk2ofzT0Hwta2wDw9w==/base.apk!/lib/arm64-v8a, /system/lib64]]
******* at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:125)
******* at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
******* at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
******* at com.samsung.android.app.twatchmanager.packagecontroller.PackageControllerFactory.makeInstance(Unknown Source:6)*
******* at com.samsung.android.app.twatchmanager.packagecontroller.PackageControllerFactory.getInstaller(Unknown Source:4)*
******* at com.samsung.android.app.twatchmanager.util.CleanupAsyncTask.onPreExecute(Unknown Source:40)*
******* at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:648)*
******* at android.os.AsyncTask.execute(AsyncTask.java:595)*
******* at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment.startCleanupTask(Unknown Source:28)*
******* at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment.access$3100(Unknown Source:0)*
******* at com.samsung.android.app.watchmanager.setupwizard.HMConnectFragment$13.handleMessage(Unknown Source:121)*
******* at android.os.Handler.dispatchMessage(Handler.java:106)*
******* at android.os.Looper.loop(Looper.java:164)*
******* at android.app.ActivityThread.main(ActivityThread.java:6656)*
******* at java.lang.reflect.Method.invoke(Native Method)*
******* at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)*
******* at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)*
****
****
*** --------- beginning of system (end of crash)
Seems like a stupid coding problem to me, and a fix would be pretty easy by just changing several lines, but unfortunately they don't seem to worry about problems in their apps, so... The choices are to wait, switch to Android Wear, or roll back to Android O.

I kept having this issue and finally realized the issue. Android deprecated the hidden API Samsung references (IPackageObserver). This hidden API only works if the app is a system app, so it is weird that Samsung has this. Maybe it makes the experience a little nicer on Samsung devices since everything can be done in the background, but when it causes crashes it is not ideal. All you need to do to resolve this issue is edit the smali file for com.samsung.android.app.twatchmanager.packagecontroller.PackageControllerFactory.
The method makeInstance() needs changed to false (So it doesn't try hidden API). After that you will have to re-sign Samsung Gear, Accessory, and Plugin APK's because they use a shared user ID. One issue I noticed is due to having to re-sign the APK Samsung Pay was giving me issues. Hopefully Samsung resolves this issue soon.

iHelp101 said:
I kept having this issue and finally realized the issue. Android deprecated the hidden API Samsung references (IPackageObserver). This hidden API only works if the app is a system app, so it is weird that Samsung has this. Maybe it makes the experience a little nicer on Samsung devices since everything can be done in the background, but when it causes crashes it is not ideal. All you need to do to resolve this issue is edit the smali file for com.samsung.android.app.twatchmanager.packagecontroller.PackageControllerFactory.
The method makeInstance() needs changed to false (So it doesn't try hidden API). After that you will have to re-sign Samsung Gear, Accessory, and Plugin APK's because they use a shared user ID. One issue I noticed is due to having to re-sign the APK Samsung Pay was giving me issues. Hopefully Samsung resolves this issue soon.
Click to expand...
Click to collapse
Can you share the APK?

dsmitty166 said:
Can you share the APK?
Click to expand...
Click to collapse
I'm working on it, if nobody else shares it I'll try and upload it here.

Please do post it. I'm tempted to roll back if I can't get my watch working.

Did anybody test Samsung Gear with P Beta ?

DO NOT INSTALL ANDROID P IF YOU HAVE THE SAMSUNG GEAR APP ON YOUR PHONE.
Sorry didn't mean to yell but it will render your gears s3 a paper weight...and Samsung could care less
---------- Post added at 01:18 PM ---------- Previous post was at 01:14 PM ----------
huskerpat said:
Please do post it. I'm tempted to roll back if I can't get my watch working.
Click to expand...
Click to collapse
I have been trying to opt out of android P for 18 hours now...and got nothing. Getting ready to just do a warranty exchange.
---------- Post added at 01:27 PM ---------- Previous post was at 01:18 PM ----------
julk13 said:
Did anybody test Samsung Gear with P Beta ?
Click to expand...
Click to collapse
don't do it...your gear smart watch or fitness device will become useless. Requested a rollback from Google back to android O 19 hours ago and haven't gotten it yet. Cant even sideload the previous android O.....

There is a way to get it working I did it with my pixel 2 xl on DP1 when it was released I flashed the factory image while removing the -w command from the script, this preserved my data and I was able to continue using my watch.

Just grab the Oreo image from Google and use fastboot to flash it. You might can even get by without having to factory reset the phone doing it that way if you just remove the "-w" from the fastboot command.

samt3 said:
Just grab the Oreo image from Google and use fastboot to flash it. You might can even get by without having to factory reset the phone doing it that way if you just remove the "-w" from the fastboot command.
Click to expand...
Click to collapse
Don't think I can do that on a locked bootloader. Got a Verizon phone.

Yea your right. Forgot Verizon have there bootloaders locked down. My girlfriend had the original Pixel that ended up being the Verizon model. I ran into the exact same problem on her phone with the Oreo beta. The roll back kept failing to download. I think I ended up joining the beta and exiting it about 10 to 15 times before it successfully downloaded.

i came here for that
tried to pair my watch but no P support yet

Djfrost said:
DO NOT INSTALL ANDROID P IF YOU HAVE THE SAMSUNG GEAR APP ON YOUR PHONE.
Sorry didn't mean to yell but it will render your gears s3 a paper weight...and Samsung could care less
---------- Post added at 01:18 PM ---------- Previous post was at 01:14 PM ----------
I have been trying to opt out of android P for 18 hours now...and got nothing. Getting ready to just do a warranty exchange.
---------- Post added at 01:27 PM ---------- Previous post was at 01:18 PM ----------
don't do it...your gear smart watch or fitness device will become useless. Requested a rollback from Google back to android O 19 hours ago and haven't gotten it yet. Cant even sideload the previous android O.....
Click to expand...
Click to collapse
My Tmo Gear s3 is working perfectly fine on my p2xl on android P, I had it setup before taking the P Beta OTA.

Not working on Android p beta 2. Samsung does not give a f*** about their users.

Samse issue here, it'd be good if there is an alternative app

keaheng said:
Not working on Android p beta 2. Samsung does not give a f*** about their users.
Click to expand...
Click to collapse
Why would Samsung support software that is not meant for general use and aimed at developers? Google even warns you it is not to be used as a daily driver and all your software may not work. Stop being so entitled. Support for P will come in due time, probably during one of the later builds that finalize the APIs if the O preview was anything to go by.

fiffan86 said:
My Tmo Gear s3 is working perfectly fine on my p2xl on android P, I had it setup before taking the P Beta OTA.
Click to expand...
Click to collapse
Mine worked too (including Samsung Pay), until i lost bluetooth connection, and to "re-pair". Couldn't reconnect without going back to Android O. Gear App kept crashing.

My Gear S3 is working fine with my Pixel XL with Android P DP2. All notifications and fitness related features are working. Also, Samsung Pay is working on the watch. The only problem is you cannot open Samsung Pay anymore in Gear app. It will only show "Installing Samsung Pay (Gear Plug-in)". Samsung store and Samsung health are both okay.
I came from Oreo 8.1 with Gear paired completely with my phone. I just opt in Android P DP2 and update it.

So is it if you already had everything set up it works fine on the beta?

Related

Hancom Office Apps [Port]

This is the hancom suite of applications included with the new Samsung galaxy tabs. The package includes the following
Hword
Hshow
Hcell
The package should work on any android device running android 4.1.2 and above(including kitkat). Personally i find this the best mobile office application suite for android and works extremely well if your device is a tablet with a keyboard/dock.
Instructions
1. Download the zip file below and extract it (DO NOT FLASH!!!)
2. install all apk files inside as usual
3. Profit, enjoy the apps
F.A.Q
1. Does it work with ART?
Yes
2. Will it work with my particular device?
IDK try it and see for yourself
3. It doesnt fit the display correctly?
thats because it was made with tablets in mind
Downloads
Mod Edit: Links removed
Mirror
(will be up shortly)
PLEASE DO NOT MAKE MIRRORS! OR USE THE FILES IN YOUR OWN PROJECTS WITHOUT ASKING ME FIRST
If you like please hit thanks
Currently tested on and working
Xperia Z (AOSP/Sony stock)
Asus transformer pad infinity (stock Asus/ AOSP)
Galaxy S 1,2,3,4 (Touchwiz/AOSP)
Nexus devices from Jellybean and up
Almost any phone with AOSP/CM11/AOKP etc
Techpenguin5 said:
Mod Edit: Long quotes removed
Click to expand...
Click to collapse
BTW should really go in apps/games section, will also help you get more spread
AJM-hackers said:
Just wondering where you got these from? (Not trying to be rude, serious question ). I like to know where the apks come from before installing
---------- Post added at 12:46 AM ---------- Previous post was at 12:35 AM ----------
BTW should really go in apps/games section, will also help you get more spread
Click to expand...
Click to collapse
Haha I totally understand your concern, I got these from the system dump of the samsung galaxy note pro tab. And thank you for the suggestion of moving the thread any idea of how I can do that I'm still kind of a noob lol
Sorry, but for most people this would be a paid app, so it can not be provided for free.

System update OFF

Hi, i can at Nexus 5, disable system updates on a lollipop? I want to have a KitKat, but in settings-phone- details download system updates is not an option to cancel the notice of the availability of OTA.
Other phones here have the option not to notice, nexus 5 no
Huh?
He wants to know how to stop the Lollipop OTA from coming through to his KitKat device. More precisely, he is concerned about the persistent notification.
Aerowinder said:
He wants to know how to stop the Lollipop OTA from coming through to his KitKat device. More precisely, he is concerned about the persistent notification.
Click to expand...
Click to collapse
And here we are getting impatient coz Google haven't given us the OTA update. Google really need to sort their issues out. People who want the OTA update should be able to get it and people who don't should be able to refuse it.
Google makes available the previous version of Android, but does not allow the previous version of the system have to leave. Why is it then makes available ???
Pajoš said:
Google makes available the previous version of Android, but does not allow the previous version of the system have to leave. Why is it then makes available ???
Click to expand...
Click to collapse
What?
lol original older versions android , factory images from developers google, i cant here write URL
me english is bad? sry i use google translator
Pajoš said:
lol original older versions android , factory images from developers google, i cant here write URL
me english is bad? sry i use google translator
Click to expand...
Click to collapse
Yes, your English is bad. I still don't understand what you are saying. The good folks at Google make factory images for older versions of Android available and what's your beef with that?
I want to have to stand in the Nexus 5, KitKat. And I do not know how to disable the warning system on new lollipop.
Here I wonder why Google makes available for all Nexus devices older version of Android, we can not be then in tlelefonu permanently.
Pajoš said:
Google makes available the previous version of Android, but does not allow the previous version of the system have to leave. Why is it then makes available ???
Click to expand...
Click to collapse
1. Do not stand on your phone. You'll break it.
2. I wasn't aware Lollipop came with a warning system. What does it warn you of?
3. 'tlelefonu' isn't a word. What are you trying to say here?
1. I dont anderstandt you.
2. My sister wants to update her favorite game supports only Dalvik. And she got used to the KitKat and wants a new environment, my sister does not like the lollipop system. The materials nor design is not like her to.
3. correction:
Otherwise, I wonder why Google makes available for all Nexus devices older version of Android, we can not be the phone permanently.
Pajoš said:
I want to have to stand in the Nexus 5, KitKat. And I do not know how to disable the warning system on new lollipop.
Here I wonder why Google makes available for all Nexus devices older version of Android, we can not be then in tlelefonu permanently.
Click to expand...
Click to collapse
When you long press the notification, and it takes you to the Apps section, do you have the option to ignore notifications from it?
Are you rooted? Are you on Dalvik? If you are on Dalvik, get Xposed and GravityBox.
Pajoš said:
1. I dont anderstandt you.
2. My sister wants to update her favorite game supports only Dalvik. And she got used to the KitKat and wants a new environment, my sister does not like the lollipop system. The materials nor design is not like her to.
3. correction:
Otherwise, I wonder why Google makes available for all Nexus devices older version of Android, we can not be the phone permanently.
Click to expand...
Click to collapse
I believe what he is asking is:
1 - is there a way to stop kitkat from displaying that there is an update available.
2 - Why does Google make older versions available if, when you flash them, you still get a persistent notification to update.
His sister wants to stay on kitkat because her favorite game needs Dalvik and won't run on lollipop.
GooGooMuck said:
.
Click to expand...
Click to collapse
GooGooMuck Yes it is. She has Dalvik and not root.
So far, nobody knows how to help us.
Once stable month-tested rom lollipop, so maybe update lollipop.
I wanted to write to other sections, perhaps should my topic noticed someone experienced android-people user.
Pajoš said:
GooGooMuck Yes it is. She has Dalvik and not root.
So far, nobody knows how to help us.
Once stable month-tested rom lollipop, so maybe update lollipop.
I wanted to write to other sections, perhaps should my topic noticed someone experienced android-people user.
Click to expand...
Click to collapse
Please do not write to other sections. If someone knows how to help, this is the best place to ask.
Unfortunately I am unaware of a way to stop the update notifications without having root.
GooGooMuck said:
I believe what he is asking is:
1 - is there a way to stop kitkat from displaying that there is an update available.
2 - Why does Google make older versions available if, when you flash them, you still get a persistent notification to update.
His sister wants to stay on kitkat because her favorite game needs Dalvik and won't run on lollipop.
Click to expand...
Click to collapse
Ohhh, finally I get it. Well,
1. No, there isn't. Not without root.
2. Same reason why they send update notifications to 1% of the Nexus device user base, while the rest of us wait in agony. Look at your example for instance... you're being pestered about the 5.0 update even when you don't want it. A friend of mine, he's studying overseas and left his Nexus 7 with his 56 year old mother, when leaving his home country, for Skyping n stuff. His mom now keeps asking him what an "Android 5.0 System Update" is and how to get rid of the notification, while he bangs his head against the wall with his KitKat Nexus 5 and his d*ck in his hand.
lol sorry this icon -question mark , i make testing functions
Before the KitKat without errors, it took a month or two months? (4.4.3 Nexus5)
After this experience with Android, a sister like to wait for a stable release, or lollipop never want.
I am changing in my Motorola moto g settings for morelocale2, wets pm adb commands (non-root) settings. To cancel the update notification system on a lollipop pm command does not exist?
So I got it, just disable the app OTA. Happy, i go back KitKat
edit: my motorola has the option to disable OTA (in Settings -> Applications) but nexus 7 2012 my father anymore.
I think that the Nexus 5 will be the same problem
I found that when kit kat ignore the call for availability OTA, so after 14 days to report ...... and will KitKat is 4rever

Official Stable Oreo update is out

Xiaomi ends the year with oreo update.
Read more: http://www.fonearena.com/blog/239031/xiaomi-mi-a1-android-oreo.html (Official tweet inside)
I updated my A1 to oreo successfully
Screenshots:
up loading photos
up loading photos
Happy New Year in advance...
Got my uodate too. Currently downloading.
Please let me know if we will have Google phone before I will get this Update too. I am still waiting.
I downloaded the update till 50% and then when I came after 5 mine it's showing ur system is up to date
Does anyone know what Happened?
kaiwanted said:
Please let me know if we will have Google phone before I will get this Update too. I am still waiting.
Click to expand...
Click to collapse
Yes the app it's include in this update
help
plz help me im not get oreo update in my Mi A1
i see the notification that i could update now
but when i press to download after a while it says me couldn't download !!!
is there any solution>?
OREO updated...
Happy New Year 2018
updated to Oreo....thanks Android One Mi team
Sir i wanted to know which charger should i use to get fast charging after oreo update??
Yogesh9694 said:
Sir i wanted to know which charger should i use to get fast charging after oreo update??
Click to expand...
Click to collapse
Use the stock charger and cable. It's not "fast charging" like Qualcomm quick charge. It's just Android's way of saying that you're charging above 1A.
After oreo stable update, all my dialled calls, receive calls are shown as missed call. It became very frustrating. I have updated the dialer and contacts app. But no use. Can anyone help me please.
---------- Post added at 08:48 PM ---------- Previous post was at 08:44 PM ----------
After oreo stable update, all my dialled calls, receive calls are shown as missed call. It became very frustrating. I have updated the dialer and contacts app. But no use. Please anyone, help me.
Is this update also brings EIS to camera?
It finally fixed the missing voice response of Google Assistant :victory:
No PIP option visible in MiA1 after oreo update
Guys PIP option is not available for MiA1 after the update, did anyone find? Ideally it should be under system tuner in settings....
guys can someone please link me to a zip file for the OTA update?
Just installed - killed my phone!
Few minutes after installing the last update, My xiaomi a1 start freezing and hanging.
I can't use it now. I need to restart every few minutes!
rozoIam said:
Few minutes after installing the last update, My xiaomi a1 start freezing and hanging.
I can't use it now. I need to restart every few minutes!
Click to expand...
Click to collapse
This isn't informative, what have you tried to fix it?
Sorry for that
It just was very annoing.
New phone and after first update, it freeze evet second.
I was in a heary, so I just factory rest the device. it looks better no.
Downloaded the update and got this 3 times
I have the same problem downloaded the update several times with an error "couldn't update"

Android Developer Preview Discussion Thread

Hey Guys,
Want to discuss about the latest android developer preview
Will share the findings here.
All are welcome to do it here.
Hope we can create a stable preview soon.
First of all, apps which need to pass a security check don't work in the current build:
- Netflix
- Pokemon Go
- Others?
* The new gesture navigations options can't be found yet under Settings > System > Gestures. Although you can find the 3 options if you search in the settings, you can't change it.
* Some settings can only be changed via the developer options (accent colors, icon shape).
* Signal bar is not visible in the notification bar
Yup.
And fortunately, i am not facing some problems which are mentioned on the Nokia's community page.
Some missing features which i noticed are -
1. Gestures
2.Buggy Download manager
3.VoLTE seems to be working but not completely. I can receive calls but not make calls and send/receive sms.
4.Camera works fine. However, its the vanilla version of Camera app provided by Qualcomm so nothing special expected from it. Nokia will replace that app with it's own in upcoming builds.
5.External storage like SD card is not accessible by third-party apps but only system apps compatible with Android Q . I guess there are some changes with Storage framework because of which apps are not able to access SD card. Checked this with Whatsapp, instagram.
6.Apps requiring Google certifications/safety net or something similar would not work because the OS is still in Development phase.
7.Fingerprint is working fine, but is slow.
8.Dark theme is not properly applied over settings app.
9.Files app crashes when refreshing.
If you are reading this and thinking to update to Android Q Dev Preview. I would like to clarify that the OS is still in development and may get even worse with every update.
So, if you are not ready to use other phone as a backup do not update to Q.
Definitely facing all the above mentioned issues, in addition to Whatsapp being unable to restore backups from Google drive.
Anyways i made the mistake as installing this as my daily driver... Do you guys have any idea if it's possible to rollback even if there's no official support for that?
mariokazzi said:
. Do you guys have any idea if it's possible to rollback even if there's no official support for that?
Click to expand...
Click to collapse
just saw it... "We are currently unable to support rollback to Android 9 Pie. We hope to have manual rollback support available by 16 May 2019. The website will be updated as soon as manual rollback is available." https://www.nokia.com/phones/en_int/developer/
Manual roll
Hey guys just wanted to let you know that Nokia update their dev website with a manual Rollback method
Is this Q DP3, or first build .
Nokia has announced that Q OTA will come in June End with much better hardware ,software optimized
avi_loveindia said:
Is this Q DP3, or first build .
Nokia has announced that Q OTA will come in June End with much better hardware ,software optimized
Click to expand...
Click to collapse
This is preview beta. Very unstable and more for developers. When Q OTA comes your hardware won't change. That's permanent. ?
seedubya said:
This is preview beta. Very unstable and more for developers. When Q OTA comes your hardware won't change. That's permanent.
Click to expand...
Click to collapse
Well, i didn't say hardware change Einstein , I said hardware optimized (better driver, firmware)
avi_loveindia said:
Well, i didn't say hardware change Einstein , I said hardware optimized (better driver, firmware)
Click to expand...
Click to collapse
No need to start name calling mate, I haven't disrespected you and don't intend to. Peace.
Though it's awesome phone on its price sagment, why developers are away to develop custom roms for it ?
deepss1 said:
Though it's awesome phone on its price sagment, why developers are away to develop custom roms for it ?
Click to expand...
Click to collapse
Because Nokia does not allow unlocking of bootloaders?
deepss1 said:
Though it's awesome phone on its price sagment, why developers are away to develop custom roms for it ?
Click to expand...
Click to collapse
Yes I am too waiting for some one to start on custom rom.
---------- Post added at 02:35 PM ---------- Previous post was at 02:33 PM ----------
as android app developer. want to start building up rom for our phone Nokia 8.1
not sure no body yet started discussion on this.
Nevermind...
There is any changes in Beta 5 OTA build? Because when I flashed developer preview manually, there was a serious bug, if I touch fingerprint sensor device was stopped working only reboot is option, even if device is just locked and if I touch on fingerprint device stopped working, so I simply rolled back to pie
Recently installed Android 10 OTA build version 00WW_4_070 (directly from pie). I see a working option to unlock the bootloader under the developer options page. Any devs working on rooting and/or a custom rom?
razor17 said:
There is any changes in Beta 5 OTA build? Because when I flashed developer preview manually, there was a serious bug, if I touch fingerprint sensor device was stopped working only reboot is option, even if device is just locked and if I touch on fingerprint device stopped working, so I simply rolled back to pie
Click to expand...
Click to collapse
I installed the ota update (v5) last night. I had faced the same issue regarding the fingerprint sensor after manual install. For the time being, I see that the phone is working well. But when I m receiving calls, I am not able to answer right away. The phone app is freezing or disappearing in the background.

[ROM][T320][T325][UNOFFICIAL] LineageOS 16.0 | Android 9.0 Pie 20200411

I'm not responsible for any damage to your device of any sort.
By flashing this you take responsibility of anything that happens.
Process at your own risk!
If you want to check firmware - please make backup. Better to store all partitions, at least efs and may be modem.
I'm using nano/pico gapps.
Instructions
1. Install custom recovery
2. Download the zip(s) - firmware and Google Apps additional package (optional)
3. Backup all partitions (it least efs) and store somewhere - it need to do - because you can loose imei
4. Full wipe all
5. Flash firmware and gapps
Work
Almost all
Known Issues
If you have wifi issues with latest release, please after install firmware apply patch:
SM-T320: https://drive.google.com/file/d/1E79Gcn7rNox2vP3OUd5FcVm2-a0aE12n/view?usp=sharing
SM-T325: https://drive.google.com/file/d/1fn1zJLL8dTJJJyoMEqph3DPH50YJp_gO/view?usp=sharing
Links
SM-T320
7. 20200411: march security patch, kernel update: https://drive.google.com/file/d/1I3QGfAEo55MKoEpBHBoZwj9a6EWzFBzA/view?usp=sharing
6. 20191211: december security patch, video recording, kernel from q with new wlan driver: https://drive.google.com/file/d/1YsniqI2RPwPKN9dB_7fKBAo9QkzxSFs_/view?usp=sharing
5. 20191130: latest sources, update kernel (autobrightness, some cleanup): https://drive.google.com/file/d/1swloB3vCfNsVzr9qsCmgpP8FpdrbXaJ2/view?usp=sharing
4. 20191112: november security patch: https://drive.google.com/file/d/1KQUcfna2rbeq8TLZfu44e63la59-rmzY/view?usp=sharing
3. 20191102: https://drive.google.com/file/d/1qJstVdMuPOM5ihsWqNvQeO4NyzsaVVIF/view?usp=sharing
2. 20191029: rollback dtb blocks to old stock: https://drive.google.com/file/d/1bY-vCQj57Gfgco1HeGbkkyjJEdOYOG2D/view?usp=sharing
1. 20191026: initial build: https://drive.google.com/file/d/1H3X036Qe9MJwEkE2zMPH5gQ05DLTkCzc/view?usp=sharing
SM-T325
4. 20200411: march security patch, kernel update: https://drive.google.com/file/d/13W9kC8RXK9CkqhDt5X9SQ7k9GISHbI5w/view?usp=sharing
3. 20191214: fix audio issues from last release: https://drive.google.com/file/d/1Mo3tPRTXtik2kBVNLJ8kw_bA6NJAgMuW/view?usp=sharing
2. 20191211: december security patch, ril + mobile data, internal speaker, kernel from q with new wlan driver: https://drive.google.com/file/d/13ARo1qiUh9MrNh9DHNlwxdo028cGpAjI/view?usp=sharing
1. 20191130: latest sources, update kernel (autobrightness, some cleanup), november security patch: https://drive.google.com/file/d/1Y4w1enXmMmDmLCvgzQSf5V6w-6wiPqLA/view?usp=sharing
Gapps
https://opengapps.org
Recovery
Use official version from:
SM-T320: https://twrp.me/samsung/samsunggalaxytabpro8.4wifi.html
SM-T325: https://twrp.me/samsung/samsunggalaxytabpro8.4lte.html
Sources
Sources: https://github.com/Lineageos
Device: https://github.com/Valera1978/android_device_samsung_mondrianwifi and https://github.com/Valera1978/android_device_samsung_mondrianlte
Kernel: https://github.com/Valera1978/android_kernel_samsung_msm8974
Vendor: https://github.com/Valera1978/android_vendor_samsung_mondrianwifi and https://github.com/Valera1978/android_vendor_samsung_mondrianlte
Thanks
Thanks to LineageOS team
Hello. 2 weeks ago with a big discount, I bought used a tab pro 8.4 wifi tablet.
I develop firmware for several tablets - note 12.2 on the same qcom 800, tab a 2016 on exynos 7870 (wifi&lte) and a tab s3 on qcom 820 (wifi&lte).
Initially, I thought, since the note pro is almost then same, as the tab pro series (actually, the note pro was develop based on the tab pro series), it turned out that these are huge differences, and I spent a huge amount of time to launch the tablet.
There were literally problems with everything - I spent almost a week launching just a panel and correctly turning it on/off. Then a huge amount of time to launch wifi and bt. Well, at the end, the sensors and cleanup the sources.
A bit later I'll build sm-t325 version and may be 10.1 sm-t525 (but I don't have this tablets, please send me to pm if you ready to help with test)
All my tablets already has android q. Of course after cleanups sm-t320 will get android q too.
Working for me only with pico gapps
del
Valera1978 said:
Hello. 2 weeks ago with a big discount, I bought used a tab pro 8.4 wifi tablet.
I develop firmware for several tablets - note 12.2 on the same qcom 800, tab a 2016 on exynos 7870 (wifi&lte) and a tab s3 on qcom 820 (wifi&lte).
Initially, I thought, since the note pro is almost then same, as the tab pro series (actually, the note pro was develop based on the tab pro series), it turned out that these are huge differences, and I spent a huge amount of time to launch the tablet.
There were literally problems with everything - I spent almost a week launching just a panel and correctly turning it on/off. Then a huge amount of time to launch wifi and bt. Well, at the end, the sensors and cleanup the sources.
A bit later I'll build sm-t325 version and may be 10.1 sm-t525 (but I don't have this tablets, please send me to pm if you ready to help with test)
All my tablets already has android q. Of course after cleanups sm-t320 will get android q too.
Click to expand...
Click to collapse
everything seems to work. thank you for this huge job
Thanks a lot! For me it works too!!! I used TWRP 3.2.3.0 and gapps mini (arm)! Dont forget a full wipe after installation.
Sent from my [device_name] using XDA-Developers Legacy app
@Valera1978
THX, you have done a great job, alot of us have waiting for this Version 16, camera works fine.
@Valera1978
Which Security Date has got this ROM.
Wound you like to update this ROM monthly with newest Patch level ?
bierma32 said:
@Valera1978
Which Security Date has got this ROM.
Wound you like to update this ROM monthly with newest Patch level ?
Click to expand...
Click to collapse
Current security update is october 2019.
You can monitor new update in: https://github.com/LineageOS/android_build/blob/lineage-16.0/core/version_defaults.mk , PLATFORM_SECURITY_PATCH define
Usually a new update appears on the 5-10th of the month (in lineage code) and after it I'm building new version.
Thank you for your working. I really expect the version of SM-T325
And what about SM-T520?
TechDriver said:
And what about SM-T520?
Click to expand...
Click to collapse
sm-t520 has differ platform. this is exynos5420 like t900\p900\901.
Thanks much! You brought a new life into my favorite tablet! It's hard to find a premium 8.4 tablet these days and hardware in this 5 year old one is running strong with your ROM.
Спасибо Валера!
Incredible to find developers still going strong in creating latest android version builds for this tablet after 5 years. Kudos to OP!
Works flawless and surely has added couple of more years life to the tablet now.
new versions.
Added version for sm-t325.
Unfortunately I do not have a t325 and I need somebody to test firmware. Please make backup efs/modem/may be all before test just in case.
Links in first post.
Valera1978 said:
new versions.
Added version for sm-t325.
Unfortunately I do not have a t325 and I need somebody to test firmware. Please make backup efs/modem/may be all before test just in case.
Links in first post.
Click to expand...
Click to collapse
I've tried test version on my SM-T325. There was repetitive rebooting problem initially and I cannot set anymore
However, thank you for your effort and I believe you can fix this problem.
How do i install this?
sorry to be a noob but this is my first time rooting an android device in about 8 years.
I have rooted by T320 and have super user.
I have installed the TWRP app.
I have odin.
I have all the downloads suggested on both my PC and my Samsung SD card.
WTF am i supposed to do from there? Do i install the mondrianwifi i find in the TWRP app if, so to boot or recovery? Or am i supposed to install the version the author linked. I hav read multiple articles but they don't explain what i am doing, why, how i should choose my options and they are all seriously out of date (given the age of the tablet)
Help!? Can someone give me a breadcrumb trail?
---------- Post added at 03:13 PM ---------- Previous post was at 02:51 PM ----------
scyto said:
sorry to be a noob but this is my first time rooting an android device in about 8 years.
Help!? Can someone give me a breadcrumb trail?
Click to expand...
Click to collapse
Ok i figured it out by a lot of poke and hope and got lucky.
I have the new firmware on with micro apps.
Was non intuitive how long the tablet takes after first reboot to get everything ready and WTF is that slider / circle animation - i thought it was telling me to slide my finger from right to left (that was up for like 2.5 mins the first time) luckily i just waited.
On first use lots of apps reported crashing most stopped but BT app was in infinite reboot.
Did hard reboot and the BT app is still infinitely rebooting along with android.process.media
Trying a factory reset, use TWRP to wipe device (all but SD card) and reinstall to fix....
---------- Post added at 03:32 PM ---------- Previous post was at 03:13 PM ----------
now its hung at the strange animation for more than 10 mins and power button does nothing? What next?
Another wipe and re-install not connected to USB seemed to fix it.
nrpia said:
I've tried test version on my SM-T325. There was repetitive rebooting problem initially and I cannot set anymore
However, thank you for your effort and I believe you can fix this problem.
Click to expand...
Click to collapse
Please post logs,
SM-T325 builds appreciated
Valera1978 said:
new versions.
Added version for sm-t325.
Unfortunately I do not have a t325 and I need somebody to test firmware. Please make backup efs/modem/may be all before test just in case.
Links in first post.
Click to expand...
Click to collapse
WOW just WOW 
 @Valera1978 Thank you for all your efforts and bringing this device back to life! I'm happily looking forward to test builds for the SM-T325 and provide logs if needed.
Valera, What is new in release from 11/02 (lineage-16.0-20191102-UNOFFICIAL-mondrianwifi)? Or it is targeted to owners of SM-T325 and you just misplaced it in SM-T320 section?

Categories

Resources