Related
Can be done by apktool decrypting status_bar.xml in the layout folder.
Under first LinearLayout... you need to replace the next two lines with the following...
<TextView android:textSize="0.0sp" android:textStyle="bold" android:textColor="#ffffffff" android:gravity="center_vertical" android:id="@id/screenName" androidaddingLeft="6.0dip" androidaddingRight="6.0dip" android:layout_width="0.0dip" android:layout_height="0.0dip" android:singleLine="true" android:layout_alignParentLeft="true" />
this adjusts the padding and layout width and height to 0.
This is in the framework-res.apk and not in services.odex or androidpolicy like other android devices.
Thanks to Jhotman again for pointers on APKtool.... will update the 345gingerkrad with an option to have the framework without the Carrier.
this has been asked by me and a few other people. i find it to be completely useless as it is in several other places like the lockscreen, the notification shade, and settings. it doesnt need to be in more places, so if you find out, let me know.
I saw a thread in here and me and a couple others asked how he did it and never got any response
jhotman?????? help me out buddy!
bueller? bueller?
stephen hyde? stephen hyde?
If you search you will find that someone has posted the files to do this.
Krad said:
bueller? bueller?
stephen hyde? stephen hyde?
Click to expand...
Click to collapse
have you found this yet good sir
Bohemian said:
If you search you will find that someone has posted the files to do this.
Click to expand...
Click to collapse
can you post the link thanks!
Bohemian said:
If you search you will find that someone has posted the files to do this.
Click to expand...
Click to collapse
I have searched and started a thread in android hacks general for help on this.
Please post links. Stephen Hyde would also like to know how to do this
Sent from my Dell Streak
Go to the search function search for remove carrier and select dell streak form you will find it in the results.
from what i found , you have to hex edit some lines , resign, etc.
a bit involved for me.
here's a thread that worked for 1.8.1
http://forum.xda-developers.com/showthread.php?t=983506
Sent from my MB525 using XDA Apppp Po lp y
the official way to do it I beleive invloves unpacking .jar files, and using .smali and .baksmali files and make edits, pretty deep.
chrisrotolo said:
the official way to do it I beleive invloves unpacking .jar files, and using .smali and .baksmali files and make edits, pretty deep.
Click to expand...
Click to collapse
this i can do.. Will take a look at the guide.. the guide i looked at replaced the text... i want to remove it.
Krad said:
Hey... followed your directions for searching and came up with NOTHING!!!!!!!!!!!
Thanks for being a f**king TROLL!
I am trying to actually help out the community and provide a customization that people want.. why are you trying to waste my time?
Click to expand...
Click to collapse
Well, I followed the same directions and it was the second result. And you have already posted in that thread, so it wasn't the answer you were looking for.
marvin02 said:
Well, I followed the same directions and it was the second result. And you have already posted in that thread, so it wasn't the answer you were looking for.
Click to expand...
Click to collapse
there are zero directions on how to do it or even a way to do it.. just some files posted for djsteve 1.8.1... I am not interested in changing what it says.. I want to remove it.
Krad said:
Hey... followed your directions for searching and came up with NOTHING!!!!!!!!!!!
Thanks for being a f**king TROLL!
I am trying to actually help out the community and provide a customization that people want.. why are you trying to waste my time?
Click to expand...
Click to collapse
Maybe if a search function is beyond your skills you shouldn't be looking at modding your phone?
Krad said:
jhotman?????? help me out buddy!
Click to expand...
Click to collapse
haha just saw this thread. I have only seen ways to change the text. Are you trying to remove the whole block that it takes up in the drop down menu?
jhotmann said:
haha just saw this thread. I have only seen ways to change the text. Are you trying to remove the whole block that it takes up in the drop down menu?
Click to expand...
Click to collapse
i want to change the txt lol!
Krad, what I would do is take a look at this guy's framework and try to do the same with your framework http://droidmechanic.blogspot.com/2010/12/clear-button.html
**Now in rom manager
**Only for deodexed roms.
**Manual patch recommended for themed/nonstock roms
This mod adds the Radio Info (aka Phone Information) to the Wireless & networks menu in Settings. Allowing you to do such things as changed your preferrednetwork settings (ie turn LTE on / off) without additional applications.
This is based on stock Settings.apk, and should work with most if not all deodexed roms. Only tested with stock (deodexed), Basic Debloat and Das BAMF. Do a nandroid backup before flashing.
To turn LTE off:
Go to settings -> Wireless & networks -> Radio Info
Scroll down to the "Set preferred network Type:" dropdown box/spinnger
Choose: CDMA auto (PRL)
To turn LTE on:
Go to settings -> Wireless & networks -> Radio Info
Scroll down to the "Set preferred network Type:" dropdown box/spinnger
Choose: CDMA + LTE/EvDo auto
http://www.multiupload.com/77GYQGTRKI
Rom Chefs:
Feel free to include this with your rom, as long as full credit to TeamAndIRC is made for it.
Patch Details:
Only change was an addition of an HtcPrefrenceScreen to res/xml/wireless_settings.xml. Change shown in red.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<com.htc.preference.HtcPreferenceScreen android:title="@string/radio_controls_title"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.htc.preference.HtcCheckBoxPreference android:persistent="false" android:title="@string/airplane_mode" android:key="toggle_airplane" android:summary="@string/airplane_mode_summary" android:disableDependentsState="true" />
<com.htc.preference.HtcCheckBoxPreference android:persistent="false" android:title="@string/wifi_quick_toggle_title" android:key="toggle_wifi" android:summary="@string/wifi_quick_toggle_summary" />
[COLOR="Red"] <com.htc.preference.HtcPreferenceScreen android:title="Radio Info" android:summary="Advanced Radio Tools">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.RadioInfo" />
</com.htc.preference.HtcPreferenceScreen>[/COLOR]
<com.htc.preference.HtcPreferenceScreen android:title="@string/wifi_settings" android:key="wifi_settings" android:summary="@string/wifi_settings_summary">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.wifi.WifiSettings" />
</com.htc.preference.HtcPreferenceScreen>
<com.htc.preference.HtcCheckBoxPreference android:persistent="false" android:title="@string/bluetooth_quick_toggle_title" android:key="toggle_bluetooth" android:summary="@string/bluetooth_quick_toggle_summary" />
<com.htc.preference.HtcPreferenceScreen android:title="@string/bluetooth_settings_title" android:key="bt_settings" android:summary="@string/bluetooth_settings_summary">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.bluetooth.BluetoothSettings" />
</com.htc.preference.HtcPreferenceScreen>
<com.htc.preference.HtcCheckBoxPreference android:persistent="false" android:title="@string/hotspot_toggle_preference_title" android:key="enable_wifi_ap" android:summary="@string/hotspot_toggle_preference_summery" />
<com.htc.preference.HtcPreferenceScreen android:title="@string/hotspot_settings_preference_title" android:key="hotspot_settings" android:summary="@string/hotspot_settings_preference_summery">
<intent android:targetPackage="com.htc.WifiRouter" android:action="android.intent.action.MAIN" android:targetClass="com.htc.WifiRouter.Intro" />
</com.htc.preference.HtcPreferenceScreen>
<com.htc.preference.HtcCheckBoxPreference android:persistent="false" android:title="@string/wimax_quick_toggle_title" android:key="toggle_wimax" android:summary="@string/wimax_quick_toggle_summary" />
<com.htc.preference.HtcPreferenceScreen android:title="@string/wimax_settings" android:key="wimax_settings" android:summary="@string/wimax_settings_summary" android:dependency="toggle_airplane">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.wimax.WimaxSettings" />
</com.htc.preference.HtcPreferenceScreen>
<com.htc.preference.HtcPreferenceScreen android:title="@string/vpn_settings_title" android:key="vpn_settings" android:summary="@string/vpn_settings_summary">
<intent android:targetPackage="com.android.settings" android:action="android.intent.action.MAIN" android:targetClass="com.android.settings.vpn.VpnSettings" />
</com.htc.preference.HtcPreferenceScreen>
<com.htc.preference.HtcCheckBoxPreference android:persistent="false" android:title="@string/mobiledata_quick_toggle_title" android:key="toggle_mobiledata" android:summary="@string/mobiledata_quick_toggle_summary" android:dependency="toggle_airplane" />
<com.htc.preference.HtcPreferenceScreen android:title="@string/network_settings_title" android:key="toggle_mobilesettings" android:summary="@string/network_settings_summary" android:dependency="toggle_airplane">
<intent android:targetPackage="com.android.phone" android:action="android.intent.action.MAIN" android:targetClass="com.android.phone.Settings" />
</com.htc.preference.HtcPreferenceScreen>
<com.htc.preference.HtcCheckBoxPreference android:persistent="true" android:title="@string/internet_sharing_title" android:key="toggle_netsharing" android:summary="@string/internet_sharing_summary" android:defaultValue="false" />
<com.htc.preference.HtcPreference android:title="@string/is_type_title" android:key="toggle_netsharing_type" android:summary="@string/is_type_windows" />
<com.htc.preference.HtcCheckBoxPreference android:persistent="true" android:title="@string/internet_sharing_title_incredible" android:key="toggle_modemlink" android:summary="@string/modemlink_summary" android:defaultValue="false" />
<com.htc.preference.HtcPreference android:title="@string/modemlink_type_title" android:key="toggle_modemlink_type" android:summary="@string/modemlink_type_usb" />
<com.htc.preference.HtcCheckBoxPreference android:persistent="true" android:title="@string/PS" android:key="toggle_PS" android:summary="@string/PS_summary" android:defaultValue="false" />
</com.htc.preference.HtcPreferenceScreen>
Wow, the rickroll is very well hidden in this one. Great job!
Edit: [sarcasm]
intangibleDroid said:
Wow, the rickroll is very well hidden in this one. Great job!
Click to expand...
Click to collapse
There is no rickroll in this, I even posted the changes needed to make this on your own.
Fail on your part sir.
Awesome man. Gonna cook this in right now.
Sent from my ADR6400L using XDA App
@jcase: I was kidding. You are a great asset to the dev community and I was just trying to be funny.
intangibleDroid said:
@jcase: I was kidding. You are a great asset to the dev community and I was just trying to be funny.
Click to expand...
Click to collapse
I understand, but its a real mod and I don't want people to skip using it, and I didn't want to wait til tomorrow before putting it up.
chingy51o said:
Awesome man. Gonna cook this in right now.
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
will this work on your rom chingy?
april fools?
Is anyone going to flash this and confirm??
no it will not since my rom is odex. im gonna add it in right now and test it out..
Um.... Thats the problem with April fools, kills your credibility.
I will flash and report.
edit: does exactly what it says. Its legit. Feel free to flash everyone.
Sent from my ADR6400L using Tapatalk
mcmillanje said:
Um.... Thats the problem with April fools, kills your credibility.
I will flash and report.
edit: does exactly what it says. Its legit. Feel free to flash everyone.
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
lol. If anyone doubts, apply the patch by hand. I explained what it is in the original post.
Radio info on VirusROM
Thanks for the true mod. Works great on VirusROM senseless. Should definitely conserve battery. Great work.
jmiller98 said:
Thanks for the true mod. Works great on VirusROM senseless. Should definitely conserve battery. Great work.
Click to expand...
Click to collapse
Very Welcome.
Thanks for the good work sir, excellent addition.
Ha ha got me again lol
Just kidding don't want you to kill me lol
Sent from my ADR6400L using XDA App
mcmillanje said:
Um.... Thats the problem with April fools, kills your credibility.
Click to expand...
Click to collapse
Awww someone doesn't take rickrolling well
I'm sure google lost billions of users today because their credibility came into question on this the first of april
this is not a signature I type it in every time maybe sent from my phone or my computer
rizzomegav said:
Awww someone doesn't take rickrolling well
I'm sure google lost billions of users today because their credibility came into question on this the first of april
this is not a signature I type it in every time maybe sent from my phone or my computer
Click to expand...
Click to collapse
What did google do???? I definitely missed that one. Was it the gmail motion?? That **** looks hilarious
And thanks again jcase for this and everything
WormDoes said:
What did google do???? I definitely missed that one. Was it the gmail motion?? That **** looks hilarious
And thanks again jcase for this and everything
Click to expand...
Click to collapse
Google actually did a bunch of things... http://en.wikipedia.org/wiki/Google's_hoaxes#2011 some are pretty good
Works well on Das Bamf 1.3, thanks for this! Don't have any 4g where I live, but make make lots of visits to NYC so this makes things a lot easier to switch back and forth!!
Was wondering if someone could tell me how to deodex my stock odex rom?
Sent from my ADR6400L using XDA App
as many of u know. touchwiz roms dont include spell checking
(the red line underneath miss spelled words like found on nokiia,blacknerry,iphone and cm based roms)
i think i came across a fix for this,
the files that has 2 be changed are the following 2.
Secsettings.apk & framework2.jar
--or you can backup your device and replace the 2 files with files attached in 2nd post
--or you can flash the zip file in 2nd post (please backup and confirm if it works on your device
as member iT iS Me states he did the following
iT iS Me said:
For me Spell Checking option is very important and I like using it in CM roms. However, our NOTE is more productive with Stock roms. I searched a lot to find a way to enable the option. Unfortunately, there was no 100% clear guidance but I could manage to get it. Thanks to everyone helped.
You need to decompile Secsettings.apk & framework2.jar.
In SecSettings, open the file "res\xml\language_settings.xml" and look for:
Code:
<PreferenceScreen android:title="@string/phone_language" android:key="phone_language" android:fragment="com.android.settings.LocalePicker" />
add new line and paste the following:
Code:
<com.android.settings.inputmethod.SpellCheckersPreference android:title="@string/spellcheckers_settings_title" android:key="spellcheckers_settings" />
In framework2.jar, open the file "smali\android\widget\TextView.smali" and look for:
Code:
.method public isSuggestionsEnabled()Z
.locals 1
.prologue
.line 8464
[COLOR="Red"][B]const/4 v0, 0x0[/B][/COLOR]
return v0
.end method
Change the highlighted to:
Code:
.method public isSuggestionsEnabled()Z
.locals 1
.prologue
.line 8464
[COLOR="Red"][B] const/4 v0, 0x1[/B][/COLOR]
return v0
.end method
That is all and enjoy.
NOTE: It works with Google Keyboard or alternatives.
Click to expand...
Click to collapse
--or you can backup your device and replace the 2 files with files attached in 2nd post
--or you can flash the zip file in 2nd post (please backup and confirm if it works on your device)
2nd post reserved for uploads
https://dl.dropbox.com/u/32170931/SpellCheckTest.zip <- flashable zip
I tried this on my Galaxy Note 10.1 running stock UK ma5 ROM, it kind of worked in some apps, red underline appeared, but I lost access to my "settings" panel and it also installed something called mobihotspot(?) Which I was unable to remove.
when u say u lost access to settings panel, does it mean it force closes when u open it, or doesnt it appear anymore? ur gonna have to take ur original note10.1 files and edit them urself. not use the files i supplied here?
Any ideas if this solution works also on the Galaxy S 4?
Jiiins said:
Any ideas if this solution works also on the Galaxy S 4?
Click to expand...
Click to collapse
Try it.
Sent from my Samsung Galaxy SVII using Tapatalk 6 Beta
Do I need active internet connection for this?
Sent from my GT-N7000 using Tapatalk 4 Beta
What rom and device are these files in the zip from?
can it be safely rooted for unexperienced user ?
wolverin99 said:
can it be safely rooted for unexperienced user ?
Click to expand...
Click to collapse
Very simple. Just go the the PhilZ kernel thread and follow the instructions very closely.
Sent from my Samsung Galaxy SVII using Tapatalk 6 Beta
Jiiins said:
Any ideas if this solution works also on the Galaxy S 4?
Click to expand...
Click to collapse
I did not try the flashable file, but doing this manually worked on my VZW Galaxy S4 running JellyBeans build 6 (deodexed ROM).
*Edit*
This also adds spell checking to chrome's address bar, and presumably other text fields that do not normally have it. For me, that is only a minor annoyance and is greatly outweighed by the addition of spell check. Just an FYI.
dropbox link is not working
Dear many thanks for your important subject please please please provide me with zip file to flash it as i tried to do manually but it did't work
Thanks regards,
spell checker on note 3 sm-n9005
can you help me to get the same file on note 3
primitive.A said:
2nd post reserved for uploads
https://dl.dropbox.com/u/32170931/SpellCheckTest.zip <- flashable zip
Click to expand...
Click to collapse
does anyone still have these files!!! I would really like to have my spell check back! I miss that about my Razr.
I am now on the Verizon S4.
The drop box link does not work and I cant seem to find the raw files either!
swc2001 said:
does anyone still have these files!!! I would really like to have my spell check back! I miss that about my Razr.
I am now on the Verizon S4.
The drop box link does not work and I cant seem to find the raw files either!
Click to expand...
Click to collapse
bump!!
Anybody there!?!
Sent from my SCH-I545 using Tapatalk
swc2001 said:
Anybody there!?!
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
You need to do the mod for yourself. Every rom is different. You could also look for a rom that the developer included it in his rom.
athlonxp2300 said:
You need to do the mod for yourself. Every rom is different. You could also look for a rom that the developer included it in his rom.
Click to expand...
Click to collapse
Well I am not sure how to do the mod. and the zip files are not there. I only use stock rooted because it works 100%
swc2001 said:
Well I am not sure how to do the mod. and the zip files are not there. I only use stock rooted because it works 100%
Click to expand...
Click to collapse
The mod only works on deodexed roms. You have to copy the required files from that rom, decompile, edit then recompile. Then copy the files back over the originals.
swc2001 said:
Well I am not sure how to do the mod. and the zip files are not there. I only use stock rooted because it works 100%
Click to expand...
Click to collapse
Did you try to read the OP?
Sent from Nexus 5 on Slimkat
I needed story album apk. But since its post install application in Rom after running its shortcut and confirming download,
i could not find it as an APK file.
My request is if thre is anyone could send me the apk file of Story Album.
m_carleone82 said:
I needed story album apk. But since its post install application in Rom after running its shortcut and confirming download,
i could not find it as an APK file.
My request is if thre is anyone could send me the apk file of Story Album.
Click to expand...
Click to collapse
Here you go http://forum.xda-developers.com/showthread.php?t=2404990
jaythenut said:
Here you go http://forum.xda-developers.com/showthread.php?t=2404990
Click to expand...
Click to collapse
well Thanks very much, but this apk is for S4 unfortunetly. And I think it is not the same with Note 3 one.
I will really appriciate if note 3 version is uploaded..
Thanks
m_carleone82 said:
well Thanks very much, but this apk is for S4 unfortunetly. And I think it is not the same with Note 3 one.
I will really appriciate if note 3 version is uploaded..
Thanks
Click to expand...
Click to collapse
Found this http://m.appbackup.store.aptoide.co...g.android.app.episodes/37/4088505/Story Album
jaythenut said:
Found this http://m.appbackup.store.aptoide.co...g.android.app.episodes/37/4088505/Story Album
Click to expand...
Click to collapse
Thanks for finding. I really aprriciate your effort.
m_carleone82 said:
Thanks for finding. I really aprriciate your effort.
Click to expand...
Click to collapse
No worries
m_carleone82 said:
Thanks for finding. I really aprriciate your effort.
Click to expand...
Click to collapse
how do i use this once i install it i cant download story album gives sd card error says unable to acsess sd card wtf?
So I downloaded my wifes text messages to my pc, from her phone... I want to pull off a prank.. but after I edited the Xml Text message file and tried to resave it... it wouldn't let me..
she has a note 3 Verizon * custom rom * hyperdrive * no other mods.
How can I edit the xml message file.. upload it back to her phone* so I can change all her sent and received messages please. lol
Example: someone sent her this
<?xml version='1.0' standalone='yes' ?>
<file ver="2">
<thread n="85">
<message type="SMS">
<address>XXXXXXXXXX</address>
<body>So+what+type+of+manicure+did+you+get.+</body> * I want to replace the messages and reload it on her phone it.
<date>1413308821617</date>
<read>1</read>
<type>2</type>
<locked>0</locked>
</message>
Hope you guys can help me with this, Ha ha. thanks
Jayson
Ca, Usa
Tried notepad++ ?
I-ron-ic-HTC said:
So I downloaded my wifes text messages to my pc, from her phone... I want to pull off a prank.. but after I edited the Xml Text message file and tried to resave it... it wouldn't let me..
she has a note 3 Verizon * custom rom * hyperdrive * no other mods.
How can I edit the xml message file.. upload it back to her phone* so I can change all her sent and received messages please. lol
Example: someone sent her this
<?xml version='1.0' standalone='yes' ?>
<file ver="2">
<thread n="85">
<message type="SMS">
<address>XXXXXXXXXX</address>
<body>So+what+type+of+manicure+did+you+get.+</body> * I want to replace the messages and reload it on her phone it.
<date>1413308821617</date>
<read>1</read>
<type>2</type>
<locked>0</locked>
</message>
Hope you guys can help me with this, Ha ha. thanks
Jayson
Ca, Usa
Click to expand...
Click to collapse
What do you want exactly? Convert it to the readable format? Or import it back to the phone?
vndnguyen said:
What do you want exactly? Convert it to the readable format? Or import it back to the phone?
Click to expand...
Click to collapse
Hi All,
does anyone know how to decipher the date and time in example in above xml e.g. 1413308821617 even it's the basic breakdown explaining what the value represents?
noting if either ddmmyy, mmddyy would be an issue as mine start with dd. & i think that's why i'm seeing nothing sensible? but i not pretending i have a clue.
any help would be legendary - thanks!
cheers
kcuf_swonk said:
Hi All,
does anyone know how to decipher the date and time in example in above xml e.g. 1413308821617 even it's the basic breakdown explaining what the value represents?
noting if either ddmmyy, mmddyy would be an issue as mine start with dd. & i think that's why i'm seeing nothing sensible? but i not pretending i have a clue.
any help would be legendary - thanks!
cheers
Click to expand...
Click to collapse
If that message was received on Tue, 14 Oct 2014 17:47:01 GMT (hour might vary depending on your timezone), then it is in Unix time (seconds since January 1, 1970).
Sent using XDA One
kcuf_swonk said:
Hi All,
does anyone know how to decipher the date and time in example in above xml e.g. 1413308821617 even it's the basic breakdown explaining what the value represents?
noting if either ddmmyy, mmddyy would be an issue as mine start with dd. & i think that's why i'm seeing nothing sensible? but i not pretending i have a clue.
any help would be legendary - thanks!
cheers
Click to expand...
Click to collapse
Use this tool to convert:
http://www.epochconverter.com/