Earlier quoted context omitted.
> so you may as well just turn on Nitro in Chrome (which is easy to do on a jailbroken device). I know you may mean that it is easy to implement this but just checking if there already exists something which can do this. I searched Google and Cydia with no results. This definitely can be very very useful to a lot of people, esp hackers.
I believe it is just a matter of adding the "dynamic-codesigning" entitlement. I started typing up instructions for how to do it with a few shell commands, but then I ran into a limitation with my ancient version of codesign_allocate that caused me to fail. :( You should definitely be able to do it from a Mac fairly easily, however.
Making Chrome better on iOS
41–50 of 68 posts
Re: Making Chrome better on iOS
#42Earlier quoted context omitted.
Interesting. Are there other examples of this hack being used and not kiboshed by Apple?
According to Apple's documentation, "The UIPasteboard class enables an application to share data within the application or with another application using system-wide or application-specific pasteboards." http://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/... For a couple examples: OpenUDID and SecureUDID use UIPasteboard.
Re: Making Chrome better on iOS
#43Please Apple. I will downvote every person who whines about "stealing" if you just hurry up and steal Android's Intents.
Re: Making Chrome better on iOS
#44I have Chrome installed but don't want it as a default, this would just annoy the hell out of me.
Curious, why? You don't really need more than one browser on your phone. If you installed Chrome and haven't deleted it, one can assume it's because the person prefers Chrome. Otherwise you can just delete it after having tried it out. Or am I missing something? It can't really even be for testing, since on iOS it's not like it's possible for Chrome to render any differently than in Safari!
Re: Making Chrome better on iOS
#45Please Apple. I will downvote every person who whines about "stealing" if you just hurry up and steal Android's Intents.
Yup it's a major missing element on iOS and many iOS supporters just don't understand how great it really is...
Re: Making Chrome better on iOS
#46> Google Chrome is nothing more than a UIWebView skin on iOS Mobile Chrome's networking stack is the same as Desktop Chrome, providing SPDY, prefetching, etc.
I guess you could download the HTML externally and get it into the view through loadHTMLString:baseURL: , but that would still make the UIWebView load all images etc.
Re: Making Chrome better on iOS
#47Is Chrome for iOS open source? Would there be a way to add V8 back in and release it on Cydia? That may extend the lifespan of Apple products indefinitely. My iPad 1 is already deemed obsolete by Apple and will never receive another web browser update ever, which is obviously retarded. Apple seriously needs to get that giant stick out of their ass.
a) AFAIK, no (as in, it is not open source). b) The change would not just be to mess with the JavaScript engine: it would require totally replacing out the UIWebView backend they are currently using from Apple and, well, pretty much putting back Chrome. They are not rendering the HTML, Apple's UIWebView class is; it would probably be easier to just attempt to recompile/replace JavaScriptCore system wide to stub into…
Re: Making Chrome better on iOS
#48> Google Chrome is nothing more than a UIWebView skin on iOS Mobile Chrome's networking stack is the same as Desktop Chrome, providing SPDY, prefetching, etc.
How would you handle the UIWebView networking yourself? THe UIWebView is really opaque, doing everything by itself. I guess you could download the HTML externally and get it into the view through loadHTMLString:baseURL: , but that would still make the UIWebView load all images etc.
Re: Making Chrome better on iOS
#49Re: Making Chrome better on iOS
#50We don't need to beg developers to support Chrome if we can just change the default browser ourselves - http://i.imgur.com/f50Kxl.png
Other reasons to jailbreak:
* Grooveshark - Seems to have a bigger music collection than Spotify, best $9 I spend each month.
* VLC media player
* SSH - how is that not useful?
* SBSettings
* 5 columns for Springboard icons
* Compiling and installing any open source iPhone apps
* Being able to write tweaks like this: http://madebynathan.com/2010/12/26/ios-tweak-replace-operato...