I've searched for awhile on this but could never find a util or instructions on how to achieve this.
I'm wanting to make alterations to the "Applications" list that is presented in the button assignment area to include some custom apps.
Have you seen anything like this anywhere?
Appreciate the help,
Marc
Related
Greetings all
1st off, just wanted to say thanks to everyone here. This is a tremendous resource for all things PPC.
Is there a way to disable the softkeyboard from automatically opening up but leaving the icon there so I can activate it manually?
I did a few searches here regarding this and didn't see anything pertinent so I'll apologize in advance if I missed it.
Bump......
anyone?
I think it is possible to install a fake soft keyboard that does nothing. I have not used one but seen one on the net. Maybe proposed by Phm.
I have found it. Check the last item on this page:
http://www.phm.lu/Products/PocketPC/PowerToys/
Not a bad band-aid fix but it requires a few more screen taps to pick the correct keyboard when I do need it - but thanks for the reply
I'll keep looking...
Hey all,
Recently purchased a Touch Diamond and have been heavily modifying the software/rom over the past few days. I'd first like to thank everyone who has contributed! There is such much information out there that it's sometimes hard to disseminate it all for new users.
In any case I have done a lot of extensive searching for this question and I've found a possible solution but only leads to more questions for me. Here's my question, how can I customize the application which is launched when I tap the clock on the TF3D home screen?
Through searching I've found I might have been able to edit manila.xml (26948339_manila) but couldn't find anything specific to application launching in that file. I also found reference to using something called "SSMaP" but was unable to find any further information regarding this application via the forums of google.
Can anyone point me in the right direction?
Thanks,
-Mike
Here you are...
http://forum.xda-developers.com/showthread.php?t=407777
Please excuse me for not knowing the proper terminology for my question, but I'll try to make things understandable.
I'm using shadowline's titanium only ROM (most recent build). I'm trying to figure out how to remove "pictures" and "music" titles / links from the home screen, but apparently I'm not smart enough to figure this little task out.
I did search for topics that address this question, but without knowing the associated terminology, searching can be quite cumbersome.
Can somebody point me in the right direction please?
Thank you!
I don't use Titanium, but they are called "Panels" and there should be a program around here for adding and removing panels.
Its best to ask in your ROM thread.
In the standard WM6.1 ROM that shipped on my D2, I can go across to Settings tab, then select Customise Tabs. I can then choose which tabs I want to display.
Hi all,
I'm VERY new to Android Development and I'm finally at the point where I'm starting to write my first VERY basic app.
I've done a bunch of reading and watched a bunch of tutorials to get to this point.
I'm one of the tutorials I'm watching they show how the 'Quick Fix' in Eclipse can help with things such as suggesting which imports to use and and option to import them.
For instance I'm defining a Button that I put on my main layout and I haven't imported anything... now I know I have to add the button class, but can't figure out how to get the quick fix working so that it shows suggestions.
Right now if I click on the line and hit CTRL+1 (or select it fromt he Edit menu) it just gives 'No suggestions available'.
I've done some searching and haven't found anything to help with this yet.
Thanks for any information!
**** UPdate ****
Ugg, total newbie error.
I was trying to define them outside of the public class, so of course it didn't know what the H*LL I wanted to do. :0
Moved them inside and it pops right up now..
I hope this is the right place to post a question about modifying an existing app. In the long run, I want to create a Xposed module to do the modification, but to get started I work with modding the decompiled app. The app in question is de.zeit.diezeit.epaper.android, which is a German newspaper reader app (I am not expecting anyone to know it). What I want to do is to get rid of the scrolling animation when reading an article, because I am using this app on an eInk device (Icarus Illumina).
Now my problem is, I don't find a starting point. I have to say I don't have much (read: almost none) experience with writing Android apps (although I have a lot of programming experience otherwise). Thus I have no idea how such an animation would be implemented. I searched for references to the Scroller class and replaced the duration argument of the startScrolling method by 5ms, but this didn't change anything.
Is there any way to run the app in some kind of debug mode to see which methods are called at which time? Another idea how to find the right spot might be the trigger of the scroll: I am using the hardware page turn buttons of the device to scroll down exactly one page. How would this be implemented, what should I search for to find the code that reacts on these buttons? (Also: how can I press these buttons in the emulator?)
I am sorry if I am asking too many noob questions. If there is relevant documentation I have obviously missed, please point me to it. Thank you very much for any help!
Try looking under res/anim*
mhier said:
I hope this is the right place to post a question about modifying an existing app. In the long run, I want to create a Xposed module to do the modification, but to get started I work with modding the decompiled app. The app in question is de.zeit.diezeit.epaper.android, which is a German newspaper reader app (I am not expecting anyone to know it). What I want to do is to get rid of the scrolling animation when reading an article, because I am using this app on an eInk device (Icarus Illumina).
Now my problem is, I don't find a starting point. I have to say I don't have much (read: almost none) experience with writing Android apps (although I have a lot of programming experience otherwise). Thus I have no idea how such an animation would be implemented. I searched for references to the Scroller class and replaced the duration argument of the startScrolling method by 5ms, but this didn't change anything.
Is there any way to run the app in some kind of debug mode to see which methods are called at which time? Another idea how to find the right spot might be the trigger of the scroll: I am using the hardware page turn buttons of the device to scroll down exactly one page. How would this be implemented, what should I search for to find the code that reacts on these buttons? (Also: how can I press these buttons in the emulator?)
I am sorry if I am asking too many noob questions. If there is relevant documentation I have obviously missed, please point me to it. Thank you very much for any help!
Click to expand...
Click to collapse
Hi, very late after the question, but I am considering buying an Illumina XL HD e-reader in order to have e-ink to read newspapers. What has been your experience with your device (which model in particular is it?)? Also, I would like to root it. Do you know if that is possible? Finally, did you manage to modify the app? If so, was it difficult?
Hi, hope you found the solution