[Android 2.2+] ShootNow! - Paid Software Announcement and Discussion

Hi all,
Today I released an updated version of my ShootNow! application with lots of improvements and some added functionality. I would like to ask you to try it out (the unlicensed version is free) and give your feedback in this thread. Thank you in advance.
Application description
ShootNow! is a profile-based camera automation application. A profile defines settings like picture size & location, camera settings, display settings and share/view taken pictures using other applications.
The application allows you to create multiple shortcuts, each using their own predefined profile. For example, you could have the following set-up:
Main application launcher, using the default profile, simply takes pictures at the maximum resolution, using automatic flash and focus modes, saving them to your regular camera picture location.
TwitPic shortcut, using Twitter profile, takes pictures in a lower resolution and automatically invokes your Twitter application to share the picture.
PicShare shortcut, using Sharing profile, takes pictures in a medium resolution and, after taking the picture, asks you which application to launch to share the picture.
Notepad shortcut, using SpyCam profile, hides the camera preview and status messages, automatically takes a picture on launch, and saves it to a hidden folder.
The main ShootNow! application can also be launched from a custom lock screen like WidgetLocker without first having to unlock the device. This allows you to quickly start taking pictures from your lock screen.
Free & licensed version
The ShootNow! application can be downloaded for free from the Android Market. This free version is fully functional but downscales all images to 320x240. In order to take pictures with higher resolutions, please buy the ShootNow! License, also available on the Android Market.
Link to ShootNow
[qrcode]market://search?q=pname:com.rsqsoft.shootnow[/qrcode]
Link to ShootNow! License.
[qrcode]market://search?q=pname:com.rsqsoft.shootnow.license[/qrcode]

Sorry, but I don't make the connection between the camera and the shortcuts :$
Do I need to take any picture to launch an app, instead of click a shorcut?

Related

[APP] Native screen rotate applications

i wrote two applications that provide screen rotations in different scenarios.
the first one (rotexec) rotates the screen in a particularly orientation and executes an application, then restores the orientation on exit.
the second one (devomon) polls the accelerometer and updates the screen orientation.
i know there are already applications out there that handle these tasks, but the ones i found all ran on the .net vm.
my goal here was to minimize the memory footprint, something not possible with managed languages.
for devomon.. with 4 filtered applications, it consumes about 52 KB of heap space.
the new version of devomon (with a gui):
http://www.megaupload.com/?d=LCOWUDF4
rotexec and devomon w/o a gui (don't use it):
http://www.megaupload.com/?d=DL58WVU4
project is hosted at SourceForge.. i haven't committed the newer changes though.
----
rotexec is intended for use with shortcuts, although if you use it more than once you might have a hard time distinguishing when all have the same damn icon.
the command-line format is...:
Code:
rotexec <direction>|<full_path_to_exe>[|<args]
<direction> indicates the side the top of the window touches and can be either N, S, E, or W
you can quote the individual items (i.e., "N" vs. N), but not the entire string.
* the orientation is set for the duration of the program, regardless of whether or not it owns the foreground window.
example shortcut:
Code:
88#"\Storage Card\rotexec.exe" W|\Storage Card\Program Files\Navigator\TomTom Navigator.exe
----
devomon reads the output of the accelerometer using htcsensorsdk.dll.
* the screen orientation is changed for all applications except those in the filter list.
* if the keyboard is out, no orientation changes are made.
* filters cannot be persisted at this time.
devomon now has a gui.
I'd just like to say a TON of thanks to this program. It works GREAT. I use it for Remote Desktop. I always want it rotated portrait, without the keyboard open, and now it does!
In addition, I would like to add a recommendation for modifying the shortcut icons. This app that I have attached is called Shortcut Creator, and it allows you to pull up any shortcut, and specify an icon from any .EXE on the device!

PictureViewer - call for developers, designers, and beta-users

Hi all,
The idea is to create an amazing picture viewer for Android, free, open-source, and community powered. This thread is a call for Android developers, designers, and users so that we can kickstart this project.
IMO, we should start by:
1) users saying what they would like to see in a picture viewer app (in terms of UI, features, ...)
2) gathering a team of developers - everyone is welcome independent of their skill level (if you just want ot learn as we go thats great too)
3) gathering a team of designers - same as above
4) creating a few app concepts (devs and designers involved)
5) kick-off development
6) iterate the app with users feedback
So anyone (dev, designer, user) that is interested please post here the skills you are willing to contribute with, and your preferred way of communication, and project management software (IM, forum, etc)
So... what are you waiting for, get involved!
Cheers,
about me: I am the developer of RockOn (http://abrantix.org/rockon.php)
I'm in! I will be the token learner! My prefered form of contact/conversation is IM and email. I have accounts for all of the major messengers.
As for concept ideas, the ability to swipe to change picture is very high on my list. Also, as mentioned in the rock on app thread, a layout similar to the rock on layout would be nice for thumbnail viewing.
yeah, i'm happy to help out =]
I might be able to help out. Either development or testing. I prefer email, but also have Google Talk. As for project management, whatever works for everyone else works for me.
Sounds good to me. I am a C/Linux guy who dabbles in Java when he has to. I have almost no GUI skills that lead to anything besides functionality, I am an engineer. I prefer IM or group chat for lengthy design discussions.
As far as functionality I would personally like, I think the RockOn look/feel is pretty close:
Basic:
- scrolling list of thumbnails (maybe like a film roll?) while showing a larger version of the active item in the scrolling film roll
- tap any image to see full screen (best fit maximize, best fit crop, possibly scale to fit (yuck))
- auto rotate of course
- slideshow in order or random with variable delay time in seconds (1,2,5,10,15, tap only)
- optionally override screen timeout when on charger and on battery
Advanced:
- ability to rotate/delete/edit pictures
- show any picture info (mainly titles/when taken/where taken)
- transitions, possibly opengl?
- select background music playlist (which is part of why I thought RockOn was such a good fit)
- defined slideshows (like playlists for music) (maybe as easy as selecting what directories should be in this slideshow and what playlists to use for music)
- widget control to select and start/resume a slideshow (or maybe just a shortcut per slideshow?)
- show subdirectories like the built in picture viewer does? (by creating custom thumbnails)
Really out there stuff:
- integrated media station for pictures/music/movies since they can all benefit from a nice coherent GUI frontend
knoxbrder said:
Sounds good to me. I am a C/Linux guy who dabbles in Java when he has to. I have almost no GUI skills that lead to anything besides functionality, I am an engineer. I prefer IM or group chat for lengthy design discussions.
As far as functionality I would personally like, I think the RockOn look/feel is pretty close:
Basic:
- scrolling list of thumbnails (maybe like a film roll?) while showing a larger version of the active item in the scrolling film roll
- tap any image to see full screen (best fit maximize, best fit crop, possibly scale to fit (yuck))
- auto rotate of course
- slideshow in order or random with variable delay time in seconds (1,2,5,10,15, tap only)
- optionally override screen timeout when on charger and on battery
Advanced:
- ability to rotate/delete/edit pictures
- show any picture info (mainly titles/when taken/where taken)
- transitions, possibly opengl?
- select background music playlist (which is part of why I thought RockOn was such a good fit)
- defined slideshows (like playlists for music) (maybe as easy as selecting what directories should be in this slideshow and what playlists to use for music)
- widget control to select and start/resume a slideshow (or maybe just a shortcut per slideshow?)
- show subdirectories like the built in picture viewer does? (by creating custom thumbnails)
Really out there stuff:
- integrated media station for pictures/music/movies since they can all benefit from a nice coherent GUI frontend
Click to expand...
Click to collapse
All very good points, I agree 100%. I'd like to add "browse pictures by swipe" to that list though, and double-tap to zoom in and double-tap-hold(xxx ms) to reset zoom.
I don't know the first thing about java/coding, but I have experience in graphical design (Android themes/icons/etc).
Unfortunately, I have so little experience with linux that I might as well know nothing and I'm going deeper C++ so no Java yet =( and no knowledge of GUI programming either) but I do have a suggestion, you could try a format similar to the ScatterView that is on Microsoft Surface, there is already source code that somewhat does this made my Luke Hutchinson for multitouch In the middle of this page If there is anything I can help with I would be more than happy to.
BTW: I prefer E-Mail/IM for communication ([email protected])
Take a look at the LOL Cats application. The picture browsing is great, left right swipt to navigate, up swipe to go to "film strip" and tap to zoom. It doesn't have all the features we'd be looking for but it would be a start. Perhaps they'd be willing to share some code.
I will be happy when any developer add multitouch (like in browser from JF )
and gesture
Alright so we have a few people interested in joining already, and nice ideas to start with. Let's schedule a date for an IRC/MSN/Skype conference to kick this off and start creating some app concepts and distributing tasks.
As for myself, I am really into animation-related stuff like rotations, translations, and 3d-like whenever possible. Id also like to add features for automatic categorization of pictures (for instance making dynamic albums by data- last week/month/6 months/whatever -, location, or even image similarity).
I will have a few hours Wed April 29, 2009 say 9pm-11pm EST.
Busy Thursday / Friday.
I will be free Sat May 2, 2009 after 6pm EST or pretty much any time Sun May 3, 2009 8am - 10pm EST.
@bjehsus, nEx.software, mannyb - Check your PMs
@knoxbrder - check you email (sent via the forums).
Ok well to help out with the project I'm trying to find out how to code the inertial movement for teh scatterview. If anyone has any ideas please E-Mail me ([email protected])
Edit: Please note that I have very little knowledge of Java so it will be in C++ syntax but should be easily translated from what I've been told
I am not a dev and can't really contribute to your work. However, please allow me to make one suggestion....
You already noted that you may wish to integrate the following:
widget control to select and start/resume a slideshow (or maybe just a shortcut per slideshow?)
I would suggest that you integrate a widget into your app. The widget could act like an table top lcd picture frame in which the photos change periodically.
Long press on the widget could open up the full app. Closing the app returns to the home screen with the widget on the screen.
Also, please make it so that the user can designate a folder for the widget, and one (+ the widget folder) for the full app. That way a user could have family photos alternating in the picture frame widget folder, but when the full app opens the user could look at all of the photos (widget file + regular file).
You would also have an icon in the app grid for those who didn't want to use the widget.
Just my $.02. I'm excited to see your progress and will be willing to be a beta tester if you want. I like to have photos of my wife as my "desktop" but, love photos in general. I've been waiting for an app like this!!
Thanks for considering these ideas.
***Note: If you consider working on the widget first you could enter the widget into the contest and then build the app after the widget. Just something to consider.***
maybe you can PM haykuro / JF to help you get the kernel for multi-touch and incorporate that into your photo viewer :]]
i would so pay for this!
shaneaus said:
I am not a dev and can't really contribute to your work. However, please allow me to make one suggestion....
You already noted that you may wish to integrate the following:
widget control to select and start/resume a slideshow (or maybe just a shortcut per slideshow?)
I would suggest that you integrate a widget into your app. The widget could act like an table top lcd picture frame in which the photos change periodically.
Long press on the widget could open up the full app. Closing the app returns to the home screen with the widget on the screen.
Also, please make it so that the user can designate a folder for the widget, and one (+ the widget folder) for the full app. That way a user could have family photos alternating in the picture frame widget folder, but when the full app opens the user could look at all of the photos (widget file + regular file).
You would also have an icon in the app grid for those who didn't want to use the widget.
Just my $.02. I'm excited to see your progress and will be willing to be a beta tester if you want. I like to have photos of my wife as my "desktop" but, love photos in general. I've been waiting for an app like this!!
Thanks for considering these ideas.
***Note: If you consider working on the widget first you could enter the widget into the contest and then build the app after the widget. Just something to consider.***
Click to expand...
Click to collapse
We have a list of ideas we (and other users) would like to see, I will add this to our list, and we will see what happens
maybe you can PM haykuro / JF to help you get the kernel for multi-touch and incorporate that into your photo viewer :]]
Click to expand...
Click to collapse
This is definitely in our list of wants! It may not happen right away, but we will have to see how the project plays out.

Presenting new App - Pikchur for WP7

Hi everybody
We recently published Pikchur for WP7 and I would like to introduce to XDA-Developers community our photo-sharing application for feedback.
Direct link on Zune:
http://social.zune.net/redirect?type=phoneApp&id=99bec83c-a185-e011-986b-78e7d1fa76f8
Would love to read your comments, request for new features.
Florian
PS: APOLOGIES FOR THE SUBJECT - I THOUGHT I HAD THE [APP] IN THE SUBJECT. CANNOT EDIT TO CORRECT. SORRY
About Pikchur for WP7:
Pikchur allows users to quickly connect and share photos to many popular social networks, micro-blogging services, and media hosting websites. The Windows Phone 7 application is packed with new platform features such as Bing map integration for geotagging, pivot controls for organizing photo information and comments, and a live tile, so users can see their most recent photo on the phone’s start screen. The application was launched simultaneously in five languages, provides privacy options, and includes Facebook and Twitter integration, so users can start sharing instantly.
Pikchur users are content pushers. They use the service to push out a single photo to multiple platforms. Their goal is to share quickly and broadly. This type of social user is different from other photo sharing users, which may be more participatory in a photography community like Flickr or exclusive like Instagram, which does not have public photo-streams.
The primary experience goal with Pikchur for Windows Phone 7 was the speed to which a user would be able to launch the device camera or select a previously taken photo from an album and share their photo. Post set up, a user requires only two steps to achieve this goal. Similar to applications like Shazam the application start screen is explicit in the engagement flow. Two large buttons dominate the screen ‘take with camera’ or ‘select from pictures’ and indicate to the user their first steps. After launching the camera or photo albums and confirming a picture, the users are returned to a display screen inside the application where they can add a caption and toggle the social networks they want to share with on and off. This toggle feature allows users to promptly adjust the pipeline for any given photo. This is useful sometimes when a user segments their own audience into different categories.
The user experience for the first launch of Pikchur for Windows Phone 7 was task based and focused on the primary goals of the user. Future versions are intended to include more exploratory and Pikchur community features. With the focus on completing tasks, the design led with a Pivot control, one of two new types of controls available for displaying content in Windows Phone 7. The other control is called a Panorama and is particularly useful when leading with content heavy applications such as news applications.
The Pivot control works essentially like a tab menu, except often not all options are visible on the screen. Windows Phone 7 breaks both page and screen metaphors for digital media design. The potential canvas for an interactive application moves beyond the screen both horizontally and vertically. When a user selects a Pivot menu item, it becomes the new focus and other menu items shift. This type of motion and presentation of information allows users to familiarize themselves with the menu options. The order of the pivot menu items also presents a hierarchy with the primary tasks or content being placed earlier in a flow.
The Pivot control works particularly well with heavy tasked based applications because it provides a menu bar that sits at the bottom of the screen called the App Bar. This App Bar holds icon buttons with actions specific to the current screen. The App Bar is a distinguishing feature of Windows Phone 7, both in its heavy icon use and emphasis on context. Icons are a powerful visual system that signal actions to users. Without having to process too much information, users can determine the primary actions to take on a screen. A hierarchy of actions is also placed in the App Bar, with primary functions placed left to right.
As an example of how the App Bar works, in Pikchur for Windows Phone 7, after a user has selected or taken a photo for upload, they are presented with a photo submit screen allowing users to add a caption and select the services where they wish to send the photo. In the App bar, two options are presented. These options are specific to the photo submit form and help to keep momentum in a users flow through an application. Users are able to better flow through an application when next step action items are so clearly expressed. The first button in Pikchur is the Send option, followed by Edit. For the Pikchur user, again the primary experience goal is the speed to sharing. The photo submit screen presents a minimum set of options that will fulfill the users need to customize before sending. Most of the options such as the post to services are already set to defaults in the setting so that the need to make tweaks on a particular post is minimal. Whereas adding filters or special photo editing features are presented early or as part of the submit form for other photo sharing application, this step is placed as a secondary action both in the App Bar and in the application. This additional step of editing adds more decision steps for the user and slows down the speed to send goal. Separating out the edit function also allows for greater expansion of the edit features for later versions. These types of experience architecture decisions reflect both an understanding of the brand values and the particular type of audience.

ics features not found on note

please can anyone tell me how to get some of the features which are on ics AND NOT ON NOTE
this i got it from http://www.android.com/about/ice-cream-sandwich/
ntroducing Android 4.0
Android 4.0 (Ice Cream Sandwich) is the latest version of the Android platform for phones, tablets, and more. It builds on the things people love most about Android — easy multitasking, rich notifications, customizable home screens, resizable widgets, and deep interactivity — and adds powerful new ways of communicating and sharing.
Simple, Beautiful, Useful
Refined, evolved UI
Focused on bringing the power of Android to the surface, Android 4.0 makes common actions more visible and lets you navigate with simple, intuitive gestures. Refined animations and feedback throughout the system make interactions engaging and interesting. An entirely new typeface optimized for high-resolution screens improves readability and brings a polished, modern feel to the user interface.
Virtual buttons in the System Bar let you navigate instantly to Back, Home, and Recent Apps. The System Bar and virtual buttons are present across all apps, but can be dimmed by applications for full-screen viewing. You can access each application's contextual options in the Action Bar, displayed at the top (and sometimes also at the bottom) of the screen.
Multitasking is a key strength of Android and it's made even easier and more visual on Android 4.0. The Recent Apps button lets you jump instantly from one task to another using the list in the System Bar. The list pops up to show thumbnail images of apps used recently — tapping a thumbnail switches to the app.
The Recent Apps list makes multitasking simple.
Jump to the camera or see notifications without unlocking.
For incoming calls, you can respond instantly by text.
Rich and interactive notifications let you keep in constant touch with incoming messages, play music tracks, see real-time updates from apps, and much more. On smaller-screen devices, notifications appear at the top of the screen, while on larger-screen devices they appear in the System Bar.
Home screen folders and favorites tray
New home screen folders offer a new way for you to group your apps and shortcuts logically, just by dragging one onto another. Also, in All Apps launcher, you can now simply drag an app to get information about it or immediately uninstall it, or disable a pre-installed app.
The All Apps launcher (left) and resizable widgets (right) give you apps and rich content from the home screen.
On smaller-screen devices, the home screen now includes a customizable favorites tray visible from all home screens. You can drag apps, shortcuts, folders, and other priority items in or out of the favorites tray for instant access from any home screen.
Resizable widgets
Home screens in Android 4.0 are designed to be content-rich and customizable. You can do much more than add shortcuts — you can embed live application content directly through interactive widgets. Widgets let you check email, flip through a calendar, play music, check social streams, and more — right from the home screen, without having to launch apps. Widgets are resizable, so you can expand them to show more content or shrink them to save space.
New lock screen actions
The lock screens now let you do more without unlocking. From the slide lock screen, you can jump directly to the camera for a picture or pull down the notifications window to check for messages. When listening to music, you can even manage music tracks and see album art.
Quick responses for incoming calls
When an incoming call arrives, you can now quickly respond by text message, without needing to pick up the call or unlock the device. On the incoming call screen, you simply slide a control to see a list of text responses and then tap to send and end the call. You can add your own responses and manage the list from the Settings app.
Swipe to dismiss notifications, tasks, and browser tabs
Android 4.0 makes managing notifications, recent apps, and browser tabs even easier. You can now dismiss individual notifications, apps from the Recent Apps list, and browser tabs with a simple swipe of a finger.
A spell-checker lets you find errors and fix them faster.
A powerful voice input engine lets you dictate continuously.
Improved text input and spell-checking
The soft keyboard in Android 4.0 makes text input even faster and more accurate. Error correction and word suggestion are improved through a new set of default dictionaries and more accurate heuristics for handling cases such as double-typed characters, skipped letters, and omitted spaces. Word suggestion is also improved and the suggestion strip is simplified to show only three words at a time.
To fix misspelled words more easily, Android 4.0 adds a spell-checker that locates and underlines errors and suggests replacement words. With one tap, you can choose from multiple spelling suggestions, delete a word, or add it to the dictionary. You can even tap to see replacement suggestions for words that are spelled correctly. For specialized features or additional languages, you can now download and install third-party dictionaries, spell-checkers, and other text services.
Powerful voice input engine
Android 4.0 introduces a powerful new voice input engine that offers a continuous "open microphone" experience and streaming voice recognition. The new voice input engine lets you dictate the text you want, for as long as you want, using the language you want. You can speak continously for a prolonged time, even pausing for intervals if needed, and dictate punctuation to create correct sentences. As the voice input engine enters text, it underlines possible dictation errors in gray. After dictating, you can tap the underlined words to quickly replace them from a list of suggestions.
Data usage controls let you monitor total usage by network type and application and then set limits if needed.
Control over network data
Mobile devices can make extensive use of network data for streaming content, synchronizing data, downloading apps, and more. To meet the needs of you with tiered or metered data plans, Android 4.0 adds new controls for managing network data usage.
In the Settings app, colorful charts show the total data usage on each network type (mobile or Wi-Fi), as well as amount of data used by each running application. Based on your data plan, you can optionally set warning levels or hard limits on data usage or disable mobile data altogether. You can also manage the background data used by individual applications as needed.
Designed for accessibility
A variety of new features greatly enhance the accessibility of Android 4.0 for blind or visually impaired users. Most important is a new explore-by-touch mode that lets you navigate without having to see the screen. Touching the screen once triggers audible feedback that identifies the UI component below; a second touch in the same component activates it with a full touch event. The new mode is especially important to support users on new devices that use virtual buttons in the System Bar, rather than dedicated hardware buttons or trackballs. Also, standard apps are updated to offer an improved accessibility experience. The Browser supports a script-based screen reader for reading favorite web content and navigating sites. For improved readability, you can also increase the default font size used across the system.
The accessibility experience begins at first setup — a simple touch gesture during setup (clockwise square from upper left) activates all accessibility features and loads a setup tutorial. Once accessibility features are active, everything visible on the screen can be spoken aloud by the standard screen reader.
Contacts and profiles are integrated across apps and social networks, for a consistent, personal experience everywhere — from incoming calls to emails.
Communication and sharing
People and profiles
Throughout the system, your social groups, profiles, and contacts are linked together and integrated for easy accessibility. At the center is a new People app that offers richer profile information, including a large profile picture, phone numbers, addresses and accounts, status updates, events, and a new button for connecting on integrated social networks.
Your contact information is stored in a new "Me" profile, allowing easier sharing with apps and people. All of your integrated contacts are displayed in an easy to manage list, including controls over which contacts are shown from any integrated account or social network. Wherever you navigate across the system, tapping a profile photo displays Quick Contacts, with large profile pictures, shortcuts to phone numbers, text messaging, and more.
Unified calendar, visual voicemail
To help organize appointments and events, an updated Calendar app brings together personal, work, school, and social agendas. With user permission, other applications can contribute events to the calendar and manage reminders, for an integrated view across multiple calendar providers. The app is redesigned to let you manage events more easily. Calendars are color-coded and you can swipe left or right to change dates and pinch to zoom in or out agendas.
In the phone app, a new visual voicemail features integrates incoming messages, voice transcriptions, and audio files from one or more providers. Third-party applications can integrate with the Phone app to add your own voice messages, transcriptions, and more to the visual voicemail inbox.
Capture the picture you want, edit, and share instantly.
Rich and versatile camera capabilities
The Camera app includes many new features that let you capture special moments with great photos and videos. After capturing images, you can edit and share them easily with friends.
When taking pictures, continuous focus, zero shutter lag exposure, and decreased shot-to-shot speed help capture clear, precise images. Stabilized image zoom lets you compose photos and video in the way you want, including while video is recording. For new flexibility and convenience while shooting video, you can now take snapshots at full video resolution just by tapping the screen as video continues to record.
To make it easier to take great pictures of people, built-in face detection locates faces in the frame and automatically sets focus. For more control, you can tap to focus anywhere in the preview image.
For capturing larger scenes, the Camera introduces a single-motion panorama mode. In this mode, you start an exposure and then slowly turn the Camera to encompass as wide a perspective as needed. The Camera assembles the full range of continuous imagery into a single panoramic photo.
After taking a picture or video, you can quickly share it by email, text message, bluetooth, social networks, and more, just by tapping the thumbnail in the camera controls.
A Photo Gallery widget on the home screen.
Redesigned Gallery app with photo editor
The Gallery app now makes it easier to manage, show, and share photos and videos. For managing collections, a redesigned album layout shows many more albums and offers larger thumbnails. There are many ways to sort albums, including by time, location, people, and tags. To help pictures look their best, the Gallery now includes a powerful photo editor. You can crop and rotate pictures, set levels, remove red eyes, add effects, and much more. After retouching, you can select one or multiple pictures or videos to share instantly over email, text messaging, bluetooth, social networks, or other apps.
An improved Picture Gallery widget lets you look at pictures directly on the home screen. The widget can display pictures from a selected album, shuffle pictures from all albums, or show a single image. After adding the widget to the home screen, you can flick through the photo stacks to locate the image you want, then tap to load it in Gallery.
Live Effects let you change backgrounds and use Silly Faces during video.
Live Effects for transforming video
Live Effects is a collection of graphical transformations that add interest and fun to videos captured in the Camera app. For example, you can change the background behind them to any stock or custom image, for just the right setting when shooting video. Also available for video is Silly Faces, a set of morphing effects that use state-of-the-art face recognition and GPU filters to transform facial features. For example, you can use effects such as small eyes, big mouth, big nose, face squeeze, and more. Outside of the Camera app, Live Effects is available during video chat in the Google Talk app.
Snapping a screenshot.
Sharing with screenshots
You can now share what's on your screens more easily by taking screenshots. Hardware buttons let them snap a screenshot and store it locally. Afterward, you can view, edit, and share the screen shot in Gallery or a similar app.
Cloud-connected experience
Android has always been cloud-connected, letting you browse the web and sync photos, apps, games, email, and contacts — wherever you are and across all of your devices. Android 4.0 adds new browsing and email capabilities to let you take even more with them and keep communication organized.
The Browser tabs menu (left) lets you quickly switch browser tabs. The options menu (right) gives you new ways to manage your browsing experience.
Benchmark comparisons of Android Browser.
Powerful web browsing
The Android Browser offers an experience that’s as rich and convenient as a desktop browser. It lets you instantly sync and manage Google Chrome bookmarks from all of your accounts, jump to your favorite content faster, and even save it for reading later in case there's no network available.
To get the most out of web content, you can now request full desktop versions of web sites, rather than their mobile versions. You can set your preference for web sites separately for each browser tab. For longer content, you can save a copy for offline reading. To find and open saved pages, you can browse a visual list that’s included with browser bookmarks and history. For better readability and accessibility, you can increase the browser’s zoom levels and override the system default text sizes.
Across all types of content, the Android Browser offers dramatically improved page rendering performance through updated versions of the WebKit core and the V8 Crankshaft compilation engine for JavaScript. In benchmarks run on a Nexus S device, the Android 4.0 browser showed an improvement of nearly 220% over the Android 2.3 browser in the V8 Benchmark Suite and more than 35% in the SunSpider 9.1 JavaScript Benchmark. When run on a Galaxy Nexus device, the Android 4.0 browser showed improvement of nearly 550% in the V8 benchmark and nearly 70% in the SunSpider benchmark.
Improved email
In Android 4.0, email is easier to send, read, and manage. For composing email, improved auto-completion of recipients helps with finding and adding frequent contacts more quickly. For easier input of frequent text, you can now create quick responses and store them in the app, then enter them from a convenient menu when composing. When replying to a message, you can now toggle the message to Reply All and Forward without changing screens.
For easier browsing across accounts and labels, the app adds an integrated menu of accounts and recent labels. To help you locate and organize IMAP and Exchange email, the Email app now supports nested mail subfolders, each with synchronization rules. You can also search across folders on the server, for faster results.
For enterprises, the Email app supports EAS v14. It supports EAS certificate authentication, provides ABQ strings for device type and mode, and allows automatic sync to be disabled while roaming. Administrators can also limit attachment size or disable attachments.
For keeping track of incoming email more easily, a resizable Email widget lets you flick through recent email right from the home screen, then jump into the Email app to compose or reply.
Android Beam lets you share what you are using with a single tap.
Innovation
Android is continuously driving innovation forward, pushing the boundaries of communication and sharing with new capabilities and interactions.
Android Beam for NFC-based sharing
Android Beam is an innovative, convenient feature for sharing across two NFC-enabled devices, It lets people instantly exchange favorite apps, contacts, music, videos — almost anything. It’s incredibly simple and convenient to use — there’s no menu to open, application to launch, or pairing needed. Just touch one Android-powered phone to another, then tap to send.
For sharing apps, Android Beam pushes a link to the app's details page on Google Play. On the other device, the Google Play app launches and loads the details page, for easy downloading of the app. Individual apps can build on Android Beam to add other types of interactions, such as passing game scores, initiating a multiplayer game or chat, and more.
Face recognition lets you unlock your phone with your face.
Face Unlock
Android 4.0 introduces a completely new approach to securing a device, making each person's device even more personal — Face Unlock is a new screen-lock option that lets you unlock your device with your face. It takes advantage of the device front-facing camera and state-of-the-art facial recognition technology to register a face during setup and then to recognize it again when unlocking the device. Just hold your device in front of your face to unlock, or use a backup PIN or pattern.
Wi-Fi Direct and Bluetooth HDP
Support for Wi-Fi Direct lets you connect directly to nearby peer devices over Wi-Fi, for more reliable, higher-speed communication. No internet connection or tethering is needed. Through third-party apps, you can connect to compatible devices to take advantage of new features such as instant sharing of files, photos, or other media; streaming video or audio from another device; or connecting to compatible printers or other devices.
Android 4.0 also introduces built-in support for connecting to Bluetooth Health Device Profile (HDP) devices. With support from third-party apps, you can connect to wireless medical devices and sensors in hospitals, fitness centers, homes, and elsewhere.
Touchwiz has been put over top of ics so most of stock ics are not there. . Only way ia to find non touchwiz ics for note im sure there are some in dev section but be careful not to increase your Binary counter
Sent from my GT-N7000 using xda premium
There are some features you just can't have due to hardware ie nfc but to got stock ics look and feel use cm9
Sent from my GT-N7000 using XDA Premium HD app
zacthespack said:
There are some features you just can't have due to hardware ie nfc but to got stock ics look and feel use cm9
Sent from my GT-N7000 using XDA Premium HD app
Click to expand...
Click to collapse
You mean to get truer ics use cm9 or stunner, cause stock is what is delivered with samsung crap lmao.
Sent from my GT-N7000 using Tapatalk 2
baz77 said:
You mean to get truer ics use cm9 or stunner, cause stock is what is delivered with samsung crap lmao.
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
'stock ics' is in my view AOSP based roms, touchwiz is not stock ICS, although it is stock for the note, so there is the confusstion yes
zacthespack said:
'stock ics' is in my view AOSP based roms, touchwiz is not stock ICS, although it is stock for the note, so there is the confusstion yes
Click to expand...
Click to collapse
AOSP is only "stock" on Nexus and some generic devices. If it's not made by the manufacturer of your device, for your device, it's not stock. But AOSP most certainly is "pure". There are times I really hate TouchWiz.
Sent from my GT-N7000 using Tapatalk
yes, kind of disappointed after Note got ICS upgrade compare to those original ICS phone.
A question then - can we have toggle recent apps button as the one to be found on stock ics? I find extremely annoying to long press in order to switch between apps ...
Spo0f said:
A question then - can we have toggle recent apps button as the one to be found on stock ics? I find extremely annoying to long press in order to switch between apps ...
Click to expand...
Click to collapse
Sure we can.
ICS Stunner has an option to enable softkey buttons.
Spo0f said:
A question then - can we have toggle recent apps button as the one to be found on stock ics? I find extremely annoying to long press in order to switch between apps ...
Click to expand...
Click to collapse
Long press on the home button will bring up list of recent apps, you can swipe to the right to remove apps from list and at bottom is shortcut to taskmanager
Only on stock lol
Sent from my GT-N7000 using Tapatalk 2

[Android 4.03+] Zoom For Instagram - No root required

Hi all,
Zoom For Instagram adds the ability to zoom Instagram photos and view profile pictures (No root required - this is NOT our Xposed mod)
After installing Zoom For Instagram, do the followings simple steps to zoom photos from Instagram:
1. Tap the photo menu in Instagram application
2. Tap "Copy Share URL" or "Copy profileURL"
3. That's it! URL is copied, and the photo from Instagram will open in Zoom For Instagram, zoom and enjoy
Watch the demo video:
Please note:
Zoom For Instagram is a complementary application for Instagram and is not by any way part of Instagram application, nor is it developed or maintained by Instagram team
Private users photos in Instagram does not have the "Copy Share URL" option - this is according to Instagram privacy policy and not a bug
Highlights:
Zoom photos and profile pictures from Instagram
Bookmark photos for viewing them later
Material Design
Multi lingual
And many more cool features
Install from Google Play (recommended for automatic updates) or use the attached apk.
The free version is fully functional and without ads or time limit. In the free version photos inside the app are displayed with a watermark that disappears automatically after a few seconds. To remove the watermark, install the license app from https://play.google.com/store/apps/details?id=com.Taptigo.ZoomFI.License
Feedback and comments we'll be highly appreciated, enjoy
Hi all,
the app was updated to display a much more transparent watermark in the free version.
Enjoy
Hi all,
version 1.2 is now available.
This version includes:
Watermark now automatically disappears after a few seconds
Built in integration with our Xposed Zoom For Instagram mod.
Feedback and comments we'll be highly appreciated, enjoy
Hi all,
Version 1.5 is ready to install from Google Play.
In this version we added a new cool feature - view full size profile pictures. to view a profile picture, click the "Copy profile URL" in the profile page context menu and the picture will open in Zoom for Instagram.
Feedback, suggestions or just thanks will be highly appreciated!
Enjoy

Categories

Resources