Push related... like ChatON etc... - Bada Software and Hacking General

Someone miss Push in bada?
Sorry, I don't use Social Network stuff...
Anyway... it seems minimum 2 Apps with Push exists...
ChatON for sure...
Someone told about KakaoTalk...
More Apps known for bada ?
Short check... of ChatON... manifest.xml
Code:
<Privilege>
<Name>PUSH_MESSAGING</Name>
</Privilege>
Then look into external.xml...
Code:
<ext-function>Osp::Messaging::PushManager::~PushManager</ext-function>
<ext-function>Osp::Messaging::PushMessage::GetText</ext-function>
<ext-function>Osp::Messaging::PushManager::GetUnreadMessagesN</ext-function>
Are these stuff in manifest.xml and/or external.xml mandatory for Push?
Or magic is in Binary.exe ?
Few users missing more Push Apps...
Maybe better do more Push ups...
Best Regards

http://developer.bada.com/help_2.0/...p/html/dev_guide/messaging/push_messaging.htm
Background infos...
Best Regards

http://developer.bada.com/devtools/samsungservices
Push Services are an efficient and reliable way to alert your users. They allow even background applications to inform users of new information in real-time. Push Services are widely used for a variety of fields in mobile applications, such as weather updates, messaging services, mail notification, coupon services, and so on. Push Services are no longer optional but have become essential.
Samsung Push Messaging Service provides various notifications such as tickers, badges, sounds or vibrations. The Push message itself is large enough to carry a long message, or a simple image of a coupon or advertisement. Samsung Push Messaging Service will increase your chances to upgrade your application and increase its success.
Push Messaging Guide will show you many helpful resources and information such as the following:- The basic flow of Samsung Push Messaging Service
Getting started with the Samsung Push Messaging Service
How to implement a push feature for your application
Push application examples
Click to expand...
Click to collapse
Contains few Links with more infos...
Best Regards

SevenIM (with Social Hub Premium) also has push. Not working reliably, though.

Blub.
How many Push enabled Apps exists for bada ?
It seems Push Server/Service is unique Samsung stuff ?
Best Regards

In Germany user have problem with ChatON...
Seems Push Service is "offline"...
Any hints about this?
ChatON is alive and correct working in other countries?
Thanx in advance.
Best Regards

adfree said:
In Germany user have problem with ChatON...
Seems Push Service is "offline"...
Any hints about this?
ChatON is alive and correct working in other countries?
Thanx in advance.
Best Regards
Click to expand...
Click to collapse
It seams push service is not available for a week already (may be more).
I'm unable to use push notification with ChatOn nor Viber (I'm in Bulgaria).
Best Regards,
Nasko

Push notification of KinT-Messenger work properly...

I have only read in Android World I9300 etc...
Since Update problems too...
Version 2.0.5 (22.01.2013)
Click to expand...
Click to collapse
Maybe not only bada affected...
Best Regards

Facebook push also not work

KakaoTalk has Push ?
Or Viber ?
I don't know.
Best Regards

Facebook push also not work
Click to expand...
Click to collapse
Maybe you could try now Facebook 0.9.12
http://forum.xda-developers.com/showpost.php?p=32955619&postcount=328
Best Regards

http://forum.xda-developers.com/showthread.php?t=1503609&highlight=shp
Maybe this is again SHP Server related issue...
Only an idea not tested nor time to test...
Best Regards

adfree said:
http://forum.xda-developers.com/showthread.php?t=1503609&highlight=shp
Maybe this is again SHP Server related issue...
Only an idea not tested nor time to test...
Best Regards
Click to expand...
Click to collapse
Btw it also not work SHP

If unsolved...
Maybe use WinComm to log...
http://forum.xda-developers.com/showthread.php?t=928170
Short logged with WinComm with older ChatON...
Only Disclaimer...
I'm not using Social Network stuff... so I am tooooo lazy to register etc...
https://d3290i3gyu2p3n.cloudfront.net/mwv/ssv1.0/ajax-loader-new.png
http://smm.samsung.com/settings/v1/disclaimer.manifest
http://smm.samsung.com/resws/mwv/disclaimer/countries.json
http://smm.samsung.com/resws/mwv/disclaimer/262.json
Code:
CACHE MANIFEST
# manifest revision : mobileweb-v1.3.4 / de_DE 1214
CACHE:
http://d3ickleos2yb4u.cloudfront.net/mobileweb/1.3.4/js_gz/settings/v1/lib.js
http://d3ickleos2yb4u.cloudfront.net/mobileweb/1.3.4/js_gz/settings/v1/chaton.js
http://d3ickleos2yb4u.cloudfront.net/mobileweb/1.3.4/css_gz/settings/v1/jquery.mobile-1.0.min.css
http://d3ickleos2yb4u.cloudfront.net/mobileweb/1.3.4/css_gz/settings/v1/w.css
NETWORK:
*
http://*
https://*
FALLBACK:
Best Regards

http://d3ickleos2yb4u.cloudfront.net/mobileweb/1.3.4/js_gz/settings/v1/chaton.js
Code:
/*!
* Mobile Platform Detector 1.0 (2012-02-09)
*
* Copyright 2012, ChatON Dev Group, Samsung Electronics
* All rights reserved.
*
* Usage : chaton.platform.detect(window.navigator.[B]userAgent[/B]);
* ex)
* input : "Mozilla/5.0 (Linux; U; Android 1.5; de-de; Galaxy Build/CUPCAKE) AppleWebkit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1"
* output : {
* 'platform': 'android','osversion': '1.5', 'locale': 'de-de','model': 'Galaxy'
* }
*/
if(typeof(chaton)=="undefined"){chaton={}}(function init(){if(typeof(chaton.platform)=="undefined"){chaton.platform={}}var filter={android:function(t){if(t.search(/android/i)<0){return null}var mtcs=t.match(/(?:android)\s([\d\.]+)[\-\w]*;\s([\w\-]+);\s([\w\-\s\.]+)\sBuild\//i);if(mtcs!=null){return{platform:"android",osversion:getAndroidSDKVersion(mtcs[1]),locale:mtcs[2],model:mtcs[3]}}return{platform:"android"}},"iphone%20os":function(t){if(t.search(/iphone|ipad|ipod/i)<0){return null}var mtcs=t.match(/(iphone|ipad|ipod);.*os\s([\d\_]+).*os\sx(?:;\s([\w\-]+))?/i);
if(mtcs!=null){return{platform:"iphone%20os",osversion:mtcs[2].replace(/_/g,"."),locale:mtcs[3]||"",model:mtcs[1]}}return{platform:"iphone%20os"}},bada:function(t){if(t.search(/bada/i)<0){return null}var mtcs=t.match(/samsung;\s([\w\-]+)\/.*bada\/([\d\.]+);\s([\w\-]+)/i);if(mtcs!=null){return{platform:"bada",osversion:mtcs[2]+".0",locale:mtcs[3],model:mtcs[1]}}mtcs=t.match(/(samsung-[\w\-]+)\/.*bada\/([\d\.]+)/i);if(mtcs!=null){return{platform:"bada",osversion:mtcs[2]+".0",locale:"",model:mtcs[1]}}return{platform:"bada"}},tizen:function(t){if(t.search(/tizen/i)<0){return null}var mtcs=t.match(/(?:tizen)\s([\d\.]+);\s([\w\-]+);\s([^\)]+)\)/i);if(mtcs!=null){return{platform:"tizen",osversion:mtcs[1],locale:mtcs[2],model:mtcs[3]}}return{platform:"tizen"}},blackberry:function(t){if(t.search(/blackberry/i)<0){return null}var mtcs=t.match(/(blackberry[\w]+)\/([\d\.]+)/i);if(mtcs!=null){return{platform:"blackberry",osversion:"BB%20OS"+mtcs[2].split(".").shift(),locale:"",model:mtcs[1].replace(/\s/g,"").toLowerCase()}
}mtcs=t.match(/blackberry;\su;\s(blackberry\s?[\w]+);\s([\w\-]+).*version\/([\d\.]+)/i);if(mtcs!=null){return{platform:"blackberry",osversion:"BB%20OS"+mtcs[3].split(".").shift(),locale:mtcs[2],model:mtcs[1].replace(/\s/g,"").toLowerCase()}}return{platform:"blackberry"}},"windows%20mobile":function(t){if(t.search(/iemobile|windows\sphone/i)<0){return null}var mtcs=t.match(/windows\sphone\s(?:os\s)?([\d\.]+).*(htc[\-_]\w+|samsung[\-_;\s]+\w+-\w+)/i);if(mtcs!=null){return{platform:"windows%20mobile",osversion:"wm"+mtcs[1],locale:"",model:(mtcs[2]||"").replace(/[;\s]+/g,"-")}}mtcs=t.match(/(htc[\-_]\w+|samsung\-\w+-\w+).*iemobile\s([\d\.]+)/i);if(mtcs!=null){return{platform:"windows%20mobile",osversion:"wm"+mtcs[2],locale:"",model:mtcs[1]}}mtcs=t.match(/iemobile\s([\d\.]+)\).*(htc[\s_]\w+)/i);if(mtcs!=null){return{platform:"windows%20mobile",osversion:"wm"+mtcs[1],locale:"",model:mtcs[2]}}mtcs=t.match(/windows\sphone\s(?:os\s)?([\d\.]+).*samsung;\s()/i);if(mtcs!=null){return{platform:"windows%20mobile",osversion:"wm"+mtcs[1],locale:"",model:""}
}return{platform:"windows%20mobile"}},symbian:function(t){if(t.search(/symbian/i)<0){return null}var mtcs=t.match(/symbianos\/([\d\.]+);.*(nokia[\w\-]+)/i);if(mtcs!=null){return{platform:"symbian",osversion:mtcs[1],locale:"",model:mtcs[2]}}mtcs=t.match(/(nokia[\w\-]+).*symbianos\/([\d\.]+);?.*\[(\w+)\];\sseries/i);if(mtcs!=null){return{platform:"symbian",osversion:mtcs[2],locale:mtcs[3],model:mtcs[1]}}mtcs=t.match(/(nokia[\w\-]+).*symbianos\/([\d\.]+);?.*series/i);if(mtcs!=null){return{platform:"symbian",osversion:mtcs[2],locale:"",model:mtcs[1]}}return{platform:"symbian"}}};function getAndroidSDKVersion(osver){var sdkarray=["0","1.0","1.1","1.5","1.6","2.0","2.0.1","2.1.x","2.2.x","2.3.2","2.3.x","3.0.x","3.1.x","3.2","4.0.2","4.0.3","4.0.4"];for(var i=0,len=sdkarray.length;i<len;i++){if(sdkarray[i]>=osver){return""+i}}return""+sdkarray.length}function detect(nv){for(var i in filter){var info=filter[i](nv);if(info!=null){return info}}return{platform:"web"}}chaton.platform.detect=detect
})();
Hmmmmm...
Maybe User Agent change could be good idea for few tests...
Best Regards

Meanwhile any solution for ChatON?
It seems KakaoTalk Push is working...
Best Regards

adfree said:
Meanwhile any solution for ChatON?
It seems KakaoTalk Push is working...
Best Regards
Click to expand...
Click to collapse
Problem is Samsung Server because Facebook and ChatON is Samsung related,but Kakotalk is different.So need to be wait to Samsung fix it itself

So need to be wait to Samsung fix it itself
Click to expand...
Click to collapse
Maybe Samsung not fix it... soon or maybe never...
Meanwhile someone used WinComm with ChatON?
Again, maybe only Version check... <= 1.9.0
Instead real changes in protocols...
Maybe someone has Android handset and can compare...
Maybe we should download working ChatON App for Android... and check if readable config files...
Best Regards
Edit 1.
com.sec.chaton-1.apk
Android ChatON... will check for usefull infos...
Found older version via Google.... Later I will try to download latest I9000 Version:
2.1.1 (15.02.2013)
Click to expand...
Click to collapse

@adfree
here;
http://qfs.mobi/f421331
facebook, chaton, twitter

Related

CycloneApps[By Request][Export-Studio V4.0][CycloneSender V3.0][CSort 1.0]

Hello Everyone,
I am a avid, aspiring developer, and as such I felt it would be mutually beneficial to start this thread. The Point of this this is for you [the users] to post up ideas for programs, and some sketch-ups of designs, and in return, I will try to make, and maintain, these applications.
In doing this, I will get the experience I need, and you [the users] will get the results that you [hopefully] want.
Below is [or will be soon enough] a list of programs that are developed or in the process of consideration.
Please refer to HERE for a updated list of projects...that will be my new place for updates!
Project List:
AutoSend - Scheduled SMS Sender [V3.0]
CMail - A Replacement tmail for Devs and Advanced Users[V1.0]
CSlide - A "Slide-To" like application that utilizes the JOGGR Bar for a Finger-Friendly Action Slider! [Concept]
Export-Studio - A FREE alternative app to export Contacts and SMS[V4.0 + Command Line Version]
Appointmentor - A command-line based app for creating appointments quickly and easily [V1.0]
ContactRetriever - A command-line based app for getting info on a specific contact! [V3.0]
CSort - A Command-Line based List Sorter (designed with MortScripters in mind) [V1.0]
*As you can see, the list is sort of pathetic now, but with your help, I can bulk it up*
SMS messenger
I would like an SMS type of instant messenger. The kind my Tmobile WM 6.0 came with. Like "Oz Instant Messaging". I have tried all the different cab files out there for OZ and can't get any of them to work with 3VO Rom. I do not have a data package with my phone and want to use an SMS type of messenger. Thanks for any help.
rrgongora said:
I would like an SMS type of instant messenger. The kind my Tmobile WM 6.0 came with. Like "Oz Instant Messaging". I have tried all the different cab files out there for OZ and can't get any of them to work with 3VO Rom. I do not have a data package with my phone and want to use an SMS type of messenger. Thanks for any help.
Click to expand...
Click to collapse
I will do what I can after I release the current SMS project I am working on.
I am aware that different messengers (or atleast AIM) has a number that you can txt to do chatting. I suppose what you are asking for is a GUI for performing such tasks? If so, once I fully comprehend the entire aspect of sending a SMS, i can probably make this GUI. Otherwise, please explain.
CycloneSender - AutoSend
Here is my FIRST RELEASE of an exe application for the Excalibur (EVER!).
NOTE: DUE TO THE RELEASE OF CMessageSuite, UPDATES WILL NOT BE PROVIDED FOR THIS PROGRAM ANY LONGER
CycloneSender - AutoSend[V3.5]
Basically, what this program does is allow you to program in set Dates and Times for SMS/TXT Messages to be sent. You can program events (with the application) up to 4 years in the future, down to the minute!
This program includes:
A Simple, Easy to Use GUI
Decent RAM/CPU Usage (there is always room for improvement)
An effective automating system (no need to monitor)
IT IS TOTALLY FREE (well, Donations are accepted )
To Install:
Simply download the attached .cab file and place it on your phone.
Run the .cab file and that is it.
To Use:
In the Start Menu, there is a new folder for my applications, navigate to that and there are two links
"CycloneSender" will run the actual application.
"Check for New" will run the automated portion of this app and check to see if there are pending events for the day, and if so, it will take the necessary actions.
Tips:
When you EXIT the main application, the automated portion of the app is run (so that newly programmed events can be parsed)
This program is accurate to the MINUTE, therefore if you set a message for 17:00 (Yes, it is in 24-hour mode), and the automated portion runs at 16:55:33, then the text message will be sent at 17:00:33 (Implementation for accuracy to the second may be included in newer released)
Known Bugs/Issues:
Unknown Results occur when two messages are scheduled for the EXACT SAME TIME [I will test this out]
When you add a recipient, you cannot delete it (will be fixed soon)
V3.0 UPDATE
This update owes big thanks to XDA user Mohitsapru. Thanks to his help, the efficiency of this application has well more than doubled! In this new version, there is no constantly running application and uses LESS ram! Same GUI, etc. ENJOY
(NEW CAB IS POSTED BELOW)
V3.5 UPDATE
This update allows you to program in MULTIPLE recipients. All recipients will receive the message at the same time. Also, some code optimization.
While I did the coding (for 99% of the part) myself, credit has to go to HowdyKeith who made the restart script for me (which plays a decently big part in making the program run smoothly) and to many other users on this forum that have helped me learn what I have.
With all that said, Enjoy the Application (and remember, donations appreciated )
Could i suggest you provide the proper info about the what it does in your first post next time thanks sounds kinda cool might try it one day.
screenshots???
Cyclonezephyrxz7 said:
CycloneSender - AutoSend[V1.0]
Basically, what this program does is allow you to program in set Dates and Times for SMS/TXT Messages to be sent. You can program events (with the application) up to 4 years in the future, down to the minute!
This program includes:
A Simple, Easy to Use GUI
Decent RAM/CPU Usage (there is always room for improvement)
An effective automating system (no need to monitor)
IT IS TOTALLY FREE (well, Donations are accepted )
Click to expand...
Click to collapse
Is This What You Meant, Taalon927?
doesn't "Power SMS" do the same thing?
roloracer said:
doesn't "Power SMS" do the same thing?
Click to expand...
Click to collapse
Yes, and probably a little bit more, but Power SMS costs $$, while the one I am actively developing (as per request, bug report, etc.) comes at no charge to users (unless they so choose to donate, but that is not mandatory).
The point of doing this is mutually beneficial:
1- I get some more coding 'experience'/'knowledge'
2- Users get products that are free of charge!
All i need are ideas!
Speaking of which:
UPDATE
-I should have a basic release of CMail.exe tomorrow, allowing users to send SMS and E-Mail through command line interfaces (MortScript especially).
-While it doesn't seem like a gigantic improvement over tmail now, it can be once I add more features onto it (need Ideas!!!)...
All looking good and know what you mean using as a learnin block too
Will give a shot tom when got some free time... Keep up the good work
UPDATE
As per request, ScreenShots are posted in the AutoSend Post!
Also, New CONCEPTUAL project posted in First Post (CSlide) ... Will start on that once bugs in AutoSend are cleared and CMail is released...
EDIT:: New Update: Thanks to loads of help from mohitsapru , I will be releasing a much more energy efficient version of AutoSend in the next day or so. CMail may be delayed a little bit...
Cyclonezephyrxz7 said:
UPDATE
As per request, ScreenShots are posted in the AutoSend Post!
Also, New CONCEPTUAL project posted in First Post (CSlide) ... Will start on that once bugs in AutoSend are cleared and CMail is released...
EDIT:: New Update: Thanks to loads of help from mohitsapru , I will be releasing a much more energy efficient version of AutoSend in the next day or so. CMail may be delayed a little bit...
Click to expand...
Click to collapse
Thanks for referring me
I saw that you are also facing problem of wait cursor!! well did u fix it or is it still there? if u dint, i have fix for that. lemme know if u need that
Ok Here it is:
If it is a console app use:
Code:
[LEFT][FONT=Arial] [DllImport([COLOR=#a31515]"coredll.dll"[/COLOR])][/FONT][/LEFT]
[FONT=Arial] [COLOR=blue]public[/COLOR] [COLOR=blue]static[/COLOR] [COLOR=blue]extern[/COLOR] [COLOR=#2b91af]IntPtr[/COLOR] SetCursor([COLOR=#2b91af]IntPtr[/COLOR] hCursor);[/FONT]
[FONT=Arial] [COLOR=blue]static[/COLOR] [COLOR=blue]void[/COLOR] Main([COLOR=blue]string[/COLOR][] args)[/FONT]
[FONT=Arial] {[/FONT]
[FONT=Arial] [COLOR=#2b91af]IntPtr[/COLOR] hOldCursor = SetCursor([COLOR=#2b91af]IntPtr[/COLOR].Zero);[/FONT]
[FONT=Arial] [COLOR=blue]while[/COLOR] ([COLOR=blue]true[/COLOR])[/FONT]
[FONT=Arial] {[/FONT]
[FONT=Arial] System.Threading.[COLOR=#2b91af]Thread[/COLOR].Sleep(1000);[/FONT]
[FONT=Arial] }[/FONT]
[LEFT][FONT=Arial] [COLOR=green]//SetCursor(hOldCursor); [/COLOR][/FONT][/LEFT]
[FONT=Arial] }[/FONT]
for normal windows form code u can use
Cursor.current = Cursors.Default
Cyclonezephyrxz7 said:
I will do what I can after I release the current SMS project I am working on.
I am aware that different messengers (or atleast AIM) has a number that you can txt to do chatting. I suppose what you are asking for is a GUI for performing such tasks? If so, once I fully comprehend the entire aspect of sending a SMS, i can probably make this GUI. Otherwise, please explain.
Click to expand...
Click to collapse
I am not sure what type of program it was. It was OZ messenger as far as the research I have done. It was an IM application that came with my T-mobile DASH. It did not require any type of data plan to run the application. It was a simple text messenger. I was told by others in these forums that it was OZ messenger, but the ones I find here will not seem to work with my 3VO Rom. I hope that clears things up....it's only confused me more.
Well, I am not going to reinvent the wheel since that will only produce a square wheel and a waste of some time. Haha Basically, I don't want to attempt to recreate a working app because I will end up making a pretty buggy, CPU intensive one . I believe that with OZ Messenger you may have to search for a CONFIGURATION of your connection settings (if using T-Mobile, atleast for me, I had to do some tinkering once). It plagued me for a while to get it working, but now it works on my phone!
Good Luck
CMAIL V1.0
This program is an alternative to tmail.exe that was created so that people can either use it on their own, or use it WITH an application of their own. It is similar to the sender executable which is supplied with CycloneSender V1.0, however works differently.
This program includes:
A constantly maintained Documentation of ALL its functions.
The ability to Send SMS messages
A light-weight, command-line based program
To Install:
No real install...Just take the file and unzip it and put the CMail.exe where-ever you want.
To Use:
As I mentioned, the Documentation is supplied (in the compressed file) and it contains all the methods you can call on in.
In order to execute, you have to use MortScript to run it, an application of your own, or CeleCMD ... or even a Shortcut if you can figure that out.
*DISCLAIMER* THIS IS 100% COMMAND-LINE BASED, AND AS SUCH IS NOT RECOMMENDED FOR GENERAL END-USERS UNLESS THEY ARE AWARE ON HOW TO USE THE APPLICATION. (No damages can really be done to the phone using this incorrectly...)
Known Bugs/Issues
None so far (YES!)
Future Ideas:
MMS (?)
E-Mail
Please remember that I use my own time to make these free, useful alternatives! I couldn't do this without the help of other XDA Forum members. (Donations are appreciated!)
Please Comment and give me ideas for more functions
Export-Studio[V4.0]
This application is a very useful free alternative to those expensive Contact backup applications. It will backup/export your Contacts and SMS[V2].
UPDATE: V2.5 Released. Command-Line and GUI versions bundled into ONE EXE.
UPDATE: V3.0 Released. Now you can export Contacts in VCF format!
UPDATE: V3.1 Released. Fixes error with missing DLL.
UPDATE: V4.0 Released. Expands the export capabilities of Contacts!
This program includes:
A super-simple, lightweight GUI
The Ability to backup Contacts and SMS
Three modes of exporting: TXT and CSV and VCF
A comand-line based version of the GUI program
To Install:
Simply download the CAB file, and install it
Then navigate to Start Menu > CycloneApps > ExportStudio
and voila!
To use:
First, run the app and you will see 3 areas : What you want to output, the output format, and the folder to write to.
Select what you want to ouput
Make sure to ONLY PUT THE FOLDER in the folder text box, or you will get errors or weird results...
Once set up, click export, and the application will do its thing!
If you want to use the command-line feature, then just run the same EXE as for the GUI with parameters afterwards (see documentation)
Tips:
While the CSV format can be opened in Excel or the likes, I find that the TXT format is more organized.
Known Bugs/Issues:
There may be some slight errors in the CSV file (this is tested with OpenOffice on Windows Vista).
None others... YAY
Remember please, that I did this coding on my own and with the motivation and help of other users on the XDA Forums. I do this to practice coding for myself and to provide free alternatives of apps for the users of our beloved Excalibur. While the programs are 100% free, donations are appreciated .
UPDATE:
CycloneSender AutoSend V3.0 Just released! Enjoy the improvements (no noticable changes in GUI).
Progress is being made on Export Studio
Requests for new applications are MORE THAN WELCOME
UPDATE
ExportStudio V2.0 IS NOW OUT WITH SMS BACKUP CAPABILITIES!
More Ideas are welcome!
Cyclonezephyrxz7 said:
The point of doing this is mutually beneficial:
1- I get some more coding 'experience'/'knowledge'
2- Users get products that are free of charge!
All i need are ideas!
Click to expand...
Click to collapse
You should rewrite that SMS Bubbles app in my ROM and make it more "usable".
ookba said:
You should rewrite that SMS Bubbles app in my ROM and make it more "usable".
Click to expand...
Click to collapse
I'm in the process of learning C++, so until then I wouldn't really be able to make a worth-while SMSBubbles since C# isn't the fastest or most versatile language (in terms of gfx).

DropBox ver 1 API and/or non-MS and not ugly SkyDrive API

First, I'd like to wish happy New Year for everybody!
Second, I have a question to xda's developers: is there a working and non-ugly (without involving WebBrowser window) library for WP7 to access DropBox API version 1 (it's important, new apps can't use ver 0 anymore; all codeplex'es libs are using version 0 and seems like nobody planned to improve their non-working stuff).
I'm also interested in non-ugly (as Microsoft Live SDK) access library to SkyDrive, also without WebBrowser (it's a most stupidest and ugly API I've ever seen!).
If you have your own working code, could you please share with me for my new free app? I don't have much time to write my own implementation, and I hope that someone has already done this job.
Thanks!
I saw already apps, check BoxShot:
Free: http://www.windowsphone.com/en-US/apps/0be109c4-08be-4ac3-a96b-70ef2b0580e3
Pay: http://www.windowsphone.com/en-US/apps/1abb6e8c-d1ca-4209-a7b8-c2d657ffc9b4
Budniu said:
I saw already apps, check BoxShot:
Click to expand...
Click to collapse
Hmm... Seems like you didn't understand me, I need Silverlight library, not an app.
BoxShot is using DropNet library, ver 0 of DropBox API only...
Ok, sr. You're right, I don't understand.
How about this: http://sharpbox.codeplex.com/releases/view/74634
singularity0821 said:
How about this: http://sharpbox.codeplex.com/releases/view/74634
Click to expand...
Click to collapse
Unfortunately, not working at all (for DropBox) even their demo app Also, they are using synchronous http calls and current code just block whole thread execution.
sensboston said:
Unfortunately, not working at all (for DropBox) even their demo app Also, they are using synchronous http calls and current code just block whole thread execution.
Click to expand...
Click to collapse
I'm sure we can figure out how to get it without using the web browser . I'll see what I can figure out if you want.
snickler said:
I'm sure we can figure out how to get it without using the web browser . I'll see what I can figure out if you want.
Click to expand...
Click to collapse
I'm 100% sure it's possible I just don't have time to work with the new API (v 1) specs and OAuth. So if you have time and want to implement - it's really will be great! And of course I can help you with testing (using my project).
P.S. BTW, SharpBox designed to use synchronous calls; I don't like this way. IMHO good implementation should be more "WP7-oriented"...
And how about this: http://dkdevelopment.net/what-im-doing/dropnet/
singularity0821 said:
And how about this: http://dkdevelopment.net/what-im-doing/dropnet/
Click to expand...
Click to collapse
This one is working but it's "lazy" and kinda ugly solution (author is using WebBrowser window to login to Dropbox account). I completely dislike this way. Same ugly as MS SkyDrive API
sensboston said:
This one is working but it's "lazy" and kinda ugly solution (author is using WebBrowser window to login to Dropbox account). I completely dislike this way. Same ugly as MS SkyDrive API
Click to expand...
Click to collapse
Isn't that how most apps that use OAuth work?
PG2G said:
Isn't that how most apps that use OAuth work?
Click to expand...
Click to collapse
I don't know, actually, but all Dropbox access libs (API v. 0) are working without showing browser window.
P.S. I've found on the Dropbox devs forum, it's possible (but not a guaranteed) to ask dropbox support team to change your app and secret keys to API version 0.
sensboston said:
I don't know, actually, but all Dropbox access libs (API v. 0) are working without showing browser window.
P.S. I've found on the Dropbox devs forum, it's possible (but not a guaranteed) to ask dropbox support team to change your app and secret keys to API version 0.
Click to expand...
Click to collapse
Hello,
I'm the developer behind DropNet. Just a bit of background on the change to API v1: Dropbox wanted to support the full oauth spec which actually requires the web login. I know this makes it not as "clean" for the apps but makes it more secure for Dropbox. They have also announced they will be turning off API v0 sometime in the future (Though they have not stated when).
I dont think the authentication is process is too bad, once you get your head around it. Its accepted by users that they will have to login via the website nowadays (Twitter and Facebook do it as well).
d1k_is said:
actually requires the web login
Click to expand...
Click to collapse
What do you mean by that? I don't know term "web login"... If you mean - "I guess it requires a kinda unknown - for me - parameters or headers for HTTP POST/GET request" - I'll agree but it's definitely not a point to display slow loading and ugly web page each time you need an access to your files. Do you know, what is the actual login technique in API 1 (I mean what kind of params , headers, cookies are used, not a "web login" stuff)?
sensboston said:
What do you mean by that? I don't know term "web login"... If you mean - "I guess it requires a kinda unknown - for me - parameters or headers for HTTP POST/GET request" - I'll agree but it's definitely not a point to display slow loading and ugly web page each time you need an access to your files. Do you know, what is the actual login technique in API 1 (I mean what kind of params , headers, cookies are used, not a "web login" stuff)?
Click to expand...
Click to collapse
Hmmm, sounds like you have the wrong idea about the authentication.
First of all the authentication is a 3 step process (for the developer), step 1 is to get a request token from the API, step 2 is to browse to the site (using the request token as page parameters) so the user can login, step 3 is authorizing the request token (changing it to an access token).
Once you get an access token you can save that in your app and use it forever (or until the user removes access from your app) this means the user will only have to login the first time they run the app as you will have their access token saved locally which you can use to access the API functions (but the access token only works with the API Keys it was created with).
For more info check out the DropNet documentation for the Authentication process (http://dkdevelopment.net/what-im-doing/dropnet/) Theres also a sample app in the Github project.
It sound like you have no idea how the browsers works... "Browse", "navigate" - it's good terms for users, not for developers. From a technical point of view, browser makes an HTTP or HTTPS request to the host and receive a response. So, what you (and dropbox dev and marketing team) called "token" is a text/binary data, part of the response.
So, what is preventing you to make a direct call to dropbox web service using WebRequest?
P.S. I definitely don't like the whole idea to use browser cookies (it suppose to be a kind cookie) for authentication: as for dropbox, as for ms skydrive. It's just ugly - period. And about security - I don't think it's a huge improvement.
sensboston said:
It sound like you have no idea how the browsers works... "Browse", "navigate" - it's good terms for users, not for developers. From a technical point of view, browser makes an HTTP or HTTPS request to the host and receive a response. So, what you (and dropbox dev and marketing team) called "token" is a text/binary data, part of the response.
So, what is preventing you to make a direct call to dropbox web service using WebRequest?
P.S. I definitely don't like the whole idea to use browser cookies (it suppose to be a kind cookie) for authentication: as for dropbox, as for ms skydrive. It's just ugly - period. And about security - I don't think it's a huge improvement.
Click to expand...
Click to collapse
Sorry I was only trying to help.
The tokens are string values and you use a GET via HTTPS sending them as page parameters.
You dont use browser cookies as the dropbox API keeps track of the token you are authenticating against.
Just tried your WP7 example app from DropNet. Actually it demonstrates a little bit more than nothing Could you make a real example, with folders browsing and file operations, please?
P.S. You should use mobile version of dropbox - it feets WP7 screen much better than regular desktop.
600 MB additional free storage
Hi all
Just found a smart way to increase your Dropbox account with 600 MB:
1 Sign into your existing Dropbox account (or create a new account)
2 Goto https://www.dropbox.com/free
3 Follow instructions ... and voila 600 MB additional free storage
thx for the tip, I now got 3,12 GB

JAVA apps in MainMenu and Desktop

Hi there!
I kept the thread about java apps in menu:
Code:
h ttp://forum.xda-developers.com/showthread.php?t=[HTML]912270&page=6
Now, I want to implement those icons to MainMenu and Desktop of Bada 2.0
I have seen callings in other branded firms to Java Apps in the Menu. There were modifications in HsMenuItemURL.ini and MainMenu_Init.ini. The calling to the Java app or ID was set in 210.
I tried the same with OperaMini, which is set in ID=80. The Java app shows but it does not open, nothing happens. I think I'm missing something. Maybe, some file to place the ID and relate it to the .jar. Don't know yet.
Any help? Any solutions?
[EDIT] Success in running some Java apps from the Main Manu: Opera Mini and Google Maps. Only some IDs known. Any list of rest of IDs?
Best Regards!
Do you explain it for bada 2.0 and add more java apps main menu. Thanks
chetto106 said:
[EDIT] Success in running some Java apps from the Main Manu: Opera Mini and Google Maps. Only some IDs known. Any list of rest of IDs?
Best Regards!
Click to expand...
Click to collapse
Explain please and share your work for others
Was Opera Mini package i gave to you useful ? How you used it if yes ?
Best Regards
Already made on Hfr
http://forum.hardware.fr/hfr/gsmgpspda/smartphone/unique-samsung-officiel-sujet_21066_1.htm
http://i47.servimg.com/u/f47/15/37/97/52/20111212.jpg
Hi, there is some ID's if you need:
109 - Dolphin messaging
110 - orange games
164 - search
in this interval 97 -112 - orange maps and app shop
in this interval 33-48 - my music, orkut
I know about the IDs already
But this is not the spirit of sharing/open sourcing the work done....This is like "Download this Custom to Know"
I am too lazy to download and look into it right now but when i do this i'll explain what to do to get this as advertised ....Maybe i'll say how to get unlisted apps too
Best Regards
There is 4 files to modify:
-MainMenu_Init (in CSC\SystemFS\Settings\PreConfiguration\Default\Registry)
for exemple:
// Navigate
MenuID4=163
MenuType4=3
Click to expand...
Click to collapse
- HsMenuItemURL (in CSC\SystemFS\Settings\PreConfiguration\Default\Registry)
for exemple:
#Version
Version=1
#URL
MenuID25=http://m.youtube.com/?client=mv-samsung-bada
//Java midlet
MenuID65=Palringo
MenuID80=OperaMini
MenuID108=Deezer
MenuID163=NaviGate
Click to expand...
Click to collapse
- KJxMidlet (in CSC\AppEx\SysDefault\Java\_ini)
for exemple:
#NaviGate
class=com.google.googlenav.GoogleNav
vendor=Google
name=NaviGate
Click to expand...
Click to collapse
- KJxDispatch.ini (in CSC\AppEx\SysDefault\Java\_ini)
for exemple:
#OperaMini
class=Browser
vendor=Opera Software ASA
name=Opera Mini 4
#Palringo
class=com.paxmodept.palringo.main.jme.JmeMain
vendor=Palringo
name=Palringo
#Deezer
class=deezer.j2me.DZMidlet
vendor=BlogMusik
name=Deezer
#NaviGate
class=com.google.googlenav.GoogleNav
vendor=Google
name=NaviGate
Click to expand...
Click to collapse
And place your java application in AppEx\SysDefault\Java\Games
This does not work with all java applications, only with predefined ones.
Lasetenza,
For main Menu we have standart list of predefined application, but
we can change java application, now i can start Jimm by shortcut Palringo.
for it we need to correct class, vendor and name in KJxDispatch.ini and KJxMidlet.ini
And seems that all string from menu located in System.rsr, and i think we can correct name of java application. But i don't know how to correct icons((((
mylove90 said:
I know about the IDs already
But this is not the spirit of sharing/open sourcing the work done....This is like "Download this Custom to Know"
I am too lazy to download and look into it right now but when i do this i'll explain what to do to get this as advertised ....Maybe i'll say how to get unlisted apps too
Best Regards
Click to expand...
Click to collapse
Sorry if it is already shared, but I tested them one by one and found this numbers.
Hi every one
how can i use stune with bada 2
it worked for me on 1.2 but now it does nothing
maybe another way or app to view internal files?
Joseph013 said:
Sorry if it is already shared, but I tested them one by one and found this numbers.
Click to expand...
Click to collapse
NVM
more research to come later
I am just trying to fell free after my exams and don't want to hurt my head by modding a firmware today....Maybe tomorrow
Best Regards
Edit for the guy asking about sTune
Download 1.06 from here : http://dl.dropbox.com/u/12819503/STune.exe
1.06 works fine on 8500 and 8600.
regards
Sorry I didn't answer before! I'm on my exams time
It is exactly how lasentenza explained, modifying those 4 files. No more interesting IDs found nor found the way to implement other apps with a custom ID. However, I am still researching, I'm a stubborn

[APP][BETA] GPS Calculator PRO [R] 11 APR 2012 [V] 5.5

Hello again fellow windows phone 7 users! Once again I’m looking for people willing to participate in the private beta-testing program of my newest app. The app to be released is called “GPS Calculator PRO” and it will be an even more advanced version of the most advanced GPS calculations app “GPS Calculator”. Currently this app can be used to accurately calculate distances, get altitude information from digital elevation models, calculate areas, project locations and convert coordinates between several different formats, including UTM. New version adds an advanced trip computer, track recording and SkyDrive integration and track and waypoints (favorites) import/export using GPX format. GPS Calculator PRO is an old style app that cannot be described using words like social or fun, but can definitely be described as useful, interesting and doing advanced math. Now, if you use SkyDrive, if you hike, bike or run, if you like GPS technology or want to learn more about it – I need your help.
As per usual process please send me your live-id if you want to try this beta app.
Here is a guide: http://lj2.karlson.ru/wp7/gps/guide_en.htm
You can send me a beta link at davor.radman at hotmail.com
d.a.v.o.r said:
You can send me a beta link at davor.radman at hotmail.com
Click to expand...
Click to collapse
Just sent!
can sent to me @ [email protected]
Thank you, sent.
I try to test it in the evening but I\it ask me to uninstall it.
Ttblondey said:
I try to test it in the evening but I\it ask me to uninstall it.
Click to expand...
Click to collapse
This is weird. Maybe I sent you an outdated link accidentally or the live-id you gave me is not the live-id of your phone. Are you sure mibs68 at-mark hotmail dot com is correct? I can generate a new link for you, if you would like too.
Totally Awesome app!!! Very specialised for cartography needs, you'll never lost yourself with that on your device!! Also a pleasant entertainment app if you're curious about your environment...you can compare how big is your field next to the neighbors ones
Will download the new link tonight.
hm, never got an email..
d.a.v.o.r said:
hm, never got an email..
Click to expand...
Click to collapse
Weird. OK, here is the link, try it on your phone:
http://windowsphone.com/s?appid=135ded04-4f12-47b3-a424-088655b8f8c1

[APP][IR][ALPHA] TvTerminator [Testers needed!]

Hi @ all
As already mentioned in the "3rd party ir app" thread, I'm working on a TV-B-GONE like app for the HTC One.
The app should be capable to:
• Sync tv-off-codes with an online database
• Send all known (in database) codes out through IR blaster
• Learn an off code and upload to database for other users
All these features maybe already work, but I can't test it as I don’t have my HTC ONE yet!
So if you wanna try, download it from and here and give me some feedback in the thread
• There is a good chance that the app doesn’t even start – I can't test any of the IR blaster related functions! – That’s why I need you until I get my phone :laugh:
• The app sends bug reports to me using bugsense – you can disable this feature in the options if you don't want to send reports! If you disable and get an force close -> please send me the logcat
• The database view is not fully implemented, you can list vendors and search for models but if you click on vendor / model nothing will happen
• Database sync on startup can be disabled in settings
• The Database is EMPTY now(except of one vendor), so don’t wonder if nothings getting synced
Used permissions:
• INTERNET -> For online syncing
• ACCESS_NETWORK_STATE -> To pre-check if sync is possible (not in flight mode)
Future:
• Making the app fully work.
• Making a universal remote app with database sync. So any user can scan his codes (not only power off codes), tag them, create remote layouts, upload schemes for a device, etc. Usable for any IR device (tv, hifi, Roomba, etc)
Changelog
(04.05.2013) Version 0.5:
• old IR blaster control
• send code when click on model name in model search box
(03.05.2013) Version 0.5:
• debug toasts
• new IR blaster control
• send all codes on main thread
(03.05.2013) Version 0.4:
• Bugfix where local recorded codes were not sent out
• Removed test buttons
• Learn-Timeout can be adjust in app settings
(03.05.2013) Version 0.3:
• New Send command used, maybe works now with "all off"
• Some test buttons to debug
(02.05.2013) Version 0.2:
• New Code format (sorry, had to purge the whole database). Old Version will not work anymore.
• Some Bugfixes
• Update check on startup
Download link of version 0.6
http://goo.gl/sjXzi
I'll take the plunge
Will let you know how it goes.
Theres already a new entry for a "dreambox" so recording codes (can) work.
Thx for trying!
antifish said:
Theres already a new entry for a "dreambox" so recording codes (can) work.
Thx for trying!
Click to expand...
Click to collapse
Ok. So given her a spin.
nothing happened lol.
installed fine. I have a LG tv and a virgin TiVo digital box (made by Cisco)
when you go to the search box, enter just moves down to the next line. it doesn't "enter" if that makes sense.
See attached pics anyway.
Hope it helps.
Thanks for the info.
That was excepted - you see vendors "sony" (dummy vendor by me) and vendor "" (empty, ill catch that in the next version) which someone who uploaded a code for a dreambox. As mentioned before, database view is not fully implemeted, you only see vendors ("Sony" and "") and models("dreambox") which other ussrr uploaded until now. Please try recording an offcode for one of your devices
Cool.
Sorry, I must of originally miss understood. Thought you had just added Dreambox to the list of others.
Ill keep an eye out for when you add LG on there
Keep up the good work though. What exactly is the end purpose of the app?
From what I can see, it would be a perfect app for me to prank friends and family whilst at home messing with the TV "quickly" instead of going through setting up the tv first.
:victory:
Downloaded.
Was going to try with the TV at my office but its LG also.
Ill test at home with a Samsung and a Panny.
Hi and thanks for this app, i was able to learn 2 codes, it turned off my TVs when using "Test Code (ir)" button before uploading, but once uploaded (the Panasonic one and a Samsung one are mines) i can't use "all off!" command, i'm still stuck at "Sending codes : 4/10" and then it FC ...
Maybe you could add a tool to try code from database (when pushing on a brand name, sending all codes for this brand) and to avoid duplicates ...
ps : sorry for my english
snowblind2142 said:
Cool.
Sorry, I must of originally miss understood. Thought you had just added Dreambox to the list of others.
Ill keep an eye out for when you add LG on there
Keep up the good work though. What exactly is the end purpose of the app?
From what I can see, it would be a perfect app for me to prank friends and family whilst at home messing with the TV "quickly" instead of going through setting up the tv first.
:victory:
Click to expand...
Click to collapse
michael.s.under said:
Downloaded.
Was going to try with the TV at my office but its LG also.
Ill test at home with a Samsung and a Panny.
Click to expand...
Click to collapse
scarabe17 said:
Hi and thanks for this app, i was able to learn 2 codes, it turned off my TVs when using "Test Code (ir)" button before uploading, but once uploaded (the Panasonic one and a Samsung one are mines) i can't use "all off!" command, i'm still stuck at "Sending codes : 4/10" and then it FC ...
Maybe you could add a tool to try code from database (when pushing on a brand name, sending all codes for this brand) and to avoid duplicates ...
ps : sorry for my english
Click to expand...
Click to collapse
Thanks guys for downloading and testing.
I think there is a little misunderstanding here -> i dont add vendors or devices or codes (at least not until i get my HTC ONE finally).
Its you, the useres, which upload codes. If you enter a model or a vendor which is unknown for the database, it will be created and then usable for everybody else.
@scarabe17
Thanks for the feedback. The force closes is becasue there are some wrong ir codes (data is invalid) in the database from failed uploads. will be fixed in the next version.
I have a lot of ideas what to implement in the app, and as mentioned before, the "tv-b-gone" functionalty (send all known off-codes) will be only a "special function".
The end purpose is an universal IR remote app, with community driven code uploads for all kind of devices and codes (not only power off).
There will be a "layout editor" where you can create your own layout with custom buttoms mapped to custom functions, and you will can share that with other users.
regards
antifish
This will be something cool
Please note, there is version 0.2 now!
Dont use 0.1 anymore, new codes will not work and upload will not be possible!
I had to purge the whole database (sorry to you who already uploaded a code) the format in database was a bad choice.
(details: i used java objectwriterstream to serialize the IR data, and if HTC will change something in that class it cant be serialized back without some trouble, so i changed to a json format)
also there should (hopefully) be less force closses.
and there is a check for updates, so you will notice when i upload the next version
uploaded my panasoic tv model
would be nice here to keep an update of model list cause apps, only show sony.
Also you should add a Vol + button cause at the end its more annoying in shops to set volume to the max than turn tv off
nocomp said:
uploaded my panasoic tv model
would be nice here to keep an update of model list cause apps, only show sony.
Also you should add a Vol + button cause at the end its more annoying in shops to set volume to the max than turn tv off
Click to expand...
Click to collapse
Thanks for the upload!
Can you please sync the database (with the sync icon in the actionbar). At least the Panasonic should apper now, as you uploaded it!
(Sony + Pansonic are the only two venors in the database now)
db synced, model showing, but not working.
you should apply for htc ir api for get codes, cause if you fill the db only with ppl having a htc one member of xda, i doubt you ll reach 50 models
Tried to learn my LG Remote. Got 3 different error-messages.
"Out of Frequ"
"Timeout"
and something with "Pulse"
nocomp said:
db synced, model showing, but not working.
you should apply for htc ir api for get codes, cause if you fill the db only with ppl having a htc one member of xda, i doubt you ll reach 50 models
Click to expand...
Click to collapse
what do you mean with "not working"? The database view actually does nothing when clicking on a model or vendor, thats not integrated yet. The only thing which should happen is that when you press "all off" it should turn off your tv :fingers-crossed:
I have the HTC IR API but it does not provide access to the integrated code database (or i don't know how). I'll decompile a ROM to look after the codes when i have time, maybe i find something! Its no easy to try these things as i dont have a HTC ONE at the moment (still waiting)...
I hope that the next HTC models will all have the IR blaster integrated! And when the app is ready i hope that it gets more response and codes in the play store.
When i got time and be in the mood i'll have a look at the galaxy S4, as it have an IR blaster integrated too, and it would be nice to have an app that support every pontetial model.
s60mike said:
Tried to learn my LG Remote. Got 3 different error-messages.
"Out of Frequ"
"Timeout"
and something with "Pulse"
Click to expand...
Click to collapse
how often did you tried to learn the code?
I'll make the timeout variable in the next version.
Maybe it works better in a darker room?
Ola, lemme know if i can help
When i say not working, it means my tv doesnt turn off
Envoyé depuis mon HTC One avec Tapatalk
nocomp said:
Ola, lemme know if i can help
When i say not working, it means my tv doesnt turn off
Envoyé depuis mon HTC One avec Tapatalk
Click to expand...
Click to collapse
Okay, maybe the data is corrupt (in the database), the scanning of the IR code is not as good on the ONE
as desired, or there is a bug in sending the codes.
Can you please learn the code 2..3 times again? I'll can compare the data then and see if the scanned data is
always the same
Oki i ll try
Envoyé depuis mon HTC One avec Tapatalk

Categories

Resources