Sie sind auf Seite 1von 14

11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices

 
search
 LOGIN  REGISTER  plus     

 0 53861
Your Entries Total Entries Days

Win an Android Yoga Boo

from XDA!

  January 14, 2015  50 Comments  Diamondback

Micromax Remotely Installing Unwanted Apps


on Devices 8 Ways to Enter
Login with:    
In the recent past, we witnessed quite a few acts of OEMs messing with devices to achieve various
goals, such as increasing benchmark results. We also heard about manufacturers and carriers adding Click For a Daily

tracing software to their devices, in order to collect data about how the device performs, statistics Bonus Entry
about voice and data connectivity between the device and radio towers, or even battery runtime
data (CarrierIQ are you listening?). Today, however, reports are coming in that users of certain devices Follow
by Indian phone manufacturer Micromax noticed apps being silently installed without their consent  @xdadevelopers on
or permission. Twitter

It appears that even uninstalling these apps won’t help, as shortly after, they will simply re-appear  Tweet on Twitter
again. Obviously, this is wrong on so many levels, but I’d like to point out a few key problems here
 Subscribe to XDA TV!
anyway:
Visit our sponsor

(Honor) at Best Buy
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 1/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor) at Best Buy
Having no control over which apps are installed on your device poses a huge security risk, as you don’t get to check the
search
 LOGIN  REGISTER
permissions
 of the apps and you have no idea if these apps are indeed the original apps (or potentially modified
plus in
a  the
Check out   
Honor
malicious way) 
Hub on XDA
Micromax devices don’t tend to be the highest end you can find, so storage space is still considered a luxury (at 4GB
total) and having the device’s storage filled up with random apps is certainly not the best use of that precious space Check out XDA Deals!

The downloads also happen when using a mobile network, so your expensive full-speed data will reduce significantly if
your phone is constantly trying to download apps you don’t even want to have Read XDA's Interview
 with Carl Pei from
  OnePlus

While these practices already sound terribly wrong on their own, it unfortunately doesn’t end there. Terms & Conditions | © XDA (http://xd

 In addition to downloading apps, these device also seem to display ads in the notification bar from 0 53861
time to time. A reddit user reports that 8-10 ads are displayed at once and upon looking up the Your Entries Total Entries Days
 responsible app for these disturbing notifications, he was presented with a system app called
“Software Update”. Win an Android Yoga Boo

from XDA!
So at this point, it certainly sounds like Micromax added custom software that remotely installs apps ABOUT AUTHOR

and pushes ads to users’ devices. But we wouldn’t be here at XDA Developers if we stopped at Diamondback
assuming things and simply telling you about the story of someone claiming things on the internet. posts >
Thus, we decided to tear down said app and have a look at what’s inside.
Freelance software develo
and IT student, interested
The Evidence technology and mobile
8 Ways to Enter
developments ever since
When starting to tear down the application (which is actually called FWUpgrade.apk on your first Siemens phone. In
addition
Login with:  to  technical de
filesystem), the first thing you notice is that it’s a third-party application. A Chinese company dives for XDA-Developers, Fabian is also an
named Adups developed it as a replacement for the stock Google OTA service. Apparently, Micromax enthusiast Click For a Daily
photographer and tries to combine

Bonus Entry
decided to use it instead of the stock one. The first hurdle you need to take for further analysis is the interests with unique and creative projects.
byte code level obfuscation, and most of the sources are really not a pleasure to read. However, if you
Remove All Ads from XDA
Follow
know what you’re looking for, the app can’t hide its true nature. The evidence presented here starts
out with a bit of code that shows you the potential abilities of this app and closes off with something
 @xdadevelopers on
even more interesting.
Twitter
LATEST XDA NEWS
 Tweet on Twitter
WhatsApp Begins Rolling Out
Let’s start with the silently installed apps. To do this from within another app, you either need to use
Video Calling to All Users
the Android PackageManager API directly, or issue the installation commands from a shell. The
 Subscribe to 15,
 November XDA TV!
2016
second case is true here, as the following pieces of code show (note: this is simplified java code, the
actual code looks a bit different due to the obfuscation): Visit our sponsor

(Honor) at Updated
SuperSU Best Buyto work with
StringBuilder
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ sb = new StringBuilder(“pm install -r “); 2/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor) at Updated
SuperSU Best Buyto work with
StringBuilder sb = new StringBuilder(“pm install -r “); TWRP on Pixel and Pixel XL
search
 LOGIN  REGISTER  sb.append(s2); plus  Check  the
out  15,
 November 
Honor
2016
String cmd = sb.toString(); 
Hub on XDA

Here you can see a newly created StringBuilder containing the command pm install, followed by s2, The Philosophy Behind the OP
 Check out XDA Deals!
Why OnePlus Released this De
which in this case is a string variable containing a file system path to a downloaded apk file. The
and What it Means for The Fut
finished string then gets passed to a new method doing something like this: Readof XDA's Interview
Your OnePlus 3
 withCarl Pei 15,
November from
2016
ProcessBuilder processbuilder = new ProcessBuilder(cmd); OnePlus
Process process = processbuilder.start(); OnePlus Announces OnePlus 3
| © XDA (http://xd
Terms & Conditions
Snapdragon 821, 3400mAh
 Here you can see that the string with the shell command is used to start-up a process which 0 53861
Battery, 16MP Front Camera,
Your Entries128GB Storage
Total for $480
Entries Days
executes said command and in fact silently installs the apk file. At this point we can be fairly certain
  November 15, 2016
that the OTA check service in Micromax ROMs can not only download and flash system OTAs but also
has the ability to silently install apps. This in itself doesn’t mean too much as it’s not necessarily a Win an Android Yoga Boo
 Vivo Officially Announces the V
bad thing, but there’s more to come. from XDA!
ABOUT AUTHOR
with a 20MP Front-Facing Cam
  November 15, 2016
Inside the app I found a few references to the company’s website, including one that has an extensive Diamondback
feature list. Shall we have a look at the most interesting part? posts >
Freelance software develo
FROM THE FORUMS
and IT student, interested
technology and mobile
qeuBot Adds8inWays toChatbot
a Personal Enter to Whats
developments ever since
 November 14, 2016  39 Posts
first Siemens phone. In addition to technical de
Login with:    
dives for XDA-Developers,
XDA Forums Added for theFabian is also
Upcoming an
OnePlu
enthusiast
 NovemberClick For a Daily
photographer
11, 2016 and tries to combine

interestsBonus Entry
with unique and creative projects.
Honor 8 UK Owners Can Apply to Test EMUI 5
Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
 @xdadevelopers on
There you have it, in the company’s own words. App push service. Device Data Mining. Mobile WhatsApp Extensions Xposed Module Adds E
Twitter
advertising. That matches pretty nicely the initial report on reddit, don’t you think? So, the bad guy LATEST XDAto
Functionality NEWS
WhatsApp
 November 9, 2016  448 Posts
here is in fact Micromax since these are official features of the app by Adups, and it’s more than likely  Tweet on Twitter
WhatsApp Begins Rolling Out
that Micromax is getting revenue from the forced app installs and notification ads. They also chose to Android Security Resources to
Video Calling All Users
Library
go with this provider and not use their own servers together with Google’s stock OTA service, so they   Subscribe to 15,
 November XDA
November 2, 2016  10 Posts
TV!
2016
were fully aware of what impact this would have on their users.
MotorolaVisit our sponsor
 MotoSuperSU
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
Best Buy
Nougat Update to work with
 
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 3/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
 
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER  plus 
Check  the
out  15,
 November 
Honor
2016

The Temporary Solution 


Hub on XDA
Xposed Module LeEco EUI Modder allows for
Near-Vanilla Android UI
OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
So now that we know that these unfortunate reports were true, let’s talk about how to get rid of this
 out XDA Deals!
Why OnePlus Released this De
“functionality”. The first step of disabling said features, would be to head to the devices’ app settings More Forum and What
 itInterview
Means for The Fut
ReadofLinks
XDA's
Your OnePlus 3
to disable the rogue system app. However, this is not possible in this case, as Android allows OEMs
 withCarl Pei 15,
November from
2016
to deactivate the disable button for certain apps. But do not fear, we have a solution readily available
OnePlus
BUY/SELL ON SWAPPA
and will tell you how to disable the malicious code.
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 1. Root your device 0 53861
Battery, 16MP Front Camera,
Your Entries128GB Storage
Total for $480
Entries Days
Buy at $350 Sell device
 The first and most important step is to root your device. A rooted device allows you to do much more  November 15, 2016
than your stock phone would allow, and is a critical step in all system modifications. Since there are Win an Android Yoga Boo
 quite a few different Micromax devices out there, I won’t link to any specific root exploits in this Vivo6POfficially
Nexus
from Announces
(Unlocked)
XDA! [A1] the V
article. Instead, head over to XDA:India and search for a root exploit or guide for your device. ABOUT AUTHOR
with a 20MP Front-Facing Cam
  November 15, 2016
Make sure to read everything thoroughly and follow the instructions precisely to not damage your Diamondback
Buy at $285 Sell device
device in the process. Also note that this will most likely void your warranty.
posts >
Freelance software develo
  HTC 10 (Unlocked)
FROM THE FORUMSand IT student, interested
technology and mobile
2. Get ADB set up qeuBot Adds8inWays
Buy at $400
to
a Personal Enter
Chatbot to Whats
Sell deviceever since
developments
 November 14, 2016  39 Posts
first Siemens phone. In addition to technical de
In order to continue, you’ll need to have a working ADB connection to your device. There are many Login with:    
dives
XDA for XDA-Developers,
Forums Added for
Samsung theFabian
Galaxy is also
Upcoming
S7 Edge an
OnePlu
guides on XDA that detail how to achieve exactly this, but for starters, here is a fairly up-to-date
enthusiast
 Click
November For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine
guide on how to download the necessary binaries and how to establish a connection to your device. Bonus Entry
interests with unique and creative projects.
Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
  Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
 @xdadevelopers on
3. Disable the Software Update application WhatsApp Nexus 5 (Unlocked)
Extensions
Twitter Xposed Module Adds E
LATEST XDAto
Functionality NEWS
WhatsApp
 November 9, 2016  448 Posts
Now that you have gained root access and ADB is up and running, you can continue with disabling  Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
the dreaded application responsible for the silent installs and unwanted ads. All you need to do now Android Security
Video Calling to All
Resources Library Users
is to fire up a command prompt, make sure the prompt is at the directory of your ADB binary, and  Subscribe to 15,
 November XDA
 November 2, 2016  10 Posts
2016TV!
execute the following command:
 Visit
Motorola Moto our sponsor
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
SuperSU Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ adb shell pm disable com.adups.fota 4/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
adb shell pm disable com.adups.fota
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER  plus  Check  the
out  15,
 November 
Honor
2016
You can read more about the usage of this command in this tutorial about disabling apps with root 
Hub on XDA Xposed Module LeEco EUI Modder allows for
access. Please be aware that this process will remove the ability for your device to search for Near-Vanilla Android UI
software updates and might generate an error when trying to open the Phone update section in the  OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
out XDA Deals!
Why OnePlus Released this De
settings. In case you need the app back (for example when a new update is ready) you can easily
More Forum and What
 itInterview
Means for The Fut
enable it again with this command: ReadofLinks
XDA's
Your OnePlus 3
 withCarl Pei 15,
November from
2016
adb shell pm enable com.adups.fota OnePlus
BUY/SELL ON SWAPPA
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
The Wrap-Up
OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 0 53861
Battery, 16MP Front Camera,
Your Entries128GB Storage
Total for $480
Entries Days
 It’s unfortunate to have learned that Micromax is indeed responsible for the unwanted app installs. Buy at $350 Sell device
 November 15, 2016
We hope that the above tutorial on disabling the shady application will save you some headache on
Win an Android Yoga Boo
 dealing with random apps and ads. Obviously, all of this won’t stop Micromax from continuing these Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
from XDA!
shady practices, but maybe you will consider another OEM for your next device purchase. ABOUT AUTHOR
with a 20MP Front-Facing Cam
  November 15, 2016
Diamondback
Buy at $285 Sell device
posts >
Freelance software develo
HTC 10 (Unlocked)
FROM THE FORUMSand IT student, interested
technology and mobile
qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
 November 14, 2016  39 Posts
first Siemens phone. In addition to technical de
Login with:    
dives for XDA-Developers,
XDA Forums Added for
Samsung theFabian
Galaxy is also
Upcoming
S7 Edge an
OnePlu
Share this post:      Discuss This Story enthusiast
 NovemberClick For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine

interestsBonus Entry
with unique and creative projects.
Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
 Tags malware micromax spyware Remove
 November 10, 2016AllAds
Follow from XDA
88 Posts
 @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
YOU MIGHT ALSO LIKE LATEST
Twitter
XDAto
Functionality NEWS
WhatsApp
 November 9, 2016  448 Posts
 Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
Video
Android Security Calling to
Resources All Users
Library
 Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts

MotorolaVisit our sponsor


 MotoSuperSU
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 5/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER  plus 
Check  the
out  15,
 November 
Honor
2016

Hub on XDA
Xposed Module LeEco EUI Modder allows for
Near-Vanilla Android UI
43 Comments 26 Comments 7 Comments
OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
 out XDA Deals!
Why OnePlus Released this De
Betrayal of Hype: Playing Sony’s Hero Open Source Multi-Window in AndroidMore Forum and What
ReadofLinks
XDA's itInterview
Means for The Fut
Your OnePlus 3
Fast and Loose with Developer Title for May- N: What Devs Need to  withCarl Pei 15,
November from
2016
Release Dates Breeds June Awarded to XDA RD Know to Make the Best OnePlus
BUY/SELL ON SWAPPA
Consumer Mistrust Bumble-Bee of It Terms & OnePlus Announces
Conditions
OnePlus
OnePlus 3
| © XDA (http://xd
3 (Unlocked)
Snapdragon 821, 3400mAh
 0 53861
Battery, 16MP Front Camera,
Your Entries128GB Storage
Total for $480
Entries Days
50 Comments XDA­Developers  Login Buy at $350 Sell device
  November 15, 2016

  Recommend  4 ⤤ Share Sort by Best Win an Android Yoga Boo


 Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
from XDA!
ABOUT AUTHOR
with a 20MP Front-Facing Cam
 Join the discussion…  November 15, 2016
Diamondback
Buy at $285 Sell device
posts >
mashaal95 • 2 years ago
Freelance software develo
HTC 10 (Unlocked)
Loving these detailed articles, as always thank you for informing us about these shady OEM's xda!
FROM THE FORUMSand IT student, interested
33 △   ▽ • Reply • Share › technology and mobile
qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
vvaklnprm • 2 years ago  November 14, 2016  39 Posts
first Siemens phone. In addition to technical de
Login with:    
what the actual fsck!! Absolutely ridiculous!! :@ dives for XDA-Developers,
XDA Forums Added for theFabian is also
Upcoming an
OnePlu
Samsung Galaxy S7 Edge
12 △   ▽ • Reply • Share › enthusiast
 NovemberClick For[SM-G935V]
a Daily
photographer
(Verizon)
11, 2016 and tries to combine

interestsBonus Entry
with unique and creative projects.
superdragonpt • 2 years ago Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
Well nothing new about this this OEM... Very sad... Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts

5 △   ▽ • Reply • Share ›


 @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
Twitter
LATEST XDAto
Functionality NEWS
WhatsApp
Salamander Calamander • 2 years ago  November 9, 2016  448 Posts
Instead of re­enabling the adups malware for software updates, why not install the stock Google OTA
 Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
Video
Android Security Calling to
Resources All Users
Library
service?
 Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts
2 △   ▽ • Reply • Share ›

 Visit
Motorola Moto our sponsor
MAXX/Droid Turbo Gets Unof
Atinav Bajaj > Salamander Calamander • a year ago (Honor)
Android 7.0 at Updated
SuperSU Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 6/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
Atinav Bajaj > Salamander Calamander • a year ago (Honor)
Android 7.0 at Updated
SuperSU
Nougat Best Buy
Update to work with
Would this work? I have a micromax and it's a pain search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER 
△   ▽ • Reply • Share ›
plus 
Check  the
out  15,
 November 
Honor
2016

Hub on XDA
Xposed Module LeEco EUI Modder allows for
Bewear • 2 years ago
Near-Vanilla Android UI
OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
This is why you don't buy shitty Chinese devices from shady manufacturers.
 out XDA Deals!
Why OnePlus Released this De
3 △   ▽ • Reply • Share › More Forum and What
 itInterview
Means for The Fut
ReadofLinks
XDA's
Your OnePlus 3
 withCarl Pei 15,
November from
2016
xdadevet > Bewear • 2 years ago
OnePlus
BUY/SELL ON SWAPPA
Funny actually as there are many decent chinese manufacturers. MicroMax is an Indian
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
company. First they pressure Cyanogenmod to skrew One Plus over, now this. I really OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 beginning to dislike this shitty company. Btw almost all devices are Chinese devices including 0 53861
Battery, 16MP Front Camera,
iPhones and OPPO which make great quality phones. Your Entries128GB Storage
Total for $480
Entries Days
13 △   Buy at $350 Sell device
 ▽ • Reply • Share ›  November 15, 2016

Win an Android Yoga Boo


 Bewear > xdadevet • 2 years ago Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
from XDA!
I know, almost all devices are assembled in China, but I am talking about Chinese ABOUT AUTHOR
with a 20MP Front-Facing Cam
 devices which are then sold to resellers who then just put their brand on them (like  November 15, 2016
Diamondback
Buy at $285 Sell device
Micromax, BLU, Elife, etc.).
posts >
4 △   ▽ • Reply • Share ›
Freelance software develo
HTC 10 (Unlocked)
Mubasher96 > Bewear • 2 years ago FROM THE FORUMSand IT student, interested
technology and mobile
But xdadevet is right as many resellers are selling these re­branded Chinese qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
phones but still they don't do anything like what micromax is doing and some  November 14, 2016  39 Posts
first Siemens phone. In addition
 to  technical de
even have decent after sales services. Login with:
3 △  
dives for
XDA Forums XDA-Developers,
Added for
Samsung Fabian
S7 Edgealso
is
the Upcoming
Galaxy an
OnePlu
▽ • Reply • Share › Click For[SM-G935V]
a Daily
enthusiast
 November
 photographer
(Verizon)
11, 2016 and tries to combine
Parikshit Rathod • 8 months ago interestsBonus Entry
with unique and creative projects.
Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
Help me brother...I am using Micromax Canvas Knight A350. I have running adb. whenever i run Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
command for uninstalling app, it shows like this ­  @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
Twitter
C:\Program Files (x86)\Android\android­sdk\platform­tools>adb devices LATEST XDAto
Functionality NEWS
WhatsApp
 November 9, 2016  448 Posts
List of devices attached  Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
Video
Android Security Calling to
Resources All Users
Library
0123456789ABCDEF device  Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts

C:\Program Files (x86)\Android\android­sdk\platform­tools>adb shell pm disable com.adups.fota
MotorolaVisit our sponsor
 MotoSuperSU
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 7/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
WARNING: linker: libvc1dec_sa.ca7.so has text relocations. This is wasting memory and is a
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER  security risk. Please fix. plus  Check  the
out  15,
 November 
Honor
2016

WARNING: linker: libvc1dec_sa.ca7.so has text relocations. This is wasting memory and is a Hub on XDA
Xposed Module LeEco EUI Modder allows for
Near-Vanilla Android UI
security risk. Please fix. The Philosophy Behind the OP
OctoberCheck
31, 2016  138
out XDA Posts
Deals!
Why OnePlus Released this De
java.lang.IllegalArgumentException: Unknown package: com.adups.fota and What
More Forum
ReadofLinks
XDA's itInterview
Means for The Fut
Your OnePlus 3
at android.os.Parcel.readException(Parcel.java:1469)  withCarl Pei 15,
November from
2016
OnePlus
BUY/SELL ON SWAPPA
see more
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
1 △   ▽ • Reply • Share › OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 0 53861
Battery, 16MP Front Camera,
Relayers • 2 years ago Your Entries128GB Storage
Total for $480
Entries Days
Buy at $350 Sell device
 Arent they the new partner of Cyanogen ? Well they deserve each other even more now.  November 15, 2016

1 △   ▽ • Reply • Share › Win an Android Yoga Boo


 Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
from XDA!
ABOUT AUTHOR
with a 20MP Front-Facing Cam
Moscow Desire • 2 years ago
  November 15, 2016
Well, why doesn't it exactly surprise me..... Diamondback
Buy at $285 Sell device
posts >
And what's their sssss....."spin­off" company?? Yu...as in....Yureka???? Ain't say'in some folks have
Freelance software develo
to check for the same, but......the chicken doesn't roost far from the hen­house. HTC 10 (Unlocked)
1 △   FROM THE FORUMSand IT student, interested
▽ • Reply • Share ›
technology and mobile
qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
BROKEN1981 > Moscow Desire • 2 years ago  November 14, 2016  39 Posts
first Siemens phone. In addition to technical de
Not sure what your trying to say. Mind using english? Login with:    
dives for XDA-Developers,
XDA Forums Added for
Samsung theFabian
Galaxy is also
Upcoming
S7 Edge an
OnePlu
1 △   ▽ • Reply • Share ›
enthusiast
 NovemberClick For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine

interestsBonus Entry
with unique and creative projects.
dhruvit.raithatha > BROKEN1981 • 2 years ago
Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
Lol. What he meant was yureka is a chinese name. Micromax (the chicken), isn't Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
roosting (rebranding Chinese phones with Chinese names, here) far from the chicken  @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
house (China). Twitter
2 △   LATEST XDAto
Functionality NEWS
WhatsApp
▽ • Reply • Share ›
 November 9, 2016  448 Posts
 Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
Roger Guenther • 2 years ago Video Calling to All Users
Android Security Resources Library
Still can't root my Verizon LG G3 though.  Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts
1 △   ▽ • Reply • Share ›
MotorolaVisit our sponsor
 MotoSuperSU
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 8/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
DEnn > Roger Guenther • 2 years ago
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER  try Kingoroot or SRSroot windows app on PC connected with USB cable. plus  Check  the
out  15,
 November 
Honor
2016
△  ▽ • Reply • Share › 
Hub on XDA
Xposed Module LeEco EUI Modder allows for
Near-Vanilla Android UI
OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
cyanogen • 2 years ago  out XDA Deals!
Why OnePlus Released this De
In before tinfoil.. :)
and What it Means for The Fut
More Forum
ReadofLinks
XDA's Interview
Your OnePlus 3
We actually implemented a nice way to deal with preloads for the Yu device­ you can uninstall them!  withCarl Pei 15,
from
November 2016
There are only 2 extra apps that fall into this category in the shipping build, but it was something I OnePlus
BUY/SELL ON SWAPPA
wanted to get right.
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
1 △   ▽ • Reply • Share › OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 0 53861
Battery, 16MP Front Camera,
Hitesh • 4 months ago Your Entries128GB Storage
Total for $480
Entries Days
Buy at $350 Sell device
 root status is lost after reboot  November 15, 2016

△   ▽ • Reply • Share › Win an Android Yoga Boo


 Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
from XDA!
Ahmad Swalih CK • 5 months ago
ABOUT AUTHOR
with a 20MP Front-Facing Cam
  November 15, 2016
The only good phone from Micromax is Canvas A1 because of being in Android One program. Diamondback
Buy at $285 Sell device
△  ▽ • Reply • Share › posts >
Freelance software develo
Mayank Kumar Sisodiya • 6 months ago
HTC 10 (Unlocked)
FROM THE FORUMSand IT student, interested
i have micromax A104 and i have done everything as per above and everything was done correctly technology and mobile
but still i am getting apps installed, now what should i do. qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
 November 14, 2016  39 Posts
△   ▽ • Reply • Share › first Siemens phone. In addition to technical de
Login with:    
dives for XDA-Developers,
XDA Forums Added for
Samsung theFabian
Galaxy is also
Upcoming
S7 Edge an
OnePlu
Moriarty • 8 months ago
enthusiast
 NovemberClick For[SM-G935V]
a Daily
photographer
(Verizon)
11, 2016 and tries to combine

WARNING: linker: libvc1dec_sa.ca7.so has text relocations. This is wasting memory and is a interestsBonus Entry
with unique and creative projects.
security risk. Please fix. Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
Package com.adups.fota new state: default Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
what do i do now  @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
△   ▽ • Reply • Share › Twitter
LATEST XDAto
Functionality NEWS
WhatsApp
 November 9, 2016  448 Posts
Pankaj • 8 months ago  Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
Video Calling to All Users
I have a micromax Nitro 2 and I am facing the same problems mentioned here. I realize micromax is Android Security Resources Library
 Subscribe to 15,
 November
the worst choice i made. I have also written to micromax about it but no reply. Shame on micromax. I  November 2, 2016  10 Posts
XDA TV!
2016

am truly sick and tired of these notifications and apk's. I don't want to risk rooting my phone but will
soon change to a better brand  Visit
Motorola Moto our sponsor
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 9/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
△   ▽ • Reply • Share ›  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
search
 LOGIN  REGISTER  plus  Check  the
out  15,
 November 
Honor
2016

Anurag • 9 months ago Hub on XDA
Xposed Module LeEco EUI Modder allows for
great article ... helped me disable this useless service on my mother's mmx... btw it was with name Near-Vanilla Android UI
OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
com.rock.gota, they might be changing package names to hide, but who cares... cheers :)  out XDA Deals!
Why OnePlus Released this De
△   ▽ • Reply • Share › and What
More Forum
ReadofLinks
XDA's itInterview
Means for The Fut
Your OnePlus 3
bond james • 10 months ago  withCarl Pei 15,
November from
2016
i have one solution for this problem so if you want solution and this solution so mail me at OnePlus
BUY/SELL ON SWAPPA
bond007100007@gmail.com . i have same problem and i try this solution on my mobile and wow that Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh

work for me so mail me and this solution for without root
0 53861
Battery, 16MP Front Camera,
△   ▽ • Reply • Share › Your Entries128GB Storage
Total for $480
Entries Days
Buy at $350 Sell device
  November 15, 2016
bond james • 10 months ago
i have one solution for this problem so if you want solution and this solution so mail me at
Win an Android Yoga Boo
 Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
bond007100007@gmail.com . i have same problem and i try this solution on my mobile and wow that ABOUT AUTHORfrom XDA!
with a 20MP Front-Facing Cam
 work for me so mail me and this solution for without root  November 15, 2016
△   ▽ • Reply • Share › Diamondback
Buy at $285 Sell device
posts >
Atinav Bajaj • a year ago Freelance software develo
HTC 10 (Unlocked)
Thank you. This has helped a lot. FROM THE FORUMSand IT student, interested
△   ▽ • Reply • Share › technology and mobile
qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
 November 14, 2016  39 Posts
DaksAnkit • a year ago first Siemens phone. In addition to technical de
Login with:    
micromax can suck it , i am getting continous adds even if the phone is not connected to the internet dives for XDA-Developers,
XDA Forums Added for
Samsung theFabian
Galaxy is also
Upcoming
S7 Edge an
OnePlu
enthusiast
and there is a bulk of it. and i don`t want to root it because it would void warranty but soon.. after the  NovemberClick For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine

warranty wears of i m gonna .root and flush these bloats interestsBonus Entry
with unique and creative projects.
Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
△   ▽ • Reply • Share › Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
 @xdadevelopers on
wargo • a year ago WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
Twitter
Hi, I have a Dragon touch e97 with this problem. Someone Knows if there is a final solution for this? LATEST XDAto
Functionality NEWS
WhatsApp
Thanks.  November 9, 2016  448 Posts
 Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
△   ▽ • Reply • Share › Video Calling to All Users
Android Security Resources Library
 Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts
Biswarup Ray • 2 years ago
I am facing the same problem with a Bolt A065. The homepage of the stock android browser is locked MotorolaVisit our sponsor
 MotoSuperSUMAXX/Droid Turbo Gets Unof
(Honor)
to www dot mimicromax dot com and there is no way to change that. As a result whenever browser is Android 7.0 at Updated
Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 10/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
to www dot mimicromax dot com and there is no way to change that. As a result whenever browser is Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
opened, it automatically visits mimicromax(not micromax) and starts downloading some random
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER 
application like newshunt or snapdeal.
plus 
Check  the
out
 November 15, 
Honor
2016

I think affected micromax users should file a class action suit or something like that. Hub on
Xposed Module XDA
LeEco EUI Modder allows for
Near-Vanilla Android UI
△   ▽ • Reply • Share › OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
 out XDA Deals!
Why OnePlus Released this De
Arun • 2 years ago
More Forum and What
 itInterview
Means for The Fut
ReadofLinks
XDA's
Your OnePlus 3
Just restrict the background data for "software update".. It will be the perfect solution for all
 withCarl Pei 15,
November from
2016
△   ▽ • Reply • Share › OnePlus
BUY/SELL ON SWAPPA
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
Yash Vardhan • 2 years ago OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 just uninstalling "software updates" worked for me 0 53861
Battery, 16MP Front Camera,
△   ▽ • Reply • Share › Your Entries128GB Storage
Total for $480
Entries Days
Buy at $350 Sell device
  November 15, 2016
Denn > Yash Vardhan • 2 years ago Win an Android Yoga Boo
 Vivo6POfficially
Nexus Announces
(Unlocked) [A1] the V
You are missing the point. After uninstalling the updates the installed apps might go for once from XDA!
but they can reapper at anytime as long asFWupgrade.apk runs in the bakground.Only ABOUT AUTHOR
with a 20MP Front-Facing Cam
  November 15, 2016
solution is to freeze the app after rooting.You can use many rooted apps fror freezing like Diamondback
Buy at $285 Sell device
Titanium backup, or Link2SD etc.or delete the app permanently,in that case you wont even get
posts >
future Android upgrades.
Freelance software develo
△   ▽ • Reply • Share › HTC 10 (Unlocked)
FROM THE FORUMSand IT student, interested
technology and mobile
Yash Vardhan • 2 years ago qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
same thing happened with me  November 14, 2016  39 Posts
first Siemens phone. In addition
 to  technical de
micromax unite 2 a106 Login with:
dives for
XDA Forums XDA-Developers,
Added for
Samsung Fabian
S7 Edgealso
is
the Upcoming
Galaxy an
OnePlu
apps were being downloaded automatically and ads pushed to notifications..
enthusiast
 NovemberClick For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine
these apps came in on their own .. (newshunt, quickr, snapdeal, MAd, M!Live,etc,...) 
interestsBonus Entry
with unique and creative projects.
△   ▽ • Reply • Share › Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
ssuds • 2 years ago  @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
Didn't you just announce a new partnership with these guys a few days ago? Twitter
LATEST XDAto
Functionality NEWS
WhatsApp
△   ▽ • Reply • Share ›
 November 9, 2016  448 Posts
 Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
sophisticatedjoker • 2 years ago Video
Android Security Calling to
Resources All Users
Library
everything is fine when you have cyanogenmod 11 and 12 ported B) and google is the shepherd for  Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts
your phone... :) nice guide btw (Y)
△   ▽ • Reply • Share ›  Visit
Motorola Moto our sponsor
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
SuperSU Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 11/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER  Guest • 2 years ago plus  Check  the
out  15,
 November 
Honor
2016
Cunts Micromax! 
Hub on XDA
Xposed Module LeEco EUI Modder allows for
△   ▽ • Reply • Share › Near-Vanilla Android UI
OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
 out XDA Deals!
Shanky Yadav • 2 years ago
Why OnePlus Released this De
and What
 Interview Fut
it Means for The
Yup from few day i am having a folder named starting from xing and something in chinese, i deleted it More Forum
ReadofLinks
XDA's
Your OnePlus 3
so many time but it still reapears  withCarl Pei 15,
November from
2016
△  ▽ • Reply • Share › OnePlus
BUY/SELL ON SWAPPA
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh

gvijaykumar • 2 years ago
I dont think Micromax is doing that wantedly, probably that third party software developer from China
0 53861
Battery, 16MP Front Camera,
Your Entries128GB Storage
Total for $480
Entries Days
inherently has it inbuilt. Micromax is a stupid company Buy at $350 Sell device
  November 15, 2016
△  ▽ • Reply • Share ›
Win an Android Yoga Boo
 Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
jerdog76  XDA Portal Team   > gvijaykumar •  2 years ago from XDA!
ABOUT AUTHOR
with a 20MP Front-Facing Cam
 these things don't get added without the company being aware, much less reaping some  November 15, 2016
reward. Rest assured Micromax knows exactly how and why it's being done. Diamondback
Buy at $285 Sell device
22 △   ▽ • Reply • Share › posts >
Freelance software develo
HTC 10 (Unlocked)
debr > gvijaykumar • 2 years ago FROM THE FORUMSand IT student, interested
Lmao, Indians trying to blame the chinese for their shitty companies spyware. technology and mobile
qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
△   ▽ • Reply • Share ›  November 14, 2016  39 Posts
first Siemens phone. In addition
 to  technical de
Login with:
soumitpl48 > gvijaykumar • 2 years ago dives for
XDA Forums XDA-Developers,
Added for
Samsung Fabian
S7 Edgealso
is
the Upcoming
Galaxy an
OnePlu
enthusiast
 NovemberClick For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine
Nope, knowing Micromax and after using their product for a long time, I think that they 
definitely are doing this intentionally. And the worst part is, most common user don't even care, interestsBonus Entry
with unique and creative projects.
Honor 8 UK Buy
Owners
at Can Apply
$430 to Test EMUI 5
Sell device
to them, Micromax has the best VFM.
Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
△   ▽ • Reply • Share ›  @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
Twitter
Santiago Postorivo (Persano) • 2 years ago LATEST XDAto
Functionality NEWS
WhatsApp
November 9, 2016  448 Posts
Im angry with XDA. They dont care about companies like Jiayu or other chinese companies that dont   Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
want to release their device source. You must help mediatek device community Video Calling to All Users
Android Security Resources Library
△   ▽ • Reply • Share ›  Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts

 VisitMoto our sponsor


jerdog76  XDA Portal Team   > Santiago Postorivo (Persano) •  2 years ago
Motorola MAXX/Droid Turbo Gets Unof
If you have paid attention we have called MediaTek out for their lack of support of the (Honor)
Android 7.0 at Updated
SuperSU Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 12/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
If you have paid attention we have called MediaTek out for their lack of support of the (Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with
community and they are changing a lot of their processes and are opening up more to the
search  November 1, 2016  772 Posts Pixel XL
TWRP on Pixel and
 LOGIN  REGISTER  
community. It takes time. Most of the issue though rests at the feet of your OEM ­ they are the  Check out the Honor
plus   15,2016
 November 
ones responsible to release source ­ but in China no one cares about following copyright laws Xposed ModuleHub on XDA
LeEco EUI Modder allows for
Near-Vanilla Android UI
­ their companies are told not to worry about it. So your best bet is to buy a phone that isn't one
OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
of those.
 out XDA Deals!
Why OnePlus Released this De
24 △   ▽ • Reply • Share › and What it Means for The Fut
More Forum
ReadLinks  Interview
XDA's
of Your OnePlus 3
 withCarl Pei 15,
November from
2016
Santiago Postorivo (Persano) > jerdog76 • 2 years ago
OnePlus
BUY/SELL ON SWAPPA
Give me te money so. Ignorant. My oem is under pressure of mediatek. They must pay
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
money to mediatek to release the source, learn a bit before saying anything OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 △   ▽ • Reply • Share › 0 53861
Battery, 16MP Front Camera,
Your Entries128GB Storage
Total for $480
Entries Days
superdragonpt > Santiago Postorivo (Persano) • 2 years ago Buy at $350 Sell device
  November 15, 2016
Xda haves nothing to do with that, keep pressuring your OEM for kernel sources... Win an Android Yoga Boo
 Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
Also, in fact, xda is doing an great work , and several articles about that issue, where
from XDA!
published here... ABOUT AUTHOR
with a 20MP Front-Facing Cam
 9 △    November 15, 2016
▽ • Reply • Share › Diamondback
Buy at $285 Sell device
posts >
Santiago Postorivo (Persano) > superdragonpt • 2 years ago
Freelance software develo
My oem is under pressure of mediatek. They must pay money to mediatek to release HTC 10 (Unlocked)
the source FROM THE FORUMSand IT student, interested
technology and mobile
△   ▽ • Reply • Share › qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
 November 14, 2016  39 Posts
first Siemens phone. In addition to technical de
xdadevet > Santiago Postorivo (Persano) • 2 years ago Login with:    
dives for XDA-Developers,
XDA Forums Added for
Samsung theFabian
Galaxy is also
Upcoming
S7 Edge an
OnePlu
Not even going to go in as to why they aren't really supported as that has already been
enthusiast
 NovemberClick For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine
answered. My question is simpler: Why buy a Mediatek device if you don't want a Mediatek 
interestsBonus Entry
with unique and creative projects.
device with no developer support? If you want developer support you have to have the same Honor 8 UK Owners Can Apply to Test EMUI 5
Buy at $430 Sell device
device that developers target. Developers have no obligation to waste their time trying to piece  NovemberRemove
10, 2016AllAds
Follow from XDA
88 Posts
together unkown brands source code just because they don't release their source code to the  @xdadevelopers on
public. WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
Twitter
2 △   ▽ • Reply • Share › LATEST XDAto
Functionality NEWS
WhatsApp
 November 9, 2016  448 Posts
 Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
Santiago Postorivo (Persano) > xdadevet • 2 years ago Video Calling to All Users
Android Security Resources Library
My oem is under pressure of mediatek. They must pay money to mediatek to release   Subscribe to 15,
 November XDA TV!
2016
November 2, 2016  10 Posts
the source. This is the real mediatek. I know the reality
△   ▽ • Reply • Share ›  Visit
Motorola Moto our sponsor
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
SuperSU Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 13/14
11/16/2016 Micromax Remotely Installing Unwanted Apps on Devices
(Honor)
Android 7.0 Nougat at Updated
SuperSU Best Buy
Update to work with

chiragjn > Santiago Postorivo (Persano) • 2 years ago search  November 1, 2016  772 Posts Pixel XL


TWRP on Pixel and
 LOGIN  REGISTER  plus  Check  the
out  15,
 November 
Honor
2016
i would suggest to stop repeating the same statement over and over and 
Hub on XDA
Xposed Module LeEco EUI Modder allows for
instead start collecting device tree from various sources if you want some Near-Vanilla Android UI
support, the MT6589,MT6582,MT6592 full kernel source(except the device OctoberCheck The Philosophy
31, 2016  138 Behind the OP
Posts
 out XDA Deals!
tree) can be obtained from various git Repositories Why OnePlus Released this De
and What it Means for The Fut
△   ▽ • Reply • Share › More Forum
ReadofLinks
XDA's Interview
Your OnePlus 3
 withCarl Pei 15,
November from
2016
Santiago Postorivo (Persano) > chiragjn • 2 years ago OnePlus
BUY/SELL ON SWAPPA
Yes, but the lcd driver, the camera driver, the bluetooth driver, the touchscreen
Terms & OnePlus Announces
Conditions OnePlus 3
| © XDA (http://xd
driver, the wifi drivers and other similar drivers are exclusive of jiayu. I never OnePlus 3 (Unlocked)
Snapdragon 821, 3400mAh
 saw a device with the same screen, wifi modem, touchscreen. I know what i 0 53861
Battery, 16MP Front Camera,
say because i was trying to search compatible drivers Your Entries128GB Storage
Total for $480
Entries Days
Buy at $350 Sell device
 △   ▽ • Reply • Share ›  November 15, 2016

Win an Android Yoga Boo


 Vivo6POfficially
Nexus (Unlocked)Announces
[A1] the V
from XDA!
ALSO ON XDA­DEVELOPERS ABOUT AUTHOR
with a 20MP Front-Facing Cam
  November 15, 2016
[Exclusive] The Philosophy Behind the OP3T: Would You Purchase an Updated Variant of Diamondback
Buy at $285 Sell device
Why OnePlus Released this Device, and Your Current Phone?
posts >
What it …
77 comments • 14 hours ago• 279 comments • 4 days ago•
Freelance software develo
HTC 10 (Unlocked)
FROM THE FORUMSand IT student, interested
technology and mobile
qeuBot Adds8inWays to
a Personal Enter
Chatbot to Whats
Buy at $400 Sell deviceever since
developments
 November 14, 2016  39 Posts
first Siemens phone. In addition
 to  technical de
Login with:
dives for
XDA Forums XDA-Developers,
Added for
Samsung Fabian
S7 Edgealso
is
the Upcoming
Galaxy an
OnePlu
enthusiast
 NovemberClick For[SM-G935V]
(Verizon)
11, 2016 a Daily
photographer and tries to combine

interestsBonus Entry
with unique and creative projects.
Honor 8 UK Buy
Owners Can Apply
at $430 to Test EMUI 5
Sell device
Remove
10, 2016AllAds
Follow
 November from XDA
88 Posts
 @xdadevelopers on
WhatsApp Nexus 5 (Unlocked)
Extensions Xposed Module Adds E
Twitter
LATEST XDAto
Functionality NEWS
WhatsApp
 November 9, 2016  448 Posts
 Tweet at on
$94 Twitter
BuyWhatsApp Begins Rolling Out
Sell device
Video
Android Security Calling to
Resources All Users
Library
 Subscribe to 15,
 November XDA TV!
2016
 November 2, 2016  10 Posts

 Visit
Motorola Moto our sponsor
MAXX/Droid Turbo Gets Unof
(Honor)
Android 7.0 at Updated
SuperSU Best Buy
Nougat Update to work with
http://www.xda­developers.com/micromax­remotely­installing­unwanted­apps­on­devices/ 14/14

Das könnte Ihnen auch gefallen