How do you open iphone browser?
alancampbell6 10 months ago
@alancampbell6
That's a program for jailbreaked iDevices
code.google.com/p/iphonebrowser
You can use XCode project without changing anything if you synchronize with iTunes
juaxix 10 months ago
Thanks! I was going to try to do it, but XCode complains that method is not found, but compiles anyways. However the maps is stuck on "loading screen". Should I use any other libraries or something?
falthas 10 months ago
@falthas NVM, I got it. You need to assign this method to a variable and declare that variable first. It'll work fine. Thanks again, mate.
@falthas hehe, just replace the line
_______
[self loadLocationDB];
with
____________
[self tryToLoadLocationDB: @"/Users/juaxix/consolidated.db" forDevice:@"Juaxix iPhone"];
using your values and done :) thanks for watching ;)
How do you open iphone browser?
alancampbell6 10 months ago
@alancampbell6
That's a program for jailbreaked iDevices
code.google.com/p/iphonebrowser
You can use XCode project without changing anything if you synchronize with iTunes
juaxix 10 months ago
Thanks! I was going to try to do it, but XCode complains that method is not found, but compiles anyways. However the maps is stuck on "loading screen". Should I use any other libraries or something?
falthas 10 months ago
@falthas NVM, I got it. You need to assign this method to a variable and declare that variable first. It'll work fine. Thanks again, mate.
falthas 10 months ago
@falthas hehe, just replace the line
_______
[self loadLocationDB];
_______
with
____________
[self tryToLoadLocationDB: @"/Users/juaxix/consolidated.db" forDevice:@"Juaxix iPhone"];
____________
using your values and done :) thanks for watching ;)
juaxix 10 months ago