Quote:
Originally Posted by TrendyIceTea
Hi Morkl! I really appreciate your work!
I have a small problem with the homescreen modification.
I tried to replace an app in the homescreen with the Instafetcher 2.2.2 lite app.
I achieved that the app shows up in the homescreen but when I press on it, the app does not start.
Maybe you could help me with the custom app definition.
I included the androidmanifest.xml which I extracted from the apk and my current homescreen.xml.
P.S: The Instafetch app works great on PRS-T1 and even has a special eink mode.
 
|
I think you have to put in the fully qualified class name, i.e. including the package name:
class="pl.immortal.instafetch.InstaFetchApplicatio n"
When a class name is written as ".ClassName" in AndroidManifest.xml, append it to the package of the manifest tag to get the fully qualified class name.