Skip to main content

Get the new google allo on your Android

 You might have used Google Allo and its Google Assistant. Recently, the company launched Pixel smartphones with Google Assistant. By tweaking some lines of code in the build.prop file on your rooted Android Nougat phone, you can get the new assistant on your devices.

People got to know about Google Assistant when the company unveiled its Allo messaging application. Few weeks later, at its hardware launch event in October, Google showed off its Pixel smartphones. Google is marketing the deeply integrated Google Assistant as the major selling point.

Google has hinted that its new assistant will be Pixel-exclusive. However, just by editing a few lines of code in a single config file, you can get the Google Assistant up and running on your Android device.

Before telling you more about the process, let me tell you that you should be having Android Nougat installed and you need root access.

Important: Another thing, before trying to get Google Assistant working on your device, make sure that you know what you’re doing. Backup your data as any small mistake can brick your device. So, proceed at your own risk.

Apart from root access and Android Nougat, you’ll need a root file explorer, flashable .zip files, unlocked bootloader, and custom recovery or Fastboot.

The supported list of the phones can be found here onXDA and the complete installation guide is available onLifehacker.

The tutorial describes a manual way to edit theBuild.prop file under Root/System. You need to add or replace these lines in the file:

1

2

ro.product.model=Pixel XL

ro.opa.eligible_device=true

The next step involves saving the file and rebooting the phone. After clearing the data and cache from Google App, it should reload with Assistant built-in, which fires up when you long press the home button.

While some users are able to get this running on their rooted Android Nougat devices, others are facing issues. So, if you hate such risky adventures, you should avoid trying this on your device. In that case, you should probably try Google Allo.
Try commenting below to tell me if it worked

Comments

Popular posts from this blog

get dolby atmos free on your PC

Welcome to my blog today i am here with very important item for your DDOOLLBBYY Atmos Everyone  or (at least geeks) knows  about the power of Dolby atmos we used to know that dolby atmos was only available for select PC only well not anymore from this link you can get in any pc note:  after installing dolby atmos install dolby access from https://dw27.malavida.com/dwn/8bdf73315506600b39e53dedb7616c896cc3811b629894bbe0bc994820b8af75/DolbyAccess.appx    and son't update from window store ..    just don't update it links http://gestyy.com/w2mDPI for dolby atmos   http://gestyy.com/w2mDKi  for device  driver ' http://gestyy.com/w2mDCF   for dolby atmos for gaming http://gestyy.com/w2mDN7    for dolby gaming driver if you  have any question feel free to comment

Lunix malware havoc

The Krebs DDoS attacks have proven that the IoT landscape is a fertile ground that can breed huge botnets capable of launching massive DDoS assaults. As such, it should be no surprise that malware authors are now focusing their efforts on this sector and putting out new threats in the hopes of building the next Mirai botnet. One of the latest additions to the IoT malware market is a trojan codenamed Linux/NyaDrop, recently reverse engineered by MalwareMustDie, the same researcher who discovered the Mirai malware. MalwareMustDie points out in his research that this binary appeared in May, but was somewhat simplistic and not that common. Things changed after the Krebs DDoS attacks, and a new sample has appeared on the market, with the malware’s author most likely drawn back to the IoT landscape by Mirai’s success. Just like most IoT malware nowadays, NyaDrop’s author relies on brute-forcing Internet-exposed IoT devices using their default credentials. In a conversati...

So what exactly is cryptography

Nowadays Internet is an important part of Life.  We are using the Internet for sending confidential data also like password,for storing army secrets. But the Internet is insecure medium.we all use internet at a daily basis.  Do you know why? Insecure Medium: Imagine you are sending a data.  In internet world, data are separated as packets and send to the destination.  Do you think the data directly reaching the destination?   If  you think so,you are wrong.  The packets are going through different routers.  Finally, the data is sent to the user.  In this gap, Intruders(i mean attackers) takes advantages. so who are they .the are  I.they  can see what you are sending.  Because your data are simple and easy to readable by anyone. How to secure the data? We can not stop the intruders and their activities.  But we can make our data as Unreadable for Intruders.  For this purpose, the Cryptography is introduce...