Home Screen Tile Layouts? -- Whats Your's? - Windows Phone 8x by HTC

Saw a few good example's of this on other forums within XDA, Thought it'd be a good idea to get one going. Might as well get stuck in with my first post as well!
Here's mine to begin with.

What app did you use to get an image of your phones screen?

its built into Windows Phone 8, you press the Windows/Home Button and the power button at the same time and then it takes the picture, go to your photo's and it will be there in the folder "screenshots"

kingcartwright said:
its built into Windows Phone 8, you press the Windows/Home Button and the power button at the same time and then it takes the picture, go to your photo's and it will be there in the folder "screenshots"
Click to expand...
Click to collapse
That exact way above! - Then used an app called 'Phototastic' and stitched everything together.

moved to general, not dev related.

Power > Home Button
{
"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"
}

Here's mine!

I like to keep mine fairly simple.

Related

Modifying HTC Home plugin for today screen

Hello,
I'm currently using this layout for the HTC Home plugin:
{
"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"
}
You can see a dark square on the selected tab. Is there any way to remove the dark square, so that youy cant see any difference between tabs ?
The following thing I tried don't work:
- remove from program files\htc home : HH_FW_selectedfill.png, HH_FW_selectedleft.png, HH_FW_selectedright.png, HH_BEZEL_fill.png (home plugin will load empty when doing this)
- put empty files in program files\htc home and renamed them to the ones above in this post (home plugin will load empty when doing this)
- resized the files to 1 pixel by 1 pixel (no difference in change at all)
Does anyone know how it can work ?
PS: the default files were already transparant so that's also not an option
try renaming the pressed button pics to the name of the unpressed.
fzzyrn said:
try renaming the pressed button pics to the name of the unpressed.
Click to expand...
Click to collapse
Thanks for the reply, but thats just impossible

How can i disable the on screen asnwer button

When some one calls me and i go to reach for the phone i tend to grab it by the screen and either answer it un-wanting or shoot them to voice mail, can i disable those buttons and just use the hardware buttons to answer and hang up?
Long time reader, first time poster
Thanks!
-Josh
You need Answerkeys Disabler. Cab file is attached.
sp00nix said:
When some one calls me and i go to reach for the phone i tend to grab it by the screen and either answer it un-wanting or shoot them to voice mail, can i disable those buttons and just use the hardware buttons to answer and hang up?
Click to expand...
Click to collapse
You can try TouchLockPro, with registry setting LockTouchPanelOnly = 1.
http://forum.xda-developers.com/showthread.php?t=444215
{
"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"
}
Cool thanks guys, The auto locker works nice, i love the idea of being able to disable the buttons with that first tool but it doesn't work for me :-\. Any ideas?
I can open it and tells me its already enabled and asks if i would like to disable it, but the buttons still work.

[Q] help with app inventor

Hi all,
I had my first attempt's of making an app last night.
Simple app background picture, and 3 buttons on top taking you to 3 page's
{
"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"
}
In regard's to the block's I thought I had then setup perfect but when I press the button's nothing is happening
Button 3 is named youtube
-1 instance of activity started has been placed onto this button
-the action given is "android.intent.action.VIEW"
-the Data Uri given is "http://http://www.youtube.com/tglancers"
The block's are layed out like this
Can anyone point out where I have gone wrong?
Recheck the Data Uri, seems like you should have gone with
"http://www.youtube.com/tglancers"
instead of
"http://http://www.youtube.com/tglancers"
I was looking at other people's block's on youtube and I found that what I was missing was the Launch.......StartActivity
I have the GameBattle's and Forum button's working. But for youtube even though its setup as a web page on the browser its not launching.
And yea.... cheer's for pointing out the http://http:// error
Ok I deleted the youtube button and started again and it work's fine now.

[REQ.]Boot/Down animations

I am as foreign to making computer animations as Rosanne is to a treadmill. So, I was wondering if it would be impossible to make a boot animation that just looked like a tv turning on, starting with the dot going to the horizontal line expanding to a fuzzy screen, then "changing channels" to the home screen?
Then for the down animation, could it be made to look like the screen breaks and the phone just dies?
Impossible?
http://forum.xda-developers.com/showthread.php?t=1195942
mgorman said:
http://forum.xda-developers.com/showthread.php?t=1195942
Click to expand...
Click to collapse
That link did not answer his question, unless you meant for him to re-post in that section. I'll try to make something like that, I'm bored at the moment.
EDIT: Spent hours on this, and I cannot get Gimp image editor to do what I want it to do. Sorry...
EDIT2: Got a shutdown
{
"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 here for zip
Now that is very cool. Thank you!
The power on screen is easy. The channel changing is the only thing I have a problem with. I don't know what images you want to change from and to. If you sent me some images you want to change, I got an idea of how I will do it.
Sent from my HTC Sensation 4G using XDA App

Power switch part number?

I was wondering if anyone knows the surface mount part number for the power button on the TF101. My kids not only broke the plastic but also knocked off the surface mount switch.
I've downloaded volume on/off apps but sometimes you need a real power button when flashing and what not.
Any help is greatly appreciated.
Have a look through these parts, you might find it here
http://www.asusparts.eu/en/partfinder/Asus/Pad/Eee pad/TF101
I saw that on another thread but they replace the entire unit i think. I'm sure there has to be a digikey equivalent or something for just the switch right?
I mean I can short the two pins and it powers on/off so i'm sure the the module is fine. I just need the switch.
That site is just a parts site, they just send you out whatever you ask for, I just linked to it because they list the part number on the items
It's just a micro switch really, you could probably find one on ebay, it's only job is to press to connect and release to disconnect, any micro switch that you can find to fit should work
Few here
http://www.ebay.co.uk/sch/i.html?_t...o+switch&_nkw=micro+switch&_sacat=0&_from=R40
EDIT - Something like the smallest here
http://www.ebay.co.uk/itm/09000-Min...mponents_Supplies_ET&var=&hash=item416fe0014d
{
"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"
}
Yeah this is more like what I was thinking....Thanks a ton man!
No probs, give us an update if you get it fixed

Categories

Resources