Holofied TWRP Themes qHD 960x540 - HTC One S

Hey guys, @Modding.MyMind over ported Holofied TWRP Themes to qHD resolution. I'm creating this thread just to have it here, as more people will be inclined to look at it because it's on XDA. He did all the work, not me, I'm just making this post. Downloads are at my AFH folder here: https://www.androidfilehost.com/?w=files&flid=19000
It has themes for TWRP 2.7.1.x and TWRP 2.8.0.x as well as Aroma FM.
Enjoy!
Moderator Note: This thread is now closed. However, the OP suggests you visit this thread HERE

Well, do you use your recovery so often that you really need to theme it ?

deniz2694 said:
Well, do you use your recovery so often that you really need to theme it ?
Click to expand...
Click to collapse
Guess that depends on the user doesn't it lol. The average user just uses the recovery for backups. Those who have surpassed that with experience and skills do a lot more with it .

And is nice to be different thats can be my reason to theme the recovery.

deniz2694 said:
Well, do you use your recovery so often that you really need to theme it ?
Click to expand...
Click to collapse
That means you never had Holofied theme on your device . And yes, some of us use it quite often
Sent from nowhere over the air...
Edit: Are some of the zips damaged? I can't seem to open after download from AFH...the Holofied PLAY one and the Dark one
P.S. But maybe the place for this thread was in the Apps & Themes section not in Development...there was another Holofied thread there. You could ask a moderator to move it

Rapier said:
That means you never had Holofied theme on your device . And yes, some of us use it quite often
Sent from nowhere over the air...
Edit: Are some of the zips damaged? I can't seem to open after download from AFH...the Holofied PLAY one and the Dark one
P.S. But maybe the place for this thread was in the Apps & Themes section not in Development...there was another Holofied thread there. You could ask a moderator to move it
Click to expand...
Click to collapse
Re uploaded the fixed ones, thanks to @Modding.MyMind

deniz2694 said:
Well, do you use your recovery so often that you really need to theme it ?
Click to expand...
Click to collapse
Yes
My phone is having some issues to it's on "life support" before CM 11 M10
I wipe cache and dalvik like every day
Just waiting for the announcement...

javelinanddart said:
Re uploaded the fixed ones, thanks to @Modding.MyMind
Click to expand...
Click to collapse
Yes, I already downloaded it from the other forum and it's working great. Now I'll have to find that Aroma File Manager, I've noticed that when enabled, it tries to flash a zip that's not in. But that has nothing to do with the theme itself, should be something new in TWRP 2.8.0
Sent from nowhere over the air...

Rapier said:
Yes, I already downloaded it from the other forum and it's working great. Now I'll have to find that Aroma File Manager, I've noticed that when enabled, it tries to flash a zip that's not in. But that has nothing to do with the theme itself, should be something new in TWRP 2.8.0
Sent from nowhere over the air...
Click to expand...
Click to collapse
When you installed aromafm where on your device did it place it? Give me the full path please.

Rapier said:
Yes, I already downloaded it from the other forum and it's working great. Now I'll have to find that Aroma File Manager, I've noticed that when enabled, it tries to flash a zip that's not in. But that has nothing to do with the theme itself, should be something new in TWRP 2.8.0
Sent from nowhere over the air...
Click to expand...
Click to collapse
It doesn't work for me either
IDK why, I just use the TWRP File Manager for now
Also the XDA theme has an error parsing the XML File in TWRP

Modding.MyMind said:
When you installed aromafm where on your device did it place it? Give me the full path please.
Click to expand...
Click to collapse
I guess that's the problem, I didn't install anything yet. I'll look for it and install, then let you know
Sent from nowhere over the air...

Rapier said:
I guess that's the problem, I didn't install anything yet. I'll look for it and install, then let you know
Sent from nowhere over the air...
Click to expand...
Click to collapse
It's the first attachment in my thread. Just flash it in your recovery.
---------- Post added at 09:05 AM ---------- Previous post was at 09:00 AM ----------
javelinanddart said:
It doesn't work for me either
IDK why, I just use the TWRP File Manager for now
Also the XDA theme has an error parsing the XML File in TWRP
Click to expand...
Click to collapse
I found the problem with XDA. I'm porting it again. My lady was messing with me when porting that theme lol. Will have it fixed and reuploaded shortly.
---------- Post added at 09:08 AM ---------- Previous post was at 09:05 AM ----------
@javelinanddart, can you check the other themes to see if that parsing error occurs?

Modding.MyMind said:
It's the first attachment in my thread. Just flash it in your recovery.
---------- Post added at 09:05 AM ---------- Previous post was at 09:00 AM ----------
I found the problem with XDA. I'm porting it again. My lady was messing with me when porting that theme lol. Will have it fixed and reuploaded shortly.
---------- Post added at 09:08 AM ---------- Previous post was at 09:05 AM ----------
@javelinanddart, can you check the other themes to see if that parsing error occurs?
Click to expand...
Click to collapse
Yeah sure
Edit: Same problem with the others...

Modding.MyMind said:
When you installed aromafm where on your device did it place it? Give me the full path please.
Click to expand...
Click to collapse
/sdcard/TWRP/aromafm/aromafm.zip
javelinanddart said:
It doesn't work for me either
IDK why, I just use the TWRP File Manager for now...
Click to expand...
Click to collapse
OK, I've traced the error. As you can see, the file location IS CORRECT BUT...in TWRP if you go with the normal File Manager (not the arom one), you will notice that the "sdcard" folder does NOT EXISTS in the root. It is called "internal_sd" instead. So the flashable zip you've provided flashes the file in the correct location (probably during flash the generic name "sdcard" is recognized). but while launching the FM from the theme it tries to reach "sdcard/TWRP/aromafm/aromafm.zip" and the correct path should be in the script "internal_sd/TWRP/aromafm/aromafm.zip"
I don't know if this is only for Ville or is valid for other devices too, I'll try to change the script to point to the new path....If I can find it
Got it.... in ui.xml, instead of
Code:
<object type="button">
<condition var1="aromafm" var2="1" />
<highlight color="%highlight_color%" />
<placement x="%col1_x%" y="%row11_y%" />
<font resource="font_big" color="%button_text_color%" />
<text></text>
<image resource="mb_filemanager" />
<actions>
<action function="queueclear"></action>
<action function="set">tw_file=AROMA Filemanager</action>
<action function="set">tw_filename=/[B][COLOR="Red"]sdcard[/COLOR][/B]/TWRP/aromafm/aromafm.zip</action>
<action function="queuezip"></action>
<action function="page">flash_aromafm_confirm</action>
</actions>
</object>
it should be
Code:
<object type="button">
<condition var1="aromafm" var2="1" />
<highlight color="%highlight_color%" />
<placement x="%col1_x%" y="%row11_y%" />
<font resource="font_big" color="%button_text_color%" />
<text></text>
<image resource="mb_filemanager" />
<actions>
<action function="queueclear"></action>
<action function="set">tw_file=AROMA Filemanager</action>
<action function="set">tw_filename=/[B][COLOR="red"]internal_sd[/COLOR][/B]/TWRP/aromafm/aromafm.zip</action>
<action function="queuezip"></action>
<action function="page">flash_aromafm_confirm</action>
</actions>
</object>
I'll make the changes and try it again...

Rapier said:
/sdcard/TWRP/aromafm/aromafm.zip
OK, I've traced the error. As you can see, the file location IS CORRECT BUT...in TWRP if you go with the normal File Manager (not the arom one), you will notice that the "sdcard" folder does NOT EXISTS in the root. It is called "internal_sd" instead. So the flashable zip you've provided flashes the file in the correct location (probably during flash the generic name "sdcard" is recognized). but while launching the FM from the theme it tries to reach "sdcard/TWRP/aromafm/aromafm.zip" and the correct path should be in the script "internal_sd/TWRP/aromafm/aromafm.zip"
I don't know if this is only for Ville or is valid for other devices too, I'll try to change the script to point to the new path....If I can find it
Click to expand...
Click to collapse
Aroma FM just fails to start for me. I followed the directions he gave in his OP

Rapier said:
/sdcard/TWRP/aromafm/aromafm.zip
OK, I've traced the error. As you can see, the file location IS CORRECT BUT...in TWRP if you go with the normal File Manager (not the arom one), you will notice that the "sdcard" folder does NOT EXISTS in the root. It is called "internal_sd" instead. So the flashable zip you've provided flashes the file in the correct location (probably during flash the generic name "sdcard" is recognized). but while launching the FM from the theme it tries to reach "sdcard/TWRP/aromafm/aromafm.zip" and the correct path should be in the script "internal_sd/TWRP/aromafm/aromafm.zip"
I don't know if this is only for Ville or is valid for other devices too, I'll try to change the script to point to the new path....If I can find it
Click to expand...
Click to collapse
Ah, yea that would be the original theme dev who wrote it like that. Good catch . Works fine on my device though, so a more universal method would definitely need to be acquired lol.
---------- Post added at 09:23 AM ---------- Previous post was at 09:22 AM ----------
javelinanddart said:
Yeah sure
Edit: Same problem with the others...
Click to expand...
Click to collapse
I thought so, looks like my lady had me distracted pretty well. Will go ahead and port them all again, and this time, properly lol.
---------- Post added at 09:29 AM ---------- Previous post was at 09:23 AM ----------
@Rapier, can you post your recovery log on here with the "hide" tags. I need to look at it. Specifically towards the end of it.

Ok so I've tested with the modified ui.xml and it works, Aroma FM starts OK. I'll attach the changed ui.zip, it is for the Holofied Play version. You can test it's working
Don't know how it works for other devices that doesn't have "internal_sd" folder but have "sdcard" instead...maybe some have both

@Rapier, when you installed aromafm, did it place it on your external or internal after flashing the zip?
When I install it, it is placed on my external. The /sdcard path used inside the ui.xml defaults to my external storage which therefore properly finds the aroma file manager. Which is why I ask?
Edit:
Just looked at the device tree used to build yalls TWRP. Seems you guys only have an internal with no external sdcard.... So this would be the problem lol.
I'm gonna mention @z31s1g and leave it up to him to decide if he wishes to find and use a more universal method for any future releases.

Modding.MyMind said:
@Rapier, when you installed aromafm, did it place it on your external or internal after flashing the zip?
When I install it, it is placed on my external. The /sdcard path used inside the ui.xml defaults to my external storage which therefore properly finds the aroma file manager. Which is why I ask?
Click to expand...
Click to collapse
The HTC One S does not have an "external" sdcard. There's only a internal memory of 10 GB that's mapped as "sdcard" and maybe that's why it's referred to as "internal_sd". So this could be the issue.
So the changed ui.xml will probably work only for devices without external sdcard. If there's a way to find this in recovery, there could be 2 different subroutines in the script...one for devices with external sdcard and one for devices without it. That it'll be universal.
Also a small suggestion if I may...it is applicable on all devices. When selecting the "Aroma FM" in settings, there's no need to have a confirmation screen with a slider to flash/launch the actual File Manager. Pressing on the File Manager should directly start it and after exiting it should return to main Recovery screen. I mean, I see no point in confirming the launch of FM. I've attached a second ui.zip file, again only for the Holofied Play, that takes out this slider as well....so if you press File Manager in main page AND you have selected in settings to have the Aroma FM, the File Manager will flash & start right away. After exiting it'll return to main Recovery page.
And thank you again for this port, these themes are the best I saw for TWRP ever. If you need any logs or tests to be made, please let me know

I will continue to port the themes based on their original release. If you guys wish to make further modifications in support of yalls device specifically feel free too. Currently porting these themes again to fix the parsing errors they are displaying.

Related

[HOW TO] Changing the text color in notifications dropdown

Gonna give this a try. This is my first how to, so bear with me. Any input is appreciated.
WHAT YOU'LL NEED.
1. APK Manager found here:
http://forum.xda-developers.com/showthread.php?t=1227179 5.0.1
http://forum.xda-developers.com/showthread.php?t=695701 4.9
2. A framework-res.apk (ensure it's for whichever build you are on. Be it DL17, EC03 OR EC07). If you have one of Trailblazer101's outstanding themes, I would use it, simply because if you apply one of his themes after you do this, you will need to modify it, or it will overwrite all the changes you are about to do.
3. The hex codes for the colors you want to use. You can chose up to 3 separate ones (one for the header, one for the description, and one for the date/time stamp.)
WHAT TO DO:
1. Download and extract apk manager (I haven't really noticed a difference between the two versions, so choose your poison.)
2. pick the framework-res.apk that you plan to modify, and drag it into the 'place here for modding' folder in the apk manager folder.
3. start script.
4. select option 22, and then 1 (assuming you only have one framework-res in the 'place here for modding' folder)
5. select 9. and wait for it to decompile.
6. Go to your projects folder, in there you will find the framework-res. select framework/res/layout/status_bar_latest_event_content.xml and open it with a text editor (I use wordpad, but notepad is good too.)
7. scroll down to the 16th line. This is the header for your notification.
android:textStyle="bold" android:textColor="#ffffffff"
8. LEAVING THE FIRST 2 F'S replace the last 6 characters with the color of your choice.
9. do the same on lines 27 and 34. these are the description and date/time stamp, respectively. Again, you can choose different colors, if you want. just make sure the ff at the beginning stays the same. That deals with the transparency.
10. close out the text editor, saving the changes, and go back to the script.
11. select option 11, then y (for is this a system apk) and y again.
12. after the apk compiles, go to the keep folder (the instructions in this step will be given to you in apk manager, as well) delete the arsc file and the xml you just edited in framework/res/layout/status_bar_latest_event_content
13. go back to script and hit enter (or any key). it will replace the xml's and at the end you should see 'everything is ok).
14. go back to your 'place here for modding' folder, and you should see a file that says 'unsignedframework-res'. delete the 'framework-res' and rename the 'unsignedframework-res' to 'framework-res'. Then drag it back into the folder you originally pulled it from, replacing the original.
15. put it on your sd card, and flash it via cwm, and you are good.
so far so good on the tutorial buddy
ciscogee said:
so far so good on the tutorial buddy
Click to expand...
Click to collapse
LOL... for some reason it posted after I typed ;what to do'... had to edit. NOW it's done.
Awesome, thanks. Is there a way to change what the "Verizon Wireless" says?
circa881 said:
Awesome, thanks. Is there a way to change what the "Verizon Wireless" says?
Click to expand...
Click to collapse
i used ROOT TOOLS, and its called pull down editor...
EDIT: yeah forgot its an option on root tools, yet doesn't work.
txwolf1980 should have something soon for us
circa881 said:
Awesome, thanks. Is there a way to change what the "Verizon Wireless" says?
Click to expand...
Click to collapse
I'm sure there is... I'd have to research it... let me get back to ya.
---------- Post added at 06:10 PM ---------- Previous post was at 05:47 PM ----------
ciscogee said:
i used ROOT TOOLS, and its called pull down editor
Click to expand...
Click to collapse
oh, sure. I do a whole how to, and you tell em the easy way to do it.
---------- Post added at 06:33 PM ---------- Previous post was at 06:10 PM ----------
Ok, ciscogee... I just looked through rom toolbox, and I didn't see anything to do with the dropdown menu... where is it?
---------- Post added at 06:39 PM ---------- Previous post was at 06:33 PM ----------
ciscogee said:
i used ROOT TOOLS, and its called pull down editor...
EDIT: yeah forgot its an option on root tools, yet doesn't work.
txwolf1980 should have something soon for us
Click to expand...
Click to collapse
I figured out where it is... framework/res/layout/status_bar_expanded.... I'm just not sure how to change it, yet.
Txwolf1980 said:
I'm sure there is... I'd have to research it... let me get back to ya.
---------- Post added at 06:10 PM ---------- Previous post was at 05:47 PM ----------
oh, sure. I do a whole how to, and you tell em the easy way to do it.
---------- Post added at 06:33 PM ---------- Previous post was at 06:10 PM ----------
Ok, ciscogee... I just looked through rom toolbox, and I didn't see anything to do with the dropdown menu... where is it?
---------- Post added at 06:39 PM ---------- Previous post was at 06:33 PM ----------
I figured out where it is... framework/res/layout/status_bar_expanded.... I'm just not sure how to change it, yet.
Click to expand...
Click to collapse
well in rom tools its in goodies, edit pulldown menu, its a beta and seems like its not compatible, maybe if the apk was decompiled and you can see what and how it mods the frameworks?
maybe... I'm pretty sure what I need is this line
" android:id="@id/plmnLabel" android: paddingLeft="4.0dip"
or this one
android:id="@id/spnLabel" android: paddingLeft="4.0dip"
(remove the space between android: and padding)
I found them in res/values/id.... I just don't know what to do with em... i don't think it's as simple as changing the text in the lines and in the id.
ciscogee, can you get on irc?
At momsbday party. Soon though ill be home.
Sent from my SCH-I400 using xda premium
circa881 said:
Awesome, thanks. Is there a way to change what the "Verizon Wireless" says?
Click to expand...
Click to collapse
Circa, I've been looking at it, and apparently samsung does something screwy with the eri.xml (where the 'verizon wireless' is located so that all it says is 'T-CDMA'.
example:
Ours: <EriInfo RoamingIndicator="64" IconIndex="1" IconMode="0" EriText="T-CDMA 64" CallPromptId="0" AlertId="0" />
Moto: <EriInfo RoamingIndicator="64" IconIndex="1" IconMode="0" EriText="Verizon Wireless" CallPromptId="0" AlertId="0" DataServiceSupport="1" />
This is the reason Ciscogee's root tools isn't compatible. Later tonight, I'm gonna change the 'T-CDMA' text and see what happens, but from what I can tell, that's been tried and it doesn't work. Sorry.
Txwolf1980 said:
Circa, I've been looking at it, and apparently samsung does something screwy with the eri.xml (where the 'verizon wireless' is located so that all it says is 'T-CDMA'.
example:
Ours: <EriInfo RoamingIndicator="64" IconIndex="1" IconMode="0" EriText="T-CDMA 64" CallPromptId="0" AlertId="0" />
Moto: <EriInfo RoamingIndicator="64" IconIndex="1" IconMode="0" EriText="Verizon Wireless" CallPromptId="0" AlertId="0" DataServiceSupport="1" />
This is the reason Ciscogee's root tools isn't compatible. Later tonight, I'm gonna change the 'T-CDMA' text and see what happens, but from what I can tell, that's been tried and it doesn't work. Sorry.
Click to expand...
Click to collapse
Ohh okay. Thanks
Sorry if I'm bringing up a dead thread here... but I just can't get this to work 0.0
I just keep getting an error at step 11, then the options will come up, and I'll compile... but it just FCs over and over. =/
I would check the log to see why the compiling process is erroring out xD If that doesn't give you a good enough clue, you can copy the important part here and I/we can take a look
Sent from my SCH-I400 using xda premium
You might try working with a different framework, to see if you can compile without errors on it. Or get a fresh copy of the framework you are trying to work with. But, yes, an error report would help us help you.
I am going to give this a try this evening. i have altered the battery status xml for more battery images ,as well, so we will see how this turns out.
and i am going to try this rout
andmer said:
How to change Verizon Wireless in Notifications window.
It must be done through smali in services.jar.
See this post to get started in disassembling services.jar:
http://forum.xda-developers.com/showthread.php?t=549309
com\android\server\status\StatusBarService.smali:
look for this line:
Code:
invoke-virtual {v1, p4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
and change it to this:
Code:
const-string v0, "Your Text Goes Here."
invoke-virtual {v1, v0}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
Click to expand...
Click to collapse
pattielipp said:
I am going to give this a try this evening. i have altered the battery status xml for more battery images ,as well, so we will see how this turns out.
and i am going to try this rout
Click to expand...
Click to collapse
Let me know if the services.jar fix for the eri works. If so I'll incorporate it into my project.
You mean some competition for my Rom?????
Sent from my SCH-I400 using XDA App
pattielipp said:
You mean some competition for my Rom?????
Sent from my SCH-I400 using XDA App
Click to expand...
Click to collapse
Possibly
EDIT: Maybe not competition, per se. At least, not until I'm a LOT more familiar with Java, Dalvk, and all the in depth stuff that you need to make a true speed demon like yours.
In my blue theme frameworks I did alot of XML porting. I must have written over the Verizon wireless code or something cause its not there lol. Yet I never went back and checked exactly what was changed.
Sent from my SCH-I400 using xda premium
Txwolf1980 said:
Possibly
Click to expand...
Click to collapse
i am excited to see what you have to offer!
About to try this now!

[Q] :)

i've got a big doubt.........does the updatescript in meta inf folder depends on the apps in the apps folder????? or is it just enough to copy the meta-inf folder from any other rom??? (if im trying to mod an a system app)) plz do help me!!
D33J3Y said:
i've got a big doubt.........does the updatescript in meta inf folder depends on the apps in the apps folder????? or is it just enough to copy the meta-inf folder from any other rom??? (if im trying to mod an a system app)) plz do help me!!
Click to expand...
Click to collapse
i am not a genius on this, but upon seeing what is "inside" updatescript, it's more or less a program that dictates which installs, like say, the boot.img, or the busybox.... but of course i can be wrong...
---------- Post added at 01:09 AM ---------- Previous post was at 01:03 AM ----------
D33J3Y said:
i've got a big doubt.........does the updatescript in meta inf folder depends on the apps in the apps folder????? or is it just enough to copy the meta-inf folder from any other rom??? (if im trying to mod an a system app)) plz do help me!!
Click to expand...
Click to collapse
you can try to read this though...
According to Geekfor.Me
"This script is required for an “update.zip” style flash in Android so that it knows what it is actually supposed to do."
D33J3Y said:
i've got a big doubt.........does the updatescript in meta inf folder depends on the apps in the apps folder????? or is it just enough to copy the meta-inf folder from any other rom??? (if im trying to mod an a system app)) plz do help me!!
Click to expand...
Click to collapse
Hi!
The META-INF/com/google/android/update-script file inside an "update".zip archive is just a normal text file you can open with any text editor and edit it to your needs. It doesn't depend on any files, so you can safely copy it from another CWM update.zip file and put it in your newely created update.zip file for CWM flashing. Oh, and "update-binary" is also in the same folder as the "update-script" is.
The "update language/syntax" is a little bit strange, but nothing major to fuss about.
Hope you can do it!
reikableu said:
i am not a genius on this, but upon seeing what is "inside" updatescript, it's more or less a program that dictates which installs, like say, the boot.img, or the busybox.... but of course i can be wrong...
---------- Post added at 01:09 AM ---------- Previous post was at 01:03 AM ----------
you can try to read this though...
According to Geekfor.Me
"This script is required for an “update.zip” style flash in Android so that it knows what it is actually supposed to do."
Click to expand...
Click to collapse
thaanks for that link!!
yani2000 said:
Hi!
The META-INF/com/google/android/update-script file inside an "update".zip archive is just a normal text file you can open with any text editor and edit it to your needs. It doesn't depend on any files, so you can safely copy it from another CWM update.zip file and put it in your newely created update.zip file for CWM flashing. Oh, and "update-binary" is also in the same folder as the "update-script" is.
The "update language/syntax" is a little bit strange, but nothing major to fuss about.
Hope you can do it!
Click to expand...
Click to collapse
so i guess the updater-script works for ext4 partitions and update script for .rfs....right?

META-INF problem.. N7100 ROM making..

Hi everyone..
I'm new for android developing, so it is my first attempt in making a ROM..
So my problem I'm pretty sure it is in META-INF folder..
After I have configured aroma installer things, and everything is done in the ROM.. I tried to flash it but it gives an error (which means aroma installer did not start) , I saw the log but it seems like it didn't flash anything, it just gave that there is an error in the zip.. So it's a META-INF problem..I think..
So anyone have an idea of what I forgot to do?
Sorry If this the wrong section..
What error does it give? Can you post the recovery.log?
Also, make sure you do not replace the update-binary with one for your device because that one is a modded binary that starts up AROMA. You CAN, however, replace the update-binary-installer with the update-binary for your device (renaming to update-binary-installer of course), because thats the one that actually gets called by AROMA to parse your updater-script
And if you have signature checking enabled did you make sure to sign it?
APK
CNexus said:
What error does it give? Can you post the recovery.log?
Also, make sure you do not replace the update-binary with one for your device because that one is a modded binary that starts up AROMA. You CAN, however, replace the update-binary-installer with the update-binary for your device (renaming to update-binary-installer of course), because thats the one that actually gets called by AROMA to parse your updater-script
And if you have signature checking enabled did you make sure to sign it?
Click to expand...
Click to collapse
I have got a zip file after unpacked got the apk whiche I need then added the apk to system.img , but the apk can't run after I have installed the ROM , I think cuz of the META-INF folder problem still don't know how to solve it
chaselxm said:
I have got a zip file after unpacked got the apk whiche I need then added the apk to system.img , but the apk can't run after I have installed the ROM , I think cuz of the META-INF folder problem still don't know how to solve it
Click to expand...
Click to collapse
you ve got to check your updater and aroma installer for typos.
Even a comma prevent aroma form starting.
You have to keep in mind that recovery first run all scripts inside aroma and then display them unless you make an option error whch will gives you the error right befor page display..
A common issue to most new builders is the comma on all options of aroma.Last option has to end without it..
As pervious said you have to provide the error number.
Hope that helps
thanks
that's great
Mohammed779 said:
Hi everyone..
I'm new for android developing, so it is my first attempt in making a ROM..
So my problem I'm pretty sure it is in META-INF folder..
After I have configured aroma installer things, and everything is done in the ROM.. I tried to flash it but it gives an error (which means aroma installer did not start) , I saw the log but it seems like it didn't flash anything, it just gave that there is an error in the zip.. So it's a META-INF problem..I think..
So anyone have an idea of what I forgot to do?
Sorry If this the wrong section..
Click to expand...
Click to collapse
paste the log?
---------- Post added at 07:31 AM ---------- Previous post was at 07:29 AM ----------
sotmax said:
you ve got to check your updater and aroma installer for typos.
Even a comma prevent aroma form starting.
You have to keep in mind that recovery first run all scripts inside aroma and then display them unless you make an option error whch will gives you the error right befor page display..
A common issue to most new builders is the comma on all options of aroma.Last option has to end without it..
As pervious said you have to provide the error number.
Hope that helps
Click to expand...
Click to collapse
it sounds like a binary problem aroma runs the updater script through aroma, but if aroma doesnt even start it would have something to do with aroma-config or corrupt aroma binary

Flashing a custom boot animation + sound

I looked up how to do this and it's supposed to be fairly simple: copy over your bootanimation.zip on your phone and using a root explorer put it into system>media. The folder is there on my phone, but there is no previously existing bootanimation.zip. I put the file in there anyways thinking it might work, but of course it didn't.
I'm running ViperOneS 2.2.0, so I went in the venom tweaks, but if I try checking 'Custom boot animation' it just crashes ("unfortunately venom tweaks has stopped").
I also found this - http://forum.xda-developers.com/showthread.php?t=1637870&highlight=bootanimation+zip post and I tried using the described method but it didn't work.
Also, the way to change the power-on sound is supposedly also just as simple (system>sounds>poweron>PowerOn.mp3), but my system directory doesn't have a 'sounds' folder either.
**I went into system>customize>resource and replaced hTC_bootup_one.zip, bootanimation.zip, and _bootanimation.zip with my animation (one at a time, rebooting between each change) and still no luck - the boot screen just became the word ANDROID with an animated shine on it.
How in the world do I change the boot animation and boot sound for the HTC One S? Please help!
DanielJwasHere said:
I looked up how to do this and it's supposed to be fairly simple: copy over your bootanimation.zip on your phone and using a root explorer put it into system>media. The folder is there on my phone, but there is no previously existing bootanimation.zip. I put the file in there anyways thinking it might work, but of course it didn't.
I'm running ViperOneS 2.2.0, so I went in the venom tweaks, but if I try checking 'Custom boot animation' it just crashes ("unfortunately venom tweaks has stopped").
I also found this - http://forum.xda-developers.com/showthread.php?t=1637870&highlight=bootanimation+zip post and I tried using the described method but it didn't work.
Also, the way to change the power-on sound is supposedly also just as simple (system>sounds>poweron>PowerOn.mp3), but my system directory doesn't have a 'sounds' folder either.
**I went into system>customize>resource and replaced hTC_bootup_one.zip, bootanimation.zip, and _bootanimation.zip with my animation (one at a time, rebooting between each change) and still no luck - the boot screen just became the word ANDROID with an animated shine on it.
How in the world do I change the boot animation and boot sound for the HTC One S? Please help!
Click to expand...
Click to collapse
It could be in the custom folder. Just gotta look for it.
Go to bootanimation path on your Rom, and look if you applied permissions bootanimation is.
Perhaps not have applied and is not recognized, so it skips default Android bootanimation.
It is also possible that, animation isn´t correct or doesn´t have the speed in frames needed for this.
But this would make the black screen, and isn´t this case.
You can change this animation on desc.text in to your own bootanimation.
And sound is also in that route. sytem/customize/resources/android_audio.mp3
Replace it you want with the same format and name, and sound be posible at beginning of animation.
At least, in Sense 4 + has always been so ..
Do not forget to give permissions to this file also.
Hope you helped.
Or you could of course go to /system/customize/resource/ and change the name of bootanimation.zip to hTC_bootup_one.zip as thats the boot animation file. Also there is a down animation called hTC_downanimation.zip which can also be changed (when phone switches off). May i suggest instead of the long winded question you could have saved your keyboard some wear and tear by simply asking Google, and not being an arse its just Google should be everyones first step before creating new threads in wrong sections.
Sent from my HTC One S using xda app-developers app
---------- Post added at 10:29 PM ---------- Previous post was at 10:23 PM ----------
I can not change the initial boot ... who can help me?
Sent from my HTC One S using xda app-developers app
Inokines said:
Sent from my HTC One S using xda app-developers app
---------- Post added at 10:29 PM ---------- Previous post was at 10:23 PM ----------
I can not change the initial boot ... who can help me?
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
Have to be s-off to do that and it's called boot splash
Sent from my HTC One S using Xparent Red Tapatalk 2
For boot sound you will take a mp3 file, rename it in HTC_Sense5_Boot.mp3 and put it in /system/ customize/ resource folder
This method work unfortunately on MaximusHD only....I tried with MagioRom 1.0.4 but don't work
kalel77 said:
For boot sound you will take a mp3 file, rename it in HTC_Sense5_Boot.mp3 and put it in /system/ customize/ resource folder
This method work unfortunately on MaximusHD only....I tried with MagioRom 1.0.4 but don't work
Click to expand...
Click to collapse
This is true, but I found the way it sounds and does not have to be in MaximusHD.
Go to system / customize / CID / default.xml
Open this and reference the line where this makes ...
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
Changing these, for this one.
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/android_audio.mp3" />
And save that.
Now we take audio file (bootsound) and rename it to android_audio.mp3 and copy in system/customize/resources/android_audio.mp3, applying the appropriate permissions.
Reboot into recovery and wipe cache and dalvick.
When starting again system will be playing the file selected by us.
I tried it on a 4.2.2 Rom that is neither sense5 MaximusHD or MagioRom. But this based on Stock Rom Sense5 too...and its running for me.
Interestingly also carries ElementalX kernel.
Greetings.:good:
Ok, I make a flashable zip for sound boot
Inviato dal mio HTC One S utilizzando Tapatalk
Good to know this.
You may also do it in downanimation, including the audio path to same file (default.xml). The form would be exactly the same. Never tried this, but it may also sound when turned off or rebooting.
Thank´s
Wel1973 said:
Good to know this.
You may also do it in downanimation, including the audio path to same file (default.xml). The form would be exactly the same. Never tried this, but it may also sound when turned off or rebooting.
Thank´s
Click to expand...
Click to collapse
It's the boot sound, for MagioRom and MaximusHD
For more mods install MagioRom
BootSound Original One S
Flash and Sound
OooH, Thanks.:good:
But... I do not need flash to either make my own Mods.
Anyway, thanks for the offer.
Wel1973 said:
This is true, but I found the way it sounds and does not have to be in MaximusHD.
Go to system / customize / CID / default.xml
Open this and reference the line where this makes ...
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/HTC_Sense5_Boot.mp3" />
Changing these, for this one.
Code:
<BootAnimation animation="/system/customize/resource/hTC_bootup_one.zip" audio="/system/customize/resource/android_audio.mp3" />
And save that.
Now we take audio file (bootsound) and rename it to android_audio.mp3 and copy in system/customize/resources/android_audio.mp3, applying the appropriate permissions.
Reboot into recovery and wipe cache and dalvick.
When starting again system will be playing the file selected by us.
I tried it on a 4.2.2 Rom that is neither sense5 MaximusHD or MagioRom. But this based on Stock Rom Sense5 too...and its running for me.
Interestingly also carries ElementalX kernel.
Greetings.:good:
Click to expand...
Click to collapse
Thanked
I edited the default.xml on my Desire V (old, but good) and now i have boot sound. In fact, you can name the animations and sound file as you like, as long you edit the .xml accordingly.
Btw., i still don't have down animation on this phone, nor a down image. I'll work on it.

[TOOL][RK3188]MTCD ROM builder for creating own custom ROMs

Hi together,
nixfu had the idea to create a central github area where MTCD modding can take place. I created a github area and also started a tool which downloads and mods a factory ROM so everyone is able to create exactly that ROM he likes.
READ:
No warranty if you brick your HU
you need a running Linux for this to work and some more advanced skills. There is currently no click-and-run Windows version
no dmcu.img included. You have to flash that one separate if you want to update your MCU
the tool is currently only tested with Joying-based ROMs. So no guaranty that it works with other manufacturers!
Thanks:
malaysk
booroondook
wskelly
nixfu
everyone else I forgot
The tool currently works like this:
Extracts a ROM from a manufacturer
Presents a GUI where you can select various options
bakes everything together in a custom ROM
Modules included so far:
remove included APKs
include own APKs
remove OEM preinstallation APKs (e.g. Acrobat Reader)
tune build.prop for speed
tuning for I/O governor; setting I/O governor to noop
set default languange and timeformat
Root ROM by adding SuperSU
unify the two user partitions into a single big one (known under the name FUSE)
Guide to include own APKs:
IMPORTANT: folder and APK must have the same name! So if your APK is named "Foo.apk" you should name the folder "Foo" as well
create a folder under "addons" named like your app
put the apk there
set permissions 755 to the folder and 644 to the apk file
Download:
You can find everything here: https://github.com/da-anton/MTCD_ROM-cooking
As already said. My current version is just a start and it is not a must to do it like that. But I agree with nixfu that we should put everything into a central place and work together. So everyone is invited to join!
TODOs and planned features:
https://github.com/da-anton/MTCD_ROM-cooking/labels/enhancement
reserved
reserved2
good job
Do you have a screenshot of the GUI ?
This is amazing. Is there a way to implement FUSE like in malaysk roms? I would like to see a stripped down Stock ROM with FUSE.
DanB0y said:
Do you have a screenshot of the GUI ?
Click to expand...
Click to collapse
There is no Rom yet, and the gui is standard
dongali said:
This is amazing. Is there a way to implement FUSE like in malaysk roms? I would like to see a stripped down Stock ROM with FUSE.
Click to expand...
Click to collapse
As I have absolutely no clue how he did it: not from my side.
this is exciting
>implement FUSE
This is the single feature why I still use Malaysk's ROM. It has a huge impact on how easy it is to install software, offline maps etc on these units.
I am researching how this is done, but there is not much info out there(that is not written in russian).
Hi !, I'm new with the GIT but I have a question.....
¿If I put an apk inside of the addons folders will be it included in the compiled img?
Thanks in advance.
Happy flashing
For FUSE, you just need to edit a parameter file so when you flash the img, the recovery create a different size partition.
See here: http://forum.xda-developers.com/and...d-head-units-qa/internal-storage-fix-t3257827
If viper is used could amplifier apk be removed? Or are they interconnected through MCU and what not?
Hi, Could someone explain to me the function of adons folder? I've tried to put and apk inside that folder (PowerAmp) but when I compile the image the app is not included in the img.....
Thnaks in advance.
DanB0y said:
For FUSE, you just need to edit a parameter file so when you flash the img, the recovery create a different size partition.
See here: http://forum.xda-developers.com/and...d-head-units-qa/internal-storage-fix-t3257827
Click to expand...
Click to collapse
That has nothing to do with FUSE.
Sorry for not replying the last couple of days. Have been pretty busy. I comitted a new version today.
Changelog:
put everyting in separate modules
included the possibility to fetch the current factory ROM from a central place. Currently my Google Drive
adding the possibility to include own apks (put them as separate folders in "addons" like e.g. Viper4Android; they get listed automatically)
unify memory like Malaysk ROM (NOT TESTED), thanks malaysk!!!
change timeformat (currently MM-dd-yyyy, dd.MM.yyyy, MM/dd/yyyy, dd/MM/yyyy)
set default languange (currently English, German, French, Spanish and Russian)
optimize build.prop for speed
The SuperSU module seems to be broken and is therefor disabled. Thats why my unit is in a boot loop right now and I was not able to test the stuff properly. Especially the unifying memory functionality.
Would be great if someone is brave enough and could test it!
solmer said:
Hi !, I'm new with the GIT but I have a question.....
¿If I put an apk inside of the addons folders will be it included in the compiled img?
Thanks in advance.
Happy flashing
Click to expand...
Click to collapse
The version commited today should make that possible. Just create a folder in addons which includes the APK. Like e.g. Viper4Android.
Great! I'm gonna flash it tomorrow, I'll post results asap
Thanks for your work
---------- Post added at 09:34 PM ---------- Previous post was at 09:27 PM ----------
Thanks !!!!!
da_anton said:
The version commited today should make that possible. Just create a folder in addons which includes the APK. Like e.g. Viper4Android.
Click to expand...
Click to collapse
---------- Post added at 10:25 PM ---------- Previous post was at 09:34 PM ----------
Hi da_anton I've been testing your latest version and something doesn't works for me.....here's a copy of what I get in my terminal.....
@rainbox ~/GIT/MTCD_ROM-cooking-master $ sudo ./mod_rom.sh
creating working copy of ROM image
extracting image
mounting system.img
mounting failed! exiting...
cleaning up...
remove working files
In the other version everything was fine....I've tried to spot the problem (looking inside the scripts) but I cant' guess where is the problem.....
Any idea?
Thanks in advance.
da_anton said:
The version commited today should make that possible. Just create a folder in addons which includes the APK. Like e.g. Viper4Android.
Click to expand...
Click to collapse
solmer said:
Great! I'm gonna flash it tomorrow, I'll post results asap
Thanks for your work
---------- Post added at 09:34 PM ---------- Previous post was at 09:27 PM ----------
Thanks !!!!!
---------- Post added at 10:25 PM ---------- Previous post was at 09:34 PM ----------
Hi da_anton I've been testing your latest version and something doesn't works for me.....here's a copy of what I get in my terminal.....
@rainbox ~/GIT/MTCD_ROM-cooking-master $ sudo ./mod_rom.sh
creating working copy of ROM image
extracting image
mounting system.img
mounting failed! exiting...
cleaning up...
remove working files
In the other version everything was fine....I've tried to spot the problem (looking inside the scripts) but I cant' guess where is the problem.....
Any idea?
Thanks in advance.
Click to expand...
Click to collapse
You can go to the appropriate module
modules/backup_extract_mount.sh
And remove the log stuff at the end of the lines
>> $LOGFILE 2>&1
Mount should then throw the error right to the console. I haven't implemented the log stuff yet. Let me know the error or just do a push request
m00n61 said:
That has nothing to do with FUSE.
Click to expand...
Click to collapse
Definitely true. Fuse is actually Filesystem in user space and means you can mount your Google drive or some exotic stuff by loading a module outside of the kernel for that purpose. The ROMs we currently have don't have FUSE support built into the kernel. What Malaysk actually means is a change to the partition scheme to generate one big partition while flashing everything as far as I understand it.

Categories

Resources