Differences

This shows you the differences between two versions of the page.

Link to this comparison view

epoc [2015/04/18 20:19]
epoc [2022/04/16 12:22] (current)
Line 1: Line 1:
 +===== TODO =====
 +
 +http://rzr.online.fr/q/symbian# Upgraded my #NokiA #e7 to #SymbiaN #BellE and now asks for security code on boot , how to disable this feat?
 +
 +  * http://www.askmefast.com/How_i_reset_my_security_code_on_my_n8_symbian_belle_official-qna1696839.html
 +
 +
 +
 +
 +
 +==== TODO ====
 +
 +  * http://en.wikibooks.org/wiki/Programming:Symbian
 +  * http://gnupoc.sourceforge.net/ http://www.symbianos.org/projects/41 http://www.martin.st/symbian/
 +  * http://gagravarr.org/series-60/
 +  * https://github.com/mstorsjo/gnupoc-package/blob/master/sdks/README
 +  * http://info.publish.nokia.com/?p=886
 +  * http://www.developer.nokia.com/Community/Wiki/Nokia_Smart_Installer_for_Symbian# smartinstaller_0_46_0_ss_nocs.sis
 +
 +
 +==== SOFTWARE ====
 +
 +  * http://www.nokiae7forum.com/nokia-e7-apps/nokia-internet-radio-for-n8/
 +
 +  * http://www.nokiae7forum.com/nokia-e7-apps/upnp-%28universal-plug-and-play%29/
 +
 +  * http://en.wikipedia.org/wiki/List_of_SIP_software#Mobile_SIP_clients# [[sip]]
 +  * https://www.developer.nokia.com/info/sw.nokia.com/id/c60654d0-f07e-4e0e-a681-669572d83a69/SIP_VoIP_3_1_Settings_Symbian_3_v1_0_en.sis.html# SiP
 +  * http://symbiancorner.blogspot.com/2007/08/symbian-voip-sip-applications.html
 +  * http://discussion.forum.nokia.com/forum/showthread.php?123033-SIP-client-for-Video-call#post661956
 +  * http://www.developer.nokia.com/info/sw.nokia.com/id/c60654d0-f07e-4e0e-a681-669572d83a69/SIP_VoIP_3_1_Settings_Symbian_3_v1_0_en.sis.html # SiP SiS
 +
 +
 +==== OpenSource ====
 +
 +  * http://www.developer.nokia.com/Community/Discussion/showthread.php?153914-Is-there-unix-shell-like-command-interpreter# [[zsh]]
 +  * http://s2putty.sourceforge.net
 +  * http://sourceforge.net/projects/fb-s60
 +  * http://koti.mbnet.fi/mertama/sdl.html http://sourceforge.net/projects/sdlforsymbian/
 +  * http://koti.mbnet.fi/~haviital/# [[Software]] [[sdl]]
 +  * http://www.vinux.info/index.php/2009/07/06/lire-les-fichiers-ogg-sous-symbian/
 +
 +
 +==== OS ====
 +
 +  * http://www.allaboutsymbian.com/news/item/12741_Noka_publish_Symbian_source_co.php
 +  * http://www.newlc.com/nokia-buy-symbian-and-makes-it-a-free-open-source-platform , [[Eclipse]] [[Licence]]
 +  * http://www.AllAboutSymbian.com/#
 +  * http://symbian-coderus.blogspot.com/# [[firmware]]
 +  * http://sourceforge.net/projects/symbiandump/files/# OpenSource
 +
 +
 +==== WINE ====
 +
 +  * http://en.wikipedia.org/wiki/Carbide.c%2B%2B
 +  * http://appdb.winehq.org/objectManager.php?sClass=version&iId=13662&iTestingId=30888
 +  * http://appdb.winehq.org/objectManager.php?sClass=application&iId=6241
 +  * http://appdb.winehq.org/objectManager.php?sClass=application&iId=1885
 +  * http://www.codeweavers.com/compatibility/browse/name/?app_id=2570
 +
 +
 +==== SYMBIAN SDK for WINDOWS ====
 +
 +  * Get SDK of http://www.forum.nokia.com/main.html
 +
 +  Let focus first on Nokia Series 60 (SymbianOS 6.1)
 +
 +  ed2k://|file|nS60_sdk_v1_2.zip|94920050|9e9d2eb8b140d098f5e5ff3e57f0b215|
 +
 +  * Install it under [[Windows]] (needs jre) then copy installation folder,
 +  1.2 the epoc emu wouldn't start for me on windows 2000
 +  <glass> so i d'loaded 0.9
 +  <glass> it started in the borland edition of 1.2 though
 +
 +  <mr_hill> problems with the  SDK when NOT installing it on C. also you need to install ActivePerl, which is not part of the SDK
 +
 +same folder but unarchived for linux users
 +  ed2k://|file|symbian-sdk-ns60_sdk_v1_2-unarchived.tar.gz|46767671|1bea660e1374ef207dd5309ac050fb85|
 +
 +
 +==== SYMBIAN C++ TUTORIAL ON LINUX ====
 +
 +The build process :
 +
 +  * compile sources (with modified gcc)
 +  * link them into prelimiary exe (with modified ld)
 +  * Strip the binary to get a final executable, (with petran)
 +  * create a .pkg header
 +  * mksis on the pkg to get the install file...
 +
 +http://gnupoc.sourceforge.net/
 +
 +http://www.ki-ag.de/html/tech/SymbianSDK/symbian_sdk_6.1_on_linux.html
 +
 +
 +  /etc/apt/sources.list:
 +  deb http://ftp.symbianos.org/debian sid main
 +  deb-src http://ftp.symbianos.org/debian sid main
 +  apt-get update
 +  apt-get install gnupoc-utils makesis bmconv petran rcomp
 +
 +  mkdir -p /usr/share/doc/makesis/html
 +
 +  apt-get install unzip recode
 +
 +  * Get GCC Sources
 +http://www.symbian.com/developer/downloads/tools.html
 +  ftp://symd1012:33$umSMY@ftp.symbian.com/gcc539src.zip
 +  ed2k://|file|gcc539src.zip|43595923|62f348b736343868cec4134d35b4356c|
 +
 +  * Linux SDK Scripts
 +  http://www.ki-ag.de/html/tech/sdkonunix.html
 +
 +  wget http://www.ki-ag.de/html/tech/SymbianSDK/packages/sdk2unix-1.2.tar.gz
 +
 +
 +  * Compile GCC
 +  #rzr@nrv:sdk2unix-1.2/$ bin/install_gcc539 ../gcc539src.zip /local/
 +
 +
 +  ### Unpacking and UNIXifying
 +  unzip -q ../gcc539src.zip
 +  chmod -R u+wx src
 +  find src -type f -print | xargs recode -f dos..latin1
 +
 +  ### Configure, compile & install
 +  mkdir obj
 +  cd obj; sh ../src/configure --prefix=/local/ --target=arm-epoc-pe >/dev/null 2>&1
 +
 +  cd obj/bfd; make > /dev/null 2>&1
 +  cd obj/libiberty; make > /dev/null 2>&1
 +  cd obj/opcodes; make > /dev/null 2>&1
 +  cd obj/binutils; make install > /dev/null 2>&1
 +  cd obj/gas; make install > /dev/null 2>&1
 +  cd obj/ld; make install > /dev/null 2>&1
 +  Unexcpected error: aborting.
 +
 +
 +
 +  make[[1]]: Leaving directory `/local/gcc539src/sdk2unix-1.2/obj/ld/po'
 +  gcc -DHAVE_CONFIG_H -I. -I../../src/ld -I. -D_GNU_SOURCE -I. -I../../src/ld   -I../bfd -I../../src/ld/../bfd -I../../src/ld/../include -I../../src/ld/../intl -I../intl  -g -O2 -DLOCALEDIR="\"/local//share/locale\""  -g -O2 -c ldlex.c
 +  ../../src/ld/ldlex.l: In function `yy_input':
 +  ../../src/ld/ldlex.l:577: error: `yy_current_buffer' undeclared (first use in this function)
 +  ../../src/ld/ldlex.l:577: error: (Each undeclared identifier is reported only once
 +  ../../src/ld/ldlex.l:577: error: for each function it appears in.)
 +  make: *** [[ldlex.o]] Error 1
 +
 +
 +I give up here ... feel free to finish
 +  flex --version
 +  flex 2.5.31
 +
 +(Note from izakb (at) synapp (dot) comm: You get this error with newer verions of flex.  On my Debian Sarge system I found that replacing flex with flex-old solves the problem).
 +
 +  * Unixify W32 sdk
 +
 +  bin/install_series60_sdk /mnt/d/Symbian
 +
 +
 +I will try that one :
 +http://gnupoc.sourceforge.net/HOWTO/
 +
 +
 +==== PROGRAMMING ====
 +
 +  * http://en.wikibooks.org/wiki/Programming:Symbian
 +  * http://www.symbian.com/developer/techlib/v70docs/SDL_v7.0/doc_source/reference/cpp/QuickRef/QuickRef.html
 +
 +
 +Using std libs :
 +
 +  * http://www.symbian.com/developer/techlib/v70docs/SDL_v7.0/doc_source/DevGuides/cpp/Base/CStandardLibrary/DesignSTDLIB.html
 +
 +Add to Project include path :
 +
 +  \Symbian\7.0s\Series60_v20\EPOC32\INCLUDE\libc
 +
 +==== EPOC / SYMBIAN ====
 +
 +http://directory.google.com/Top/Computers/Mobile_Computing/EPOC_Devices/?il=1
 +
 +http://www.symbian.com/developer/techlib/apps/9210game.html
 +
 +http://www.symbianopensource.com/
 +
 +http://www.uiq.com/
 +
 +http://www.symbian.org/
 +
 +http://www.forum.nokia.com/main/1,,040,00.html?fsrParam=3-3-/main.html&fileID=3773
 +
 +
 +==== SUPPORT ====
 +
 +  irc:// #symbian #symbian.com #mobitopia
 +
 +
 +===== MISC =====
 +
 +Psion 5  EPOC R3 , [[Java]] is supported on ER5
 +
 +  * http://www.allaboutopl.com/wiki/OPLWikiHome
 +
 +  * http://symbian-freeware.lap.hu/#b15350669
 +
 +  * http://my-symbian.com/main/index6.php?cat=6
 +
 +  * http://www.m-shell.net/downloads.aspx
 +
 +
 +===== MORE =====
 +
 +@TaG: SymbiaN
 +
 +{{http://cdn-gulli.ladmedia.fr/var/jeunesse/storage/images/gulli/chaine-tv/dessins-animes/il-etait-une-fois-la-vie/personnages/le-nabot/le-nabot2/19489590-1-fre-FR/Le-Nabot_432_320.jpg}}
  
epoc.txt ยท Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki