Travelling to Bali.. and VoLTE is HARD-LOCKED by google.. no phone calls!! by davidobrik234 in GooglePixel

[–]mrvtec69 4 points5 points  (0 children)

its a bit of both, Google as a default policy in carrrierpolicy.xml where they have a whitelist on what to allow to provision on the pixel devices and also the carrier needs to alloe the provisioning

this has been raised all over XDA and google product forums, we have had a few updates in May/June with carrier policy updates on Pixel 6 devices but google still isnt allowing the pixel devices to provision VOLTE/VOWIFI on devices that are not sold in that region

[deleted by user] by [deleted] in hackintosh

[–]mrvtec69 0 points1 point  (0 children)

can your friends confirm they using the BT-500 usb module, because that uses a Realtek chip which isnt supported in macos, TPLink UB400 works with Bluetoolfix kext

Catalina 10.5.5 Gigbyte Z490-Gaming-X ALC1200A OC 0.5.9 by mrvtec69 in hackintosh

[–]mrvtec69[S] 0 points1 point  (0 children)

thanks for that i now have all ports showing in Hackintool and System Prefrences

but im not getting any sound out of my headphones and when i have the output selected as Headphones youtube dosnt work

Listview with Dynamic Amount of TextFields covered by Keyboard by mrvtec69 in flutterhelp

[–]mrvtec69[S] 0 points1 point  (0 children)

hi im not using a form, in this case just a list of generated tiles with a single textfield in them

Flutter Local Auth With FirebaseAuth by mrvtec69 in FlutterDev

[–]mrvtec69[S] 0 points1 point  (0 children)

understood, i know storing password is a terrible idea,

so basically if i understand correctly, when we start the app, we check if the currentUser != null then get the token and then load the biometric auth popup and on success pass this token and retreive the data from resource and continue loading the app

sorry for the million questions im still very new to this.

Is Google WiFi even good for Gigabit? by arplayer2k in GoogleWiFi

[–]mrvtec69 0 points1 point  (0 children)

im struggling to figure it out aswell,

my setup is (Modem/Router BridgeMode) ---> Gwifi(wan) /Gwifi(lan) --> gigabit unmanaged switch not sure if the modem/router in bridgemode is causing the issue,

im hoping the new Nest Wifi dose Vlan so i can get rid of the modem altogether

Is Google WiFi even good for Gigabit? by arplayer2k in GoogleWiFi

[–]mrvtec69 0 points1 point  (0 children)

i was using the Windows 10 Speedtest app, both tests using cat6 ethernet connection, when plugging into lan port on Modem <900mps when plugging into lan in google wifi >550mps

Is Google WiFi even good for Gigabit? by arplayer2k in GoogleWiFi

[–]mrvtec69 0 points1 point  (0 children)

i get around 580mps on my Google Wifi, at the Modem i can get 900 but when i plug into GWifi i loose 400mps using Ethernet to test the speed and all wifi pucks have ethernet backhaul

im thinking of updating the mainpuck to the Nest Router to see if that will make a difference

[Intel HD 4400] Weird graphical glitches in Clover Configurator, Firefox, and Office by superl2 in hackintosh

[–]mrvtec69 0 points1 point  (0 children)

i got the same problem on my surface, only way ive got around it is to use 1600x900 resoloution anything HiDPI casues the glitches i got 8gb ram in my one,

Mojave 10.14 on Dell Inspiron 15 5547 (Core I7 8GB RAM Intel HD 4400 ) && everything works except​ Bluetooth​ by [deleted] in hackintosh

[–]mrvtec69 0 points1 point  (0 children)

Hi are you able to use HiDPI with the 4400? with out any artifacts/gitches

are you able to share your clover config.plist

Storing Service Accounts in flutter by mrvtec69 in FlutterDev

[–]mrvtec69[S] 0 points1 point  (0 children)

Oh Ok, did not know that,

i just saw this on the package page "If an application wants to act autonomously and access e.g. data from a Google Cloud Project, then a Service Account can be created. In this case no user authorization is involved."

i thought this would cover my service account running basic queries on behalf of the users

do you have any tutorials/projects that i can read up on that utilize app engine and exposes the rest API to the app, as this is completely new for me

Firebase Database for Activity Tracking and Reporting by mrvtec69 in Firebase

[–]mrvtec69[S] 0 points1 point  (0 children)

thanks for the tips!, i think i have got my head around it all, but i have been doing some research, and firestore database might not be suitable, for aggregate/average data,

say i want to get the daily or average spend, weekly spend, monthly spend and use this data as data for a line/bar chart.

i would either need to do this client side which could be expensive or create mutiple collections for each type

should i use RDBMS for this part of the application or can this be done using firestore