The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats



View Poll Results: Do you wish you had fully working bluetooth and do you think my theory will work?
Yeah, I miss bluetooth. I think this could work! 575 82.97%
Bluetooth was great, but your theory will never work... 38 5.48%
I don't care for bluetooth much, but this might just work... 22 3.17%
Nah, I hate bluetooth. Couldn't care less what you think! 5 0.72%
This is a good theory, I'm willing to try and make it happen. =] 53 7.65%
Voters: 693. You may not vote on this poll


  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods
Reply
 
LinkBack Thread Tools Display Modes
  #136  
Old 06-30-2008, 10:03 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

Quote:
Originally Posted by ohbrian View Post
ugh im from aus n i thoguht bluetooth any worked in the states. guess im not alone haha. will the 3g iphone have the bluetooth working?
Umm, dude. Bluetooth works anywhere. You could be in the middle of the Pacific Ocean and it will still work. Location has nothing to do with it... *cough*NOOB*cough*

No, 3G iPhone will not support bluetooth. As the days go by Apple are becoming more and more asses.
They need to wake up and assess the situation... People buy more devices of they support the features...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #137  
Old 07-04-2008, 01:00 PM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Device + Firmware: iPhone 1.1.4 (8GB)
Operating System: Vista Ultimate \ Leopard \ Fedora Core
Posts: 195
Thanks: 14
Thanked 19 Times in 15 Posts

Quote:
Originally Posted by ohbrian View Post
ugh im from aus n i thoguht bluetooth any worked in the states. guess im not alone haha. will the 3g iphone have the bluetooth working?
Why do such people buy "complex" devices like an iPhone They should be happy and content wif a land line
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #138  
Old 07-05-2008, 12:05 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

Quote:
Originally Posted by ajrulez View Post
Why do such people buy "complex" devices like an iPhone They should be happy and content wif a land line
HAHA, he probably doesn't even know what jailbreaking is...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #139  
Old 07-08-2008, 02:37 PM
What's Jailbreak?
 
Join Date: Mar 2008
Posts: 2
Thanks: 0
Thanked 3 Times in 1 Post

Wow, I've already read the whole thread and I have some things to say. Anyway, almost every think I go to say is on the thread:

- /dev it's a devices directory where are mapped the hardware in device files.

- The /dev filesystem devfs is used in the iPhone and you can't write to this directory basically because the permissions are:
Quote:
dr-xr-xr-x 3 root wheel 740 Jul 5 23:19 /dev
and there are no write permissions for anyone.

- The filesystem it's not encrypted at all:
Quote:
# mount
/dev/disk0s1 on / (hfs, local, noatime)
devfs on /dev (devfs, local)
/dev/disk0s2 on /private/var (hfs, local, noatime)
/dev/disk0s1 is the first partition where is located the system and /dev/disk0s2 the media filesystem for media files. Both have write permissions for root.

- The executable file /System/Library/Frameworks/BluetoothManager.framework/BluetoothManager has some strings that make me think it's the more important for manage bluetooth, like:
Quote:
BT: setPincode:%@ forDevice:%@
BT: connection request from %s
BT: device %@ connect event: %d with result %d
BT: audio connect failed for %s
BT: connecting bluetooth audio for %s
BT: audio disconnect failed for %s
BT: disconnecting bluetooth audio for %s
BT: connectDevice: %@
BT: pairDevice: %@
(...)
And I finally think no developers work in this issue even with money pay because it's a difficult think and no one can accept money for a try only.

I would like to know how to play with all this but I'm looking for more technical information for now.

Anyway I think we can play with device files. Surely /dev/tty.bluetooth is a serial port connector to device. I'll try to compile python with serial module support and play with all this info.

Best regards and keep in touch.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 3 Users Say Thank You to nauj27 For This Useful Post:
ajrulez (07-10-2008), factro_ (08-05-2008), MattMac (07-13-2008)
  #140  
Old 07-10-2008, 11:51 AM
Green Apple
 
Join Date: Nov 2007
Posts: 35
Thanks: 0
Thanked 1 Time in 1 Post

yes A2DP and file transfer would be enough. Don't need all the 25 or so profiles. And I am quite sure its only software.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #141  
Old 07-10-2008, 11:32 PM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Device + Firmware: iPhone 1.1.4 (8GB)
Operating System: Vista Ultimate \ Leopard \ Fedora Core
Posts: 195
Thanks: 14
Thanked 19 Times in 15 Posts

Quote:
Originally Posted by nauj27 View Post
Wow, I've already read the whole thread and I have some things to say. Anyway, almost every think I go to say is on the thread:

- /dev it's a devices directory where are mapped the hardware in device files.

- The /dev filesystem devfs is used in the iPhone and you can't write to this directory basically because the permissions are:

and there are no write permissions for anyone.

- The filesystem it's not encrypted at all:


/dev/disk0s1 is the first partition where is located the system and /dev/disk0s2 the media filesystem for media files. Both have write permissions for root.

- The executable file /System/Library/Frameworks/BluetoothManager.framework/BluetoothManager has some strings that make me think it's the more important for manage bluetooth, like:


And I finally think no developers work in this issue even with money pay because it's a difficult think and no one can accept money for a try only.

I would like to know how to play with all this but I'm looking for more technical information for now.

Anyway I think we can play with device files. Surely /dev/tty.bluetooth is a serial port connector to device. I'll try to compile python with serial module support and play with all this info.

Best regards and keep in touch.
Very interesting post Do you have any idea how popular you'll be if you actually crack it?

Good luck man!!

Just wondering...can this file -

/System/Library/Frameworks/BluetoothManager.framework/BluetoothManager

- be hex-edited? I don't know much about Mac (or Mac-based) OS...but I bet if this were Windows, some genius out there would have Hex'd it

Last edited by ajrulez; 07-10-2008 at 11:32 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #142  
Old 07-13-2008, 11:46 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

Quote:
Originally Posted by ajrulez View Post
Very interesting post Do you have any idea how popular you'll be if you actually crack it?

Good luck man!!

Just wondering...can this file -

/System/Library/Frameworks/BluetoothManager.framework/BluetoothManager

- be hex-edited? I don't know much about Mac (or Mac-based) OS...but I bet if this were Windows, some genius out there would have Hex'd it
Yeah, I agree.
That stuff is fantastic. It's great to have nauj27 join the team.
I have been away for the last week, on holidays, but back into it now. If we can look into suspicious files we could unlock the answer.
I very tired atm, keep in touch.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #143  
Old 07-14-2008, 09:26 PM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Device + Firmware: iPhone 1.1.4 (8GB)
Operating System: Vista Ultimate \ Leopard \ Fedora Core
Posts: 195
Thanks: 14
Thanked 19 Times in 15 Posts

Paging nauj27 lol...any updates dude? I so want this BT thingy to work...although I have accepted the fact that unlike 80% of the people around me, I do not have a BT on my phone
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #144  
Old 07-15-2008, 05:11 AM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

Quote:
Originally Posted by ajrulez View Post
Paging nauj27 lol...any updates dude? I so want this BT thingy to work...although I have accepted the fact that unlike 80% of the people around me, I do not have a BT on my phone
I'd given up to. But this has made new hope. I think he should get onto Zod and a few other devs that should be able to help him...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #145  
Old 07-16-2008, 01:05 AM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Device + Firmware: iPhone 1.1.4 (8GB)
Operating System: Vista Ultimate \ Leopard \ Fedora Core
Posts: 195
Thanks: 14
Thanked 19 Times in 15 Posts

Quote:
Originally Posted by MattMac View Post
I'd given up to. But this has made new hope. I think he should get onto Zod and a few other devs that should be able to help him...
Lol sometimes I think you, myself, and couple other guys on MMi are nuts - everytime we see a post that mentions the words "Bluetooth" and "xyz file on iPhone" together we get our hopes up
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #146  
Old 07-18-2008, 03:18 PM
Green Apple
 
Join Date: Nov 2007
Posts: 33
Thanks: 2
Thanked 3 Times in 2 Posts

Let me be the 304th person to say "Yeah, I miss bluetooth. I think this could work!".

I just spent the last half an hour on this one post, so if I say anything that has been stated - I apologize, but 10 pages of reading will tire anyone out.

I am not a developer (surprise!), but the first step for any programmer is - what do you want to accomplish and what are your hurdles? Let's not say we need bluetooth filetransfer, media streaming, to work with GPS devices, etc - lets shoot for one thing and then try to expand on it.

I really do not know much about the hardware the iPhone has or the bluetooth chip set but let's look at what we can already do and try to expand on it (if possible). We can use a bluetooth headset to talk to other people - so what would it take to make a wireless headset work to stream music? There (shouldn't) be much difference between the two I would think with the bluetooth profiles - that sounds more like we just need an application to offer that.

We have to remember that not every phone uses our OS, so that may be a challenge also when we state "but I want to send a picture to my friend *cry*".

I would be willing to donate to a developer and maybe get into the project myself for learning experience if anyone would be willing to take it up. Also we need to remember that because someone might say "I will do it" - that doesn't mean that they will complete this project - if it was a click of a button, it would have been done. In saying that we must understand that our donations may not be rewarded. A donation (IMO) is money given to a developer to help pay for costs (food, time, consideration to your project) and is not a guarantee that you will have a working project after x time.

In saying that I would be willing to donate to a dev and pay for the project upon completion also.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #147  
Old 07-21-2008, 01:42 PM
luistohe123's Avatar
iPhone? More like MyPhone
 
Join Date: Dec 2007
Device + Firmware: iPhone 1.1.4 JB, Using MxTelcel
Operating System: Win XP
Location: C.S.L. , Mexico
Posts: 165
Thanks: 4
Thanked 17 Times in 17 Posts

You people aren't going to make a break through by discussing it
you need to play around with the software...try out some thing, not just talk about it
I love bluetooth and miss it too but I don't think this is the way to discover A2DP nad file transfer for iphone...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #148  
Old 07-21-2008, 10:30 PM
iPhone? More like MyPhone
 
Join Date: Mar 2008
Device + Firmware: iPhone 1.1.4 (8GB)
Operating System: Vista Ultimate \ Leopard \ Fedora Core
Posts: 195
Thanks: 14
Thanked 19 Times in 15 Posts

Quote:
Originally Posted by luistohe123 View Post
You people aren't going to make a break through by discussing it
you need to play around with the software...try out some thing, not just talk about it
I love bluetooth and miss it too but I don't think this is the way to discover A2DP nad file transfer for iphone...
Genius! Bravo! It's hella easy to say "this is the wrong way", but it takes a MAN with TWO BALLS to say "this is the right way"

It's people like you who laughed at Einstein and Newton...if Newton can discover gravity by watching apples fall down from a tree, then this thread can AND WILL achieve it's goal. If you can't help, then please don't come and squirt around alrite?

I guess you'll never get it

Last edited by ajrulez; 07-21-2008 at 10:33 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #149  
Old 07-22-2008, 01:26 AM
Susa's Avatar
Green Apple
 
Join Date: Jul 2008
Device + Firmware: iPhone 3G 3.0
Operating System: XP pro SP3
Location: Floriduh
Posts: 37
Thanks: 6
Thanked 1 Time in 1 Post
Send a message via AIM to Susa

if u have a bluetooth headset you cant show off your new (or old) iphone when talking on it in public :P, altho A2DP would be very nice, seeing as how i have a bluetooth stereo headset from my old phone..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #150  
Old 07-23-2008, 07:25 AM
Livin the iPhone Life
 
Join Date: Dec 2007
Posts: 1,438
Thanks: 15
Thanked 182 Times in 173 Posts

I don't REALLY need bluetooth, but it would be cool from time to time. and every one of my friends can't believe when I tell them the iPhone can't transfer files while every crappy $10 phone from china can do (ok, the iPhone actually is from china too, but what the hell )

in the end, it would be really cool to see this, but I guess that everything transfered via bluetooth has to somehow pass some kind of ... I don't know ... security-thing and it only allows apple-certified stuff to pass. I don't know, I'm not a developer, but I guess if it was easily doable someone would have done this by now.

The thing I COULD imagine would be that it is somehow possible with PwnageTool, since it would be able if you interfere with the firmware directly so it let's everything pass through bluetooth. but then again, that would be a huge security risk (and bluetooth is highly unsecure anyways)

regards
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 06:29 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top