Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
greco99
Old
#21  
greco99's Avatar
Junior Member
Thanks Meter 0
Posts: 17
Join Date: Apr 2009
Location: Chania
Thank you ! Works great !
 
ghost010
Old
#22  
ghost010's Avatar
Senior Member
Thanks Meter 24
Posts: 439
Join Date: Aug 2010
Location: Leeuwarden
So in the first post,you said ics can hide the icons,but the only thing i can is remove fb in its whole.and i have stock 4.0.4 galaxy nexus.

Just wondering.
My first App(s).its not much.but its a start.

"3310"-"T230"-"E250"-"Viewty"-"Viewty Smart"-"Galaxy Spica"-"NEXUS S Limited edition"-"Galaxy NEXUS"-"NEXUS 7"
 
gtuxyco
Old
(Last edited by gtuxyco; 29th April 2012 at 01:21 AM.)
#23  
gtuxyco's Avatar
Member
Thanks Meter 6
Posts: 59
Join Date: Jan 2012
Location: Riohacha
Ok i can use this line in a terminal emulator and its works?
So if I want to disable the Google plus messenger icons.
Which line I need to use?
Edit : and the flash player configuration icon
 
machx0r
Old
#24  
Senior Member - OP
Thanks Meter 139
Posts: 195
Join Date: May 2011

 
DONATE TO ME
Quote:
Originally Posted by mike1986. View Post
I'm trying now to disable HTC Setup Wizard icon Also pissing me off

EDIT:

Code:
<application android:theme="@style/CommonTheme" android:label="@string/stupwizard_app_name" android:icon="@drawable/icon_launcher_htc_setup_wizard" android:taskAffinity="" android:description="@string/htc_company_name" allowSkinChange="true">
<activity android:label="@string/stupwizard_app_name" android:name=".MainActivity" android:taskAffinity="android.task.htcsetupwizard" android:screenOrientation="unspecified" android:configChanges="locale|mcc|mnc|keyboardHidden|orientation|screenSize">
So I guess there is no separated taskAffinity and I can't disable the icon without disabling the whole app.
You want to disable the Activity with an intent-filter of action.MAIN and category.LAUNCHER. Every activity with that filter will display an icon in the application drawer. If you want to send me the entire manifest I could take a look.

Code:
<intent-filter>
  <action android:name="android.intent.action.MAIN" />
  <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
Trying to quit smoking? Check out Quit Smoking Log or Quit Smoking Log Plus (if you hate ads or just want to kick me $1.99 for my efforts to help you quit ).

Also check out CCSWE App Manager to hide application icons.
 
machx0r
Old
#25  
Senior Member - OP
Thanks Meter 139
Posts: 195
Join Date: May 2011

 
DONATE TO ME
Quote:
Originally Posted by ghost010 View Post
So in the first post,you said ics can hide the icons,but the only thing i can is remove fb in its whole.and i have stock 4.0.4 galaxy nexus.

Just wondering.
Unfortunately that was some bad info on my part. I had read that ICS comes with a stock ability to disable applications (which some build do, it's up to the manufacturer/developer to enable it) and my only ICS device is a Samsung Galaxy Tab 2. My tablet doesn't expose that functionality but does have a finer grained control in the app drawer to hide specific icons. I mistakenly though the Touchwiz behavior was the stock ICS application disabling functionality. What you are seeing on your Nexus is the stock behavior. You can use my application to disable the specific icons.

Quote:
Originally Posted by gtuxyco View Post
Ok i can use this line in a terminal emulator and its works?
So if I want to disable the Google plus messenger icons.
Which line I need to use?
You could use the pm command but would need to find the correct package and class name for those icons.
Trying to quit smoking? Check out Quit Smoking Log or Quit Smoking Log Plus (if you hate ads or just want to kick me $1.99 for my efforts to help you quit ).

Also check out CCSWE App Manager to hide application icons.
 
WhammyDroid
Old
#26  
Senior Member
Thanks Meter 22
Posts: 367
Join Date: Jun 2010
Sweet!
 
blackknightavalon
Old
#27  
Senior Member
Thanks Meter 293
Posts: 2,227
Join Date: Feb 2009
Location: Somewhere in NYC
It can't be said enough. Thank you!
HTC Vision (G2) - 11/2010-Backup
Flinny's Andromadus CM10.1, 4EXT recovery, SanDisk 64GB SDcard

Samsung GT-I8190 (GS3 mini) - 01/2013-Backup
BenzROM v6, TWRP 2.5.0.0 recovery, WinTec 32GB SDcard

Samsung SGH-M919 (T-Mobile SGS4) - 04/2013-Current
CM 10.1 Nightly, CWM Recovery, SanDisk 64GB SDcard

B&N Nook Tablet - 03/2012-Current
CM10.1 nightly, CWM recovery, SanDisk 64GB SDcard
 
nom303
Old
#28  
Senior Member
Thanks Meter 13
Posts: 185
Join Date: Feb 2009
Location: more than a mile high
Can u make one for go launcher too?

Sent from my SPH-D700 using Tapatalk
GOD sent me an Epic
 
mykar3z99
Old
#29  
mykar3z99's Avatar
Senior Member
Thanks Meter 33
Posts: 180
Join Date: Dec 2011
Location: Pandeglang
thank you.. its work on SGW GT-I8150
 
StrikkerXX
Old
#30  
StrikkerXX's Avatar
Member
Thanks Meter 4
Posts: 77
Join Date: Nov 2011
Works like a charm! I've also been annoyed with the new facebook update..

Thanks!

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...