copying default home to open home...HELP!? - G1 Android Development

Is there any possible way to copy the default home setup (icons/shortcuts) to the open home app...?
I'm way too lazy to add all my shortcuts and re-edit a completely new home setup.

Well but u have to.

the htc Dream is not for the lazy or faint of heart (or technilogical prowess).... if thats your excuse, get a new (i)phone

Related

PPL - Pocket Programming Language..... and the *fruity theme*

http://rychlicki.net/en/2007/04/01/174/
This IP lawyer has something interesting to say.
And you can get the theme from his page
After launching the theme (by the way, it's VERY EASY, just put it in a folder in your wizard), everything works except the banner clock just show "0". Wondering if you get the same on your wm6.
Also, it would be nice if the calender icon can display the actual date and the clock icon can display the actual time.
Cool but also here the time is 0 0
Very cool app. Looks pretty good and that without needing to install the application. I did try a wizbar adv iphone skin once, which had a lot more features.
But anyway a nice prog to play around with.
could you remap those icon with the config.ini file?
i tried, but most mappings still point to the setting i have on the "Stock" icon.
wondering if anyone here know the PPL and interested to further develop the application. you can download the program for free from the official homepage here: http://arianesoft.ca/index.php
I'm going to look into what I can change with it. The whole deal is fairly cool, but I hate the lag when switching to the "lock" screen. We'll see what we can come up with.
ecchi said:
could you remap those icon with the config.ini file?
i tried, but most mappings still point to the setting i have on the "Stock" icon.
wondering if anyone here know the PPL and interested to further develop the application. you can download the program for free from the official homepage here: http://arianesoft.ca/index.php
Click to expand...
Click to collapse
I don't know if you've noticed yet but you can indeed remap the icons with the config.ini file. Simply rename the extension so that it is config.txt, and inside it the various buttons and their paths are shown. Edit those paths the the desired program's location on your phone, then rename the config.txt file back into config.ini
Something I'd like to ask: Can we change the time at the top of this app? I believe that it's just the wrong time zone, since it is 8:44 here and the app shows 3:44
Cool app.
Time shows nothing here though (just 0 0)

WM 6.1 Homescreen weather plugin

Hey everyone!
First off I want to thank Dr. Gonzo again for the 6.1 rom. It's great and love it!
Second, I was using the HTC home screens that user tho made (found here) and I really got used to having the weather plugin on the homescreen. I really like how the homescreen is setup on this new rom, but I still want a weather plugin for it. Is there any way to add that plugin to this homescreen?
thanks.
if i was you i would try the following:
install the home plugin on your device. copy the .xml file from the plugin to your harddrive. open it and find the coresponding <plugin...> entry for the plugin. Then copy this entry to the xml-file of your skin of choice and there it should appear again... if it does not work or you have no clue what i was talking about, give me report.. i will try to do it for you,
Yea that's what I was thinking about doing. I just did not know if it would work or if it would look alright. I'm at work now so I don't really want to mess with it, but I'm going to try that when I get home.
ok. let us know if it worked when you're done
Wow this is a lot more difficult than I had thought. I can't find the weather plugin in the HTC Home screen and as the other thread may have tipped you off, the Sliding Panel home screen is very confusing to work with.
Basically what I would like to accomplish is to have Weather on my homescreen, while still using the Sliding Panel motif. So like if I could click over to the right next to where it displays the time it would show the weather. I'm going to keep working on this, but if anyone would like to jump in and help me I'd appreciate it.
Thanks.
according to the slide panel. I think all you can do is to manipulate the panels with basic configurations read out from the registry. It is not that easy to create something new, but i think a good point to start is always the manipulation of the welcome center, because this one is what most people need when they like to make "their own panels". The only way something will create a new slide is to code a plugin which is dedicated to appear in the slides. and still someone has to figure out what basic options are needed to create a new panel or to figure out what these guids are respectively.
Can you provide the htc home xml at least? it would be nice to have all extracted files in a zip file, so i do not have to install it again and pic all files out by myself.
Well that's sortof bad news that I can't create something new, however it might still be possible to edit the home panel to add that in?
I attached the xml for one of the home screens. I looked through it all and couldn't find the plugin for the weather but maybe you will have better luck than I will.
well, that is exactly what i meant. First choice, change one of the existing panels. If it works then and someone can explain those damn GUIDs I think we would manage to get it work on an own panel.
As far as it is "documented" in the XML (which is quite interesting i think for non wm6.1) this is the plugin-option for the htc home:
<plugin clsid="{B0C8AC4B-CDDC-4010-AAEB-076A2A6EB171}" name="HTCHome" height="88"></plugin>
This means to me, that cannot extract the weather-plugin for the homescreen unless you know how the home-plugin was made and the weather-plugin is a standalone, built-into htc home.
if you install the htc home, and edit your slidingpanel.xml with this tag somewhere, the home plugin should appear. I added the .xml for Frau Hottelmanns panther scheme with the htc home plugintag so you can see what i mean (not sure if the comment-tag is allowed, so just remove it before uploading to your device).
This is all I can do for you right at the moment.
Alright, Thanks a lot. I will try it when I get home.
I am really sorry that i wrote some damn ******* before It surely is possible to create new slides!!! It is just not possible to create a slide with ANY functionality
i just had the idea, that we may figure out what the minimal options for a slide are and then go on to figure out what the others are. But if we know the minimal options we could for example copy the testuiplugin-panel and try to get it work with the entire htc home plugin in it.
just wanted to write that, so you would not be that hopeless
Ok, what i found so far is:
- The htc home plugin works on wm6.1 as usual
- It seems not to work with the bronze-plugin in the same theme
* when loading the theme, the htc home plugin is displayed but vanishes as fast as the bronze-plugin is loaded.
* i played around with the height-attribute from the bronze-plugin but it seems to have absolutely no effect
- what i discovered in one of the previous skins is, that there are at least two major plugins for the htc home plugin which can be loaded in a theme. there is the notificationbar where the calls and sms etc. are shown and there is the htchome where the weather is displayed and so on.
- I also found that the exe-file for the weather-plugin is located at /windows/weather.exe so maybe its possible to configure the "output" on a call of this file and the weatherplugin is displayed (which means that we could put it into a slide)
- I also found an old thread here on xda for the "customization" of the htc home plugin, but it seems that the way the plugin works has changed since this thread and the version gregory released
- what is missing is something like a documentation on the htc home plugin, so which parts are implemented, how are they called from the homescreen etc. maybe gregory, if he's still around here has any idea(s) ???
- i just got that the weather.exe sets the city, downloads and refreshes the local weatherdata. So the output has to be somewhere else.
sounds like you are onto something here. Since the HTC home weather plugin is causing some problems, I think I am going to take a look at some other weather plugins. They might make it a little easier. I'm specifically looking at SPB Weather and Fizz Weather.
The only problem is, once I install them I'm not really sure how to put them into the slide panel. I'm going to play around with it and I'll let you know.
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
kimamil said:
A tip from my side... always start from the delivered .xml files for the theme. mostly you can see there how they are implemented in the home-screen... then you just have to copy it.
i am wondering why the htc home plug does not work with the bronze. rinkus iconbar does, and its also just another plugin implemented... It also would not make sense that microsoft put something in the code of bronze which disables other home plugins
Click to expand...
Click to collapse
You mit be better waitin until HTC release a WM6.1 Standard ROM to see if HTC customize bronze to have parts of there Home plugins integrated and extract everything from a ROM then making a cab file to install it .
Roland
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
kimamil said:
this was my first thought, but as you may know, there are people out there (yes, i am one of those ) that do not like to wait and have things first and before all the others do
Click to expand...
Click to collapse
Have you tried using Facade to use the HTC plugin with Bronze?
Roland
nope. i thought one has to BUY facade???

WM6 Shortcuts to Internet Favorites

Anyone have an easy way of creating a shortcut on a WM6 device to an Internet Favorite? I am sure its just in the syntax, \windows\iexplorer.exe "http://mywebsite.com". I can not figure out how to create a blank shortcut, maybe there is an applet that helps with this. I want to create these shortcuts, hopefully with custom icons, that i can use in the HTC Launcher. Any ideas folks?
You could always just open the file itself....
I guess my problem is more that I can not select "files" from the HTC Launcher setup tool. It only shows you a select choice of what looks like registered programs. So I need to somehow register an internet favorite and change its icon.. one thing at a time though, i would settly for just registering the favorite.

Organizing Apps in folders ?

Hey people, i have been looking under tree and rock to finde some sort of way to organize Apps in to folders, in the main menu. With no luck so far.
I am i just blind and stupid or have Android made the same mistake as apple did with no way of organizing applications (albiet, appels problem is a bit bigger than Android's).
Anything to help me keep my Main Menu Organized ??
Kind Regards
Vicster!
(HTC Desire)
"main menu" being application launcher drawer/cube? Or home screen?
Stock application launcher drawer/cube doesn't have the option, and I fail to see why anyone would need such an option, given that -
1) Home screen supports folders.
2) There are plenty of apps that allow grouping applications in "folders" of some kind (virtual ones) on the home screen.
Your "main menu" is the home screen(s), not the application drawer.
How about 'Apps Organizer' from the market.
- You can set up categories
- Apps can be in multiple categories
- Assign custom or predefined icons to these
- Both widget and shortcut support to put these categories on your home screens
- Fave apps so they stick to the top in the folders
- Optionally have all folders/categories as subfolder from 1 main folder. Now that cleans up everything into a single icon.
It's a lifesaver if you use a ton of apps and want to stay organized imho.
nice apps organizer
for me it has been FolderOrganizer by Fabio Collini for quite some time...
After trying every app organizer I could find I settled on "tag home" to fix this problem. You can create tabs in the launcher, sort the apps by tab, prioritize the items in the tab sort them, have an app under multiple tabs, (easier than remembering if gmail is in internet or communication) and you can shortcut the tags onto the desktop as folders. plus, it's free in the market.
Just my 2 cents, and that's about all my advice is worth....
vicster said:
Hey people, i have been looking under tree and rock to finde some sort of way to organize Apps in to folders, in the main menu. With no luck so far.
I am i just blind and stupid or have Android made the same mistake as apple did with no way of organizing applications (albiet, appels problem is a bit bigger than Android's).
Anything to help me keep my Main Menu Organized ??
Kind Regards
Vicster!
(HTC Desire)
Click to expand...
Click to collapse
I am also looking for an efficent solution! But i think we have to wait until apple releases its OS4.0, which will be able to organize apps.
Then suddenly there will be apps developed for android who do the same thing. Its sad, that it has to be this way...
senjin said:
How about 'Apps Organizer' from the market.
- You can set up categories
- Apps can be in multiple categories
- Assign custom or predefined icons to these
- Both widget and shortcut support to put these categories on your home screens
- Fave apps so they stick to the top in the folders
- Optionally have all folders/categories as subfolder from 1 main folder. Now that cleans up everything into a single icon.
It's a lifesaver if you use a ton of apps and want to stay organized imho.
Click to expand...
Click to collapse
well, that's helped with my problem... thanks
korbi said:
I am also looking for an efficent solution! But i think we have to wait until apple releases its OS4.0, which will be able to organize apps.
Then suddenly there will be apps developed for android who do the same thing. Its sad, that it has to be this way...
Click to expand...
Click to collapse
Why would you think that? There was Advanced Launcher for 1.6 that did this, and many home alternatives that do this. It's harder for rosie because it is closed source.
PS. You can make a folder on the home screen for a long time and dump applications into it, just like the magical iPhone can't do yet.
evilkorn said:
Why would you think that? There was Advanced Launcher for 1.6 that did this, and many home alternatives that do this. It's harder for rosie because it is closed source.
PS. You can make a folder on the home screen for a long time and dump applications into it, just like the magical iPhone can't do yet.
Click to expand...
Click to collapse
Advanced Launcher doesnt work at all.
Does Rosie mean Sense? (Sorry i just got my first android device)
I didnt find a decend Homescreen replacement that has this feature. Only Tag Home Launcher, but this app slows my phone down (very noticeable!).
The Replacements, which worked fine (for example ADW Launcher or Launcher Pro), didnt have the ability to sort apps in the draer/starmenu...
If you could point me to an working replacement I would be happy!!!
But, coming from windows mobile my experience is: nothing new is developed until apple does it and then sudenly the market is flooded with apps, that do this. ( I was looking for more finger usability since Windows Mobile 2003SE ^^). Of course there are few exceptions...
But please proove me wrong!
About the ability to create folders on the homescreen: I know this ability exists! But in my opinion one big advantage of android is the widgets on the homescreen. I like my homescreen to show me the time, my appointments, the weather...
For launching purpose i would like a simple menu with all my apps (categorizeed, sorted the way i want it )
the way I see it: the iphone has no homescreen it only has a launcher. But soon this launcher will get better than the one from android (now they are equally bad^^) and that is when i think apps will be released to overcome this differnce. But it should be the other way around...
But again: please proove me wrong!
Greetz
Korbi
And here is a video showing how apple implemeted it:
http://www.youtube.com/watch?v=jZcjyZ2suBw
@3:15
its low res, but i am sure there will soon be a better video...
So until I find the perfect solution I'm using the folders created for the on-screen but I'd like to be able to rename the folders. As an Android n00b is that possible?
gavinKingsley said:
So until I find the perfect solution I'm using the folders created for the on-screen but I'd like to be able to rename the folders. As an Android n00b is that possible?
Click to expand...
Click to collapse
To change the folder name:
-Open the folder.
-Touch and hold the bar at the top of the folder.
This should give you the "Rename folder" dialog box.
Good luck.
You my friends are the greatest!
-------------------------------------
Sent via the XDA Tapatalk App

Edit and delete home screens

Either Im missing something or this is a really easy thing and Im just not looking at it!
Im trying to rearrange my home screens, and delete a few empty ones I created by mistake. When I press and hold on the screen I get a menu for creating a new screen or folder.
I cannot find the edit function like I am used to on other devices.
Has anyone found a way to delete blank screens?
billinaz said:
Either Im missing something or this is a really easy thing and Im just not looking at it!
Im trying to rearrange my home screens, and delete a few empty ones I created by mistake. When I press and hold on the screen I get a menu for creating a new screen or folder.
I cannot find the edit function like I am used to on other devices.
Has anyone found a way to delete blank screens?
Click to expand...
Click to collapse
Had the same issue, poor documentation with the device.
On a home screen do a pinch with two fingers, you could then delete and rearrange home screens

Categories

Resources