Galaxy S6 Edge App sort (alphabetically)

I have just got the new S6 Edge and have been trying to find how to sort all of my apps into alphabetical order, but there seems to be no way of doing it. I have looked on google and this problem seems to be happening in the UK after the different carriers do whatever they do with the phones as there seems to be no problem in a lot of other place around the world. Has anyone got any idea how to get around this problem 

Excuse the thread necromancy, I had an S4, that upgraded from KitKat to Lollipop and the app drawer remained sorted alphabetically. New S6 has them higglety pigglety which is of precisely no use to anyone whatsoever. No option to sort. So it seems to be wholly an S6 thing and o2/Telefonica need to bring pressure to bear upon Google/Samsung to allow a AZ sort. Why would I want apps ordered in date of install rather than the universal standard alphabet?! Almost as annoying as Facebook/Instagram installed on the ROM and not uninstallable.

Similar Messages

  • A2109...How to sort alphabetically in app drawer?! Ugh!

    Can't believe I actually have to ask this question.  Using the stock launcher, I don't see an option to sort the app drawer alphabetically.  Am I missing it somewhere?  I see the pencil that allows you to arrange the icons, but I just installed 100 apps and I don't feel like alphabetizing them at the moment.
    Thanks!
    X

    There are many launchers that you can download that sort automatically..... Jellybean launcer (one that looks like jellybean for many versions of android) will sort alphabetically.

  • Can layers be sorted alphabetically in InDesign?

    Please could someone tell me if layers can be sorted alphabetically in InDesign?

    Thanks for your reply Rob
    I worked with a few people and managed to get it accomplished with .jsx script. I'm using Adobe Illustrator CC, so I was hoping that I might be able to "borrow" some code from what might have turned up here.
    Here is the script that we got drawn up to alphabetize pathItems within Illustrator, and the original code that sorts layers is at the top of the post:
    Re: Re: Re: How to sort objects alphabetically (inside of a layer)?
    ***EDIT***
    I pulled the script from that post just in-case that post goes down or gets deleted.
    #target "Illustrator"
    function alphabetize()
         if (app.documents.length == 0)
              alert("No document Open");
              return;
         var docRef = app.documents[0];
         var state = docRef.layers;
         for (a = 0; a < state.length; a++)
              var provider = state[a].layers;
              for (b = 0; b < provider.length; b++)
                   var product = provider[b].layers;
                   for (c = 0; c < product.length; c++)
                        var town = product[c].pathItems;
                        if (town.length > 0)
                             var townList = [];
                             for (d = 0; d < town.length; d++)
                                  townList.push(town[d].name);
                             townList.sort();
                             sort_layer(product[c], townList);
    function sort_layer (obj, array) {
         for (var ri=0, riL=array.length; ri < riL ; ri++) {
         obj.pathItems.getByName(array[ri]).zOrder( ZOrderMethod.SENDTOBACK );
    alphabetize();

  • How to make a video call on a Samsung Galaxy S6 Edge?

    I have a new Samsung Galaxy S6 Edge and have been unable to make a video call.  The settings are set to allow it but I am missing something.  Any help would be greatly appreciated.

    That's a great feature and phone Skydiver13!
    To turn HD Voice and Video Calling ON, you can go to Apps> Swipe to tap Settings>Tap Advanced Calling> Tap Advanced Calling again> Tap the Advance Calling Toggle to turn ON.
    To make video calls, you can go to Apps> Contacts> Select a contact> Tap Call icon> From Active Call screen, tap Camera. (The caller will have to accept the change to a video call).
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Help needed in Sorting Columns (date sorts alphabetically)

    Hi All,
    I have a report query as follows:
    select to_date(period,'MON-YYYY') start_date
    ,exp_type
    ,id
    ,acct_ref
    ,dept_ref
    ,item_date
    ,amt
    from test;
    I need to display the report in the same order as select statement (start_date,exp_type,id etc). I have given default sort order in report attributes and user enabled sort on all columns. The report attributes look as shown below:
    column_name / sort / sort_seq
    start_date / yes / 3
    exp_type / yes / 1
    id / yes / -
    acct_ref / yes / -
    dept_ref / yes / 2
    item_date / yes / 4
    Now my problem is that the start date sorts alphabetically (as varchar) instead of chronologically (date wise). How can I resolve this?
    If I change my default sort order so that start_date is sorted 1st, it works perfectly fine. Is there any restriction for APEX sort that says the column displayed needs to be sorted in the same order? How do I overcome it? Or is it possible to overcome it?
    Any suggestions would be appreciated.
    Thanks,
    Sumana

    Hi,
    Thanks. But no I cannot change it to date, as there are many applications using it for displaying the period. But I found an equivalent date column for that period and tried using that. It was not working.
    I did further analysis and found that even to_char(period) works fine. The problem was something else. In my region query the select statement was
    select exp_type
    ,id
    ,amt
    ,to_date(period,'MON-YYYY')
    from test.
    I then had in region attributes used the arrows to change order of display, so that period appears first. That was the culprit. When I change my region query, to match the order in region attributes the date column as well as to_date(period) both work fine.
    I never knew that the order of select statement and that in region attributes should match each other!!! And hence when posting I did not give importance to the order of my select list. Sorry for that.
    The mystery is how was it working when i changed the sort order to say "period" 1st and then exp_type (2nd)
    Thanks everyone for you help.
    Thanks,
    Sumana

  • Sort alphabetically a lookup column in 'Quick edit'

    Hi Everyone,
    I've had this problem for a long time now and have not been able to get it working. I have a List with several fields, one of them is a Drop-down list with a lookup field linked to another list called 'Customers' which has two fields 'ID' and 'Customer'.
    If I create a 'New Item' the field 'Customer' is sorted alphabetically in ascending order by 'Customer', also in the list it's the same (which is what I want) however if I try to edit with the 'Quick Edit' button the lookup column is not sorted by 'Customer'
    but by 'ID'  and the users are complaining about this this there are more than 1,000 fields. Funny thing is as I already explained, if you create a 'New Item' or 'Edit Item' it works and is sorted as it should, only the lookup in 'Quick Edit' is sorted
    by ID.
    I already attempted the following and still no luck. I would very much appreciate the help.
    Sort SharePoint lookup column Dropdown by customizing your list form with InfoPath
    Regards,
    --Luis
    Si se solucionó tu consulta no olvides marcar la respuesta. Si te ayudó vótala como útil. Saludos!

    Hi,
    According to your post, my understanding is that you wanted to.
    There is no out of the box way to accomplish this with SharePoint.
    By design in SharePoint, the lookup column is sorted by ID in 'Quick edit'.
    When you click the dropdown icon, the HTML Table will be appeared.
    You can use JQuery to sort the Table.
    More information:
    http://www.granneman.com/webdev/coding/css/sorting-tables/
    http://blog.niklasottosson.com/?p=1914
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Mail: Sending, with recipient names sorted alphabetically

    When sending to a large group, after typing a group name in the cc/bcc field, I want to remove some recipients. It is much easier to do this if the recipients are sorted alphabetically. How do I force alphabetical sort (either ascending or decending)?

    When sending to a large group, after typing a group name in the cc/bcc field, I want to remove some recipients. It is much easier to do this if the recipients are sorted alphabetically. How do I force alphabetical sort (either ascending or decending)?

  • AP Cheque Run - Sort Alphabetically

    Hello everyone,
    We are in the process of completing our user acceptance testing for E-Business R12.1.1. One issue is the ability to sort the cheque run in alphabetical format. At the moment, they are sorted in ascending order by cheque number. How does one change this so that they are sorted alphabetically?
    Thanks...colin

    Colin,
    If this is a standard report and sorting is not available as part of the passing parameters, then I think there is no supported way to change the order. However, I would suggest you log a SR and confirm this with Oracle support.
    Regards,
    Hussein

  • CONTACTS 'Custom Label' list not sorted alphabetically ? ? ?

    In both I/OS 6 & 7 the 'Custom Labels' I created to more accurately identify new Contact phone number I enter, that list is no longer sorted alphabetically (like it use to be in previous operating systems for my iPhone 5).  Does anybody know a work-around?

    No way to move any buttons in iOS devices.

  • Hi people, can anyone tell whether one has the possibility in numbers, the entries in the pop-up menu to sort alphabetically me

    hi people, can anyone tell whether one has the possibility in numbers, the entries in the pop-up menu to sort alphabetically me

    Hi Dieter,
    Your profile shows Mac OS X (10.6.8) so it seems you are using Numbers version 2.x
    Numbers 2 does not have the ability to sort Pop-Up Menu entries (except by a painful process of adding or subtracting entries in Inspector).
    Numbers 3 makes Pop-Up Menus a breeze. But it is your choice whether to update to OS X Mavericks and Numbers 3 . Some features have been lost, other features have been added, and there are some workarounds.
    Have a look at these threads before you decide:
    Features that Apple has promised to reinstate:
    http://support.apple.com/kb/HT6049
    Hints on workarounds here:
    https://discussions.apple.com/message/23622372#23622372
    What has been GAINED in Numbers 3 is here:
    https://discussions.apple.com/thread/5473882?start=75&tstart=0
    What has been lost in Numbers 3 is here (with corrections where Apple has already reinstated some lost features in the Numbers 3.0.1 update):
    https://discussions.apple.com/thread/5470448?start=240&tstart=0
    Regards,
    Ian.

  • Albums sorted alphabetically by song title when searching on ipod classic

    I understand that the default for the search feature is to sort songs within each result alphabetically - for instance, you go to "Search" type "Tool" and Select "Tool." Now you see a list of albums by the band, and you can select the one you want, but the songs are always sorted alphabetically by title. Please tell me that this can be changed! A lot of artists actually put thought into the arrangement of their albums (a big surprise, I know) and if I wanted something arbitrary like alphabetical order I would use this cool feature called "shuffle!" Thanks in advance.

    Although the search utility will return artist names, why would you search for an artist name instead of selecting it directly from the Artist menu? The search utility seems much more applicable to searching for song names instead of +Show me all artists whose name begins with or contains 'Tool'.+
    In any case, no you can't change the default sort order of search results. If you want to play songs in their album order, use the Artist or Album menu selection, not Search.

  • Saved form data and logins are not sorted alphabetically anymore

    Go to gmail, double click in the "username" field, suggestions appear in a drop down box. If you have more than 1 gmail account they are no longer sorted alphabetically, '''they are sorted by the order entered! '''(with the newest entered on the bottom)
    I believe that this is related to the files formhistory.sqlite and signons.sqlite not being sorted properly.
    Also the addon "Form History Control" will NOT sort these fields alphabetically. Setting browser.formfill.bucketSize to 99999999 or 9999999 in about:config does not work either!

    Thanks for the reply but I have already searched and found that info, it does not work. Firefox is not Web Standard compliant in this regard.

  • Can I sort alphabetically by, say, caption?

    Caption is not one of the criteria listed on the pull-down menu.  The only way I know to sort alphabetically is by file name.
    Is there a way to create my own criteria?  I want to be able to sort things alphabetically by the words in the caption fields.
    Thanks,
    Dean

    Lightroom does not have this capability.

  • How can I sort alphabetically three columns?

    Hi to everybody!
    I've got some problems sorting alphabetically three columns. If I try to sort one column it changes also the others. I want three independent columns and each of them must be sorted out alphabetically.
    In Excel it's so easy: I just have to select the column and push the button "sort the column alphabetically". Why is that so difficult in numbers?
    Check it out: http://yfrog.com/j6screenshot01tj

    l,
    What is the nature of the content in the three columns? If the content is just data, and not calculations or the input to calculations, you can easily accomplish a single column sort in Numbers.
    I see from your screen shot that you are still in the Excel mindset. You have a large table with more rows and columns empty than occupied. To work most effectively in Numbers we usually use only as many rows and columns as necessary, and if we have data that is of another set and not related, we begin a new table.
    So, if your data meets the requirements of the first paragraph and you have trimmed away the excess rows and columns we can do the following: Click once on the label of the column you wish to independently sort. Then click again on this label and drag it up and away from the table to a blank area of the canvas. Perform the sort on the separated column. Then grab the sorted column in the same way as before and move it over the original table, watching the borders between columns highlight as you move over them. The double line between columns identifies the insertion point. When you have your sorted column in the right place, drop it back into the original table.
    Jerry

  • Can I use a 4G LTE AT&T Galaxy S6 Edge on my Verizon account?

    Below are the two Carriers Bands and Frequencies along with the GSM Version (AT&T) of the Samsung Galaxy S6 Edge
    Verizon 4G LTE
    - 700 MHz, Band 13
    - 850 MHz, Band 5 ***
    - 1700/2100 MHz, Band 4 ***
    AT&T 4G LTE
    - 700 MHz, Band 12 & 17
    - 850 MHz, Band 5 ***
    - 1700/2100 MHz, Band 4 ***
    - 1900 MHz, Band 2
    According to GSM Arena this is the GSM Galaxy S6 Phone  Bands/Frequencies
    Technology
    GSM / HSPA / LTE
    2G bands
    GSM 850 / 900 / 1800 / 1900
    3G bands
    HSDPA 850 / 900 / 1900 / 2100
    HSDPA 850 / 900 / 1700 / 1900 / 2100 - G920T
    - G920A
    4G bands
    LTE
    LTE band 1(2100), 2(1900), 3(1800), 4(1700/2100), 5(850), 7(2600), 8(900), 12(700), 17(700) - G920T
    LTE band 1(2100), 2(1900), 3(1800), 4(1700/2100), 5(850), 7(2600), 8(900), 17(700), 20(800) - G920A
    Speed
    HSPA 42.2/5.76 Mbps, LTE Cat6 300/50 Mbps
    This shows compatible Bands so, I ask the community, am I right to assume the AT&T Galaxy S6 Edge
    will work when it has been carrier unlocked and fitted with a Verizon 4G LTE nano sim?
    Thanks in advance for your help,
    B

    While it is possible to get most of the phone to work, you wouldn't have 100% compatibility with all coverage.  You would also have to have a previously active or currently active SIM to activate the phone, IF Verizon would activate it to begin with.  Don't be surprised if Verizon gives you some push back since the IMEI number won't be in their database.

Maybe you are looking for

  • Query using link server to an Oracle database failswhile similar query works

    I have two queries almost the same that use a link to an Oracle database. One works ok, the other is a copy of the first with a few fields selects removed.  The first one works fine, the copy fails with: Cannot get the data of the row from the OLE DB

  • ISU Contract Parner with no SD Customer in ECC

    Hi All We have a scenario where ISU Contract Partner was created without a corresponding SD reference customer when the data was migrate from legacy. EMIGALL created entries only in BUT000 table, but none in KNA1 and corresponding SD customer tables.

  • Passing Subclasses to methods

    Hi, I have a Class (MyMainFrame) which extends JFrame and I pass it to the contructor of a different Class which passes it to a constructor of a different Class and so on like this for about 5 times. When I get to the 4th class and try to pass it to

  • PO output determination in Extended Classic SRM 7

    Hi, Has anyone done PO Output in SRM 7 as per the SAP Note 883693 (ECS: PO output determination in R/3)? Appreciate any feedback. Thanks, AB

  • Showing Dump

    Hi guys, My concept is when iam checking the Archived Shopping cart its going to Dump. Brif: In SRM web application server iam checking the status of the Shopping cart, Clicking "Check Status' then next page i am going for Additional search options t