This week's book giveaway is in the JDBC and Relational Databases forum.
We're giving away four copies of Resilient Oracle PL/SQL: Building Resilient Database Solutions for Continuous Operation and have Stephen Morris on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

send bookmark

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hiii,
I am sorry i don't know whether this is the correct place to write my problem ...

I am writing codes to send bookmark via MIDP 2.0, i find difficulty about WMA format for bookmark. i have read several pages about send bookmark, i send those exactly compose bytes to the other phone via binary message but the other phone receive 'unreadable message'. I don't know because i have sent exactly same with the example but it didn't work... i have sent these bytes :

0B0504C34FC002000304010101062D1F2A6170706C69636174696F6E2F782D7761702D7072
6F762E62726F777365722D626F6F6B6D61726B730081EA01016A0045C67F01871511035445
5354000187171103687474703A2F2F736F6D6577686572652E636F2E756B2F6F74612E7068
703F623062653335653936396232633236393538626362346500010101

translate to :
<?xml version="1.0"?>
<CHARACTERISTIC-LIST>
<CHARACTERISTIC TYPE="BOOKMARK">
<PARM NAME="NAME" VALUE="TEST"/>
<PARM NAME="URL" VALUE="http://somewhere.co.uk/ota.php?b0be35e969b2c26958bcb4e"/>
</CHARACTERISTIC>
</CHARACTERISTIC-LIST>

for the complete pages http://www.experts-exchange.com/Programming/Wireless_Programming/Q_20579312.html
well i am trully out of idea how ...
some other say i must set the DCS.. i search the way to set DCS but i am out of opinion anymore, i don't find the way to set the DCS in MIDP 2.0, WMA. please if anyone knows how teach me... thank you ...


regards,

-xins

[ Jess put some line breaks in the bit stream so it won't stretch the screen ]
[ October 05, 2004: Message edited by: Jessica Sant ]
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This seems like a great fit for our J2ME forum. So, please post your replies there.

Thanks!
[ October 05, 2004: Message edited by: Jessica Sant ]
 
Forget Steve. Look at this tiny ad:
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
reply
    Bookmark Topic Watch Topic
  • New Topic