Re: HTC Quick Record Widget
heres the command you will need...
adb push "filename" /system/app
if it gives you an error saying failed to send or something like that... it may say "this is a read only filesystem"
if you get that, do adb remount
then try the above command again... I hope this gets it working for you.
|