Transferring data wirelessly between phone and PC

  • Thread starter Thread starter WWGD
  • Start date Start date
AI Thread Summary
To send data wirelessly in real-time from a Samsung Android Step Tracker App to a PC, it is essential to have the same version of the program on both devices. Creating an inbound firewall rule on the PC to allow data from the app is necessary. The app currently lacks an 'Export' function, which complicates direct data transfer. Access to the app's internal database is restricted due to Android's security measures, making it difficult for outsiders to retrieve data unless the phone is rooted. If the app stores data in user-accessible folders, a separate application could be developed to extract and send this data. If the app's developers have released a PC version, there should ideally be a built-in option for connectivity. For a successful connection, data can be relayed through a server, facilitating real-time communication between the mobile app and the PC.
WWGD
Science Advisor
Homework Helper
Messages
7,679
Reaction score
12,404
TL;DR Summary
I have a small project to transfer data wirelessly from an App to my PC. I have a sketch of how to go about it. Hoping someone can check if it's roughly correct.
Hi,
I'm trying to find a way of sending data in real time , Wirelessly ,from my Step Tracker App in my Samsung Android to my PC.

I have a rough idea on how to do it. Would like to see if I'm roughly on the right track:

So I need to have the same program version on the PC as in my phone. Then I need to create an inbound rule in my PCs firewall allowing data from the Samsung app. I haven't been able to find an ' Export' function on the App. If there's one, I can create a connection string to create a path for the data.

Am I roughly on the right track?
 
Computer science news on Phys.org
Are you the developer of the Android app in question? More specifically, do you have access to its source code?

If the answer is "no", a few more questions:
WWGD said:
So I need to have the same program version on the PC as in my phone.
So, the devs have released a version for PC as well? Then they should have an option to connect the two within the app itself. But you say:
WWGD said:
I haven't been able to find an ' Export' function on the App.
Does that mean the app inherently does not have any option to connect to the PC version?

Could you please also link to the app?

In general, it is impossible for an outsider to get hold of the internal database of an app because of how Android is built (i.e. assuming your phone is not rooted). That would be a security vulnerability. If the app stores its data somewhere in the user-accessible folders, however, you could design another app to grab and send that data.
 
Wrichik Basu said:
Are you the developer of the Android app in question? More specifically, do you have access to its source code?

If the answer is "no", a few more questions:

So, the devs have released a version for PC as well? Then they should have an option to connect the two within the app itself. But you say:

Does that mean the app inherently does not have any option to connect to the PC version?

Could you please also link to the app?

In general, it is impossible for an outsider to get hold of the internal database of an app because of how Android is built (i.e. assuming your phone is not rooted). That would be a security vulnerability. If the app stores its data somewhere in the user-accessible folders, however, you could design another app to grab and send that data.
Thank you. It's more of a pet project of mine than an effort at actually developing an app.

https://play.google.com/store/apps/...ss.walkingtracker.pedometer&hl=en&gl=US&pli=1
 
  • Like
Likes Wrichik Basu
WWGD said:
Thank you. It's more of a pet project of mine than an effort at actually developing an app.

https://play.google.com/store/apps/...ss.walkingtracker.pedometer&hl=en&gl=US&pli=1
That's an impressive pet project indeed, with 10M+ downloads and 639k reviews, averaging 4.9! If it's your app, I guess all the discussion becomes needless. How you want to connect it to the PC version is completely up to you, isn't it? That makes it more of a programming question than a technology question. You have your servers running, then you just need to relay data between the mobile and the server, and then with the server and PC in real time.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Back
Top