Related
I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx
LuXx said:
I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx
Click to expand...
Click to collapse
Edit the registry key:
HKLM\System\State\Phone\Current Operator Name
Enjoy!
TaurusBullba said:
Edit the registry key:
HKLM\System\State\Phone\Current Operator Name
Enjoy!
Click to expand...
Click to collapse
Thank you so much on the first 2 pictures! Does anyone else know how to change the rom version description?
Oops, didn't look at the last picture. Same deal. Open up the registry and edit:
HKLM\Software\OEM - ROMVersion
TaurusBullba said:
Oops, didn't look at the last picture. Same deal. Open up the registry and edit:
HKLM\Software\OEM - ROMVersion
Click to expand...
Click to collapse
You are the man!!!!!
I must be tired. I forgot to also mention to soft-reset immediately following changing the carrier name. If you don't, it will revert back to the original.
TaurusBullba said:
I must be tired. I forgot to also mention to soft-reset immediately following changing the carrier name. If you don't, it will revert back to the original.
Click to expand...
Click to collapse
Found the string on my phone but everthing i try will not make it stay. I,ve tried to soft reset hold the power button and turn back on but with the XDA AT&T back. I was trying to find that string in the default.hv file but its not in there. This is the only thing close to that string =
[HKEY_LOCAL_MACHINE\System\State\Phone]
"Phone Status Flags"=dword:10
Is there another way to change while i'm making a rom?
LuXx said:
Found the string on my phone but everthing i try will not make it stay. I,ve tried to soft reset hold the power button and turn back on but with the XDA AT&T back. I was trying to find that string in the default.hv file but its not in there. This is the only thing close to that string =
[HKEY_LOCAL_MACHINE\System\State\Phone]
"Phone Status Flags"=dword:10
Is there another way to change while i'm making a rom?
Click to expand...
Click to collapse
Its there. Dont click on any subfolders under OEM, click on that folder itself.
mcorrie1121 said:
Its there. Dont click on any subfolders under OEM, click on that folder itself.
Click to expand...
Click to collapse
I see it in the reg on the pda but i dont see it in the default.hv file.
ok found out where I can change the XDA part of the current operators name.
HKLM\software\oem\phonesettings\longnameprefix or you can disable the XDA part by changing 1 to a 0 decimal on enable3glongnameprefix.
I do not know of this what you want, but you may be looking for this "HKLM\SOFTWARE\Microsoft\RIL\OperatorNames" where you want to add a key (string) with your operator code (i.e. "22601"="My network").
Some codes I found here:
http://www.firstphoneshop.co.uk/mob...ra-information---service-provider-codes.shtml
In my case I use:
<!-- Network custom name -->
<characteristic type="HKLM\SOFTWARE\Microsoft\RIL\OperatorNames">
<parm name="22601" value="Vodafone RO" datatype="string" />
</characteristic>
cheers,
dan
dan1967 said:
I do not know of this what you want, but you may be looking for this "HKLM\SOFTWARE\Microsoft\RIL\OperatorNames" where you want to add a key (string) with your operator code (i.e. "22601"="My network").
Some codes I found here:
http://www.firstphoneshop.co.uk/mob...ra-information---service-provider-codes.shtml
In my case I use:
<!-- Network custom name -->
<characteristic type="HKLM\SOFTWARE\Microsoft\RIL\OperatorNames">
<parm name="22601" value="Vodafone RO" datatype="string" />
</characteristic>
cheers,
dan
Click to expand...
Click to collapse
Hey!
This doesn't seem to work...
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
supbro said:
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
Click to expand...
Click to collapse
A great tool for linux & mac folks ... I think that makecab.exe is available, if not included in Windows XP (Pro?).
Code:
makecab _setup.xml RegEdits.cab
Thanks for sharing.
Best regards,
-boggsie
boggsie said:
A great tool for linux & mac folks ... I think that makecab.exe is available, if not included in Windows XP (Pro?).
Code:
makecab _setup.xml RegEdits.cab
Thanks for sharing.
Best regards,
-boggsie
Click to expand...
Click to collapse
... and for people who are scared of the cmd prompt
+1 great tool,
esay create cab
thank you supbro
supbro said:
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
Click to expand...
Click to collapse
I've tested the online tool and got error message:
Fatal error: Maximum execution time of 30 seconds exceeded in /users/supbro.com/htdocs/supware.net/CabGen/MakeCAB.class on line 465
jwoegerbauer said:
I've tested the online tool and got error message:
Fatal error: Maximum execution time of 30 seconds exceeded in /users/supbro.com/htdocs/supware.net/CabGen/MakeCAB.class on line 465
Click to expand...
Click to collapse
Interesting, is your xml lengthy? I just tried it again without a problem. Maybe it was a one-time hiccup?
The .xml-file i tried to convert to .cab-file is of 159KB size:
http://www.mediafire.com/file/4wnmyenizjy/WMP9.reg.xml
jwoegerbauer said:
The .xml-file i tried to convert to .cab-file is of 159KB size:
http://www.mediafire.com/file/4wnmyenizjy/WMP9.reg.xml
Click to expand...
Click to collapse
That certainly should be small enough. It seems that the MakeCab.class php file I'm using must have an infinite loop somewhere. If you're interested in trying to fix it, it's here:
http://supware.net/CabGen/MakeCAB.class
Thanks!
supbro said:
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
Click to expand...
Click to collapse
Thanks so much for this - it's awesome!!!
yvettejudd said:
Thanks so much for this - it's awesome!!!
Click to expand...
Click to collapse
Glad someone finds it useful
How i can generate a cab with this xml/reg:
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\Microsoft\CHome" translation="filesystem">
<parm name="DefaultXML" datatype="string" value="<Plugins Order=\CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\ CPRFileName=\Titanium\ DisplayStyle=\Titanium\ />"/>
<parm name="ExtensibilityXML" datatype="string" value="<Plugins Order=\CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\ CPRFileName=\Titanium\ DisplayStyle=\Titanium\ />"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"DefaultXML"="<Plugins Order=\"CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\" CPRFileName=\"Titanium\" DisplayStyle=\"Titanium\" />"
"ExtensibilityXML"="<Plugins Order=\"CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\" CPRFileName=\"Titanium\" DisplayStyle=\"Titanium\" />"
that cointains double quotes? I tried """ but it didn't work...thanks!
edit: SOLVED USING single quote enclosure for value
I post this question for 2 weeks on Q & A. but nobody could help me.. i installed the EPST 2.1 and dosnt work for this rom... it's any other way.? ty
Have you tried flashing a Sense ROM (Sprint Lovers, Myn's, etc.) and then changing your MMS server? It might/should carry over to the Gingerbread ROM.
You could even keep a nandroid of a Sense ROM so if you need to go and update profile/PRL, you don't have to set it up from scratch each time.
spiderman3k said:
I post this question for 2 weeks on Q & A. but nobody could help me.. i installed the EPST 2.1 and dosnt work for this rom... it's any other way.? ty
Click to expand...
Click to collapse
/system/etc/apns.xml or in the framework-res.apk apns.xml
myn said:
/system/etc/apns.xml or in the framework-res.apk apns.xml
Click to expand...
Click to collapse
lol i don't speak that lenguage..!
spiderman3k said:
lol i don't speak that lenguage..!
Click to expand...
Click to collapse
then dont attempt it lol
well I try most of the GB rom. and I love them bc the battery life and the new graphics. and yes I did flash the GB rom into a sense rom.. but if i dont do a full swipe something always pop wrong..! its not a prob change that setting in froyo ##3282# plus the sub code.. but its something else on GB rom..!
Hash codes do not work for any AOSP rom. If u don't want to backup gb rom and flash sense rom, myns method above is probably the only way to change it in a GB build
Sent from my CM7 Powered device
krazyflipj said:
Hash codes do not work for any AOSP rom. If u don't want to backup gb rom and flash sense rom, myns method above is probably the only way to change it in a GB build
Sent from my CM7 Powered device
Click to expand...
Click to collapse
I never done it.. its any "how to ,guide" for this process..? ty again
myn said:
/system/etc/apns.xml or in the framework-res.apk apns.xml
Click to expand...
Click to collapse
Hi Myn.. ty for ur answer.. with root explorer i went to that specific folder and i see the mms server.. but how i can edit that txt.?
I'd try notepad ++
spiderman3k said:
I never done it.. its any "how to ,guide" for this process..? ty again
Click to expand...
Click to collapse
edit: nvm, carry on
spiderman3k said:
Hi Myn.. ty for ur answer.. with root explorer i went to that specific folder and i see the mms server.. but how i can edit that txt.?
Click to expand...
Click to collapse
or yah you can do it this way too ha.
make sure you're in r/w, long press on the file, then open in text editor
myn said:
/system/etc/apns.xml or in the framework-res.apk apns.xml
Click to expand...
Click to collapse
i changed the (/system/etc/apns.xml ) with notepad, i Reboot my phone, but I still can't send MMS, i can send only SMS.. by any chance i have to change also
(framework-res.apk apns.xml) or with (system/apns.xml) should be enough.? the reason why I'm going thru all this trouble its bc I have Boostmobile..
spiderman3k said:
i changed the (/system/etc/apns.xml ) with notepad, i Reboot my phone, but I still can't send MMS, i can send only SMS.. by any chance i have to change also
(framework-res.apk apns.xml) or with (system/apns.xml) should be enough.? the reason why I'm going thru all this trouble its bc I have Boostmobile..
Click to expand...
Click to collapse
framework-res.apk apns.xml and system/etc/apns.xml are the same thing...
what does your apns.xml file look like now?
mrvirginia said:
framework-res.apk apns.xml and system/etc/apns.xml are the same thing...
what does your apns.xml file look like now?
Click to expand...
Click to collapse
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- This file contains fake APNs that are necessary for the emulator
to talk to the network. It should only be installed for SDK builds.
This file is not installed by the local Android.mk, it's installed using
a PRODUCT_COPY_FILES line in the sdk section of the toplevel Makefile.
-->
<apns version="6">
<!-- use empty string to specify no proxy or port -->
<apn carrier="CDMA" mcc="310" mnc="120" apn="0" port="" mmsproxy="" mmsport="" mmsc="" type="*"/>
<apn carrier="CDMA" mcc="310" mnc="120" apn="1" port="" mmsproxy="" mmsport="" mmsc="http://mm.myboostmobile.com" />
</apns>
spiderman3k said:
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- This file contains fake APNs that are necessary for the emulator
to talk to the network. It should only be installed for SDK builds.
This file is not installed by the local Android.mk, it's installed using
a PRODUCT_COPY_FILES line in the sdk section of the toplevel Makefile.
-->
<apns version="6">
<!-- use empty string to specify no proxy or port -->
<apn carrier="CDMA" mcc="310" mnc="120" apn="0" port="" mmsproxy="" mmsport="" mmsc="" type="*"/>
<apn carrier="CDMA" mcc="310" mnc="120" apn="1" port="" mmsproxy="" mmsport="" mmsc="http://mm.myboostmobile.com" />
</apns>
Click to expand...
Click to collapse
this is the system/etc/apn... and i changethe sprint mms from myboostmobile.com one..!
spiderman3k said:
this is the system/etc/apn... and i changethe sprint mms from myboostmobile.com one..!
Click to expand...
Click to collapse
check out the last post on this page...
http://forum.ppcgeeks.com/htc-evo-4g/128821-evo-4g-boost-mobile-mms-problem.html
Thread moved to Q&A.
mrvirginia said:
check out the last post on this page...
http://forum.ppcgeeks.com/htc-evo-4g/128821-evo-4g-boost-mobile-mms-problem.html
Click to expand...
Click to collapse
well I know the pronlem for that.. its the mms server.. like i said b4, on Froyo I have to dial ##3282# and change the servers from there.. but in GB roms are different.. I can't change it that way for now..!
spiderman3k said:
well I know the pronlem for that.. its the mms server.. like i said b4, on Froyo I have to dial ##3282# and change the servers from there.. but in GB roms are different.. I can't change it that way for now..!
Click to expand...
Click to collapse
i know. but what i was saying was it seems like this is the way to fix it maybe?
i don't know much about switching the mms server. i've never done it so i don't know exactly what the issue is. just trying to help.
if you read post #14 on the second page, the guy says that's how he got it to work. so, maybe you'll have to wait for a non-AOSP Gingerbread ROM so that you can use that method. from what i've seen that you changed, and comparing it to my own xml file, it would work if that were the solution alone.
i also should've asked, did you go into recovery after changing the apns.xml file and clear cache and dalvik-cache? not sure if that would have an effect but it's possible.
SM-T705 on stock, rooted with cf-autoroot
1 First of all after rooting I can now also write from PC to the SDcard. What else could any of the fixer apps like SDfix, sd kitkat fixer,... do for me ?
2 I did not use any app, but yesterday I looked into the following file. In my
/system/etc/permissions/platform.xml section "WRITE_EXTERNAL_STORAGE" it said something like
"<group gid="sd_card_rw" (not quite sure about that) but it was defenitly not "<group gid="media_rw"
how come ?
3 Please post your "WRITE_EXTERNAL_STORAGE" section
Apps could not write to SD. Works after SD fix.
Please post your "WRITE_EXTERNAL_STORAGE" section
gggg said:
Please post your "WRITE_EXTERNAL_STORAGE" section
Click to expand...
Click to collapse
after sdfix it looks like this:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="sdcard_rw"/>
<group gid="media_rw"/></permission>
Hi all
i want make g3 theme
but need help
how i can easy make theme
i opening theme and i editing but i want the begining make theme
example :
i dont know this code
<AppIcon name="com.btb.ums/com.btb.ums.lg.ui.msgbox.MessageBoxActivity" image="lg_launcher_ic_messaging" />
<AppIcon name="com.lge.message/com.lge.message.ui.ConversationList" image="lg_launcher_ic_messaging" />
<AppIcon name="com.android.mms/com.android.mms.ui.ConversationList" image="lg_launcher_ic_message" />
i waiting your help and sory my bad english