I have had ATT wireless for about 6 years now as a single line. I would like to take my existing number and switch from my own plan to a family plan, in order to get my fiance on my plan.
Is this possible? I tried to do it online but I am not sure if I did it right and I didn’t want to screw it up.
I have a Cingular 2125 that my company issued me. I have a personal calling plan (with Cingular using an ATT SIM card).
I want to use the ATT SIM card out of my old phone in the 2125. The phone is locked. When I went to the Cingular store they wanted to “migrate” me from my ATT plan to Cingular..which I don’t want to do.
How can I unlock the phone (or other suggestions)?
I just got a new iPod Touch yesterday and its telling me i need to put in IP addresses and everything that goes along with a wireless to set it up? i have a Linksys router but i have no idea if i HAVE to hook up the VPN or not, i don’t really comprehend what they are telling me on the manual, i need like a step by step to tell me what to do, is there anybody i could call to help me out with that?
utube cant even be bothered to tell us what the size limit is for the video upload chriswt this is rubbish thanks for the 4000 spitfires quite allright – PAGE ALLOCATION TABLE -The table at 5100H-5120H is very important; it holds a byte for everypossible l6K RAM page in the Coupe, plus an FFH terminator byte. Thefirst byte corresponds to the first 16K RAM page, the second to thesecond page, etc. Non-existent pages are also marked by FFH. Unusedpages are marked as 00H. Pages used by the first Basic program in themachine are marked 40H; screen pages are marked C0H, and pages used byDOS (usually just one) are marked 60H.On a 256K Coupe, the table (ALLOCT) will look like this after DOS hasloaded: 40 40 40 40 00 00 00 00 00 00 00 00 00 60 C0 C0 FF FF FF etc. A “Utilities” page is marked 20H. It is divided into 16 1K sectionswhich can be used by assorted short utility programs. The final 16 bytesin a utilities page (SLOTT) show which ‘slots” are reserved – a 0 showsthe corresponding slot is free, and FFH that it is reserved. (The lastslot is 16 bytes short of 1K). The proper method of allocating space fora short program is to look backwards through ALLOCT for 20H. If you findit switch in the indicated page and look backwards through SLOTT for aspare slot. Mark it and use that slot. (Or slots – you could reserveseveral slots). If you do not find a 20H entry in ALLOCT, look for 00H;report an error if none is found, else mark it 20H, clear the last 16bytes of that page with zeros …