-
Notifications
You must be signed in to change notification settings - Fork 964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-introduce slide view for several functions #116
Comments
I see "Cell Information" and "Database Viewer" is already in the drawer, so I assume you just want the "Neighbouring Cells" view? I don't see code for this view though - is that not in the map already? |
@tobykurien I don't know actually, the neighboring Cells View works on GT-I9100 models, and only show a list of cells + ciphering info, not on map yet. This function refers to the ServiceMode code that i mentioned in private chat. So perhaps @xLaMbChOpSx can answer this? |
@tobykurien, I guess this Issue did not describe well enough what @E3V3A actually want to be added again. He would like to have the three functions mentioned in the OP to be added again as a slide-view. Means, once you open AIMSICD, you see the Device Details and can swipe to the left to access the three menus mentioned. The stuff that's in the drawer already is fine in my eyes. |
Aaah ok, so you want to combine DeviceView, Cell Info, and Database Viewer into one view with tabs across the top, and the ability to swipe between them, correct? "Cell Information" - is that the same as Device information, or is that the same as Neighbouring cells? |
Yep, that's the way @E3V3A wants it. "Cell Information" is the tab with Neighboring Cells. |
Added a ViewPager to allow swiping of detail views for #116
@E3V3A, I have just checked the new slide-view function as proposed by you, but it only shows two tabs: |
@tobykurien Yes, I tested 01.24-Alpha-b12 on GT-I9100 and it works (apart what you fixed the other day). However, if we keep that order, then we need to make sure Neighboring-cells view doesn't FC on other phones, which is why I wanted it to be the last view. @SecUpwN You can't use Neighboring-cells view, because of your phone. |
@E3V3A, what do you mean with "because of your phone"? Doesn't the HTC One M7 support that, or do you want to say that I'm running an unsupported ROM? |
@SecUpwN You already know what I'm talking about, but forgotten. I'm talking about this: #27 (comment) If that doesn't work, it means your phone is not yet supported (by AIMSICD) for showing neighboring cells. But if you can take that and make it work for your phone, then we're all go! |
@E3V3A, l since this Issue seems to be solved, I am closing it now. If the slide-view FCs on other phones, please open a new Issue for those. Neighboring Cells, works on my HTC One. |
Added a ViewPager to allow swiping of detail views for #116
Added a ViewPager to allow swiping of detail views for #116
@E3V3A just proposed re-introducing the slide view for these functions (in this order):
While re-adding the slide view for these items, the already existing buttons within the left-side panel shall be kept. Can you tackle this, @xLaMbChOpSx?
The text was updated successfully, but these errors were encountered: