if not, could anyone set print level (menu 5) to max (i think 0xFFF00000) and post the console output from the recording started by console and the recording started by remote?
there should be some more logs displayed and based on this we could better understand the program flow and possibly find the difference..
EDIT: btw, i noticed following lines in pvr.c:
"STMFD SP!, {R0-R11}\n" //Put all General Purpose registers to Stack
"SUB SP, SP, #44\n" );//Reserving 44 byte for 11 registers.
is it correct? shoudln't be 48 bytes for 12 registers?
I have also checked current output - the second (Error open pvr Rec device(85221ff6) error is result of previously opened some recording structure - it is rather clear in IDA - so it doesn't seem to be interesting.. regarding the first error, it is result of checking certain variable (what a surprise..
