[Q] TOP processor list ? - Zooper Widget General

Hi,
I am trying to make a processors list like in linux with "top" command in terminal but i cannot get it working in zooper widgets.
I did manage to get it to show but its all cramped up in the first line and not spread out other lines.
Does anyone have any tips ?

Related

shell change for smartphone

Hello,
For pocketPC users there is spb mobile shell.
Is there for smartphone users also any programm that change the shell for wm5/6? Or is there anyone who likes it to make such programm?
What I would like is a shell that gives tabs in the top of the screen:
1st tab is the homescreen.
2nd tab is the startmenu.
3rd tab could be contacts.
other tabs could be opened programms.
- Switching between the tabs could be done with the softkeys.
- In the top of every tab could be an X button (or tab close with 0 or something).
- Softkey functions of any programm could be done with select the menus or the * and # botton.
- a little settings app where the user can set the use of which buttons and the order of the tabs (may be more)
If someone is so friendly to make such programm he/she can also think about other functions to add.
I hope there is anyone who can and enjoy it to make this. Me and (I think) many other users will enjoy to use it.
greetings,
Niels
uhh,
Nobody?

start up - notes

as most of you know personal info contains also a note and you can set up that whenever you turn on your device this will show up
but to access this field you have to go quite far (toooo many clicks away)
my question is - is there any simple way to access and edit this note? can you make shorcut to standard HTC Home or assing it to any button when pressed longer?
thx
I cannot have my identification info and/or notes displayed on my home screen with TF3D. How do you do that?
I'd love to have some program / tweak to really edit the TF3D. Been waiting for more than a year now, Clock is too big, I can see too few appointsments and I'd like to see notes. Just like you had on that old Nokia.
EDIT: Nevermind, it functions as a sort of screensaver I found out now. Haven't found a quicker way to access the notes though.
EDIT2: The notes screen seems to be cut off after 6 lines. Any way to have it fill the full screen? Now I can only add 5 lines of notes (sixth line is already displayed with the bottom mm cut off) and I have about 10 lines white at the bottom.
I can see 6 lines, that is really strange, based on the space of the whole display and its capabilites ..
never the less I could use some shortcut ...

how to customise home screen, help needed

hi guys,
I was wondering if someone could help. I have done a lot of searching but unable to find an answer. I am using the GXFX's rom which I am very pleased with. I also tried to install sushi's touchflo 3d config.cab file on top of this but get errors referring to 'exception errors', so I removed it. What I would like to do is
a. customise the home screen to add new icons. At the moment I have the large clock, call history and calendar. Is tehre any way of adding more icons or changing this screen without losing existing functionality and stability ?
b. How can i put an icon that open a web page to a certain url address, is this possible. I am thinking of terms of say windows XP. Maybe I am asking too much.
many thanks for your help.
can anyone help please ?

[Q] Weather Condition Text on Multiple Lines?

Hi
Is there any way to get the weather conditions to split each word onto multiple lines?
eg. "Partly Cloudy" to display as
Partly
Cloudy
I'm trying to get the text to display on a specific image that is in my background bitmap.
Any help is much appreciated.
Are you using Rich Text or regular?
Rich text give you the option. One of the guru's here might have a different idea.
Sent from my Nexus 5 using Tapatalk
I'm trying to use regular text, as I'm setting a rotation, which I don't think Rich Text can handle.
I've tried a few different things to get the text to split across multiple lines without any success, so thought I'd see how to do it using the rich text.
It's got me completely befuddled.
Could someone point me in the right direction as to how I might achieve the text split?
Also, I've seen a number of widgets with custom icons in them. How do you embed icons from an icon pack in a widget; if at all possible. I may be mistaking the widget creation for something to do with a theme creation.
Any help is appreciated.
CPAPerseus said:
Could someone point me in the right direction as to how I might achieve the text split?
.
Click to expand...
Click to collapse
If you are cannot use rich text that limits you severely, and I'm not sure it is possible with Zooper alone. You can use tasker to do this, however. this will require some research on your part, but you can do an HTTP Get action in tasker to retrieve the weather condition for your location, and then perform a variable split to produce two variables, one for the first word of the weather condition, and a second variable for the second word. You would then send these to Zooper using the #T...# format.
So it is possible if you cannot use Rich Text objects in Zooper, it just requires more work on that back end.
For me I can only get Rich Text to wrap onto multiple lines if it is near the edge of the screen.
Use rich text. Set two lines and keep on increasing x-margin till it shows as two lines. For example to get two lines to show on my widget my margin number is 520. Text on different areas of the screen requires different x-margin.

RAM usage per app

Hi Folks!
Do you now any good app that can show RAM usage per app? The best would be floating app.
I'd like to view how much RAM eats specific app but online.
Floatig app would be best but any other method will be useful also.
Thank!
I'll try to help but I don't use an app to show my memory per app as that's an Android Activity which is hidden, but if you know the name of the Activity, you can easily bring it up on your phone.
As far as I know, the name of that hidden Android Activity is "com.android.settings/com.android.settings.Settings$AppMemoryUsageActivity"
On Android, in an intent launcher, you can call it up using this:
Code:
intent:#intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;package=com.android.settings;component=com.android.settings/com.android.settings.Settings$AppMemoryUsageActivity;end
On Android, inside of Termux, you can call it this way:
Code:
am start -n com.android.settings/com.android.settings.Settings\$AppMemoryUsageActivity
In windows, over adb, you can call it this way:
Code:
C:\> adb shell am start -n com.android.settings/com.android.settings.Settings\$AppMemoryUsageActivity
Given the Windows command is the simplest of those examples above, here's a screenshot I just made calling up the activity in adb.
You can create a shortcut on your homescreen to do the same thing.

Categories

Resources