[HOW TO] Changing the text color in notifications dropdown - Continuum Themes and Apps

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!

Related

[Q] Need help with Apk Manager apk mod

Made a very simple mod to my systemUI.apk using APK Manager. However, after moving to phone and reboot, there were no icons in top notification area and no pull-down notification window was completely missing! So obviously something went south. I did have a copy of my last ‘good’ systemUI.apk, so I’m recovered… but would like to get my simple mod (phone signal strength bars) to successfully implement. Here are the steps I followed (which didn’t work):
1. in Apk Manager folder, put my “systemUI.apk” in “place-apk-here-for-modding’ folder
2. launched “Script.bat” file
3. cmd window opened with Apk Manager menu
4. using Apk Manager tool:
a. extract apk (successful) ‘decision 1’ in tool
b. decompile apk (successful) ‘decision 9’ in tool
c. made my edits (changed 2 png files)
d. compile apk (successful) ‘decision 11’ in tool
e. I read that system files do not need to be signed… so did not sign it
5. This put file “unsigned_systemUI.apk” in “place-apk-here-for-modding” folder
6. I renamed “unsigned_systemUI.apk” to “systemUI.apk”
7. connected phone to computer and transferred “systemUI.apk” to external SD
8. moved “systemUI.apk” to /system and fixed permissions (rw,r,r)
9. then moved from /system to /system/app and replaced the current systemUI.apk
10. rebooted to recovery and wiped cache/ Dalvik cache
11. rebooted normally
So, phone booted up fine… no FCs… no boot loops… but there were no icons in notification area (time, date, no icons) or a drop down window. So question is: what steps did I leave out or do wrong? Did I need to sign apk? To recover, I simply put my good systemUI.apk in/ system/app folder… fixed permissions… then rebooted… and it’s fine… so not sure why the modded file did not work. Thanks.
SOLVED.... used NinjaMorph and did mod on phone. By the way, never used this app before, but it is kickazz... very intuitive and easy to use.
Fyi though for PNG edits don't bother decompiling just extract change the pngs not the names and zip her back up
Sent from my SAMSUNG-SGH-I727 using Tapatalk
nrm5110 said:
Fyi though for PNG edits don't bother decompiling just extract change the pngs not the names and zip her back up
Sent from my SAMSUNG-SGH-I727 using Tapatalk
Click to expand...
Click to collapse
Good to know... thanks for the reply.
No prob decompile only when you wanna make changes to XML or smali files also smali is Java and be careful with .9 PNG's
Sent from my SAMSUNG-SGH-I727 using Tapatalk
Word. U need java and adb in same directory as apk manager
---------- Post added at 02:15 AM ---------- Previous post was at 02:14 AM ----------
Be careful with xml files too. Eassssyvto screwup
silver03wrx said:
Word. U need java and adb in same directory as apk manager
Click to expand...
Click to collapse
This I did not know
Sent from my SAMSUNG-SGH-I727 using Tapatalk
silver03wrx said:
Word. U need java and adb in same directory as apk manager
---------- Post added at 02:15 AM ---------- Previous post was at 02:14 AM ----------
Be careful with xml files too. Eassssyvto screwup
Click to expand...
Click to collapse
Having them all in path is not enough?
Sent from my SAMSUNG-SGH-I727 using xda premium
I have same problem, and when I push power button to shut down my device, there is no choice shutdown, restart, etc. .. he immediately reboot to bootanimation. can anyone help?

[Q] How to remove the Verizon Wireless on the stock lockscreen

Anyone successfully remove the Verizon Wireless from the lock screen yet. I have made many attempts via framework–res to no avail. I have made changes to the eri.xml as well as adding/changing the spn-conf. Any ideas or tips would be appreciated.
Thanks
I am assuming the info comes from the SIM card because when its not inserted the phrase, "No SIM card, Emergency Calls Only" is displayed in the same place Verizon Wireless normally is. There has to be a handoff between the SIM Card and code via an XML file someplace but I have yet to find it. If anyone has any info please let me know.
I'd be willing to bet 5 bucks there is an xml edit in framework-res.apk or systemui.apk that would get rid of it , If I come across it i'll let you know for sure.
natethegreat86 said:
I'd be willing to bet 5 bucks there is an xml edit in framework-res.apk or systemui.apk that would get rid of it , If I come across it i'll let you know for sure.
Click to expand...
Click to collapse
Ive checked strings in both and neither had any reference. I will check again because i am pretty sure it has to be in framework-res.
Ya I see a lot of lock screen entries in framework-res strings.xml but nothing with plain verizon wireless, i see all the other possible things that could popup and it does look like its linked to the sim from there. I also see a reference to carrierLabel in systemui public.xml with an id of 0x7f0f00ae no idea where its linked to though as of yet will keep digging.
EDIT: Question for you guys are you running ICS touchwiz roms or aosp or what? I ask because I'm on a AOSP jelly bean rom and it might be different then what you guys have
I'm thinking this is going to require editing some smali files most likely, do me a favor and see if you have this file in your systemui.apk:
SystemUI\com\android\systemui\statusbar\phone\CarrierLabel.smali
natethegreat86 said:
Ya I see a lot of lock screen entries in framework-res strings.xml but nothing with plain verizon wireless, i see all the other possible things that could popup and it does look like its linked to the sim from there. I also see a reference to carrierLabel in systemui public.xml with an id of 0x7f0f00ae no idea where its linked to though as of yet will keep digging.
Click to expand...
Click to collapse
Thanks.
The two entries I am looking for are:
Verizon Wireless
No Sim Card..Emergency calls Only
Those two phrases pop up in the same place on the lock screen when booting and/or once booted up.
Some other phones like the Nexus have thier carrier lable linked to an eri.xml and/or an spn-conf.xml located in /system/etc and or in /data right on the phone. No need to even decompile an APK, but the GS3 seems to be a little different as none of those tricks worked.
There is an eri.xml located in framework-res/res/xml/eri.xml. But nothing there referencing verizon or a sim card. Looks like a generic xml.
natethegreat86 said:
EDIT: Question for you guys are you running ICS touchwiz roms or aosp or what? I ask because I'm on a AOSP jelly bean rom and it might be different then what you guys have
I'm thinking this is going to require editing some smali files most likely, do me a favor and see if you have this file in your systemui.apk:
SystemUI\com\android\systemui\statusbar\phone\CarrierLabel.smali
Click to expand...
Click to collapse
I am running a stock deodexed TW ICS Rom.
Yes I have that xml in SystemUI but that smali should reference a string I would have thought? I thought the smali was to execute and not dictate what the actual phrase. I am far from an experienced coder though so what do I know.
Its late, I will look over this smali tomorrow when I have a little more time.
If we could get a few people digging for this we could probably find it in less than a week...
Thanks for the help!
Not sure if this will do it or not but seems like its definitely worth a try http://forum.xda-developers.com/showthread.php?t=1773879
As that xml is there in that location and the id is also there, I'll try it out on my rom when I get the chance as well and let you know.
---------- Post added at 03:58 AM ---------- Previous post was at 03:08 AM ----------
Well after some more searching I came across a post to remove the carrier name on jelly bean for the nexus and it actually worked for me, I don't know if this will work on touchwiz ICS or not but you may want to do a nandroid and try it. I used the second set of steps putting the eri.xml in /data and left the values blank and no more carrier label
natethegreat86 said:
Not sure if this will do it or not but seems like its definitely worth a try http://forum.xda-developers.com/showthread.php?t=1773879
As that xml is there in that location and the id is also there, I'll try it out on my rom when I get the chance as well and let you know.
---------- Post added at 03:58 AM ---------- Previous post was at 03:08 AM ----------
Well after some more searching I came across a post to remove the carrier name on jelly bean for the nexus and it actually worked for me, I don't know if this will work on touchwiz ICS or not but you may want to do a nandroid and try it. I used the second set of steps putting the eri.xml in /data and left the values blank and no more carrier label
Click to expand...
Click to collapse
I have tried those too...LOL. They seem to be for either ASOP only or JB. Just for giggles I tried them again to be sure and still no go.
Glad it worked for you though!
Derp I goofed I didnt give you the link in the second edit for what actually worked for me anyhow I'll give you what you need for your ics version.
Do a nandroid backup before making any changes just in case
1) Download eri.xml onto your desktop or some folder you will remember where it has been placed.
2) Open "eri.xml" with something such as NotePad or WordPad and edit everywhere you see "Whatever you want or delete this and nothing will show up". You can simply change the text or delete the text between the quotations and nothing will show up.
3) Save "eri.xml" and copy it to the root of your SD Card.
4) Open Root Explorer or an app similar, copy "eri.xml" from your SD card to "/data" directory.
5) Reboot, and Enjoy!
eri.xml http://www.mediafire.com/?edv0q6jvyh7hk4g
natethegreat86 said:
Derp I goofed I didnt give you the link in the second edit for what actually worked for me anyhow I'll give you what you need for your ics version.
Do a nandroid backup before making any changes just in case
1) Download eri.xml onto your desktop or some folder you will remember where it has been placed.
2) Open "eri.xml" with something such as NotePad or WordPad and edit everywhere you see "Whatever you want or delete this and nothing will show up". You can simply change the text or delete the text between the quotations and nothing will show up.
3) Save "eri.xml" and copy it to the root of your SD Card.
4) Open Root Explorer or an app similar, copy "eri.xml" from your SD card to "/data" directory.
5) Reboot, and Enjoy!
eri.xml http://www.mediafire.com/?edv0q6jvyh7hk4g
Click to expand...
Click to collapse
Tried that one too....no go.
Stupid Verizon.....
Grrr lol we will find a way for you eventually. Alright just for kicks try the eri.xml file I used for JB it just may work follow my thread over here http://forum.xda-developers.com/showthread.php?t=1897808
natethegreat86 said:
Grrr lol we will find a way for you eventually. Alright just for kicks try the eri.xml file I used for JB it just may work follow my thread over here http://forum.xda-developers.com/showthread.php?t=1897808
Click to expand...
Click to collapse
No go...strike #8....lol. Where the hell is this thing hiding?
Lmao dang was worth a try, this is harder for me now since i'm on cm10 aosp and I don't have a ics tw rom to look further into.
Alright one more try on one other thing that may work as well, definitely do a nandroid before you try this one as well.
1) Download spn-conf.xml file i have attached onto your desktop or some folder you will remember where it has been placed.
2) Open "spn-conf.xml" with something such as NotePad or WordPad and edit where you see Verizon Wireless.
3) Save "spn-conf.xml" and copy it to the root of your SD Card.
4) Open Root Explorer or an app similar, copy "spn-conf.xml" from your SD card to "System/etc" directory.
5) Reboot, and Enjoy!
spn.conf.xml http://www.mediafire.com/?qz6o28y822lxh5g
Strike #9.
The search continues.
Grrr lol I can't believe none of those worked, what rom are you running just curious?
natethegreat86 said:
Grrr lol I can't believe none of those worked, what rom are you running just curious?
Click to expand...
Click to collapse
Stock Deodexed Rom with a dozen or so self installed MODs. All I did was root, custom recovery, and start loading up a few favorite mods like:
Time toggle on/off
AM/PM toggle on/off
center clock
small am/pm
expanded setting for MMS
battery full removed
keyboard icon removed
...and a few others.
Otherwise, stock ROM rooted and deodexed.
Well you may want to consider going with a custom rom, things like this are so much easier on a custom rom because dev's enable these type of goodies . I don't know why anybody isn't on cm10 builds personally ive been running paranoid android for several weeks as my daily driver with no issues at all. But if you like the TW UI I can understand.
natethegreat86 said:
Well you may want to consider going with a custom rom, things like this are so much easier on a custom rom because dev's enable these type of goodies . I don't know why anybody isn't on cm10 builds personally ive been running paranoid android for several weeks as my daily driver with no issues at all. But if you like the TW UI I can understand.
Click to expand...
Click to collapse
well I have painfully gone through each and every XML in framework and none hold the key to removing the carrier name from the lockscreen. I know this because I have swapped each XML from a sprint rom (which does not have the carrier name on the lockscreen) with mine and the Verizon Wireless remained in place. I will go through some of the APKs in /system/app next and see what I can find. I was sure it would have been in framework though.
Didact74 said:
well I have painfully gone through each and every XML in framework and none hold the key to removing the carrier name from the lockscreen. I know this because I have swapped each XML from a sprint rom (which does not have the carrier name on the lockscreen) with mine and the Verizon Wireless remained in place. I will go through some of the APKs in /system/app next and see what I can find. I was sure it would have been in framework though.
Click to expand...
Click to collapse
I have a cool crisp $1 bill waiting to be donated to who ever can figure out how to make this go away on a stock, rooted, deodexed, ICS 4.04 ROM.
Seriously, I have just about exhausted all possibilities that I can think of.
Thanks for any help anyone can offfer!

[Q] Boot Animation for Tablet... Where Did I Go Wrong?

I have been trying to create my own Boot Animation for a while but I'm missing a step and can't figure out where I am going wrong. Can someone please look at my bootanimation_st.zip file contents and tell me where I went wrong?
Any help is MUCH appreciated.
ev1lchris said:
I have been trying to create my own Boot Animation for a while but I'm missing a step and can't figure out where I am going wrong. Can someone please look at my bootanimation_st.zip file contents and tell me where I went wrong?
Any help is MUCH appreciated.
Click to expand...
Click to collapse
Where is the zip file?
mrtaim3 said:
Where is the zip file?
Click to expand...
Click to collapse
Okay, I think I got it attached this time.
ev1lchris said:
Okay, I think I got it attached this time.
Click to expand...
Click to collapse
The name of the zip file should be: bootanimation.zip
And it should be placed in /system/app
Do you got that?
---------- Post added at 09:45 PM ---------- Previous post was at 09:36 PM ----------
Ibrahim9999 said:
The name of the zip file should be: bootanimation.zip
And it should be placed in /system/app
Do you got that?
Click to expand...
Click to collapse
Sorry, I mean /system/media
Ibrahim9999 said:
The name of the zip file should be: bootanimation.zip
And it should be placed in /system/app
Do you got that?
---------- Post added at 09:45 PM ---------- Previous post was at 09:36 PM ----------
Sorry, I mean /system/media
Click to expand...
Click to collapse
I rename it to bootanimation.zip and copy it over but it doesn't run when I reboot the tablet. I think I am making an error with the desc.txt or maybe even the graphic files?
ev1lchris said:
Okay, I think I got it attached this time.
Click to expand...
Click to collapse
I've edited ur bootanimation file. Try this.
Nope, didn't work. Thanks though.
It should've worked though.. i recommend you to copy the orignal bootanimation.zip file of ur tablet. And edit it. Do not edit the desc.txt
---------- Post added at 01:49 PM ---------- Previous post was at 01:44 PM ----------
If your tablet is rooted just edit bootanimation.zip in ur tablet. Copy PNG images in that zip. and try. Keep a backup of zip file in case if this method doesnt work,

Holofied TWRP Themes qHD 960x540

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.

[MOD][GUIDE] Lock/Unlock sounds (root only)

So I was thinking how much I missed being able to change the sounds of my device (lock/unlock, touch etc... And remembered we can change them if we are rooted. Sadly I am not. Only because for me the loss of 20 percent of battery life is a big deal in my day to day activities. But for those of you who went for root heres a little something extra I've been doing since the S4 days. I STRONGLY RECOMMEND YOU COPY AND SAVE THE EXISTING .OGG FILES YOU PLAN TO REPLACE SO THAT LATER IF YOU WISH YOU CAN GO BACK TO STOCK.. With that being said. THESE ARE NOT MY FILES AND TAKE NO CREDIT FOR THE WORK YOU WILL FIND ON THE THREAD LINK BELOW. A fella here that goes by the name of dav3wash put this thread together to bring us a collection of cool Lock/Unlock sounds which I believe will still work here. So if you find yourself over on his page hit that like button to show your appreciation .NOTE: I HAVE NOT TESTED for I am not rooted. I just download the desired file.
From your downloads folder navigate in the zip file and copy the .ogg file
Then go into your device and follow this path.
The path is as followed in your rooted system. From any file explorer go to: System(Root)/System/media/audio/ui.
And paste the new files after removing the old one to a safe location.
Then reboot and your good.
Redirect thread here for files https://forum.xda-developers.com/showthread.php?t=2304198
Hope you enjoy. And just so we know ...if anyone tries this can you leave a comment letting others know if it works or not. Thank you!
Will give it a try
---------- Post added at 12:44 PM ---------- Previous post was at 11:58 AM ----------
Mr nerd said:
Will give it a try
Click to expand...
Click to collapse
it does work
dont forge to set the permissions
read for all 3 write for owner

Categories

Resources