Simple Profiles Application - 8525, TyTN, MDA Vario II, JasJam General

I've used several profile applications but they are over-the-top. I'd like simple profiles application that I can create different profiles and activate them from the today screen.
p.s. most profile applications I use changes my default sound/notification settings. Some can't use my custom ringtones, etc.
civi

rpleasan said:
I've used several profile applications but they are over-the-top. I'd like simple profiles application that I can create different profiles and activate them from the today screen.
p.s. most profile applications I use changes my default sound/notification settings. Some can't use my custom ringtones, etc.
civi
Click to expand...
Click to collapse
I use Pocket Zen Phone. Very cheap and once set up very simple and will do exactly what you want. Just use Google to find it.
This is what it looks like. You can download the icons you want to use from the PZP web site.

Related

Quick way to settings on Today screen

Hi. I'm using cLauncher and I'm wondering if there was a way to get things like phone settings, display settings as an icon setting on the Today screen. Going through menus is a bit slow for frequently used functions. Thanks.
There is a thread somewhere around here that deals with making shortcuts for items on your phones "control panel" I wish I could find it, but it's going to be a bit of a ***** to do so probably. If I do find it, I will let you know.
Curious D said:
Hi. I'm using cLauncher and I'm wondering if there was a way to get things like phone settings, display settings as an icon setting on the Today screen. Going through menus is a bit slow for frequently used functions. Thanks.
Click to expand...
Click to collapse
This might help.
You can use this cab to create a link to the today settings and then add it to cLaunch. It creates a link to start>settings>personal>today.
In order to link to things such as the backlight control enter \Windows\Backlight.lnk (note lnk is LNK in lower case) into the 'File Path' field within the cLaunch settings. You can also add custom icons as well - search google for suitable 32x32 icons and then convert them to bitmaps. They work a treat.
To find out other useful info about shortcuts check the following posts by vijay555: http://forum.xda-developers.com/search.php?searchid=507575
This link does not appear to be working - use advanced search using the word 'completeness' and the user id vijay555 which will return the required links.
They are very useful and informative. Vijay555 is also a fan of cLaunch from what I gather.
cLaunch is a great piece of freeware! I'd recommend it to anyone!

Start Application on registry change

Hi,
I'm looking for a program or whatever which is able to start an application based on a registry change. Something like: A specific registry entry is changed and the specified programm starts automatically.
I know MortScript can do domething like that, but with my script the usage of CPU is at 100% the whole time. This also drains my battery....
So is there any other app out there (preferable freeware) which can do what I want?
Any help appreciated.
huibuh_1
for what?
i see no sense on that...
ap0ll0 said:
for what?
i see no sense on that...
Click to expand...
Click to collapse
I have a PPC profile changer (freeware, www.modaco.com) and this program changes profiles automatically based on rules (something like phonealarm).
Additionally I want to have different ringtones for different profiles. That is possible but for the ringtones defined in the contacts the ringtone is fixed and therefore always the same.
So what I'm looking for: When the profile program changes the registry value of the actual profile I want to run a mort-script to copy all my profile ringtones to the actual windows folder. That is also to help the vibration to be longer if a VIP-ringtone assigned person calles (about 2 sec.) and shorter if somebody else calls (0.5 sec).
Thats why I want to start an application on change of profiles (means change of registry-entry).
I also want to keep my profile programm because I need the profile information to be stored in the registry to be displayed in Battery Status.
I hope this claryfies the why-questions.
huibuh_!

[REQ] Diamond PC setup software

Is it possible to create a PC app that allows you to set all the fundamental settings on the phone. Using the inbuild apps is a pain
Settings like date, time, background image, notification settings and tones etc could be made from the comfort of your PC using the mouse and keyboard

I'm a flash addict

... and I need some help....
so... i have an HD2... and i want to get rid of each customization after each new coocked rom that i install....
althoug i searched is still hard to figure it out how to do all the stuff... so i'll just post a small request and if someone has time maybe will give me (and the others) a little help...
i need to automize the following...
install a set of cabs:
cookie home tab
advanced cookie home tab
cookia home tab editor
resco explorer
total commander
1% battery indicator
this is easy through UC
cutomization:
disable my location (registry) - i already found a record in the registry that does that
remove all locations - add my home city
regional settings - my home country
internet default location set to internet (by default it sets itself to wap)
sms: delivery notification ON
camera setings - superfine in pics
manila tabs config - just the order in witch they are and the tabs i don't wanna show... i founded in registry also
font set to smallest
vibration (haptic) disable
phone ringtone set to K.O.
sms/mms set to alert fader high no vibrate
email set to alert shine no vibrate
missed call no alert
ring type set to ring no vibrate
quiet ring se to ON
pocket ring mode set to ON
no charge over USB
set clear type
email account (exchange - google sync)
cookie home tab settings: CookieHomeTabEditor
callendar look forward 31 days
shortcut grid 4x4
1 tab of shortcuts
default page: no1
shortcuts in the home tab... i found those in the registry also
facebook account credentials
and i think that's it...
with the os customization i know i need to insert somehow the registry settings... but i don't know how.... with chteditor settings and facebook i guess is still registry settings but where and how?
I've seen sashimi... but still... I know how to use it... I don't know how to configure it...
So... plz HELP...
lots of cooked roms have an auto instal feature. put all your cabs in a folder called autoinstall on your sd card then when your phone boots after a flash/hard reset will install them.(let the phone sit for 5 mins when it first starts up, thats when it installs them.
as for the settings, build your own cab. I use wince cab manager. takes a little time but once its set up you just run it after everything else has finished (don't auto install it, cos the cabs don't necessarily instal in the right order. so for example you instal an opera tweak then install opera your tweaks are overwritten.)
my tweaks cab installs my custom lock screen, enables htc magnifier, tweaks opera cache and user agent, decreases screen sensitivity, and a few other things.
Even better, heaps better, get sashimi, study the tutorials, then you can choose which cabs to install to internal meme, which to sd, what reg keys to import, what static files to copy where, and if you need it, add scripts, certificates, run EXEs, whatever you ask.
I use mortscript for doing customisation stuff.... I generally run nrg rom's which use XDA_UC, so I can drop .reg files in the folder and it adds them on rebuild.
Code:
#Backup Ringtone Settings
outfile="\storage card\xda_uc\RingTone.Reg"
If (FileExists(outfile) = 1)
Delete(outfile)
endif
key="ControlPanel\Sounds\RingTone0"
Category=RegRead(HKCU,key,"Category")
SavedSound=Regread(HKCU,key,"SavedSound")
Script=Regread(HKCU,key,"Script")
Sound=Regread(HKCU,key,"Sound")
WriteFile(outfile,"REGEDIT4^NL^")
WriteFile(outfile,"^NL^",true)
WriteFile(outfile,"[HKEY_CURRENT_USER" & "\" & key & "]^NL^",true)
WriteFile(outfile,"""Category""=""" & Category & """^NL^",true)
WriteFile(outfile,"""SavedSound""=""" & SavedSound & """^NL^",true)
WriteFile(outfile,"""Script""=""" & Script & """^NL^",true)
WriteFile(outfile,"""Sound""=""" & Sound & """^NL^",true)
That is from my backup script. Creates a .reg file with the settings for the ringtone stuff in to the XDA_UC folder so my last ringtone settings carry across
thanks guys....
use the installation of software i got it... and if the rom isn't UC capable i can do it with sashimi (i have seen the tuto videos and read the doc)... also with sashimi i can do my email settings...
what i didn't understand is how to build my customization.... i just search every registry record... write it down.... and then what?.... sahii says to put it there somewhere... but not exactly how to create it.... and what if a custom thing it is not present only in one place like user or local machine?...
don't understand your question. But to create the file, use the regexport tool. You build an INI describing which registry keys you want. The tool extracts them and creates a backup file for future re-deployment.
Been searching for a topic like this for a while!
Thanks for starting this thread!
I too am a flashaholic and REALLY get frustrated at having to customize EVERY time you flash...
Installing apps is easy, dump them into the UC folder on your SD card and voila.
The tricky part is getting the Regional Settings and Time Zone sorted. I tried exporting these settings from the Registry and putting them into the UC folder, but it still doesn't work...
Just use SASHIMI. This awesome soft does everything you mentioned above!
BTW: SASHIMI has a big help-file/HowTo included and you can find good video-tutorials on youtube as well.
i'll try sashimi more... and get back...
so for sashimi... actually you need a clean install with all programs and customization manually made and after that export the registry settings?
ok.. i've found CeRegEditor... with this I saw that I can export my registry... now I need help in order to localize all settings I need... and to avoid to miss regs that are placed in more than one place...
disable my location, manila tabs config - just the order in witch they are and the tabs i don't wanna show... and cookie settings for home layout - HKEY_LOCAL_MACHINE\Software\HTC\Manila
phone ringtone set to K.O., sms/mms set to alert fader high no vibrate, email set to alert shine no vibrate, missed call no alert, ring type set to ring no vibrate - HKEY_CURRENT_USER\ControlPanel\Notifications
I don't know if it is enough for the mentioned settings or if they appear in other places also.... i found out that ceregeditor only exports folders not single keys...
to export whole paths of registry keys, just go into totalcommander's registry editor, in double folder view, then COPY the selected folder of registry keys to a physical folder on the device, it will transparently create a .reg file
To import the reg file back again, either you use sashimi, or you COPY the .reg file from the memory into the registry with totalcommander
Pretty impressive huh
ok.. my first try was a mess....
i used sashimi... put the cabs all together.... this worked ok... although i have to change some names to install them in the correct order...
i made some reg files with CeRegEditor via activesync on the computer... i've put them into reg folder.... but nothing was imported... i think the format was not ok... at least i know what regs i need for the moment...
and last... i made an xml via sashimi/makisu... but this didn't worked either...
i'll keep trying....
LE: ok... it seems that i managed to make with some of the registry... with the xml file for the active sync i'll try more tomorrow....
does anyone know where I can locate facebook credentials inside registry.... not facebook the app but the sense integration...
and also where can i find the registry for
alarms
removing weather cities
removing timezone cities
setting regional setting to a specific country
thanks

[Q] How to add "Bluetooth" under Settings to start menu?

I have read multiple threads on how to add internt favorites and various apps to the startmenu as a shortcut. That is pretty easy. I also use Cookies' Hone Tab to add shorcuts to my homescreen. Again pretty easy. However, neither of these methods allow me to add the "Bluetooth Settings" (starmenu\settings\bluetooth) icon to start menu or homescreen. I just cannot find the location of the BT Settings in my file explorer to add it as a shorcut. Also, Cookies Home tab does not find it when trying to add it as a program.
Anyone know where it is so I can make a shortcut to it or is there another method? I just want to add a shortcut/icon on my homescreen that lets me go straight into The Bluetooth Settings Menu. The BT Toggle switch under CHT is not enough. I have many BT devices I switch bewteen and they often do not pair automatically as they should and I would like a quicker way to access BT settings to switch between devices and profiles manually when needed. I have looked on Windows Marketplace, OMArket, and forums for an BT app i could just add that would do this but could not find any apps specifically for BT settings. Anyone know of any?
Any help would be appreciated.

Categories

Resources