mariusturnkey Member Licensed User Longtime User Apr 25, 2024 #1 Hi, I am trying to get the GPS location for my app, and I am trying to use the code from GPSbyJCD, but I am not getting a response. Could any of you please correct me where I am going wrong. I attach a test application. Regards Marius Attachments OwnGPS.zip 10.6 KB · Views: 166
Hi, I am trying to get the GPS location for my app, and I am trying to use the code from GPSbyJCD, but I am not getting a response. Could any of you please correct me where I am going wrong. I attach a test application. Regards Marius
DonManfred Expert Licensed User Longtime User Apr 25, 2024 #2 You need to click the link in the mainpage to export B4XPages-Projects Your upload is not useable. Also you are not - implementing the right permissions in your manifest - requesting any runtimepermissions! Start here: https://www.b4x.com/android/forum/threads/gps-tutorial.6592/ Upvote 0
You need to click the link in the mainpage to export B4XPages-Projects Your upload is not useable. Also you are not - implementing the right permissions in your manifest - requesting any runtimepermissions! Start here: https://www.b4x.com/android/forum/threads/gps-tutorial.6592/
mariusturnkey Member Licensed User Longtime User Apr 25, 2024 #3 DonManfred said: You need to click the link in the mainpage to export B4XPages-Projects Your upload is not useable. Also you are not - implementing the right permissions in your manifest - requesting any runtimepermissions! Start here: https://www.b4x.com/android/forum/threads/gps-tutorial.6592/ Click to expand... Thank you for the response. I use the "Export as Zip" option in B4A, the size of the file does not seems to change if I am on any other page apart from the main. I will check the link you supplied, thank you. Upvote 0
DonManfred said: You need to click the link in the mainpage to export B4XPages-Projects Your upload is not useable. Also you are not - implementing the right permissions in your manifest - requesting any runtimepermissions! Start here: https://www.b4x.com/android/forum/threads/gps-tutorial.6592/ Click to expand... Thank you for the response. I use the "Export as Zip" option in B4A, the size of the file does not seems to change if I am on any other page apart from the main. I will check the link you supplied, thank you.
DonManfred Expert Licensed User Longtime User Apr 25, 2024 #4 mariusturnkey said: I use the "Export as Zip" Click to expand... this does NOT WORK with b4xpages-projects. You MUST use the link in the top of mainpage to export them successfully. Upvote 0
mariusturnkey said: I use the "Export as Zip" Click to expand... this does NOT WORK with b4xpages-projects. You MUST use the link in the top of mainpage to export them successfully.
mariusturnkey Member Licensed User Longtime User Apr 25, 2024 #5 DonManfred said: this does NOT WORK with b4xpages-projects. You MUST use the link in the top of mainpage to export them successfully. Click to expand... Ahhh got it, thank you Don. Sorry about the misunderstanding. Here you go. I appreciate your help. Attachments Project.zip 14.4 KB · Views: 173 Upvote 0
DonManfred said: this does NOT WORK with b4xpages-projects. You MUST use the link in the top of mainpage to export them successfully. Click to expand... Ahhh got it, thank you Don. Sorry about the misunderstanding. Here you go. I appreciate your help.
DonManfred Expert Licensed User Longtime User Apr 25, 2024 #6 mariusturnkey said: Here you go. I appreciate your help. Click to expand... Did you added the missing parts now? Do not expect me checking again and found the same mistakes again. Upvote 0
mariusturnkey said: Here you go. I appreciate your help. Click to expand... Did you added the missing parts now? Do not expect me checking again and found the same mistakes again.
mariusturnkey Member Licensed User Longtime User Apr 25, 2024 #7 DonManfred said: Did you added the missing parts now? Do not expect me checking again and found the same mistakes again. Click to expand... Only missing part I found was in the "Manifest" which I have added. Upvote 0
DonManfred said: Did you added the missing parts now? Do not expect me checking again and found the same mistakes again. Click to expand... Only missing part I found was in the "Manifest" which I have added.
DonManfred Expert Licensed User Longtime User Apr 25, 2024 #8 You haven´t edited anything except the manifest! Do you want to fool me? Again and with clear words: - See my Answer in #2! read it; understand it. I wrote that you are not requesting any runtimepermissions. Compare the GPS-Example with YOUR example. Add ALL the missing code from the GPS-Example (you did not do that step!) BTW: You can not just use an Activity-project source in a B4XPages-Project. You need to adapt the Code for B4XPages. Last edited: Apr 25, 2024 Upvote 0
You haven´t edited anything except the manifest! Do you want to fool me? Again and with clear words: - See my Answer in #2! read it; understand it. I wrote that you are not requesting any runtimepermissions. Compare the GPS-Example with YOUR example. Add ALL the missing code from the GPS-Example (you did not do that step!) BTW: You can not just use an Activity-project source in a B4XPages-Project. You need to adapt the Code for B4XPages.
mariusturnkey Member Licensed User Longtime User Apr 25, 2024 #9 If anyone else is battling with this, go straight to Peter Simpson's example. Clear as day. Peter's Post Upvote 0
If anyone else is battling with this, go straight to Peter Simpson's example. Clear as day. Peter's Post
josejad Expert Licensed User Longtime User Apr 25, 2024 #10 Be careful, @Peter Simpson posts, ALWAYS have a bug Read their posts carefully until the end, and you will find it ;-) Upvote 0
Be careful, @Peter Simpson posts, ALWAYS have a bug Read their posts carefully until the end, and you will find it ;-)