is there a way to edit the size of the items in the start menu? if so pls post instructions. thanks!
i had the same question someone told me to edit the start* .cpr file but i tried it and it did not work
how do u edit .cpr files?
manachinmaniac said:
how do u edit .cpr files?
Click to expand...
Click to collapse
open with notepad or notepad++
manachinmaniac said:
how do u edit .cpr files?
Click to expand...
Click to collapse
Best is to use XML Notepad from Microsoft. Its free & great, makes it very easy to edit cpr files. Google for it.
orite guys thanks. 1 more thing. where do i find the start .cpr file?
Start menu 4x4 with big icons:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Also did a different rounded-hexagone-select image.
Just replace the files on your Windows folder with the attached zip files.
Download: http://forum.xda-developers.com/showpost.php?p=3813167&postcount=95
Portion of the cpr code to edit for icon size:
<Image ID="Image" Left="15" Top="0" Width="45" Height="45" ScaleStyle="Fit" />
Click to expand...
Click to collapse
thnks twolf!
This belongs in the Q&A section
thank you
I ask that questions ARE NOT ANSWERED in this section.
Related
as the title says...is there?
for the HTC Home-plugin you can change this regkey (or use Home Customizer):
HKLM\Software\HTC\Music Plug-in
Change the key MusicPlayer from 1 (=WMP) to 2 (=HTC AudioManager)
After disabling / re-enabling HTC Home (or softreset) it should work.
For general file associations maybe Schaps Advanced config will help you
(there is a tool to change file associations, see screenshot lower left)....never tried, but maybe it's your solution ?
Cheers
thanks for your reply but how do u find the HLKM folder to get to registry?
Freshumz said:
thanks for your reply but how do u find the HLKM folder to get to registry?
Click to expand...
Click to collapse
HKLM is standing for HKEY_LOCAL_MACHINE. But this key is only for the HTC-Home music-Plugin...added a screenshot for you:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Freshumz said:
thanks for your reply but how do u find the HLKM folder to get to registry?
Click to expand...
Click to collapse
Ignore that if your not used to Editing the reg. a much easier way is to run HTC customizer. its very simple and fool proof. Attached
Hi guys, its been a while since I contributed to this community, here is the icontact skin for people that likes sprint manilla theme, just save the image in your computer, put it in icontact directory and pick the skin from icontact settings, enjoy!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thanks, man. Looks nice. But you forgot to attach the files?
@nimravus:
Just right click and save the image. Place it in the Icontacts directory, and select it under skin settings.
Sorry,
there are need 2 files for skin.
save this image is only one file.
where can i find another file?
intx said:
@nimravus:
Just right click and save the image. Place it in the Icontacts directory, and select it under skin settings.
Click to expand...
Click to collapse
@intx, thanks.
hkpeople said:
Sorry,
there are need 2 files for skin.
save this image is only one file.
where can i find another file?
Click to expand...
Click to collapse
you dont need 2 files, in the latest icontact 0.92 he removed the skin file and implemented it in the .png so all you need is the .png file and you're good to go.
Can anyone tell me how to create a link to the Memory page?
This one:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Edit: [SOLVED] So, based off of what Alexs posted here's what you need to do.
Create a shortcut using File Explorer. I don't think it matters what it's a shortcut to initially.
Once you have made the shortcut, use Total Commander and go to the shortcut's properties. Once in the shortcut's properties, go to the "Shortcut" tab at the top of the screen. In the "Target" field, type what Alexx said "ctlpnl cplmain.cpl,4". Then, rename the shortcut to whatever you want the link to say in the start menu and move it to whatever Start Menu folder you want it in. Or, if you're cooking it in, just add an app.dat that makes your shortcut go wherever it is that you want it.
Thanks again Alexx~
21#ctlpnl cplmain.cpl,4 - Main
23#ctlpnl cplmain.cpl,4,1 - Storage Card
I know the Main screen is cplmain.cpl,4, but how would that look in app.dat form.
Say if I wanted to place a link to that in my Tools folder, fill in the blanks:
Directory("\Windows\Start Menu\Programs\Tools"):-File("Memory.lnk","?_____________?.lnk")
Would it be:
Directory("\Windows\Start Menu\Programs\Tools"):-File("Memory.lnk","\Windows\cplmain.cpl,4") ?
or
Directory("\Windows\Start Menu\Programs\Tools"):-File("cplmain.cpl,4","\Windows\cplmain.cpl,4") ?
try this
10 characters
Sweet that worked! I see how you did it. Thanks a lot for teaching me something new!
i was tried to edit the xml from an apk by my GY but some xml file shows that
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
what is those ????? icons?
any idea or suggesion to edit them through GY? any suggestable app??
hmahadi98 said:
i was tried to edit the xml from an apk by my GY but some xml file shows that View attachment 1283310 what is those ????? icons?
any idea or suggesion to edit them through GY? any suggestable app??
Click to expand...
Click to collapse
That's a compiled xml.You cant edit an xml unless you decompile the apk.There are several pc tools like apktool,apkmanager,virtuos ten studio etc..
the apk actually has a compression signature which alteration results to a encrypted data
you must decompile to use the signature
thanks guys but i want to edit them through my phone,so is there any android app that can edit those type xml file? or compile apk?
hmahadi98 said:
thanks guys but i want to edit them through my phone,so is there any android app that can edit those type xml file? or compile apk?
Click to expand...
Click to collapse
ninjamorph or metamorph,
google it
smali syntax highlighting for notepad++​thanks to Jho for pointing out how to get code folding to work. i updated the syntax file and made a few other tweaks. the link and picture have been updated and here are the instructions for installing (tested with v5.9.6.1):
View -> User-Defined Dialogue...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click Import
Select smali_npp.xml
no picture here, use imagination
There will be a message box that says "Import successful."
Any new files you open should have syntax highlighting.
several people have asked for smali highlighting for notepad++. thanks to furrelkt for having already sent me an example. here's what i've come up with: https://sites.google.com/site/lohanplus/files/smali_npp.xml
for dark backgrounds, try this: https://sites.google.com/site/lohanplus/files/smali_npp_darkbg.xml
there are many limitations for notepad++'s user defined language. i could not get many tokens to highlight correctly, or as well as ultraedit or the highlighter used on this blog. perhaps a full lexer plugin could handle it. if you write one or make improvements to this xml, let me know.
iif i help u plz hit thanks button
Thanks for this, tested in lastest version of Notepad++ (6.6.3) and working!
In this version to import go to "language>define your language>import"
Thank you very much! ^^
Thank you! Tested on v7.5 working