Awesome WP7 Tips&Tricks - HD2 Windows Phone 7 Q&A, Help & Troubleshooting an

I just wanted to post a couple of helpful tips&tricks for those who are new to the wp7 os.
10 Tips&Tricks
1. Using the Windows Phone 7 voice controls
Press and hold the Windows key at the bottom of your screen and you can start talking to your phone. Try saying "Open Calendar", to see what we mean.
2. Adding apps to the Start screen
When you are in the long applications list on your phone pressing on an icon and holding brings up a contextual menu that gives you a series of options, one of which is "pin to start". Press on this option and the app will be shown on the Start screen.
3. Add people to the start page
No it's not just about adding apps to the start page, but people too. Find them in your contacts book, click on the "pin" icon, and they'll be added to your Start page so you can speed dial them whenever you need.
4. Moving your tiles around
Adding a new app or tile to the Start screen will place it right at the bottom. If you want it to be elsewhere, press and hold on the tile in question and then you are free to move it up and down and rearrange your tiles to best suit your needs.
5. Removing apps from the Start screen
You like the app, but you don't really want it on your Start screen anymore. No worries. Hold your finger on the tile in question for a couple of seconds and when it highlights press the no pin icon in the top right-hand corner.
6. Uninstalling apps
You've tried it and you don't like it. No problem. Head over to the menu list and press down on the app in question until you get the contextual menu. Select uninstall and you're done.
7. Rating and reviewing apps
You really love the new app you've downloaded, so much so that you want to rate and review it so anyone else interested knows whether it's any good or not. With Windows Phone 7 you don't have to wait until you delete it to rate it, you can rate and review it at any time. Press and hold down on the app in question until that contextual menu appears and then choose "Rate and review". It will bring up another page allowing you to have your say and give it a rating out of five. Easy peasy.
8. How to change the theme
If you've got your Windows Phone 7 phone from Vodafone the theme is going to be all red, O2 is dishing out blue themes and Orange, orange ones. An all red themed phone might be a bit much (we hear you), but fret not as you can change the colour of the tiles and other features in the Setting area. Zip on over to the menu list, select Settings, and then Theme. Here you can choose the colour of the background and the accent colour. Background options are "Black" or "White" while you'll get nine accent colours to pick from. Lime, anyone?
9. Swipe to the left
Windows Phone 7 is built around the idea of panoramic tiles that you swipe to reveal more content off screen. It's always worth seeing if you can swipe to the left as there might be more stuff waiting to be revealed.
10. What are the dots?
Whenever you see three dots at the bottom of the screen, that's a menu for more options. In photo playback for example, it will give you the options to delete the image or perform a quick upload.
72 Windows Phone 7 tips and tricks here:
http://www.pocket-lint.com/news/3641...s-phone-7-tips
For those who need access to a US market, or wherever...
1st, when you link your live account to the phone, you'll automatically get an e-mail from Microsoft phone 7 in your inbox.
this had some useful links in it. for example, I didn't download the full zune package, but another version witch works as well and is quite a bit smaller.
2nd, create an extra live account with false location settings, i set mine on Beverly hills, California, so you can access marketplace, xbox live etc.
(you can add an other account for your e-mail settings etc)
Transparent Lockscreen Wallpaper
This is the link to the wallpaper:
http://phone7.files.wordpress.com/2010/12/clawpaper.png
Simply send yourself an email with the image attached, then open the email on your phone and save the image. When you view the image, you have an option of setting it as your wallpaper(The Zune software only seems to sync JPEG’s)
Click on the PNG attachment and then wait a few moments. Once the ‘cancel’ button next the attachment disappears, click again. This should open it in the picture viewer with the option to set as wallpaper.
Until the lock screen has started any animation, the home screen will appear black. Presumably this is because the home screen isn’t loaded until the lock screen has been touched, which makes sense. Secondly, it doesn’t work if you have a password on the lock screen. Having a password is obviously a good idea, so it’s a shame this doesn’t work with the password.
Lockscreen Text App
A useful application is Jivtech's Lockscreen Text App. Head on over to the site for more info about an application that allows you to quickly and easily add text to your lockscreen wallpaper
http://www.jivtech.com/lockscreentext.aspx
Have fun!
If I helped please hit the Thanks button!

Related

Putting PPC (Harrier & iMate) app on Treo 700wx Issues

Hi,
I have an application which has been running nicely on Harrier and iMate devices, well any PPC devices really because of their rectangular screen shape.
My client has gone and bought some Palm Treo 700wx devices, and they have a smaller square screen.
In the resource of my project the screens are designed to fit PPC. When it runs on the Treo the Treo automatically pops up a scroll bar to allow the whole view to be seen.
The issue is when I first go into the app I can't see the top of the screen, about 20 odd pixels heigh aren't displayed. The scroll bar still displays and I can scroll down to the bottom of the view, and when I scroll up again the top of the screen is still out of sight.
If I exit the app just by tapping on the x in the top right corner (so the app is still running, not exiting properly via my Exit button which shuts down the app), I exit the app and then when I go back into the app the screens are displayed correctly, there is no missing space at the top of the screen.
If I exit the app via my exit button and then start the app again, the top of the view is missing again.
Does anyone know why the screen isn't displayed correctly when I first enter the app, or why it should come right when reloading the view again? Has anyone else had problems with screen layout when putting PPC apps on the square Treo 700wx?
Thanks
It sounds like you have a 'refresh' problem. I haven't encountered this my self and it is really hard to diagnose when you don't even tell us what language your app is written in, but basically here is what I think happens:
When your app is launched, part of its window doesn't get properly painted (not sure why exactly).
When you click the X the app isn't closed, but minimized.
When you return to it the window is maximized and repainted. Second repaint goes correctly.
The quick solution to this would be to force a window refresh just after the app is fully started.
Sorry I forgot to add the language.. it's written in eVC++ 3.0
I'll give the refresh a go, thanks
Further Questions..
I thought that minimising and then maximising the screen fixed the problem, but only partially..
Because the screen in resource is designed for regular PPC it is bigger than the Treo 700 screen size, so the OS automatically shows a scroll bar.
The new issue I'm seeing is to do with the scroll bar. The steps I take to reproduce the issue are:
1. Go to View1, and I scroll down the view (I'm using CView not CDialog)
2. Go to View2
3. Go back to View1. When I go back to the first view the scrollbar is scrolled down in the position I left it.
4. Scroll up to top of view and some of the controls in the wrong place. Some controls I dynamically create in OnInitialUpdate, and as part of the Create() I pass in CRect to tell it where to create the control.
If I set CRect.top to say 10, it's created 10 down from the top of the visible screen. The problem is that because I've scrolled the view previously the view draws it 10 down on the visible portion of the view.
I had thought that the easiest solution would be to always reset the scroll bar to the top of the view before creating my controls, but I'm not sure how to force the OS scroll bar to the top of the view. I've tried SetScrollPos(0,0) or ScrollWindow(0, y). ScrollWindow moves the actual view up or down, but the OS scrollbar is still in the same position.
Any ideas on how to set my view window to the top and to reset the scrollbar?
Thanks again
How to refresh a view?
I have sorted the issue mentioned just above, by finding the scroll position and factoring in that when I set the value of CRect area of the controls I need to dynamically draw.
I'm now just left with the first issue, of when I first start up the app the top part of the window and scrollbar are covered by the Title/Taskbar at the top of the screen.
If I close the app via the x button and restart the app, the issue resolves itself. Or if I open up any dlg like the About screen or even display an AfxMessageBox, when I close the dialog the original screen is redrawn correctly, in the correct position and scroll bar fully shown.
I have tried calling RecalcLayout(), RefreshWindow(), UpdateWindow(), Sending WM_SIZE messages and a whole range of things, but I can't seem to get the screen refreshing correctly apart from when I open any dialog and close that dialog.
When you close a dialog what messages get sent to the previous view that force it to redraw? Does anyone have any suggestions how I can force a refresh myself?
Thanks again
Did you try InvalidateRect?
I am getting a bit rusty with MFC, since I now try to do things the hard way and use pure win 32, but this should work.
If you can't use it as a class member, call the API directly using you view GetSafeHwnd() function for window handle). Use NULL for lpRect to redraw the whole window and FALSE for bErase to prevent flickering.
Note that UpdateWindow() only triggers repaint if part of the window becomes invalid (the contents needs redrawing).
No I hadn't thought of using InvalidateRect(), so I should give it a go.
In the end I just wanted the issue fixed so opted for a quick 'n dirty solution of displaying a temp CDialog as soon as the app starts and calling EndDialog() immediately in the OnInitDialog() so the dialog disappears before you see it.
It worked and the original screen gets updated to correct size, layout and scroll bar.
Cheers.

A few questions here

Hi people
Although I have been a thorough reader of the forums, I am posting today after a long time, after having spent days looking for what I need and not finding it. Appreciate your help with the follows:
1. I need an app launcher/dock/shortcuts widget on the home screen that lets me access some of the apps/activities from the homescreen without taking a lot of space (something like the Home++ launchbar at the bottom). however I am not looking to change the desktop entirely (so no home++, pandahome etc), and apps like bar control, ultimatefaves and bettercut don't do it for me simply because they do not group the things I want together in one place (i.e. under one button or dock or bar). Anything else I can try?
2. I am looking for a way to launch the call log by pressing the phone widget, and not the dial pad. Is there a way around this?
3. Am also looking to somehow change the lock screen mute slider to change to a vibrate-only slider instead...any clues?
4. I am looking for a list of wallpaper sites that have wallpapers for N1 in the correct aspect ratio and resolution so when applied they do not lose their sharpness
5. In better cut, whatever icon pack I use it cuts the icon image when placing it on the phone home pages...resolution needed please.
6. Looking for a full screen caller image when I get a call or make a call, preferably of high quality.
7. For some odd reason, google listen is not appearing in my market, can someone share the apk link here please?
Apologies for so many Qs, I have no been able to find solutions to these till now, would really appreciate any help.
Regards
bump....people help pls
1- You can add a "folder" on your home screen, rename it and drop inside whatever apps u want
7. Just search for "Listen" it's the first hit. Or serach for "Google Listen" and it's the second hit.
1 - download apps organizer, very nice app, similar to adding folders but looks a lot cleaner and is very easy to organize.
4 - i use socwall.com, if you sort by widescreen they all look great on my Nexus.
5 - they fixed this in the last bettercut update, all mine look great now, check the market to see if you have an update available.
3 - silent mode jammer in the market will make the lockscreen toggle vibrate instead of silent.
thanks people...anything else from anyone?

[INFO] Tips and Tricks - Eee Pad

Loving your new tablet but want more? Try some of these tips to add new experiences:
-Official Asus mini FAQ pdf HERE.
-Official English language manual HERE.
-----------
-If you have rooted your device, then applying the FOTA update (firmware over the air) from Asus will re-lock your device, as it enables signature checking. If you wish to keep root, either wait for a safe update to be released by a member of the forums, or don't update at all. If you have already updated from the original stock firmware you will have to wait for an updated root method.
*Root allows low level system access to all features of a device. Benefits include, but aren't restricted to, allowing everything to be backed up, blocking adverts, greater customisation, etc.*
-----------
-What apps are compatible?
Try HERE for a list.
-Getting lag from google search?
Set your home page instead of 'www.google.com' to 'www.google.com/webhp?complete=0'. This will remove the instant feature and give you lag free search results.
-Enable Quick Controls in web browser.
Open Browser>Settings>Labs>Quick Controls. Now go back to the browser window and swipe your fingers in from the side of the screen, for a cool options menu.
-Want a longer charging cable?
Certain USB 3.0 male to female extension cables may have the extra pins required to allow you to lengthen your cable. Failing this you could always use a mains lead to extend the electrical lead. Links HERE and HERE for more info. Full thread on cables working and not working HERE.
-Got a problem you can't seem to fix? Tablet locked up or become unresponsive? Speakers not working?
Try holding the power button down for 10-12 seconds, which will totally power off the device. This is different from other power down methods. It's fixed many people's various problems so it's worth a try if you are stuck.
-Install a different keyboard.
There are many keyboards available for tablet devices on the market. Settings>Language & Input>Keyboard Settings>Current Input Method. And if you hadnt noticed, the default Asus keyboard lets you swipe your finger to spell out words, just like Swype.
-Improve your wifi connection speed to the tablet.
Hold your pad vertically while facing the direction of your router or access point. You can get up to a 50% stronger signal just by doing this, as the aeriel is in the top of the device behind the screen. Also make sure your router is on a specific channel and not set to 'auto'. Use a free app such as 'Wifi Analyzer' to help you find the best channel.
-To store more files, expand your memory.
SDXC cards can be read by the keyboard dock. Format your new card to NTFS if you are planning on using files over 4gb. There is no need for partitions. If you are not planning on putting any files over 4gb on it, Fat32 filesystem is also an option.
-How can I get the best quality wallpaper as my background, and still have the scrolling effect?
For non rooted and rooted devices. Check THIS thread for an updated view of the wallpaper situation. Also a good app to help you create a wallpaper with the scrollable effect and still keep the quality is called 'Wallpaper Wizardrii' which is free from the market.
-What is the best resolution to make the wallpaper so I get that cool scrolling effect with the best quality onscreen when changing home screens?
For rooted devices. 2135 x 1408 pixels. The picture posted at the bottom of this post shows you the layout (credits to the Xoom forum people for this image). This is for adding wallpapers to the original directory once you are rooted. This way they are exactly the same resolution as the original 'asus tree' wallpaper. For reference, the middle area of the home screen is 1280x720 in size.
-Can I stop programs running when I start my device up?
You need to root your device and then you can install an app called Autostarts or Startup Manager which will allow you to disable apps that start up automatically.
-Change to an animated wallpaper.
Press and hold your finger on the home screen. Select Wallpaper>Live Wallpaper.
-How do I capture screenshots?
Settings>Screen>Screenshot Now go to the screen you want to take a picture of and hold down the task switching button for 1 second. Release and 1 second later it will take a screenshot. These are saved to sdcard/Screenshots/ in the file manager.
-How do I get into the bootloader?
Hold the volume down button and press the power button. Keep holding volume down until the screen lights up.
-Can I change the boot animation? (the animated 'Asus' logo at startup)
Details HERE.
-Add an internet bookmark list to your home page.
Press and hold finger on home screen. Widgets>Bookmarks
-Show the web browsing history.
Long press the back key in the default browser to show the last few websites you visited.
-Can I change the way web pages display in the default browser?
You can set the browser to tablet, desktop or mobile mode. This will tell the web server you are accessing, how your device should process a page and display it accordingly. It's recommended to set the option to desktop or tablet to make the most of the transformers large screen. To save on data costs when tethered, set it to mobile mode. Open the default browser. Open the browser settings>advanced>user agent string. Change it to whichever option you want. Close browser. Re-open. Should display the pages based on the option you chose.
-Add a finger pattern unlock screen.
Go to Settings>Location and Security>Configure Lock Screen>Pattern>Draw a pattern (and remember it)
-Use Battery Monitor Widget?
Set the battery to 6600mA instead of the default 1200mA. In battery monitor widget>settings>monitoring preferences>battery capacity (Check the underside of your box for the phrase '2CELL3300' to confirm, as there may be different versions for different countries). Setting it to this rating should give a more accurate reading for your battery stat tracking. (Thx to Edge929)
-You can plug other devices into the cable using a female usb to female usb connector.
Certain devices (such as usb memory sticks, keyboards, etc.) can be used via this method. Thread HERE with more info.
-How do I check battery usage?
Settings>About Tablet>Battery use>Click the graph OR Settings>Applications>Battery Use>Click the graph. Shows the system devices that have been using the battery.
-Email someone a lot? Add them to your home screen.
Press and hold home screen>Contact>Their Name. Adds a widget to the screen of your choice that lets you select a method of contacting them.
-What do the colours on the dock indicate?
Solid Green light = Battery above 95% charge.
Solid Orange (they call it orange, it's red on mine) = 10-95% charge.
Orange blinking = Battery less than 3-10% charge.
Orange fast blinking = Battery less than 3% charge.
-Hidden debug settings option in the default browser:
For advanced users. Changing these settings may dramatically affect performance. Type in about:debug into the default browser bar, then hit the options>settings>debug tab.
-Hidden easter egg in 3.1:
There's a honeycomb easter egg in 3.1. Tap the version number "3.1" in the settings>about tablet a few times.
------------
Got any handy tips? Let me know...
_______________
Maintaining these lists has started feeling like a job so if anyone feels like buying me a coffee (via the donate button) or a new house (wouldn't say no to that one ) it's much appreciated (I've made it through too many sleepless nights with a cup o' Joe lately). Or if you don't like that idea then please consider donating to The Red Cross, as they certainly deserve it a lot more than I do.
The browser quick shortcuts was new to me, thank you
Helium_Junkie said:
The browser quick shortcuts was new to me, thank you
Click to expand...
Click to collapse
No problem. If anyone has any more, please let me know and i'll add to the list.
I was gonna open a thread on it but saw this one.
Another tips is that since we are going to see updates more often, please don't update it as soon as you see "new update" available. Wait for it, give it sometime. As we've already seen a thread where user bricked their transformer because of an update...
If its working, don't fix it.
Someone has to risk it. If no one will update we'll never know if it's safe to do.
dotpro said:
I was gonna open a thread on it but saw this one.
Another tips is that since we are going to see updates more often, please don't update it as soon as you see "new update" available. Wait for it, give it sometime. As we've already seen a thread where user bricked their transformer because of an update...
If its working, don't fix it.
Click to expand...
Click to collapse
New tips added...
Right... as of 28th April the first post is updated with as much stuff as I could find from the entire Transformer section of the forums. I'm sure I've missed a fair few things that could be added, so please send me any useful tips that you think others might like to use, or that may help improve their devices. Thanks.
swype
Looks like swype keyboard works w/o needing to download anything... just try swyping on your keyboard!
aarofloyd said:
Looks like swype keyboard works w/o needing to download anything... just try swyping on your keyboard!
Click to expand...
Click to collapse
Thanks, I forgot to add that earlier. Added now.
screenshot function under settings > screen
This is really dumb
Sorry for asking this ..but this is my first tablet How do you get rid of the widgets from the homepage?? I have added about 4 email widgets by trying to get rid of one.
I dont see and delete option. Plus if any of you know where I could learn more about working this thing that would be great.
Just joined and trying to learn ASAP.Thanks for the help in advance.
long press on the widget in question and drag it to the trashcan in the upper right corner of the screen.
seshmaru said:
long press on the widget in question and drag it to the trashcan in the upper right corner of the screen.
Click to expand...
Click to collapse
Thanks !!! worked like a charm.
If you have any other questions I'll be watching this thread for instant replies
Mr Dude said:
Sorry for asking this ..but this is my first tablet How do you get rid of the widgets from the homepage?? I have added about 4 email widgets by trying to get rid of one.
I dont see and delete option. Plus if any of you know where I could learn more about working this thing that would be great.
Just joined and trying to learn ASAP.Thanks for the help in advance.
Click to expand...
Click to collapse
Hold the widget till you can move it and drag it to the upper right where you see remove
Sent from my Transformer TF101 using Tapatalk
Thanks guys one more question how do you close close multi windows..say like youtube ....camera....email setup window.???
just press back till you reach the homescreen
seshmaru said:
just press back till you reach the homescreen
Click to expand...
Click to collapse
Still now luck I still have on the left side 5 windows email browser places weather and youtube. I have tried clicking on each window then hitting the back arrow still there.
oh you mean that, that isn't actually open apps, those are just most recently used apps. Doesn't mean they're still running. To make the 5 windows go away just press anywhere besides the 5 windows.
seshmaru said:
oh you mean that, that isn't actually open apps, those are just most recently used apps. Doesn't mean they're still running. To make the 5 windows go away just press anywhere besides the 5 windows.
Click to expand...
Click to collapse
Ok ..got it ..thanks man. First 2 hours with this thing

[Q] holding home button

I looked around but didn't find anything, although that doesn't mean anything.
My question is that when holding the home button,you get a whole semi circle, but just giogke now or whatever that silly thing is. Is there a way of adding programs or shortcuts to this popup. I have zero use for the Google thing so seems a shame if I am unable to add more useful items to this semi circle. Could prove pretty useful.
hughlle said:
I looked around but didn't find anything, although that doesn't mean anything.
My question is that when holding the home button,you get a whole semi circle, but just giogke now or whatever that silly thing is. Is there a way of adding programs or shortcuts to this popup. I have zero use for the Google thing so seems a shame if I am unable to add more useful items to this semi circle. Could prove pretty useful.
Click to expand...
Click to collapse
I haven't seen anywhere you can add to that or change it. I love the google now thing, just to be able to tell it to wake me up in an hour if nothing else:laugh:
Try this app if you haven't already though, it will let you launch an app just by sliding in from the side of the screen, or bottom, or whereever you want.
https://play.google.com/store/apps/details?id=mobi.conduction.swipepad.android&feature=search_result#?t=W251bGwsMSwxLDEsIm1vYmkuY29uZHVjdGlvbi5zd2lwZXBhZC5hbmRyb2lkIl0.
Instead of launching Google Now you could get get an app launch list using 'Launch Now', which replaces default behavior. Just serach for it in PlayStore, as I may not insert links (10 posts rule)....
There's a way for people who want to hook into the swipe up action that may not be documented. Apps like "Sudo Quicklaunch" make the system switch the icon to a generic search icon and show you the standard action completion pop-up. (One can see this in the app's promotional video.) I haven't personally tested that app, but I have seen the swipe up reassignment behavior with "Secure Settings." The Secure Settings app actually changes the icon displayed by the swipe up menu, when you tell it to "Always" use that app, and Google Search does the same thing. Coincidentally, the same reassignment behavior appears to be possible with the shop icon in the stock launcher. (I saw it for myself in the days of Honeycomb with the transition from the original Honeycomb Market app to the new, unified Market app, because both were installed, it asked me to choose when I tapped shop.)

HTC One: Ten frequently asked questions

http://www.androidcentral.com/htc-one-ten-frequently-asked-questions
1. Do I have to use BlinkFeed? Can I uninstall it?
You absolutely do not have to use it if you don't want to. Just don't add any feeds to it, and it won't do anything. You might be able to hack it out of there, but we wouldn't bother. Just thumb over to the home screen and pretend that BlinkFeed never happened.
(Though we'd recommend giving it a shot. It's not bad.)
2. Wait - there's only one home screen? Can I add more?
Sure! By default there's only one. (Most people don't use more than that anyway.) But you can add as many as five home screen panels. Get to the "Customize home screen" section -- either from the "Personalize" section of the settings or by long-pressing a blank area on a home screen -- and then hit the "add panel" button.
You can then choose which home screen panel to set as the default when you hit the home button, or you can remove unwanted panels.
3. That app drawer seems a little funny. What's up with it?
First off, you're probably not used to seeing a clock and weather widget stuck to the top of the app drawer. But there it is. Start thumbing down and it'll disappear. The next odd thing is that apps are in a large, 3-by-4 configuration. (It'll look like 3-by-3 until you scroll down and get the clock widget to disappear.)
Also: Folders! Just below the clock widget is a line of icons. On the far left is the app drawer view -- you have "Custom," "Alphabetical" or "Most recent." When in custom view, you can drop apps on one another to create folders. If something obvious appears to be missing, change to alphabetical view and find it that way. Also note that if an app is docked at the bottom of the screen, it won't appear in the app drawer.
This all takes a little getting used to.
4. What does the HTC button on the bottom of the phone do?
Not a damn thing, because it's just a logo. Not a button.
5. So how do I get to the list of recent apps? (aka multitasking)
Double-tap the home button and you'll get a 3-by-3 grid of apps that are open. To close an app, just flick it upward with your finger.
6. And what about Google Now?
Hold down the home button on the HTC One to get to Google Now.
7. I miss that iconic HTC clock widget. Can I get it back?
Yep! It's available as a home screen widget. It looks like you have to have the new, sleek widget everywhere else, though.
8. Is there a notification light?
Sure is. It's hidden in the bottom row, on the third hole from the left, in the top speaker.
9. Can I customize the lock screen?
Just like in previous versions of Sense, you can choose whether to have a wallpaper displayed, a "productivity" scheme with notifications and calendar reminders, a photo album view or music player, or you can opt to go with no lock screen at all.
The application shortcuts are slaved to whatever apps you have docked to the bottom of the screens.
10. Are the speakers that good?
For a smartphone, yeah. They're about as good as anything we've used. You'll need to have Beats Audio turned on (and it is by default) to get the full effect. It's not that it'll replace a proper external speaker, but neither will you be embarrassed to play audio out of your phone.
RE: Can I get rid of blinkfeed....
Yes, install a custom launcher.
prfrma said:
RE: Can I get rid of blinkfeed....
Yes, install a custom launcher.
Click to expand...
Click to collapse
Why? Whe you can just swipe to your left and make the next screen your home screen.
I think this post should be stickied.
coupetastic-droid said:
Why? Whe you can just swipe to your left and make the next screen your home screen.
I think this post should be stickied.
Click to expand...
Click to collapse
Why do people want to not have it at all? The desire for some to reduce clutter shouldn't be taken lightly.
Palla71 said:
http://www.androidcentral.com/htc-one-ten-frequently-asked-questions
4. What does the HTC button on the bottom of the phone do?
Not a damn thing, because it's just a logo. Not a button.
Click to expand...
Click to collapse
So, do you (or anyone) by any chance know if the place where the HTC logo located is a "touch screen" area but it's just not mapped to do anything? Or, is it literally not part of the capacitive touch area?
If it is part of the capacitive area, then, do you think it would be possible to somehow configure the area where the logo is located to do something (like multi task)?
this should be a sticky. it will probably stop the creation of unnecessary threads
The HTC logo is nothing more then a logo unfortunately.
eg1122 said:
this should be a sticky. it will probably stop the creation of unnecessary threads
Click to expand...
Click to collapse
Ask some moderators to do it, please.
I already did it, but nobody replied to me.
For me a good info for blinkfeed was:
if you unset blinkfeed as default homescreen, then you cant go to top by pressing any buttons.
Just hit the statusbar and blinktfeed jumps to top.
eg1122 said:
this should be a sticky. it will probably stop the creation of unnecessary threads
Click to expand...
Click to collapse
I second that. Nice work OP :good:
changing quick link icons??
This is a very helpful thread, thank you for that!
I have a question I could not find an answer for, but maybe I am simply too stupid. I am a proud owner of an HTC One since Friday and though this is my fourth HTC device with Sense UI, I am seriously struggling with the four quick launch icons on the bottom (i.e. Phone, SMS, Internet, Camera). On all previous devices I could easily change these icons through drag and drop, but this new beauty is resisting that. I can neither drag a new icon in there, nor can I drag one out, thus deleting it from the list.
I can rearrange them, though...
Anybody and smart ideas?
turtleman said:
This is a very helpful thread, thank you for that!
I have a question I could not find an answer for, but maybe I am simply too stupid. I am a proud owner of an HTC One since Friday and though this is my fourth HTC device with Sense UI, I am seriously struggling with the four quick launch icons on the bottom (i.e. Phone, SMS, Internet, Camera). On all previous devices I could easily change these icons through drag and drop, but this new beauty is resisting that. I can neither drag a new icon in there, nor can I drag one out, thus deleting it from the list.
I can rearrange them, though...
Anybody and smart ideas?
Click to expand...
Click to collapse
Did you try doing it while on the 'normal' homescreen? (Not the BlinkFeed one, but the other one)
Yes, tried it all, walked through all the menues as well, no chance. You can drag the icons onto a home screen, but that will copy them, not move them. And if you try to drag an icon from the home screen to the icon bar on the bottom, once you long-press an icon, the icon bar disappears... weird...
turtleman said:
Yes, tried it all, walked through all the menues as well, no chance. You can drag the icons onto a home screen, but that will copy them, not move them. And if you try to drag an icon from the home screen to the icon bar on the bottom, once you long-press an icon, the icon bar disappears... weird...
Click to expand...
Click to collapse
Strange, did you try to find a solution in hands-on videos on YouTube?
did not see anything, but if you have a link or an idea, I am happy to listen...
turtleman said:
did not see anything, but if you have a link or an idea, I am happy to listen...
Click to expand...
Click to collapse
I'll try it, no results guaranteed though
In multitasking view (where you double tap home button), is there a kill-all function like in CM10?
zzz808303 said:
In multitasking view (where you double tap home button), is there a kill-all function like in CM10?
Click to expand...
Click to collapse
I didn't see any such option in any of the videos
Sent from my HTC Desire HD using Tapatalk 2
no, there is not. You need to flip each tile (app) away to close it.
Either way, swiping away each tile does nothing. You haven't actually killed the program. The only thing it will do is soothe your OCD.

Categories

Resources