What are QTC files? - Touch Diamond, MDA Compact IV General

And where are they?
In the portal xml file i see a link to
\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc
But there doesn't seem to be a HTC folder, and using TC to search the device there is no banner_selected.qtc
anywhere - hm....?

Related

Default HTC Black

Hey guys, does anyone have the default HTC black theme, or can you tell me how to get it?
I installed a theme I didnt like, and was unable to install it, and with some application I installed I was able to remove it.
It wasn't completely removed because when I make phone calls the number pad is themed. It pisses me off because I am unable to see the name and number that is phoning me.
I have a bunch of manilla files in my windows directory, do I delete those? Do I just take the default HTC black theme in .cab form and install it? (If so can you link the cab?)
Edit: I'm on a touch pro btw, RAPH800
There are a bunch of threads out there with the HTC Black tsk file. Please search before posting.
To restore, you can try this: In Total Commander, select Hide ROM files. Then delete all manila files you find.
But this might not work completely - then your only choice is a hard reset.
I search everywhere in xda forums but I couldnt find...
If it's here, it is playing hide-and-seek very well...
Do you mean this file?
This file is WVGA format.
View attachment 342248
iam3dhcm said:
Do you mean this file?
This file is WVGA format.
View attachment 342248
Click to expand...
Click to collapse
thank you!

If you need XML assistance...

I am just getting rolling with Android developement and hacking so while I get my legs on the app developement and theming I thought I would offer my assistance with any xml editing that needs to be done as I noticed there were quite a few references to people needing help editing xml.
PM me with any assistance you need editing/modifying xml.
dashultz said:
I am just getting rolling with Android developement and hacking so while I get my legs on the app developement and theming I thought I would offer my assistance with any xml editing that needs to be done as I noticed there were quite a few references to people needing help editing xml.
PM me with any assistance you need editing/modifying xml.
Click to expand...
Click to collapse
What tools are you using? Once you pull a XML file from an APK what are you using to open, read, and edit the files? Thanks!
KenIzz said:
What tools are you using? Once you pull a XML file from an APK what are you using to open, read, and edit the files? Thanks!
Click to expand...
Click to collapse
Decompile using apk manager, then edit whatever xml using something like notepad++ or any other rich text editor. After done editing, compile and sign.

App location question?

Hello,
I have not been able to find a direct answer on this. Hope I am posting it in right section.
Some time ago a friend gave me an .apk file which was an app that is/was supposedly no longer in android market.
I have two tab's and downloaded an app which I can no longer find in the android market.
Where are the app's located and can I copy it and email it to my self; the .apk file?
Thanks.
Moving to Q&A (the clue was in the title )
PS.
Welcome to XDA
Apps get installed in either the system\app folder or the data\app folder.

[Q] .apk file editing

My knowledge about the android development is mediocre....I have Samsung galaxy tab 2 P3100.....I rooted that myself and i can flash different roms.....thats all i know about android....Any help will be appreciated...
Is there any way i can edit .apk file. I want to change the GUI of a particular application. The name of the application is 7notes with mazec.
the attachment contains 2 images.
1) This is how the original app looks like [red square]
2) I want the app to look like this...
I can send the .apk file or only instructions also will do...
Thanks in advance!!
Similarly can i edit the GUI of any application..
You can edit the .apk but you have to decompile with apktool and edit .xml files to accomplish this. I'm no programmer but I have learned how to decompile and recompile .apk and make minor adjustments. If you know how to write xml then it shouldn't be that difficult but first you should search the forums for how to use apktool.
Steeleio said:
You can edit the .apk but you have to decompile with apktool and edit .xml files to accomplish this. I'm no programmer but I have learned how to decompile and recompile .apk and make minor adjustments. If you know how to write xml then it shouldn't be that difficult but first you should search the forums for how to use apktool.
Click to expand...
Click to collapse
Thnx Steeleio....i will try that.....i dont know xml....i will search on that too.....can u suggest me some forums to learn apktool?
I have done THIS guide which should be of some help, but repositioning buttons and icons is something you'll need to Google for and experiment with.
AkshayGTP3100 said:
Thnx Steeleio....i will try that.....i dont know xml....i will search on that too.....can u suggest me some forums to learn apktool?
Click to expand...
Click to collapse
XperienceD said:
I have done THIS guide which should be of some help, but repositioning buttons and icons is something you'll need to Google for and experiment with.
Click to expand...
Click to collapse
Akshay, your welcome. The link Xperience provided seems to be an excellent guide to apk edits. Once you learn how to decompile and start relating the xml coding with how things are laid out in the UI, you should be able to figure out how to produce the output that you want. Good luck.
XperienceD said:
I have done THIS guide which should be of some help, but repositioning buttons and icons is something you'll need to Google for and experiment with.
Click to expand...
Click to collapse
I read your entire post and it was very helpful to get started.....I successfully decompiled the .apk using apktool.....found out where the .img images are.....now i guess i will have to edit the xml code related to the .imgs i want to be relocated....right?.... just point me in the right direction.... i can send you the apk file of the application....
AkshayGTP3100 said:
I read your entire post and it was very helpful to get started.....I successfully decompiled the .apk using apktool.....found out where the .img images are.....now i guess i will have to edit the xml code related to the .imgs i want to be relocated....right?.... just point me in the right direction.... i can send you the apk file of the application....
Click to expand...
Click to collapse
Great stuff. It is now about figuring out how to go about repositioning the images, but that task is something you're going to have to do I'm afraid as it can be a time consuming process, especially when learning, plus repositioning is above my skill set.
AkshayGTP3100 said:
I read your entire post and it was very helpful to get started.....I successfully decompiled the .apk using apktool.....found out where the .img images are.....now i guess i will have to edit the xml code related to the .imgs i want to be relocated....right?.... just point me in the right direction.... i can send you the apk file of the application....
Click to expand...
Click to collapse
Look in /res/layout/
Send me the APK, I'll see if I can guide you in the right direction.
DemonWav said:
Look in /res/layout/
Send me the APK, I'll see if I can guide you in the right direction.
Click to expand...
Click to collapse
Here is a link for the .apk file...... https://www.dropbox.com/sh/xnm0f7qax191raw/KZRRuJSsh-
I found the layout folder already.....i think the related xml code is in the /res/layout/keyboard_handwriting.xml file.... am i correct?
i dnt know anything about the xml.....mean while, i will try to find out how to relocate the layout for the buttons.....

[Q] [HOW TO] Generate a pdf file in android?

Hi,
I am writing an Android application that must take what appears in the fragment of Activity and save it to a pdf file that should open later.
Could you help me generate the pdf file?
I tried to use the various libraries Recommended Web com iText or JOpenDocument but I managed to get alun result in the generation of the pdf!
I also tried to use the source code contained in the developer site of google!
please someone help me?
Thank you!!
It's really a good point... Looking forward to see how
Sent from my GT-I9505 using XDA Free mobile app

Categories

Resources