Discuss [1.1.2 OTB] [Solution?] ienew can't write at the iPhone "2G" (Rev. 1) - Hackint0sh.org; During H/W unlock, my ienew never completed, although my commcenter was unloaded. It stopped at ...
-
[1.1.2 OTB] [Solution?] ienew can't write
During H/W unlock, my ienew never completed, although my commcenter was unloaded. It stopped at can't write. So my iunew never runs successfully.
While searching a lot, I came across nortool.c source code. Here it is
int main()
{
resetbaseband();
openbaseband();
data=(unsigned char *)malloc(70000);
data[0]=0x60; data[1]=0x0D;
printf("Waiting for data...\n");
do {
if(write(fp,data,2)==-1) {printf("Can't write\n"); return -1; }
getheader();
}while(hlen==0||data[0]!=0xb);
printf("Got Header: %d\n",hlen);
//printbuffer();
So looks like writing to baseband is failing for some of us.
where fp=open("/dev/tty.baseband",0x20002);
So my guess ( I have iphone at home, so I will verify) is /dev/tty.baseband needs to have write permission??
Second question:
If you have screwed up 1.1.2 OTB hardware unlock and now you have restored 1.0.2 with ibrickr (finished with error 1011), can I flash the baseband with
bbupdater with ICE03.14.08_G.eep and ICE03.14.08_G.fls ???
What are above files, would they work on 1.1.2 OTB?
-
-
-
Similar Threads
-
By hauns4 in forum iPhone "2G" (Rev. 1)
Replies: 1
Last Post: 02-04-2008, 03:24 PM
-
By iphonept in forum iPhone "2G" (Rev. 1)
Replies: 10
Last Post: 01-29-2008, 12:54 PM
-
By momo2029 in forum iPhone "2G" (Rev. 1)
Replies: 9
Last Post: 01-26-2008, 03:31 PM
-
By geohot__ in forum iPhone "2G" (Rev. 1)
Replies: 35
Last Post: 01-23-2008, 11:56 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks