Thread: PRS-T1 Modified Sony home screen
View Single Post
Old 01-27-2012, 11:41 AM   #128
m3l7d0wN
Zealot
m3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercisem3l7d0wN juggles running chainsaws for a bit of light exercise
 
Posts: 102
Karma: 38810
Join Date: Apr 2011
Device: Sony PRS-T1
Quote:
Originally Posted by prst1 View Post
What is the best way?
Code:
<customAppDefinition name="app_kindle" title="Kindle">
				<iconNormal>ic_kindle.png</iconNormal>
				<iconPressed>ic_kindle.png</iconPressed>
				<componentName package="com.amazon.kindle" class="com.amazon.kindle.UpgradePage" />
				<intentAction>android.intent.action.MAIN</intentAction>
				<intentCategory>android.intent.category.LAUNCHER</intentCategory>
			</customAppDefinition>
btw, use this to extract the apk

Code:
apktool d package.apk
download it from here: http://code.google.com/p/android-apktool/
m3l7d0wN is offline