fairworld's life

Bluestack HOME 버튼으로 변경하기 본문

Android 일반

Bluestack HOME 버튼으로 변경하기

fairworld 2012. 1. 4. 14:35
BlueStack를 설치해서 실행해보면 앱서랍 버튼이 있다.
그리고 HOME 버튼이 없어서 불편한데 이를 변경해 줄 수가 있다.

링크 :  http://forum.xda-developers.com/showpost.php?p=20233810&postcount=90 

간단한 설명으로는

1. C:\Users\[각 자 사용자 폴더]\AppData\Local\BlueStacks\Launcher 로 가서
2. launcher.html을 일단 백업을 해두고
3. launcher.html을 열어 아래의 내용으로 붙여넣기 하고 BlueStack을 재실행하면 된다.

<!DOCTYPE html>
<html lang="en">
<head></head>
<body onload="refreshUI()"> 
   
<script src="js/jquery-1.5.1.min.js"></script>
<script src="js/slides.min.jquery.js"></script>

<script type="text/jscript" language="jscript">
function refreshUI() {window.external.RunApp("", "", "")}               
</script>

</body>
</html>

그러면 그 다음부터는 앱서랍 버튼이 홈버튼으로 작동한다~!!!