delete
Looks cool.
Just a suggestion, since the carrier is already in the lock screen, will be a nice addition to include signal strength in numbers. I have not downloaded your extension though, so pardon me if it's already in there.
Beamed from my Maguro.
thanks for the feedback
Mach3.2 said:
Looks cool.
Just a suggestion, since the carrier is already in the lock screen, will be a nice addition to include signal strength in numbers. I have not downloaded your extension though, so pardon me if it's already in there.
Beamed from my Maguro.
Click to expand...
Click to collapse
Thanks Mach, that is a very good suggestion. It has not been implemented but I shall include that in a future update. Also sorry, this thread is in the process of being moved
http://forum.xda-developers.com/showthread.php?p=43672235#post43672235
Related
Does anyone know how to do this?
Like instead of H it shows 3g.
And for a modded H+ ui it shows 4g.
Can someone do this and put up the systemui apk or a mod?
Thanks!
electro` said:
Does anyone know how to do this?
Like instead of H it shows 3g.
And for a modded H+ ui it shows 4g.
Can someone do this and put up the systemui apk or a mod?
Thanks!
Click to expand...
Click to collapse
Rename SystemUI.apk to SystemUI.apk.zip, then do it yourself...
It's just a matter of renaming files if your current ROM have the H+ addition..
As far as i know, Stock ROM doesn't have it..
Mach3.2 said:
Rename SystemUI.apk to SystemUI.apk.zip, then do it yourself...
It's just a matter of renaming files if your current ROM have the H+ addition..
As far as i know, Stock ROM doesn't have it..
Click to expand...
Click to collapse
Obviously.
But you don't have to change the file type.......
electro` said:
Obviously.
But you don't have to change the file type.......
Click to expand...
Click to collapse
It's all over the forum, have been discussed to death, google it....
Obviously you have not searched or you used the wrong keyword...
http://lmgtfy.com/?q=galaxy+nexus+h+to+4g+mod
lol wat
That's not even 4g. Don't forget to put some stickers on it to make it faster.
here' a link.........
http://forum.xda-developers.com/showthread.php?t=1763059
Mach3.2 said:
It's all over the forum, have been discussed to death, google it....
Obviously you have not searched or you used the wrong keyword...
http://lmgtfy.com/?q=galaxy+nexus+h+to+4g+mod
Click to expand...
Click to collapse
Thank you. I don't know how to google. I already got it though, thanks. :good:
madd0g said:
lol wat
That's not even 4g. Don't forget to put some stickers on it to make it faster.
Click to expand...
Click to collapse
HAHAHAHAHAHAHAHAHAHAHAHA YOU'RE SO FUNNY. I don't care if it's 4G or not, it's what I consider it to be. Bye.
Hello
How can I make my Note II to show on the signal indicator "4G" instead of "H+" (when I'm on HSPA+ of course).
I thought replacing the images, but I couldn't find them. Also, I'm using Simplistic Framework so I guess there could be some problems with that.
Thanks!
Have a look at this thread: http://forum.xda-developers.com/showthread.php?t=2149287
DubelBoom said:
Hello
How can I make my Note II to show on the signal indicator "4G" instead of "H+" (when I'm on HSPA+ of course).
I thought replacing the images, but I couldn't find them. Also, I'm using Simplistic Framework so I guess there could be some problems with that.
Thanks!
Click to expand...
Click to collapse
IMO replacing the icon is the simpliest method.
It is located in SystemUI/res/drawable-xhdpi/stat_sys_data_connected_h_plus.png
muena90 said:
IMO replacing the icon is the simpliest method.
It is located in SystemUI/res/drawable-xhdpi/stat_sys_data_connected_h_plus.png
Click to expand...
Click to collapse
Thanks, it worked
DubelBoom said:
Thanks, it worked
Click to expand...
Click to collapse
You're welcome!
I'm currently using the following to return signal strength
Code:
$#NWIFI#!=?#NWSIG#:#NCSIG#$
Is there a way to edit that code to get the value returned as a percentage please?
Houndcatcher said:
I'm currently using the following to return signal strength
Code:
$#NWIFI#!=?#NWSIG#:#NCSIG#$
Is there a way to edit that code to get the value returned as a percentage please?
Click to expand...
Click to collapse
Could you please clarify, what you mean with "percentage"? Percentage of available signal levels? Percentage of signal quality?
kwerdenker said:
Could you please clarify, what you mean with "percentage"? Percentage of available signal levels? Percentage of signal quality?
Click to expand...
Click to collapse
Sorry looking for levels if poss
Not possible then maybe?
Houndcatcher said:
Not possible then maybe?
Click to expand...
Click to collapse
Sorry, this totally slipped my mind
While it's certainly possible to calculate a percentage, I doubt its usefulness. The two variables have a small, not continuous range (#NWSIG# 0-9, #NCSIG# 0-31) which results in rather choppy and larger percentage steps.
If you still want to use it though, here is the modified code
Code:
$#NWSTATE=2?(#NWSIG#/9*100):(#NCSIG#/31*100)$%
(the % has to be outside the $ signs)
kwerdenker said:
Sorry, this totally slipped my mind
While it's certainly possible to calculate a percentage, I doubt its usefulness. The two variables have a small, not continuous range (#NWSIG# 0-9, #NCSIG# 0-31) which results in rather choppy and larger percentage steps.
If you still want to use it though, here is the modified code
Code:
$#NWSTATE=2?(#NWSIG#/9*100):(#NCSIG#/31*100)$%
(the % has to be outside the $ signs)
Click to expand...
Click to collapse
Thanks for that
Seems to half work but my WiFi signal never shows more that around 30% even when it is very strong? Seems like the second part of the code is being used for both WiFi and Cellular?
I made a typing error when transferring it from my mobile. First part should read #NWSTATE#=2 not #NWSTATE=2.
Send from my secret moonbase via space carrier pigeons
kwerdenker said:
I made a typing error when transferring it from my mobile. First part should read #NWSTATE#=2 not #NWSTATE=2.
Send from my secret moonbase via space carrier pigeons
Click to expand...
Click to collapse
Should've seen that myself!! Thanks again :good:
I just received my glass and wanted to turn the wifi off and noticed that I couldn't so I created this little app to control the glass radios.
you use it by either touch or voice.
1) OK Glass
2) Radio Switch
from here you can toggle wifi or bluetooth both on or off by saying the appropriate name.
You can also check the status of your radios by saying - radio status here.
The commands will let you know if you are are successful or not by talking back to you in your ear.
https://www.dropbox.com/s/ohwn9zqb7ht8v8m/GlassRadioSwitch.apk
jimmydafish said:
I just received my glass and wanted to turn the wifi off and noticed that I couldn't so I created this little app to control the glass radios.
you use it by either touch or voice.
1) OK Glass
2) Radio Switch
from here you can toggle wifi or bluetooth both on or off by saying the appropriate name.
You can also check the status of your radios by saying - radio status here.
https://www.dropbox.com/s/ohwn9zqb7ht8v8m/GlassRadioSwitch.apk
Click to expand...
Click to collapse
awesome! but the apk is not there.https://docs.google.com/spreadsheet/ccc?key=0Ag4bwtz-3pKhdFFZdzlweWFHaE41WmY3OGllRC03WEE&usp=drive_web Here is a list of a ton of apps. there is one like the one you are describing.
bigjew92 said:
awesome! but the apk is not there.https://docs.google.com/spreadsheet/ccc?key=0Ag4bwtz-3pKhdFFZdzlweWFHaE41WmY3OGllRC03WEE&usp=drive_web Here is a list of a ton of apps. there is one like the one you are describing.
Click to expand...
Click to collapse
Okay fixed the link, I have not seen that spreadsheet. So I have not looked at it,
EDIT: I see one that is similar but doesn't do things the same way and doesn't give a status of the radios.
jimmydafish said:
Okay fixed the link, and there are no apps on that list that can turn wifi or bt on or off. There is one that gives you status as in what wifi network you are connected to.
Click to expand...
Click to collapse
Cool, Cool. there are 2, #29 and #31. Maybe I'm not fully understanding your app though. No big, good app!
After the XE16 upgrade, this app no longer appears as an option. Can you recompile with the KitKat GDK and post the new version?
After digging and google searching i found a aokp rom.its pretty sweet not sure why its not posted in the forums.for anyone who wants to try here is the link.
https://androidfilehost.com/?w=files&flid=130222
gillim74 said:
After digging and google searching i found a aokp rom.its pretty sweet not sure why its not posted in the forums.for anyone who wants to try here is the link.
https://androidfilehost.com/?w=files&flid=130222
Click to expand...
Click to collapse
It's a test build with an unknown status, I couldn't find an OP anywhere.
http://www.cyanogenmods.org/forums/topic/htc-10-aokp-marshmallow-rom/
Considering the state CM has been for a long while, what works and what doesn't? What model do you have? What carrier?
Ariac Konrel said:
It's a test build with an unknown status, I couldn't find an OP anywhere.
http://www.cyanogenmods.org/forums/topic/htc-10-aokp-marshmallow-rom/
Considering the state CM has been for a long while, what works and what doesn't? What model do you have? What carrier?
Click to expand...
Click to collapse
I have been running it and its pretty solid.htc 10 verizon.it was last updated the 19th
gillim74 said:
I have been running it and its pretty solid.htc 10 verizon.it was last updated the 19th
Click to expand...
Click to collapse
Does Verizon carrier show as 3107?
krazie1 said:
Does Verizon carrier show as 3107?
Click to expand...
Click to collapse
Not on mine
gillim74 said:
I have been running it and its pretty solid.htc 10 verizon.it was last updated the 19th
Click to expand...
Click to collapse
traced it down to this member: PippoX3
http://forum.xda-developers.com/htc...evelopment-t3376014/post68823357#post68823357
tkacer said:
traced it down to this member: PippoX3
http://forum.xda-developers.com/htc...evelopment-t3376014/post68823357#post68823357
Click to expand...
Click to collapse
Nice i just sent him a message asking if hes gonna update it.its fast and super smooth
I like it so far, I still have to do some tests.
Also, for Verizon USA people:
Set your preferred network type to LTE and your APN to VZWINTERNET.
It shows up as Verizon Wireless instead of 3107 and has LTE instead of roaming as the data type. This is ****ing lit, I'mma do some more tests.
And that causes SMS not to work for me. Back to the drawing board, I think some build.prop edits should help.
Edit: CDMA+EVDO/CDMA mode works like a charm minus the 3107 label and the fact that is says roaming. Oh well. SMS/MMS/Data/Calls work fine.
Ariac Konrel said:
I like it so far, I still have to do some tests.
Also, for Verizon USA people:
Set your preferred network type to LTE and your APN to VZWINTERNET.
It shows up as Verizon Wireless instead of 3107 and has LTE instead of roaming as the data type. This is ****ing lit, I'mma do some more tests.
And that causes SMS not to work for me. Back to the drawing board, I think some build.prop edits should help.
Edit: CDMA+EVDO/CDMA mode works like a charm minus the 3107 label and the fact that is says roaming. Oh well. SMS/MMS/Data/Calls work fine.
Click to expand...
Click to collapse
Set it too cdma/lte/evdo and youll have lte and everything else keep the same apn the carrier might not say verizon but that dont make a difference to me.
Just to clarify, this only works with the firmware voodoo, right?
Sent from my HTC6545LVW using XDA-Developers mobile app
jtommyj said:
Just to clarify, this only works with the firmware voodoo, right?
Sent from my HTC6545LVW using XDA-Developers mobile app
Click to expand...
Click to collapse
Lol as far as i know
This is my setup.
Talked to the maintaner of this rom and he said he will keep it updated and it will go public soon.
gillim74 said:
Talked to the maintaner of this rom and he said he will keep it updated and it will go public soon.
Click to expand...
Click to collapse
much like all CM based roms, this also has no sound making/receiving calls with earbuds....hope they fix soon!
That and Verizon showing as 3107 is getting annoying, lol
andybones said:
That and Verizon showing as 3107 is getting annoying, lol
Click to expand...
Click to collapse
Lol mine says sprint
tkacer said:
much like all CM based roms, this also has no sound making/receiving calls with earbuds....hope they fix soon!
Click to expand...
Click to collapse
This is what's holding me back from CM/AOSP ROMS.
gillim74 said:
after digging and google searching i found a aokp rom.its pretty sweet not sure why its not posted in the forums.for anyone who wants to try here is the link.
https://androidfilehost.com/?w=files&flid=95228
Click to expand...
Click to collapse
new 2017 n builds !
tkacer said:
new 2017 n builds !
Click to expand...
Click to collapse
I have a op3 now
You could follow on Google+