ignore - mod delete please - Windows Phone 7 General

ignore this! this has been out for some time going by the numbers.
sure I was up to date already though... never mind.

...............

Related

could anyone send me a cab file of htc_symbol_pad?

cause i wanne remove it from other guy's rom,but cannot figure out related files and register info
give me your postal address and I will send it to you.
starven said:
cause i wanne remove it from other guy's rom,but cannot figure out related files and register info
Click to expand...
Click to collapse
well, since you're new on this website, here is what you're searching for (if I understood right what you really want)
http://forum.xda-developers.com/showthread.php?t=338209
but next time you can use the third tool on the right of the top page (Search) to find your question or what you need before you ask for it.
case closed!
gotcha ,thanks , i found it here
http://forum.xda-developers.com/showthread.php?t=379815

supernoob how do i put themes on my rooted rc33 g1

i cant figure it out and i dont wanna ruin my phone
zcollins11 said:
i cant figure it out and i dont wanna ruin my phone
Click to expand...
Click to collapse
read!!!search!!!
Help..
Maybe you should help him above poster, you are clearly wasting your time just telling him to research if he didn't manage to do that before he posted.
-Download the theme
-Rename to update.zip
-Copy to SDcard
-Power up phone in recovery
-Alt+L if you do not see any text, then Alt+S, or just Alt+S if you see text.
Then let the update finish, and youre set to go.
thank you is this where i find themes
Seriously wasting thread space with pointless questions that are answered with a little more effort. Search the forum.
Nooo... there are no themes in the section dedicated to themes and wallpapers.. this is where you find out how to fly airplanes. =.='
Like all those said above, please either A. use the search first or B. use your common sense.

Dev Questions

Hi all,
I'm currently working on a 2.1 Sense-UI 'Lite' Rom, which will use a customised, lightened version of the Espresso Rosie. I'll be no-doubt spending every second of my free time in Photoshop with the aim of making this rom look stunning.
As for the rom itself:
I've used highlights from several of the current 2.1 releases from this and other forums, and I'm pretty happy with it so far; it has a very small 'not working' list, and the filesize is reasonably low for a Sense UI rom. Of course, I'll credit people where credit is due.
Anyway, the questions. Some of this may seem incredibly dumb. Please assume that I have an understanding of Linux, but I am very new to Android Development. I've simply read the guide that Lox posted, then taken a 'learn whilst I work' approach. So...
1. How do I edit the 'Software Number'? (I can't seem to find it)
2. If I start again with a clean, AOSP 2.1 rom, how do I make it use Rosie? It can't just be a case of putting the Rosie.apk in the right place can it?
3. If I want to select which apps/widgets appear and where, do I edit the relevant XML which contains the Screen/X/Y locations?
If/when I have more questions, I'll post them here!
Thanks in advance
1. Sorry dont know,
2. No you need to add all the framework files, quite a few of them I think.
3. system/customize/mns/default.xml
Dan
Thanks Dan. I have the Framework files, so that's easy enough.
I suspected it was the default.xml, so thanks again.
Anyone know the answer to my first question?
I think that it is somwhere in build.prop but I can be wrong.
1. No idea what you mean by 'Software Number'
2. com.htc.framework.jar and friends need to be added to init.rc's BOOTCLASSPATH var ... so at the very least, you need to provide a custom boot.img ... that rules out adding it over other custom ROMs ... on top of that all the Rosie related /system files need to be present...
3. yes - that default.xml is the place ..
Good luck ...!
(Side note ... Why oh why would you want to add sense!)

Adding an apk to SecSettings.apk

I've run through several how-to's and I still can't get an app to compile after I make the changes to add something to the settings app. I make the changes to strings xml and settings_header but then it won't compile. The reason for it not compiling seems to be an issue with the android manifest xml but in all I have done I do not alter it (or maybe I need to)
Anyone have an idea ? Thank you !
hednik said:
I've run through several how-to's and I still can't get an app to compile after I make the changes to add something to the settings app. I make the changes to strings xml and settings_header but then it won't compile. The reason for it not compiling seems to be an issue with the android manifest xml but in all I have done I do not alter it (or maybe I need to)
Anyone have an idea ? Thank you !
Click to expand...
Click to collapse
Most devs don't cruise the Q&A section, so you will probably get more help here. It will also benefit other members having it all in one place.
Some more info will help like what app you are trying to add.
upndwn4par said:
Most devs don't cruise the Q&A section, so you will probably get more help here. It will also benefit other members having it all in one place.
Some more info will help like what app you are trying to add.
Click to expand...
Click to collapse
Thank you. It's a bit unclear the best place to ask questions not related to flashing or someone else's ROM. That and I was getting pretty mad and now that
I read my above question,it is so vague and rambling.
I posted my question over there.
http://forum.xda-developers.com/showpost.php?p=42007405&postcount=41

[Guide][tip]adding text that appears while flashing a rom from cwm

Okay so this guide is for peoples (and everyone who are intrested) who requested me to demostrate how to manupulate the text that comes im cwm screen during flashing of a custom rom
****I AM NOT RESPONSIBLE FOR MESSING OF BRICKING YOUR PHONE SO PLEASE TRY ON YOUR OWN RISK****
First decompress the rom (you should know how to do that if you are trying to mod it or use search button )
For custom text, you have to edit updater-script
If you dont have any knowledge of updater-script then:
***DO NOT EDIT ANYTHING EXEPT WHAT I DO OR YOU MAY MESS UP YOUR ROM***
You may find the it here at:
META-INF/com/google/android/*here*
**do a Backup of the file first**
use ONLY but ONLY notepad++ for opening the updater-script or it may get currupted
Add this in given format::
ui_print("TEXT should be here");
(Note: you can add many lines in the given format if you want many lined texts while flashing)
Add your text start at top in tje format as mentioned and save the updater-script and replace it with original in the rom
Now compress the rom again and make a flashable zip...
And you're ready to see your custom text while flashing it via cwm
Credits: all xda dev who are amazing teachers..
Ps. Its my first thread so correct me if something is wrong
press THANKS if i helped you in any way
Cheers
Hritik154 said:
use ONLY but ONLY notepad++ for opening the updater-script or it may get currupted
Click to expand...
Click to collapse
lol
I use Notepad (not Notepad++) and it never gets corrupted. To be honest, any text editor will do, so long as you don't mess up in your editing.
NightRaven49 said:
lol
I use Notepad (not Notepad++) and it never gets corrupted. To be honest, any text editor will do, so long as you don't mess up in your editing.
Click to expand...
Click to collapse
Im generally recommending notepad++ for editing files..plus i said it MAY corrupt the file..its just a precaution for my future posts where you (in general) may want to edit xml files and opening with notepad will corrupt it...for example try opening build.prop next time with notepad you'll know what im talking about
Hritik154 said:
Im generally recommending notepad++ for editing files..plus i said it MAY corrupt the file..its just a precaution for my future posts where you (in general) may want to edit xml files and opening with notepad will corrupt it...for example try opening build.prop next time with notepad you'll know what im talking about
Click to expand...
Click to collapse
notepad++ have a good layout for editing a code
btw my friend kurotsugi already create this thread
and last...u must sign ure rom
Development in galaxy y is so fast now and i think no one is noob here
and why we are using Notepad++
becoz it has 3 formats for diff. operating system.
1.windows/DOS
2 unix/posix
3.mac
if u r writing code for linux than u choose 2nd one in EOL CONVERSION.
Becoz Android is linux based OS.
kartik verma said:
Development in galaxy y is so fast now and i think no one is noob here
and why we are using Notepad++
becoz it has 3 formats for diff. operating system.
1.windows/DOS
2 unix/posix
3.mac
if u r writing code for linux than u choose 2nd one in EOL CONVERSION.
Becoz Android is linux based OS.
Click to expand...
Click to collapse
Lol someone is spamming thread just cuz i pointed out error in his mod xD dunno how xda came to this point...anyyyway you already said no noobs here so i guess everyone knows its a linux based os and how to use notepad++ i said use it its upto you if you want to or not..and as i said its for precaution while editing xml files cuz they may get corrupted while using notepad..greets
Hritik154 said:
Lol someone is spamming thread just cuz i pointed out error in his mod xD dunno how xda came to this point...anyyyway you already said no noobs here so i guess everyone knows its a linux based os and how to use notepad++ i said use it its upto you if you want to or not..and as i said its for precaution while editing xml files cuz they may get corrupted while using notepad..greets
Click to expand...
Click to collapse
m not spamming ur thread
u r a free lancer and their is no error in my mod.
peoples like u who figuring out useless error in other mods which arent exist.
This is a thread , on the request of users.
u made thread like this.... XD
Why not u post about permissions in android ...??? They are more helpful than this plus.
kartik verma said:
m not spamming ur thread
u r a free lancer and their is no error in my mod.
peoples like u who figuring out useless error in other mods which arent exist.
This is a thread , on the request of users.
u made thread like this.... XD
Why not u post about permissions in android ...??? They are more helpful than this plus.
Click to expand...
Click to collapse
Please check your post or pm me if you wanna know something not related to this thread..its actually spamming just dont increase postcounts until or unless you have something to ask from this specific thread
Hritik154 said:
Please check your post or pm me if you wanna know something not related to this thread..its actually spamming just dont increase postcounts until or unless you have something to ask from this specific thread
Click to expand...
Click to collapse
no need to ask already learnt many thing which u are learning now.
and i dont want to increase post counts and i dont want likes , i never say other user to like maah post , i help u so hit thanks buttons.
like u who say "press thanks buttons"
kartik verma said:
no need to ask already learnt many thing which u are learning now.
and also want to increase post counts and i dont want likes , i never say other user to like maah like , i help u so hit thanks buttons.
like u who say "press thanks buttons"
Click to expand...
Click to collapse
Why do you have to be so irritating :/
Just simple to understand line:
DONT POST IF YOU DONT HAVE SOMETHING TO ASK RELATED TO THREAD
grow up guys
back to topic or malybru come here
The reason why you should use notepad++ is due to the way windows handles the return key (and other functions)
If you make a new line (ie press enter) windows and Linux handles this differently and may cause the script to fail unless using the way Linux interpretates it by using notepad++
Anyway there are plenty of threads in xda that go into far more detail & explain all the commands of the updater script so I suggest if you want more details please search

Categories

Resources