logo
Here's how Google Circle to Search could be coming to Gemini (APK teardown)

Here's how Google Circle to Search could be coming to Gemini (APK teardown)

Rita El Khoury / Android Authority
TL;DR Google Circle to Search offers a convenient way to use screen input for looking things up online.
Last month we spotted a 'Circle Screen' tool that appeared to offer similar functionality for Gemini.
We're now able to share a demo of this kind of Gemini input in action.
Even though Android's been around for well over a decade, some of its most useful tools are only recent additions, and one of our favorites has been the ability to ask Google about stuff we're seeing right on our screens. Circle to Search has emerged as a surprisingly powerful way to interact with Google's classic search tools, but these days everything's going the way of AI, and we've been wondering when a similar input mechanic might be coming to Gemini. Last month we spotted an early tease of a 'Circle Screen' option in a Gemini video from Google, and now we're finally getting the chance to go hands-on.
Authority Insights story on Android Authority. Discover
You're reading anstory on Android Authority. Discover Authority Insights for more exclusive reports, app teardowns, leaks, and in-depth tech coverage you won't find anywhere else.
An APK teardown helps predict features that may arrive on a service in the future based on work-in-progress code. However, it is possible that such predicted features may not make it to a public release.
Unlike the Gemini Live demo we shared with you last month, this time we're working with regular Gemini. We're using version 6.18.37.sa.arm64 beta of the Google app, and while this functionality isn't yet publicly accessible, we were able to manipulate the software into giving us an early look.
When asking Gemini to check out your screen, you'll be able to circle a specific area you want to highlight for further inquiry. Whether that's an image or text, you just need to circle it and then ask Gemini your question about what you're seeing. Google then does its analysis and comes right back to you with some results.
In operation, it functionally feels a lot like Circle to Search as we've come to know it, albeit with some important changes to the order of operations in the workflow — there's much more of an emphasis on what you want to do with your image input here, while Circle to Search tends to hit the ground running, and then only prompts you to refine your interest after the fact.
While we no longer see any on-screen 'Circle Screen' branding like we did when Google was dogfooding (internally testing) this in its video, this appears to be the same thing, or at least an input mode that works in the very same manner. As such, we're unsure how Google might end up promoting this when it comes time to announce it, but we're just happy to get a chance to play with it in operation.
Got a tip? Talk to us! Email our staff at
Email our staff at news@androidauthority.com . You can stay anonymous or get credit for the info, it's your choice.

Orange background

Try Our AI Features

Explore what Daily8 AI can do for you:

Comments

No comments yet...

Related Articles

Superblocks CEO: How to find a unicorn idea by studying AI system prompts
Superblocks CEO: How to find a unicorn idea by studying AI system prompts

TechCrunch

time13 minutes ago

  • TechCrunch

Superblocks CEO: How to find a unicorn idea by studying AI system prompts

Brad Menezes, CEO of enterprise vibe coding startup Superblocks, believes the next crop of billion-dollar startup ideas are hiding in almost plain sight: the system prompts used by existing unicorn AI startups. System prompts are the lengthy prompts — over 5,000-6,000 words — that AI startups use to instruct the foundational models from companies like OpenAI or Anthropic on how to generate their application-level AI products. They are, in Menezes view, like a master class in prompt engineering. 'Every single company has a completely different system prompt for the same [foundational] model,' he told TechCrunch. 'They're trying to get the model to do exactly what's required for a specific domain, specific tasks.' System prompts aren't exactly hidden. Customers can ask many AI tools to share theirs. But they aren't always publicly available. So as part of his own startup's new product announcement of an enterprise coding AI agent named Clark, Superblocks offered to share a file of 19 system prompts from some of the most popular AI coding products like Windsurf, Manus, Cursor, Lovable and Bolt. Menezes's tweet went viral, viewed by almost 2 million including big names in the Valley like Sam Blond, formerly of Founders Fund and Brex, and Aaron Levie, a Superblocks investor. Superblocks announced last week that it raised a $23 million Series A, bringing its total to $60 million for its vibe coding tools geared to non-developers at enterprises. So we asked Menezes to walk us through how to study other's system prompts to glean insights. Techcrunch event Save $200+ on your TechCrunch All Stage pass Build smarter. Scale faster. Connect deeper. Join visionaries from Precursor Ventures, NEA, Index Ventures, Underscore VC, and beyond for a day packed with strategies, workshops, and meaningful connections. Save $200+ on your TechCrunch All Stage pass Build smarter. Scale faster. Connect deeper. Join visionaries from Precursor Ventures, NEA, Index Ventures, Underscore VC, and beyond for a day packed with strategies, workshops, and meaningful connections. Boston, MA | REGISTER NOW 'I'd say the biggest learning for us building Clark and reading through the system prompts is that the system prompt itself is maybe 20% of the secret sauce,' Menezes explained. This prompt gives the LLM the baseline of what to do. The other 80% is 'prompt enrichment' he said, which is the infrastructure a startup builds around the calls to the LLM. That part includes instructions it attaches to a user's prompt, and actions taken when returning the response, such as checking for accuracy. He said there are three parts of system prompts to study: role prompting, contextual prompting, and tool use. The first thing to notice is that, while system prompts are written in natural language, they are exceptionally specific. 'You basically have to speak as if you would to a human co-worker,' Menezes said. 'And the instructions have to be perfect.' Role prompting helps the LLMs be consistent, giving both purpose and personality. For instance, Devin's begins with, 'You are Devin, a software engineer using a real computer operating system. You are a real code-wiz: few programmers are as talented as you at understanding codebases, writing functional and clean code, and iterating on your changes until they are correct.' Contextual prompting gives the models the context to consider before acting. It should provide guardrails that can, for instance, reduce costs and ensure clarity on tasks. Cursor's instructs, 'Only call tools when needed, and never mention tool names to the user — just describe what you're doing. … don't show code unless asked. … Read relevant file content before editing and fix clear errors, but don't guess or loop fixes more than three times.' Tool use enables agentic tasks because it instructs the models how to go beyond just generating text. Replit's, for instance, is long and describes editing and searching code, installing languages, setting up and querying PostgreSQL databases, executing shell commands and more. Studying others' system prompts helped Menezes see what other vibe coders emphasized. Tools like Loveable, V0, and Bolt 'focus on fast iteration,' he said, whereas 'Manus, Devin, OpenAI Codex, and Replit' help users create full-stack applications but 'the output is still raw code.' Menezes saw an opportunity to let non-programmers write apps, if his startup could handle more, such as security and access to enterprise data sources like Salesforce. While he's not yet running the multi-billion startup of his dreams, Superblock has landed some notable companies as customers, it said, including Instacart and Paypaya Global. Menezes is also dogfooding the product internally. His software engineers are not allowed to write internal tools; they can only build the product. So his business folks have built agents for all their needs, like one that uses CRM data to identify leads, one that tracks support metrics, another that balance the assignments of the human sales engineers. 'This is basically a way for us to build the tools and not buy the tools,' he sais.

If You Own a PS5, the PlayStation DualSense Controller Now Costs Peanuts on Amazon
If You Own a PS5, the PlayStation DualSense Controller Now Costs Peanuts on Amazon

Gizmodo

time13 minutes ago

  • Gizmodo

If You Own a PS5, the PlayStation DualSense Controller Now Costs Peanuts on Amazon

This is the lowest price ever seen for a PS5 DualSense controller. If you own a PS5, having multiple controllers is almost a necessity as there's nothing better than sharing your favorite PlayStation games with friends or family in the same room. While it's always wise to have a spare controller ready for multiplayer sessions or simply as a backup, genuine discounts on the PlayStation DualSense wireless controller are rare. Even during Black Friday, major promotions were hard to find which makes this moment the perfect opportunity to add another controller to your setup. Right now, the PlayStation DualSense controller is available on Amazon for just $54 which is a substantial 27% off its usual $74 price. This limited-time deal marks an all-time low, so it's an ideal time to buy, especially if you missed out on previous sales. See at Amazon Why We Love It The biggest feature of the DualSense controler is haptic feedback which puts the feel of in-game action and environments right in your hands. Whether you're racing down rough roads, wielding guns or feeling the crash of a collision, the controller's next-gen vibration motors plunge you further into the game. Aside from the haptic feedback, adaptive triggers provide varying levels of force and tension so that you can feel the distinction between drawing back a bowstring or slamming on the brakes in a racing title. They work together to create a feeling of realism and immersion that was not achievable on previous PlayStation controllers. The built-in microphone allows you to chat online without a headset and the 3.5mm audio jack allows you to plug in your favorite headphones for individual use. The create button is convenient to use to capture and stream your most excellent gaming moments in case you're playing with buddies or capturing highlights to playback later. The controller's iconic appearance has been fine-tuned for comfort with enhanced sticks and an intuitive layout that feels great in your hand even after long gaming sessions. DualSense isn't only for PlayStation 5 gamers: With its USB Type-C and Bluetooth connectivity, you can easily play it on Windows desktops and Macs too which gives you even more gaming possibilities outside of the console. Most high-end PC games currently support advanced features like haptic feedback and adaptive triggers, which lets you experience the same immersive experience playing from your computer. With over 33,000 reviews and a lovely 4.6 out of 5-star rating, the PlayStation DualSense Wireless Controller is a proven winner among gamers. Don't hesitate too much: These sales don't come around often, and the stock may not be here. See at Amazon

Why Using Rice to Save Your Wet Phone Is a Horrible Idea
Why Using Rice to Save Your Wet Phone Is a Horrible Idea

CNET

time27 minutes ago

  • CNET

Why Using Rice to Save Your Wet Phone Is a Horrible Idea

Summer is full of beach vacations and lounging near the pool. But if you drop your phone in some water, it could result in an expensive trip to a phone store. While many smartphones are water-resistant, that doesn't mean they're waterproof so it's still important to dry out your phone. Here are a few ways to get your phone dry after dropping it in water or getting it dirty, and hopefully these tips can help save you from having to buy a new phone. None of these methods are guaranteed to work, however, and while there's a lot of anecdotal evidence, there are very few scientific studies on the subject. The most recent study we could find was from 2014 by Gazelle, a company that buys and sells used and broken phones. According to that study, the make and model of phone were found to influence whether a phone could return to working order, with Android phones typically faring better than iPhones. Phone manufacturers agree that removing your phone from water as quickly as possible helps to minimize how much water comes into contact with your device. That means you have a better chance of saving your phone but don't put your phone in rice after removing it from water because that could damage it. Here's what you should do if you drop your phone in water. If you follow these instructions and your phone won't turn on, or it turns on and has some issues, you should take it to an associated phone shop to see if they can help. What Apple and Samsung recommend The two biggest phone manufacturers have some tips in case you drop your phone in water. Apple says that many iPhones are splash, water and dust resistant when tested in controlled lab environments, but these resistances aren't permanent. If your iPhone gets wet, it might display a warning that there's water in your phone's charging port. If you see this warning, or your iPhone comes into contact with water, lotions, soap or other potentially hazardous material, here's what Apple says to do: 1. After removing your iPhone from the material, turn it off and dry it with a soft, lint-free cloth. 2. Tap your phone gently with the charging port facing down to get excess water out of the port. 3. Place your iPhone in a dry area with good circulation and wait at least five hours. Pointing a fan at your iPhone's charging port might help the process. After five hours, try turning your iPhone back on and plugging it back in. If you're still having issues, you can try the other methods mentioned in this article, or you can take your phone to an Apple store for further assistance. Apple also says don't put your iPhone in rice. "Doing so could allow small particles of rice to damage your iPhone," the company writes online. Drop your smartphone in water? Don't has similar instructions for drying your phone: 1. Remove your phone from the water, turn it off and dry it off with a dry towel or a clean cloth. 2. Place your phone in a well-ventilated area or in the shade with cool air from a fan. Samsung doesn't specify a length of time to wait, though. Samsung says even after you've followed these steps that there might still be water inside your phone so you should bring it to a Samsung Electronics Service Center. Both manufacturers also say if you drop your phone in a liquid other than clean water -- like soda or pool water -- you should quickly rinse your phone using tap water before drying with a towel and then air drying. Apple and Samsung say to never use a heating source, like a blow dryer or oven, to dry off your phone. The heat could damage it. Silica gel beads could help You could also try silica gel. According to Gazelle, silica gel beads are a good option to absorb moisture out of phones. Silica gel beads can be found in those white packs labeled "Do not eat" that many products come packed with. You can save these packs from packages you've received, or buy packs through online stores like Amazon or companies like Dry & Dry. Once you have your silica, here's what to do after dropping your phone in water: 1. Get your phone out of the water and turn it off. 2. Dry the outside of your phone with a lint-free towel. 3. Place your phone in a large container. 4. Fill the container with your silica gel beads and seal the container. 5. Gazelle recommends waiting 72 hours to let your phone dry. 6. Remove your phone from the container and try turning it back on. Other household items might help If you don't have silica gel beads on hand, you could try other household items. Gazelle found couscous and instant rice both work well as drying agents. Follow the steps in the above section, but replace the silica beads with either of these, wait for the same amount of time and then try restarting your device. Gazelle also tested conventional cat litter, oats, chia seeds and uncooked white rice but doesn't recommend these products because they leave behind debris that could damage your phone. For more tips, check out how low-frequency sounds can get rid of water from your phone's speakers, how to get two days out of a single iPhone charge and how to easily manage your Android permissions.

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into the world of global news and events? Download our app today from your preferred app store and start exploring.
app-storeplay-store