- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 6
- Posts with Downvotes
- 4
- Downvoting Members
- 6
student
- Interests
- programming
54 Posted Topics
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 … | |
Hi i want to read chm and epub file in my application , how can i do this ? | |
How can i add arabic language support in Emulator of android SDK ? its displayed words as separated like this : س ل ا م how can solve this problem ? | |
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 : … | |
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" | |
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 ? | |
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 | |
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 | |
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" … | |
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] | |
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 + "," … | |
Hi is it possible to write arabic on label , button, ... in LWUIT ? how can i do this ? thanks | |
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 | |
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 | |
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: … | |
Hi is it possible active touch support on high level item`s(form , list , ... ) ? thanks | |
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 | |
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 | |
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 … | |
Hi What happen whene a .jar file install in mobile device ??? | |
Hi i have 2 free space on my hard disk how can i merge them ??? thank | |
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: … | |
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 … | |
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 ??? | |
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 | |
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 … | |
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]/* * … | |
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 | |
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 | |
Hi is java suitable language for robot programming ( like line follower robots) ??? thanks | |
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 | |
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 … | |
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 | |
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] | |
Hi which mobile devices support JavaFX ??? thanks | |
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 … | |
Hi how can know how ports is open and how can get list of open ports name ??? thanks | |
Hi how can i make network between windows 7 that realy install on my computer and windows xp that installed on VMware ??? thanks | |
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 | |
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. … | |
hi i download eclipse 3.5.1 how can i install tools for j2me programming on it ??? thanks | |
hi whene i sutdown win 7 monitor turn off but power still workinng !!! how can slove this probleam thansk | |
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 … | |
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 | |
Hi How can i know in java , pc is connected to internet or no (is online or offline) ??? thanks | |
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 | |
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 … | |
Hi i want to show a wap website on Java ME application but i dont know how !!! please help me to do it thanks | |
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 { … | |
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 … |
The End.