The Motorola Development Community


Go Back   MotorolaFans.com Forums > Motorola EZX Phones > E6 General Chat > E6 Applications
Notices

E6 Applications Complied E6 applications

Reply

Moto Fans SENR

Join Date: Oct 2005
Posts: 548
Thanks: 0
Thanked 16 Times in 6 Posts
Location: Mumbai, India

Send a message via MSN to sandman Send a message via Yahoo to sandman
Quote  
#1
08-08-2007
Default APP: UPDATE: Modified ScreenCap application 2.0 (ROKRE6 + A1200)

Hey, here's my modified version of the Screen Capture application

The original version takes 3 screen shots at one time...but I wanted just one at a time, so I modded it a bit...and with the help of showQ binary, put in popup alerts...

INSTALL INSTRUCTIONS:
-> Get the MPKG installer from here if you don't already have it
-> Copy the two .pkg files to you phone memory card.
-> Run the two .pkg files with the MPKG installer to install them. (P.S. you need both to run this application)
-> Run the application from the phone application menu

APP INFO
This application uses the mcap binary to capture the screen as an image. It stores the images in the path defined by the variable MYIMAGES_PATH with the name scrraw_ddmmyyhhmmss.jpg after a pause defined by the sleep command.

Code:
dd = day
mm = month
yy = year
hh = hour
mm = minutes
ss = seconds
By default, the screen captures are taken after a pause of 5 seconds and stored in /mmc/mmca1/MyImages/

MODDING INFO

--> The path of the showQ binary can be changed by modifying the value of the variable EZX_DIALOG_BINARY
Code:
[EZX_DIALOG_BINARY='/mmc/mmca1/showQ/showQ' --> showQ in a folder called showQ in the memory card]
--> The screen captures can be stored in a different location by modifying the value of MYIMAGES_PATH
Code:
[e.g. MYIMAGES_PATH='/mmc/mmca1/ScreenCaps' --> saves screencaps in folder ScreenCaps in memory card]
--> Changing the duration of sleep will change the duration of pause before which the screen is captured
Code:
[e.g. sleep 10 --> for 10 second duration]
CHANGE LOG:

Version 1.1 to Version 2.0
1) Includes date binary so it will work on stock (non-modified) firmwares
2) Creates the MYIMAGES_PATH folder if it does not exist
3) Errors are logged in a file /mmc/mmca1/cap_err_log.txt if they cannot be displayed by the showQ dialog

THE ORIGINAL APPLICATION

HERE
Attached Files
File Type: zip screencap_20_with_showq_a1200_rokre6_sandman_681.zip (36.0 KB, 728 views)
__________________
** SANDMAN **
--------------------
Craig A.C. Gomez
Software Engineer (Developer)
SkillNet Solutions Inc.
http://www.skillnetinc.com/
Current Client
JCrew
Previous Client
PrO-Unlimited
Reply With Quote


User Information
Current Phone: Motorola ROKR E6
Location: Mumbai, India

sandman is offlineReport Post
The Following 2 Users Say Thank You to sandman For This Useful Post:
ravivemula (06-19-2008), vivek_033 (10-31-2008)
Moto Fans SENR

[ds]dragonslayerz's Avatar

Join Date: Oct 2005
Posts: 872
Thanks: 0
Thanked 6 Times in 4 Posts
Quote  
#2
08-08-2007
Default

thanks sandman! did u get urself an E6 or A1200 too?
__________________
Reply With Quote


User Information
Current Phone: ROCKR E6
[ds]dragonslayerz is offlineReport Post
The Following User Says Thank You to [ds]dragonslayerz For This Useful Post:
ravivemula (06-19-2008)
Moto Fans SENR

Join Date: Oct 2005
Posts: 548
Thanks: 0
Thanked 16 Times in 6 Posts
Location: Mumbai, India

Send a message via MSN to sandman Send a message via Yahoo to sandman
Quote  
#3
08-08-2007
Default

got myself an E6...love the phone...but a bit disappointed that the loudspeaker audio's not as good as the E680/i....still and all...new phone..new experiments...workin on a modded 09P fw for the E6...

what abt u???which phone??
__________________
** SANDMAN **
--------------------
Craig A.C. Gomez
Software Engineer (Developer)
SkillNet Solutions Inc.
http://www.skillnetinc.com/
Current Client
JCrew
Previous Client
PrO-Unlimited
Reply With Quote


User Information
Current Phone: Motorola ROKR E6
Location: Mumbai, India

sandman is offlineReport Post
Moto Fans SENR

[ds]dragonslayerz's Avatar

Join Date: Oct 2005
Posts: 872
Thanks: 0
Thanked 6 Times in 4 Posts
Quote  
#4
08-08-2007
Default

Quote:
Originally Posted by sandman
got myself an E6...love the phone...but a bit disappointed that the loudspeaker audio's not as good as the E680/i....still and all...new phone..new experiments...workin on a modded 09P fw for the E6...

what abt u???which phone??
I got the E6 too, not into the A1200 'cause it's a flip phone. =]

yeah it's not a stereo system like the e680i, but hey it works great.
__________________
Reply With Quote


User Information
Current Phone: ROCKR E6
[ds]dragonslayerz is offlineReport Post
MotoFans XPRT

cesarcardoso's Avatar

Join Date: Mar 2006
Posts: 371
Thanks: 7
Thanked 1 Time in 1 Post
Location: Brazil

Quote  
#5
08-10-2007
Default

OK, time for some bugreports...

1) If the directory in $MYIMAGES_PATH isn't defined, the application simply fails, without letting the user know that he needs to create the directory
2) In stock firmwares, the 'date' binary doesn't exist, so the filename is always scrraw_.jpg; busybox should be added to the requirements, so the 'date' alias can be used, guaranteeing that everybody can use the screen cap.

Other than that, thanks a lot and keep the good work, sandman!
__________________
ROKR Z6 (2BR firmware) + microSD 2GB
Pinguins Móveis - a blog about consumer-electronics Linux in Portuguese
Reply With Quote


User Information
Current Phone: ROKR Z6
Firmware: 33.2BR
Location: Brazil

cesarcardoso is offlineReport Post
Moto Fans SENR

Join Date: Oct 2005
Posts: 548
Thanks: 0
Thanked 16 Times in 6 Posts
Location: Mumbai, India

Send a message via MSN to sandman Send a message via Yahoo to sandman
Quote  
#6
08-12-2007
Default

@cesarcardoso

hehe...couple o' thing i overlooked...thx for the head's up...did this mod to the app just 1 day after i purchased the phone...kinda in a hurry...well...new update comin soon... to take care of these issue......
__________________
** SANDMAN **
--------------------
Craig A.C. Gomez
Software Engineer (Developer)
SkillNet Solutions Inc.
http://www.skillnetinc.com/
Current Client
JCrew
Previous Client
PrO-Unlimited
Reply With Quote


User Information
Current Phone: Motorola ROKR E6
Location: Mumbai, India

sandman is offlineReport Post
Moto Fans SENR

Join Date: Oct 2005
Posts: 548
Thanks: 0
Thanked 16 Times in 6 Posts
Location: Mumbai, India

Send a message via MSN to sandman Send a message via Yahoo to sandman
Quote  
#7
08-13-2007
Default

Updated the application : version 2.0 : see 1st post in thread..
__________________
** SANDMAN **
--------------------
Craig A.C. Gomez
Software Engineer (Developer)
SkillNet Solutions Inc.
http://www.skillnetinc.com/
Current Client
JCrew
Previous Client
PrO-Unlimited
Reply With Quote


User Information
Current Phone: Motorola ROKR E6
Location: Mumbai, India

sandman is offlineReport Post
MotoFans NWBE

Join Date: Jan 2008
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Quote  
#8
01-17-2008
Default

Thanks, just tried it and posted the cap in the iPhoneSMS thread, one thing the photo viewer I use (Irfanview) say's that the capture is a BMP with invalid file extension, the forum software agrees, when I tried to attach as a .jpg got kicked back with that error message. Nice program though!
Reply With Quote


User Information
SamonOki is offlineReport Post
MotoFans NWBE

Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Quote  
#9
06-19-2008
Default

hey.. i have got e6... its quite good but i could"nt delete files from realplayer.
if i copy songs from pc to mobile one of the copy s been saved in realplayer (all media,all audio....etc. help me out of this.....
Reply With Quote


User Information
Current Phone: motorocker e6
p.karthikeyan is offlineReport Post
Reply

Thread Tools
Display Modes

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
Forum Jump


All times are GMT. The time now is 11:57 PM. Search Engine Friendly URLs by vBSEO 3.2.0 Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. VBulletin Skin by ForumMonkeys.