bladox.com Forum Index bladox.com
Turbo SIM Toolkit Adapter Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TSIM Deployment issues Urgent help required
Goto page 1, 2  Next
 
Post new topic   Reply to topic    bladox.com Forum Index -> Development
View previous topic :: View next topic  
Author Message
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Wed Oct 29, 2008 9:03 am    Post subject: TSIM Deployment issues Urgent help required Reply with quote

Hello,

Recently I have purchased TP2 with 2 Blank 2 TSIMs. I have configured gcc and turboutils and successfully compiled and created helloworld.trb.

I have tried all the options of uploading TRB file to TSIM but none of the options are working.

1. TP2: CEMU and prog_apps hang and nothing happens, I tried other commands but nothing happens. When I connect TP through USB cable, it detected USB device (USB-Serial Converter) but no utility works. Is there any method to check if TP is successfully connected and working with PC? I am using Windows XP and using command from bin-win32 folder from the distribution.

2. I tried cableutils on SonyEricson K750 device, e.g. for turbo-info command I got following output
initializing modem
modem initiated
SEND: 01 029100110000810004FF0110
ANS AT+CMGW=9
>
ANS 029100110000810004FF0110 +CMGW: 2 OK
AT POS 2
ANS AT+CMGR=2
+CMGR: 2,,9 029100110000810004FF0110 OK
READ: 0110 OK
ANS AT+CMGD=2
OK
Unknown Error
For turbo-app command with -v option I have received following output
SRC helloworld.trb
SIZE 133
initializing modem
1 -> ATV1 1 <- ATV1
OK
1 -> ATE1 1 <- ATE1
OK
1 -> AT+CPMS="SM","SM" 1 <- AT+CPMS="SM","SM"
+CPMS: 1,20,1,20,87,201
OK
1 -> AT+CMGF=0 1 <- AT+CMGF=0
OK
1 -> AT+CPMS? 1 <- AT+CPMS?
+CPMS: "SM",1,20,"SM",1,20,"ME",87,201
OK
modem initiated
SEND: 02 029100110000810004FF020C00
1 -> AT+CMGW=10 1 <- AT+CMGW=10
>
ANS AT+CMGW=10
>
1 -> 029100110000810004FF020C00
1 <- 029100110000810004FF020C00
+CMGW: 2
OK
ANS 029100110000810004FF020C00 +CMGW: 2 OK
AT POS 2
1 -> AT+CMGR=2 1 <- AT+CMGR=2
+CMGR: 2,,10
029100110000810004FF020C00
OK
ANS AT+CMGR=2
+CMGR: 2,,10 029100110000810004FF020C00 OK
READ: 020C00 OK
1 -> AT+CMGD=2 1 <- AT+CMGD=2
OK
ANS AT+CMGD=2
OK
ERROR: Bad File

How can I resolve these issues?

Secondly, inserting TSIM with regular SIM in phone or TP SIM socket is real pain in the neck. It is very difficult to take out once it is inserted. Are there any technique one can use to easily insert or pull out TSIM + SIM in the phone or TP socket? I fear that if little excessive force is used then either it will break SIM or TSIM.

I have also purchased TL2, how can use it?

Uday
Back to top
View user's profile Send private message
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Wed Oct 29, 2008 1:39 pm    Post subject: Made some progress... Reply with quote

Hello,

I made some progress after last post. I found out that my serial com port was set to 9, when I started using it, I could communicate with TP. However loose connection is still a problem, I had to press my thumb all the time otherwise it hangs again. Anyway now I have copied helloworld.trb successfully to TSIM. Please see details below...
C:\cygwin\turbo-prog-utils-3.1.6\turbo-prog-utils-3.1.6\bin-win32>sim_dump -dCOM
9 helloworld.trb
SIM mode initialized, sim.trb
SIM_ATR: FF

FILE: MF 3F00
SELECT 3F00
File Does Not Exist


C:\cygwin\turbo-prog-utils-3.1.6\turbo-prog-utils-3.1.6\bin-win32>cemu --app hel
loworld.trb -dCOM9
SIM mode initialized, sim.trb
SIM_ATR: 3B 1B 94 80 69 01 01 12 11 00 80 00 00 00

Uploaded 128/133 bytes
Uploaded 133/133 bytes

OK. No Error

How do I now test the application, after I insert it into phone (SIM + TSIM) phone just boots to normal and I don't see helloworld app. How to see that it is working?

Thanks & regards....

Uday
Back to top
View user's profile Send private message
pz
Guest





PostPosted: Wed Oct 29, 2008 3:17 pm    Post subject: Re: TSIM Deployment issues Urgent help required Reply with quote

Uday wrote:
Hello,

Recently I have purchased TP2 with 2 Blank 2 TSIMs. I have configured gcc and turboutils and successfully compiled and created helloworld.trb.

I have tried all the options of uploading TRB file to TSIM but none of the options are working.

1. TP2: CEMU and prog_apps hang and nothing happens, I tried other commands but nothing happens. When I connect TP through USB cable, it detected USB device (USB-Serial Converter) but no utility works. Is there any method to check if TP is successfully connected and working with PC? I am using Windows XP and using command from bin-win32 folder from the distribution.


You will use "cemu", "prog_apps" is for uploading apps into programmer itself. You should have virtual COM port in your hardware setup - this shows when prog is connected. Use these drivers: http://ftdichip.com/Drivers/VCP.htm

Once you know what COM you have use e.g. "prog_apps -d COMx" to see apps loaded in programmer. Or "cemu -d --info" etc.

Quote:

2. I tried cableutils on SonyEricson K750 device, e.g. for turbo-info command I got following output
initializing modem
modem initiated
SEND: 01 029100110000810004FF0110
ANS AT+CMGW=9
>
ANS 029100110000810004FF0110 +CMGW: 2 OK
AT POS 2
ANS AT+CMGR=2
+CMGR: 2,,9 029100110000810004FF0110 OK
READ: 0110 OK
ANS AT+CMGD=2
OK
Unknown Error
For turbo-app command with -v option I have received following output
SRC helloworld.trb
SIZE 133
initializing modem
1 -> ATV1 1 <- ATV1
OK
1 -> ATE1 1 <- ATE1
OK
1 -> AT+CPMS="SM","SM" 1 <- AT+CPMS="SM","SM"
+CPMS: 1,20,1,20,87,201
OK
1 -> AT+CMGF=0 1 <- AT+CMGF=0
OK
1 -> AT+CPMS? 1 <- AT+CPMS?
+CPMS: "SM",1,20,"SM",1,20,"ME",87,201
OK
modem initiated
SEND: 02 029100110000810004FF020C00
1 -> AT+CMGW=10 1 <- AT+CMGW=10
>
ANS AT+CMGW=10
>
1 -> 029100110000810004FF020C00
1 <- 029100110000810004FF020C00
+CMGW: 2
OK
ANS 029100110000810004FF020C00 +CMGW: 2 OK
AT POS 2
1 -> AT+CMGR=2 1 <- AT+CMGR=2
+CMGR: 2,,10
029100110000810004FF020C00
OK
ANS AT+CMGR=2
+CMGR: 2,,10 029100110000810004FF020C00 OK
READ: 020C00 OK
1 -> AT+CMGD=2 1 <- AT+CMGD=2
OK
ANS AT+CMGD=2
OK
ERROR: Bad File

How can I resolve these issues?


For turbo-cable-utils it is necessary that SMS written/read is stored to SIM card so that Turbo SIM can see this. Unfortunately this log shows it is not so, the phone simply ignores +CPMS="SM","SM" - it says OK but doesn't store SMS into SIM as it should.

Quote:

Secondly, inserting TSIM with regular SIM in phone or TP SIM socket is real pain in the neck. It is very difficult to take out once it is inserted. Are there any technique one can use to easily insert or pull out TSIM + SIM in the phone or TP socket? I fear that if little excessive force is used then either it will break SIM or TSIM.


As for programmer - yes, the SIM connector sucks, it's used for historical reasons from times before there was any Turbo SIM. Please don't use the sim lock door and use cloth peg to keep SIM+TSIM in place.

As for phones - what type do you have problems with? Usually this is easy and should be no pain.

Quote:

I have also purchased TL2, how can use it?

Uday


Please look at devel doc to see how debugging works. Use it the same way as TSIM but have it connected to TP2 to see your messages and/or SIM-ME communication.
Back to top
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Wed Oct 29, 2008 7:01 pm    Post subject: Don't see helloworld.trb Reply with quote

Hi,

Thanks for the help. cemu tells me that it has loaded helloworld.trb successfully however prog_apps does not show it.. what is the problem?
Please see screen dump below...
C:\cygwin\turbo-prog-utils-3.1.6\turbo-prog-utils-3.1.6\bin-win32>cemu --app hel
loworld.trb -dCOM9
SIM mode initialized, sim.trb
SIM_ATR: 3B 1B 94 80 69 01 01 12 11 00 80 00 00 00

Uploaded 128/133 bytes
Uploaded 133/133 bytes

OK. No Error

C:\cygwin\turbo-prog-utils-3.1.6\turbo-prog-utils-3.1.6\bin-win32>prog_apps -d C
OM9
Programmer kernel version: 3.1.1
Programmer application list:
0: avrprog.trb 3.1.0
1: brum.trb 3.1.0
2: df.trb 3.1.0
3: sim.trb 3.1.9
4: turboadapter.trb 3.1.11

C:\cygwin\turbo-prog-utils-3.1.6\turbo-prog-utils-3.1.6\bin-win32>
Back to top
View user's profile Send private message
pz
Guest





PostPosted: Fri Oct 31, 2008 1:03 pm    Post subject: Reply with quote

prog_apps lists applications in TP2, not TL2/TSIM - you cannot list apps in turbo devices
Back to top
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Mon Nov 03, 2008 11:27 am    Post subject: Where do I see application successfully coped from cemu? Reply with quote

Ok, I am still not getting as to where should I check whether SIM/TSIM has application which was successfully copied using cemu?
Where is my helloworld.trb? How do I test it or check if it is working or not? Can you please help?

Uday
Back to top
View user's profile Send private message
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Mon Nov 03, 2008 11:28 am    Post subject: Is it possible to have a quick call? Reply with quote

Please let me know... I tried calling your number given on Invoice but it goes to Fax. May be we can sort it out quickly on the phone?

Uday
Back to top
View user's profile Send private message
pz
Guest





PostPosted: Mon Nov 03, 2008 8:29 pm    Post subject: Re: Is it possible to have a quick call? Reply with quote

Uday wrote:
Please let me know... I tried calling your number given on Invoice but it goes to Fax. May be we can sort it out quickly on the phone?

Uday


We are out for the cartes show.

Anyway do just "cemu --app helloworld.trb" (or any already precompiled app you find on our site). Then you should have "Hell World" item in the Turbo STK menu,
Back to top
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Tue Nov 04, 2008 2:01 am    Post subject: I don't see TurboSTK menu on phone Reply with quote

After cemu --app helloworld.trb, it says no error but I don't see TurboSTK menu on the phone.

Uday
Back to top
View user's profile Send private message
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Thu Nov 06, 2008 9:14 am    Post subject: Please respond Reply with quote

Please respond
Back to top
View user's profile Send private message
cporter
Guest





PostPosted: Thu Nov 06, 2008 10:15 am    Post subject: Turbo Menu Reply with quote

Hi Uday,

The Turbo option should 'replace' the old operator menu option (which generally provides listings of Value Added Services). What mobile phone are you using?

Chris
Back to top
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Thu Nov 06, 2008 2:05 pm    Post subject: Which phone I used for TSIM testing? Reply with quote

Hi,

I have used SonyEricson K750 and Old Nokia Phone. I have used Idea Cellular in India as network provider.

Thanks for your help.

Regards...

Uday
Back to top
View user's profile Send private message
cporter
Guest





PostPosted: Thu Nov 06, 2008 2:18 pm    Post subject: Reply with quote

For your K750 you will probably find the Turbo option (and your applications) within the Operator Services menu option.

What model is your Nokia?

Chris[/b]
Back to top
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Wed Nov 12, 2008 1:24 pm    Post subject: Why there is no help from Bladox? Reply with quote

I have posted as much detail information as possible but I don't see good response. I can understand that Bladox team was in France but why not after the event is over? May I request Bladox staff to go thru all the posting and help me out?

All our investment in Bladox products is dead currently... Is there phone support? Only support on forum is too slow. I have invested 380+ Euros on these product and I expect good support otherwise I don't option to return the product and seek alternate solution

Regards...

Uday
Back to top
View user's profile Send private message
Uday



Joined: 15 Oct 2008
Posts: 14

PostPosted: Wed Nov 12, 2008 1:25 pm    Post subject: K750 Reply with quote

Unfortunately I don't see Turbo menu anywhere.. I checked all possible options.

Uday
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    bladox.com Forum Index -> Development All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group