[HOW TO] [TEAM XPOSED] Hide ADB Icon - Sprint HTC EVO 4G LTE

This reference guide is to tell you how to disable the ADB Icon from your status bar.
Add The Following Line To Your build.prop:
persist.adb.notify=0
Click to expand...
Click to collapse
Personally, I prefer to put it under:
# ADITIONAL_BUILD_PROPERTIES
Click to expand...
Click to collapse
But it should work anywhere. Save your edited build.prop, reboot, and enjoy.

keep em coming buddy

Btw guys I had to do a full reboot, a hot reboot wasn't good enough

Rydah805 said:
This reference guide is to tell you how to disable the ADB Icon from your status bar.
Add The Following Line To Your build.prop:
Personally, I prefer to put it under:
But it should work anywhere. Save your edited build.prop, reboot, and enjoy.
Click to expand...
Click to collapse
Thank you for posting this Rydah. If I recall correctly, isn't there also an edit that can be done to one of the system or framework files that also does this without having to modify build.prop? I vaguely remember this from modding the OG EVO 4G. Not saying modifying build.prop isn't the proper way of doing it, I am just trying to learn more about modifying APKs/framework/sense.

Nice work! Team Xposed in full force!

sn0b0ard said:
Thank you for posting this Rydah. If I recall correctly, isn't there also an edit that can be done to one of the system or framework files that also does this without having to modify build.prop? I vaguely remember this from modding the OG EVO 4G. Not saying modifying build.prop isn't the proper way of doing it, I am just trying to learn more about modifying APKs/framework/sense.
Click to expand...
Click to collapse
Yea, there is, but that complicates things a bit more. I suppose I can post that method later, but a simple addition to the build.prop works best for errbody.
Check Me Out On The Google Play Store!!!
​
Sent From My HTC Evo 4G LTE, On The Now Network From Sprint!

Related

Finally - Faves button remapped - Browser added 19.11.10

For those using the espresso sense that hate the stupid faves app and are tired of having a dead button on the home screen, this is for you. I remapped it, and have attached a couple different versions. One maps it to open the stock contacts app, and the other to the stock browser app.
I'm working on getting rid of faves all together, and would like to have the old htc favorites tab in the contacts app and the htc favorites widgets too. But I dont know if I can do it, we'll see. For now though here is the new Rosie.
Instructions:
This was taken from a stock rooted build of espresso 2.1 and is only known to work on such.
Back up your old files first!
adb shell cp /system/app/Rosie.apk /sdcard
adb shell cp /system/app/Rosie.odex /sdcard
For those with system apps odexed, you'll want to get the appropriate Rosie.apk and Rosie.odex.zip. Rename them to Rosie.apk and Rosie.odex. Reboot into recovery, then use this adb code:
adb shell mount /system
adb shell rm /system/app/Rosie.apk
adb shell rm /system/app/Rosie.odex
adb push (your saved file location)\Rosie.apk /system/app
adb push (your saved file location)\Rosie.odex /system/app
For those of you without separate .odex files in your /system/app folder, I used a de-odexer on the two files to join them, but have not tested it yet, as the build I am running is odexed. Grab the appropriate Rosie_noodex.apk rename it to Rosie.apk reboot into recovery and use the same code, but ignore lines 3 and 5 (the ones with .odex in them!) and then post here to let me know it works.
Sweet!!! Works great on CR_Mod_1.35.531_OTA Full ROM, thanks!!!
Awesome work I saw something like this on hero forums and wondered if someone would do the same here
Sent from my T-Mobile myTouch 3G Slide using XDA App
THANK YOU!
Nice job, works great.
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
are you using an odexed rom?
acejoker25000 said:
are you using an odexed rom?
Click to expand...
Click to collapse
Yes I am. But I'll look further into it.
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
guitarist5122 said:
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
patience... this could develop into a whole bunch of different shortcuts and we can just use the one we want
but i think a browser button would be awesome lol
exactly what file are you editing to allow the contacts instead of faves?
As requested I've mapped another version to the browser. See first post. Enjoy.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
What build are you using? I'll see if I can help.
acejoker25000 said:
exactly what file are you editing to allow the contacts instead of faves?
Click to expand...
Click to collapse
The changes are in the launcher.smali after decompiling the classes.dex
@OP: have you looked into adding livewallpapers in our sense ? I know incredibles sense has it hacked in.
the1wingedangel said:
As requested I've mapped another version to the browser. See first post. Enjoy.
What build are you using? I'll see if I can help.
The changes are in the launcher.smali after decompiling the classes.dex
Click to expand...
Click to collapse
I see the browser icon in the tray, but still launches contacts for me.
h.nocturna said:
I see the browser icon in the tray, but still launches contacts for me.
Click to expand...
Click to collapse
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
the1wingedangel said:
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
Click to expand...
Click to collapse
I'm pretty sure, but I'll go ahead and transfer it over again and see if it helps. Maybe I downloaded the wrong odex.
EDIT: Yeah, that did it. I guess I pushed the wrong odex file. Thanks.
thought about modding the rosie on the 3rd sense rom? i think a lot of people are using that now
how did you reodex?
acejoker25000 said:
how did you reodex?
Click to expand...
Click to collapse
I used an odex script available on the forums here (got it forever ago, dont remember where, do a search for odex) that will odex apks from inside the rom, as the odex file is dependent on that specific rom. Though I edited the script to suit my needs, the functions are still the same as it uses the dexopt-wrapper to do it.
I got rid of the slide and never tried the 3rd sense roms, but if I still had it, I wouldn't use the rom anyway, as they're still buggy..
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
_tek_ said:
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
Click to expand...
Click to collapse
Use smali and baksmali (search Google for them) to decompile the odex or the apk if its been deodexed then once decompiled check the folder called out>HTC>launcher> or some order like that then look for the launcher.smali not launcher1 or 2 etc etc. Now use a text editor and open launcher.smali then do a search in it for faves or the faves app real name and change the fields to the messaging app name and action the save exit and recompile add to the apk or reodex depending on the rom
Sent from my T-Mobile myTouch 3G Slide using XDA App

[Q] Samsung Fascinate How to remove Verizon Wireless From Pattern Lock Screen

I have tried to edit the file of eri.xml,but it doesn't work!
I used to do this in my moto droid,it works!
someone can help me!
MOCEANWU said:
I have tried to edit the file of eri.xml,but it doesn't work!
I used to do this in my moto droid,it works!
someone can help me!
Click to expand...
Click to collapse
sbrissen has "hidden" it on the aosp lock screen in some versions of his mods...but for some reason touchwiz's eri.xml for us doesnt locate the carrier in the same area as aosp/other phones....many of us have tried (i changed every line in eri.xml, eri_sprint.xml in framework, and eri.xml in twframework)
just doesnt want to work
if your on aosp its easy enough though
where can i find the .xml to remove the verizon wireless part from my notification bar and add my own
BlackHoleSlam said:
where can i find the .xml to remove the verizon wireless part from my notification bar and add my own
Click to expand...
Click to collapse
Its the same one that the lockscreen uses. So if you arent on AOSP it looks like it cant be done.
xml changes don't work, you have to baksmali it.
here's a guide:
http://forum.xda-developers.com/showpost.php?p=11457817&postcount=37
andmer said:
xml changes don't work, you have to baksmali it.
here's a guide:
http://forum.xda-developers.com/showpost.php?p=11457817&postcount=37
Click to expand...
Click to collapse
Thanks! Now work in Notifications ,but lock screen still doesn't work!

[Theme]HoneyComb is HERE!! **Updated**

Time To Give Your Atrix The Respect its Dual Core Processor Deserves !!! Give it HoneyComb!!​as always my themes expose the liar in at&t it will tell you 3g or 4g etc
!!! MUST BE DEODEXED !!!
Basic Install is unzip the HoneyComb.7z
1. rename services.zip to services.jar
2. Back Up your current services.jar and framework-res.apk
3. adb push both to phone
4. adb shell
5. su
6. mount -o rw,remount /dev/block/mmcblk0p12 /system
7. cp /(Dir to pushed files)/(files) /sytem/framework PUSH SERVICES.JAR FIRST AS FRAMEWORK-RES.APK WILL REBOOT YOUR PHONE
8. exit
9.exit
10. enjoy
***Made a Few Updates and fixes***
Not to be rude...I'm thankful for people trying to mod the Atrix...but it would appear all you did was change the background and the default colorscheme for certain aspects, which appear broken without modding the way the aspects actually interact.
hotleadsingerguy said:
Not to be rude...I'm thankful for people trying to mod the Atrix...but it would appear all you did was change the background and the default colorscheme for certain aspects, which appear broken without modding the way the aspects actually interact.
Click to expand...
Click to collapse
You are very non-observant. Did you not see the notification bar? That's the big deal in this theme. Different icons and the nice looking shaded black bar, oh and the settings menu. I like it and I think it looks awesome.
hotleadsingerguy said:
Not to be rude...I'm thankful for people trying to mod the Atrix...but it would appear all you did was change the background and the default colorscheme for certain aspects, which appear broken without modding the way the aspects actually interact.
Click to expand...
Click to collapse
lol well sir you are in the themeing section not the development, currently with out a recovery custom roms can not exist and even what i have made i havent released because it would be dangerous to people like you also the menu appears broken as you call it because currently honeycomb is optimized for tablets this came from a Xoom system dump
I will add version tomorrow with non split menu , i did it on purpose as i liked the look and the honeycomb version of part grey part transparent didnt render on atrix right. I will also fix an over sight in a transparent submenu that i noticed today it made sub menu hard to read, any how its just a theme and im just posting alot of new looks if you notice a problem let me know ill fix , better to get bugs out before the roms
thanks for the work will try it once updates are finished
Did you use the Adeo files for the reboot options, etc?
Sent from my MB860 using XDA App
synergye said:
Did you use the Adeo files for the reboot options, etc?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
you can use it with adeo if you want yes
t0dbld said:
you can use it with adeo if you want yes
Click to expand...
Click to collapse
I was asking if you used the Adeo framework-res.apk, as I don't want to lose the reboot options while trying out something different. Thank You.
Ya the notification bar is nice but when you drop it down it splits and comes out different colors. And look at the way menus come up...
Sent from my MB860 using XDA App
is there any way to get this as a non adb push or whatever? like maybe an exe or something that is run from the PC?
excuse my ignorance, but i have never once been able to do anything adb related and would like this.
synergye said:
I was asking if you used the Adeo framework-res.apk, as I don't want to lose the reboot options while trying out something different. Thank You.
Click to expand...
Click to collapse
I'm also wondering about this... I'd rather not lose the reboot feature.
hotleadsingerguy said:
Ya the notification bar is nice but when you drop it down it splits and comes out different colors. And look at the way menus come up...
Click to expand...
Click to collapse
More info on this or a screenshot? Are there still a few issues that need to be worked out?
CC Lemon said:
I'm also wondering about this... I'd rather not lose the reboot feature.
Sorry i Did not Use his frame work, when i get a free moment ill do that one
More info on this or a screenshot? Are there still a few issues that need to be worked out?
Click to expand...
Click to collapse
I have not had the time to do any more work on this as of now as i am working on bootloader and on a better ubuntu as well
Ok As for the comments about the pulled down notification bar cracking , its not a crack its the design , same with the current menu's do you think i dont know how to use FILL ? you know the thing with the Paint bucket spilled? i made choices for the way i liked them if you dont its ok , but dont call it broken
Few more updates made i fixed what was actually broken and changed a few of the menus
t0dbld said:
Time To Give Your Atrix The Respect its Dual Core Processor Deserves !!! Give it HoneyComb!!​as always my themes expose the liar in at&t it will tell you 3g or 4g etc
!!! MUST BE DEODEXED !!!
Basic Install is unzip the HoneyComb.7z
1. rename services.zip to services.jar
2. Back Up your current services.jar and framework-res.apk
3. adb push both to phone
4. adb shell
5. su
6. mount -o rw,remount /dev/block/mmcblk0p12 /system
7. cp /(Dir to pushed files)/(files) /sytem/framework PUSH SERVICES.JAR FIRST AS FRAMEWORK-RES.APK WILL REBOOT YOUR PHONE
8. exit
9.exit
10. enjoy
***Made a Few Updates and fixes***
Click to expand...
Click to collapse
Is it me or is the download link missing?
haha sorry wasnt you was in a hurry yesterday and xda only would allow 4 files so its fixed now
t0dbld said:
haha sorry wasnt you was in a hurry yesterday and xda only would allow 4 files so its fixed now
Click to expand...
Click to collapse
Coolbeans and thank you for your work.
great theme, notifications are hard if not impossible to read on the notification bar, as with the date on the drop down. would like to see ATT out of there, over all though i really like the theme and will continue to use it
tha5150 said:
is there any way to get this as a non adb push or whatever? like maybe an exe or something that is run from the PC?
excuse my ignorance, but i have never once been able to do anything adb related and would like this.
Click to expand...
Click to collapse
What you're looking for is an install.bat file (script) that pushes everything to the phone for you. Im sure that if requested t0dbld might be able to put one together for easy install. He's good at that sorta stuff from what I've seen on other threads
Sent from my MB860 using XDA Premium App
Will this work on the bell atrix? Thanks
Sent from my MB860 using XDA Premium App

Adding reboot option

Does anyone know what is needed to add the reboot option to the power menu.. I want to add it to the current theme I'm using. Thanks in advance
Sent from my MB860 using XDA App
mscott998 said:
Does anyone know what is needed to add the reboot option to the power menu.. I want to add it to the current theme I'm using. Thanks in advance
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
What theme are you using... most of them incorporate the reboot option... unless your using a custom theme... Might try flashing something like gingerblur, or one of the other popular themes in this forum. Then you can edit the framework-res.apk to your liking, replace what ever icons you want back, and you'll have the reboot option as well. Sorry, I'm ot sure how to just add the reboot option though... sure it will require the editing of services.jar or the framework-res.apk.
the theme im using doesnt have it. i want to modify the theme and add it but im no sure what i need to do to add that feature.. does anyone know how?
Can anyone help ...
Sent from my MB860 using XDA App
You could use my MotoBlur theme as a base for your theme. Its just the stock theme with 1% battery and reboot added.
http://forum.xda-developers.com/showthread.php?t=1076655
The reboot option is added by editing android.policy.jar.
Nottach said:
You could use my MotoBlur theme as a base for your theme. Its just the stock theme with 1% battery and reboot added.
http://forum.xda-developers.com/showthread.php?t=1076655
The reboot option is added by editing android.policy.jar.
Click to expand...
Click to collapse
Thanks sir, ill look into it
I got into the files and im trying to find the one that contains the modified code for the reboot option. there are quite a few .smali files just truing to figure the right one out and im good
mscott998 said:
Does anyone know what is needed to add the reboot option to the power menu.. I want to add it to the current theme I'm using. Thanks in advance
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
[HowTo] Add a Reboot option to the power menu (Froyo)
hey. did you ever figure this out?? i am using gladiatrix 3 but it does not have the reboot option. i dont want to use a theme because i like it the way it is but would love the reboot option?
buffalo06 said:
hey. did you ever figure this out?? i am using gladiatrix 3 but it does not have the reboot option. i dont want to use a theme because i like it the way it is but would love the reboot option?
Click to expand...
Click to collapse
Tried it the other day for 2.3.4... incredibly difficult... well, maybe not so much difficult, as it is trying to find a complete set of directions... Apparently, the devs used a combination of two different threads that were written for different phones... so the code lines don't match up and it was a damn cluster **** to try an figure out, so I gave up... Kenneth said this will be implemented on his next update for 2.3.4.
I wish I still had the pages saved, but I deleted them after trying to do this for a couple of hours, so I wouldn't be tempted to try it again. Ask in the IRC chat, there are a few people there that can direct you to the right place if you want to attempt, and good luck.
Bump, anyone find a good source for how to do this on gb? I'm not having luck finding the info.
msd24200 said:
Bump, anyone find a good source for how to do this on gb? I'm not having luck finding the info.
Click to expand...
Click to collapse
No one's been able to do it yet as far as I know. The gingerbread file structure associated with the reboot option has changed so much that it is incredibly difficult. I had heard a report that Designgears may have figured it out, but I think it was probably a false report, as no Atrix Dev has yet to incorporate it into a ROM or theme.
Swiftks said:
No one's been able to do it yet as far as I know. The gingerbread file structure associated with the reboot option has changed so much that it is incredibly difficult. I had heard a report that Designgears may have figured it out, but I think it was probably a false report, as no Atrix Dev has yet to incorporate it into a ROM or theme.
Click to expand...
Click to collapse
Thanks swift, I found a file on modaco, I think it was framework for an lg that had it, but couldn't find any actual info as to how it is needed to be modified.
Sent from my MB860 using XDA Premium App
Swiftks said:
No one's been able to do it yet as far as I know. The gingerbread file structure associated with the reboot option has changed so much that it is incredibly difficult. I had heard a report that Designgears may have figured it out, but I think it was probably a false report, as no Atrix Dev has yet to incorporate it into a ROM or theme.
Click to expand...
Click to collapse
Just another update... DG said to me a while back that he was able to add the options, but they screwed up the current options so none of them worked. He did not get it working for the Cognition beta.
I tried my hand as well, but couldn't figure it out.
I used gscript and just made a shortcut on my desktop. Works great.
Is it adding the button to the menu that breaks it?
Sent from my MB860 using XDA App
I tried as well, and all I got was me turning my power button into a reset button, options wouldn't show up.. so there was no way to turn it off, it would just reset my phone when ever I tried to pull up the Phone options..
I was working on this a little bit once I got GB update. I am like 80% the way through it. I can link to what I am going off of-
From the Vibrant Forums
I had all the files edited and ready to rock, the problem I was at was the RECOMPILING. I think I was missing some dependencies.
I got all the way up to that point and had to go home for the day at work- never picked it back up. If I get some time at work today I'll give it another crack.
If I get anywhere I'll post my framework-res.apk.
I followed the steps from that thread too and while I could build/compile everything fine and get the options to show in the menu none of the reboot options would work. Seems we're all having similar issues with this.
malfuncion said:
I was working on this a little bit once I got GB update. I am like 80% the way through it. I can link to what I am going off of-
From the Vibrant Forums
I had all the files edited and ready to rock, the problem I was at was the RECOMPILING. I think I was missing some dependencies.
I got all the way up to that point and had to go home for the day at work- never picked it back up. If I get some time at work today I'll give it another crack.
If I get anywhere I'll post my framework-res.apk.
Click to expand...
Click to collapse
Nottach said:
I followed the steps from that thread too and while I could build/compile everything fine and get the options to show in the menu none of the reboot options would work. Seems we're all having similar issues with this.
Click to expand...
Click to collapse
I was following that thread as well, and my issue was stated above, then I saw this from the DX2 forum, which has GB and on his change log, he stated he added reboot options.
http://forum.xda-developers.com/showthread.php?t=1198857
I grabbed his theme, compared the framework.jar, framework-res.apk, and android.policy.jar files.. they pretty much match up with ours. So, using Notepad++, I did a compare between the files, added what he added, basically looks like the same things from the vibrant how-to. This time around, when I press for the power options, it comes up normal, but the link to the 'reboot' does not show up... I might try this without the battery %, as that takes up alot of the hex id....
I'm thinking we might need to add that line from DG that he did a while back for the first reboot options on froyo...
I also have no problems with recompile... I'll mess around with it some more when I have free time.. I don't spend much time inside during the summers..
has anyone decompiled the framework-res from the g2x's gb build or maybe even CM? Not USE the framework of course, but maybe see what flags that policy uses for a reboot?
edit* seems like previous posted may have tried what I asked. back to the digi drawing board...

How to get s5 status bar by editing build.prop

Can we get s5 by editing build.prop?
MuHd HaNiS said:
Can we get s5 by editing build.prop?
Click to expand...
Click to collapse
No u have to change your systemui
Try this.
If you are using stock systemui. ..
Edit build.prop
Change
ro.build.scafe.size=short
To
ro.build.scafe.size=tall
Save
Reboot.
Check if this changes the look.
[email protected] said:
No u have to change your systemui
Click to expand...
Click to collapse
No need to modify SystemUI. If you don't know correctly, please don't say anything. It can be changing by editing build.prop
MuHd HaNiS said:
Can we get s5 by editing build.prop?
Click to expand...
Click to collapse
This section is Themes and Apps section. Not the Question and Answers section. So please open threads to the right sections and people won't help you if you post your questions to this section.
AHOME said:
No need to modify SystemUI. If you don't know correctly, please don't say anything. It can be changing by editing build.prop
This section is Themes and Apps section. Not the Question and Answers section. So please open threads to the right sections and people won't help you if you post your questions to this section.
Click to expand...
Click to collapse
lol man, hahah. "No need to modify SystemUI. If you don't know correctly, please don't say anything. It can be changing by editing build.prop" Why would you even post something like this? If you are so confident that this process can be done by editing the build.prop (not saying it can't be done though) just share your knowledge with us and instruct us how to do it! Useless post spamming a guys thread geez.
Now about what OP said, why do you want to do it by editing the build.prop? There's a fully functional S5 SystemUI that I can provide you if you want me to.
NickVXD said:
lol man, hahah. "No need to modify SystemUI. If you don't know correctly, please don't say anything. It can be changing by editing build.prop" Why would you even post something like this? If you are so confident that this process can be done by editing the build.prop (not saying it can't be done though) just share your knowledge with us and instruct us how to do it! Useless post spamming a guys thread geez.
Now about what OP said, why do you want to do it by editing the build.prop? There's a fully functional S5 SystemUI that I can provide you if you want me to.
Click to expand...
Click to collapse
I think you are a stupid. If you look this link, you can see how to do it is and please if you don't know correctly, shut up okay? Only SHUT UP.
http://www.androidpit.com/how-to-transform-your-galaxy-s4-into-an-s5
And you must know anyone has not to use your S5 mod or etc. You are advertising your mod now.
AHOME said:
I think you are a stupid. If you look this link, you can see how to do it is and please if you don't know correctly, shut up okay? Only SHUT UP.
http://www.androidpit.com/how-to-transform-your-galaxy-s4-into-an-s5
And you must know anyone has not to use your S5 mod or etc. You are advertising your mod now.
Click to expand...
Click to collapse
Again I never said you can't do it just that I didn't know how. So with that being said your comment now makes no sense at all. Also I'm not even advertising me theme, I never mentioned it. I could easily report you for your language but I'm not going to do that procedure for you. Have a nice day.
NickVXD said:
Again I never said you can't do it just that I didn't know how. So with that being said your comment now makes no sense at all. Also I'm not even advertising me theme, I never mentioned it. I could easily report you for your language but I'm not going to do that procedure for you. Have a nice day.
Click to expand...
Click to collapse
You said
"lol man, hahah. "No need to modify SystemUI. If you don't know correctly, please don't say anything. It can be changing by editing build.prop" Why would you even post something like this? If you are so confident that this process can be done by editing the build.prop (not saying it can't be done though) just share your knowledge with us and instruct us how to do it! Useless post spamming a guys thread geez"
and it really annoyed me. You mocked me. Please be careful for your wording. I was really nervous and if I broke your heart, sorry.
You guys take it easy here.
Both of you.
S5 systemui works on note2 and editing build.prop also another way to get similar icons not exactly as s5 systemui. I already shared how from memory if my memory serves me well.
Don't use such language or say it is or it is not possible if you don't know how.
We all learn including my self.
Having said that. I would expect at least no further argument for those who want to help.
Hoping this thread will be cleaned by moderator.
Thank you,
AHOME said:
You said
"lol man, hahah. "No need to modify SystemUI. If you don't know correctly, please don't say anything. It can be changing by editing build.prop" Why would you even post something like this? If you are so confident that this process can be done by editing the build.prop (not saying it can't be done though) just share your knowledge with us and instruct us how to do it! Useless post spamming a guys thread geez"
and it really annoyed me. You mocked me. Please be careful for your wording. I was really nervous and if I broke your heart, sorry.
Click to expand...
Click to collapse
It wasn't my intention to annoy you. I'm sincerely sorry.
I don't know what to say. Where we going to end?
...
I am on stock rom and my status bar look wierd on clear button it become bigger
...
wesamothman said:
Try this.
If you are using stock systemui. ..
Edit build.prop
Change
ro.build.scafe.size=short
To
ro.build.scafe.size=tall
Save
Reboot.
Check if this changes the look.
Click to expand...
Click to collapse
Are there any other build.prop modifications that make changes to the ui? Thanks
Found some more...
If you are using stock system ui:
Edit build.prop
Change
ro.build.scafe.size=short
To:
ro.build.scafe.size=tall
And,
ro.product.model=GT-N7100
ro.product.brand=samsung
ro.product.name=t03gxx
ro.product.device=t03g
To:
ro.product.model=SM-G900F
ro.product.brand=samsung
ro.product.name=SM-G900F
ro.product.device=jflte
Now Reboot...
You will get new Quick Toggles and in Recent Apps you can swype horizontally through apps and vertically to end them.
goolby said:
If you are using stock system ui:
Edit build.prop
Change
ro.build.scafe.size=short
To:
ro.build.scafe.size=tall
And,
ro.product.model=GT-N7100
ro.product.brand=samsung
ro.product.name=t03gxx
ro.product.device=t03g
To:
ro.product.model=SM-G900F
ro.product.brand=samsung
ro.product.name=SM-G900F
ro.product.device=jflte
Now Reboot...
You will get new Quick Toggles and in Recent Apps you can swype horizontally through apps and vertically to end them.
Click to expand...
Click to collapse
I have already posted a link for this but anyway, thanks.
AHOME said:
I have already posted a link for this but anyway, thanks.
Click to expand...
Click to collapse
To end this thing....shut up bro dont teach me ok what to do....just mind your own business and dont interupt me again...

Categories

Resources