Statusbar gps icons/images location? - Sony Xperia P, U, Sola, Go

As the title says, i wish to know where are these 2 gps icons (the blue satellite is in systemui, i mean the other 2 green ones).
Searched and decompiled everywhere but i couldn't find them.
SS follow attached, waiting for your amswers...
Thanks
Sent from Hacker's U via XDA app

hackerpower said:
As the title says, i wish to know where are these 2 gps icons (the blue satellite is in systemui, i mean the other 2 green ones).
Searched and decompiled everywhere but i couldn't find them.
SS follow attached, waiting for your amswers...
Thanks
Click to expand...
Click to collapse
Are you thinking about this icon?
Its " stat_sys_battery_charge_anim3" from \res\drawable-hdpi in framework-res.apk

No, that's a battery icon.
I'm searching for the icon that alternates with the satellite flashing when it's trying to lock the gps and for the icon that appears when the gps gets that lock. 2 icons.
Sent from Hacker's U via XDA app

Yes, i know that the icon i gave you its for battery, but the "icon that alternates with the satellite flashing when it's trying to lock the gps... " in your screenshot its the icon for battery , and that's the wrong icon, it should be another one
edit:
I think that your SystemUI point's to a wrong icon from the framework, its not a framework bug, its SystemUI bug, i had that problem so..

pirej said:
Yes, i know that the icon i gave you its for battery, but the "icon that alternates with the satellite flashing when it's trying to lock the gps... " in your screenshot its the icon for battery , and that's the wrong icon, it should be another one
edit:
I think that your SystemUI point's to a wrong icon from the framework, its not a framework bug, its SystemUI bug, i had that problem so..
Click to expand...
Click to collapse
But the untouched stock rom showed the same icons...
Can you post SS of your gps icons flashing and locked?
Thanks

My phone is little... not feeling well
I flashed someone's rom, and after factory reset.. boot-loop...so, im thinking what to do, what ftf to flash.. e.t.c.
But, if you decompile your SystemUI, and go to "SystemUI.apk\res\drawable\stat_sys_gps_acquiring_anim.xml " you should see the error
It should be something like:
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="500" android:drawable="@drawable/stat_sys_gps_acquiring" />
<item android:duration="500" android:drawable="@*android:drawable/stat_sys_gps_on" />
</animation-list>
And not like the one below or similar..
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="500" android:drawable="@drawable/stat_sys_gps_acquiring" />
<item android:duration="500" android:drawable="@*android:drawable/stat_sys_data_wimax_signal_disconnected" />
</animation-list
When i wake up my phone ill make screenshots, but you can try my mod with toggles and framework, or just the toggles(SystemUI), its for stock xperia u b.1.100 , and i know that i had no icon bugs for gps or any other icon bug.

pirej said:
My phone is little... not feeling well
I flashed someone's rom, and after factory reset.. boot-loop...so, im thinking what to do, what ftf to flash.. e.t.c.
But, if you decompile your SystemUI, and go to "SystemUI.apk\res\drawable\stat_sys_gps_acquiring_anim.xml " you should see the error
It should be something like:
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="500" android:drawable="@drawable/stat_sys_gps_acquiring" />
<item android:duration="500" android:drawable="@*android:drawable/stat_sys_gps_on" />
</animation-list>
And not like the one below or similar..
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="500" android:drawable="@drawable/stat_sys_gps_acquiring" />
<item android:duration="500" android:drawable="@*android:drawable/stat_sys_data_wimax_signal_disconnected" />
</animation-list
When i wake up my phone ill make screenshots, but you can try my mod with toggles and framework, or just the toggles(SystemUI), its for stock xperia u b.1.100 , and i know that i had no icon bugs for gps or any other icon bug.
Click to expand...
Click to collapse
You're right! This is what i have:
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="500" android:drawable="@drawable/stat_sys_gps_acquiring" />
<item android:duration="500" android:drawable="@*android:drawable/stat_sys_battery_charge_anim2" />
</animation-list>
I was using fared xtreme moded systemui, he made that mistake, thanks pirej

No problem, glad to help.
I have a working phone now
This are screenshots of gps search and lock

Pirej my friend, yet another problem.
Now when the gps is aquiring a satellite the right icons flash alternatively, but when it gets a lock it changes to that battery icon.
Isn't there another. Xml that has to be edited?
Thanks in advance
Sent from Hacker's U via XDA app

Code:
Isn't there another. Xml that has to be edited?
Probably there is, but.. ill have to look for it
Again, you can use my moded SystemUI and Framework.. just for testing purposes, the 2 of them are 100 compatible and without icon bugs.
I tried my SystemUI (bug-less for b.1.100) on ics b.1.10 STOCK, and it had wrong gps icons, so.. it may have something to do with your framework too
I dont have too much free time this day's, but if you give me your Framework and SystemUI maybe i can do something.

pirej said:
Code:
Isn't there another. Xml that has to be edited?
Probably there is, but.. ill have to look for it
Again, you can use my moded SystemUI and Framework.. just for testing purposes, the 2 of them are 100 compatible and without icon bugs.
I tried my SystemUI (bug-less for b.1.100) on ics b.1.10 STOCK, and it had wrong gps icons, so.. it may have something to do with your framework too
I dont have too much free time this day's, but if you give me your Framework and SystemUI maybe i can do something.
Click to expand...
Click to collapse
Here you go...
https://mega.co.nz/#!h95iyD4D!WGCy0BzzZRaAGxOGb25DuXq7iUEn9DhO5pgB0BsHYT8

Sorry, i cant find the reason for the wrong icon showing..

Strange...no clue?
Sent from Hacker's U via XDA app

No problem, already fixed it!
Thanks for everything pirej :thumbup:
Sent from Hacker's U via XDA app

hackerpower said:
No problem, already fixed it!
Thanks for everything pirej :thumbup:
Sent from Hacker's U via XDA app
Click to expand...
Click to collapse
Great, could you tell me how you fix it ?

Flashed latest fared xtreme tron statusbar and moded from there.
I was using an old version because of how it looked.
Sent from Hacker's U via XDA app

Related

Add Wimax toggle to Power Widget

I have been helping Sinistertensai with his ShenduOS port for the HTC EVO 4G. I got Wimax to work and was wanting to see if anyone knows how to add a Wimax toggle to the power widget dropdown from the status bar. The port is CM7 based. In the SystemUI.apk I see there is WimaxButton.smali. I have tried adding the ids for it in public.xml and creating pngs for the toggle. I get no errors on compile but I get reboots or force closes when I try to bring up the power widget dropdown. I have very limited experience with editing smail code. I have also tried copying over the resources, classes, and xmls to the original apk with the same results. I have researched how to edit smali but I could just be doing it wrong or leaving something out. This has been driving me to madness. If anyone could help out that would be amazing!
Is there a reason you can't rebuild from source with Wimax enabled?
Sent from my SCH-R760 using Tapatalk 2
The ShenduOS SystemUI has been changed drastically and I cannot find the source code. That would require me to completely redo what Shendu has done and is well beyond my capabilities. The functionality for the wimax is there, I just need to find a way to add the toggle button. The actual widget has a wimax toggle which works, just not the one in the status bar.
Sent from my EVO using xda premium
I have only done smali a few times. How I did it was for example get a cm build going. Remove all wimax toggle related noti widget elements. Compile. Now you have a systemui base. Now build with the wimax toggle. You have a wimax toggle systemui.
Then use a program like beyond compare and after apktooling both systemui in their own folders. Compare the smali differences. Should get you pretty close. Of course there will be some trial and error if the systemui is different then that of cm.
Sent from my Galaxy Nexus using xda premium
The code is quite different that the CM7 code. I have found what needs to be edited, it just results in reboots upon clicking on the status bar to open the powerwidget dropdown. Here are the steps I take:
Decompile SystemUI.apk
In PowerWidget.smali -> replace both instances of toggleNetworkMode with toggleWimax
In WimaxButton.smali -> write down ids from method updateState (0x7f0200ca is off, 0x7f0200cb is on)
In public.xml -> Removed bad APKTOOL_DUMMYs for above ids. Add the following lines:
<public type="drawable" name="stat_wimax_off" id="0x7f0200ca" />
<public type="drawable" name="stat_wimax_on" id="0x7f0200cb" />
In res/drawable-hdpi -> Created on/off images and placed them there
In drawables.xml -> Removed bad APKTOOL_DUMMYs for above ids that were set to false. Add the following lines:
<item type="drawable" name="stat_wimax_off">true</item>
<item type="drawable" name="stat_wimax_on">true</item>
Recompiled
Pushed to phone with adb and cleared dalvik cache
Reboot
I have also tried pushing the changes and overwriting the ones in the original using Archive Manager(Ubuntu) with the same issues. If someone could point out what I am doing wrong that would help alot! I could have broken my tools(Android Utility/apktool). Feel free to give it a shot if you want. Once I/someone gets it right I will write up a tutorial.

Theming battery indicator?

I'm running Cm10 right now and I am doing some minor theming for myself. I am trying to get the battery indicator to change, but no matter where I replace the battery icons I'm still getting the solid blue after flashing over. Everything else is changing as expected, where are the files that I should be changing in framework-res?
gdrocks said:
I'm running Cm10 right now and I am doing some minor theming for myself. I am trying to get the battery indicator to change, but no matter where I replace the battery icons I'm still getting the solid blue after flashing over. Everything else is changing as expected, where are the files that I should be changing in framework-res?
Click to expand...
Click to collapse
Someone correct me if I'm wrong, but I believe for the EVO LTE, the battery icons are in the SystemUI apk.
Sent from my HTC EVO 4G LTE
DNarsingh said:
Someone correct me if I'm wrong, but I believe for the EVO LTE, the battery icons are in the SystemUI apk.
Sent from my HTC EVO 4G LTE
Click to expand...
Click to collapse
you are correct
I have problems with the battery indicator in CM10 nightly on my SGS2 i9100g as well.
The problem is when the phone is off and I connect the charger, it will only show me the battery and a loading symbol, but no progress (green part).
Any ideas if this will be fixed anytime soon? I'd really like to use CM10 but I can't because of this issue.
Thanks a ton Dnarsingh and dased14! I didn't even look for SystemUI in /apps because I thought it was only for Sense. Now I just need to figure out why I can't change the icons for the Phone and Messaging apps :/
@diegoviola that seems like a fairly easy bug to fix; if it isn't fixed in the nightlies I would suggest the following (Only if you know what you are doing...and have nandroids)
1) Decompile the framework-res.apk
2) Goto res/drawable
3) Open stat_sys_battery_charge.xml
There should be a list here with items pointing to the .png and a max level for when they should kick in.
For an example here is the contents of my xml from Deck's CM10
Code:
<?xml version="1.0" encoding="utf-8"?>
<level-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/stat_sys_battery_charge_anim0" android:maxLevel="4" />
<item android:drawable="@drawable/stat_sys_battery_charge_anim15" android:maxLevel="15" />
<item android:drawable="@drawable/stat_sys_battery_charge_anim28" android:maxLevel="35" />
<item android:drawable="@drawable/stat_sys_battery_charge_anim43" android:maxLevel="49" />
<item android:drawable="@drawable/stat_sys_battery_charge_anim57" android:maxLevel="60" />
<item android:drawable="@drawable/stat_sys_battery_charge_anim71" android:maxLevel="75" />
<item android:drawable="@drawable/stat_sys_battery_charge_anim85" android:maxLevel="90" />
<item android:drawable="@drawable/stat_sys_battery_charge_anim100" android:maxLevel="100" />
</level-list>
@gdrocks: Please let me know when this is fixed in the nightly. Thanks.
This issue doesn't exist in the CM10 nightly for the HTC Evo 4g LTE. I don't know what's going on with SGS2 phones, never had one.
gdrocks said:
This issue doesn't exist in the CM10 nightly for the HTC Evo 4g LTE. I don't know what's going on with SGS2 phones, never had one.
Click to expand...
Click to collapse
Thanks for letting me know. Do you know who is the maintainer of SGS2 builds, or if he could somewhat test this? I wonder if the maintainer of the SGS2 (i9100g) builds is aware of this problem.
Should I report it to a bug tracker?
Thanks.
@gdrocks
As I mentioned in your other thread you can change the battery icons with theme chooser themes. You can change almost everything with them. Start with a free theme you can find on the market or on xda and see how they are put together. Then start changing the images in the theme and test away until you get what you want.
Sent from my EVO using Tapatalk 2

EQS and recents Mod for 4.2.2 sense 5

OK heres a mod to add horizontal and vertical quicksettings i also added all 21 quicksettings to it, and it is easy to edit them to what you want ill post directions bellow
find these edits in the custimize/ACC/default.xml in the zip i post
NOS_EQS_mod
<app name="SystemUI">
<item type="boolean" name="data_icon_h3l_d_enabled">false</item>
<item type="boolean" name="data_icon_t3s_show_h_for_3g">false</item>
<item type="boolean" name="felica_icon_enabled">false</item>
<item type="boolean" name="isHtcStyleRecentApp">true</item>
<item type="boolean" name="location_service_icon_enabled">false</item>
<item type="integer-array" name="quick_setting_items">
<int>0</int>
<int>1</int>
<int>2</int>
<int>3</int>
<int>4</int>
<int>5</int>
<int>6</int>
<int>7</int>
<int>8</int>
<int>9</int>
<int>10</int>
<int>11</int>
<int>12</int>
<int>13</int>
<int>14</int>
<int>15</int>
<int>16</int>
<int>17</int>
<int>18</int>
<int>19</int>
<int>20</int>
<int>21</int>
</item>
<item type="integer" name="signal_icon_level_cdma">5</item>
<item type="integer" name="signal_icon_level_gsm">5</item>
<item type="boolean" name="support_HtcStyleRecentApp">true</item>
<item type="boolean" name="support_minor_quicksettings">true</item>
</app>
There are 21 quick settings for vertical you can rearrange or move any that you want they are in order from 1 to 21 starting with contact pic to apn settings
so lets say you want move GPS up to the 3 setting right now its 13 you modify like the example here
<app name="SystemUI">
<item type="boolean" name="data_icon_h3l_d_enabled">false</item>
<item type="boolean" name="data_icon_t3s_show_h_for_3g">false</item>
<item type="boolean" name="felica_icon_enabled">false</item>
<item type="boolean" name="isHtcStyleRecentApp">true</item>
<item type="boolean" name="location_service_icon_enabled">false</item>
<item type="integer-array" name="quick_setting_items">
<int>0</int>
<int>1</int>
<int>2</int>
<int>13</int>
<int>4</int>
<int>5</int>
<int>6</int>
<int>7</int>
<int>8</int>
<int>9</int>
<int>10</int>
<int>11</int>
<int>12</int>
<int>3</int>
<int>14</int>
<int>15</int>
<int>16</int>
<int>17</int>
<int>18</int>
<int>19</int>
<int>20</int>
<int>21</int>
</item>
<item type="integer" name="signal_icon_level_cdma">5</item>
<item type="integer" name="signal_icon_level_gsm">5</item>
<item type="boolean" name="support_HtcStyleRecentApp">true</item>
<item type="boolean" name="support_minor_quicksettings">true</item>
</app>
whatever ones you dont want just remove
another mod you can do here is Stock JB recents like this example here
<app name="SystemUI">
<item type="boolean" name="data_icon_h3l_d_enabled">false</item>
<item type="boolean" name="data_icon_t3s_show_h_for_3g">false</item>
<item type="boolean" name="felica_icon_enabled">false</item>
<item type="boolean" name="isHtcStyleRecentApp">false</item>
<item type="boolean" name="location_service_icon_enabled">false</item>
<item type="integer-array" name="quick_setting_items">
<int>0</int>
<int>1</int>
<int>2</int>
<int>3</int>
<int>4</int>
<int>5</int>
<int>6</int>
<int>7</int>
<int>8</int>
<int>9</int>
<int>10</int>
<int>11</int>
<int>12</int>
<int>13</int>
<int>14</int>
<int>15</int>
<int>16</int>
<int>17</int>
<int>18</int>
<int>19</int>
<int>20</int>
<int>21</int>
</item>
<item type="integer" name="signal_icon_level_cdma">5</item>
<item type="integer" name="signal_icon_level_gsm">5</item>
<item type="boolean" name="support_HtcStyleRecentApp">false</item>
<item type="boolean" name="support_minor_quicksettings">true</item>
</app>
remove horizontal settings like this
<app name="SystemUI">
<item type="boolean" name="data_icon_h3l_d_enabled">false</item>
<item type="boolean" name="data_icon_t3s_show_h_for_3g">false</item>
<item type="boolean" name="felica_icon_enabled">false</item>
<item type="boolean" name="isHtcStyleRecentApp">true</item>
<item type="boolean" name="location_service_icon_enabled">false</item>
<item type="integer-array" name="quick_setting_items">
<int>0</int>
<int>1</int>
<int>2</int>
<int>3</int>
<int>4</int>
<int>5</int>
<int>6</int>
<int>7</int>
<int>8</int>
<int>9</int>
<int>10</int>
<int>11</int>
<int>12</int>
<int>13</int>
<int>14</int>
<int>15</int>
<int>16</int>
<int>17</int>
<int>18</int>
<int>19</int>
<int>20</int>
<int>21</int>
</item>
<item type="integer" name="signal_icon_level_cdma">5</item>
<item type="integer" name="signal_icon_level_gsm">5</item>
<item type="boolean" name="support_HtcStyleRecentApp">true</item>
<item type="boolean" name="support_minor_quicksettings">false</item>
</app>
theres more mods that can be done with this file but i figured these would be the most popular... Ill add more as i find them
Quick settings options
Code:
<item type="integer-array" name="quick_setting_items">
<int>0</int> <!-- CONTACT CARD -->
<int>8</int> <!-- MOBILE DATA-->
<int>3</int> <!-- WIFI -->
<int>4</int> <!-- BLUETOOTH -->
<int>12</int> <!-- GPS -->
<int>5</int> <!-- AIRPLANE MODE-->
<int>11</int> <!-- SCREEN SHOT -->
<int>15</int> <!-- AUTO SYNC-->
<int>1</int> <!-- BRIGHTNESS -->
<int>7</int> <!-- ROTATION -->
<int>6</int> <!-- POWER SAVER-->
<int>2</int> <!-- SETTINGS -->
<int>10</int> <!-- WIFI HOTSPOT-->
<int>9</int> <!-- SOUND PROFILE-->
<int>18</int> <!-- RING TONE-->
<int>19</int> <!-- TIMEOUT -->
<int>14</int> <!-- MEDIA OUTPUT -->
<int>17</int> <!-- MUSIC -->
<int>13</int> <!-- ROAMING -->
<int>16</int> <!-- ROAMING SETTING-->
<int>20</int> <!-- APN -->
</item>
<item type="integer" name="signal_icon_level_cdma">6</item> <!-- Number for signal bars on the status bar -->
Here's a list of what each EQS integer represents:
Code:
0 accounts
1 brightness
2 settings
3 wifi
4 BT
5 airplane mode
6 powersaver
7 auto rotate
8 mobile data
9 sound profile
10 wifi hp
11 screenshot
12 gps
13 roaming
14 media output
15 auto sync
16 network selector [B](doesn't work)[/B]
17 music channel [B](doesn't work)[/B]
18 ringtone
19 screen timeout
20 APN [B](doesn't work)[/B]
If you are using v3.0.3 or higher of NOS M7 don't use the file posted in the OP, as the Verizon One rebase brings a lot of changes to the xml. Just edit the existing default.xml already on the phone. Use a file explorer with root access and navigate to /system/customize/ACC/ and you will see the xml. Long press the file and open with text editor. You can also rearrange these as newtoroot has shown in the OP. Save the changes and reboot.
Edit: damn, didn't even see that post above me. Lol. Oh well.
zhp pilot said:
Here's a list of what each EQS integer represents:
Code:
<int>0</int> accounts
<int>1</int> brightness
<int>2</int> settings
<int>3</int> wifi
<int>4</int> BT
<int>5</int> airplane mode
<int>6</int> powersaver [B](doesn't work on 3.0.3)[/B]
<int>7</int> auto rotate
<int>8</int> mobile data
<int>9</int> sound profile
<int>10</int> wifi hp
<int>11</int> screenshot
<int>12</int> gps
<int>13</int> roaming
<int>14</int> media output
<int>15</int> auto sync
<int>16</int> network selector [B](doesn't work)[/B]
<int>17</int> music channel [B](doesn't work)[/B]
<int>18</int> ringtone
<int>19</int> screen timeout
<int>20</int> APN [B](doesn't work)[/B]
If you are using v3.0.3 or higher of NOS M7 don't use the file posted in the OP, as the Verizon One rebase brings a lot of changes to the xml. Just edit the existing default.xml already on the phone. Use a file explorer with root access and navigate to /system/customize/ACC/ and you will see the xml. Long press the file and open with text editor. You can also rearrange these as newtoroot has shown in the OP. Save the changes and reboot.
I've indicated which ones don't work as of this post. The powersaver EQS will appear on 3.0.3 however Verizon removed that feature from the One so turning it on won't do anything.
Edit: damn, didn't even see that post above me. Lol. Oh well.
Click to expand...
Click to collapse
Is it possible to edit the file before flashing? I'm on 3.0.2 but skipping .3 and going straight to .4.
xhunter187 said:
Is it possible to edit the file before flashing? I'm on 3.0.2 but skipping .3 and going straight to .4.
Click to expand...
Click to collapse
Yes download 3.0.4 pull the file out of the rom using 7zip edit it and add it back then flash... Don't use the one in this mod it's for the older base
Sent from my HTC6435LVW using xda app-developers app
xhunter187 said:
Is it possible to edit the file before flashing? I'm on 3.0.2 but skipping .3 and going straight to .4.
Click to expand...
Click to collapse
You can do that. When you replace the xml in the zip it will break the signature so make sure you have signature verification turned off in recovery. Or you can resign the package yourself.
Newt just posted the 3.0.5 patch, which has a new default.xml file so that's the one you will want to change.
newtoroot said:
Yes download 3.0.4 pull the file out of the rom using 7zip edit it and add it back then flash... Don't use the one in this mod it's for the older base
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
zhp pilot said:
You can do that. When you replace the xml in the zip it will break the signature so make sure you have signature verification turned off in recovery. Or you can resign the package yourself.
Newt just posted the 3.0.5 patch, which has a new default.xml file so that's the one you will want to change.
Click to expand...
Click to collapse
Awesome! Thanks guys!
Sent from my HTC6435LVW using XDA Premium 4 mobile app
zhp pilot said:
You can do that. When you replace the xml in the zip it will break the signature so make sure you have signature verification turned off in recovery. Or you can resign the package yourself.
Newt just posted the 3.0.5 patch, which has a new default.xml file so that's the one you will want to change.
Click to expand...
Click to collapse
i noticed .5 has the flashlight added. is there an eqs number for this
termin8tor22 said:
i noticed .5 has the flashlight added. is there an eqs number for this
Click to expand...
Click to collapse
Unfortunately there is not. This is something a smali junkie would have to implement.
For gsm, do we have to follow the op? I'm on 3.0. Just edit the xml in op and flash it?
Sent from my HTC6435LVW using xda premium
Hey guys. I'm trying to edit the XML but while it let me delete the ones I didn't want its not saving the changes when I rearrange them. Any ideas?
Lykarsis said:
Hey guys. I'm trying to edit the XML but while it let me delete the ones I didn't want its not saving the changes when I rearrange them. Any ideas?
Click to expand...
Click to collapse
What are you using to edit?
zhp pilot said:
What are you using to edit?
Click to expand...
Click to collapse
The root browser in ROM toolbox pro
Lykarsis said:
The root browser in ROM toolbox pro
Click to expand...
Click to collapse
I don't use rom toolbox but I downloaded it to see. I opened the xml with the RB text editor option. After making the changes I hit save in the upper right corner and restarted the phone. All went as expected.
zhp pilot said:
I don't use rom toolbox but I downloaded it to see. I opened the xml with the RB text editor option. After making the changes I hit save in the upper right corner and restarted the phone. All went as expected.
Click to expand...
Click to collapse
I got it all working, just had to hit save like 12 times.
Can anyone tell me how to make the horizontal eqs scrollable? I enabled them by changing the false to true but only have the first five available to use since I can't scroll them.
XDA Moderator
E.Cadro said:
Can anyone tell me how to make the horizontal eqs scrollable? I enabled them by changing the false to true but only have the first five available to use since I can't scroll them.
XDA Moderator
Click to expand...
Click to collapse
I haven't looked into making them scroll yet so far only those 5 are available
Sent from my HTC6500LVW using xda app-developers app
For: (Rom){Sense5 4.2.2} Stock+ *9.1.2013
[MOD] sense5_v1_EQS_mod:
https://www.dropbox.com/s/7ut0frzcdxybvyb/sense5_v1_EQS_mod.zip
Added a few more tiles and added the following 5 minor quick settings:
Settings
WiFi
Brightness
Bluetooth
GPS
Just flash zip in recovery!
ScreenShots at HTC Share
Should work on any Rom based on joelz's m7 rom (vzw one/m7u)
Please Add to tweak section in opening post and upload to own file share if you want.
Enjoy
Es text editor won't save changes, root explorer is on. Ideas?
Sent from my HTC6435LVW using Tapatalk 2
mcsplatt said:
Es text editor won't save changes, root explorer is on. Ideas?
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
Yeah. Install Xposed framework and then the latest Sense 5 toolbox

CellBroadcast Receiver for CM 10 with Menu in Settings

Hi there !!
This is called CellBroadcast Receiver. no doubt everyone having a phone knows what it is... its real time update receiver from your network. and in a emergency situation its the most reliable and fasted method than regular SMS.
Everyone might not like this one. for some it will be useless. but for some it will be handy. all depend of the geographical location where you live and the network you use. so if it's useless to you then bye and have a nice day
ok for those who likes it this is for you . i have seen this in JB 4.2 Rom but never in 4.1 .
there are 3 options for you to have this app.
1. move app to system/app and use it - you will not get a menu but once u receives a notification then u can select the Settings options.
2. u can move app as well as Settings app . - you will have a menu in your settings under Wireless and Network
3. u can follow the tutorial in Post #2 and add it to your Settings menu. this way u can add it either on a main menu or in a sub menu
CellBroadcastReceiver app
Settings app with Cell broadcast menu
Hope you will like it
like to thank @Ticklefish for his wonderful tool @saqib nazm @Diaz1999 for there tutorials about how to add expended settings and tips
ok lets do the tutorial..............
things u need
1. Settings app from your ROM zip. ( system/app)
2. tool can be used to decompile and recompile . My recommendation TickleMyAndroid by @Ticklefish
3 Notepad +
============================================================================
1 Decompile Settings app
2 go to res\xml\settings_headers
3 find
<header android:icon="@drawable/ic_settings_data_usage" android:id="@id/data_usage_settings" android:title="@string/data_usage_summary_title" android:fragment="com.android.settings.DataUsageSummary" />
Click to expand...
Click to collapse
4 add
<header android:icon="@drawable/ic_settings_cell" android:id="@id/cell_settings" android:title="@string/cell_settings_title">
<intent android:targetPackage="com.android.cellbroadcastreceiver" android:action="android.intent.action.MAIN" android:targetClass="com.android.cellbroadcastreceiver.CellBroadcastListActivity" />
</header>
Click to expand...
Click to collapse
5 so it will look like this
<header android:icon="@drawable/ic_settings_data_usage" android:id="@id/data_usage_settings" android:title="@string/data_usage_summary_title" android:fragment="com.android.settings.DataUsageSummary" />
<header android:icon="@drawable/ic_settings_cell" android:id="@id/cell_settings" android:title="@string/cell_settings_title">
<intent android:targetPackage="com.android.cellbroadcastreceiver" android:action="android.intent.action.MAIN" android:targetClass="com.android.cellbroadcastreceiver.CellBroadcastListActivity" />
</header>
Click to expand...
Click to collapse
6. save
Go to Res\values\ids.xml
1 find
<item type="id" name="wireless_settings">false</item>
Click to expand...
Click to collapse
2 add
<item type="id" name="cell_settings">false</item>
Click to expand...
Click to collapse
3 so it will look like this
<item type="id" name="wireless_settings">false</item>
<item type="id" name="cell_settings">false</item>
Click to expand...
Click to collapse
4 save
Go to res\valus\strings.xml
1 . find
string name="status_wifi_mac_address">Wi-Fi MAC address</string>
Click to expand...
Click to collapse
2 add
<string name="cell_settings_title">CellBroadcast Receiver</string>
Click to expand...
Click to collapse
3 so it will be look like this
<string name="status_wifi_mac_address">Wi-Fi MAC address</string>
<string name="cell_settings_title">CellBroadcast Receiver</string>
Click to expand...
Click to collapse
4 Save
download this png and copy to res\drawable-hdpi folder
ok now recompile and move to system/app . no need to reboot as soon as u set correct permissions ( RW-R-R) settings will be displayed with the changes you have made
NOTE- above was based on my settings app where i prefer cellbroadcast menu in a main menu as shown in the pictures. if u like u can set the menu under some sub menu . eg- inside More in wireless and network menu.
this is mine too
cool, bro! nice contribution!!! (with TuT & all )
but just for interest can u tell me a example for practical use of cellbroadcastreciver-messages, as my friend also asked i never had to do with this app ???
bejunk said:
cool, bro! nice contribution!!! (with TuT & all )
but just for interest can u tell me a example for practical use of cellbroadcastreciver-messages, as my friend also asked i never had to do with this app ???
Click to expand...
Click to collapse
thanks bro well in some network operators send alerts to mobile which is cell broadcast messages. for eg. warning messages/ news and weather alerts / location info etc. it really matters where you live and the network operator u use. as i know its very much in Use in United States. if u go through the 2nd picture u can see type of messages it receives. and Cell broadcast is real when it comes to SMS based alert system cos you maybe knowing in an emergency situation most networks SMS and voice get jammed.
but all depend of the network. in my country i get only location names as broadcast messages. meaning when i travel i receive name of the place by this app. LOL and 95 % it can be described as a useless feature but then again for some people its real value feature
give it a try and see what u get from ur phone operator

Removing Carrier (Network Operator) from Lockscreen

All of the guides/methods/apps/mods I have read are out of date and do not work on the LG G2 since updating to Lollipop. I have tried xposed framework "Remove carrier" and this does also not work for me.
I have decompiled the framework-res.apk and had a look inside for the file "res/layout/keyguard_screen_tab_unlock.xml" as per this thread but it does not exist.
I can find the following though:
In "public.xml" the following lines:
<public type="string" name="keyguard_label_text" id="0x0104039c" />
<public type="string" name="lockscreen_carrier_default" id="0x0104039e" />
In strings.xml the following line:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:background="#ff000000" androidaddingTop="20.0dip" androidaddingBottom="20.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" androidaddingStart="20.0dip" androidaddingEnd="20.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="16.0sp" android:textStyle="bold" android:textColor="#ffffffff" android:id="@id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/keyguard_label_text" />
</LinearLayout>
I wonder if I remove the 16.0sp above it will go away?
I wonder if I remove the string in quotes under the other two lines in public.xml it would go away.
Probably more to it than that.
I could not find reference to anything else anywhere that seemed like the place to affect it. It's not a big deal really. Just thought I would try to get rid of it.
just try textSize="0.0sp"
maybe in LGSystemUI?
Sorry the larger text section above was from the file named "keyguard.xml" rather than strings. Sorry, my mistake. I might try changing the "textsize=16.0sp" to "textsize=0.0sp" and see what happens.
Are you solved?
Hello, i've successfully removed the carrier and also moved the charging text right under the clock and date. You can check my thread in the themes section. I'll be releasing the version with the removed carrier and with some other nice things like unlocked weather animations, next alarm text etc in the coming day or two.
Sent from my LG-D802 using XDA Free mobile app
Is there any way to replace the text with a custom one without using xposed? And maybe in statusbar too.

Categories

Resources