jonasoreland / runnerup

A open source run tracker
GNU General Public License v3.0
742 stars 274 forks source link

No start screen being displayed #744

Open MichaelDevers opened 5 years ago

MichaelDevers commented 5 years ago

Downloaded the latest version of RunnerUp and installed it onto the smartphone through Android Studio and the only thing being displayed is "Waiting for phone" with a loading icon.

Not sure if this has anything to do with a line of code that was meant for an Android Wear device, or that my smartphone's APK didn't meet the requirements (Currently running 22 - Android 5.1.1)

gerhardol commented 5 years ago

So this is WearOS? I have got it working with the emulator some time ago. The WearOS emulator requires some tinkering to be connected (so a step before using RU on the emulator). It is annoying to work with Wear...

The minimum Wear SDK was raised to 23: https://github.com/jonasoreland/runnerup/issues/628 What device?

MichaelDevers commented 5 years ago

Aye, I believe it may be WearOS

My current device is a Huawei Ascend P7 smartphone that is currently running Android 5.1.1 (This was the final version of Android that was released for this device (Believe it was stock Android Marshmellow when I purchased it)). The version of RunnerUp on the Play store seems to work fine, but I'd prefer to use the version found on GitHub to have a better understanding of the code used to operate this app.

gerhardol commented 5 years ago

SDK 23 is for WearOS only, not for the phone. So the intention is that the phone should be working. Whar Wear device?

MichaelDevers commented 5 years ago

The main intention is to have the RunnerUp app working on the smartphone, as I don't own any type of WearOS device

MichaelDevers commented 5 years ago

Unless there is an older version of RunnerUp on GitHub that solely works on a smartphone device?

Marx2 commented 5 years ago

It works on smartphone by default. Wear os is just an option

niedz., 11 lis 2018, 14:09 użytkownik MichaelDevers < notifications@github.com> napisał:

Unless there is an older version of RunnerUp on GitHub that solely works on a smartphone device?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jonasoreland/runnerup/issues/744#issuecomment-437668945, or mute the thread https://github.com/notifications/unsubscribe-auth/AAyOZjrX0qMlEQBIsN1pBZyqSZdCh475ks5uuCF0gaJpZM4YYcfo .

gerhardol commented 5 years ago

The use case is primarily smartphone (Wear app is quite limited). The app is working down to Froyo, with graphs/maps from ICS. The "Waiting for phone" message should only appear on Wear what I see.

gerhardol commented 5 years ago

Can you please try the latest 2.0 alpha build? https://github.com/jonasoreland/runnerup/releases/

12people commented 5 years ago

@MichaelDevers Check what build variant you're building in Android Studio. It's probable that you're building the wear variant.