Jump to content

Would like to remove the 'Learn More' internet link icon


Recommended Posts

Posted

Hi,

Does anyone know how to remove the 'Learn More' internet link icon from the main applications area? It's something I'll never use, and if I really need to I can just go to it manually instead. Thanks :angry:

post-711710-1279130491_thumb.png

Guest PStephan88
Posted

If you never use it: simply IGNORE it!!! ;-)

Why maybe damage your system when trying to remove it? Just don't click it...!

I really think there's no reason to remove it.

Example: You could also remove the "Camcorder" Icon and start it through "Camera"...this would be endless

Guest klutsh
Posted

You need to decompile the APK and remove

<activity android:theme="@android:style/Theme.NoTitleBar" android:label="@string/tutorial_icon_title" android:icon="@drawable/learn_more" android:name=".activity.TutorialActivity" android:screenOrientation="portrait">

			<intent-filter>

				<action android:name="android.intent.action.MAIN" />

				<category android:name="android.intent.category.LAUNCHER" />

				<category android:name="android.intent.category.DEFAULT" />

			</intent-filter>

		</activity>

from the AndroidManifest.xml to stop the icon showing, then recompile and sign the APK.

Guest EddyOS
Posted (edited)

which APK is the program?

Edited by EddyOS
Posted

I'm making this change in the kitchen right now.

P

Guest EddyOS
Posted (edited)

Ah, Paul you legend!!

I seem to be flashing ROMs daily at the moment, lol!

And cheers Klutsh, more pearls of wisdom as usual :angry:

EDIT: Can't open the XML file in the APK, Wordpad brings up a garbled mess

Edited by EddyOS
Posted

Thanks klutsh and Paul, I'd just downloaded a fresh bake to have another dig around in the HTCSetupWizard.apk, but I'll hold my horses now... plus I probably wouldn't have figured out how to properly de-compile / recompile the file. Cheers guys :D

@PStephan88 - Err, could you not have just ignored my question if you had nothing helpful to offer? :angry:

Guest Rudolfje
Posted

I like to use Titanium Backup to 'Freeze' the apps, this removes the app from the apps drawer. Works great.

Guest EddyOS
Posted (edited)

Gone now in new kitchen so I'm happy! :angry:

Edited by EddyOS

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.