Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Support
Mobile Malware Removal Help & Support
Lenovo User Experience - harmless spyware or something worse?
Message
<blockquote data-quote="vespino75" data-source="post: 720752" data-attributes="member: 71065"><p>Hi, maybe it's to late, but i have a solution. (i did it with my lenovo phab).</p><p></p><p>You can, without lose your warranty disable a system app, but you need a computer, and to enable the developer settings with the several tap on "build version" in the section of "about phone" in the settings.</p><p></p><p>1:</p><p>Enable debug on the smartphone</p><p></p><p>2:</p><p>install adb on pc</p><p></p><p>3:</p><p>open cmd (command prompt), and write:</p><p> " adb devices ": you must see a code, this code is the smartphone.</p><p></p><p>4:</p><p>now you must found the code of the app that you want disabled</p><p></p><p>" pm list packages | grep *name of the app"</p><p></p><p>5:</p><p>now you can see a list with the PRECISE name of the app you want disabled</p><p></p><p>" pm uninstall -k --user 0 *name of the app".</p><p></p><p>OK YOU DISABLED THE APP.</p><p></p><p>Now... You don't have root, then if you want the app enabled again, you must do a factory reset.</p><p>YOU ARE NOT UNINSTALLING THE APP, ONLY DISABLING.</p><p></p><p>Sorry, for my english, but this is a true solution, you can found other guides on XDA.</p><p>This guide does not invalidate WARRANTY.</p></blockquote><p></p>
[QUOTE="vespino75, post: 720752, member: 71065"] Hi, maybe it's to late, but i have a solution. (i did it with my lenovo phab). You can, without lose your warranty disable a system app, but you need a computer, and to enable the developer settings with the several tap on "build version" in the section of "about phone" in the settings. 1: Enable debug on the smartphone 2: install adb on pc 3: open cmd (command prompt), and write: " adb devices ": you must see a code, this code is the smartphone. 4: now you must found the code of the app that you want disabled " pm list packages | grep *name of the app" 5: now you can see a list with the PRECISE name of the app you want disabled " pm uninstall -k --user 0 *name of the app". OK YOU DISABLED THE APP. Now... You don't have root, then if you want the app enabled again, you must do a factory reset. YOU ARE NOT UNINSTALLING THE APP, ONLY DISABLING. Sorry, for my english, but this is a true solution, you can found other guides on XDA. This guide does not invalidate WARRANTY. [/QUOTE]
Insert quotes…
Verification
Post reply
Top