Page 38 of 110 FirstFirst ... 182829303132333435363738394041424344454647485888 ... LastLast
Results 371 to 380 of 1092
Discuss [1.1.2 OTB] Tutorial MAC/PC with TurboSIM at the Turbo-, Supersim and Simcloning Solution - Hackint0sh.org; short question to be well prepared when my turbosim arrives.... when putting the turbosim inside ...
  1. #371
    Senior Professional Array phoenixftx's Avatar

    Join Date
    Dec 2007
    Location
    Munich, Germany
    Posts
    230
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    17

    Default

    short question to be well prepared when my turbosim arrives....

    when putting the turbosim inside the phone with the at&t sim am i not asked for a Pin of the Att card ?

    and if yes where do i get the pin?
    iPhone 8GB US week 48 (1.1.2 OTB) now with Quickpwn up to 2.0.2

    Carrier: o2-de (Germany)
    call IN/OUT: YES/YES
    SMS IN/OUT: YES/YES

    History:
    2.0.2 with Quickpwn
    2.0.1 with Winpwn
    1.1.4 with Pwnage
    1.1.3 BL3.9Fbl with iPlus 1.1
    1.1.2 BL4.6 with Bladox Turbo Sim


  2. #372
    Respected Professional Array iMaso's Avatar

    Join Date
    Nov 2007
    Posts
    581
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    36

    Default

    Quote Originally Posted by phoenixftx View Post
    short question to be well prepared when my turbosim arrives....

    when putting the turbosim inside the phone with the at&t sim am i not asked for a Pin of the Att card ?

    and if yes where do i get the pin?
    no you wont be asked

  3. #373
    Respected Professional Array iMaso's Avatar

    Join Date
    Nov 2007
    Posts
    581
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    36

    Default

    Quote Originally Posted by ibbeq View Post
    Hi Guys - my first post (from AUSTRALIA)

    Turbosim in transit - have read every word in this forum - ready to do the job soon. Really great tutorial.

    One question IMaso or Toruonu - re com centre unload/reload:

    did you mean to leave the "-w" bit out of the tutorial for the command lines? (it's in there currently) OR did you choose to ignore reccomendation and put it in!!??

    based on the feedback around hanging I read that omission of "-w" would be more beneficial?

    cheers
    just leave the -w in, make sure you wont reboot your phone during those few commandlines, and you will be alright

  4. #374
    Respected Professional Array iMaso's Avatar

    Join Date
    Nov 2007
    Posts
    581
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    36

    Default

    Quote Originally Posted by prinsborje View Post
    Ok I am at the step where I put in: turbo-info into the terminal.

    nothing happened so i wrote it again, nothing happend.
    After a while the thinking circle came up and the phone frooze. I waited for a coupple of minutes then pressed the home button. Nothing happende for a while and then my iphone restarted itself. No it keeps on restarting, and never getting past the initiall loading screen, whith the apple symbol.

    WHAT TO DO?? I was so close ;(

    Please help!
    Prins Börje
    did you replace the commcenter with the disabled one or just unload it with the commandline?

  5. #375
    Newbie Array

    Join Date
    Dec 2007
    Posts
    5
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Hi, I followed the guide (Mac), I use TurboSim, I live in Sweden. At first, evertying seamed to work great!

    But now, when I have used the phone for a week, the phone sometimes fails incoming calls! E.g. every morning when I arrive at the office, I need to bring my phone out of sleep once, otherwise it will not accept incoming calls.

    Any suggestions, please?

    Cheers,

    Per


  6. #376
    Newbie Array

    Join Date
    Dec 2007
    Posts
    5
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Quote Originally Posted by iMaso View Post
    just leave the -w in, make sure you wont reboot your phone during those few commandlines, and you will be alright
    Thanks and will do. Out of pure curiosity what is the "-w" command, ie what does it do?

  7. #377
    Senior Professional Array

    Join Date
    Dec 2007
    Posts
    155
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    14

    Default

    Thanks and will do. Out of pure curiosity what is the "-w" command, ie what does it do?
    One question IMaso or Toruonu - re com centre unload/reload:

    did you mean to leave the "-w" bit out of the tutorial for the command lines? (it's in there currently) OR did you choose to ignore reccomendation and put it in!!??
    From the launchctl manual page:

    Code:
     unload [-w] [-S sessiontype] [-D domain] paths ...
                  Unload the specified configuration files or directories of configuration files.  This will also stop the job if it is running.
    
                  -w       Add the disabled key and write the configuration files back out to disk.
    So what the -w does is make the change permanent until reversed. So if you unload the commcenter with the -w option, then it will never reload until you have done the load with -w option or manually hacked the files back to make it load.

    So if you should now reboot, then the commcenter will remain unloaded and you will end up not getting the iPhone fully up. If you have ssh running you can recover from it, otherwise you'll have to restore and start from scratch.

    Now the only reason you unload the CommCenter is that it's using the baseband modem exclusively so you can't communicate with the TurboSIM while the /dev/tty.baseband is being used. So if you unload CommCenter, the baseband access becomes available and you can communicate with the modem (and hence also the TurboSIM). That's why you TEMPORARILY unload the CommCenter and afterwards reload it. So I do suggest removing the -w option from the tutorial as it's safer for the noobs out there, if they do accidentally reboot their phone in the process, then they can just go back to logging in and unloading the commcenter again and continuing where ever they left off...
    iPhone 3G 16GB white. Official on contract. Used to have a w48 iPhone (OTB 1.1.2) all the way to 2.0.1 when I went legit.

    Current FW: 2.0.2
    Carrier: EMT (Estonia)
    All functions working

  8. #378
    Newbie Array

    Join Date
    Dec 2007
    Posts
    5
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Quote Originally Posted by toruonu View Post
    From the launchctl manual page:

    Code:
     unload [-w] [-S sessiontype] [-D domain] paths ...
                  Unload the specified configuration files or directories of configuration files.  This will also stop the job if it is running.
    
                  -w       Add the disabled key and write the configuration files back out to disk.
    So what the -w does is make the change permanent until reversed. So if you unload the commcenter with the -w option, then it will never reload until you have done the load with -w option or manually hacked the files back to make it load.

    So if you should now reboot, then the commcenter will remain unloaded and you will end up not getting the iPhone fully up. If you have ssh running you can recover from it, otherwise you'll have to restore and start from scratch.

    Now the only reason you unload the CommCenter is that it's using the baseband modem exclusively so you can't communicate with the TurboSIM while the /dev/tty.baseband is being used. So if you unload CommCenter, the baseband access becomes available and you can communicate with the modem (and hence also the TurboSIM). That's why you TEMPORARILY unload the CommCenter and afterwards reload it. So I do suggest removing the -w option from the tutorial as it's safer for the noobs out there, if they do accidentally reboot their phone in the process, then they can just go back to logging in and unloading the commcenter again and continuing where ever they left off...
    thanks for this makes perfect sense (to omit -w)
    Inclusion seems redundant and not required.

  9. #379
    Newbie Array

    Join Date
    Dec 2007
    Posts
    5
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Quote Originally Posted by ibbeq View Post
    thanks for this makes perfect sense (to omit -w)
    Inclusion seems redundant and not required.
    actually thinking about it wouldnt step 18 also become redundant? I.e if we are not permanently stopping com, rebooting would bring it back up and hence no need got the reload command?

    Let me know if I am crazy here - if in fact we do need to reload using command would I need to "-w" even though I didn't use it for unload? (thinking to make sure re load was permanent)

    Thks

  10. #380
    Senior Professional Array phoenixftx's Avatar

    Join Date
    Dec 2007
    Location
    Munich, Germany
    Posts
    230
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    17

    Default

    hey imaso i think it would help avoiding a lot of questions if you add iworld to your tutorials...
    iPhone 8GB US week 48 (1.1.2 OTB) now with Quickpwn up to 2.0.2

    Carrier: o2-de (Germany)
    call IN/OUT: YES/YES
    SMS IN/OUT: YES/YES

    History:
    2.0.2 with Quickpwn
    2.0.1 with Winpwn
    1.1.4 with Pwnage
    1.1.3 BL3.9Fbl with iPlus 1.1
    1.1.2 BL4.6 with Bladox Turbo Sim


 

 

Similar Threads

  1. Best tutorial 1.1.2 Turbosim unlocking
    By lionmanpt in forum Turbo-, Supersim and Simcloning Solution
    Replies: 1
    Last Post: 02-12-2008, 12:39 AM
  2. IMPORTANT - TUTORIAL FOR 1.1.1 USER with TURBOSIM
    By user82 in forum Turbo-, Supersim and Simcloning Solution
    Replies: 1
    Last Post: 10-03-2007, 06:55 PM
  3. Turbosim with a Mac tutorial ?
    By Louis in forum Turbo-, Supersim and Simcloning Solution
    Replies: 2
    Last Post: 08-18-2007, 09:37 PM
  4. TurboSIM tutorial and irc
    By spoonet in forum Turbo-, Supersim and Simcloning Solution
    Replies: 0
    Last Post: 08-12-2007, 10:12 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBulletin®
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO
(c) 2006-2012 Hackint0sh.org
All times are GMT +2. The time now is 01:42 AM.
twitter, follow us!