hey @moneytoo, first thanks for all your work here. slowly but surely it's all coming together for me...
one last question: i've got everything functional except the map tiles within apps. i've installed the android sdk, extracted my SHA1 key from keytool, and have been using it to generate Gmaps API keys. I'm using SignApk to sign the apps, so I'm guessing that's where my issue is (not using my key to sign the app?) can i update the SHA1 key that SIgnApk is using to sign the app? or am i completely off in newb territory right now?
hey @moneytoo, first thanks for all your work here. slowly but surely it's all coming together for me...
one last question: i've got everything functional except the map tiles within apps. i've installed the android sdk, extracted my SHA1 key from keytool, and have been using it to generate Gmaps API keys. I'm using SignApk to sign the apps, so I'm guessing that's where my issue is (not using my key to sign the app?) can i update the SHA1 key that SIgnApk is using to sign the app? or am i completely off in newb territory right now?
any help would be appreciated. thanks!
No tiles is usually a symptom of the api v1 method, where you're not copying/pasting in the md5 you got from the cert.RSA file using openSSL (in my experience anyways). I hope you're not confusing the v2 method with the v1 method and generating a gmaps api key to plug into the setandroidsignature method? May i ask which app you're trying to modify?
No tiles is usually a symptom of the api v1 method, where you're not copying/pasting in the md5 you got from the cert.RSA file using openSSL (in my experience anyways). I hope you're not confusing the v2 method with the v1 method and generating a gmaps api key to plug into the setandroidsignature method? May i ask which app you're trying to modify?
am i misunderstanding how the API key process works? it seems the key only works with the app and SHA1 key of the SDK that you register? since i'm not using my own SDK to build the app I'm guessing that's missing from the apk/bar so the tiles don't load as the key isn't authenticating?
am i misunderstanding how the API key process works? it seems the key only works with the app and SHA1 key of the SDK that you register? since i'm not using my own SDK to build the app I'm guessing that's missing from the apk/bar so the tiles don't load as the key isn't authenticating?
thanks
Not sure... frankly, I never tied my maps api key to any app/sha1. I left it blank in my Google api console, and it's worked with all my apps . Maybe you want to try that out?
Also, I've seen apps reference the api v2 key in their manifest file, yet use the v1 method. Weird, I know.
Not sure... frankly, I never tied my maps api key to any app/sha1. I left it blank in my Google api console, and it's worked with all my apps . Maybe you want to try that out?
Also, I've seen apps reference the api v2 key in their manifest file, yet use the v1 method. Weird, I know.
how are you getting the api key without the sha1 and app name? are you using this interface or a different one?
Doesn't work for uber though... I know someone claimed earlier they got it to work. Even downloaded the bar but no tiles showed up. Anyone have any ideas what needs to be done differently with uber?
Use v1 method. That's how I got it to work. Have you tried the copy I posted earlier in this thread?
Thanks @Sally Mack. I tried the updated copy you posted earlier but I don't get any map tiles. Everything else works though.... when I try v1 method myself I can't extract the key from the uber.RSA file for some reason... if you could post the MD5 key you used maybe I could try that?
So for API v1 the solution is coming with the next OS update to 10.2.1 but API v2 is only announce for a future update, so we have to use this method for v2 still for a decent time
I tried this with APIv2 and my own API key (which was a ***** to get but I got it) but when I open SoundWave (the app) and I go to maps, it just crashes.
Has anyone had any luck whatsoever in getting Android Applications to properly call and use Bluetooth functions? Have been trying since Day1 to get Apps like Endomondo (port available in BBW as well) or Runtastic to utilize their native android ability to read BT heart rate monitors. Even in 10.2.11.1055 they still seem unable to do so.
Has anyone had any luck whatsoever in getting Android Applications to properly call and use Bluetooth functions? Have been trying since Day1 to get Apps like Endomondo (port available in BBW as well) or Runtastic to utilize their native android ability to read BT heart rate monitors. Even in 10.2.11.1055 they still seem unable to do so.
Well properly no...but the YouTube app downloaded from 1mobile works with bluetooth on 10.2.1.1055
Were you able to get Uber to work. I tried compiling myself with no luck. Just upgraded to 10.2.1.176 so the APK should work, but I'm guessing it won't due to the map issue.