• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Canadian Carriers

Their coverage map looks terrible, unless I'm looking at it wrong: Freedom Mobile | Network Coverage - Nationwide Cell Phone Signal Map


I looks about right for Canada. Especially as most of the population lives in the south, and often within 100km of the US border. And the population of Canada is about half that of the UK. If you're up in the northern wildernesses of Canada, it's best if you have a satellite phone.

Samsung A23 - Blocking and removing apps

Hi

I have a Samsung A23, (will be buying additional 49 after this is figured out and configured) I want to remove all software on it, add 1 communication app to the main screen (which will work via wifi) there will not be any sim card installed, I want to block/disable any installations of apps etc , including social media, browsing the web, and giving the user the phone without a google account on it (don't mind using one to implement this, then removing it), the mobile will be used only for corporate use, to receive and make calls, hence the reason for this

Any ideas would be greatly appreciated

Thanks

Sounds like Knox Manage might be useful for this. That's what Samsung designed it for, managing corporate use devices.

Root QPST Service Programming Error??

The QPST (Qualcomm Product Support Tools) is a software suite developed by Qualcomm for various tasks related to Qualcomm chipset-based devices, such as programming, diagnostics, and firmware updates. The "Service Programming Error" message you encountered indicates that there was an issue while attempting to program or configure a device using QPST.

Here are a few suggestions to troubleshoot the QPST Service Programming Error:

  1. Check device compatibility: Ensure that the device you are attempting to program is supported by the version of QPST you are using. Different versions of QPST may have varying levels of compatibility with different devices.
  2. USB drivers: Verify that the correct USB drivers for your device are installed on your computer. Without the proper drivers, QPST may not be able to communicate with the device correctly.
  3. Port configuration: Open the QPST Configuration application and go to the "Ports" tab. Make sure the appropriate COM port is selected for your device. If the correct COM port is not listed, you may need to reinstall the USB drivers or troubleshoot your device's connectivity.
  4. Restart devices: Try restarting both your computer and the device you are trying to program. Sometimes, a simple restart can resolve temporary communication issues.
  5. Firewall and antivirus: Temporarily disable any firewall or antivirus software on your computer. In some cases, these security measures can interfere with the QPST software's communication with the device.
  6. Reinstall QPST: If none of the above steps work, try uninstalling QPST and reinstalling it from a trusted source. Make sure you are using the latest version available.
If the issue persists after trying these steps, it may be helpful to consult the documentation or support resources provided by Qualcomm or the device manufacturer for further assistance. They may have specific troubleshooting steps or recommendations tailored to your device or situation.

Glasses... a love hate relationship

I got my new glasses this afternoon. The correction is so drastically different in the left lenes that they make me a bit dizzy. I'm basically three and a half hours into wearing them. It was just terrible at first and I contemplated wearing my old glasses so I could safely drive home. My brain is starting to figure it out now. A sudden change in distance, for just a fraction of time, is awkward but then is fine. It took my left eye three years for the its vision to degrade to such an extent. It will take a bit of time for the correction to be accepted. I'm guessing it will be just as awkward when the cataract is removed.

Has anyone here had cataract surgery? I have briefly talked to two people that have had the surgery and they spoke well of the procedure and results. I'm not exactly certain what I'm in for but I'm looking forward to it. :)

Can't access Settings

Just to conclude this thread, I didn't get time to figure out why my phone wouldn't flash, so I just left it. Then miraculously a week ago the Settings seemed to just start working again! I hadn't done any updates or tinkered with anything they just started opening again. Baffling.
Thanks for everyone's help.

Settings interface ruined in 12 update

What phone do you have? I can turn on these things with one swipe and one touch (same for 11, 12, 13), but these things do depend on the manufacturer. I think Pixels have an extra step for WiFi/Data because they have these behind a generic "internet" button on the notification slide, but I thought BT was still just a simple (and large) toggle button.

Anyway why the heck are you fiddling with these things when driving (even when stopped)? Most people will just leave them on anyway, so I suspect the impact on most users is less than you think.

Incidentally, since you are new here:
1) welcome to the forum! :)
2) just in case you don't know, this is a forum for android users, it's not run by or affiliated to Google. So you can ask questions or just vent about frustrations here, but Google won't take any notice (though to be fair there's no evidence that they take any notice when people contact them directly either ;)).

Music App

If I had friends who were that shallow and petty, quite frankly I'd be looking for some new friends.
yes..

Oh On topic: Since my steaming cuts off like twenty minutes, but I am glad they last over about an hour and half,but I am wondering if there is a groovy Youtube downloader for my windows for converter, not looking for worms or anything bigger then Demin showing off the legs, kind of deal, but I am looking for that classy lady look that cannot bring you down, of a downloader converter for it, any recommendations, again not looking for anything warm.

Apps Android Network Programming?

Android network programming involves developing applications that interact with network services and APIs on Android devices. It allows you to establish network connections, send and receive data over the network, and handle various network-related tasks.

Here are some key concepts and components related to Android network programming:

  1. Networking APIs: Android provides a set of networking APIs to facilitate network communication. The primary networking classes are part of the java.net package and include classes like URL, URLConnection, HttpURLConnection, Socket, and ServerSocket.
  2. Internet permission: To access the network in your Android application, you need to declare the INTERNET permission in the Android manifest file.
  3. AsyncTask: When performing network operations, it's crucial to avoid blocking the main UI thread. The AsyncTask class allows you to perform background network tasks asynchronously and update the UI when the task completes.
  4. HTTP communication: Android supports HTTP communication through the HttpURLConnection class or third-party libraries like OkHttp or Volley. You can use these classes to make HTTP requests (GET, POST, PUT, DELETE) to a remote server and process the responses.
  5. JSON and XML parsing: Often, network responses are in JSON or XML format. Android provides libraries such as JSONObject, JSONArray, and XmlPullParser to parse and extract data from these formats.
  6. WebSockets: WebSockets enable full-duplex communication between a client and a server over a single, long-lived connection. The java.net package provides classes like WebSocket and WebSocketFactory for WebSocket programming.
  7. Network security: Android offers features to ensure secure network communication, including support for SSL/TLS encryption, certificate pinning, and secure connection protocols.
  8. Network connectivity and status monitoring: You can check the network connectivity status using the ConnectivityManager class. This allows you to handle scenarios when the device switches between different network types or loses connectivity.
  9. Background services: For long-running network operations, you might consider using background services or foreground services, depending on the requirements of your application.
  10. Networking libraries: Several third-party libraries, like Retrofit, Volley, and OkHttp, provide higher-level abstractions and simplify network programming in Android by offering features such as request queuing, caching, and easier API integration.
When working with network programming in Android, it's essential to handle network-related tasks asynchronously, handle exceptions gracefully, and ensure proper error handling to provide a smooth user experience.

Advance clock 2 hours ahead automatically at a specific time

When you take into consideration how your phone updates its time that might help you find a solution to your query. Periodically and regularly a script runs to sync your phone's day/date/time service to some preset online time server, essentially similar to how your PC updates itself. Using a VPN alters online connectivity so yeah, you can predetermine the time based on its locale-based IP address, but that's not the sole issue to consider. Those online time servers are all maintaining UTC (Universal Coordinated Time), the exact time that's supplied by an atomic clock in Greenwich, U.K. All our PCs and mobile devices then sync themselves to UTC, with their respective operating systems all converting the UTC day/date/time to whichever is appropriate for all our particular locations. So when your phone is connected online via a VPN, it's the same UTC there as where your standing -- it's your phone you need to look into, not the external influences that are involved.
Try using what @Dannydet suggested, the Tasker app is quite capable doing what its designed to do.

In your instance, you'll need to set up a routine to open up Settings, go the System settings menu, open the Date & time menu, disable Set time automatically, disable Set time zone automatically, then manually bump the time two hours ahead (that step will be be the trickiest to do). Depending on your phone, it may vary on how your Settings menu is arranged. You'll need to set up a second less involved routine to just enable Set time automatically and Set time zone automatically again so your phone will start re-syncing itself again.
The Tasker app it's just an app you install from the Play Store and it will just be using the same Settings app you interact with. If you opt to set up your own crafted Python script, your phone will need to be rooted as you're going to need to disable and alter integral time updating services that automatically run at system-level.

Filter

Back
Top Bottom