I'm trying to edit my customer.xml in my /system/CSC folder from the ROM I'm building.
I'm trying to make it so LTE is default APN. I edited the file... But I still get the epc.T-Mobile.com APN as the only one available and even worse, its not selected by default.
Can someone look at my xml and possibly help?
http://db.tt/MamsQyBw
Thanks
Sent from my SGH-M919 using Tapatalk 2
If you are just replacing it in a rom already running are you hitting menu reset default APNs?
Thanks for the reply. @Jamison904 helped me out.
Related
Im trying to figure out a couple things on a rom i have been working on. first would be how to fix the boot animation(when i add sanim.zip to media folder part of the old sprint boot animation still shows up). The second would be how to add the ten lock mod to the rom. My rom is based off of the stock EI22 rom.
You may want to post this in developers thread
Sent from my SPH-D700 using xda premium
androidmaster1 said:
You may want to post this in developers thread
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
You are crazy! Never post in there unless ure developer lol but in serious talk its fine where it is
Sent from my SPH-D700 using XDA App
jpond83 said:
Im trying to figure out a couple things on a rom i have been working on. first would be how to fix the boot animation(when i add sanim.zip to media folder part of the old sprint boot animation still shows up). The second would be how to add the ten lock mod to the rom. My rom is based off of the stock EI22 rom.
Click to expand...
Click to collapse
You'll want every part out of Maddoggin's 10-Lock. Every file in there is necessary. Reverse modify as you like, but there is no simple way to just add or remove it. I personally made a 10-lock (9-Lock as I disabled the broken glass lock) and a standard theme for my rom, and each had to be remade from the ground up.
i cannot get apk manager to compile framework-res and systemui after i decompile them. I cannot even compile them even when i dont edit it. I got the boot animation working though. thanks again for your kitchen, it makes things easier.
Jp, what kind of rom are u making? Bml, ext4, mtd ?
Sent from my SPH-D700 using xda premium
sorry i should have posted that. Its based the stock bml rom. I have these cricket roms i have been working on and just have a few things i cant figure out. One is the tsm mod and the other is changing the RTSP & HTTPPD proxy and proxy in hidden menu\multimedia(the ##3283# menu). I want the RTSP & HTTPPD proxy to be 0.0.0.0 and the port to be 0. that would complete everything i have been working on in the dark for a few months now.
i do plan on making a mtd rom also after i get this figured out
another day goes by and im still pulling out my hair trying to figure this out.
androidmaster1 said:
Jp, what kind of rom are u making? Bml, ext4, mtd ?
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Bml = ext4 or rfs... just a word for the wise androidmaster...
Sent from my SPH-D700 using Tapatalk
jpond83 said:
i cannot get apk manager to compile framework-res and systemui after i decompile them. I cannot even compile them even when i dont edit it. I got the boot animation working though. thanks again for your kitchen, it makes things easier.
Click to expand...
Click to collapse
This is a well known issue that developers have never seemed willing to share, so I will tell you.
If you open the log.txt outside of your cmd window, you will see at the top of your session above a whollllllee long list of errors, a few, maybe 5 or 6 particular errors regarding .9.png images.
Here's the thing, certain themed images do not de-compile properly from carried-over theming. What you need to do, is find yourself a matching framework-res.apk from a stock rom. Now decompile the stock framework-res.apk, and after carefully reading through the top errors (the rest of the huge list of errors should all look similar and are caused by the first errors), copy the matching images from the stock framework to your framework. Remove the broken images from yours. Typically, your themed framework will leave you with .pngs when they need to be .9.pngs, so that will be your problem.
After you've switched out the problem images, your framework-res.apk should recompile just fine. Same goes for systemui.apk.
i tried that but now im getting an error for everyone of the files saying
No marked region found along edge.
Found along top edge.
jpond83 said:
i tried that but now im getting an error for everyone of the files saying
No marked region found along edge.
Found along top edge.
Click to expand...
Click to collapse
If you edit a .9.png manually, which isn't too hard, you can NOT touch the black markings on the outer pixel edge on all four sides. These black pixels tell Android how to stretch the image.
As an aside, if you do something as simple as re-shading an image, ensure to select everything BUT the outer edge.
i just copied the files over from a different rom. All of the problem images are ones that have to do with the lock mod. would you mind if i used your theme with the lock mod as a template and just re-themed it? If i can could you tell me what rom i need to use to replace all of the png files? Im sorry for all of the questions im still learning. I have actually figured alot of thing out myself i just have a few things that are giving me problems. thanks again for all the help
Hello everyone. I have a galaxy note 2 since 2 weeks and i'm happy with it. But only One problem, i Want to know how to join multiple contacts? Someone knows a solution please? Thak you
question in development thread?i think you must ask mods removing your thread
Sent from my GT-N7100 using Tapatalk 2
afilopou said:
question in development thread?i think you must ask mods removing your thread
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
I'll change it to Q&A. Is it what i should do?
There are mods for this. You could just use Omega ROM 5.0 and it already comes with the tweak so that more than 5 contacts can be joined.
awcabdou said:
I'll change it to Q&A. Is it what i should do?
Click to expand...
Click to collapse
Nope.You must ask moderator to move your thread.Question belongs to q&a thread
Sent from my GT-N7100 using Tapatalk 2
Edit /system/csc/feature.xml
and put inside the file:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>[B]99[/B]</CscFeature_Contact_SetLinkCountMaxAs>
Enjoy...
try said:
Edit /system/csc/feature.xml
and put inside the file:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>[B]99[/B]</CscFeature_Contact_SetLinkCountMaxAs>
Enjoy...
Click to expand...
Click to collapse
Thank you Guy i'll try it and report back!!
try said:
Edit /system/csc/feature.xml
and put inside the file:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>[B]99[/B]</CscFeature_Contact_SetLinkCountMaxAs>
Enjoy...
Click to expand...
Click to collapse
This did not work for me.
At first there was no such file. I copied over /etc/feature_default.xml and pasted as /system/csc/feature.xml and made changes to above line as well as sms to MMS convert limit. Neither worked. Its as if the app doesnt even read the files. Any ideas?
kkoolpatz said:
This did not work for me.
At first there was no such file. I copied over /etc/feature_default.xml and pasted as /system/csc/feature.xml and made changes to above line as well as sms to MMS convert limit. Neither worked. Its as if the app doesnt even read the files. Any ideas?
Click to expand...
Click to collapse
If you don't have the file, copy from ROM that have csc so you won't alter the syntaxes inside the the file that set features..
What rom that you use? I implement it in couple of rom without hassle. Maybe you should try with rom that contains csc. Open it with 7zp or winzip and edit the related file.
Sorry for my english...
sent from my mobile
try said:
If you don't have the file, copy from ROM that have csc so you won't alter the syntaxes inside the the file that set features..
What rom that you use? I implement it in couple of rom without hassle. Maybe you should try with rom that contains csc. Open it with 7zp or winzip and edit the related file.
Sorry for my english...
sent from my mobile
Click to expand...
Click to collapse
i am on NOTE2 stock rom. i do have /system/csc folder. but no feature.xml in it. Could you attach ur file that i could simply paste in the folder? Thanks
kkoolpatz said:
i am on NOTE2 stock rom. i do have /system/csc folder. but no feature.xml in it. Could you attach ur file that i could simply paste in the folder? Thanks
Click to expand...
Click to collapse
Strange...
Are your ROM rooted? what ROM version ?
Anyway, attached is the requested file in zipped format. Just extract and then copy to /system/csc and set permission (644, or RW R R)
Hope this can help...
Guys he uploaded the file you needed, why no thanks button. You guys fail!!
I tried editing the build.prop om Jedi
X 6 to the international version for compatability w/ Vice city. Unfortunately my lack of knowledge with such things has left me unsuccessful. Anyone else had luck with such a thing?
Sent from my Note 2 with JediX
buid.prop file using Notepad++ and make changes to these as you wish.
Quote:
ro.build.id=
ro.build.display.id=
ro.build.date=
ro.modversion=
I did this because... Its DIFFERENT!
Ok, I got frustrated with not being able to re-compile framework-res.apk which is the most known method of hacking tether. So I was inspired by Nottach and his initial Tether Mod by hacking the provisioning check. So I decided to do my own little hack. Nottach hack sends the system looking to 127.0.0.1 for a response to tether, while the original un-modified version goes to various AT&T Entitlement check servers.
I took a different route. I just redirected to my own server and give everyone a Yes response! Simple enough, heh?
Dont laugh! It works!
This hack works for Hotspot and USB tether.
De-Odex version is attached.
Installation
I used similar install method as Nottach to apply this mod.
Download the attachment. Unzip it to your desktop.
Simply copy the "Mods" folder to your internal storage
Run the "Mod Me.bat" file after copying
It will copy the mod to the correct location, then reboot phone.
Enjoy free tether
If you are STOCK Rooted (In other words odex) and are not using the de-odex rom you can still use this hack simply by deleting TetherProvisioning.odex from /system/app/ then intsll my mod.
Download HERE
If you think this was a crafty use of my Web Server hit Thanks Please!
How this mod works
Look for any http string in TetheringProvisionActivity$TetheringPlanCheckTask.smali and change it to "http://www.scottsroms.com/tether"
Example:
Code:
.line 1081
const-string v0, "http://entitlement.mobile.att.net/teth"
[B][COLOR="Red"]Change to[/COLOR][/B]
.line 1081
const-string v0, "http://scottsroms.com/tether"
There are a total of 6 http strings. You need to change them all.
On the server side is just one simple index.html with the word "Yes". Believe it or not that is all the AT&T servers respond with, Yes or No :silly:
You can see this yourself by going to www.scottsroms.com/tether
Also, this should for any AT&T device that uses the same method of entitlement check. Not so much this file but redirecting whichever apk that does the look-up on AT&T to my server. Im going to try it on my One X and see if it works. I will post results on that later.
Feel free to do with this mod as you choose. Give it away, put it in a ROM, sell it for profit... I dont care!
If you do make this mod for another device and use my server a simple thanks in the OP is all I ask.
Neat, but I still like my framework-res.apk approach
I think to recompile framework-res.apk, I had to change 6 or so styles to use keyguard_lockscreen_control_view or something (the key was adding _view to each of the six style files). I think that's right.
romracer said:
Neat, but I still like my framework-res.apk approach
I think to recompile framework-res.apk, I had to change 6 or so styles to use keyguard_lockscreen_control_view or something (the key was adding _view to each of the six style files). I think that's right.
Click to expand...
Click to collapse
You got to admit I got creative on this one, lol. Bored much :silly:
Ok, Im gonna mess with framework-res again later and look around. Mind if I PM you if need help?
romracer said:
Neat, but I still like my framework-res.apk approach
I think to recompile framework-res.apk, I had to change 6 or so styles to use keyguard_lockscreen_control_view or something (the key was adding _view to each of the six style files). I think that's right.
Click to expand...
Click to collapse
All you need to do is add a + to the style location. It's the same for all these recompile errors.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
I thought this technique was really cool. Thanks for sharing!
shoman94 said:
All you need to do is add a * to the style location. It's the same for all these recompile errors.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
What exactly did you do to get framework-res.apk to get things to recompile correctly?
xxhorseriderxxx said:
What exactly did you do to get framework-res.apk to get things to recompile correctly?
Click to expand...
Click to collapse
I'll explain with an example when I get home.
Edit: Posted here: http://forum.xda-developers.com/showthread.php?t=2279024
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
shoman94 said:
I'll explain with an example when I get home.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Thanks! Can you start a how to thread in either Dev or Q/A and link to it from here so we dont totally sidetrack this thread?
A lot of people, including myself would be very grateful!
I want to make a change to the APNs File but it's grayed out. when I click on the T-Mobile US LTE
I edited the build.prop with that LOL stuff that someone posted but it didn't change. I suspected that was bogus when I saw = LOL but tried it anyway.
Does anyone know how I can edit it to make changes?
Running a 4.2.2 Rooted stock T-Mobile Galaxy S4
Thanks!
Make a new APN.
☞ Sent from here☜???
bobolinko said:
I want to make a change to the APNs File but it's grayed out. when I click on the T-Mobile US LTE
I edited the build.prop with that LOL stuff that someone posted but it didn't change. I suspected that was bogus when I saw = LOL but tried it anyway.
Does anyone know how I can edit it to make changes?
Running a 4.2.2 Rooted stock T-Mobile Galaxy S4
Thanks!
Click to expand...
Click to collapse
Open /system/csc/customer.xml, and look for the APN you would like to be able to edit.
Change the value:
Code:
<Editable>no</Editable>
to:
Code:
<Editable>yes</Editable>
Then just reset APNs to make android reload them from the csc. You can also change the defaults that will be loaded for a given carrier MCC/MNC by editing the APNs in this xml.
Fenny said:
Open /system/csc/customer.xml, and look for the APN you would like to be able to edit.
Change the value:
Code:
<Editable>no</Editable>
to:
Code:
<Editable>yes</Editable>
Then just reset APNs to make android reload them from the csc. You can also change the defaults that will be loaded for a given carrier MCC/MNC by editing the APNs in this xml.
Click to expand...
Click to collapse
Thanks for the above info.
Question:
Do you know how to change/enable the grayed out "Turn APN on/off" so it can be un-checked? This is for TW4.3 ROM