|
2011-12-09
, 14:24
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#72
|
What was that apt command to show all fs differences from original installed .deb?
The Following User Says Thank You to reinob For This Useful Post: | ||
|
2011-12-09
, 14:50
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#73
|
Do you seriously think that any half-assed rootkit would show up as being installed by apt-get? do you think that it would even be installed at all using apt-get or dpkg?
I mean, this is like going to the "add/remove programs" in Windows 95 to remove a virus!
private void findPackages() { String[] potentialPackages = { "com.carrieriq.iqagent", "com.htc.android.iqagent", "com.carrieriq.attrom", "com.carrieriq.tmobile" }; ArrayList<String> lines = new ArrayList<String>(); for (String p : potentialPackages) { try { mContext.getPackageManager().getApplicationInfo(p, 0); lines.add(p); } catch (NameNotFoundException e) { // if an exception is thrown that means the package was not // found or registered with Android } } found.put(DetectTest.PACKAGES, lines); }
The Following User Says Thank You to sulu For This Useful Post: | ||
|
2011-12-09
, 23:41
|
Posts: 4 |
Thanked: 6 times |
Joined on Mar 2010
|
#74
|
sudo debsums -c
|
2011-12-12
, 20:43
|
|
Posts: 120 |
Thanked: 126 times |
Joined on Nov 2011
@ Germany
|
#75
|
|
2011-12-12
, 21:08
|
Posts: 2 |
Thanked: 2 times |
Joined on Dec 2011
|
#76
|
The N9 contains lots of proprietary firmware and undocumented devices (such as the baseband), and those have access not only to the main memory, but also to the GPS, the microphone and a handful other "features" that would put your average government tracking device to shame.
The Following User Says Thank You to ekili For This Useful Post: | ||
|
2011-12-12
, 21:32
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#77
|
Good point! What about skype? I'd like to know how to uninstall it (and Facebook + Google) from my N900 to gain some privacy.
sudo apt-cache search skype sudo apt-cache search facebook
sudo apt-get purge SKYPE FACEBOOK sudo apt-get autoremove
|
2011-12-13
, 00:44
|
|
Posts: 412 |
Thanked: 480 times |
Joined on Feb 2011
@ Bronx, NY
|
#78
|
The Following User Says Thank You to Mike Fila For This Useful Post: | ||
|
2011-12-13
, 16:23
|
Posts: 435 |
Thanked: 197 times |
Joined on Feb 2010
|
#79
|
The Following User Says Thank You to IsaacDFP For This Useful Post: | ||
|
2011-12-13
, 17:04
|
|
Posts: 412 |
Thanked: 480 times |
Joined on Feb 2011
@ Bronx, NY
|
#80
|
The Following User Says Thank You to Mike Fila For This Useful Post: | ||
The chances that CarrierIQ is present, in some camouflaged form, in extras-devel are close to 0% (hey, I'm sure we got stuff worse than carrierIQ in there! , so we can reasonably assume that CarrierIQ doesn't exist on the N900 (besides, why would such a company "support" Maemo?).
But yeah, if you want to write a script for that, be my guest.