The .4a update has eliminated the FC issue with my Sony Z3 and Z3+, thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This still isn't fixed. Sorry for bugging but I would like to try use the app. The LG Volt is the LG F90 for CDMA so why aren't these forums merged?I figured it out, the app is wrongly identifying the phone as the LG F90 instead of the LG Volt, so it's using http://androidforums.com/devices/lg-f90.2120/. would merging these two forums (the F90 and the Volt) be the simplest way to fix this?
Here's a good one :-
The current purpose of the Timeline is to show you the latest new threads and latest posts (responses), sorted by posted date. This Timeline will only show threads and posts that are in a current Channel on your phone. You will also see news threads thrown into the mix, these are news posts that are tag/keyword related to the channels. As the app matures, this we plan to improve to show more what the user wants (will vary per user).What's the purpose of Timeline in the app? It seems to be a bunch of messages from different threads with no organization?
I have identified the problem and in the next update, the logic changes will address the issues for some device channels not showing correctly. If we need to merge anything at that point I can do so.This still isn't fixed. Sorry for bugging but I would like to try use the app. The LG Volt is the LG F90 for CDMA so why aren't these forums merged?
The app does not scan your device but rather queries main launcher intents. This requires no special application permission so I am not sure what permission you're referring to.So as I understand it? This new application scans your device and installed applications automatically? This is a feature I have no interest in and would prefer to not have at all or turn off in an advanced menu prior to having it take place.
I do see the benefit this would provide to likely 8 out of 10 of the new visitors to the site/application, but it is not for me.
Specifically, how does the application scan the device and ascertain which model the device is?
I was looking at the application prior to not installing it and was curious about the application permissions.
@Phases should be responsible for this.Are there any plans for dealing with devices that aren't released yet?
We've seen a tonne of rumours about the Galaxy S8 and LG G6 this week and we have nowhere to talk about them. How does a member who wants to talk about one of these devices use channels to do so? As we technically have no device forums at the moment, just this, how do our members use the web interface to do that?
Sorry if it's been asked before and I've missed it.
Next update should fix this. If it does not, I will fix that channel after you get a new build with the updated logic. Sorry for the delay.Model SM-T230NU
Not recognizing this device.
The app does not scan your device but rather queries main launcher intents. This requires no special application permission so I am not sure what permission you're referring to.
The detection of device and carrier is never easy. Custom ROMs or anyone with a rooted phone can change Build.prop and change these values. Not to mention there are so many devices, variants of devices, carriers switching towers, multiple networks, etc etc. Some device manufacturers even use same model numbers for different devices! With this being said we built a complex system that uses Jared's library here: https://github.com/jaredrummler/AndroidDeviceNames for a base lookup of data (device channels only). On the web, we also use the data for a lookup table for auto-approving and merging of channels. If the channel's unique identifier is approved (device, carrier), we will show the proper-named channel in the list. If not you will see a generic.
Without getting too technical, I hope that gives you some more insight on everything going on. I will take note and will discuss more with the boss, that you want a way to disable the auto app channels. Unfortunately, there is no current way to do so.
Sorry for any grammar errors... typed all that fast.
It's NOT needed, this is why we have a generic device channel called 'My Device' that is a catch all. It's not about limiting access to the site it's about easily showing the user what is relevant to them. Detecting what device and carrier you have does not take any special permission and is not a security risk. The difference what we are doing from anything else that can detect your device or carrier is we are doing it accurately and letting you see what we detect and verify. I also wouldn't say detecting a device is ridiculous... but more so efficient.OK.. Needing to recognize an unknown device is ridiculous.. Really. That's some spyware access/doors. Stop it, doesn't even seem necessary. It should work without doing a device profile for anything.
No sorry. The minimum SDK we currently support is SDK 19, which is KitKat 4.4 – 4.4.4. ICS is getting pretty old and as the frameworks get larger and larger... it gets more tedious to support.@stevealbright will this app work with an Android device running 4.0.4? On a Huawei M931 I get an incompatibility error.
Edit - that is, when attempting to download from Play Store
It's NOT needed, this is why we have a generic device channel called 'My Device' that is a catch all. It's not about limiting access to the site it's about easily showing the user what is relevant to them. Detecting what device and carrier you have does not take any special permission and is not a security risk. The difference what we are doing from anything else that can detect your device or carrier is we are doing it accurately and letting you see what we detect and verify. I also wouldn't say detecting a device is ridiculous... but more so efficient.
No sorry. The minimum SDK we currently support is SDK 19, which is KitKat 4.4 – 4.4.4. ICS is getting pretty old and as the frameworks get larger and larger... it gets more tedious to support.
@stevealbright Although the F90 and the Volt are similar, they're not the same phone and merging the forums will just make a support nightmare. I don't want to deal with people flashing the wrong images. I'd request they not be merged if it can be helped. Is there any way we can help you with the app's phone identification? Would naming the F90 forum F90 instead of LG Volt help?This still isn't fixed. Sorry for bugging but I would like to try use the app. The LG Volt is the LG F90 for CDMA so why aren't these forums merged?
With this being said we built a complex system that uses Jared's library here: https://github.com/jaredrummler/AndroidDeviceNames for a base lookup of data (device channels only). On the web, we also use the data for a lookup table for auto-approving and merging of channels. If the channel's unique identifier is approved (device, carrier), we will show the proper-named channel in the list. If not you will see a generic.
Good points. I will take a better look at those two devices today. Thanks for the links!@stevealbright Although the F90 and the Volt are similar, they're not the same phone and merging the forums will just make a support nightmare. I don't want to deal with people flashing the wrong images. I'd request they not be merged if it can be helped. Is there any way we can help you with the app's phone identification? Would naming the F90 forum F90 instead of LG Volt help?
http://www.lg.com/us/cell-phones/lg-AS876-f90
vs
http://www.lg.com/us/cell-phones/lg-LS740-Boost-Mobile-volt
A Channel can best be explained as a glorified tag that acts like a forum. The end result is easier central management, faster database queries, and better insight on Apps, games, devices and carriers being used.With that being said, will AF be adding device forums/channels (i don't yet get the difference if any) based on the devices directly supported in this repo? Did you fork it with plans to maintain a parallel repo with a greater support level for the devices you wish to have channels for here?
Thanks for that explanation by the way. I finally see the intent and direction here. Just curious as to how much management there'll be on the AF end of things as it could go a number of directions, some of which would be a fair bit (read lot) of ongoing effort to maintain.
In any case, cheers to all involved.
No need to fork the repo as the Android library keeps up to date from Jared.
Doesn't look like we can move them to a specific phone/device right now during the transition, based on Robs post here I'm guessing there might be a method after the update.How do I move a thread from ...
Android Questions
... to ...Android Devices (Motorola Droid Turbo)?