![]() ![]() ![]() ![]() |
![]() |
Welcome to the GSM-Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Only registered members may post questions, contact other members or search our database of over 8 million posts. Registration is fast, simple and absolutely free so please - Click to REGISTER! If you have any problems with the registration process or your account login, please contact contact us . |
|
Register | FAQ | Donate | Forum Rules | Root any Device | ★iPhone Unlock★ | ★ Direct Codes ★ | Direct Unlock Source | Search | Today's Posts | Mark Forums Read |
GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets. |
![]() |
| LinkBack | Thread Tools | Display Modes |
![]() | #1 (permalink) |
Freak Poster ![]() ![]() ![]() ![]() Join Date: Jun 2009 Location: Nepal
Posts: 406
Member: 1061924 Status: Offline Sonork: 100.1612111 Thanks Meter: 96 | ![]() i have good knowledge in mobile hardware & software knowledge since have been working for 3yrs. so i need many good advices from users to this topic... plz advice me how to start my this journey??? i mean what are the things that i should learn? i had also googled in this topic but couldn't find intresting stuffs. if any mate has such information then plz share..........(in details) ![]() ![]() ![]() |
![]() |
The Following User Says Thank You to rabirabi For This Useful Post: |
![]() | #3 (permalink) |
Freak Poster ![]() ![]() ![]() ![]() Join Date: Sep 2011 Location: PH
Posts: 201
Member: 1652205 Status: Offline Sonork: 1611770 Thanks Meter: 120 | no, even single man can do BUT there is A BIG ? it takes time to finish your box,.. and there is many thing to consider and many books to read..even if you are already doing some coding.. but if did nothing in coding better STOP dreaming..... |
![]() |
![]() | #4 (permalink) |
Junior Member ![]() ![]() Join Date: Aug 2005 Age: 47
Posts: 39
Member: 170574 Status: Offline Thanks Meter: 3 | it may possible, don't go for new hardware and software developement, just copy the hardware and re-program the software in your brand....... i think u need some expert for this project ........ search u will get it..... |
![]() |
![]() | #5 (permalink) |
Junior Member Join Date: Jun 2007
Posts: 7
Member: 527838 Status: Offline Thanks Meter: 0 | Even I'm interested in creating my own box. I'm a developer but I have no mobile phone hardware knowledge. I'm sure there are plenty of experts in this forum ... Please advise. Thank you |
![]() |
![]() | #6 (permalink) |
Freak Poster ![]() ![]() ![]() ![]() Join Date: Jun 2009 Location: Nepal
Posts: 406
Member: 1061924 Status: Offline Sonork: 100.1612111 Thanks Meter: 96 | well, since i m just 19yrs now & I think its not impossible for me.. As far I know I should have good knowledge of programming like assembling, reversing, coding, etc....also need to know about microelectronics such as microcontrollers,usb, data transfers, serial comunications or whatever are. but i am still confused that from Where I should start? |
![]() |
![]() | #7 (permalink) |
Junior Member ![]() ![]() Join Date: Mar 2011
Posts: 34
Member: 1535147 Status: Offline Thanks Meter: 7 | Everything is possible 1. try to get data using USB trace 2. using market box its okay, usually they using brand FTDI (get some document in website) with this method i thinks you can made simple flasher tools. but for do more i thinks you should have many stuff . ![]() |
![]() |
![]() | #8 (permalink) |
Freak Poster ![]() ![]() ![]() ![]() Join Date: Jun 2009 Location: Nepal
Posts: 406
Member: 1061924 Status: Offline Sonork: 100.1612111 Thanks Meter: 96 | one thing i couldn't understand, if i want only to make my own flashing box & its software then should i must join ELECTRONICS & TELECOMMUNICATION engineering or should i join the institute which provides following skills one by one? step1 =learn about hardware, com ports, mobile comunication, platforms e.t.c. step2 =learn about asembler, ida olly e.t.c. step3 =learn some high level language (C++, Delphi, VB) step4 = if all 3 steps is succes, is easy to make your own flashing box. i dont have idea to where i can find such teaching institute. also plz reply me how much time it takes to learn above steps one by one. because i am here so curious to develop my own. regards! Rabi |
![]() |
![]() | #9 (permalink) | |
No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2008 Location: gsmsolution Age: 35
Posts: 1,045
Member: 755480 Status: Offline Sonork: 100.1609798 Thanks Meter: 233 ![]() | Quote:
| |
![]() |
![]() | #10 (permalink) |
No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2005 Location: Narowal
Posts: 3,357
Member: 207708 Status: Offline Sonork: 100.1602241 Thanks Meter: 1,050 | Any programing is *** gifted No one become a programer by any institute So if u want .................................................. ... |
![]() |
![]() | #11 (permalink) |
Junior Member ![]() Join Date: Nov 2011 Location: The cache
Posts: 21
Member: 1698024 Status: Offline Thanks Meter: 5 | To do that, you need at least a few years experience in programming (any language: C, Delphi, ASM, Java...), and when you've got that, you'll know the answer to all these questions. BTW, you don't need a college degree or such for this thing, you can learn everything by online tutorials, references and examples. |
![]() |
![]() | #12 (permalink) | |
No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Sep 2009
Posts: 640
Member: 1109337 Status: Offline Thanks Meter: 197 | Quote:
![]() 1st, You'll need Dedication, Time and Money 2nd, start here Arduino Tutorial - Learn electronics and microcontrollers using Arduino! ;; Trade schools use this tutorial as a two weeks ;; crash course in electronics and programming in c language ;; But don't rush it, ;; Learn it very well (both the electronics & c language) 3rd, Learn a high-level language like object-pascal, or c++ or python ;; Just choose one, & settle with it for few years. ;; Learning one of these languages will take you about a year.... ;; Learning how to use it practically will take another year or two ;; What do i mean practically? ;; It means like what you did on arduino_tutorial ;; if i told you to learn c language first, it will make you bored & gave up ;; because it does't make sense of where to use it, ;; just a bunch of compiling & debugging ;; Anyway, what i really mean is after learning a high-level language ;; the next step is to learn its Libraries/Frameworks very well ;; Libraries/Frameworks, whats that? ;; Example, for object-pascal = Delphi, Lazarus ;; for c++ = Qt, Visual c++, Wxwidgets... ;; for C# & VB = .net ;; for python = wxpython, django..... ;; Learning a language like pascal, c++, c#, java, python whatever ;; is a waste of time if you are not adept in using Libraries/Frameworks 4th, by the time you reach this, you'll already know what to do ![]() br | |
![]() |
The Following 9 Users Say Thank You to wohlstand For This Useful Post: |
![]() | #14 (permalink) |
Freak Poster ![]() ![]() ![]() ![]() Join Date: Jun 2009 Location: Nepal
Posts: 406
Member: 1061924 Status: Offline Sonork: 100.1612111 Thanks Meter: 96 | still confused....I tried to learn some arduino tutorials bt cudn't learn sufficient. some of my friends told me i should join electronics & telecommunication engineering to join this field. i m still unable to pick the target for start. I am here in nepal,its very small place not enough colleges teaching electronics by part part.here are the facilities for computer eng, BIT, electronics & telecommunication engineering, electrics eng, etc.. i am so passionate to learn gsm programming that i m leaving hardware job to learn. i have few questions regarding this plz answer.. >>>if i join crash course in electronics and programming in c language, will it be sufficient for me? |
![]() |
![]() |
Bookmarks |
Thread Tools | |
Display Modes | |
| |
![]() | ||||
thread | Thread Starter | Forum | Replies | Last Post |
Seeking for flash nokia 5110 old version (3 version) can exchange for new | Tomas | Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) | 8 | 10-14-2017 19:29 |
news headlines to gsm phone | mos | Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) | 7 | 05-22-2016 11:42 |
How can I do a Welcome note for my 6110 a dosn't have any one ? | Viper | Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) | 8 | 06-27-2015 11:57 |
How to add a language in 51xx/61xx | tati | Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) | 8 | 05-21-2013 19:20 |
How to upload a new firmware... | Brand | Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) | 8 | 06-08-2012 18:29 |
|