Latest Discussions
0

[How to] Soft reset, factory reset, upgrade firmware & install Android in Samsung Monte

Samsung Monte s5620 Reset Code and Software version

No wonder Samsung Monte aka Samsung s5620 is still a brilliant 3G cum Wi-Fi enabled smart phone, one of the best in 3G. This is also the 3G phone having the longest stand by and talk time duration phone of its time (jut a year ago by now.)

You’ve been warned! All your data including contacts, messages etc. may be lost during an of these operations! Copy all your necessary data/Contacts/Messages etc. to SIM or make backup on your PC before full reset!

How to Soft Reset Samsung Monte s5620?

Soft Reset is NOT a factory reset or a hard reset. This just clears your mobile phone’s settings to default one.

To reset your Samsung Monte, tap on the Menu button>Settings
Scroll down to the “Reset settings” option
Choose the items you want to reset:

Phone profiles
Display and Light
Phone Settings
Or select all the 3 items

Your mobile phone will reboot automatically. On some cases, you will be prompted to enter a password. Based on your Operator it can be:    00000 or 1234 or Refer to the Manual.

Note that, all your data on the memory card will be erased during this operation, so better backup your contacts, photos …etc on PC!!

How to Hard Reset or Factory Reset Samsung Monte s5620?

To force factory reset Samsung Monte smart phone, you got to release Samsung mobile factory restore code for specific mobile phone, here Samsung Monte itself.

First reset by dialing *#*#7780#*#* on your phone. Confirm reset. Then dial *2767*3855# Your phone is as good and as fresh and new; but wait…

In my case:
dialing *#*#77… required a SIM card to be inserted in to the mobile set, which I didn’t like. So I dialed *2767*… then it asked me for the master password of the hand set… then it showed admin menu/screen then rebooted after a minute or so.

Problem with above process: go this way then. In order to hard reset (aka factory reset or full reset) your Samsung Monte s5620, enter *2767*3855#

You will be displayed this message upon successful entry of the factory reset code:

Just wait a moment! Phone is being full reset, then phone will be restarted automatically.

How to check SIM LOCK in Samsung Smart Phone?

Samsung Monte s5620 all Unlock Codes

Check your SIM LOCK (not equal to the network lock), you enter the main screen: *#7465625# (need to scroll down the pop-up menu to see the following 11 different kinds of lock in your Samsung phone)
1. Network lock
2. Subset lock
3. SP lock
4. CP lock
5. SIM lock
6. Activa lock
7. Auto Network lock
8. Auto subset lock
9. Auto SP lock
10. Auto CP lock
11. Auto SIM lock

How to upgrade firmware for Samsung Monte s5620?

First you have to check which firmware you have
with your Samsung phone. To do that type *#1234# in your phone..It will give you your current
<SW VER> XXII4 … in my case: S5620DDJE1
<CSE VER> XXII4 … IN MY CASE S5620ODDJF1

Understanding the meaning of firmware code:
Based on http://samsung-s5620.blogspot.com/p/firmware-code.html article:
<SW VER>
S5620DDJE1
S5620 : Model of the set
DD: India – Land Code/Location
J: 2010 – Year Code
E: May – Month Code
1: Firmware revision number

Read the details about upgrade firmware of Samsung Monte s5620 from above website, and take precaution before doing anything. I did not even try to upgrade the firmware, because we can check whether a Samsung Smart Phone’s firmware can be upgraded from Samsung Kies software with the mobile set connected to it. Sadly, Samsung kies showed I can not upgrade the firmware for Samsung Monte s5620.

How to install Android in Samsung Monte s5620?

I have found there is a possible way to install Android OS into Samsung’s proprietary OS based phones like Monte and Bada OS. But the installation process is not very easy. For Samsung Monte s5620, since the internal memory is not well enough to run after installing Android, I did not installed Android into it.

But many people have successfully installed Android in many Samsung phones including Bada ones. You got to check the performance of those Android installed phones afterwards. Here is a video which shows how to install Android in Samsung Monte s5620.

Samsung Monte s5620 in Android Mod

In this article I tried to cover samsung monte android, samsung monte reset, samsung monte android mod, samsung monte – montedroid mod, samsung monte s5620 android

You might be interested: Upgrading MP3 Player’s Firmware

0

Case Studies of Engineering Professional Practice for Bachelors of Engineering

Case studies based on Codes of Ethics, Tort, Liability and Negligence in Professional Engineering

  1. Er Satyaman Shrestha was working as a Project Engineer in a road construction project in Chitwan. Er Ramesh Thapa, close friend of Satyaman was also working as a site engineer in the same project for a construction company. Construction work was in full swing. Ramesh and Satyaman were tired every day after the work.Almost every day, Ramesh proposes Satyaman for drinks and good foods in the restaurant after work. After few days of work Satyaman noticed that the ratio of cement mortar used in the stone masonry was 1:6 instead of 1:4 as per design. Similarly, there was 1:3:6 ratio of mixture instead of 1:2:4 as per design in the PCC and RCC works. Satyaman complained of this and asked for the reason. Ramesh told to Satyaman that the strength required for the construction is still safe in the mortar of 1:6 and concrete of 1:3:6 and also this is only the means to cover the overheads of entertainments and other financial benefits, Ramesh did this. Read the rest of this entry »

0

Faith of an Engineer – a tale of engineering

The oath of an engineer in his profession, this is a master piece of the work.

I am an ENGINEER. In my profession I take deep pride, but without vainglory; to it owe solemn obligations that I am eager to fulfill.


As an Engineer, I will participate in none but honest enterprise. To him that he has engaged my service, as employer or client, I will give the utmost of performance and fidelity. Read the rest of this entry »

0

Graphics Project : Bar Diagram [A Project work in Computer Graphics]

This was a Computer Graphics Project named Bar Diagram required in the coursework. [A Project work in Computer Graphics]

#include
#include
#include
#include
#include
#include

/*FUNCTION FOR READING DATA FROM USER*/

void input(float ,float,float,float,float,float);

/*FUNCTION FOR DRAWING BAR DIAGRAM*/

void bar1 (float);
void bar2 (float);
void bar3 (float);
void bar4 (float);
void bar5 (float);
void bar6 (float);

/* MAIN PROGRAM */

void main()
{
int gd=DETECT,gm;
initgraph(&gd,&gm,”c:\\tc\\bgi”);

float sub1,sub2,sub3,sub4,sub5,sub6;
setbkcolor(9);
setcolor(BLUE);
settextstyle(3,0,2);
outtextxy(getmaxx()/2-130,0,”TRIBHUWAN UNIVERSITY”);
settextstyle(3,0,2);
outtextxy(getmaxx()/2-145,30,”INSTITUTE OF ENGINEERING”);
settextstyle(3,0,3);
outtextxy(getmaxx()/2-155,60,”WESTERN REGION CAMPUS”);
settextstyle(3,0,1);
outtextxy(getmaxx()/2-135,92,”LAMACHAUR-16,POKHARA”);
settextstyle(3,0,2);
outtextxy(getmaxy()/2+50,getmaxy()/2,”A”);
settextstyle(3,0,2);
outtextxy(getmaxy()/2+15,260,”PROJECT”);
settextstyle(3,0,2);
outtextxy(getmaxy()/2+40,getmaxy()/2+40,”ON”);
settextstyle(3,0,1);
outtextxy(getmaxy()/2-50,300,”COMPUTER GRAPHICS”);
outtextxy(getmaxx()-600,getmaxy()-140,”BY”);
outtextxy(getmaxx()-600,getmaxy()-110,”Archana Shrestha”);
outtextxy(getmaxx()-600,getmaxy()-80,”402/BEX/062″);

delay(2500);
cleardevice();
settextstyle(7,0,3);
outtextxy(getmaxx()/2-250,getmaxy()/2,”PROGRAM TO DRAW A BAR DIAGRAM”);
delay(1500);
input(sub1,sub2,sub3,sub4,sub5,sub6);
getch();
}
/*END OF MAIN PROGRAM*/

/*FUNCTION FOR READING DATA FROM USER */

void input(float sub1,float sub2 ,float sub3,float sub4,float sub5,float sub6)
{
cleardevice();
cout<”);

setcolor(12);
line(50,50,50,400);
line(50,400,600,400) ;
settextstyle(11,0,1);
outtextxy(70,430,”SUBJECT——->”);
setcolor(YELLOW);
settextstyle(2,0,2);
outtextxy(40,400,”00″);
outtextxy(40,380,”10″);
outtextxy(40,360,”20″);
outtextxy(40,340,”30″);
outtextxy(40,320,”40″);
outtextxy(40,300,”50″);
outtextxy(40,280,”60″);
outtextxy(40,260,”70″);
outtextxy(40,240,”80″);
outtextxy(40,220,”90″);
outtextxy(40,200,”100″);
setcolor(BLUE);
/* FUNCTION CALL TO DRAW BARDIAGRAM */
bar1(sub1);
bar2(sub2);
bar3(sub3);
bar4(sub4);
bar5(sub5);
bar6(sub6);
delay(3000);

cleardevice();
setbkcolor(1);
setcolor(5);

for (int j=0;j{
settextstyle(4,0,6);
setcolor(j);
delay(200);
outtextxy(getmaxx()/2-200,getmaxy()/2,” THANK-YOU “) ;
cout<

for(float i=0;i{
line(485,400-i,555,400-i);
delay(60);
}
}

0

Write an assembly program to READ YOUR NAME AND DISPLAY IT IN NEWLINE

Write an assembly program to READ YOUR NAME AND DISPLAY IT IN NEWLINE

title read and display name

dosseg

.model small

.stack 100H

.code

main proc

mov ax, @data ; initialize ds register

mov ds, ax

mov ah, 09h ; display message1

mov dx, offset msg1

int 21h

mov ah, 0ah ; read string

mov dx, offset string

int 21h

mov alt, 09h ; your name is

mov dx, offset msg2

int 21h

mov ah, 09h ; string output

mov dx, offset string

int 21h

mov ax, 4C00H ; return to DOS

int 21H

main endp

end main

.data

msg1 db “Enter your name $”

msg2 db “OAH, ODH, your name is $”

max db 20

len db ?

string db 20 DUP(‘$’)

0

Write an assembly program to REVERSE THE GIVEN DIGITS

Write an assembly program to REVERSE THE GIVEN DIGITS

title to reverse the given digits

dosseg

.model small

.stack 100H

.code

main proc

mov ax, @data ; initialize ds register

mov ds, ax

mov ax, value1 ; move number to ax

mov cx, 0000h ; remainder r = 0

mov bx, 0010h ; for multiplication by 10h

BACK: mov dx, 0000h ; clear upper 16-bits

div bx ; divide the number ie dx= remainder, ax = quotient

push ax ; push remainder and quotient onto the stack

push dx

mov ax, cx ; r = 0

mul bx ; r = r * 10

pop dx

add ax , dx ; r = r * 10 + n mod 10

mov cx, ax ; keep reverse digits in cx register

pop ax ; or ax, ax ie number = 0

jnz BACK

mov ax, 4C00H ; return to DOS

int 21H

main endp

.data

value1 dw 789A h

list dw 4 dup (?)

end main

Visit our download section to download free simulators/ emulators and other essential engineering softwares or join the free update newsletters now.

0

Write an assembly program to COPY A BLOCK OF DATA FROM ONE MEMORY TO ANOTHER

Write an assembly program to COPY A BLOCK OF DATA FROM ONE MEMORY TO ANOTHER

title copy a block of data from one memory to another

dosseg

.model small

.stack 100H

.code

main proc

mov ax, @data ; initialize ds register

mov ds, ax

mov SI, offset array1 ; source index

mov di, offset array2 ; destination index

mov cx, 06H ; for 6 data ie cx is implicit counter

BACK: mov al, [SI]

mov [di], al ; move [di], [si]

inc si

inc di

loop BACK ; loop always looks for counter cx

mov ax, 4C00H ; return to DOS

int 21H ; interrupt

main endp

.data

array1 db 01, 02, 03, 04, 05, 06

array2 db 6 dup (?) ; or dup(0) to initialize

result db?

end main

Visit our download section to download free simulators/ emulators and other essential engineering softwares or join the free update newsletters now.

0

Hardware Concept in Computer Graphics- Mouse and Pointing Devices

Mouse play a very important role in development of Computer Graphics and to implement graphics in the computer system. Mouse is a pointing input device that points out item(s) by cursor. The cursor can be move from one position to another, this movement of cursor is due to the movement of mouse in the plane surface. The movement of mouse occurs only in two directions- vertical and horizontal. Mouse always measures its relative movement from its last position. Read the rest of this entry »

0

Write an assembly language program (Intel 8086) to READ A STRING, CONVERT IT INTO UPPER CASE AND FINALLY DISPLAY THE CONVERTED STRING

Write an assembly language program (Intel 8086) to READ A STRING, CONVERT IT INTO UPPER CASE AND FINALLY DISPLAY THE CONVERTED STRING

Read More

 

title ALP to read a string, convert it into upper case and display the converted string

dosseg

.model small

.stack 100H

.code

main proc far

mov ax, @data ; initialize ds register

mov ds, ax

 

mov ah, 0ah ; read string

lea ax, param

int 21h

 

mov bx, 00 ; convert to upper string

mov cx, act_len

L2:          mov ah, str [bx]

cmp ah, 41h

jb L1

cmp ah, 51h

ja L1

XOR ah, 00100001B

mov str [bx], ah

L1:          inc bx

loop L2

 

mov ah, 02h ; display newline

mov dl, 0a

int 21h

 

mov ah, 09h ; display string

lead dx, str

int 21h

 

mov ax, 4C00H ; return to DOS

int 21H

main endp

.data

param label Byte
max_men db 60
act_len db ?
str db 60  dup(?)

 

end main

0

To evaluate ordinary differential equations by RK-4 (Classical) Method

Evaluating ordinary differential equations by RK-4 or classical method both order first and second

//To compute ordinary differential equations by RK-4 or classical method for order first

#include

#include

#include

void main()

{

cout<<”\t first order R-K 4th Classical Method\t”<

double h,n,m1,i,m2,m3,m4,x[100],y[100];

cout<<”Number of intervals “;

cin>>n;

cout<

cout<<”Enter the value of h”<<<”h = “;

cin>>h;

cout<<”Enter the value of x0″<<<”x0 = “;

cin>>x[0];

cout<<”Enter the value of y0″<<<”y0 = “;

cin>>y[0];

cout<

for(i=0;i<=n;i++)

{

x[i+1]=x[i]+h;

m1=h*.5*(1+x[i])*(y[i]*y[i]);

m2=h*.5*(1+(x[i]+.5*h))*(y[i]+m1*.5*h)*(y[i]+m1*.5*h);

m3=h*.5*(1+(x[i]+.5*h))*(y[i]+m2*.5*h)*(y[i]+m2*.5*h);

m4=h*.5*(1+(x[i]+h))*(y[i]+m3*h)*(y[i]+m3*h);

y[i+1]=y[i]+(m1+2.0*m2+2.0*m3+m4)/6;

cout<<”x”<<<”= “<<

cout<<”y”<<<”= “<<

cout<

}

getch();

}

// To compute ordinary differential equations by RK-4 or classical method for order second

#include

#include

#include

void main()

{

cout<<”\t 2nd order order R-K 4th Order Method\t”<

double h,n,m1,i,m2,m3,m4,p1,p2,p3,p4,x[100],y[100],z[100];

cout<<”Number of intervals “;

cin>>n;

cout<

cout<<”Enter the value of h”<<<”h = “;

cin>>h;

cout<<”Enter the value of x0″<<<”x0 = “;

cin>>x[0];

cout<<”Enter the value of y0″<<<”y0 = “;

cin>>y[0];

cout<<”Enter the value of z0″<<<”z0 = “;

cin>>z[0];

cout<

for(i=0;i<=n;i++)

{

x[i+1]=x[i]+h;

m1=h*z[i];

p1=h*(6*x[i]+3*y[i]-2*z[i]);

m2=h*(z[i]+.5*p1);

p2=h*(6*(x[i]+.5*h)+3*(y[i]+m1*.5)-2*(z[i]+.5*p1)) ;

m3=h*(z[i]+.5*p2);

p3=h*(6*(x[i]+.5*h)+3*(y[i]+m2*.5)-2*(z[i]+.5*p2)) ;

m4=h*(z[i]+.5*p3);

p4=h*(6*(x[i]+.5*h)+3*(y[i]+m3*.5)-2*(z[i]+.5*p3)) ;

y[i+1]=y[i]+(m1+2.0*m2+2.0*m3+m4)/6;

z[i+1]=z[i]+(p1+2.0*p2+2.0*p3+p4)/6;

cout<<”x”<<<”= “<<

cout<<”y”<<<”= “<<

cout<<”z”<<<”= “<<

cout<

}

getch();

}

To evaluate ordinary differential equations by RK-4 (Classical) Method in C++ Programming Language for Numerical Methods for Engineering Students

Page 2 of 7112345...102030...Last »