Rossco_Pee
Android Enthusiast
Any help here? Can I do it through the command prompt? Thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
when i hook up my phone to my comp, and open SDK...it doesnt do anything??? what do I need to do?
Any help here? Can I do it through the command prompt? Thanks.
adb shell /system/bin/fbtool -d /sdcard/screen.bmp
adb pull /sdcard/screen.bmp screen.bmp
# fbtool --help
unknown option -- -Usage:
-b load a BMP file and draw to current
-c fill with color
-d dump screen content to bmp
-h this help
-n which buffer: a=all, 0=auto, 1=1st, 2=2nd:
-p put: a=all, 0=auto, 1=1st, 2=2nd
-q query:
Code:adb shell /system/bin/fbtool -d /sdcard/screen.bmp adb pull /sdcard/screen.bmp screen.bmp
Hope that helps. You'll need to convert if you want something other than BMP.Code:# fbtool --help unknown option -- -Usage: -b load a BMP file and draw to current -c fill with color -d dump screen content to bmp -h this help -n which buffer: a=all, 0=auto, 1=1st, 2=2nd: -p put: a=all, 0=auto, 1=1st, 2=2nd -q query:
eu1
![]()
Aloysius??
Any help here? Can I do it through the command prompt? Thanks.
If you are rooted you can download Shootme.
I can't help with the command prompt.
B
erisuser1, and where can I take that "fbtool"?!
erisuser1, and where can I take that "fbtool"?!
evgeny9,
I see it mentioned on XDA in the context of a few HTC phones- evo, tattoo, hero, etc.
So, if you are asking about an ARM binary, you can probably dig it out of a system.img file from a ROM from one of those phones (e.g. an Eris PB00IMG.zip file). Generally, you need to use the unyaffs utility to unpack yaffs2 image files.
That might be only the beginning of your troubles, though - I expect it is dynamically linked, and possibly non portable too.
Good luck!