Please download the file in the attachment and put the file in right place.:laugh:
Hello All Master And Member of Xda today im going to guide how to make JellyHeader liker Jellybean:laugh:
1.Decompile SystemUI.apk
2.open res/layout/statusbar.expanded
3.find this xmlns:android="http://schemas.android.com/apk/res/android">
4.add this after the line
<RelativeLayout androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="50.0dip" android:baselineAligned="false">
<include layout="@layout/keur_tanggal_simple" />
</RelativeLayout>
5.after that open res/values/ids
add this
<item type="id" name="timeDisplayForeground">false</item>
<item type="id" name="timeDisplayBackground">false</item>
<item type="id" name="clockdate">false</item>
<item type="id" name="clock">false</item>
above </resources>
6.open res/values/string
add this above </resources>
<string name="status_bar_date_formatter">"%2$s
%1$s"</string>
7.after that open res/values/style.xml
add this
<style name="TextAppearance.StatusBar.Expanded.Date" parent="@style/TextAppearance.StatusBar.Expanded">
<item name="android:textSize">13.0dip</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#ffffffff</item>
</style>
<style name="TextAppearance.StatusBar.Expanded.Clock" parent="@style/TextAppearance.StatusBar.Expanded">
<item name="android:textSize">35.0dip</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">#ffffffff</item>
</style>
above </resources>
8.after that decompile back
9.decompile the systemui again
after that smali/com/android/systemui/statusbar/policy/DigitalClock
find: 0x7f0b0036 ->replace with code
id timeDisplayBackground that have in the public.xml
find : 0x7f0b0035 --> replace with code id timeDisplayForeground that have in the public.xml
lalu buke Dateview.smali di folser policy
find: 0x7f090010el
replace with the id strings status_bar_date_formatter that have in the public.xml
after that recompile back.
if have error tell me.
CreditGY Group:laugh:
If this thread are in wrong section please remove.
If like my work please press thaxs.
Im Just Newbie.
Screenshot Added
reserve
Nice guide
Thaxs sir
Himan Boro said:
Nice guide
Click to expand...
Click to collapse
Thaxs Sir:laugh:
Can you help me to place the clock at center and remove date ?
sir the guide have already
GSculerlor said:
Can you help me to place the clock at center and remove date ?
Click to expand...
Click to collapse
please search guide by mariozawa:laugh:
mohawk97 said:
please search guide by mariozawa:laugh:
Click to expand...
Click to collapse
Please give me link
i get no resource found for parent sir
Sent From My Samsung Galaxy Y s5360
---------- Post added at 02:07 PM ---------- Previous post was at 02:04 PM ----------
mohawk97 said:
please search guide by mariozawa:laugh:
Click to expand...
Click to collapse
sir i get a no resource found for parent error sir
Sent From My Samsung Galaxy Y s5360
Screen SHot?
Wickedfire.214 said:
i get no resource found for parent sir
Sent From My Samsung Galaxy Y s5360
---------- Post added at 02:07 PM ---------- Previous post was at 02:04 PM ----------
sir i get a no resource found for parent error sir
Sent From My Samsung Galaxy Y s5360
Click to expand...
Click to collapse
Any Screenshot
I fixed it. It recompiled. Your code was incomplete sir. But i got the false instead of date :/
Sent From My Samsung Galaxy Y s5360
Wickedfire.214 said:
I fixed it. It recompiled. Your code was incomplete sir. But i got the false instead of date :/
Sent From My Samsung Galaxy Y s5360
Click to expand...
Click to collapse
nice UI...
Can u share it
Its not done yet.
Sent From My Samsung Galaxy Y s5360
Fixed it. Haha
Sent From My Samsung Galaxy Y s5360
Wickedfire.214 said:
I fixed it. It recompiled. Your code was incomplete sir. But i got the false instead of date :/
Sent From My Samsung Galaxy Y s5360
Click to expand...
Click to collapse
i have check all my code is complete.:laugh:
Wickedfire.214 said:
Fixed it. Haha
Sent From My Samsung Galaxy Y s5360
Click to expand...
Click to collapse
please press thaxs to support my work
thanks! done.
Sent From My Samsung Galaxy Y s5360
Wickedfire.214 said:
thanks! done.
Sent From My Samsung Galaxy Y s5360
Click to expand...
Click to collapse
Nice
LOL
Sent from my GT-S5360 using XDA Free mobile app
mohawk97 said:
i have check all my code is complete.:laugh:
Click to expand...
Click to collapse
error: Error retrieving parent for item: No resource found that matches the given name '@style/TextAppearance.StatusBar.Expanded'.
the_vanya1 said:
error: Error retrieving parent for item: No resource found that matches the given name '@style/TextAppearance.StatusBar.Expanded'.
Click to expand...
Click to collapse
You need to add that. use another parent for that parent
Sent from my GT-S5360 using XDA Free mobile app
Related
Hey all,
So early today an eagle eyed user on our forum www.alliance-rom.com (Kkillize) posted asking if the following could cause battery drain. The power profile.xml in framework-res.apk had the following:
Code:
<item name="cpu.idle">4</item>
<array name="cpu.active">
<value>577</value>
<value>408</value>
<value>249</value>
<value>148</value>
<value>55</value>
</array>
<item name="battery.capacity">2100</item>
Now...last time I checked our device didnt have these values!! Seems samsung ported the S3 firmware and didnt change these entries.
I suspected these may be contributing if not responsible for the lockscreen freeze so me and Mirkoddd have tested changing these values today to what they should be...
Code:
<item name="cpu.idle">2</item>
<array name="cpu.active">
<value>577</value>
<value>408</value>
<value>249</value>
<value>148</value>
<value>55</value>
</array>
<item name="battery.capacity">1650</item>
...and so far have had 0 lockscreen freezes.
I have attached a link to a cwm framework-res.apk for deodexed LSJ for willing testers as this needs to be tested by lots of people. I have also attached the individual compiled xml for people on custom roms who want to drag this into their framework-res.apk.
MAKE A BACKUP AND DO NOT FLASH THE CWM ZIP ON A CUSTOM ROM!!!!
If you have already tried this and still get freezes, please shout up!!
Thanks
https://sourceforge.net/projects/goldiealliance/files/Stock-LSJ-LockscreenFreezeFixTest.zip/download
2hrs with no freeze
Mirko ddd said:
2hrs with no freeze
Click to expand...
Click to collapse
Yes.... I ran that all day yesterday with no freeze.
:thumbup:
I was scanning around and noticed that.
Sent from my SGH-I777 using Tapatalk 2
Seems too simple to me but we will see once people test it
Goldieking said:
Seems too simple to me but we will see once people test it
Click to expand...
Click to collapse
Funny thing is also...since I changed that bool setting I told you about.... earlier I haven't had any freeze either.
So I'm not sure if it's one or both you know?
Sent from my SGH-I777 using Tapatalk 2
As posted in the alliance forums, it definitely seems to be working. Tnx guys
Sent from my GT-I9100
Does that battery capacity value matter for users with the Samsung extended battery?
Sent from my GT-I9100 using Tapatalk 2
diffusal said:
Does that battery capacity value matter for users with the Samsung extended battery?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Yes because it effects how the phone reads the battery usage and it could show misinformation.
This is what the sgs2 should have with stock battery.
Code:
<device name="Android">
<item name="none">0</item>
<item name="screen.on">75</item>
<item name="bluetooth.active">32</item>
<item name="bluetooth.on">0.3</item>
<item name="screen.full">201</item>
<item name="wifi.on">0.3</item>
<item name="wifi.active">83</item>
<item name="wifi.scan">52</item>
<item name="dsp.audio">34</item>
<item name="dsp.video">265</item>
<item name="radio.active">242</item>
<item name="radio.scanning">82</item>
<item name="gps.on">1</item>
<array name="radio.on">
<value>2.7</value>
<value>3</value>
</array>
<array name="cpu.speeds">
<value>12000000</value>
<value>10000000</value>
<value>800000</value>
<value>500000</value>
<value>200000</value>
</array>
<item name="cpu.idle">2</item>
<array name="cpu.active">
<value>577</value>
<value>408</value>
<value>249</value>
<value>148</value>
<value>55</value>
</array>
<item name="battery.capacity">1650</item>
</device>
So for users with extended battery do we just change 1650 to 1950?
Sent from my GT-I9100 using Tapatalk 2
diffusal said:
So for users with extended battery do we just change 1650 to 1950?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
To get more accurate battery usage results..... yes...
Wow! Quiet thread, I thought loads of people would be wanting to test if this fixes the most annoying thing in LSJ. Without feedback and testers how can we know if it fixes the issue?
The lockscreen freeze happens mainly on wifi and is quite annoying.
Flashed the fix and will test it for at least 24hrs to come to a conclusion.
Kudos to whoever found this out. Does this also help in fixing battery drain on wifi?
Sent from the Matrix
rakeshishere said:
The lockscreen freeze happens mainly on wifi and is quite annoying.
Flashed the fix and will test it for at least 24hrs to come to a conclusion.
Kudos to whoever found this out. Does this also help in fixing battery drain on wifi?
Sent from the Matrix
Click to expand...
Click to collapse
It may help with drain i suppose yes. The more people who install it the better. Thanks
Goldieking said:
Hey all,
So early today an eagle eyed user on our forum www.alliance-rom.com (Kkillize) posted asking if the following could cause battery drain. The power profile.xml in framework-res.apk had the following:
Code:
<item name="cpu.idle">4</item>
<array name="cpu.active">
<value>577</value>
<value>408</value>
<value>249</value>
<value>148</value>
<value>55</value>
</array>
<item name="battery.capacity">2100</item>
Now...last time I checked our device didnt have these values!! Seems samsung ported the S3 firmware and didnt change these entries.
I suspected these may be contributing if not responsible for the lockscreen freeze so me and Mirkoddd have tested changing these values today to what they should be...
Code:
<item name="cpu.idle">2</item>
<array name="cpu.active">
<value>577</value>
<value>408</value>
<value>249</value>
<value>148</value>
<value>55</value>
</array>
<item name="battery.capacity">1650</item>
...and so far have had 0 lockscreen freezes.
I have attached a link to a cwm framework-res.apk for deodexed LSJ for willing testers as this needs to be tested by lots of people. I have also attached the individual compiled xml for people on custom roms who want to drag this into their framework-res.apk.
MAKE A BACKUP AND DO NOT FLASH THE CWM ZIP ON A CUSTOM ROM!!!!
If you have already tried this and still get freezes, please shout up!!
Thanks
https://sourceforge.net/projects/goldiealliance/files/Stock-LSJ-LockscreenFreezeFixTest.zip/download
Click to expand...
Click to collapse
Im on a custom rom so how can I safely apply this?
Omega 16.2
philz kernal 3.75
ICS XD AIO mod
GT-I9100
How do I change this if I have "the extended battery". The xml seems to be in some binary format
Take my cwm zip.
Copy your framework-res.apk from your phones system/framework folder to pc.
Download the xml attached in op.
Open your framework-res.apk with 7zip.
Drag the xml into the res/xml folder.
Close 7zip.
Replace the framework-res.apk in the flashable zip with the one you just edited and flash it in cwm.
Sent from my GT-I9100 using Tapatalk 2
Thanks but my ideal was to change The value to match my extended battery
Skickat från min GT-I9100 via Tapatalk 2
Goldieking said:
Take my cwm zip.
Copy your framework-res.apk from your phones system/framework folder to pc.
Download the xml attached in op.
Open your framework-res.apk with 7zip.
Drag the xml into the res/xml folder.
Close 7zip.
Replace the framework-res.apk in the flashable zip with the one you just edited and flash it in cwm.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Ok I will give it a try.
Omega 16.2
philz kernal 3.75
ICS XD AIO mod
GT-I9100
I am going to modify it to suit the 2000mah battery and test it. Why do we need to copy the framework-res.apk from the phone? Also, how to modify the xml file in the front page which is not allowing the text editor to edit. Thx.
Would you please share it with med also
Skickat från min GT-I9100 via Tapatalk 2
Hay Guys/Girl I'm Back..
Now I Will Present Statusbar Animation...
It's So Simple,.
No Screeshoot Cause You Will Se After Hack Your UI
Istall With HackUI
Download: View attachment HackUI.apk
1. Make A New Folder On Sdcard Name It (.tjatoer)
2. Put Your SystemUI.apk To .tjatoer
3. Open HackUI And Hack Your System UI (No Reboot)
Download:
Droid :View attachment SystemUIAndroid.apk
Gangnam :View attachment SystemUIGangnam.apk
Matrix :View attachment SystemUIMartix.apk
Honey :View attachment SystemUIHoney.apk
Rename SystemUIGangnam.apk To SystemUI.apk
Guide How To Apply To Ur Statbar:
Download:View attachment drawable.zip
1. Download And Extact Zip File
2. Open The One File With Notepad++ (I Think It's No Need>status_bar_background_animation.xml)
3. U See File status_bar_afrizal_bg Like This
Code:
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="1000" android:drawable="@drawable/afrizal01" />
<item android:duration="1000" android:drawable="@drawable/afrizal02" />
<item android:duration="1000" android:drawable="@drawable/afrizal03" />
<item android:duration="1000" android:drawable="@drawable/afrizal04" />
<item android:duration="1000" android:drawable="@drawable/afrizal05" />
<item android:duration="1000" android:drawable="@drawable/afrizal06" />
<item android:duration="1000" android:drawable="@drawable/afrizal07" />
<item android:duration="1000" android:drawable="@drawable/afrizal08" />
<item android:duration="1000" android:drawable="@drawable/afrizal09" />
<item android:duration="1000" android:drawable="@drawable/afrizal10" />
<item android:duration="1000" android:drawable="@drawable/afrizal11" />
<item android:duration="1000" android:drawable="@drawable/afrizal12" />
<item android:duration="1000" android:drawable="@drawable/afrizal13" />
<item android:duration="1000" android:drawable="@drawable/afrizal14" />
<item android:duration="1000" android:drawable="@drawable/afrizal15" />
<item android:duration="1000" android:drawable="@drawable/afrizal16" />
<item android:duration="1000" android:drawable="@drawable/afrizal17" />
<item android:duration="1000" android:drawable="@drawable/afrizal18" />
<item android:duration="1000" android:drawable="@drawable/afrizal19" />
<item android:duration="1000" android:drawable="@drawable/afrizal20" />
<item android:duration="1000" android:drawable="@drawable/afrizal21" />
<item android:duration="1000" android:drawable="@drawable/afrizal22" />
<item android:duration="1000" android:drawable="@drawable/afrizal23" />
<item android:duration="1000" android:drawable="@drawable/afrizal24" />
<item android:duration="1000" android:drawable="@drawable/afrizal25" />
<item android:duration="1000" android:drawable="@drawable/afrizal26" />
<item android:duration="1000" android:drawable="@drawable/afrizal27" />
<item android:duration="1000" android:drawable="@drawable/afrizal28" />
<item android:duration="1000" android:drawable="@drawable/afrizal29" />
<item android:duration="1000" android:drawable="@drawable/afrizal30" />
<item android:duration="1000" android:drawable="@drawable/afrizal31" />
<item android:duration="1000" android:drawable="@drawable/afrizal32" />
</animation-list>
4. Provide Ur Picture Animation Should PNG, And Change Name Like That There Is In status_bar_afrizal_bg
5. If Ur Pictures Animation There Are 10 Images Remove Code Line 14 Until 35
6. Now Decompile Ur SystemUI
7. Go To res\drawable Copy One File To res\drawable
8. And Go To res\layout\status_bar_expanded.xml Here On Line 2 (android:background=".............................")
Replace With (android:background="@drawable/status_bar_afrizal_bg")
9.Copy Ur Picture To res\drawable-ldpi
10. Now Compile Ur System UI, Sign And Put Your SystemUI.apk To sdcard\.tjatoer
11. Open HackUI And Hack Your System UI
Name afrizal U Can Change The Name With Your Own Name Or Whatever
Note: So Sorry, Cause I Wear In My SystemUI (android:background="..........") Located In res\layout\status_bar_expanded.xml
Another Time I Decompile Some SystemUI (android:background="........") Located In res\layout\status_bar_tracking.xml
Im Sorry. I Have Exams.
Thanks:
Allah
Nabi Muhammad SAW
Mom & Dad
Dewy
Marin Alin. (I Use Ur SystemUI To Present Statusbar Animation)
Evanlocked.
Dawam A
Dimas Adi
Khakiki
Fedy
Zallz.
Cbr
Rata Bb
Kirafuda R
Ncez.
Lihat Selengapnya
Official Grup Galaxy Young Indonesia
All....
Sorry For My Very Pery Bad English..
cool,but its coooler with screenies or a lil video i think,i think i make a lil screenvideo.
Could you please give a proper tutorial with steps.
What i have done :
Made folder > opened hackui > clicked given button, a notifcation displayed in status bar > then systemhoneyui.apk pasted in the folder > then installed it.
Then my status bar lost. Bur when again open hackui and clicked the button status bar comes as it is.
Sent from Earth
Quote:
androite said:
Could you please give a proper tutorial with steps.
What i have done :
Made folder > opened hackui > clicked given button, a notifcation displayed in status bar > then systemhoneyui.apk pasted in the folder > then installed it.
Then my status bar lost. Bur when again open hackui and clicked the button status bar comes as it is.
Sent from Earth
Click to expand...
Click to collapse
Rename to SystemUI.apk
What exact the app do???
Please xplain more.....
Same happens said as androite..
Sorry for bad English
Sent from my GT-S5360
This gay scumbag, why u dont give credit for hackUI creator?
(T_T)
Cool
Sent from my GT-S5360 using xda app-developers app
madfrog91 said:
This gay scumbag, why u dont give credit for hackUI creator?
Click to expand...
Click to collapse
Tjatoer is the creator of hackui and see the credits idiot before saying a word.
Edit : Op for which rom is this ? coz i tried it on minirom and it gave a force close.
Afrizal Firmansyah said:
2. Put Your SystemUI.apk To .tjatoer
Click to expand...
Click to collapse
You mean our ROM's systemui or the one downloaded ??
Sent from Earth
---------- Post added at 01:29 PM ---------- Previous post was at 01:11 PM ----------
Worst app ever.
I permanently lost my status bar.
Untrustful app. :thumbdown:
Sent from Earth
androite said:
You mean our ROM's systemui or the one downloaded ??
Sent from Earth
---------- Post added at 01:29 PM ---------- Previous post was at 01:11 PM ----------
Worst app ever.
I permanently lost my status bar.
Untrustful app. :thumbdown:
Sent from Earth
Click to expand...
Click to collapse
If u want animations.then put your downloaded status bar n rename to systemUI.apk.then open hack UI hit OK and poof.
A systemui android has jellybean style.like Marinalin theme.cmiiw
Sent from my GT-S5360 using xda app-developers app
---------- Post added at 10:47 AM ---------- Previous post was at 10:42 AM ----------
N if ur statusbar lost just delete sdcard/.tjatoer/systemUI.apk n replace with your previous systemUI.n hit OK.u will get your previous UI.
Sorry my bad Eng
Sent from my GT-S5360 using xda app-developers app
Quote:
androite said:
You mean our ROM's systemui or the one downloaded ??
Sent from Earth
---------- Post added at 01:29 PM ---------- Previous post was at 01:11 PM ----------
Worst app ever.
I permanently lost my status bar.
Untrustful app. :thumbdown:
Sent from Earth
Click to expand...
Click to collapse
.tjatoer folder on sdcard
install statusbargreeper1.8.1,apk and maybe you will not lose ur statusbar
not working on hyperion
force close why?
cool
@op
this is pulldown animation,right?
i see ure code look like a pulldown anomation
cmiiw
Worked for anybody here?
Sent from my GT-S5360 using xda premium
Hey op.how to make statusbar transparant?coz I change some PNG its still black.and sorry I change afrizal01-38..here teh screenis
Sent from my GT-S5360 using xda app-developers app
Sent from my GT-S5360 using xda app-developers app
@psidco
you dont need to change any png file. just change the hex code in status_bar.xml from
android:background="ff000000"
to
android:background="00000000"
this is look like animation pulldown
and the background can change using png from bootanimation
just rename of png
cmiiw
Hi, i'm trying to port a speed net meter to work in my stock SystemUI for moto X, because the source is not compatible with the android 4.4.2. I don't know smaler and i want your help.
This is the source of the speed net meter:
SystemUI>res>layout/status_bar.xml
Code:
<com.android.systemui.statusbar.policy.Traffic android:textAppearance="@style/TextAppearance.StatusBar.Traffic" android:gravity="left|center" android:id="@id/traffic" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
SystemUI>res>values/ids.xml
Code:
<item type="id" name="traffic">false</item>
SystemUI>res/values/styles.xml
Code:
<style name="TextAppearance.StatusBar.Traffic" parent="@style/TextAppearance.StatusBar.Clock">
<item name="android:textSize">14.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ffffffff</item>
<item name="android:textAllCaps">false</item>
</style>
PS: i'm using apktool v2.0.0b9.
In the "ATTACHED FILES" have:
- the original smalis of the speed meter
- the smalis that i have make a part of the port
- the framework-res of my rom
- the SystemUI of my rom
Unless you're dead set on learning smali coding, you can just install the Xposed Framework and this module: http://repo.xposed.info/module/tw.fatminmin.xposed.networkspeedindicator
es0tericcha0s said:
Unless you're dead set on learning smali coding, you can just install the Xposed Framework and this module:
Click to expand...
Click to collapse
thanks, but i don't want use xposed! :good:
Help :c
moderators, close the thread! resolved!
ramon20 said:
moderators, close the thread! resolved!
Click to expand...
Click to collapse
mind mentioning first what was wrong? could be helpful for others having the same problem.. :fingers-crossed:
kermage said:
mind mentioning first what was wrong? could be helpful for others having the same problem.. :fingers-crossed:
Click to expand...
Click to collapse
was missing modify some parts of the code, and I do not know, I found the same smalis elsewhere, and they were already ported
ramon20 said:
was missing modify some parts of the code, and I do not know, I found the same smalis elsewhere, and they were already ported
Click to expand...
Click to collapse
:good:
remove
Screenshot Added
This A Screen Shot:laugh:
mohawk97 said:
This A Screen Shot:laugh:
Click to expand...
Click to collapse
nice guide wil try it..
Thaxs
Himan Boro said:
nice guide wil try it..
Click to expand...
Click to collapse
Thaxs Sir
Use Quote Or Code To highlight the Xml lines like this
Code:
<item type="id"
name="image">false</item>
<item type="id"
name="owner">false</item>
<item type="id"
name="textHint1">false</item>
it will look good.
---------- Post added at 05:05 PM ---------- Previous post was at 05:03 PM ----------
Use Quote Or Code To highlight the Xml lines like this
Code:
<item type="id"name="image">false</item>
<item type="id"name="owner">false</item>
<item type="id"name="textHint1">false</item>
it will look good.
Sory Sir
Himan Boro said:
Use Quote Or Code To highlight the Xml lines like this
Code:
<item type="id"
name="image">false</item>
<item type="id"
name="owner">false</item>
<item type="id"
name="textHint1">false</item>
it will look good.
---------- Post added at 05:05 PM ---------- Previous post was at 05:03 PM ----------
Use Quote Or Code To highlight the Xml lines like this
Code:
<item type="id"name="image">false</item>
<item type="id"name="owner">false</item>
<item type="id"name="textHint1">false</item>
it will look good.
Click to expand...
Click to collapse
Im Noob In Making Thread
mohawk97 said:
Im Noob In Making Thread
Click to expand...
Click to collapse
download my attachment and read it..u wil b able to customize ur thread
Thaxs sir
Himan Boro said:
download my attachment and read it..u wil b able to customize ur thread
Click to expand...
Click to collapse
Thaxs Sir
mohawk97 said:
Thaxs Sir
Click to expand...
Click to collapse
WC Buddy
SIr, can you rewrite your guide please ?
yahh can you rewrite it sirs?
yeh plz rewrite it !
You can enable the ambient display on s5?
Nope. Not support by Galaxy S5.
I have it ported it inside systemUI and framework-res
But cannot get it booting on my rom maybe you can try it?
https://docs.google.com/file/d/0B359m6J4OhQkbE1zYXdlbUhoczQ/edit?usp=docslist_api
---------- Post added at 12:06 PM ---------- Previous post was at 12:05 PM ----------
Only for tw lollipop b5.0
I have it enabled for my S5 rom which is OC7 base.. (i cant mention the name because they will delete my post)..
Here's proof:
friedrich420 said:
I have it enabled for my S5 rom which is OC7 base.. (i cant mention the name because they will delete my post)..
Here's proof:
Click to expand...
Click to collapse
Great!! how did you do?
igi97 said:
Great!! how did you do?
Click to expand...
Click to collapse
FOLLOW THIS GUIDE HERE:
http://forum.xda-developers.com/goo.../how-to-add-ambient-display-settings-t2942838
But you need to mod secsettings.apk also
You need:
1. display_settings.xml
2. display_settings_2013.xml
3. display_settings_2014.xml
4. strings.xml
Click to expand...
Click to collapse
FOR FILE #1 (display_settings.xml):
FIND:
Code:
<SwitchPreference android:persistent="false" android:title="@string/lift_to_wake_title" android:key="lift_to_wake" />
Right below add:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #2 (display_settings_2013.xml)
FIND:
<
Code:
PreferenceScreen android:title="@string/led_indicator_settings" android:key="led_indicator_settings" android:fragment="com.android.settings.LedIndicatorSettings" />
ADD RIGHT BELOW:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #3 (display_settings_2014.xml)
FIND:
Code:
<SwitchPreference android:persistent="false" android:title="@string/lift_to_wake_title" android:key="lift_to_wake" />
ADD RIGHT BELOW:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #4 (strings.xml)
FIND:
Code:
<string name="lift_to_wake_title">Lift to wake</string>
ADD RIGHT BELOW:
Code:
<string name="doze_title">Ambient display</string>
<string name="doze_summary">Wake screen when device picked up or notifications arrive</string>
---------- Post added at 01:00 PM ---------- Previous post was at 12:57 PM ----------
i also managed to add these to my S5 Lollipop sources kernel..
EDIT:
Feel free to use the guide to mod your stuff, show off to people, include it in your rom...
friedrich420 said:
FOLLOW THIS GUIDE HERE:
http://forum.xda-developers.com/goo.../how-to-add-ambient-display-settings-t2942838
But you need to mod secsettings.apk also
You need:
FOR FILE #1 (display_settings.xml):
FIND:
Code:
<SwitchPreference android[emoji14]ersistent="false" android:title="@string/lift_to_wake_title" android:key="lift_to_wake" />
Right below add:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #2 (display_settings_2013.xml)
FIND:
<
Code:
PreferenceScreen android:title="@string/led_indicator_settings" android:key="led_indicator_settings" android:fragment="com.android.settings.LedIndicatorSettings" />
ADD RIGHT BELOW:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #3 (display_settings_2014.xml)
FIND:
Code:
<SwitchPreference android[emoji14]ersistent="false" android:title="@string/lift_to_wake_title" android:key="lift_to_wake" />
ADD RIGHT BELOW:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #4 (strings.xml)
FIND:
Code:
<string name="lift_to_wake_title">Lift to wake</string>
ADD RIGHT BELOW:
Code:
<string name="doze_title">Ambient display</string>
<string name="doze_summary">Wake screen when device picked up or notifications arrive</string>
---------- Post added at 01:00 PM ---------- Previous post was at 12:57 PM ----------
i also managed to add these to my S5 Lollipop sources kernel..
EDIT:
Feel free to use the guide to mod your stuff, show off to people, include it in your rom...
Click to expand...
Click to collapse
You can do this by phone?
igi97 said:
You can do this by phone?
Click to expand...
Click to collapse
what do you mean my friend?
im not sure i understood?
friedrich420 said:
what do you mean my friend?
im not sure i understood?
Click to expand...
Click to collapse
I can not edit secsettingapk from your computer, you can make an app from my phone?
igi97 said:
I can not edit secsettingapk from your computer, you can make an app from my phone?
Click to expand...
Click to collapse
all i can do is give you the ones i have in my rom...
they have other mods though..
friedrich420 said:
all i can do is give you the ones i have in my rom...
they have other mods though..
Click to expand...
Click to collapse
Work in my rom stock?
igi97 said:
Work in my rom stock?
Click to expand...
Click to collapse
i hope its deodex my friend
if it is and its the OC7 base it should..
its 3 files in total:
framework-res.apk, systemui.apk and secsettings.apk
friedrich420 said:
i hope its deodex my friend
if it is and its the OC7 base it should..
its 3 files in total:
framework-res.apk, systemui.apk and secsettings.apk
Click to expand...
Click to collapse
I am in odex :/
igi97 said:
I am in odex :/
Click to expand...
Click to collapse
d'oh..
the problem is the framework file my friend..
it wont work..
unfortunately..
you should make the big step sometime and use a custom rom
sorry for getting you excited for nothing..
i wish i could be of more help.. but i will leave the guide here (unless they delete it) and anyone who wants and can, can make the mods and maybe they will make it for odex roms as well..
friedrich420 said:
d'oh..
the problem is the framework file my friend..
it wont work..
unfortunately..
you should make the big step sometime and use a custom rom
sorry for getting you excited for nothing..
i wish i could be of more help.. but i will leave the guide here (unless they delete it) and anyone who wants and can, can make the mods and maybe they will make it for odex roms as well..
Click to expand...
Click to collapse
Thanks anyway for availability! probably spend your rom PS when will be added in the rom App s6?
igi97 said:
Thanks anyway for availability! probably spend your rom PS when will be added in the rom App s6?
Click to expand...
Click to collapse
i have some (i.e. S6 Keyboard and S6 Launcher) as options and today i managed to enable the S6 Air Messaging
friedrich420 said:
i have some (i.e. S6 Keyboard and S6 Launcher) as options and today i managed to enable the S6 Air Messaging
Click to expand...
Click to collapse
Very Well!
friedrich420 said:
FOLLOW THIS GUIDE HERE:
http://forum.xda-developers.com/goo.../how-to-add-ambient-display-settings-t2942838
But you need to mod secsettings.apk also
You need:
FOR FILE #1 (display_settings.xml):
FIND:
Code:
<SwitchPreference android:persistent="false" android:title="@string/lift_to_wake_title" android:key="lift_to_wake" />
Right below add:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #2 (display_settings_2013.xml)
FIND:
<
Code:
PreferenceScreen android:title="@string/led_indicator_settings" android:key="led_indicator_settings" android:fragment="com.android.settings.LedIndicatorSettings" />
ADD RIGHT BELOW:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #3 (display_settings_2014.xml)
FIND:
Code:
<SwitchPreference android:persistent="false" android:title="@string/lift_to_wake_title" android:key="lift_to_wake" />
ADD RIGHT BELOW:
Code:
<SwitchPreferenceScreen android:title="@string/doze_title" android:key="doze" android:summary="@string/doze_summary" />
FOR FILE #4 (strings.xml)
FIND:
Code:
<string name="lift_to_wake_title">Lift to wake</string>
ADD RIGHT BELOW:
Code:
<string name="doze_title">Ambient display</string>
<string name="doze_summary">Wake screen when device picked up or notifications arrive</string>
---------- Post added at 01:00 PM ---------- Previous post was at 12:57 PM ----------
i also managed to add these to my S5 Lollipop sources kernel..
EDIT:
Feel free to use the guide to mod your stuff, show off to people, include it in your rom...
Click to expand...
Click to collapse
bootloop on my H
It's installed and working with MOAR Rom if you're on Sprint. Check it out!
@friedrich420
Echoe rom works super on S5 really like it ^_^
Ambient display also works fine