Porting to 2.0 firmware

1 view
Skip to first unread message

dotslashlycos

unread,
Jul 17, 2008, 8:00:42 AM7/17/08
to Wikipedia iPhone
According to the iphone-dev guys it looks like a jailbreak for the 2.0
firmware will be announced in the near future. Once that happens,
I'll be upgrading my ipod touch to 2.0. Unless I am mistaken, that
will likely break compatibility with this application. Has anybody
looked into updating this app to make it compatible with apple's new
firmware? If not, I'll likely proceed on my own. If this is the case
however, I would be willing to provide any assistance I can to this
person as I'd really hate to lose this app.

Thanks!

Patrick Collison

unread,
Jul 17, 2008, 11:32:46 AM7/17/08
to wikipedi...@googlegroups.com

As far as I'm aware, there's currently no work under way to port this
-- and you're of course right that it won't work unmodified.

I'd love to see someone do so, though (unfortunately, I don't have
much time myself right now). I suspect it wouldn't be too hard (really
just the interface that needs to be touched), and am happy to help
with any questions or problems.

Cheers,

Patrick

>
>
> Thanks!
> >

olim

unread,
Jul 20, 2008, 2:28:00 AM7/20/08
to Wikipedia iPhone


On Jul 18, 1:32 am, Patrick Collison <patr...@collison.ie> wrote:
Just upgraded to fw 2.0. And I already miss the app. I really want a
2.0 working wikipedia.app, I'm addicted!

Skkhan

unread,
Jul 23, 2008, 4:26:41 AM7/23/08
to Wikipedia iPhone
Hey guys,
I'm also a BIG fan of wikipedia, and i would love to see it working
with the newer version 2.0. I tried to install it on my iPhone 3G, but
it just doesnt seem to work no matter what you do with the app. Any
advice to make this working would be appreciated.
> 2.0 working wikipedia.app, I'm addicted!– Skjul sitert tekst –
>
> – Vis sitert tekst –

Andy

unread,
Aug 2, 2008, 11:40:44 PM8/2/08
to Wikipedia iPhone
Is the firmware 2.0 in iPhone 3G? does it mean I cannot use this on
iPhone 3G?
> > – Vis sitert tekst –- Hide quoted text -
>
> - Show quoted text -

Alex

unread,
Aug 7, 2008, 6:11:18 AM8/7/08
to Wikipedia iPhone
I have ported the app over to 2.0 and worked through some crashes and
changed some apps from the 1.x model the 2.0 model.
I am using the toolchain installed via Cydia and am signing with the
included ldid application.

I was running into issues with having the wp database in /var/root/wp
and I moved it to /var/mobile/wp. I modified the source to load it
from there, but I'm running into a crash at database load time. I no
longer have the tar file to validate the archive via md5sums, so I can
only rely on the files I have.

Here is my syslog output:
Aug 7 20:05:04 Alex /var/stash/Applications.Ap7aDM/Wikipedia.app/
Wikipedia[135]: My debug message
Aug 7 20:05:06 Alex UIKitApplication:ie.collison.wikipedia[0x40a3]
[135]: debug: opening /var/mobile/wp/processed mode r
Aug 7 20:05:06 Alex UIKitApplication:ie.collison.wikipedia[0x40a3]
[135]: debug: opening /var/mobile/wp/blocks.db mode r
Aug 7 20:05:06 Alex UIKitApplication:ie.collison.wikipedia[0x40a3]
[135]: debug: load_index(0x13908f8, /var/mobile/wp/locate.db, /var/
mobile/wp/locate.prefixdb)
Aug 7 20:05:06 Alex UIKitApplication:ie.collison.wikipedia[0x40a3]
[135]: database too small (errno 22: Invalid argument)
Aug 7 20:05:06 Alex com.apple.launchd[1]
(UIKitApplication:ie.collison.wikipedia[0x40a3][135]): Exited with
exit code: 1
Aug 7 20:05:06 Alex SpringBoard[17]: Application <SBApplication:
0x486410> ie.collison.wikipedia activate: animated deactivate:
exited abnormally with status: 256
Aug 7 20:05:06 Alex SpringBoard[17]: lockdown says the device is:
[FactoryActivated], state is 0
Aug 7 20:05:06: --- last message repeated 1 time ---
Aug 7 20:05:06 Alex com.apple.SpringBoard[17]: CoreAnimation: timed
out fence 2


And my permissions on /Applications/Wikipedia and /var/mobile/wp
Alex:~ root# ls -alt /var/mobile/wp/
total 2235580
drwxr-x--- 6 mobile mobile 306 Aug 7 13:43 ../
-rwxrwxrwx 1 root wheel 2229745651 Aug 6 19:33 processed*
drwxrwxrwx 2 root wheel 204 Aug 6 18:48 ./
-rwxrwxrwx 1 root wheel 508 Aug 6 18:48 locate.prefixdb*
-rwxrwxrwx 1 root wheel 59410164 Aug 6 18:48 locate.db*
-rwxrwxrwx 1 root wheel 68100 Aug 6 18:47 blocks.db*


Alex:~ root# ls -alt /Applications/Wikipedia.app/
total 1752
-rwxrwxrwx 1 root wheel 1705472 Aug 7 13:48 Wikipedia*
drwxrwxr-x 2 root admin 204 Aug 6 19:16 ./
-rwxrwxrwx 1 root wheel 71168 Aug 6 15:52 Default.png*
-rwxrwxrwx 1 root wheel 613 Aug 6 15:52 Info.plist*
-rwxrwxrwx 1 root wheel 7563 Aug 6 15:52 icon.png*
drwxrwxr-x 24 root admin 816 Aug 6 15:50 ../
Alex:~ root#


If anyone has any ideas why I'm getting this crash I will provide my
signed app and code modifications to Patrick for distribution.

Patrick Collison

unread,
Aug 7, 2008, 10:04:15 AM8/7/08
to wikipedi...@googlegroups.com
Can you send the source? (Privately if you like.)

Patrick

Patrick Collison

unread,
Aug 7, 2008, 10:04:45 AM8/7/08
to wikipedi...@googlegroups.com
(PS Awesome work on getting this far)

On 7 Aug 2008, at 03:11, Alex <cowan...@gmail.com> wrote:

>

felix

unread,
Aug 7, 2008, 11:16:36 AM8/7/08
to Wikipedia iPhone
Hey, very good job!

One Question: I Installed Cydia on my iphone and wanted to install the
"iPhone 1.1.1 Headers" package to get the gcc running. But It seems
like the "libsigc++" deb file doesn't exist on the server anymore.
Maybe you still have it in /var/cache/apt/archives and can send it to
me. That would be great.

Thank you

Xandu

unread,
Aug 7, 2008, 12:04:07 PM8/7/08
to Wikipedia iPhone
So you guys porting it to 2.0 now?

Great! Good luck!

Alex

unread,
Aug 7, 2008, 7:31:06 PM8/7/08
to Wikipedia iPhone
Felix,

I didn't install the 1.1.1 Headers... That package was gone for me by
the time I got to the repository.

The Cydia packages that I installed (that are being used) are:
Darwin CC Tools
GNU C Compiler
iPhone 2.0 Toolchain
libgcc
Make

Along with openssh and any dependencies the above included I was able
to transfer Patrick's source and modify it on the phone and rebuilt
until it worked (except for the loading crash you're seeing).
I'll be sending my current changes to Patrick, and anyone else that
wants it until we collectively get this working.

Alex

unread,
Aug 8, 2008, 10:09:37 PM8/8/08
to Wikipedia iPhone
Well, I figured out that "make clean" doesn't delete the ../c/*.o
object files, so I was likely linking against 1.1.3 ubuntu compiled
objects that I copied over to the phone.
I now am getting bus errors upon running the app with /app and /c
built on the iphone.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AutoSubmitted</key>
<true/>
<key>SysInfoCrashReporterKey</key>
<string>3883833fcd2ea6e396074a5929c2da7a6f33264a</string>
<key>bug_type</key>
<string>109</string>
<key>description</key>
<string>Incident Identifier: 61CD93C2-7F50-4C25-
BFCA-940868BEB6F3
CrashReporter Key: 3883833fcd2ea6e396074a5929c2da7a6f33264a
Process: Wikipedia [582]
Path: /var/stash/Applications.Ap7aDM/Wikipedia.app/
Wikipedia
Identifier: Wikipedia
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]

Date/Time: 2008-08-09 12:03:35.804 +1000
OS Version: iPhone OS 2.0 (5A347)
Report Version: 103

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x01848c00
Crashed Thread: 0

Thread 0 Crashed:
0 ??? 0x01848c00 0 + 25463808
1 Wikipedia 0x00002c48 0x1000 + 7240
2 Wikipedia 0x000032f0 0x1000 + 8944
3 Wikipedia 0x000034ec 0x1000 + 9452
4 UIKit 0x30a5dd70 0x30a54000 + 40304
5 UIKit 0x30a66354 0x30a54000 + 74580
6 Foundation 0x3069af60 0x3066f000 + 180064
7 CoreFoundation 0x3025bfec 0x30229000 + 208876
8 CoreFoundation 0x3025b584 0x30229000 + 206212
9 GraphicsServices 0x316998e4 0x31696000 + 14564
10 UIKit 0x30a5e308 0x30a54000 + 41736
11 UIKit 0x30a671dc 0x30a54000 + 78300
12 Wikipedia 0x00005674 0x1000 + 18036
13 Wikipedia 0x00002244 0x1000 + 4676
14 Wikipedia 0x000020e0 0x1000 + 4320

Thread 1:
0 libSystem.B.dylib 0x31446fc4 0x313d5000 + 466884
1 libSystem.B.dylib 0x3143de2c 0x313d5000 + 429612
2 libSystem.B.dylib 0x31439a5c 0x313d5000 + 412252
3 WebCore 0x32b1a73c 0x326a4000 +
4679484
4 WebCore 0x32b1a870 0x326a4000 +
4679792
5 CoreFoundation 0x3025c34a 0x30229000 + 209738
6 CoreFoundation 0x3025bbc6 0x30229000 + 207814
7 CoreFoundation 0x3025b584 0x30229000 + 206212
8 WebCore 0x32b1a144 0x326a4000 +
4677956
9 libSystem.B.dylib 0x3143cc4a 0x313d5000 + 425034

Thread 2:
0 libSystem.B.dylib 0x31446f68 0x313d5000 + 466792
1 libSystem.B.dylib 0x31444034 0x313d5000 + 454708
2 GraphicsServices 0x3169c3d0 0x31696000 + 25552
3 libSystem.B.dylib 0x3143cc4a 0x313d5000 + 425034

Thread 3:
0 dyld 0x2fe07ae8 0x2fe00000 + 31464
1 dyld 0x2fe15b34 0x2fe00000 + 88884
2 libsqlite3.0.dylib 0x01297eec 0x128e000 + 40684
3 libsqlite3.0.dylib 0x0129a85c 0x128e000 + 51292
4 libsqlite3.0.dylib 0x012a1c1c 0x128e000 + 80924
5 libsqlite3.0.dylib 0x012bc36c 0x128e000 + 189292
6 AppSupport 0x30897a1c 0x30894000 + 14876
7 AppSupport 0x30898c64 0x30894000 + 19556
8 AppSupport 0x30899180 0x30894000 + 20864
9 AppSupport 0x3089921c 0x30894000 + 21020
10 AddressBook 0x31ba52b4 0x31b9a000 + 45748
11 AddressBook 0x31b9cb64 0x31b9a000 + 11108
12 AddressBook 0x31b9cc74 0x31b9a000 + 11380
13 AddressBook 0x31b9cd04 0x31b9a000 + 11524
14 UIKit 0x30b76f3c 0x30a54000 +
1191740
15 UIKit 0x30c664ac 0x30a54000 +
2172076
16 UIKit 0x30c666d0 0x30a54000 +
2172624
17 libSystem.B.dylib 0x3143cc4a 0x313d5000 + 425034

Thread 0 crashed with ARM Thread State:
r0: 0x3867ae1c r1: 0x300d1fe8 r2: 0x3867ae1c r3:
0x300d1fe8
r4: 0x01356784 r5: 0x013469f0 r6: 0x30171e50 r7:
0x2ffff600
r8: 0x38a8f688 r9: 0x3940f7e0 r10: 0x00000000 r11:
0x00000000
ip: 0x00011e04 sp: 0x2ffff5a8 lr: 0x00003a28 pc:
0x01848c00
cpsr: 0x20000010

Binary Images:
0x1000 - 0x10fff +Wikipedia ??? (???) &lt;
7ab27bf38b06dfb0d707ed5eefa53dbf&gt; /var/stash/Applications.Ap7aDM/
Wikipedia.app/Wikipedia
0x1103000 - 0x110bfff libgcc_s.1.dylib ??? (???)
&lt;ba28db7055013d2a79c7a82df3eb1a88&gt; /usr/lib/libgcc_s.1.dylib
0x1146000 - 0x125cfff libxml2.2.dylib ??? (???) /usr/lib/
libxml2.2.dylib
0x128e000 - 0x12eefff libsqlite3.0.dylib ??? (???) /usr/lib/
libsqlite3.0.dylib
0x1410000 - 0x1411fff dns.so ??? (???) &lt;
8489675a1318c70a6a103c0172c8b5f3&gt; /usr/lib/info/dns.so
0x1741000 - 0x1742fff TextInput_en ??? (???)
&lt;fc51e49a4edfcd7ff8bcaec5084a663c&gt; /System/Library/TextInput/
TextInput_en.bundle/TextInput_en
0x2fe00000 - 0x2fe22fff dyld ??? (???) &lt;
6af5860b2fc79d02ed9b53a8dea9b177&gt; /usr/lib/dyld
0x3000c000 - 0x30079fff libstdc++.6.dylib ??? (???) &lt;
444516fd7d651b9ddd89898708c18770&gt; /usr/lib/libstdc++.6.dylib
0x300bb000 - 0x3019dfff libobjc.A.dylib ??? (???)
&lt;d546d5eb0375e80831dd82596df51e41&gt; /usr/lib/libobjc.A.dylib
0x301eb000 - 0x301f2fff libbsm.dylib ??? (???)
&lt;a63e26d82d4d9be4ee4bfdaf5dbb6896&gt; /usr/lib/libbsm.dylib
0x301f6000 - 0x30204fff libz.1.dylib ??? (???) &lt;
5cf634ba1f632c801d203a2e94834d8b&gt; /usr/lib/libz.1.dylib
0x30229000 - 0x302cffff CoreFoundation ??? (???) &lt;
9e27d75c4aea746ee66f0eef0175c019&gt; /System/Library/Frameworks/
CoreFoundation.framework/CoreFoundation
0x3066f000 - 0x30756fff Foundation ??? (???) &lt;
1e64c440303fa35483a7b5f6140193a4&gt; /System/Library/Frameworks/
Foundation.framework/Foundation
0x3087b000 - 0x30885fff CoreVideo ??? (???) &lt;
46fc03dbcc6ae3d42b69c8626f3404f0&gt; /System/Library/PrivateFrameworks/
CoreVideo.framework/CoreVideo
0x30894000 - 0x308a1fff AppSupport ??? (???) &lt;
0997e3dc255cd3851707b24b0f2ad057&gt; /System/Library/PrivateFrameworks/
AppSupport.framework/AppSupport
0x308ab000 - 0x308b0fff liblockdown.dylib ??? (???)
&lt;a3022838c4e2fbe4d327bcd224f0f169&gt; /usr/lib/liblockdown.dylib
0x30a54000 - 0x30cbbfff UIKit ??? (???) &lt;
843f20fa03117fe26f7a6caeec5f0708&gt; /System/Library/Frameworks/
UIKit.framework/UIKit
0x30f30000 - 0x30fb1fff com.apple.framework.IOKit 1.5.1 (???) &lt;
8cd70c6c5db3a1b31d6cdd773b1ebbfe&gt; /System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit
0x30fce000 - 0x3117ffff com.apple.CoreGraphics 1.359.4 (???) &lt;
40dd242ea5fbe529bebee00f9c1fc942&gt; /System/Library/Frameworks/
CoreGraphics.framework/CoreGraphics
0x311ce000 - 0x31222fff CFNetwork ??? (???) &lt;
098d1d58547d4dfcde48e422d8f4122a&gt; /System/Library/Frameworks/
CFNetwork.framework/CFNetwork
0x3124f000 - 0x31284fff OpenGLES ??? (???) &lt;
20a7a69743b888c4865cfafdb2b6bf71&gt; /System/Library/Frameworks/
OpenGLES.framework/OpenGLES
0x31290000 - 0x31354fff JavaScriptCore ??? (???) &lt;
6f9a13aa831b794cd83274f2bbadd5c0&gt; /System/Library/PrivateFrameworks/
JavaScriptCore.framework/JavaScriptCore
0x313d5000 - 0x314fcfff libSystem.B.dylib ??? (???)
&lt;bc5de6fceed1d5a7f90ae1eaafa7d74b&gt; /usr/lib/libSystem.B.dylib
0x3153c000 - 0x3164dfff AudioToolbox ??? (???) &lt;
679e78209336d68ba9ba01b07687a160&gt; /System/Library/Frameworks/
AudioToolbox.framework/AudioToolbox
0x31696000 - 0x316a0fff GraphicsServices ??? (???) &lt;
5fed9eaf3be38c2b3812bc07e9bede19&gt; /System/Library/PrivateFrameworks/
GraphicsServices.framework/GraphicsServices
0x316b9000 - 0x316eefff Security ??? (???)
&lt;bbd8b21931b32deaa216c637362a6340&gt; /System/Library/Frameworks/
Security.framework/Security
0x31707000 - 0x3173ffff ImageIO ??? (???)
&lt;ce89f25367dc581b6bfd00934ed9b511&gt; /System/Library/
PrivateFrameworks/ImageIO.framework/ImageIO
0x31753000 - 0x31757fff libGIF.dylib ??? (???) &lt;
04759fdbb2f6dbd41b677093400afe0e&gt; /System/Library/PrivateFrameworks/
ImageIO.framework/libGIF.dylib
0x3175a000 - 0x31777fff libJPEG.dylib ??? (???)
&lt;a01d67a02f8b23d24d021d8a5a3f986e&gt; /System/Library/
PrivateFrameworks/ImageIO.framework/libJPEG.dylib
0x3177d000 - 0x31796fff libPng.dylib ??? (???) &lt;
0a9861b20d205b2d18d9ed3c27334d95&gt; /System/Library/PrivateFrameworks/
ImageIO.framework/libPng.dylib
0x3179c000 - 0x317d9fff libTIFF.dylib ??? (???)
&lt;eb35986da8a1e0a210df824827c2b6f3&gt; /System/Library/
PrivateFrameworks/ImageIO.framework/libTIFF.dylib
0x318da000 - 0x318ddfff IAP ??? (???) &lt;
2cf2d36bf5b76526e00eccab4f91bc72&gt; /System/Library/PrivateFrameworks/
IAP.framework/IAP
0x31908000 - 0x31935fff SystemConfiguration ??? (???)
&lt;aff95d3e71a128fb841e848f765604c1&gt; /System/Library/Frameworks/
SystemConfiguration.framework/SystemConfiguration
0x31a11000 - 0x31a80fff CoreAudio ??? (???) &lt;
7b9888f2c97ef30a7e71035fbe7665b3&gt; /System/Library/Frameworks/
CoreAudio.framework/CoreAudio
0x31b97000 - 0x31b97fff DataMigration ??? (???) &lt;
3ae8e6e05cd794871a114e52627fffe8&gt; /System/Library/PrivateFrameworks/
DataMigration.framework/DataMigration
0x31b9a000 - 0x31bb3fff AddressBook ??? (???)
&lt;cae66da5648df220c94b84544fb75676&gt; /System/Library/Frameworks/
AddressBook.framework/AddressBook
0x31c97000 - 0x31c9cfff MBX2D ??? (???)
&lt;c414988f1d36291539d1d0ee90018551&gt; /System/Library/
PrivateFrameworks/MBX2D.framework/MBX2D
0x31ca0000 - 0x31ca1fff MBXConnect ??? (???) &lt;
8d4d0c982d338f68f5a7f87d3432e983&gt; /System/Library/PrivateFrameworks/
MBXConnect.framework/MBXConnect
0x31e7f000 - 0x31efdfff QuartzCore ??? (???)
&lt;a2b6a145316d4508f285d85cb5950f12&gt; /System/Library/Frameworks/
QuartzCore.framework/QuartzCore
0x31f36000 - 0x31f38fff CoreSurface ??? (???) &lt;
7389e8d045b5d923dbd49033ddaa303e&gt; /System/Library/PrivateFrameworks/
CoreSurface.framework/CoreSurface
0x31f3d000 - 0x31f3efff IOMobileFramebuffer ??? (???) &lt;
8eddd72e77dde8072ffac6c6284cfcff&gt; /System/Library/PrivateFrameworks/
IOMobileFramebuffer.framework/IOMobileFramebuffer
0x321f5000 - 0x322dafff libicucore.A.dylib ??? (???) &lt;
7584f4f7a0a2a51674d8a6c353a703bd&gt; /usr/lib/libicucore.A.dylib
0x32388000 - 0x3247bfff libiconv.2.dylib ??? (???) &lt;
9260c4fcb2126b30850a2c89b6c6ae8c&gt; /usr/lib/libiconv.2.dylib
0x32480000 - 0x3248bfff libbz2.1.0.dylib ??? (???) &lt;
843b92886b736053db8eff826b3e9cce&gt; /usr/lib/libbz2.1.0.dylib
0x326a4000 - 0x32baafff WebCore ??? (???)
&lt;e343a5c1665c51f49fc5f110a5126d58&gt; /System/Library/
PrivateFrameworks/WebCore.framework/WebCore
0x32dd5000 - 0x32e59fff WebKit ??? (???)
&lt;b66008eee9eba5c783f8bea72ddf1385&gt; /System/Library/
PrivateFrameworks/WebKit.framework/WebKit
0x331f4000 - 0x33232fff libCGFreetype.A.dylib ??? (???) &lt;
64fb3aa5f4442d2b08afeef23672c979&gt; /System/Library/Frameworks/
CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x33b25000 - 0x33b2afff SpringBoardServices ??? (???)
&lt;cd1a66744272de40ade1e4477ef97284&gt; /System/Library/
PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x342bc000 - 0x342d9fff libresolv.9.dylib ??? (???) &lt;
184b44e485b64c86e552ac99bd918d73&gt; /usr/lib/libresolv.9.dylib

</string>
<key>displayName</key>
<string>Wikipedia</string>
<key>name</key>
<string>Wikipedia</string>
<key>os_version</key>
<string>iPhone OS 2.0 (5A347)</string>
<key>system_ID</key>
<string></string>
<key>version</key>
<string>??? (???)</string>
</dict>
</plist>

Mike Wood

unread,
Aug 15, 2008, 9:40:30 AM8/15/08
to Wikipedia iPhone
Hi Alex,

How is working going with this? Is there anything that non-developers
(such as myself) can do to help you along with this?

Alex

unread,
Aug 21, 2008, 8:26:00 PM8/21/08
to Wikipedia iPhone
I have pretty much stopped looking into it. I haven't had a ton of
time, and wiki2phone has been sufficient for me.
If anyone else makes any more headway then I may pick it back up...

Sorry about that...

John C

unread,
Aug 27, 2008, 6:29:59 AM8/27/08
to Wikipedia iPhone
Nooooo . . .

fro...@gmail.com

unread,
Aug 29, 2008, 11:58:54 AM8/29/08
to Wikipedia iPhone
Ahhh hope you're getting back into this because i'm (we're) REALLY
missing the locally-stored-wikipedia on the 2.0 iphone. The-world-in-
your-pocket feeling is addictive! ;-) Maybe - if you have no FREE time
- you should put some time into it and distribute it it on app store
for a fistful of dollars? i'd definitely go get it anyway!

Steve Wart

unread,
Aug 29, 2008, 1:55:36 PM8/29/08
to wikipedi...@googlegroups.com
I think the maximum file size on the app store download would be prohibitive.

Maybe it could come with a bittorrent client that would grab the data after you installed the app, but I suppose that most people with expensive data plans wouldn't be very happy about that ;-)

Leo CG

unread,
Sep 10, 2008, 12:55:10 PM9/10/08
to Wikipedia iPhone
Hey Alex, do you mind sending me the source to take a look? We ported
Wikipedia.app to portuguese (http://www.iblogeek.com/?p=1229) and was
a huge success, people are asking for a 2.0 compatible version and I'm
really looking foward to release it, keeping your credit and
Patrick's, of course!
Reply all
Reply to author
Forward
0 new messages