Is there a list of installer exit code's somewhere?
I know 0 = success.
And is it possible to change the default setting of a confirm-box to 'No'?
Default is Yes and I don't want that users easely confirm througout the installation and not knowing they confimed a installation warning on the system partition size.
Hardware call button is select on HTC HD2, as you might know.
Thanx a lot for your great installer!
---------- Post added at 02:10 PM ---------- Previous post was at 02:09 PM ----------
Is there a list of installer exit code's somewhere?
I know 0 = success.
And is it possible to change the default setting of a confirm-box to 'No'?
Default is Yes and I don't want that users easely confirm througout the installation and not knowing they confimed a installation warning on the system partition size.
Hardware call button is select on HTC HD2, as you might know.
Thanx a lot for your great installer!
---------- Post added at 02:10 PM ---------- Previous post was at 02:09 PM ----------
Used the first option and its working great!
Switch the Yes & No Text
Code:
if
confirm(
#-- Title
"Confirm Demo 1",
#-- Text
"Please Select Yes or No?",
#-- Icon (Optional)
"@info",
#-- Yes Text
"No",
#-- No Text
"Yes"
)=="yes"
then
alert("Result","COMMAND FOR NO");
else
alert("Result","COMMAND FOR YES");
endif;
if
confirm(
#-- Title
"Confirm Demo 1",
#-- Text
"Please Select Yes or No?",
#-- Icon (Optional)
"@info",
#-- Yes Text
"No",
#-- No Text
"Yes"
)=="yes"
then
alert("Result","COMMAND FOR NO");
else
alert("Result","COMMAND FOR YES");
endif;
Thanx.
Is there a list of installer exit code's somewhere?
I know 0 = success.
For you who have trouble with calibration tools result. I try new method named Matrix Calibration. It's only need 3 sample left-top, right-center, center-bottom. But the calibration data is more complex: 7 Floating point + 1 flag.
It contains new calibration method. If it works better than conventional calibration, I will add it in AROMA Installer.
I can just swap this binary in and test it? do i need the assets? I have the us sgs2 and calibration was a struggle, having to hit each point 10+ times and although works well touchwise, scrolling more often selects where you first touch than starts scrolling.
Its different project, and wont works with aroma installer.
Please just try flash it, it was file manager. If the calibration works well, i will implementing it in installer
Sent from my HTC Desire using XDA
Its worse. I can't get even the first data point to register. I tried both normal and alternate. its starts as a small circle and as soon as i touch it a large circle appears around it but never moves. I tried pressing with varying finger tips/areas.
---------- Post added at 10:43 AM ---------- Previous post was at 10:39 AM ----------
Quote:
Originally Posted by mrRobinson
ugh, i must be doing something stupid..
I have the aroma-config behaving just how I want and I see nothing wrong with updater-script...
However, after i go through the menus to install nothing gets installed. I see installer status (6), and don't know what that is. I try to save the log but it doesn't end up being saved. I was using the 1.64 but did try the 2.00 posted here as well. Orig I did not replace the update-binary-installer but since reading I have with the one from gapps and then tried another from a rom that flashes fine.
Nothing is helping so hopefully if someone can glance at my two config files they will see something stupid I am doing... http://d-h.st/ZFf
thanks for any feedback.
Amarullz, I'm on the freenode chat now. any chance you have a moment to spare to look at this? I'm sure it must be something stupid from lack of understanding. I get no output during install and status 6.
I've even looked at what others do and see no real difference....
EDIT: I'm installing options this way:
##
## MISC OPTIONS
##
ui_print("@ Installing Misc Options...");
if
file_getprop("/tmp/aroma/misc.prop","item.1.1") == "1"
then
package_extract_file("launchers/ApexLauncher.apk", "/system/app/ApexLauncher.apk");
endif;
if
file_getprop("/tmp/aroma/misc.prop","item.1.2") == "1"
then
package_extract_file("launchers/NovaLauncher.apk", "/system/app/NovaLauncher.apk");
endif;
or maybe problem is mounting? i do seem to have to unmount /system /cache /data first for wiping then remount later as does aroma auto mount these?
The default boot animations on any device, no matter whichmanufacturer, are generally pretty … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?