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.5K People Reached
About Me

student

Interests
programming
Favorite Tags
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
306
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
445
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
158
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
105
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
73
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
157
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
868
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
70
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
140
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
111
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
150
Member Avatar for mahdi68
Member Avatar for mahdi68
0
149
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
93
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
87
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
91
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
96
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
259
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
496
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
357
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
117
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
92
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
110
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
70
Member Avatar for mahdi68

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

Member Avatar for NormR1
0
85