Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

Aroma installer full guide | for pros and people who have time

$
0
0
AROMA INSTALLER GUIDE FOR N00BS AND PROS

Hello guys, this is protox 109 and i will tell you guys how to use the latest AROMA installer on your custom roms

Download the latesy AROMA INSTALLER ZIP PACK FROM HERE

[link]http://forum.xda-developers.com/showthread.php?t=1461712[/link]

firstly there is no need to copy this, if you download edelweiss from the XDA link above then u keep it untouched:-

### LICENSE:
#
# Copyright (C) 2011 Ahmad Amarullah
( http://amarullz.com/ )
4. #
5. # Licensed under the Apache License,
Version 2.0 (the "License");
6. # you may not use this file except
in compliance with the License.
7. # You may obtain a copy of the
License at
8. #
9. # http://www.apache.org/
licenses/LICENSE-2.0
10. #
11. # Unless required by applicable law
or agreed to in writing, software
12. # distributed under the License is
distributed on an "AS IS" BASIS,
13. # WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied.
14. # See the License for the specific
language governing permissions and
15. # limitations under the License.
:### FILE INFO:
18. #
19. # AROMA Installer 2.51 - AROMA
Installer Test Script Configuration
20. # (c) 2011-2012 by Ahmad
Amarullah
21. # amarullz - xda-
developers
22. # http://www.amarullz.com/
23. #
24. # Binary Version : 2.56
25. # Binary Codename : Edelweis
26. #
27. ### INFO:
28. #
29. # * AROMA Resource Dir = META-INF/
com/google/android/aroma
30. #
31. # * AROMA Temporary Dir = /tmp/
aroma/
32. #
33. # * About Icon = @alert -
show <AROMA Resource Dir>/icons/
alert.png
34. # or if
theme used it will find <themedir>/
icon.alert.png
35. # you can
still access it via "icons/alert"
36. #
37. # * dp = Device
Pixelate. WVGA/QHD = 3, HVGA = 2.
38. # dp
calculated with = round(min
(width,height) / 160)
39. #
40. ###
41.
42. ##
43. # Fix Colorspace Issue
44. #
45. # For device which have a problem
with color ( not display the correct
color )
46. # try to set "force_colorspace" with
ini_set. It may caused by wrong
framebuffer
47. # information that passed by kernel
into framebuffer device.
48. #
49. # You can use one of following
values:
50. # "rgba", "abgr", "argb", "bgra"
51. #
52. # NOTE: It must be in top most
script, or you will got the color
flicker
53. #
54. # ini_set
("force_colorspace","rgba");
55. #
56.
57. ##
58. # Forcing Device Pixelate Size
59. # defaut: floor( min( width,
height ) / 160 )
60. #
61. # Usefull for tablet device, if
interface was too big, you can
62. # force dp size for smaller UI size.
63. #
64. #-------- Uncomment one of this to
use custom dp size:
65. #
66. # ini_set("dp","1"); #-- LDPI
( 240x320 / QVGA )
67. # ini_set("dp","2"); #-- MDPI
( 340x480 / HVGA )
68. # ini_set("dp","3"); #-- HDPI
( 480x800 / WVGA )
69. # ini_set("dp","4");
70. # ini_set("dp","5");
71. #
72.
73. #### NOTE >> THIS VERSION DOESN'T
NEED ANY CALIBRATION DATA :)
74.
75. ##[ DEPRECATED - WONT DO ANYTHING FOR
THIS VERSION ]
76. # Calibrate Touchscreen - MATRIX
METHOD
77. #
78. # For other device, run the
installer, then press "menu"
79. # and select Calibrating Tools.
Follow Instructions, and make
80. # sure the touch screen has been
valid in the testing step.
81. #
82. # In the end, there will be alert
dialog with calibration data
83. # ( green ), replace this
calibrate_matrix() function with that
data.
84. #
85. #-------- Change the value with your
device calibration data:
86. #
87. # Current calibration was for HTC
Sensation/XE/4G Devices:
88. #
89. #calibrate_matrix(
90. # "63052.50", "840.00",
"-903390.00", "-1680.00",
91. # "125895.00", "-371670.00",
"120021.25", "0"
92. #);
93.
94. ##[ DEPRECATED ]
95. # Calibrate Touchscreen
96. # defaut: HTC Desire Touch Screen
Calibrate Data [7.90,20,7.90,20]
97. #
98. # In the end, there will be alert
dialog with calibration data
99. # ( green ), replace this calibrate()
function with that data.
100. #
101. #-------- Uncomment This to insert
calibrating data:
102. # calibrate
("7.90","20","7.90","20");
103. #
104.
105.
106. ##
107. # Custom Key Code - Usefull For Some
Device which not used
108. # Standard key
code for up/down/select/back/menu
109. #
110. # You can capture the keycode in
111. # recovery using "aroma-keycapture-
flashable.zip" Available in
112. # AROMA Installer Thread.
113. #
114. # Press some key when it run, it
will return key code,
115. # that key can override up/down/
select/back/menu actions in
116. # AROMA Installer, you can even set
your home key for up, or
117. # volume down for select item
118. #
119. #-------- Uncomment & Modify this
Code:
120. #
121. # ini_set("customkeycode_up",
"115");
122. # ini_set("customkeycode_downh",
"114");
123. # ini_set("customkeycode_select",
"116");
124. # ini_set("customkeycode_menu",
"229");
125. # ini_set("customkeycode_back",
"158");
126. #

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>