Bronze Member Username: SaadiaaPost Number: 37 Registered: Nov-07 | is the new bin out for fortec converted to panset 2700???????? |
Silver Member Username: PsychmonsterChi town, Il USA Post Number: 211 Registered: Jul-06 | read. !!!!!...save redundant posts !! |
Gold Member Username: NydasPost Number: 5966 Registered: Jun-06 | https://www.ecoustics.com/electronics/forum/home-video/415652.html |
Bronze Member Username: JkmagoPost Number: 58 Registered: Nov-07 | Any idea about the time frame when the new Bin will be out for dishnetwork? Thanks |
Silver Member Username: PsychmonsterChi town, Il USA Post Number: 222 Registered: Jul-06 | jogi...your killing Nalin ...how can anyone possibly know..if this were a simple morph, as soon as BL or VS releases a genuine fix for dn then add 5-10 hours, but this is different, these are probably not simple morphs anymore...u might have to wait awhile this time |
Silver Member Username: PsychmonsterChi town, Il USA Post Number: 224 Registered: Jul-06 | I assume u were talking about conversion bin for dn since all your other q's are about them |
Bronze Member Username: JkmagoPost Number: 63 Registered: Nov-07 | Thanks psychmonster for providing update. I do agree these are not simple morphs and coder need time to test and release new bin/fixes. Thanks |
New member Username: Jay228Windsor, Ontario Canada Post Number: 2 Registered: Oct-07 | ECM Update Dec 15th BEV - Down now - DN - DOWN Looks like we are back to JUST Local cHannels On dn for now } |
New member Username: Jay228Windsor, Ontario Canada Post Number: 3 Registered: Oct-07 | BEV - Down now - DN - DOWN Looks like we are back to JUST Local cHannels On dn for now |
Bronze Member Username: MrsoftyPost Number: 40 Registered: Nov-07 | after the stock holder report of increased subs thing will calm down Cheap FTA Receivers at auction |
Silver Member Username: Oleg1474Florida Usa Post Number: 649 Registered: Aug-06 | well something this good shouldn't die pouring over this all evening. as with the ird to fta work lately to me its the last area of the hobby I need to play with I am finding the hobby really boring, its never about tv its about doing something new and learning. and would love to work on the Viewsat & Pansat. for just shits and giggles. when satfta left/was made to leave the hobby it left a rather large hole, then cc closed. so much is done closed source now. I don't think the advent of the fta has detremented the hobby I just think it hasn't been used to its full potentional. a box we can mess with and the legal providers can NOT write legally. so its only our code to deal with no updates. just wish more was done open source and publically exploiting the hardware having fun. even the crappiest fta has a cpu and ram that far outruns a echostar Euro/ECM666 I don't own an fta so plan to mess with the echostar Euro/Ecm66 just as a winter play project it probably won't amount to much but atleast have fun trying. now for an utter NEWBIE question in page 2 of this thread to quote O-PHD-2 Quote: 0x7FFFFFFE, the top of memory (because it is signed addressing) , the last few bytes of the Flash (or TSOP for those who didn't know). At that location there will be a jmp to some address close by (as it only allows for 2 bytes). This is common to see amongst all versions. loc_7FFFFFE7: 7FFFFFE7 272F2F2F20202040 ldc #7FFF0000 7FFFFFEF F6 gcall . . . 7FFFFFFE 6107 j loc_7FFFFFE7 Or something along that lines (as the board will really mess up my formatting). now shockingly in the E666 bev Euro/Ecm666 tsop I have Code: 7FFFFFFE 6107this using 7FF80000 as a base offset in hex workshop now using these to documents View/C4 Core Instruction Set Reference Manual pdf View datasheet pdf I don't see where the j routine is broken down from the 61 or 07 I am and I know this is a bad thing but ASSUMING the 61 is the jump and the 07 is its relative addressing page 95 of the first pdf Quote: j n jump Code: Function 0 Description: Unconditional relative jump. The destination of the jump is expressed as a byte offset from the first byte after the current instruction. j 0 causes a breakpoint. Definition: if (n = 0) Take a breakpoint trap else Iptr4 u next instruction + n Areg4 u undefined Breg4 u undefined Creg4 u undefined Error signals: j 0 can cause a breakpoint trap to be signalled. Comments: Primary instruction. Instruction is a descheduling point. Instruction is a timeslicing point. so I understand its a primary instruction now by the View pdf Code: Function code Memory Mnemonic Processor Name Notes code cycles 0 0X j 5 jump D,Tnow Quote: Notes D Instruction can deschedule T Instruction can timeslice I am just trying to understand the nomenclature am familar with asm and its one of my favourite languages and have worked on the mostek the intel and motorola processors and I figure no point going past the first instruction until I understand it. so I probably need to be hit with a clue x 4. but any takers or pointers? and yes my 7FFFFFE7 exactly matches what Dave2 posted but I figure as I stated above might as well start off on the right foot. I love the winter gives time late nights for reading the old threads. Thank you!! Oleg PHD@usa oleg Silver Member Username: Oleg1474 Florida usa Post Number: 630 Registered: Aug-06 Posted on Sunday, December 16, 2007 - 12:32 am: -------------------------------------------------------------------------------- well still up reading so might as well correct myself on my wrong assumptions not sure what this dump was from but the relevant code matched and was dissassembled Code: e509| from loader.txt found in the sti5518 development on curious contraptions 20 | 7FFFFFE4 20 PFIX 00000000 20 | 7FFFFFE5 20 PFIX 00000000 20 | 7FFFFFE6 20 PFIX 00000000 27 | 7FFFFFE7 27 PFIX 00000007 2F | 7FFFFFE8 2F PFIX 0000007F 2F | 7FFFFFE9 2F PFIX 000007FF 2F | 7FFFFFEA 2F PFIX 00007FFF 20 | 7FFFFFEB 29 PFIX 0007FFF9 20 | 7FFFFFEC 22 PFIX 007FFF92 20 | 7FFFFFED 22 PFIX 07FFF922 40 | 7FFFFFEE 44 LDC 7FFF9224 F6 | 7FFFFFEF F6 GCALL_0006 F4 | 7FFFFFF0 80 ADC 00000000 F1 | 7FFFFFF1 E0 STNL 00000000 FF | 7FFFFFF2 FF OUTWORD_000F 7F | 7FFFFFF3 7F LDL 0000000F A0 | 7FFFFFF4 A4 CJ 00000004 (7FFFFFF9) F1 | 7FFFFFF5 DD STL 0000000D FF | 7FFFFFF6 FF OUTWORD_000F 7F | 7FFFFFF7 7F LDL 0000000F 01 | 7FFFFFF8 00 J 00000000 (7FFFFFF9) 00 | 7FFFFFF9 02 J 00000002 (7FFFFFFC) 00 | 7FFFFFFA 00 J 00000000 (7FFFFFFB) 00 | 7FFFFFFB 80 ADC 00000000 20 | 7FFFFFFC 20 PFIX 00000000 20 | 7FFFFFFD 20 PFIX 00000000 61 | 7FFFFFFE 61 NFIX FFFFFFFE 07 | 7FFFFFFF 07 J FFFFFFE7 (7FFFFFE7)any hints truely appreciated so is it working in nibbles or bytes. just talking to myself laugh. will keep reading in the morning, anyway thought I'd post to keep the thread alive. the 0 at 7FFFFFFF 07 I understand the 7 puzzles me but more when I wake. -------------------------------------------------------------------------------- Thanks... |
Bronze Member Username: Jack_meoffPost Number: 83 Registered: Nov-07 | |
Bronze Member Username: Ed_zackaryPost Number: 72 Registered: Sep-07 | OLEG |
Bronze Member Username: SaadiaaPost Number: 38 Registered: Nov-07 | When the new bin going to be here for fortec converted to pansat 27000........................ |
New member Username: MazharkhanBarrie, Ontario Canada Post Number: 8 Registered: Nov-07 | We are still waiting for the new bin. |
New member Username: MazharkhanBarrie, Ontario Canada Post Number: 9 Registered: Nov-07 | And specially panset is the best system, but these days they have started changing the program every week. We load new program every week and sometimes twice a week. Same problem with other receivers. regards, |
Bronze Member Username: JkmagoPost Number: 68 Registered: Nov-07 | Where are you coders? Can anyone update on Bin for converted 2700? So depressing winter Sunday with blowing snow whole day already spoiled other outings. Expecting another storm next Sunday means another ECM this week if new bin comes out. Enjoy snow storm. |
Silver Member Username: Jurj1Post Number: 223 Registered: Jul-06 | If the coders were here answering these questions, new bin would never be released. |
Gold Member Username: Dude123Post Number: 1636 Registered: Jul-06 | jogi let the original files come out first dude....there are still nothing for original 2700 and you are looking for converted... |
New member Username: YovanibotPost Number: 9 Registered: Nov-06 | why is it that if its free, people want more and more, and if they do not get it, they complain..just sit back and wait for the fix, we are at least getting something to see. Last year was worse..complete black out.. |
Bronze Member Username: Ed_zackaryPost Number: 94 Registered: Sep-07 | u can't please everyone all of the time |
Bronze Member Username: JkmagoPost Number: 69 Registered: Nov-07 | Many thanks for the update! |
Gold Member Username: Donnie1973Post Number: 2233 Registered: May-06 | there are MANY channels on DN. Most are fine... Can even get a few ppv movies. |
Silver Member Username: CreekSmithtown, New York Post Number: 401 Registered: May-06 | Yeah, remember 2 summers ago, during the last soccer world cup? 2 months in black out! No channels whatsoever! |
Bronze Member Username: MrsoftyPlatinum VIP Member Post Number: 66 Registered: Nov-07 | plenty to watch GetDss.com for FTA Auctions |
Silver Member Username: Oleg1474Florida Usa Post Number: 670 Registered: Aug-06 | New (euro/ecm666)yes yes yes B3v fix ViewSat fix now. Next step PanSat; Thank you Oleg PHD. |
Platinum Member Username: WingmanaliveA pic is worth 1000 posts!! Post Number: 11725 Registered: Jun-06 | |
Bronze Member Username: SaadiaaPost Number: 39 Registered: Nov-07 | any luck for the converted fortec's bin |
Gold Member Username: NydasPost Number: 6055 Registered: Jun-06 | There are no new BINs out for Pansats - not even a BEV fix. hence no new BINs for Pansat clones and for pansat conversions. |
Bronze Member Username: L_k_livesGold Member Post Number: 22 Registered: Dec-07 | Thanks Nalin for the updates Seriously,it saves me from searching all over. cool |
Gold Member Username: NydasPost Number: 6061 Registered: Jun-06 | These are all BEV fixes. Not for DN SONICVIEW Sv_1000_0280P Fix for BEV ECM SV_4000 latest Bev ECM Fix VIEWSAT VS Platinum/Lite DBPSW-071217P Bev Fix Dbpsw-071217p Bev Fix Vspro-071217a Bev Fix Vspro-071217a Bev Fix VS Ultra PFTAUSW-071217U Bev Fix Pftausw-071217u Bev Fix VS Xtreme DBPSW-071217X Bev Fix Dbpsw-071217x Bev Fix VS 7000 PVRW_071217a Bev Fix Pvrsw_071217a Bev Fix VS 9000HD PFTAHDSW-071217H Bev Fix Pftahdsw-071217h Bev Fix CAPTIVEWORKS Cw600sv1.55 12/16/2007 B3V Fix Cw600pv1.62 12/16/2007 B3V Fix cw3000-sc-update-12-16-a 12/17/2007 Fix bev and it is on the ftp. Cw700sv1.36 12/16/2007 Bev Fix Cw800sv1.36 12/16/2007 B3V Fix BUZZ Duo/Trio/Mini Patch (Dec 15,2007) Bev15exx.zip Fix for latest Bev ECM's [link removed] For Captiveworks, also [link removed] |
Silver Member Username: BrucesterPost Number: 814 Registered: Jul-06 | nalin nyda good job keep up the good work and have a nice day |
Gold Member Username: NydasPost Number: 6067 Registered: Jun-06 | bruce 1: Note the time for new 0907 keys. Key 01 changed today. BEV NEW PID - 0907 {Last update: Mon. Dec 17, 8.16AM EST} Key 00 (86): 52 46 C0 90 54 78 B1 47 9E 13 9A A8 46 E2 63 AE Key 01 (96): 60 B8 E2 A1 25 9F 09 6F FB 9B 30 FF 61 95 EE 65 Has it affected the reception of TV on BEV? |
Silver Member Username: DoreenakadjOntario Canada Post Number: 934 Registered: Dec-06 | welcome back Creek and Happy holidays to you *HUGS* LK i am asking you one more time. Are you the real LKLIVES aka worthog and all the others? I wont bash you or nothing but still waiting for proof is all. >>> News years Resolution is NOT to bash LK .. but as far as cartier1 goes ... well lets just say get ready for the new year LMAO |
New member Username: Ajaz9434Post Number: 1 Registered: Dec-07 | i am new to this,nalin need your help.why bins for cs takes longer than other. |
Gold Member Username: NydasPost Number: 6069 Registered: Jun-06 | ajaz: Traditionally C00LSAT BINs have come a day after Pansat BINs. currently Pansat situation is uncertain even for BEV and certainly no good for DN. |
New member Username: Ajaz9434Post Number: 2 Registered: Dec-07 | nalin.thanks your advise is always the best. |
Bronze Member Username: DishloverToronto, Ontario Canad Post Number: 78 Registered: Jun-06 | Nalin You are too good. |
New member Username: Ajaz9434Post Number: 3 Registered: Dec-07 | which fta recv is the bset. |
Silver Member Username: BrucesterPost Number: 818 Registered: Jul-06 | the ones that are working on both bev and dish go read and you will see what others have are saying about the new boxes on the market there is a couple of boxes working on both dish and bev one is nfusion hope this helps you |
Bronze Member Username: JkmagoPost Number: 70 Registered: Nov-07 | Is DN working on any receiver? Can someone confirm this. Thanks |
Gold Member Username: NydasPost Number: 6080 Registered: Jun-06 | Yes, on DVBcards using Emunation software, and on nfusion, and tessat |
Bronze Member Username: AlftabinPost Number: 12 Registered: Dec-07 | Nalin, how come nfusion works, but pansat none? What is the difference for coders? |
Gold Member Username: NydasPost Number: 6083 Registered: Jun-06 | You will have to read up about IKS. Too complicated to explain in a short time. |