Jump to content

Deval

S4GRU Premier Sponsor
  • Posts

    4,088
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Deval

  1. Yep that's why I said it was late logging. Have to say that driving down 50 is a scary effort at night. Was driving back from Lake Tahoe.
  2. Could be a glitch in SignalCheck Pro. Checking my logs now and realized I never enabled them during my trip to NorCal. SoCal has it: 1 8/1/2017 16:56 -7 8/1/2017 18:24 -7 34.039354 -118.663999 39.39 Sprint B25² 10x10 310120 0BC0B911 474 24577 0 -67 34.038446 -118.675527
  3. Was up in Sacramento for vacation (few hours from Napa) and coverage there was more than usable. Everywhere I went I had 10x10 of B25 and B41 popping up in some places.
  4. Thanks Mike, appreciate your help, will download the latest version and test it out on my devices. Have both a Sprint and Verizon S8/S8+ to test with. I just got back from vacation so I missed your message.
  5. The only way they will be formidable is if they put 600mhz on every tower, and have enough site density to cover the folks that the big 2 do.
  6. There has to be a specific API call because the device goes into a different mode when its docked in. Not that I would ever suggest a complete rebuild of the app or something http://developer.samsung.com/samsung-dex/modify Here is some good info on the site: Detect DeX Mode When the display mode is changed from mobile mode to Samsung DeX, its configuration is changed. Use the below system configurations to detect Samsung DeX mode. UI mode : desk Screen layout : xlarge UI mode : desk Density : mdpi Resolution : FHD Orientation: portrait -> landscape This code snippet shows how to Query the current status of DeX (for 3rd party apps) import android.content.res.Configuration; import java.lang.reflect.Field; import java.lang.Class; Configuration config = getResources().getConfiguration(); try { Class configClass = config.getClass(); if(configClass.getField("SEM_DESKTOP_MODE_ENABLED").getInt(configClass) == configClass.getField("semDesktopModeEnabled").getInt(config)) { // Samsung DeX mode enabled } } catch(NoSuchFieldException e) { } catch(IllegalAccessException e) { } catch(IllegalArgumentException e) { }
  7. Unfortunately not, even with a show silently option it does not stop the pop up. The only way to do so is to disable the notification completely. I love the app, so I disable and enable once I'm out of DeX mode.
  8. Please see attached screenshot. The box circled in the lower right is the notification which appears every 8-10 seconds.
  9. Sure, I'll send you screenshots. I use SCP daily on my devices, and one of the main features I enjoy is the status bar icon. When using an S8 & S8+ with DeX, there is a persistent notification which appears as it appears the status bar information is being updated. It appears every few seconds as a notification, and the only way to disable is to disable notifications, which also removes the status bar icons when not docked in DeX. Samsung DeX Info: http://www.samsung.com/us/dex Developer Info: http://developer.samsung.com/samsung-dex
  10. T-Mobile picked up a 5mhz sliver of 600mhz, right? And not truly nationwide?
  11. Mike, not sure if this has been reported, but there is an issue when using the latest beta, as well as the latest production versions. If the app is installed on an S8 or S8+, and used with Samsung DeX, there is a persistent notification which keeps popping up. I think it has to do with how the status bar icon notification is managed. Have you seen that?
  12. Really like the new program. Will simplify all the conflicting offers today regarding devices.
  13. Man that's freaking awesome. I'm assuming they have some form of fixed backhaul for them? Curious how they got fiber there, unless they ran it up the side of the building?
  14. It's a good way to ensure a steady revenue stream, especially for single line customers. The BS about covering 99% of America aside, the entire industry has shifted from single line accounts to family plan discounts. Verizon at $45x4 is an amazing offer, very hard to compete against.
  15. Not enough spectrum open at the moment. Sprint has 15mhz in PCS-B, but most of that is tied up with voice and EVDO carriers, with a small 5mhz portion cut out down the center if I'm not mistaken.
  16. I'm in a meeting right and audibly LOLed. Not good. Thanks for the bright moment in an otherwise boring day.
  17. So the phone is domestic unlock but running the Sprint firmware? Meaning another carrier's SIM shows up as roaming?
  18. When I was getting close to the edge of WIFI with no LTE in sight, the call lagged out and then dropped.
  19. Yep, and I did confirm that it is a hard drop once you leave LTE coverage, had to start a call and walk into an elevator.
  20. It's hard to find non-LTE areas where I live, will do some additional testing tomorrow on my commute home. LTE site density in NYC is not conducive for that type of testing
  21. I'll do some testing today and see how it works. I'm pretty sure the call will drop if the signal is that weak.
×
×
  • Create New...