Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
tantrums
Old
#691  
tantrums's Avatar
Recognized Contributor
Thanks Meter 1699
Posts: 540
Join Date: Apr 2011
Location: Inside my house

 
DONATE TO ME
@amarullz

You can add my Marvel ROM in the list of ROM using AROMA.

Here : http://forum.xda-developers.com/show....php?t=1473592

Btw. How can screenshots the installation process? - I like to post the screenshots in my thread.

Thanks amarullz for the wonderful AROMA. You really rocks.
 
jokersax11
Old
#692  
jokersax11's Avatar
Recognized Developer
Thanks Meter 7025
Posts: 4,124
Join Date: Aug 2009

 
DONATE TO ME
I do have an issue, it doesn't seem to see build.props, I have several different build.props and it won't extract.

From the install log


Installing support for non-NEON target
Install custom build.prop<----- should have extract after this.
Install default ril
Extract: /system/lib/libmoto_ril.so
Install Adobe Flash Player
Extract: /system/app/AdobeFlashPlayer.apk



From aroma config

# SELECT OTHER TWEAKS
#
if (prop("type.prop","selected")=="1") then
#-- IF "Default" Installation, don't show configuration, then write default tweaks2.prop
writetmpfile(
"tweaks2.prop",
"selected.1=1\n"+ #-- no tweaks
"selected.2=1\n" #-- Default RIL = forced roaming
);
else
#-- IF Not "Default" Show Tweaks Option Selection
selectbox(
"Tweaks Option #2",
"Please select the tweaks that you want in this installation:",
"@default",
"tweaks2.prop",

#-----------------------------------[ Selectbox With Groups ]----------------------------------#
# TITLE | SUBTITLE | Initial Value #
#------------------+-----------------------------------------------------------+---------------#

"Build.prop", "", 2, #-- Group 1. key = "selected.1"
"Default", "Default build.prop setup", 1, #-- selected.1 = 1
"cdma", "Sets the build.prop to default to cdma", 0, #-- selected.1 = 2
"gsm", "Sets the build.prop to default to gsm", 0, #-- selected.1 = 3
"cdma/tweak", "Sets the build.prop to default to cdma with extra tweaks", 0, #-- selected.1 = 4
"gsm/tweak", "Sets the build.prop to default to gsm with extra tweaks", 0, #-- selected.1 = 5

"RIL", "", 2, #-- Group 2. key = "selected.2"
"Forced Roaming", "Different RIL may have different call quality", 1, #-- selected.2 = 1
"Default ril", "Different RIL may have different call quality", 0 #-- selected.2 = 2

#--------[ Initial Value = 0: Unselected, 1: Selected, 2: Group Item, 3: Not Visible ]---------#
);
endif;



From install script


Build.prop mods
###

# default
if
file_getprop("/tmp/aroma-data/tweaks2.prop","selected.1") == "1"
then
ui_print(" Install default build.prop");
endif;

# cdma
if
file_getprop("/tmp/aroma-data/tweaks2.prop","selected.1") == "2"
then
ui_print(" Install custom build.prop");
package_extract_dir("customize/prop/cdman", "/");
endif;

# gsm
if
file_getprop("/tmp/aroma-data/tweaks2.prop","selected.1") == "3"
then
ui_print(" Install custom build.prop");
package_extract_dir("customize/prop/gsmn", "/");
endif;

# cdma tweaked
if
file_getprop("/tmp/aroma-data/tweaks2.prop","selected.1") == "4"
then
ui_print(" Install custom build.prop");
package_extract_dir("customize/prop/cdmat", "/");
endif;

# gsm tweaked
if
file_getprop("/tmp/aroma-data/tweaks2.prop","selected.1") == "5"
then
ui_print(" Install custom build.prop");
package_extract_dir("customize/prop/gsmt", "/");
endif;

###
# RIL
###

# forced roaming
if
file_getprop("/tmp/aroma-data/tweaks2.prop","selected.2") == "1"
then
ui_print(" Install forced roaming ril");
endif;

# standard ril
if
file_getprop("/tmp/aroma-data/tweaks2.prop","selected.2") == "2"
then
ui_print(" Install default ril");
package_extract_dir("customize/ril/default", "/");
endif;



Sent from my MB855 using XDA
Like my work donate via the donate button
 
varun.chitre15
Old
#693  
varun.chitre15's Avatar
Recognized Contributor / Recognized Developer
Thanks Meter 4580
Posts: 2,131
Join Date: Oct 2011
Location: Sangli

 
DONATE TO ME
Quote:
Originally Posted by amarullz View Post
What version did you use? have you try the latest nightly 2.00?
It seems you have a non-common device framebuffer, can you dump the info with this file: http://www.amarullz.com/_downloads/t...ture4short.zip ?
Sorry for the late reply
here is the output
Code:
xres : 240
yres : 320
xres_virtual ; 240
yres_virtual : 640
xoffset : 0
yoffset:320
bits_per_pixel:16


You can buy me a coffee by donating me
 
carl1961
Old
#694  
carl1961's Avatar
Senior Member
Thanks Meter 2061
Posts: 3,098
Join Date: Dec 2010
Location: Tickfaw
Quote:
@amarullz

You can add my Marvel ROM in the list of ROM using AROMA.

Here : http://forum.xda-developers.com/show....php?t=1473592

Btw. How can screenshots the installation process? - I like to post the screenshots in my thread.

Thanks amarullz for the wonderful AROMA. You really rocks.
I use Droid explorer to make those screens

Sent from my HTC X315e using xda premium
 
tantrums
Old
#695  
tantrums's Avatar
Recognized Contributor
Thanks Meter 1699
Posts: 540
Join Date: Apr 2011
Location: Inside my house

 
DONATE TO ME
Quote:
Originally Posted by carl1961 View Post
I use Droid explorer to make those screens

Sent from my HTC X315e using xda premium
I mean taking screenshot inside the AROMA installer gui. I cannot make Droid explorer work when inside AROMA.
 
benjamingwynn
Old
#696  
benjamingwynn's Avatar
Recognized Contributor / Recognized Developer
Thanks Meter 2307
Posts: 2,475
Join Date: Nov 2011
Location: Cardiff

 
DONATE TO ME
@amarullz

Could we have a layout option like this?

-----------------------
:....//////////////....
:....///IMAGE\\\\....
:....//////////////....
:....\\\\\\\\\\\\\\....
:....///////////////....
:....\\\\\\\\\\\\\\\....
:...........................
:...........................
:....insert text here....
:...........................
:....<Button>
:...........................
------------------------


Maybe a better example of this is something like apple has done with there iOS setup

benjamingwynn

------ insert the rest of my signature here ------
 
carl1961
Old
#697  
carl1961's Avatar
Senior Member
Thanks Meter 2061
Posts: 3,098
Join Date: Dec 2010
Location: Tickfaw
Quote:
Originally Posted by tantrums View Post
I mean taking screenshot inside the AROMA installer gui. I cannot make Droid explorer work when inside AROMA.
I took every page, using droid explorer, you can also use the dalvik debugger, droid explorer has that too.

http://forum.xda-developers.com/show...postcount=1047
 
tantrums
Old
#698  
tantrums's Avatar
Recognized Contributor
Thanks Meter 1699
Posts: 540
Join Date: Apr 2011
Location: Inside my house

 
DONATE TO ME
Quote:
Originally Posted by carl1961 View Post
I took every page, using droid explorer, you can also use the dalvik debugger, droid explorer has that too.

http://forum.xda-developers.com/show...postcount=1047
I can see that its working on your phone.

But I cannot make Screen Shot and Dalvik Debug monitor - Screen Capture to work inside CMW/AROMA. All works fine on Droid Explorer when I'm on in normal mode.

I'm guessing droid explorer is not 100% compatible with my phone or maybe you have an idea?
 
amarullz
Old
#699  
amarullz's Avatar
Recognized Developer - OP
Thanks Meter 4225
Posts: 917
Join Date: Jan 2007
Location: Bandung

 
DONATE TO ME
Quote:
Originally Posted by tantrums View Post
I can see that its working on your phone.

But I cannot make Screen Shot and Dalvik Debug monitor - Screen Capture to work inside CMW/AROMA. All works fine on Droid Explorer when I'm on in normal mode.

I'm guessing droid explorer is not 100% compatible with my phone or maybe you have an idea?
Use ddms
AndroidSDK/tools/ddms
New phone is needed for better AROMA's Developments
Donate me to get HTC One




The Following User Says Thank You to amarullz For This Useful Post: [ Click to Expand ]
 
carl1961
Old
#700  
carl1961's Avatar
Senior Member
Thanks Meter 2061
Posts: 3,098
Join Date: Dec 2010
Location: Tickfaw
Quote:
Originally Posted by amarullz View Post
Use ddms
AndroidSDK/tools/ddms
In droid explorer ddms is built , just look, when you open it you will icon to take pictures

Sent from my HTC X315e using xda premium

 
Post Reply+
Tags
aroma, chef, flashable zip, installer, mod, one of the best, pure awesomeness installer ui
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...