[Q] Trackpad scroll events? - Eee Pad Transformer Q&A, Help & Troubleshooting

How are trackpad scroll (two finger swipe) events get reported? All stock widgets let you scroll that way, and custom apps seem to be treating it as if it was a touch-and-drag. But my simple app with a custom view logging onTouchEvent and onTrackballEvent does not print anything when I scroll - even though it does print normal (one finger) drag events.

int_19h said:
How are trackpad scroll (two finger swipe) events get reported? All stock widgets let you scroll that way, and custom apps seem to be treating it as if it was a touch-and-drag. But my simple app with a custom view logging onTouchEvent and onTrackballEvent does not print anything when I scroll - even though it does print normal (one finger) drag events.
Click to expand...
Click to collapse
From what I can tell by going through logcat, is that the touchpad is treated as a whole other touchscreen with a size identical to the screen on the tablet. I assume it's using a heavily modified driver, but that is the way the device reports to Android when the dock is connected. I haven't run logcat through while actually using the touchpad so I'll save you speculation of how it actually tracks the location beyond thinking that it must be exactly how your finger is tracked on the screen but limited to maybe 2 fingers and prevented from tabs actually moving the location of the cursor and only being used as a finger tap in place.
I/EventHub( 138): New device: id=12, fd=276, path='/dev/input/event3', name='elantech_touchscreen', classes=0x1c, configuration='/system/usr/idc/elantech_touchscreen.idc', keyLayout='', keyCharacterMap='', builtinKeyboard=false
I/InputReader( 138): Device reconfigured: id=12, name='elantech_touchscreen', display size is now 1280x800
I/InputReader( 138): Device added: id=12, name='elantech_touchscreen', sources=0x0010200a
D/WindowManager( 138): readLidState, sw:1
Elantech is primarily in the business of making touchpads for laptops and this message only pops up when the tab is first plugged into the dock, along with the messages reporting the keyboard.

You can see what inputs are being reported in the kernel source driver "drivers\input\asusec\elan_i2c_asus.c"
I was hoping there would be a way to disable the tap feature on the pad,as I am always hitting it when typing. In the 8.2.3.9 source there is no config options, it is all compiled in
if (etd->tap_num == TP_CLICK ){
input_report_key(dev, BTN_LEFT,1);
input_sync(dev);
input_report_key(dev, BTN_LEFT,0);
input_sync(dev);
etd->tap_num=NO_FINGER_ON_TOUCHPAD;
Hopefully they will release the new kernel source soon.

This is a fair bit above my head, as I don't know how those kernel input events are mapped to Android events. I see that scroll ultimately gets reported as:
Code:
input_report_rel(dev, REL_WHEEL, wheel);
input_report_rel(dev, REL_HWHEEL,hwheel);
but what does that become?
On an unrelated note, I find it interesting that the driver has a function named HandleTwoFingerZoom in it. Looks like we might still get that pinch-to-zoom on trackpad some day.

Related

Much Awaited Windows Mobile 7

The much awaited windows mobile 7 interface and all other info below
Microsoft is currently developing Windows Mobile 7, the first revolutionary change to its mobile device operating system. Recently, I was given a document by a source inside Microsoft that details the touch and gesture plans for Mobile 7.
Below, you’ll find over 3,000 words detailing my notes from the document. I can’t publish the document here, at least not until after the product is announced, to protect my sources. I will provide the document to trusted journalists in order to share and show proof of this information. If there is anything I leave out, please don’t hesitate to ask and I will try to provide a screenshot or answer.
Windows Mobile 7 will dramatically change the way we use mobile devices. It will emphasize the use of touch on the device, as well as motion gestures created by using the device. It is, absolutely, Microsoft’s effort to beat back the iPhone, and the iPhone is referenced several times in the document.
Windows Mobile 7 will use touch gestures, similar to how the iPhone does. You will be able to flick through lists, pan, swipe sideway, draw on the screen. A lot of emphasis has been put on making navigation easier and doing away with scrollbars, including a new scroll handle that allows for multiple ways of finding items extremely fast.
Windows Mobile 7 will use motion gestures, something the iPhone does not. It will not use an intricate and complicated series of gyroscopes and accelerometers. Instead, it will use the camera on the phone to detect motions and create appropriate actions. You will be able to shake, twist and otherwise manipulate the phone and get things done. The phone will be able to perform actions when placed face down on a surface, and it will know when it is in your pocket or bag.
Windows Mobile 7 will have an exciting locking screen, that will allow you to play around with it, draw on it, shake it and completely otherwise mess with it.
Windows Mobile 7 will have dramatically improved visuals, different from the iPhone and much more similar to the dark and futuristic visuals of Windows Vista. It will feature graphical transitions, subtle effects, and other things to make it more interesting to look at. This is not detailed in the document, but featured in the multitude of screenshots.
Windows Mobile 7 is designed to use the finger, not the stylus, though many devices will be required to include a stylus. It is designed to be easy to use with the hand, including one-handed, and to be fun to use and easy to understand. It is designed to be used on devices with no buttons, few buttons, lots of buttons, full keyboards, and devices without touch screens.
Windows Mobile 7 is clearly designed for better media playback, with screenshots indicating a much-improved Media Player and photo gallery application. There is talk in the document of a games mode. Mobile Internet Explorer runs full-screen web pages in a minimalistic interface, and has “tabbed” browsing, except you can switch tabs by shaking the phone.
The keyboard has been improved, but plans for a full touch keyboard, a la the iPhone, have been shelved until a future version of Windows Mobile.
Below are my detailed notes. Some of it is raw, some of it is very detailed. It is accompanied by screenshots direct from the document which show off other features planned for Windows Mobile 7.
Goals of the New User Interface.
Touch, gestures, scrolling, and direct manipulation. Also, animations, transitions, motion gestures, and codenames “Phosphur” and “Starburst”.
Goal: Finger optimized, best in class touch experience that users are comfortable with everywhere.
Requirements: simple, memorable and fun; consistent, predictable and interesting; natural movements, natural animations and transitions; and enhance the mobile experience, not degrade it.
Goal is to support hardware with buttons, hardware with buttons and touch screens, and touch screen-only devices. The Touch-only devices are specifically referenced as “iPhone compete”.
User experience requirements: consistent UI interaction across the device (up and down should always scroll up and down lists, not something else), should not be overloaded. The new UI will not be opt-in for applications, but required, so old applications will all get it. There will be a “game mode”, where games will be allowed to override the UI requirements and use similar movements for different actions, allowing games to have more complicated controls than the average app.
There will be audio and visual feedback, only where appropriate, like indicating the top and bottom of a list, which objects are touchable, and a “ring of fire” indicating where you press and hold down your finger.
Designed to be used by a finger, without a stylus. Microsoft Research is researching the size of the average fingertip/tap size. Currently, they are working with the assumption of a 7.6×7.6 millimeter fingertip size. The goal is a device that can be used almost entirely one-handed with the thumb of the hand holding the device.
There were plans to implement the Soft Input Panel (the on-screen keyboard) as a finger accessible portion of the UI (like the iPhone does), but it was cut for Windows Mobile 7.
Tap drills down in a list, but some lists will have you tab once to select, once again to drill down the list. Interface elements will be designed so there is no fear of users making a mistake and missing their target. It will be able to dynamically resize elements of the user interface, prioritizing them and making them easier to hit. Corners, like the close button, scrollbars, icons and the title bar/status bar, will all be able to grow to make things easier on the user.
A stylus will be required on devices meeting certain screen size, orientation, DPI and resolution marks. User interface elements will scale their size and be prioritized in order to make hitting them easier, especially scrollbars, corner elements, icons, the title bar and the status bar.
Touch may be the actual product name as it stands.
Gestures for scrolling (horizontal and vertical), task and menu access, press and hold controls, list items, press and drag, and launching shortcuts. The device will be able to detect finger velocity, scrolling further if the user’s finger moves faster.
They are considering the need for scroll bars when users are scrolling with gestures. Current plan is to show them on Touch devices when flicking through a list, but not show them on button-only devices when scrolling.
When a dialog is longer than the screen and needs to be scrolled horizontally, they are considering replacing the scroll bar with a visual indicator, like text fading off the edge of the screen. Pressing and holding launched the context (right-click) menu, as it does now.
By default in a list, tapping drills down items, but there will be visual and audio feedback if drilling doesn’t occur and the user is merely focusing on an item.
A stylus will be required for device makers to include, based on screen size, screen orientation, and screen resolution.
Microsoft is considering if it needs to support screens and drivers that do multi-touch, but multi-touch is not a base feature of Windows Mobile 7. Multi-finger touch is shown for cropping and rotating photos, but there is no indication if this is software based or requires multi-touch hardware.
Motion Gestures.
There will be various finger motion gestures, used for scrolling vertically and horizontally, task and menu access, pressing and holding on controls, list items, pressing and dragging, and launching shortcuts.
Some UI elements, called Spinner and Pivot, will have a gesture where you swipe them from left to right. In a Spinner, you have a single item with left and right buttons next to it, but instead of hitting the left and right buttons, you can just swipe to change the option.
There will also be motion gestures, where the user moves the device to invoke certain commands. Microsoft Research has a technology concept that uses the device’s camera as a motion sensor, enabling motion control while using the device. This means devices will not need accelerometers and other complicated gyroscopes to get these features, and that existing Windows Mobile devices could be upgraded to full Windows Mobile 7 functionality. These gestures will require the camera to be operating all the time a gesture may be used, which will affect battery life.
There would need to be support for gestures when the device is locked, including slider control, which hints at a similar locking mechanism to the iPhone. It will also support changing screen orientation when turning the device sideways, just like the iPhone does, but using the camera, not a gyroscope.
Windows Mobile 8 will support gestures in the auxiliary screen. Windows Mobile 7 will not.
Gestures shown include in music or a slideshow, shaking the phone left or right to go to the previous or next song or photo, and shaking the phone in order to shuffle it. Here’s an image, which may only be a mockup, or it is showing us what Windows Media Player will look like on Windows Mobile 7, as well as the picture viewer:
As you see, Media Player has an emphasis on album art along with other cool visual elements. Also notice the ever-present battery and signal strength indicators have been placed inside the soft key buttons at the bottom of the screen, saving screen real estate and making them a lot cooler.
Another gesture: When pressing the directional pad down in a full-screen media application, such as a photo application, you can move the device forward and backward to zoom in and out of the image.
windows mobile 7 continue
The web browser will incorporate gestures for back and forward actions. Here’s an image:
Notice the differences in Internet Explorer. The interface is simpler and much nicer, with just an address bar and go button, the web page is a desktop version, just like on the iPhone, and the browser has tabbed browsing, used by gesturing through a series of graphical thumbnails. This is very impressive.
The camera will also cause certain actions based on light sensitivity. For example, if you put your phone in your pocket or in a bag, it will shut off the screen, and can even make the ringer louder or put it on vibrate, as directed. It can also turn the screen on automatically when taking the phone out, trigger the timer on the phone’s camera when the phone is placed face down on a surface, automatically activate the camera flash based on available light, snooze the phone’s alarm when waving your hand over the phone’s camera, taking a picture when anyone walks past the phone (or any other desired action, like making a noise), or remotely connecting to other devices when the phone sees them.
Waking Up and the Lock Screen.
Here’s an example of a gesture, shaking the phone to wake it up:
The document says that gestures should be distinct, convenient, easy to use, and they should also be fun and have feedback that responds to the user’s action. They shouldn’t be hard motion, but simple jiggles or shakes, with the screen reacting to the amount of shaking, the number of shakes, that sort of thing.
An example of the screen showing a transition from the device being asleep to awake:
As you see, it’s a very nice and detailed, but subtle graphical transition. Microsoft never cared about transitions before, but it looks like Windows Mobile 7 will be different.
There’s also a part talking about allowing the user to “doodle” on the screen (their word, not mine), letting users draw doodles on the device lock screen, as well as shake the screen to affect the wallpaper (like making water run, or blurring an image). The iPhone’s lock screen is an iconic part of the device, and Microsoft wants to have a cool lock screen without copying Apple, so the plan is to give you fun things to do on the lock screen.
Here’s an image showing the user doodling. Notice the use of two fingers, hinting at software-based simple multi-touch, or perhaps the image assumes the device has multi-touch hardware?
And a screen that has been shook or doodled on:
That makes for a pretty cool locked phone.
Touch Scrolling/Flicking.
Users will be able to flick their way through lists and swipe sideways for certain actions and pivoting views. When scrolling through lists, letters are shown to indicate as the user makes his way through the alphabet, as well as the addition of a scroll bar. There will be a visual bump when reaching the end of a list.
Besides flicking up and down, the user will be able to pivot sideways between different hotlists. The user can swipe to pivot between each, tap a selection in the pivot wheel, or hit an arrow to launch a pivot selector for all available pivots.
An example of pivoting in the Recent Programs menu:
Here’s a screenshot of Outlook’s inbox:
Also shown is flicking and swiping through an unnamed maps application, based on Windows Live Maps, and flicking based on the velocity of the user’s finger. Other types of finger gestures include the use of spinners and sliders, and unrestricted omni-directional movement.
A screenshot of panning in the maps application:
Those arrows on the sides of the screen are shown as being used in all applications, including IE Mobile, to let the user know when they are panning the screen.
When hitting buttons/icons on the screen, the UI will try to prioritize items and determine which one the user wanted to hit, so users who are sloppy with their fingers will still get the desired result. It will use this smart targeting when using your finger, but not when using the stylus, a very smart design decision. When using the keyboard, the letter enlarges and appears above your finger when you hit it, just like on the iPhone. When highlighting text, a zoom/edit box appears above it to show what you are highlighting. When in full page view in IE Mobile, if you hit an area with links it will zoom in with a bubble and help you choose from the links. Observe:
Notice Word Mobile. It has the Office 2007 Ribbon, but it appears to be lifted directly from Word 2007 and far too small to be used on a mobile device. Assume that this was put in for the mockup, and not an actual application screenshot, but also assume that they are going in the direction of a Ribbon-based user interface for Office Mobile.
There is handwriting recognition listed for OneNote Mobile.
An example of a context menu, activated by pressing and holding in an area (like right-clicking on a PC):
Other examples of what Microsoft calls Press N Hold UI elements include an application launcher and a quick scroller (for quickly moving through a list with a scrollbar and the first letter of list items):
Currently, when scrolling down a screen with the directional pad, the selector moves to the bottom of the screen, then scrolls downward one item at a time. In Windows Mobile 7, the list scrolls upwards as the selector moves downwards, acting in sync so that the selector does not reach the bottom of the screen until it reaches the end of the list. This gives the user feedback on how long the list is and where the user currently is within the list.
When the user flicks to scroll within a list, a scroll handle will appear on the side. If the user touches it, the user can drag the scroll handle up and down for faster scrolling. This replaces the scroll bar. The more the handle is moved, the faster the screen will scroll. A screenshot:
Scroll bars in Windows Mobile 7 will never be part of the screen, but rather floating transparent visual elements on top of it. They will only be used when necessary.
A filmstrip view is shown, with the music filmstrip clearly showing a Zune icon with the option to purchase the song:
There are many pages showing other UI elements, including radio buttons, Spinners, sliders, text entry boxes, combo boxes, drop down menus and such, that I have left out. If anyone desperately wants to see them, let me know and I can add screenshots.
There’s a list of gestures that are being explorer and may or may not make it into Mobile 7, including a gesture to dismiss an on-screen notification by shaking it off the screen, a gesture to automatically take you to a Smart Search notification panel, turning the phone like turning a key to unlock it, Pivoting by gesturing the phone sideways, moving through lists by shaking the phone up or down, switching the camera into black and white or other modes by shaking it down, adjusting camera aperture and shutter speed by rotating the camera, sending a file by “tossing” it to another device.
I left out most of these, but if there are any more you want to see, just let me know and I will try to accommodate. Here’s the camera gesture, just because the UI is so cool:
There’s a list of list view options that are likely cut, including expandable/collapsible headers in grid view (I also didn’t cover grid view), a carousel view (sort of like a vertical pivot), scrolling one item at a time with touch, accelerometer gestures.
Windows Mobile 7 will ship in 2009, according to the document. This makes sense with the Mobile 6.1 point release that is coming around now. Hopefully, Bill Gates will announce Windows Mobile 7 at CES tonight, but if not, you now have advance notice of what is coming next year. Microsoft clearly has a lot planned to make Windows Mobile 7 the revolution it needs to be to compete with Apple, and Mobile 7 is going to bring some cool and excitement to Microsoft’s smart phones.
welcome to yesterday
A quick link to the same old story would have saficed...
this sounds so familiar...
hmmm thx for the "new" information i wouldnt have known if it wasnt for u thankyou
Did they say how many times a day it would crash and reboot itself?? lol
Sorry, I was being rude to the original poster! Thanks for the informative highlights of WM7 and I look forward to all future threads concerning this subject.
**Note** I aim saying this under direst from my wife who thinks I'm being rude....
mchapman007 said:
Sorry, I was being rude to the original poster! Thanks for the informative highlights of WM7 and I look forward to all future threads concerning this subject.
**Note** I aim saying this under direst from my wife who thinks I'm being rude....
Click to expand...
Click to collapse
The documentation is really huge.... i will have to sit and sort it out ..!
if you want a peek through this , visit http://www.htcclub.net/en/shownews.php?ID=294
i just wanted to help the homies right here ...
let me know who needs further clarification
SpringfieldXD45C said:
Did they say how many times a day it would crash and reboot itself?? lol
Click to expand...
Click to collapse
Well i will ask them and let you know... how many times exactly it will ... crash ...
i have a feeling these new gestures will take using (read: failing to use) the phone while drunk to new levels!
constantly using the camera as a light sensor is going to be just great for battery life......

[REF] *Surface Hints, Tips and Registry Tweaks* - Last updated January 24th.

I started a huge thread on hints and tips for the HTC Leo (see my signature) so I thought now that I have a Surface tablet I would do the same. It is early days yet but I will update the thread as I discover more so if you have tips please share. Some tips I have discovered myself and others I have found on the internet. I am in no way claiming credit for all. I just want to put all advice in one thread. These tips should also apply to other Windows 8 tablets and not just the Surface. In some cases they even apply to Windows 8 for PC. BTW, I typed this whole thread on Surface using Touch Cover
1. How to Select a File or Photo.
Simply use a downwards flick gesture on multiple photos or files to select them. Flicking upwards also works. You can share multiple selections.
2. How to Take Screenshots
Press the capacitive home button and the downwards volume button at the same time. The screen momentarily dims. Screenshots are saved to a Screenshot album in Photos app.
3. How to Allow Video, Music and Photo Apps to See Media Stored on your MicroSD Card
At the moment you can only store and browse media files using file explorer. Those media files do not show up in their appropriate apps. This is what you need to do. Go to search and type “Disk Management”. The entry in Settings will show “Create and format hard disk partitions”. This is Disk Management. Click it. You will see that your microSD card has already been assigned a drive letter. Right-click your “Removable” drive and select “Change Drive Letter and Paths for <drive letter>…” Once the card has already been inserted and assigned a drive letter, you cannot simply click “Change…” here (the option you need will be grayed out). So you have to click “Remove”. Now the only option you have is “Add…”. Click it and you will see “Mount in the following empty NTFS folder:” Create a folder in your Users directory or in C:. For instance, C:\Users\username\microSD. Select that folder. You are now able to treat your microSD like any other folder in Windows 8, including adding to Libraries like Pictures, Video and Music etc. You can now open File Explorer and right-click the Pictures, Video and Music Libraries in the left hand Navigation Pane, select Properties, then Add and select the folder you just mounted in your microSD in. Now when you go into the Photos, Videos or Music apps in Surface you will be able to see your media files you added to your microSD card.
4. Update your Office 2013 Preview to Office 2013 Final
Search for "Windows Update" and then choose “Install optional updates” instead of Windows Update from the search results (under Settings). This will display the Windows Update control panel. Now, either check for updates or tap the link that says updates are available. In the resulting list, you’ll see “Update for Microsoft Office Home & Student 2012 RT Preview.” Select it and install that and whatever other updates are available. After a reboot, you can access your updated Office Home & Student 2013 RT apps, which drop the Preview branding and have some new features, including the Ribbon Display Options feature.
5. How to Enable Rotation Lock
Open the Charms menu and tap on Settings. Tap on the screen icon near bottom right. Above the brightness bar is the rotation lock icon. Tap to toggle on and off.
6. Enable Virtual Reality Mode in Panorama Photos in Travel App
Tap on the compass/GR round icon when viewing a panorama photo to be able to see around the photo by moving and tilting your Surface.
7. Unlock Without Swiping
Instead of Swiping up the lockscreen image to unlock, just tap space bar on your keyboard. You can also wake up your Surface from sleeping by tapping any key on the keyboard.
8. Keep Photos Private and From Appearing in Photo App Library
In Desktop mode, open file explorer and move any photos you want to prevent showing in the Pictures Library in the Photo App to a new folder. Right click that new folder and click on Properties and then Advanced. Uncheck "Allow files in this folder to have contents indexed...". You can even mark the folder and contents hidden if you wish. To see changes you may need to rebuild your index from scratch if you had already opened the Photo app and saw those photos. To rebuild the index, go to Control Panel and click on Indexing Options, then Advanced and then Rebuild. Will take a while to rebuild.
9. Speed Up Web Browsing by Blocking Advertisements
Open Desktop Internet Explorer and go into Internet Options. Click on the Programs tab and then on Manage Add-Ons. Click on Tracking Protection and then Get a Tracking Protection List Online. Add a couple from the list, such as EasyList and Fanboy. Save and exit.
10. Make your Surface Desktop Wallpaper Match your Modern UI Experience
At the moment your Desktop wallpaper does not match your new Start Screen theme and style. Follow the instructions in the link at the end to make the overall experience 'consistent'. You should disable syncing of Desktop Personalisation in PC Settings if you create a similar wallpaper for your Desktop PC as it will have a different screen resolution to your Surface tablet and you don't want your PC wallpaper syncing to your Surface Desktop and vice versa. http://forum.xda-developers.com/showthread.php?t=1963066
11. List of Keyboard Shortcuts
http://tech2.in.com/features/software/tips-and-tricks-windows-8-shortcuts-cheatsheet/551452
12. Access your Last Photo and Camera Roll Photos Direct from Camera App
In Camera app, after taking a photo or video, swipe the screen to the right to see your most recent capture. You can continue scrolling to see more photos/videos. Also, pinch to zoom out from viewfinder screen to see a smaller view more easy to navigate.
13. Enable Hidden Start Screen Animation
When you first boot into the Start screen after a fresh install, you get a lovely animation of all the tiles and text flying into view. To enable this again to occur each time you enter your Start screen, execute the following registry tweak. Type Regedit in Search and launch it. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Grid and create a new DWORD: Launcher_SessionLoginAnimation_OnShow and set its value to 1. To disable the animation if you don't like it set the value to 0.
14. Boost Speaker Volume
Surface's volume is quite low. Go to Control Panel, then Sound, then click on Speakers, then Properties, then Enhancements and check Loudness Equalisation and Virtual Surround too if you wish. Apply changes.
15. Pinch to Zoom Out to See More Content
If you execute the pinch gesture in the following apps, you will see more content or shortcuts: People, Bing, Store, Photos, Camera, Weather, Travel, News, Sports, Finance and Reader.
16. Recover More Space After Refreshing Your Surface
When you refresh your Surface via PC settings, a folder called Windows.old is created in your C: Drive. This can be a huge folder in size as it contains previous files. You can delete this folder and reclaim some storage space as follows: Search for "Tools" and click on "Administrative Tools" in the Setting results. Next click on Disk Clean-up and after loading click on Clean Up System Files. Make sure Windows.old is checked and click ok.
17. Reposition the Virtual Keyboard in Desktop Mode
Tap on the small icon to the left of the X icon at the top right corner of the keyboard to manually reposition it. To dock the keyboard again tap on the X button. Only works in Desktop mode.
18. Enable Swiping Gestures to Advance Forwards or Backwards in Metro Internet Explorer
You can swipe the screen left or right to advance forwards or backwards by enabling Flip Ahead in Internet Options. Don't swipe from the bezel, but anywhere within the screen.
19. Check Settings for Every App/Page you are Viewing
This may sound obvious but via the Charms menu, click on settings to see if there are additional options for the app you are viewing. Do this also again in the same app if you are on a different page. You will be surprised at what additional new options you may encounter. Spend some time to do this for all your apps.
20. Enable Matrix White on Black Theme
Change the entire look of your UI to a funky Hi Tec white text on black background. Go to PC Settings via Charm and tap on Ease of Access. Turn on High Contrast mode to see the effect. Turn off to return to normal UI.
21. Access to 780 Emoticons Built Into the Keyboard
More of did you know than a tip. The keyboard has 780 emoticons (yes I counted them) split into seven categories. Just tap the smiley face key and then the ➡ key above the &123 key, to scroll through them. The bottom row of emoticons has the different categories to choose from.
22. Make Web Links Always Open Up in IE for Desktop Instead of the IE App
Search apps for inetcpl.cpl and hit enter. This is IE options. Click on the Programs tab and change the "Choose how you open links" option to Always in Internet Explorer on the Desktop.
23. How to Find All Apps in Store - Even Unlisted Ones
In the Store, enter the character * and search. You will see every single app for your country and if you sort by newest, you see a lot more new apps compared to the normal way of browsing in the store. As of writing this, there are 6525 apps listed for the UK. Also you can show even more apps by going to the Store's settings, choosing Preferences and turning off "Make it easier to find apps in my preferred language". With it on and searching for * there are 6525 apps. With it turned off there are 7799 apps. A big difference. A most excellent tip!
24. Enable Alternative Virtual Keyboard
Via the Charm menu, go to PC Settings and then Ease of Access. Change "Pressing Windows + Volume Up will turn on" On-Screen Keyboard. Now when you press the Windows key and Volume Up key, up will pop a very small keyboard. Worry not, you can resize it by dragging the bottom border down and the side borders across. You can resize it to the full width and height of the default virtual keyboard. As big as you want. The size is remembered after closing the keyboard by tapping X. Another feature is this keyboard has predictive text with word suggestions popping above the keyboard - something the default keyboard does not do. You can customise the keyboard via the options key near the lower right corner.
25. Enable Full Screen Browsing in Desktop Internet Explorer
On a normal keyboard you can enable full screen web browsing by pressing F11, however the on screen virtual keyboard and the touch keyboard do not have the F keys. Worry not. Launch the alternative keyboard (tip 24 above) and press the Fn key (Function Key) in the lower left corner and all F1-F12 keys appear on the top row. Press F11 for full screen web browsing. To turn off full screen browsing launch the alternative keyboard again and press F11 or use the trackpad on the Touch Cover to move the mouse to the top of the screen to get access to the navigation icons.
26. Tips on Saving Battery
By default, Bluetooth is turned on but if you don't really use it often, turn it off to save battery. Go to Change PC Settings and then Wireless and turn it off there. Also you can turn off live tiles which need to connect to the web such as news tiles. Finally, prevent some apps running in the background by removing them from the lock screen.
27. Change Volume on Screen by Touch
When you press the Volume Keys on the side of your Surface, a small volume graphic appears on screen at the top left corner. As well as continuing to press the Volume Keys to change the volume, you can also place your finger on the graphic and slide the bar up or down.
28. See the Time from Within Any App
Want to know what time it is at any moment? Use your right thumb to slide the Charm bar into view just enough to pop up the time in the lower left corner and immediately swipe your thumb to the right to close the Charm bar and time. You should do this gesture without releasing contact of the screen. A quick in and out thumb swipe is enough.
29. Get to Task Manager Quickly
By pressing the Windows key and Power button at the same time you get to a screen were you can Lock, Switch User, Sign Out or Use the Task Manager.
30. Kickstand Works in Portrait Mode
Should you need to display your Surface in portrait mode, then open the kickstand and stand it up. The kickstand keeps it upright also. Great if you are displaying a slideshow of portrait photos.
31. Disable Logging
Generally logging can cause some sluggishness at times because log files are constantly accessed and written to. You can turn these off if you wish. Search for gpedit.msc and launch it. Navigate to User Configuration, Administrative Templates, Windows Components, and then select Windows Error Reporting in the left column of the Group Policy editor. Double-click Disable Logging in the Settings section of the Group Policy editor. Select Enable and then click OK to save the changes. Do the same for Disable Windows Error Reporting.
32. How to Move a Tile to a New Group Very Quickly
When you install a new app, it automatically gets added to the end of your tiles on the right. If you have several groups full of lots of tiles it can be quite a chore to drag to a group near the beginning. A quicker way to do this is to drag the tile to the bottom of the screen. Automatically all the grouped tiles zoom out and now you can move it to any group you like whereupon the tiles get zoomed in again.
33. Security Wallpaper Idea
What happens if you were to lose your Surface? How would anyone know who to return it to if they can't get past your password/pin code screen to browse your Me tile in Contacts? In Photoshop, add a text line to a wallpaper you want to use on your Surface's lock screen. Position the text near the bottom right corner and have it say something like: "If you find this tablet, please contact (phone number) to return it to it's owner and claim a reward for doing so." Then upload it to your tablet and apply it to your lock screen.
34. Multi Select Emails
You can multi select emails by swiping sideways the email header in the list. Swipe either left or right. You can move, mark as read or mark as unread.
35. Enable Flash for Specific Websites
Microsoft only allows certain websites to play flash content. These sites are listed in a 'whitelist'. You can edit the whitelist to include other sites of your choice. Click on the link and follow the instructions: http://forum.xda-developers.com/showthread.php?t=1961793
36. Reclaim Storage Space
You can reclaim additional space by deleting unwanted files. Go to the Control panel, delete temporary files and history. Also go to General section in PC Settings and then to Available Storage. You can view app sizes to delete unwanted pre installed apps like finance or sports.
37. Touchpad Supports Gestures
Two finger scrolling is possible on the keyboard's touchpad. You can bring up the menu from the bottom and scroll horizontally through your tiles and photos. Also double tapping is enabled too!
38. Use Home and End Keys to Navigate Quicker
To quickly go to one end of long list of tiles to other, use PgUp and PgDn keys to scroll by pages of tiles as opposed to columns of tiles.
39. Switch Between Running Apps Using Keyboard Shortcuts
On your keyboard, press the Windows and Tab keys to switch between apps. You can also use the Alt and Tab keys too!
40. Sync Multiple Google Calendars
Having more than one Google Calendar is now possible on the Surface. Follow the instructions here: http://www.makeuseof.com/tag/sync-multiple-google-calendars-windows/
41. Map Network Skydrive Folder in Surface
Here is a way to get access to your Skydrive files without having to navigate back and forth through the Skydrive app. You can now access the folder via file explorer in Desktop mode. Follow the instructions in the link: http://rashedtalukder.com/how-to-map-skydrive-folder-on-windows-rt-desktop-mode/
42. Increase Internet Explorer Performance
Follow the tweaks here to speed up your web browsing: http://forum.xda-developers.com/showthread.php?t=1998414
43. Sharing a Volume Out from the Surface
Windows RT supports file sharing (server-side), but it's hidden and disabled by default. Search for 'Services' from your Start screen. Find 'Server' in the list. Right click or tap and hold and choose properties. Change the Startup type to Automatic and you can create and share a folder like normal. Note: this might impact battery life.
44. How to Backup Recovery Partition to USB Flash Drive
Follow the instructions in the link to backup your Recovery Partition which may be useful if you want to delete that partition from the Surface. Don't delete it though until you have researched properly: http://www.shinysurface.com/2012/11/13/how-to-backup-the-surfaces-recovery-partition-to-a-usb-flash-drive/
45. How to Boot from USB Flash Drive
If you need to boot from a USB flash drive simply shut down your Surface, plug in your USB flash drive and hold down the volume button as you press the power button.
46. View Change Log of App Updates
The only way to view the change log of an app update before installing it is to deselect all the apps that want to update and select any one app. A 'View Details' button appears at the bottom which you can tap to see the details. Repeat for the other apps to be updated.
47. Share Selected Text from a Website
When you are on a website and want to share the page, you don't have to share the whole page in a link. You can highlight to select words on a website and when you share it by swiping the charm bar into view, only the selected words will be shared.
48. See Estimated Data Usage of your Wi-Fi Connection
You can see how many megabytes/gigs of data has been transferred via Wi-Fi on your Surface. Tap on Settings in the Charm bar, and then tap on your active Wi-Fi SSID name. IN the Networks list, tap and HOLD on your active Wi-Fi name and from the pop up menu choose 'Show estimated data usage'. It will show for example: Estimated usage 5.71gb since 1 day ago. Just tap on your W-iFi name next time to see the latest data usage.
49. Make your Desktop Explorer User Interface More Touch Friendly
Search for 'Display' via the Charms bar. In Settings results, tap on the blue monitor icon result. Everything is at 100% default size for text. Tap on Medium at 125% and hit apply to make everything in Explorer mode that much easier to read and touch. Make sure to set zoom level in both Internet Explorers back to 100% though.
50. Make your Keyboard Touchpad Scroll in the correct Direction
At the moment, when you scroll via the touchpad, the screen moves in the opposite direction to where your fingers move. Now you can reverse the direction thanks to a registry tweak here: http://forum.xda-developers.com/showthread.php?t=2007987
51. Disable Animation on Opening Apps
If you find the flipping animation annoying when launching an app you can disable it as follows. In Charms menu search for "Performance" and tap on "Adjust the appearance and performance of Windows" in Settings results. In the Visual Effects tab, uncheck 'Animate windows when minimising and maximising'. This gives an instantaneous launch. To disable the animated live tiles, uncheck also the 'Animate controls and elements inside windows' box. To revert back to the animations, just check the boxes again.
52. Install Apps Direct to SD Card
By default only media files can be installed to the SD cards and apps are installed to internal memory. If you have a 32gig tablet, you will realise internal memory is precious and limited. Free up internal memory by changing the location of where apps are installed. Run Regedit and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx and change the location path of the PackageRoot key from C:\ProgramFiles\WindowsApps to say D:\WindowsApps (where D: is the drive letter of your SD card and WindowsApps is the name of a folder you created in your SD card). You may need to change permissions on the Appx registry folder so that you can edit the key. You can also change the app repository to another directory by changing the PackageRepository key in a similar manner.
53. Install Apps from Other Countries
Do you want Flixster installed but you're annoyed that it only shows on the US store? Wish you could download it? Now you can and any other FREE app (can't buy apps from other countries, only free apps). Search for 'Region' via Charm menu and tap on the results in Settings category. Tap on the Location tab and change your Home Location to any country you want. Now you can navigate the store app for that particular country and download any free apps you like the look of. Change back to your original country when you had enough. Incidentally, Flixster works perfectly well with UK location and cinemas so not sure why its not in the UK Store.
54. Speed Up Scrolling by Reducing Friction
Launch the Registry Editor and navigate to HKCU\Software\Microsoft\Wisp\Touch and change the Friction value from 32 to 0. Reboot to see change. If you feel the screen sensitivity is too fast now, change the value to say 16 or any number up to 64. 64 means high friction. 0 means low friction.
55. Stream Media Files From Your Surface to Non Windows Certified DLNA TVs
If you have a TV set which has DLNA media streaming feature, but it is not a Windows?Microsoft Certified TV (check in Devices in PC Settings), you will not be able to stream/share media files from within certain apps. However, you can stream them through Windows Explorer using the 'Play To' feature. Find your media files you want to stream in your Pictures, Music and Videos folders. Tap on the file to select it but not launch it. Tap on the Play tab in the Ribbon UI at the top of the screen. Finally tap on the Play To button and select your TV which should now be active. Make sure to turn on network discovery in the Network and Sharing Center in Control Panel, if this is not working for you.
*January 24th Update: Added entries 54 - 55.
*January 22nd Update: Added entry 53.
*January 3rd Update: Added entries 51-.52. Updated entry 26.
*December 6th Update: Added entries 47-.50
*November 22nd Update: Added entries 34-46.
*November 10th Update: Updated entry 23 and added entries 30-33.
*November 9th Update: Added entries 24-29.
Reserved.
Second Reserve.
Final Reserve.
Good summary. First one to figure out how to get a fourth row of live tiles gets a cookie.
Also, how do we replace pinned IE tiles with something a little nicer?
I've been spending all my free time trying to figure out the fourth row, and reversing scroll direction on the touchpad.
I feel ya.
As for the IE tiles, I suppose you could just create new .png files and replace the current for whichever you want:
c:\users\profile\appdata\local\microsoft\internet explorer\pin-xxxxxxxx\
I haven't tried it but, looking in there it seems like it might work.
tboy2000 said:
7. Unlock Without Swiping
Instead of Swiping up the lockscreen image to unlock, just tap space bar on your keyboard.
Click to expand...
Click to collapse
You can also press the space bar to wake the device. You don't have to press the capacitive windows button, or the lock/wake button.
MrGreencastle said:
You can also press the space bar to wake the device. You don't have to press the capacitive windows button, or the lock/wake button.
Click to expand...
Click to collapse
It's actually any key, or the touch pad.
tboy2000 said:
12. Optimise your Surface
Once in a while execute the following: Search for "Defrag" in Settings and click on Defragment and Optimise your Drives. Click on C: drive and then click Optimise.
Click to expand...
Click to collapse
WTF?! Have you heard about NAND?
Useless guy said:
WTF?! Have you heard about NAND?
Click to expand...
Click to collapse
I second this, you could actually do harm as well you do not need to optimize/defrag Anne or any type of solid state.
Useless guy said:
WTF?! Have you heard about NAND?
Click to expand...
Click to collapse
From what I read the Optimise feature was different to defragging. However, I will substitute that entry to be safe. Thanks!
Replaced Tip 12 with: Access your Last Photo and Camera Roll Photos Direct from Camera App.
I believe I read on Anandtech that the Optimize function actually does a manual TRIM, if it's detected as an SSD.
jhoff80 said:
I believe I read on Anandtech that the Optimize function actually does a manual TRIM, if it's detected as an SSD.
Click to expand...
Click to collapse
It does. I did it and it said it was trimming
guitar1969 said:
It does. I did it and it said it was trimming
Click to expand...
Click to collapse
So is trimming ok? Shall I add the entry back in?
it should be okay, but windows also manages it on its own, so there shouldn't be too much need for manual use
Three more added. 21-23.
adiliyo said:
it should be okay, but windows also manages it on its own, so there shouldn't be too much need for manual use
Click to expand...
Click to collapse
On my windows 7 desktop my pc trims my ssd when the pc is in a standby mode. Wonder if surface does something similar
tboy2000 said:
23. How to Find All Apps in Store - Even Unlisted Ones
In the Store, enter the character * and search. You will see every single app for your country and if you sort by newest, you see a lot more new apps compared to the normal way of browsing in the store. As of writing this, there are 4984 apps listed for the UK. A most excellent tip!
Click to expand...
Click to collapse
This is nice, but holy crapware....I found it quite pointless to browse through this list.
another tip if op wants to add is how to force sufrace into recovery.
plug in a usb keyboard, hold SHIFT, click power-. restart. Ta-da blue recovery screen.

[APP][FREE]Finger Android App. All your Android through one move

Finger v2.7. All your Android through one move​
I am the developer of the app and I would like to let you know about Finger App. I cant post links yet, so if you want to check Finger´s Google play site, search "carlosdelachica" in the Google Play search engine.
Hope you enjoy it.
There is nothing better than having a good shortcut system that allows us to use our Android device in the fastest and easiest way. Such systems typically consist of launchers, through which significantly improves user experience. The use of these launchers is based on our pc desk, trying to simulate its behaviour and even improving it. Using this simple app you can elevate to absolute limits the use and customization of our shortcuts in our Android device.
Finger
This beneficial app will be very useful as your launcher if you tend to use different applications at the same time, such as chatting with someone while we are surfing the internet or have a conversation on Facebook while writing with another person in Whatsapp. By using Finger you can jump from one app to another simply by drawing a gesture with your finger on the screen.
Finger consists of two distinct parts. On the one hand we have the configuration screen by which we manage our shortcuts. The configuration screen has features such as add, modify or delete your gestures but also allows you to enable / disable "Finger drawer", which is a floating button that gives meaning to the app.
Finger drawer is a floating button by which acts as a launcher that can place a transparent window on top of other applications running, where we can draw a pre-configured gesture with our finger and access to the application configured. Finger drawer implements drag & drop functionality which allows the user to place the button at the edges of your screen, preventing it to be placed in an undesirable place. Another interesting feature is the lock screen functionality by using double clicking on Finger drawer launcher, or the ability to hide it with a long press.
In addition to the possibility of having our own shortcuts by any gesture to be able to open applications, Finger offers also the possibility to change or toggle system settings, simulate the home button, lock the screen and many more.
Finger´s advantages are clear in terms of usability. You do not have to navigate between windows to access your applications, accelerating and streamlines the use of your Smartphone, at the same time Finger enables us to continue interacting with other applications installed in the system.

Note 3 Features Detailed

These are some of the more interesting new features from the owners manual that was posted earlier. They are "new" compared to the N2 but quite a few of them are carry over from the SGS4. Most of the really new stuff on the N3 is centered around S Pen and inking. A lot of thought has been put in to enhancing multiview also. The camera appears, at least functionally, to be the same as the SGS4's.
S Pen nib is replaceable
Air jump - While viewing emails or web pages, move your hand up or down across the sensor to scroll the page up or down. (Vertical)
Air browse - Move your hand to the left or right across the sensor to browse images, webpages, songs, or memos. (Horizontal)
Air move - Tap and hold an icon with one hand, and then move your other hand to the left or right across the sensor to move the icon to another location. While using the daily or weekly calendar, tap and hold an event, and then move your other hand to the left or right to move the event to another day or week.
Air call-accept - When a call comes in, move your hand to the left, and then to the right across the sensor to answer the call.
The Menu button and the Back button can be used by the S Pen.
With Air Command you can directly use the following actions:
Action Memo: Write a memo, and then select it by drawing a line around it to take actions related to the memo.
Scrapbooker: Collect a variety of content and save it in Scrapbook. (p. 141)
Screen Write: Capture a screenshot and edit it.
S Finder: Search for a wide variety of content on your device. (p. 139)
Pen Window: Launch multiple applications in specified areas on the screen.​
Action Memo can be launched directly by double tapping the screen. Jot down or draw a memo, and then select the memo by tapping to perform various actions, such as making a call, adding contacts, sending messages. With selected, draw a line around an area with the S Pen to perform actions with the selected area.
Selecting and capturing an image - With the S Pen button pressed, draw a line around an area to select it. If necessary, use one of the following options:
Restore the original selection.
Convert the selection to circular shape.
Convert the selection to rectangular shape.
Customise the selection.
Select an application to use with the selected area from the icons that appear at the bottom of the screen.​
Air view - Use this feature to perform various functions while the S Pen or your finger is hovering over the screen.
Samsung Smart Pause - Use this feature to pause videos when you look away from the screen.
Samsung Smart Scroll - Use this feature to scroll the screen up or down by tilting your head or the device.
Using Multi Window applications - While using Multi Window applications, select an application window, tap the circle between the application windows, and then use one of the following:
Open a list of recently-used applications in the selected window.
Switch locations between Multi Window applications.
Share items between the application windows. Drag an item to share from one ]window to another. Some applications may not support this feature.
Close the application.​
Direct pen input - When hovering the S Pen over a text field, icon appears at the upper left corner of the text field. Tap to write with the S Pen. To make simple corrections, change input languages, or enter a space between characters, tap each correction tool displayed on the handwriting pad. When this feature is enabled, you can do the following actions:
Send a handwritten message.
Make a call by writing a contact name or a phone number on the keypad.
Set an alarm just by writing numbers.
Browse the Internet by writing web addresses.​
Translating and sending messages - To use the translating feature while composing a message, tap → Translate, drag the Translate switch to the right, set a language pair, and then tap OK. The translated message will replace the message of the source language.
Group Play - Use this application to enjoy moments with your friends by sharing and playing content. Create or join a Group Play session, and then share content, such as images or music.
WatchON - Use this application to connect to a TV to watch your favourite shows and movies.
Smart stabilisation: Set the device to automatically detect darker conditions and adjust the brightness of the photo without the flash.
Audio zoom: Make louder the sound from the zoomed subject while recording.
Making video clips - Create video clip, select images or videos by ticking multiple still photos. Enter a title, select an effect option, the video clip is saved in Gallery
Making image collages - Select item, select two to four images by ticking, and then tap → Create collage. Select a style at the bottom of the screen, and then tap to add images
Story Album - Use this application to create your own digital album to keep your stories by organising the images neatly and automatically.
Using Popup Video player - Use this feature to use other applications without closing the video player. While watching videos, tap to use the pop-up player. Spread two fingers apart on the screen to enlarge the player or pinch to reduce it. To move the player, drag the player to another location.
My Magazine - Use this application to make your own social magazine. On the Home screen, flick your finger up from the bottom of the screen, or press the Home button. To set up your magazine tick categories and topics. Flick left or right to change the category, flick up or down to turn over magazine pages, and then select an article to read. While viewing a page, tap to use the following applications:
Make a call.
Launch Camera.
Send a message.
Launch Google search.
Open the web browser.
Open the Applications screen.​
While reading an article, use the following icons:
Go to the previous page.
Set the article as your likes in Facebook.
View others’ comments about the article.
Set the article as your likes in Flipboard.
Add the article to your Flipboard magazine.
Share the article with others.​
S Health - Use this application to monitor your health by managing intake or burnt calories.
Walking mate.
Exercise mate.
Food tracker.
Comfort level.
Managing weight​
S Translator - Use this application to translate text into other languages.
S Finder - Use this application to search for a wide variety of items on the device, including emails, documents, images, music, applications, and more.
Scrapbook - Use this application to create your own digital scrapbook with content from webpages,videos and more.
KNOX -Use this application freely use your device for both work and personal use.To secure your data, KNOX and associated data is deleted when the password is entered incorrectly several times.
Display -
Screen mode –
- Adapt display: Use this mode for optimising the display according to the displaysettings.
- Dynamic: Use this mode to make the display tone more vivid.
- Standard: Use this mode for normal surroundings.
- Professional photo: Use this mode to make the display tone look like real colours.
- Movie: Use this mode for dim surroundings, such as in a dark room.
Display Settings -
- Reading mode: Select which applications will use reading mode. In reading mode, the device helps protect your eyes when reading at night.
- Auto adjust screen tone: Set the device to save power by adjusting the brightness of the display.
- Daydream: Set the device to launch a screensaver when your device is connected to a desktop dock or charging.
- Auto rotate screen: Set the content to rotate automatically when the device is turned.
- Edit after screen capture: Set the device to edit the screenshot after capturing it.​
Lock screen - Change settings for the locked screen.
Screen lock: Activate the screen lock feature. The following options may vary depending on the screen lock feature selected.
- Multiple widgets: Set the device to allow use of widgets on the locked screen.
- Clock widget options: Configure settings for the clock widget.
- Dual clock: Set the device to show the dual clock.
- Clock size: Change the size of the clock.
- Show date: Set the device to show the date with the clock.
- Weather: Set the device to show weather information on the locked screen.
- Shortcuts: Set the device to show and edit application shortcuts on the locked screen.
- Personal message: Edit the personal message.
- Owner information: Enter your information that is shown with the clock.
Unlock effect: Select an effect:
- Ink effect: Change the colour for the ink effect. The ink effect is available only with the S Pen.
- Wake up in lock screen: Set the device to recognise your wake up command when the screen is locked.
- Action Memo on lock screen: Set the device to launch Action Memo when you double tap the locked screen with the S Pen button pressed.
- Help text: Set the device to show the help text on the locked screen when you unlock the screen.​
Enough to upgrade. Direct pen input is really innovative
Sent from the New S Pen
^^ ****load of features...
Did anyone see anything similar for GN3?
Start at 2:06
When you guys are receiving yours?
Can't wait for a more in-depth review based on a daily use experience :good:
Seems that here in Holland the pre-orders are rolling out this week
.
---------- Post added at 10:13 PM ---------- Previous post was at 09:50 PM ----------
BarryH_GEG said:
Click to expand...
Click to collapse
Hey, where is that metal detector sensor mentioned on the other thread? :laugh:
.
CLARiiON said:
^^ ****load of features...
Did anyone see anything similar for GN3?
Start at 2:06
Click to expand...
Click to collapse
I did not see multitasking in the split window on the Note 3 - only vids I found were the copy/paste to different chat windows.....
Sent from my Galaxy Note 3 using Tapatalk
CLARiiON said:
^^ ****load of features...
Did anyone see anything similar for GN3?
Start at 2:06
Click to expand...
Click to collapse
Yes these multitasking features are available in note3...
Very cool! I love how the SPen can be used with the Menu and Back soft-keys. Does anyone know if the SPen can emulate pressing the Home button using the Air Commands or perhaps clicking on the SPen button?
Display Settings -
- Reading mode: Select which applications will use reading mode. In reading mode, the device helps protect your eyes when reading at night.
Click to expand...
Click to collapse
This is also intriguing. I currently use Screen Filter to really darken my N2's screen to allow for night-time reading. I'd be curious to see exactly how dark the N3's built-in Reading Mode will make the screen.
It's not clear to me whether app shortcuts can be used on a password-protected lockscreen. This has long been a complaint of Android, and is one of the few things that iOS does better. I'd like the ability to use "whitelisted" applications so that I don't have to unlock the entire phone just to use, say, the camera. Basically, I click on the app on the lock screen, and immediately use it. I don't care if the phone is lost/stolen and a stranger takes pics with the "whitelisted" camera shortcut (if anything, it would be helpful because I have all photos set to upload automatically to Dropbox, and if my phone is lost/stolen, I can check to see what pics someone might be taking with it, including any selfies which might help to identify the perp!).
I do not know if it was confirmed till this day- the slapdragon 600 variant of S4 had the Exmor R version of that 13 mp camera whilst the Exynos one got Exmor RS. Which Exmor version did the slapdragon 800 get?
Sent from my GT-I9300 using XDA Premium 4 mobile app

[APP][4.0+] OneTouch Launcher for Android (Android App)

To Whom It May Concerns !
I would like to introduce OneTouch Launcher for Android, a cool tool for Android devices (running Android 4.0 - API 15 and up)
How many moves/gestures do you often make to adjust volumes or start an app ? With OneTouch Launcher you will need just one touch to complete anything (well, almost, you will see)!
OVERVIEW
- You can organize apps into group tabs and launch any of them easily from a launch panel that appears upon touching the start handle.
- One-touch mode is even more convenient than usual : keep your finger touched and swipe to the desired function on the panel, when releasing the finger the desired app will launch (or the desired action will be performed).
- The start handle can be placed anywhere on screen that you want. If it is located near an edge it will be docked along that edge as a thin bar for easily swiping out.
- OneTouch Launcher for Android handles 4 kinds of content: application shortcuts, file shortcuts, link shortcuts, and a control center command actions.
MAIN FUNCTION
- OneTouch Launcher for Android works like a Start Menu popup from a Home Button, with app groups being shown in customizable tabs.
- Besides categorizing applications for easy access, you may also create shortcuts to any file or folder on your device and put them onto start menu panel for easy starting/opening.
- You may also create url links and put onto Start Panel for quick access: web url, sms composing urls with ready-filled recipients, phone call url to any phone number, mail composing url with ready-filled recipients. With this link function, all your frequent actions are just one touched away.
- System command actions are also made for you convenient use: turn off screen, screen orientation setting, switch flash-light on and off, launch calculator app, launch calendar app, open system setting panel, start google assistant (Android L), pull down notification bar, take a screen shot (Android M), launch camera app, adjust media volume, adjust ring volume, go back, go home, open recent applications screen.
- Hidden feature: Keep you finger touched over a volume command button of OneTouch launcher panel a bit, you will be able to adjust that volume by swiping left and right. Moveover, pushing your finger toward the top of your screen, this adjustment will be faster. With this feature, volume adjustment are done in just one move !
- This "long touch for more" feature also works on app shortcuts and screen orientation lock button
PERMISSIONS
For functional purposes of OneTouch Launcher for Android, following permission may be requested at appropriate circumstance:
- Appear on top: OneTouch Launcher for Android must be granted with this permission to show the start handle and the panel - this is essential for it to work.
- Storage access: in case you want to post your screen shots onto Gallery, you should allow this. This also enhances file shortcut creation function because you can then access more places on your storage when creating file shortcuts.
- Do not disturb mode: in case you want to adjust ring volume to low level
- Accessibility service: this should be turned on for following things: pull down notification bar, navigating back (for use with a browser), open recent apps screen.
- Device Administrator: in case you want to lock the screen with admin lock function. Note that this permission will have to turn off before force stop or uninstall OneTouch Launcher for Android.
- Make phone calls: this is used when you want to make a phone call from link.
- Access phone book: in case you want to add people from phone book into call-phone-link or sms-composing-link.
- Camera : this is to activate flash light in old android version device
- Start at boot time: this is to auto-start on boot
PRIVACY POLICY
By accessing or using the application, you agree to be bound by this Privacy Policy as well as our Terms of Use (“Terms”) and incorporated by reference into this Policy, and include applicable limitations on damages and disputes. IF YOU DO NOT UNDERSTAND OR YOU DO NOT AGREE TO BE BOUND BY THE TERMS AND THIS PRIVACY POLICY, YOU ARE PROHIBITED FROM USING THE APPLICATION. If you are using the application for an organization, you agree to the Terms and to this Privacy Policy on behalf of that organization. We understand and respect the importance of privacy.
What Information we collect: We do not collect any personal information.
How We Use or Share Information : We do not collect any personal information. The contact phone book is read to create links for you on the go, we don't use this information.
Cookies and Tracking: We DON’T use cookiers, don't track or use any of your information.
We DO use your camera to turn on flash light as needed.
If you have any question regarding this privacy policy, please contact us for clarification.
Enjoy OneTouch Launcher for Android !

Categories

Resources