Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
35% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
6
2 Commented Posts
0 Endorsements
~12.8K People Reached
About Me

student

Interests
programming

54 Posted Topics

Member Avatar for mahdi68

Hi how can i use AT-Commands in C# ? i try with this code but it`s not work ! can any body help to me ? thanks [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO.Ports; namespace Sending_SMS { public partial …

Member Avatar for bigboss013
0
2K
Member Avatar for mahdi68
Member Avatar for mahdi68

How can i add arabic language support in Emulator of android SDK ? its displayed words as separated like this : س ل ا م how can solve this problem ?

Member Avatar for mahdi68
0
312
Member Avatar for mahdi68

Hi , i try to install mac os 10.6 on HP Pavilion dv6 but befor starting the setup menu this message shown : "You need to restart your computer , Hold down the power button ..." i install it on PC but cant install on Laptop My system specific : …

Member Avatar for Danarchy
0
452
Member Avatar for mahdi68

Hi How can i create Internet Connection (ADSL) in Mac os ? whene i try to connect to internet this message shown : "Could not find PPPoE server"

Member Avatar for jingda
0
159
Member Avatar for mahdi68

Hi i try sen sms with this code , but invalid port error shown [CODE] try { MessageConnection mc = (MessageConnection) Connector.open("sms://0123456789"); TextMessage msg = (TextMessage) mc.newMessage(MessageConnection.TEXT_MESSAGE); msg.setPayloadText("salam"); mc.send(msg); mc.close(); } catch (IOException ex) { ex.printStackTrace(); }[/CODE] what is wrong in my code ?

0
84
Member Avatar for mahdi68

in my application i show database table in a datagridview , now i want to modify and change some records and save this changes on database , how can i do this ? thanks

Member Avatar for Mitja Bonca
0
109
Member Avatar for mahdi68

hi is it possible to write an auto answering machine for android ? for example whene incoming call this application start to play voice . how can i do this ? thanks

Member Avatar for mahdi68
0
74
Member Avatar for mahdi68

Hi i try show layout like image 1 (textView and editText in same line) but my out put shown like image 2 ! i try with this code : [CODE]<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="5px" > <TextView android:id="@+id/label" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="URL:" android:layout_alignBaseline="@+id/entry" android:layout_alignParentLeft="true"/> /> <EditText android:id="@+id/entry" android:layout_width="fill_parent" …

Member Avatar for shibby
0
159
Member Avatar for mahdi68

Hi how can i compare to array in C# ? i use this code but it`s result is false (must be true) ? [CODE]Array.Equals(childe1,grandFatherNode) [/CODE]

Member Avatar for Mitja Bonca
1
3K
Member Avatar for mahdi68

Hi can any body tell me how can i send arabic sms with at-command in C# ? i try with this code but the message show incorrect on phone ! [CODE]serialPort1.BaseStream.Flush(); string cb = char.ConvertFromUtf32(26); System.Threading.Thread.Sleep(2000); this.serialPort1.Write("AT+CMGF=1\r"); this.serialPort1.Write("AT+CSCA=servicecenter\r\n");//Ufone Service Center this.serialPort1.Write("AT+CSCS=\"" + "HEX" + "\"\r\n"); this.serialPort1.Write("AT+CSMP=\"" + 1 + "," …

Member Avatar for Mitja Bonca
0
900
Member Avatar for mahdi68

Hi is it possible to write arabic on label , button, ... in LWUIT ? how can i do this ? thanks

Member Avatar for peter_budo
0
71
Member Avatar for mahdi68

Hi how i show My Location on Google map ? i see j2me google map application that show My Location , how can i get My Location cordinate ? thanks

Member Avatar for peter_budo
0
142
Member Avatar for mahdi68

Hi how can i read one line from string ??? i have string like this : [QUOTE]hello ; boy ; sun welcome;google;pink[/QUOTE] how can i read first line only ? thanks

Member Avatar for peter_budo
0
124
Member Avatar for mahdi68

Hi i download Android 2.2 SDK and install nbandroid plugin on netbeans. when i run project i get this message on netbeans out put and emulator did not start !!! [QUOTE]init: deps-jar: Compiling 1 source file to C:\Users\mahdi\Documents\NetBeansProjects\Hello Android\build\classes compile: =C:\Users\mahdi\Documents\NetBeansProjects\Hello was unexpected at this time. C:\Users\mahdi\Documents\NetBeansProjects\Hello Android\nbproject\build-impl.xml:411: exec returned: …

Member Avatar for peter_budo
0
152
Member Avatar for mahdi68

Hi is it possible active touch support on high level item`s(form , list , ... ) ? thanks

Member Avatar for mahdi68
0
150
Member Avatar for mahdi68

Hi how can i get lis of phone JSR support on application ? is it possible ? for example it`s support JSR-82 or not ? thanks

Member Avatar for peter_budo
0
96
Member Avatar for mahdi68

Hi i want to write an application that search and show information that saved on excel file . but i cant found any thing about how to read excel file on j2me ? now what should i do ? what do you recommend ? thanks

Member Avatar for peter_budo
0
88
Member Avatar for mahdi68

Hi i have probleam on run application , when i click on "Launch as emulated Java ME JAD" this message shown : [QUOTE]com.sun.kvem.midletsuite.InvalidJadException: Reason = 22 The manifest or the application descriptor MUST contain the attribute: MIDlet-1[/QUOTE] but its run true when i click on "Launch as emulated Java ME …

Member Avatar for peter_budo
0
95
Member Avatar for mahdi68
Member Avatar for mahdi68
Member Avatar for mahdi68

Hi i want to write bluetooth base app for send and recive string between two device . i have problem . i send string from device A and device B recive it but when i try to send answer from device B to A i get this notifier : [QUOTE]javax.bluetooth.BluetoothExeption: …

0
98
Member Avatar for mahdi68

Hi i want to use mobile device bluetooth , i use this code but there is probleam with this method getDiscoveryAgent() . this error shown : [QUOTE]Null pointer java/lang/nullpointer exeption[/QUOTE] this is my code : [CODE]/* * To change this template, choose Tools | Templates * and open the template …

Member Avatar for newbi in jme
0
298
Member Avatar for mahdi68

Hi , i download ADT-0.9.1.zip file but i cant add it to eclipse !!! please help me , how should i add this plugin to use eclipse to programming for android ???

Member Avatar for Rigved
0
499
Member Avatar for mahdi68

Hi i want to write an app that send text from one device to an other , how can i test it with emulator on pc ? is it possible with wtk ? thanks

Member Avatar for mahdi68
0
358
Member Avatar for mahdi68

Hi how can i use volume keys and camera key in app ? i use -36 and - 37 constant value but it`s not work !!! i use this to get key name [CODE]str = getKeyName(keyCode);[/CODE] but when i press volume keys or camera key it`s return null i want …

Member Avatar for mahdi68
0
119
Member Avatar for mahdi68

Hi please look this code , when i run it on nokia N97 it`s run very slow but i test it on samsung corby it`s run true , i think if i use game canvas problem be sloved . what should i do to solve this problem . [CODE]/* * …

Member Avatar for peter_budo
0
96
Member Avatar for mahdi68

Hi i turn off computer but when i turn on it after show mother bord logo befor show bootloader(grub) it be reset i did not add any new hardware . now i use ubuntu live cd . what`s probleam can any one help me ??? thanks

Member Avatar for SHENGTON
0
123
Member Avatar for mahdi68

Hi i try to connect to internet with jap proxy (JonDo) i set 127.0.0.1 port:4002 but it`s not work !!! i use it on fedora 12 and it work succeed why it`s not work on win7 ??? thanks

Member Avatar for morevisitor
0
79
Member Avatar for mahdi68

Hi is java suitable language for robot programming ( like line follower robots) ??? thanks

Member Avatar for NormR1
0
87
Member Avatar for mahdi68

Hi in my win xp when i open a window there is no menu bar and button bar !!! there is no any place to right click on it to add thats to windows !!! how can do this ??? thanks

Member Avatar for mahdi68
0
177
Member Avatar for mahdi68

Hi I have some question about java and jvm on mobile devices java app how works on mobile devices like Sony Ericsson or nokia s40 , ... ??? is any JVM or somthing like this on this devices for run java app ??? if there is no os on this …

0
71
Member Avatar for mahdi68

Hi whene i try to run cmd as administrator (Run as administrator) this message shown : access denide you dont have permision to ... how can i do this ??? thanks

Member Avatar for fares1001
0
219
Member Avatar for mahdi68

Hi i use this code for hide form but when i run project form is shown !!! where is probleam ??? thanks [CODE] private void Form1_Load(object sender, EventArgs e) { this.Visible = false; }[/CODE]

Member Avatar for nick.crane
0
72
Member Avatar for mahdi68
Member Avatar for mahdi68

Hi , i write this code and i get error whene i run it !!! why i cant send a variable to array parameter ??? [CODE]#include <iostream> #include <conio.h> using namespace std; void main(){ int a,b,c; cin>>a; cin>>b; c = a+b; int array[c]; cout<<c; _getch(); }[/CODE] i get this errors …

Member Avatar for jonsca
0
120
Member Avatar for mahdi68
Member Avatar for gurukid22
0
75
Member Avatar for mahdi68

Hi how can i make network between windows 7 that realy install on my computer and windows xp that installed on VMware ??? thanks

0
62
Member Avatar for mahdi68

Hi , i want to write an application that give a bluetooth and after it chenge phone contact list (add/remove) , is it possible with java me ??? is it possible on windows mobile or symbian s60 with C# or C++ ??? thanks

Member Avatar for peter_budo
-1
77
Member Avatar for mahdi68

Hi , i have problem to run my code in eclipse !!! whene i run this code on netbeans it`s successful runs but on eclipse this error is shown : [CODE]Null Pointer java/lang/NullPointer Exeption[/CODE] [CODE] 1. import java.io.IOException; 2. 3. import javax.microedition.lcdui.Canvas; 4. import javax.microedition.lcdui.Graphics; 5. import javax.microedition.lcdui.Image; 6. 7. …

0
71
Member Avatar for mahdi68

hi i download eclipse 3.5.1 how can i install tools for j2me programming on it ??? thanks

Member Avatar for peter_budo
0
84
Member Avatar for mahdi68

hi whene i sutdown win 7 monitor turn off but power still workinng !!! how can slove this probleam thansk

Member Avatar for Deathblowers
-2
128
Member Avatar for mahdi68

Hi i download fdm source code from source forge , now i want to compile and run it on visual stedio 2008 but this errors shown : [CODE]Error 4 error C2666: 'fsString::operator ==' : 3 overloads have similar conversions c:\users\mahdi\documents\downloads\compressed\fdm_3.0.848_source\fdm\include.add\fsstring.h 101 FDM Error 5 error C2666: 'fsString::operator !=' : 3 …

0
91
Member Avatar for mahdi68

Hi how can i get linux distributions name in java ??? i try it by Syatem.getProperty("os.name") but this return only "Linux" !!! is any way to return like fedora , suse , ... ??? thanks

Member Avatar for chaospie
0
97
Member Avatar for mahdi68

Hi How can i know in java , pc is connected to internet or no (is online or offline) ??? thanks

Member Avatar for mahdi68
0
98
Member Avatar for mahdi68

Hi i want to know internet download managers ( applications to manage downloads from internet such as IDM or aria2 , ...) how to works ??? how can this applications increase download speed ??? how they able resume downloads ??? and ... thanks

Member Avatar for jwenting
0
98
Member Avatar for mahdi68

Hi i install openJDK on fedora 12 , after run eclipse this message shown : [QUOTE]JVM terminated. Exit code=-1 -Xms40m -Xmx256m -XX:MaxPermSize=256m -Djava.class.path=/home/mahdi/App/eclipse//plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -os linux -ws gtk -arch x86 -showsplash /home/mahdi/App/eclipse//plugins/org.eclipse.platform_3.3.201.v200909170800/splash.bmp -launcher /home/mahdi/App/eclipse/eclipse -name Eclipse --launcher.library /home/mahdi/App/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520/eclipse_1206.so -startup /home/mahdi/App/eclipse//plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -vm /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/../lib/i386/client/libjvm.so -vmargs -Xms40m -Xmx256m -XX:MaxPermSize=256m -Djava.class.path=/home/mahdi/App/eclipse//plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar[/QUOTE] please help me what …

0
77
Member Avatar for mahdi68

Hi i want to show a wap website on Java ME application but i dont know how !!! please help me to do it thanks

Member Avatar for peter_budo
0
111
Member Avatar for mahdi68

Hi , i want to show splash screen whene the application start but after run this message is displayed : No thing to display i use this class , please help me to find probleam tanks [CODE]import java.io.IOException; import javax.microedition.lcdui.*; import javax.microedition.midlet.*; public class UCNAMidlet extends MIDlet implements CommandListener { …

Member Avatar for mahdi68
1
160
Member Avatar for mahdi68

Hi , i want to learn programming for android , so i download android sdk 1.5 and netbeans plugin . i have a problem when i run program that i Have written emulator not shown !!! and this message shown : select device please help me , what i should …

Member Avatar for mahdi68
0
74

The End.