Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > App Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 05-28-2010, 07:57 PM
CrackBerry Abuser
Device(s): 9530 (Storm)
Carrier: Verizon
Pin: PM me
 
Join Date: Feb 2009
Posts: 280
Likes Received: 0
Thanked 0 Times in 0 Posts
Default need a quick app asap please. cant use my storm without it (literally)

Hi devs, I'm learning Java myself but know nowhere near enough to be able to start programming for the Blackberry yet. So I need some help (even though this isn't a blackberry app specifically)

Anyways, my storm screen died on me. Its a hardware problem because if I connect it to BBSAK or JL_cmdr and use the screenshot feature I see the screen as it should be displaying (its currently black with nothing displaying, the backlight turns on though! yay..)

What I'm asking for is an app to stream a view of the screen to my computer so I can use my phone somewhat and retrieve things, see contacts, and be able to send a message or two. Constantly clicking on screenshot in bbsak, then closing the window, then opening a new screenshot again to refresh the view is very tedious and impossible to use in order to help me type on the phone.

Can anyone code an app that feeds screenshots continuously from the phone?


please and thank you
im desperate over here..
__________________
UNLOCKED 9530 on Verizon
591 Hybrid
Reply With Quote Tip this Post
  #2  
Old 05-29-2010, 05:49 AM
QuiteSimple
Device(s): 9000 (Bold)
Carrier: Verizon
 
Join Date: Sep 2009
Posts: 169
Likes Received: 0
Thanked 1 Time in 1 Post
Default

BBSAK and J_commander use the standard JavaLoader (check for example the BBSAK install dir)

So command like
c:\Program Files\BBSAK> javaloader -u screenshot test.bmp

will give you a device screenshot

You can make a .bat file with infinite cycle, which makes screenshot and pops up the screenshot

Something like this

:loop
javaloader -u screenshot test.bmp
test.bmp
go loop

I'm too lazy to test it by myself, but it should work
__________________
www.quite-simple.com
Software that works.
Reply With Quote Tip this Post
    Thread Author   #3  
Old 05-29-2010, 09:27 AM
CrackBerry Abuser
Device(s): 9530 (Storm)
Carrier: Verizon
Pin: PM me
 
Join Date: Feb 2009
Posts: 280
Likes Received: 0
Thanked 0 Times in 0 Posts
Default

thank you!

that never even crossed my mind hah

thanks so much
im gunna go test it out
__________________
UNLOCKED 9530 on Verizon
591 Hybrid
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > App Developers   need a quick app asap please. cant use my storm without it (literally)

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes