GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Various > Siemens-Benq > Siemens-Benq Flash Patching


Siemens-Benq Flash Patching All about Flash patching/patches and Flash Modifications we can get it from here

 
 
LinkBack Thread Tools Display Modes
Old 08-08-2004, 14:10   #1 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Log Reader midlet


Hello!

Many people wanted a small tool for managing or at least displaying the log file, created by the great call logging patch from RizaPN. In "Flash Patching" thread I said I will write this midlet. Many ideas were listed, I'll post them here again.

Now I'm proud to present the first 0.1 version of "Log Reader". It's a light version, it can only display the entries of the log file, but you don't have to copy the log file or anything else. Just leave it in misc folder.
The log file has to be named as "cdYYYYMM.log" or "sdYYYYMM.log".
Java midlet loads in a second, needs another second for loading the log file. Should be fast enough.

Ideas:
Somebody asked about a midlet for looking / managing the call record logfile. I can create one (more functional than just reading with MicroReader), but you'll have to wait to mid of August. What for functions do you wish? My ideas:
- sum of all minutes and seconds (calculated with 60/1, 10/10, 1/1, 30/30, 60/30 etc. you can setup every combination)
- sum of time for different calls (mobile or normal numbers)
- you can setup wich dialling code stands for mobile calls (and which net)
- setup which number is your international code (+xx)
- list groupwise calls, i.e. unanswered, incoming and outgoing calls, sorted by time.
Attached Files
File Type: txt LogReader.rar.txt (3.3 KB, 101 views)
 
Old 08-08-2004, 15:51   #2 (permalink)
No Life Poster
 
trustkill's Avatar
 
Join Date: May 2003
Location: GERMANY
Age: 49
Posts: 980
Member: 27745
Status: Offline
Thanks Meter: 0
Great work, thank you !
 
Old 08-08-2004, 16:14   #3 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
Read mm from date, its always 08
 
Old 08-08-2004, 18:23   #4 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Quote:
Read mm from date, its always 08
I know... didn't have time to implement and test java.util.Calendar class. I'll upload corrected version as soon as possible with year and month checker (not that you input 63rd month of year 2341 *g*).
btw: Year is also always 2004.
 
Old 08-08-2004, 22:17   #5 (permalink)
Freak Poster
 
abomin's Avatar
 
Join Date: Jan 2004
Location: Russia inc.
Age: 51
Posts: 121
Member: 48199
Status: Offline
Thanks Meter: 0
Hi! Nice midlet, thank U!

"I have a dream": midlet "Call List", that run by pressing the green button. It shows the list of call records with an elements: icon incoming/outgoing/unanswered, icon home/work/mobile, number or name from addressbook, date, time. LSK - options, RSK - write SMS, green button - dial this number, right arrow - detailed info. In options - open or store record in adr.book, change/delete record etc.
If .jar file is not compressed, midlet starts very quickly.
 
Old 08-09-2004, 12:49   #6 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
Code:
Calendar cal=Calendar.getInstance();
int Year = cal.YEAR
int Month = cal.MONTH
i don't know function aka IntToStr() in Delphi.

if use DateField("Year&Month", DateField.DATE);?
 
Old 08-09-2004, 13:12   #7 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Thanks for giving advices. I found the same way yesterday by searching the net, it's already included in 0.11 version. Unfortunately I can't upload the version at the moment, just wait until the evening (european evening *g*).

Just for fun: IntToString in Java would be the static method Integer.toString(int i). The other way round (string to integer) is Integer.parseInt(String s).
 
Old 08-10-2004, 14:36   #8 (permalink)
Junior Member
 
Join Date: Jul 2004
Location: Kyiv
Age: 43
Posts: 34
Member: 75596
Status: Offline
Thanks Meter: 0
would you plz give a possibility to choose a font-size? cause now it's a little bit big (for me)?
thanx for great work!!!!!!!!!!!!!!
 
Old 08-10-2004, 16:36   #9 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Here is version 0.11 with automatic date. No other improvements, I have no time to do it. But ideas from abomin are quite good, most of them are easy to realize.

@ka81: No, other fonts are not so easy to do. Then I would have to program my own text view procedure (like in MicroReader) - this way it's much easier und faster to write with predefined Java methods.

Download Log Reader 0.11: http://home.arcor.de/sagem-x-5/logreader0.11.rar
 
Old 08-10-2004, 18:37   #10 (permalink)
Freak Poster
 
hrfonouni's Avatar
 
Join Date: May 2003
Location: Tehran
Age: 52
Posts: 291
Member: 27936
Status: Offline
Thanks Meter: 0
@rc-flitzer
thanks alot for logreader v0.11.
I have a question. is it possible that midlet sums the call charges according the charge rate we set up in charge setting of phone for outgoing calls?

is it possible the program has flexibility to assign different charge setting in different times, for example in my country the charge rate from 8:00 am to 9:00 pm is more than 9:00 pm to 8:00am of next day.
 
Old 08-10-2004, 21:52   #11 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
I wouldn't use the set up charge rate from phone menu, that's a bit unflexible. It's of course possible to setup own charge rates in midlet. I'll add this in further version. You can edit a text file on your PC with your charge rates, copy to MMC, and midlet will use this data for calculating. So everyone can input his/her own data.
 
Old 08-11-2004, 07:44   #12 (permalink)
Freak Poster
 
Join Date: May 2004
Posts: 125
Member: 65231
Status: Offline
Thanks Meter: 0
@rc-fitzer: midlet is quite good, and works like a charm. Thanks! One suggestion though. Could you make it possible (while viewing one item) to view next and previous item, only with up/down arrow. This would be great. Now, we have to exit viewing one item to see list of items and then select another one...
I hope you understand what I mean...
 
Old 08-11-2004, 16:45   #13 (permalink)
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Another good idea, it comes in my to-do-list. But as I said, not before this weekend...
 
Old 08-11-2004, 18:29   #14 (permalink)
Major Poster
 
Join Date: Nov 2003
Location: Poland - Wrocław
Age: 50
Posts: 40
Member: 44512
Status: Offline
Thanks Meter: 0
UP/LEFT - DOWN/RIGHT - to navigate between records is good idea

I think, better view You can set with this layout(need parse log record ',' separator)

|---------------------|
..YYYY-MM-DD HH:MI
........Incoming............ <------- {enum Type}Incoming/Outgoing/U ..... etc
.......+XXXXXXXXXX..... <------- call number
............MM:SS.......... <------- duration
|---------------------|
for SMS log the same





ps
 
Old 08-12-2004, 18:34   #15 (permalink)
Freak Poster
 
Join Date: Jun 2004
Location: Russia, Zelenograd
Age: 35
Posts: 336
Member: 70080
Status: Offline
Thanks Meter: 2
LogReader Modifed =) test version
Attached Files
File Type: txt LogReader.rar.txt (5.8 KB, 61 views)
 
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
7210 mail reader midlet & other questions mikk76 Nokia Multimedia 0 07-18-2003 09:21
DCT4 Log Readers With 3 Free Logs £80! NUGSM Main Sales Section 1 06-27-2002 17:55
DCT4 Log Readers, Logs + Flashers New Low Prices! NUGSM Main Sales Section 1 06-26-2002 13:38
sagem 3026 log reader patric Infineon C16X M51 & ARM7 M52 BASED 1 01-28-2002 15:11
want to by siemens log reader beginer x1x to x45/x50 0 10-07-2000 16:58

 



All times are GMT +1. The time now is 02:29.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.25891 seconds with 11 queries

SEO by vBSEO