Resize Bluestack Screen on Mac OS X












7














I need to check the application compatibility in all device & debuging application on Bluestack App Player, can anyone please tell me how to resize the screen of Bluestack on Mac OS X? I googled it and found that in Windows the screen size can be changed via register as shown below :



Go to regedit: 
HKEY_LOCAL_MACHINESOFTWAREBlueStacksGuestsAndroidFrameBuffer
"Width"=dword:00000320 - change value
"Height"=dword:00000258 - change value


But I'm new to Mac OS X where do I find the regedit?










share|improve this question





























    7














    I need to check the application compatibility in all device & debuging application on Bluestack App Player, can anyone please tell me how to resize the screen of Bluestack on Mac OS X? I googled it and found that in Windows the screen size can be changed via register as shown below :



    Go to regedit: 
    HKEY_LOCAL_MACHINESOFTWAREBlueStacksGuestsAndroidFrameBuffer
    "Width"=dword:00000320 - change value
    "Height"=dword:00000258 - change value


    But I'm new to Mac OS X where do I find the regedit?










    share|improve this question



























      7












      7








      7


      3





      I need to check the application compatibility in all device & debuging application on Bluestack App Player, can anyone please tell me how to resize the screen of Bluestack on Mac OS X? I googled it and found that in Windows the screen size can be changed via register as shown below :



      Go to regedit: 
      HKEY_LOCAL_MACHINESOFTWAREBlueStacksGuestsAndroidFrameBuffer
      "Width"=dword:00000320 - change value
      "Height"=dword:00000258 - change value


      But I'm new to Mac OS X where do I find the regedit?










      share|improve this question















      I need to check the application compatibility in all device & debuging application on Bluestack App Player, can anyone please tell me how to resize the screen of Bluestack on Mac OS X? I googled it and found that in Windows the screen size can be changed via register as shown below :



      Go to regedit: 
      HKEY_LOCAL_MACHINESOFTWAREBlueStacksGuestsAndroidFrameBuffer
      "Width"=dword:00000320 - change value
      "Height"=dword:00000258 - change value


      But I'm new to Mac OS X where do I find the regedit?







      macos android terminal-emulator bluestacks






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 19 '15 at 17:37









      fd0

      868410




      868410










      asked Aug 5 '13 at 12:27









      KOTIOS

      145129




      145129






















          4 Answers
          4






          active

          oldest

          votes


















          13














          If you can't just drag the window edge or corner to resize it, try this:



          First, quit the program (Bluestacks > Quit in the menu bar or press Q).



          If Bluestacks App Player is like a typical OS X application, you can find the preferences file (Mac OS X does not have a central configuration facility like the Windows Registry) in ~/Library/Preferences/. There you should look for a file like com.bluestacks.appplayer.plist or something similar.



          You can open the plist file in a text editor or Xcode. Then look for a key corresponding to window size (it will probably start with NS) and then adjust the size as needed.



          Based on the comment below, the property is found at guests > android > height.



          Note that for more recent versions of OS X (since at least 10.9) you need to use the defaults utility in terminal to make the change.






          share|improve this answer























          • thanks a lot but there is small change in ur answer that is in com.bluestacks.appplayer.plist in guests->android->height and width can be adjusted
            – KOTIOS
            Aug 5 '13 at 12:51










          • @Stacks28 Gotcha. So this would be a custom property then. System properties stored in plist files often start with NS.
            – CyberSkull
            Aug 5 '13 at 12:54










          • i hv one more issue ..how ca i restart bluestack when i change the size, i tired closing bluestack process from Aactive monitor but didnt helped
            – KOTIOS
            Aug 6 '13 at 5:23






          • 2




            When i changed the size and re-open the app player it did resize the window but "android" didn't resize. I'd fixed that by setting the "RestartGuestOnFrontendLaunch" to 1. Can be found under guests > android > config. What it does is restarting "android" when closed out the app player/opening bluestack. You can change it back when everything is resized.
            – Yoram de Langen
            Sep 18 '13 at 7:04






          • 1




            @Kache If you are editing the file directly in 10.9, it may not work anymore due to preferences caching. Instead you should do defaults write DOMAIN KEY VALUE.
            – CyberSkull
            Dec 26 '13 at 13:31



















          3














          In ~/Library/Preferences, you'll find a file named com.BlueStacks.AppPlayer.plist. If you open this file with Xcode, you'll find the screen size settings by drilling down into: Guests->Android->FrameBuffer. You'll find the width & height settings under the FrameBuffer dictionary.



          Note: Install your Android applications before you change the screen size. You may find the (web) view BlueStacks uses to access the Google Play store doesn't use your updated screen size.






          share|improve this answer























          • Did you ever find a fix for the Google Play store not being resized?
            – duncanc4
            Jan 19 '16 at 4:16










          • No. I haven't had a need to look for one.
            – russes
            Jan 24 '16 at 19:34



















          0














          I downloaded a software called ResizeEnable (freeware) that can resize all windows, now it's working fine.






          share|improve this answer























          • Link is incorrect: it should be: digitallis.co.uk/pc/ResizeEnable That app is also for Windows, and this question relates to Mac
            – Dave Nottage
            Jun 25 at 13:19





















          0














          As of BlueStacks 2.0.1.14, the following solutions don't work anymore (editing ~/Library/Preferences/com.BlueStacks.AppPlayer.plist):




          1. Adding/Modifying Root > Guests > Android > Config > RestartGuestOnFrontendLaunch and set to 1.

          2. Adding/Modifying Root > Guests > Android > Height and set to desired value.


          The only working solution is to change:



          Root > Guests > Android > FrameBuffer >




          • Height: 540

          • Width: 960

          • WindowHeight: 540

          • WindowWidth: 960


          I edit it with Xcode, save and re-launch BlueStack. Works perfectly on Mojave 10.14.1.



          (I set to 960 x 540, half size of original)






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f628113%2fresize-bluestack-screen-on-mac-os-x%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            4 Answers
            4






            active

            oldest

            votes








            4 Answers
            4






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            13














            If you can't just drag the window edge or corner to resize it, try this:



            First, quit the program (Bluestacks > Quit in the menu bar or press Q).



            If Bluestacks App Player is like a typical OS X application, you can find the preferences file (Mac OS X does not have a central configuration facility like the Windows Registry) in ~/Library/Preferences/. There you should look for a file like com.bluestacks.appplayer.plist or something similar.



            You can open the plist file in a text editor or Xcode. Then look for a key corresponding to window size (it will probably start with NS) and then adjust the size as needed.



            Based on the comment below, the property is found at guests > android > height.



            Note that for more recent versions of OS X (since at least 10.9) you need to use the defaults utility in terminal to make the change.






            share|improve this answer























            • thanks a lot but there is small change in ur answer that is in com.bluestacks.appplayer.plist in guests->android->height and width can be adjusted
              – KOTIOS
              Aug 5 '13 at 12:51










            • @Stacks28 Gotcha. So this would be a custom property then. System properties stored in plist files often start with NS.
              – CyberSkull
              Aug 5 '13 at 12:54










            • i hv one more issue ..how ca i restart bluestack when i change the size, i tired closing bluestack process from Aactive monitor but didnt helped
              – KOTIOS
              Aug 6 '13 at 5:23






            • 2




              When i changed the size and re-open the app player it did resize the window but "android" didn't resize. I'd fixed that by setting the "RestartGuestOnFrontendLaunch" to 1. Can be found under guests > android > config. What it does is restarting "android" when closed out the app player/opening bluestack. You can change it back when everything is resized.
              – Yoram de Langen
              Sep 18 '13 at 7:04






            • 1




              @Kache If you are editing the file directly in 10.9, it may not work anymore due to preferences caching. Instead you should do defaults write DOMAIN KEY VALUE.
              – CyberSkull
              Dec 26 '13 at 13:31
















            13














            If you can't just drag the window edge or corner to resize it, try this:



            First, quit the program (Bluestacks > Quit in the menu bar or press Q).



            If Bluestacks App Player is like a typical OS X application, you can find the preferences file (Mac OS X does not have a central configuration facility like the Windows Registry) in ~/Library/Preferences/. There you should look for a file like com.bluestacks.appplayer.plist or something similar.



            You can open the plist file in a text editor or Xcode. Then look for a key corresponding to window size (it will probably start with NS) and then adjust the size as needed.



            Based on the comment below, the property is found at guests > android > height.



            Note that for more recent versions of OS X (since at least 10.9) you need to use the defaults utility in terminal to make the change.






            share|improve this answer























            • thanks a lot but there is small change in ur answer that is in com.bluestacks.appplayer.plist in guests->android->height and width can be adjusted
              – KOTIOS
              Aug 5 '13 at 12:51










            • @Stacks28 Gotcha. So this would be a custom property then. System properties stored in plist files often start with NS.
              – CyberSkull
              Aug 5 '13 at 12:54










            • i hv one more issue ..how ca i restart bluestack when i change the size, i tired closing bluestack process from Aactive monitor but didnt helped
              – KOTIOS
              Aug 6 '13 at 5:23






            • 2




              When i changed the size and re-open the app player it did resize the window but "android" didn't resize. I'd fixed that by setting the "RestartGuestOnFrontendLaunch" to 1. Can be found under guests > android > config. What it does is restarting "android" when closed out the app player/opening bluestack. You can change it back when everything is resized.
              – Yoram de Langen
              Sep 18 '13 at 7:04






            • 1




              @Kache If you are editing the file directly in 10.9, it may not work anymore due to preferences caching. Instead you should do defaults write DOMAIN KEY VALUE.
              – CyberSkull
              Dec 26 '13 at 13:31














            13












            13








            13






            If you can't just drag the window edge or corner to resize it, try this:



            First, quit the program (Bluestacks > Quit in the menu bar or press Q).



            If Bluestacks App Player is like a typical OS X application, you can find the preferences file (Mac OS X does not have a central configuration facility like the Windows Registry) in ~/Library/Preferences/. There you should look for a file like com.bluestacks.appplayer.plist or something similar.



            You can open the plist file in a text editor or Xcode. Then look for a key corresponding to window size (it will probably start with NS) and then adjust the size as needed.



            Based on the comment below, the property is found at guests > android > height.



            Note that for more recent versions of OS X (since at least 10.9) you need to use the defaults utility in terminal to make the change.






            share|improve this answer














            If you can't just drag the window edge or corner to resize it, try this:



            First, quit the program (Bluestacks > Quit in the menu bar or press Q).



            If Bluestacks App Player is like a typical OS X application, you can find the preferences file (Mac OS X does not have a central configuration facility like the Windows Registry) in ~/Library/Preferences/. There you should look for a file like com.bluestacks.appplayer.plist or something similar.



            You can open the plist file in a text editor or Xcode. Then look for a key corresponding to window size (it will probably start with NS) and then adjust the size as needed.



            Based on the comment below, the property is found at guests > android > height.



            Note that for more recent versions of OS X (since at least 10.9) you need to use the defaults utility in terminal to make the change.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Aug 17 '15 at 16:13

























            answered Aug 5 '13 at 12:45









            CyberSkull

            94831227




            94831227












            • thanks a lot but there is small change in ur answer that is in com.bluestacks.appplayer.plist in guests->android->height and width can be adjusted
              – KOTIOS
              Aug 5 '13 at 12:51










            • @Stacks28 Gotcha. So this would be a custom property then. System properties stored in plist files often start with NS.
              – CyberSkull
              Aug 5 '13 at 12:54










            • i hv one more issue ..how ca i restart bluestack when i change the size, i tired closing bluestack process from Aactive monitor but didnt helped
              – KOTIOS
              Aug 6 '13 at 5:23






            • 2




              When i changed the size and re-open the app player it did resize the window but "android" didn't resize. I'd fixed that by setting the "RestartGuestOnFrontendLaunch" to 1. Can be found under guests > android > config. What it does is restarting "android" when closed out the app player/opening bluestack. You can change it back when everything is resized.
              – Yoram de Langen
              Sep 18 '13 at 7:04






            • 1




              @Kache If you are editing the file directly in 10.9, it may not work anymore due to preferences caching. Instead you should do defaults write DOMAIN KEY VALUE.
              – CyberSkull
              Dec 26 '13 at 13:31


















            • thanks a lot but there is small change in ur answer that is in com.bluestacks.appplayer.plist in guests->android->height and width can be adjusted
              – KOTIOS
              Aug 5 '13 at 12:51










            • @Stacks28 Gotcha. So this would be a custom property then. System properties stored in plist files often start with NS.
              – CyberSkull
              Aug 5 '13 at 12:54










            • i hv one more issue ..how ca i restart bluestack when i change the size, i tired closing bluestack process from Aactive monitor but didnt helped
              – KOTIOS
              Aug 6 '13 at 5:23






            • 2




              When i changed the size and re-open the app player it did resize the window but "android" didn't resize. I'd fixed that by setting the "RestartGuestOnFrontendLaunch" to 1. Can be found under guests > android > config. What it does is restarting "android" when closed out the app player/opening bluestack. You can change it back when everything is resized.
              – Yoram de Langen
              Sep 18 '13 at 7:04






            • 1




              @Kache If you are editing the file directly in 10.9, it may not work anymore due to preferences caching. Instead you should do defaults write DOMAIN KEY VALUE.
              – CyberSkull
              Dec 26 '13 at 13:31
















            thanks a lot but there is small change in ur answer that is in com.bluestacks.appplayer.plist in guests->android->height and width can be adjusted
            – KOTIOS
            Aug 5 '13 at 12:51




            thanks a lot but there is small change in ur answer that is in com.bluestacks.appplayer.plist in guests->android->height and width can be adjusted
            – KOTIOS
            Aug 5 '13 at 12:51












            @Stacks28 Gotcha. So this would be a custom property then. System properties stored in plist files often start with NS.
            – CyberSkull
            Aug 5 '13 at 12:54




            @Stacks28 Gotcha. So this would be a custom property then. System properties stored in plist files often start with NS.
            – CyberSkull
            Aug 5 '13 at 12:54












            i hv one more issue ..how ca i restart bluestack when i change the size, i tired closing bluestack process from Aactive monitor but didnt helped
            – KOTIOS
            Aug 6 '13 at 5:23




            i hv one more issue ..how ca i restart bluestack when i change the size, i tired closing bluestack process from Aactive monitor but didnt helped
            – KOTIOS
            Aug 6 '13 at 5:23




            2




            2




            When i changed the size and re-open the app player it did resize the window but "android" didn't resize. I'd fixed that by setting the "RestartGuestOnFrontendLaunch" to 1. Can be found under guests > android > config. What it does is restarting "android" when closed out the app player/opening bluestack. You can change it back when everything is resized.
            – Yoram de Langen
            Sep 18 '13 at 7:04




            When i changed the size and re-open the app player it did resize the window but "android" didn't resize. I'd fixed that by setting the "RestartGuestOnFrontendLaunch" to 1. Can be found under guests > android > config. What it does is restarting "android" when closed out the app player/opening bluestack. You can change it back when everything is resized.
            – Yoram de Langen
            Sep 18 '13 at 7:04




            1




            1




            @Kache If you are editing the file directly in 10.9, it may not work anymore due to preferences caching. Instead you should do defaults write DOMAIN KEY VALUE.
            – CyberSkull
            Dec 26 '13 at 13:31




            @Kache If you are editing the file directly in 10.9, it may not work anymore due to preferences caching. Instead you should do defaults write DOMAIN KEY VALUE.
            – CyberSkull
            Dec 26 '13 at 13:31













            3














            In ~/Library/Preferences, you'll find a file named com.BlueStacks.AppPlayer.plist. If you open this file with Xcode, you'll find the screen size settings by drilling down into: Guests->Android->FrameBuffer. You'll find the width & height settings under the FrameBuffer dictionary.



            Note: Install your Android applications before you change the screen size. You may find the (web) view BlueStacks uses to access the Google Play store doesn't use your updated screen size.






            share|improve this answer























            • Did you ever find a fix for the Google Play store not being resized?
              – duncanc4
              Jan 19 '16 at 4:16










            • No. I haven't had a need to look for one.
              – russes
              Jan 24 '16 at 19:34
















            3














            In ~/Library/Preferences, you'll find a file named com.BlueStacks.AppPlayer.plist. If you open this file with Xcode, you'll find the screen size settings by drilling down into: Guests->Android->FrameBuffer. You'll find the width & height settings under the FrameBuffer dictionary.



            Note: Install your Android applications before you change the screen size. You may find the (web) view BlueStacks uses to access the Google Play store doesn't use your updated screen size.






            share|improve this answer























            • Did you ever find a fix for the Google Play store not being resized?
              – duncanc4
              Jan 19 '16 at 4:16










            • No. I haven't had a need to look for one.
              – russes
              Jan 24 '16 at 19:34














            3












            3








            3






            In ~/Library/Preferences, you'll find a file named com.BlueStacks.AppPlayer.plist. If you open this file with Xcode, you'll find the screen size settings by drilling down into: Guests->Android->FrameBuffer. You'll find the width & height settings under the FrameBuffer dictionary.



            Note: Install your Android applications before you change the screen size. You may find the (web) view BlueStacks uses to access the Google Play store doesn't use your updated screen size.






            share|improve this answer














            In ~/Library/Preferences, you'll find a file named com.BlueStacks.AppPlayer.plist. If you open this file with Xcode, you'll find the screen size settings by drilling down into: Guests->Android->FrameBuffer. You'll find the width & height settings under the FrameBuffer dictionary.



            Note: Install your Android applications before you change the screen size. You may find the (web) view BlueStacks uses to access the Google Play store doesn't use your updated screen size.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Sep 19 '15 at 15:35

























            answered Sep 19 '15 at 15:16









            russes

            1314




            1314












            • Did you ever find a fix for the Google Play store not being resized?
              – duncanc4
              Jan 19 '16 at 4:16










            • No. I haven't had a need to look for one.
              – russes
              Jan 24 '16 at 19:34


















            • Did you ever find a fix for the Google Play store not being resized?
              – duncanc4
              Jan 19 '16 at 4:16










            • No. I haven't had a need to look for one.
              – russes
              Jan 24 '16 at 19:34
















            Did you ever find a fix for the Google Play store not being resized?
            – duncanc4
            Jan 19 '16 at 4:16




            Did you ever find a fix for the Google Play store not being resized?
            – duncanc4
            Jan 19 '16 at 4:16












            No. I haven't had a need to look for one.
            – russes
            Jan 24 '16 at 19:34




            No. I haven't had a need to look for one.
            – russes
            Jan 24 '16 at 19:34











            0














            I downloaded a software called ResizeEnable (freeware) that can resize all windows, now it's working fine.






            share|improve this answer























            • Link is incorrect: it should be: digitallis.co.uk/pc/ResizeEnable That app is also for Windows, and this question relates to Mac
              – Dave Nottage
              Jun 25 at 13:19


















            0














            I downloaded a software called ResizeEnable (freeware) that can resize all windows, now it's working fine.






            share|improve this answer























            • Link is incorrect: it should be: digitallis.co.uk/pc/ResizeEnable That app is also for Windows, and this question relates to Mac
              – Dave Nottage
              Jun 25 at 13:19
















            0












            0








            0






            I downloaded a software called ResizeEnable (freeware) that can resize all windows, now it's working fine.






            share|improve this answer














            I downloaded a software called ResizeEnable (freeware) that can resize all windows, now it's working fine.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jan 7 '14 at 11:27









            Jawa

            3,14982435




            3,14982435










            answered Jan 7 '14 at 10:51









            Raghavan

            91




            91












            • Link is incorrect: it should be: digitallis.co.uk/pc/ResizeEnable That app is also for Windows, and this question relates to Mac
              – Dave Nottage
              Jun 25 at 13:19




















            • Link is incorrect: it should be: digitallis.co.uk/pc/ResizeEnable That app is also for Windows, and this question relates to Mac
              – Dave Nottage
              Jun 25 at 13:19


















            Link is incorrect: it should be: digitallis.co.uk/pc/ResizeEnable That app is also for Windows, and this question relates to Mac
            – Dave Nottage
            Jun 25 at 13:19






            Link is incorrect: it should be: digitallis.co.uk/pc/ResizeEnable That app is also for Windows, and this question relates to Mac
            – Dave Nottage
            Jun 25 at 13:19













            0














            As of BlueStacks 2.0.1.14, the following solutions don't work anymore (editing ~/Library/Preferences/com.BlueStacks.AppPlayer.plist):




            1. Adding/Modifying Root > Guests > Android > Config > RestartGuestOnFrontendLaunch and set to 1.

            2. Adding/Modifying Root > Guests > Android > Height and set to desired value.


            The only working solution is to change:



            Root > Guests > Android > FrameBuffer >




            • Height: 540

            • Width: 960

            • WindowHeight: 540

            • WindowWidth: 960


            I edit it with Xcode, save and re-launch BlueStack. Works perfectly on Mojave 10.14.1.



            (I set to 960 x 540, half size of original)






            share|improve this answer


























              0














              As of BlueStacks 2.0.1.14, the following solutions don't work anymore (editing ~/Library/Preferences/com.BlueStacks.AppPlayer.plist):




              1. Adding/Modifying Root > Guests > Android > Config > RestartGuestOnFrontendLaunch and set to 1.

              2. Adding/Modifying Root > Guests > Android > Height and set to desired value.


              The only working solution is to change:



              Root > Guests > Android > FrameBuffer >




              • Height: 540

              • Width: 960

              • WindowHeight: 540

              • WindowWidth: 960


              I edit it with Xcode, save and re-launch BlueStack. Works perfectly on Mojave 10.14.1.



              (I set to 960 x 540, half size of original)






              share|improve this answer
























                0












                0








                0






                As of BlueStacks 2.0.1.14, the following solutions don't work anymore (editing ~/Library/Preferences/com.BlueStacks.AppPlayer.plist):




                1. Adding/Modifying Root > Guests > Android > Config > RestartGuestOnFrontendLaunch and set to 1.

                2. Adding/Modifying Root > Guests > Android > Height and set to desired value.


                The only working solution is to change:



                Root > Guests > Android > FrameBuffer >




                • Height: 540

                • Width: 960

                • WindowHeight: 540

                • WindowWidth: 960


                I edit it with Xcode, save and re-launch BlueStack. Works perfectly on Mojave 10.14.1.



                (I set to 960 x 540, half size of original)






                share|improve this answer












                As of BlueStacks 2.0.1.14, the following solutions don't work anymore (editing ~/Library/Preferences/com.BlueStacks.AppPlayer.plist):




                1. Adding/Modifying Root > Guests > Android > Config > RestartGuestOnFrontendLaunch and set to 1.

                2. Adding/Modifying Root > Guests > Android > Height and set to desired value.


                The only working solution is to change:



                Root > Guests > Android > FrameBuffer >




                • Height: 540

                • Width: 960

                • WindowHeight: 540

                • WindowWidth: 960


                I edit it with Xcode, save and re-launch BlueStack. Works perfectly on Mojave 10.14.1.



                (I set to 960 x 540, half size of original)







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 10 at 2:59









                Raptor

                59421329




                59421329






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f628113%2fresize-bluestack-screen-on-mac-os-x%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                    Alcedinidae

                    Can an atomic nucleus contain both particles and antiparticles? [duplicate]