Amir Iqbal

Ranch Hand
+ Follow
since Jun 23, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Amir Iqbal

mmmm ok. but i guess Objective C is specifically for IPhone develpement.

but its ok thanks alot for your help again. May God reward you for this help.

can you just verify me that can java access call and sms log files? etc ???

regards,
Amir Iqbal
14 years ago
Tim Holloway Thanks a lot for your help.
You are absolutely right. I am doing RnD in this regards as well and my RnD results in the same as you describe it.
But Sir, let say if i am targeting Nokia Symbians (v 60) phones. i did not find the solution that how can i access the call log, and sms log, and how to block incoming call or sms through J2ME (like MIDP). i have searched all the day but there were no latest postings in these regards.

Some people asked the same question on the Nokia forums back in 2007. at that time some people also replied that call and sms log access and blocking of call through J2ME was not possible in 2007.

But a few months ago, i found a free (but trial) software "Blacklist.jar" for my nokia e51. this software helps you to automatically ignore call from your provided (blacklisted) contact number. and the caller gets the Busy tone whenever he tries to call you through blacklisted number.

So, as i have noticed that "blacklist" software is a jar file which means it is written in java language, also it can access incoming call bla bla.

So sir, infact i am in search of how java gets the incoming call/sms events.

Kindly help me in this regard, sir.

again thanks a lot for your kind and helpful reply.

Regards,
Amir Iqbal
14 years ago
Dear All,
I am a java developer since last 2 years. But i was developing in J2SE. Now i am going for J2ME.
I have to develop an application but as its been long time so i do not know the latest changes in the J2ME.
But as you guys are working on it so i need your help / suggestions.


My Questions are as following:

1) Can i access call log, sms log Using Midlet ?
2) Can i block call or sms using Midlet ?
3) Can i upload data using Midlet over the internet?
4 ) Can i access the phone resouces like volume controls, bluetooth, gallery etc using java???.
5) Can i start and stop this service without user intervention???

etc etc.


NOTE:

By Midlet i mean Java, My core focus in on Symbian plateform.


So can you guys help me through your comments, suggestions or any helpful link ??? i will be thankful to you.

Waiting for your positive response,

Regards,
Amir Iqbal


14 years ago
Hey Guys,
First of all i welcome Mr. Craig Walls. Sir thank you very much for joining us here. secondly i appreciate this effort of Java ranch team who let us benefit from well known authors.

keep it up ,


regards,
Amir Iqbal
15 years ago
Dear James,
yeah same things happens to me too. But i realized is, there is some sort of bug in eclipse. How i solve it is, you can check your project's libs and you will realize that The JRE path is changed. That's why there are so many issues highlighted in code. Just reset the JDK/JRE path then you will find its fixed. ok.



Regards,
Amir Iqbal
well done.. Congrats buddy.... keep it up...
15 years ago
Dear VenuGopal,
This may be helpful for you kindly Visit This.
15 years ago
JSP
Dear,
It totally depends upon the requirements or the complexities of the current application.
As far as my experience, i can tell you some points that may help you to make decision.
Java Server Faces:
its a good framework. it has cool components. and will help you to build rapidly. But if you got stuck then let me clearly tell you that Java Server Faces do not have much help on line. so sometimes little problems takes much time to solve.
Rich faces, Ice Faces:
They are third party libraries based on Java Server Faces. so they have same pros and cons as per Java Server Faces.
adobe flex:
Its very fine and good option. in fact i am also coding in it now a days but the thing i have observed is because it depends upon the Flash Players so some time it works fine on a browser but fails on the other.

So Brother, Its up to you. Final decision is yours.

Regards,
15 years ago
JSF
Kindly post the errors so that we can reach to the actual problem.

Regards,
15 years ago
Dear Sasank,

There are two possibilities:

1)

the "jsch-0.1.40.jar" file is not working. means i also face this problem. that i do have this jar in my lib folder but still its not working.
so try to seprately download a newer jsc.jar and then place it in your classpath.

2)

you said you need the sample code so here is my sample code :



Regards,
15 years ago
Hey Ravi,
i would suggest you to use some open source application(s) for performance and memory overview.
for example use "JProfiler" if you want to see the memory usage of your application. this is really a good tool for getting the deep memory info in the form of graphs and charts.



Regards,
15 years ago
Thanks alot Steve.

Now i understand the whole concept. Thanks alot again...
Dear Ranchers,
Can anybody please tell me that is it possible that a parent thread dies before the child ones?
Or would you poeple please tell me the order of termination of Threads?


Explanation:

Say i have a Thread "Parent" in it i am starting another two threads say "child1" and "child2" then both childs are still in running phase and Parent Thread dies.




All kinds of Suggestions and Replies are warmly welcomed.
Regards,
hi arjun,
you have to do the following steps

1) create .war file of your project
2) paste that file in your installation directory of JBOSS.
(ie normally E:\Documents and Settings\amir\jboss-4.2.3.GA\server\JBoss\deploy)
3) then go to E:\Documents and Settings\amir\jboss-4.2.3.GA\bin and db click on startup.bat

then open the page in IE

Note:

i would prefer you to use Myeclipse tool. and configure JBoss with it... becuase it automates the whole thing.

Regards,
16 years ago
i would like to share a really good news with you guys.

Sun in introducing a new face to swing components with the name "Nimbus". it changes the look and feel of components in an awesome way.
i really love it.


Regards,
16 years ago