I need a camera app that will create timestamp filenames - Mogul, XV6800 ROM Development

My current PPC 6800 camera app only creates filenames like IMAGE_001, etc
I had a PPC 6700 and the camera app on that gave me the option to create filenames that were timestamps -> 20081123132345.jpg (YYYYMMDDHHMMSS.jpg)
I need to replace the camera app on my 6800 to one that worked like the camera app on my 6700 (or something similar). Please note that I do not have my 6700 any more so a simple "Copy it off you old phone" won't work.
TIA

I don't use the camera much, but my version 4.05 (or something like that) has a tools settng with "Time Stamp" and another tab which has "Prefix" which optionally can name the files with the date.
There's a few versions of cameras out there for this device, however.

Related

Calling chefs reg. Sense 2.5 extension

Not sure if this belongs here, if one disagrees, please notify admin and move.
Foreword:
I'm neither a chef nor a programmer but do have sometimes viable ideas since I consider myself an out of the box thinker. Please do not expect me to write, code program, cook, fry or whatever I propose here - for that we have great chefs - but maybe it's possible for them to create the UBERSENSE without too many headache.
Most like Sense 2.5 for overall functionality, look and feel but have a love hate relationship due to the missing program tab and some other limitations.
Maxycy showed us that there is more possible (up to 20 program tabs) and how he implemented it seems pretty smart (take a look at the reg), to me at least.
So after looking a little bit into the registry myself we have some items which could be added perhaps in a rather simple way to create a "Hybrid Manila".
Preconditions:
No program tab in slider.
Up to 20 program links through Max's extensions.
Ideas and possible solution paths (suggestions in green):
Sense 2.5 is missing the following key to show a program tab completely (0=on // 1 or 2 =off as in don't display)
HKCU/Software/Htc/Manila
Manila://programs.page.hidden
Adding it under 2.5 does nothing because other important items are missing.
Missing items as far as I could figure out:
\HKLM\Software\OEM\MASD
Which contains bits and piece for all tab items.
Possible to take the 2.1 app, extract, list it here and cook it in?
Under this section the corresponding HTC program name and version is listed. Should be the same under 2.1 so should be possible to extract.
HKLM\Software\HTC\Manila\Configuration
(current;y running from 0-12) Possible to add 13 or rearrange
Enable 0
ab - Pagename (should be Manila://programs.page.hidden)
Title IDS_PROGRAM (the IDS_.... could be "stolen" from Manila 2.1 and cooked in)
HKLM\Software\HTC\Manila\HTCService
Not sure if anything is needed here because the feature call for the program should happen under \HKLM\Software\OEM\MASD
Based on the above findings and idea one could perhaps extract the "Program Tab paths and items" from a Manila 2.1 and add it to a Manila 2.5. The biggest issue could be the IDS_.... since I recall some problems with display and local language files from the past.
Cheers
Tyguy
any news man
Perhaps you should move this thread to dev and hacking
Nope no PM or email on that subject *sigh*

[SOLVED] Numbering pictures from a number

Hi all
I want to start numbering pictures from a high number (100001) to have all them alphabetically ordered (now 51 goes first than 432 for instance) but I can't
Any idea?
Thank you!
Hi
I am not sure I understand what you mean, but it sounds like you could use a "serial do-pictures-whatever" like XnView (more functions with the PC than with the PPC version, of course, but both allow apply transformations to various selected pictures at the same time)
Meerau said:
Hi
I am not sure I understand what you mean, but it sounds like you could use a "serial do-pictures-whatever" like XnView (more functions with the PC than with the PPC version, of course, but both allow apply transformations to various selected pictures at the same time)
Click to expand...
Click to collapse
Thank you for your reply. I mean: If you hard reset, and you take some pictures, they are numbered as:
PH_1, PH_2, PH_3...and so on.
Instead I'd like to number them as
PH_10000001, PH_10000002, PH_10000003......
Is it possible??
Well I did not check with so many zeros, only 10001, and it worked.
With XnView, even the PPC version, you can select your pictures (using keyboard Alt like on pc, after adjusting windows to see both keyboard and pictures), then, Util > renommer par lots > there you can chose name, extension, first number, and increment.
The PC version is more complex... and offers more serial changes (like effects), not only size, contrast, rotation...
Maybe you can google for an XnView pocket in your own language, or at least english.
Meerau said:
Well I did not check with so many zeros, only 10001, and it worked.
With XnView, even the PPC version, you can select your pictures (using keyboard Alt like on pc, after adjusting windows to see both keyboard and pictures), then, Util > renommer par lots > there you can chose name, extension, first number, and increment.
The PC version is more complex... and offers more serial changes (like effects), not only size, contrast, rotation...
Maybe you can google for an XnView pocket in your own language, or at least english.
Click to expand...
Click to collapse
Yes, bro, I have XnViev. But what do you say is to rename pictures AFTER take them.
I'm asking to number pictures WHEN you take the photo.(not re-number)
.......................
Then, it would be in registry? near where you go to change camera sound? (I think there was something about this in the forum) Could be found exploring camera registry looking for "PH"? Or is there nothing to be found there?
I would not dare advising anything come to that...
Meerau said:
Then, it would be in registry? near where you go to change camera sound? (I think there was something about this in the forum) Could be found exploring camera registry looking for "PH"? Or is there nothing to be found there?
I would not dare advising anything come to that...
Click to expand...
Click to collapse
Yes you're right, Perhaps this is the way. I have not found the stirng "PH_"
Many thanks!
Assuming the PH in:
HKEY_LOCAL_MACHINE\System\Pictures\Camera\GeneralSettings\PhotoCounter\ : Prefix PH
is the one, maybe the zero there near stands for default first number?
Meerau said:
Assuming the PH in:
HKEY_LOCAL_MACHINE\System\Pictures\Camera\GeneralSettings\PhotoCounter\ : Prefix PH
is the one, maybe the zero there near stands for default first number?
Click to expand...
Click to collapse
You are the MAN! Thank you my friend, you have found the solution:
Changing the register Key Counter exactly where you said, from the present number to the desired one, it does exactly what I was looking for!!
HKEY_LOCAL_MACHINE\System\Pictures\Camera\GeneralSettings\PhotoCounter\ Counter
I've changed the Counter to 100001
After that, I've taken some pictures:
PH_100001, PH_100002, PH_100003, PH_100004....and so on
Many Thanks!! I mark this Thread as SOLVED
(By the way, as you said, you can replace the original "PH_" for "Image ", "Picture_", etc.)
Or you can do what I do and use a program called "IMAGToDate" which scans your photo dir and renames the files according to the date stamp! Works very well for me.
http://forum.xda-developers.com/showthread.php?t=555607
n0cturn said:
Or you can do what I do and use a program called "IMAGToDate" which scans your photo dir and renames the files according to the date stamp! Works very well for me.
http://forum.xda-developers.com/showthread.php?t=555607
Click to expand...
Click to collapse
Thank you for the information. Very interesting. But it would be perfect if this was a software working "in the shadow", I mean, when you are taking the photo, not in batch after that.
Anyway, as they say:
You’ll probably hate the way Camera application saves the image file, which was “IMAG####.jpg”. This kind of naming will cause a problem when backing up the image files in your PC/MAC specially when the file already exists in your backup drive but different picture, the only thing you could do is to rename the file in your mobile device. For example, you have “IMAG0050.jpg” in your mobile phone and you want to move that in your PC/MAC but a file “IMAG0050.jpg” already exists but has different picture? Probably the first thing you’ll do is to rename “IMAG0050.jpg” in your mobile device into something different.
This used to be my problem, but numbering as 1000001, is enought for me (I think that never will achieve a million pictures with my TG01)

Windows Mobile Monitoring software

Hi I have an HTC Snap running windows 6.1 what I am looking for, is some tracking/spy type software to monitor sent and received SMS and MMS.
I have found plenty on the net, but they are all expensive "do it online" spying type services that do a lot more than i need. What I am looking for, is a program that comes as an installable CAB or similair, that i can install on the phone and it will be "hidden" on the phone itself.
Then it should store somewhere else in memory all sms and mms activity (regardless of whether user has deleted and or emptied deleted folder)
I guess what i would expect is to have an application on my PC so that i can basically connect the HTC to the computer via a USB cable and "download" the tracked data onto the pc and view it there.
I am not sure if such software exists, it may even be achievable through a 3rd party "activsync" type program but I have never seen software that will store sms and allow you to view it without restoring it back onto another phone first. (and also keep deleted information)
Can anyone point me in the right direction?
maybe someone could create a mortscript to run "pimbackup.exe" at a certain time (or when sms is sent/recieved/deleted)
also which will save the backup file into a specific folder inside windows.
(pimbackup will save all sms etc.. inbox and outbox)
it might be possable to hide the pimbackup process too, eg dont show pimbackup window and just create the backup file.
Rn
Who do you want to spy on? It's seems your goals are not really worthy any kind of support.
altae said:
Who do you want to spy on? It's seems your goals are not really worthy any kind of support.
Click to expand...
Click to collapse
probably a gf but who really cares..
what ever the reason is, i think it can be done with mortscript.
Rn
first attempt by RoryB
@ flamebo, you will need to download and install mortscript to use these scripts, but i do believe this is worthy of support because it is being supported
RoryB said:
Code:
chk=1
# This will check for tmail for about 10 seconds and then move on or exit the script
While(chk)
If(ProcExists("tmail.exe"))
chk=0
Else
chk+=1
Sleep(1000)
EndIf
If(chk > 10)
Exit
EndIf
EndWhile
# Script will still not run if tmail.exe does not exist
If(ProcExists("tmail.exe"))
Run("ppcpimbackup.exe")
WaitForActive("xxxx", 6) # replace xxxx with the actual window name for ppcpimbackup
Minimize("xxxx")
#use the next type of commands to go through the options
SendKeys("xxxx", "type text you need to enter")
Sendzzzz("xxxx") Also, replace zzzz with the command like TAB, CR, etc.
EndIf
Click to expand...
Click to collapse
Rn

[Q] How to display several folders in Gallery as one single virtual folder?

Suppose that into images folder I have several subfolders, say 25. I would like a way to display in Gallery say 2 folders, with the pictures that I desire into each one, without having to physically moving the pictures (because for example each subfolder corresponds to a month, like nokia does: 201201, 201202, etc.)
Any way or market software to do it?
Hoi,
there are severals Gallerys on the market, which can what you want.
The Standard-Gallery app only can display the pics in the way you told.
Doei
Franz
Well, if there's any, I couldn't find it. The ones I tried are closely similar to the stock gallery viewer.
Any more ideas?

Trigger app launch using name when multiple apps share same name...

I downloaded and started using "terminal-launcher" as my homescreen (available from Google Play Store); it's amazing, simple, and has super-low-memory usage, but...
If you have multiple apps with the same name (I have two called Calendar and two called Messenger) it can only launch one of them (due to being text based and the names sharing text). I asked the developer if he could remedy but he (very politely) said he'd moved on and I should develop it if I wanted to. I have enough knowledge of java to know roughly what is going on in his script (roughly!), but not enough knowledge to make the change required, recompile, or pretty much anything really useful.
His script is on github.com/mattpvaughn/terminal-launcher but I can't post the link as I'm a newbie (but that basically was the link).
My theory is that either:
it appends app names (where multiples exist) with ~1, ~2, etc
it lists app ids next to the names (it lists app names when you type "apps" on your homescreen) and allows launch via app id
it does something more clever than I can come up with (this is the more likely option
To be honest, this is a great launcher that just needs a final polish (TUI console launcher crashes too much as it's script is too involved, this launcher has tried to keep script to a bare minimum); unfortunately there aren't enough comment lines to guide an inept idiot like me through adjusting the script.
Any ideas?

Categories

Resources