[Q] How do you app developers prefer to track of your apps? - Analytics

Hey!
I was wondering ... Which tool or tools do you prefer to keep a track of your app's sales/ads/profits/ ... blah blah?
I know a lot of devs use multiple tools at once. If so, please choose the one you use most. Thanks! :fingers-crossed:
Please let me know if I forgot an analytics tool I didn't know about so I can add it to the poll.

richtofein said:
Hey!
I was wondering ... Which tool or tools do you prefer to keep a track of your app's sales/ads/profits/ ... blah blah?
I know a lot of devs use multiple tools at once. If so, please choose the one you use most. Thanks! :fingers-crossed:
Please let me know if I forgot an analytics tool I didn't know about so I can add it to the poll.
Click to expand...
Click to collapse
Can't see the poll.on the xda app
-DevCon market console
-AdMob
-Track my App

QuantumFoam said:
Can't see the poll.on the xda app
-DevCon market console
-AdMob
-Track my App
Click to expand...
Click to collapse
I tried viewing the posts from other browsers without logging in, but I could still view it
I am new here. Is there a visibility rule I am not aware of? I couldn't find any post on this topic.

richtofein said:
I tried viewing the posts from other browsers without logging in, but I could still view it
I am new here. Is there a visibility rule I am not aware of? I couldn't find any post on this topic.
Click to expand...
Click to collapse
What do u mean?

QuantumFoam said:
What do u mean?
Click to expand...
Click to collapse
I mean I can see the poll from other browsers without logging in with my credentials as a xda-developer. Hence I can't figure out why you are unable to see the poll.

richtofein said:
I mean I can see the poll from other browsers without logging in with my credentials as a xda-developer. Hence I can't figure out why you are unable to see the poll.
Click to expand...
Click to collapse
I'm using the xda app. Not a browser

QuantumFoam said:
I'm using the xda app. Not a browser
Click to expand...
Click to collapse
So XDA app doesn't support polls or is there something wrong with my post?
(Please don't mind my chain of question .. I am a noob )

richtofein said:
So XDA app doesn't support polls or is there something wrong with my post?
(Please don't mind my chain of question .. I am a noob )
Click to expand...
Click to collapse
The app doesn't support polls

Google Analytics is missing

radiantbits said:
Google Analytics is missing
Click to expand...
Click to collapse
Yes. For instance that is what I am using currently. But, nevertheles thanks to this poll I find out about more

I used Google Analytics for my first app. It works pretty well, but I haven't included it in my second app.

Google Analytics
I use Google Analytics for my app

Google Analytic
Google Analytic is good..

I use Google Analyics too, but I've heard that Flurry is better for Android apps

Can I use Google Analytics to track e.g. if a user performed Action A after Action B?

C0pa said:
Can I use Google Analytics to track e.g. if a user performed Action A after Action B?
Click to expand...
Click to collapse
Sure, you can do that, and much more, quite easily !
---------- Post added at 04:06 PM ---------- Previous post was at 04:00 PM ----------
Hi,
I've used Google Analytics in 3 Android apps, and I am very pleased with it, specially GA v2, which is better suited to apps than v1 (which was more of a web site tracking tool) and is also easier to integrate.
Little overhead on app side, good web console.

appyhand said:
Sure, you can do that, and much more, quite easily !
---------- Post added at 04:06 PM ---------- Previous post was at 04:00 PM ----------
Hi,
I've used Google Analytics in 3 Android apps, and I am very pleased with it, specially GA v2, which is better suited to apps than v1 (which was more of a web site tracking tool) and is also easier to integrate.
Little overhead on app side, good web console.
Click to expand...
Click to collapse
I also use Google Analytics V2, but don't know how to check “if a user performed Action A after Action B”,
could you please explain more? Thanks

Google Analytics
hiapp said:
I also use Google Analytics V2, but don't know how to check “if a user performed Action A after Action B”,
could you please explain more? Thanks
Click to expand...
Click to collapse
I assume Action A and Action B are different activities.
Including Easytracker activityStart and activityStop on Each Activity is enough:
Code:
[user=439709]@override[/user]
public void onStart() {
super.onStart();
EasyTracker.getInstance().activityStart(this);
}
[user=439709]@override[/user]
public void onStop() {
super.onStop();
EasyTracker.getInstance().activityStop(this);
}
Then in Google Analytics select Engagement Flow:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If Action A and B are not Activities, you may want to track them as Events as explained in:
https://developers.google.com/mobile/articles/analytics_end_to_end#code
Code:
public void sayHelloButtonPressed(View v) {
welcomeView.setText("Welcome, user!");
tracker.trackEvent("FirstActivity", "sayHello", "", -1);
}

Flint2 said:
I assume Action A and Action B are different activities.
Including Easytracker activityStart and activityStop on Each Activity is enough:
Code:
[user=439709]@override[/user]
public void onStart() {
super.onStart();
EasyTracker.getInstance().activityStart(this);
}
[user=439709]@override[/user]
public void onStop() {
super.onStop();
EasyTracker.getInstance().activityStop(this);
}
Then in Google Analytics select Engagement Flow:
If Action A and B are not Activities, you may want to track them as Events as explained in:
https://developers.google.com/mobile/articles/analytics_end_to_end#code
Code:
public void sayHelloButtonPressed(View v) {
welcomeView.setText("Welcome, user!");
tracker.trackEvent("FirstActivity", "sayHello", "", -1);
}
Click to expand...
Click to collapse
Thanks a lot.

I was going to integrate anayltics into our first app. Wish I had now. Also i didn't realize there were other analytics services for apps.

Related

[APP] Reddita, a new tablet exclusive reddit client!

I've been working on this app for a month or so after seeing the sorry state of Honeycomb ready apps, I hope you guys like it!
Screenshots http://imgur.com/a/bBA19#FbVBI
Paid (Ad free) https://market.android.com/details?id=com.leyths.reddita.pro
Free (Ad supported) https://market.android.com/details?id=com.leyths.reddita.free
Features:
Read all your favorite subreddits, comment on links and upvote and downvote stories.
Check and reply to your mail.
Customizable notifications to always stay on top of your messages.
View profiles.
Check your friends, send them messages and see their posts highlighted in your feed.
Optional detailed view, view the number of upvotes and downvotes comments and stories have received.
Pin your favorite subreddits for easy access
Save links which catch your eye and view them later.
Search and sort your feed.
Never ending reddit
I've had a lot of positive feedback and I'm in the process of ironing out most of the bugs, and all feedback is welcome!
Thanks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This app is awesome. I wish the XDA app was as nice as this. Nice job.
Paid (Ad free) https://market.android.com/details?id=com.leyths.reddita.pro
Free (Ad supported) https://market.android.com/details?id=com.leyths.reddita.free
I like it. where's all the news coming from
Sent from my Xoom using XDA App
Thanks for fixing the links for me, was really infuriating that I couldn't post the full link!
Really nice application.
Sent from my Super-Xoom
Great app!
This is a great app! Thanks!
Sent from my Xoom using XDA App
Very awesome, thanks!
Q? How do you pin subreddits?
another redditor chiming in.. fantastic work! loving it
i wish i could upvote this...
Another app I will pay for!
Works great however if it is a video link such as youtube it doesn't play.
Sent from my Xoom using XDA App
krickett said:
Very awesome, thanks!
Q? How do you pin subreddits?
Click to expand...
Click to collapse
Long press on a subreddit and choose 'pin'.
I need to add an initial 'tutorial' thing for the app on first start I think.
I need to add an initial 'tutorial' thing for the app on first start I think.
Click to expand...
Click to collapse
a brief tutorial on the basics would be awesome and most appreciated. i didn't know i had to long-press to upvote, for example.
This is a really cool app! Only thing I would like to see is working video and zooming of images without jumping to browser.
Aside from that, my productivity has now gone down significantly while away from my desk. So I suppose you could call this a ... success?
Glad you like it! I'm not sure if I can do anything about videos not loading (I think thats just a limitation of not being directly in-browser), but I'm investigating not being able to zoom images and will aim to get it fixed!
pyee0124 said:
This is a really cool app! Only thing I would like to see is working video and zooming of images without jumping to browser.
Aside from that, my productivity has now gone down significantly while away from my desk. So I suppose you could call this a ... success?
Click to expand...
Click to collapse
yeah some form of displaying the images natively without loading up imgur would be slick
Leyths said:
Long press on a subreddit and choose 'pin'.
I need to add an initial 'tutorial' thing for the app on first start I think.
Click to expand...
Click to collapse
Cool, is there a way to pin a custom Subreddit currently?
Not yet, subreddit management is planned for a future release. Sorry!
Leyths said:
Glad you like it! I'm not sure if I can do anything about videos not loading (I think thats just a limitation of not being directly in-browser), but I'm investigating not being able to zoom images and will aim to get it fixed!
Click to expand...
Click to collapse
I'm ok with not being able to view video's (I just click open in browser and then choose Youtube for the youtube links). However whenever I do that and come back to Reddita the right pane still shows the non-working youtube video, but the left pane loses my place with the links. So I have to scroll all the way back down to wherever I was (sometimes I don't remember how far I was down). Is there a way to come back to Reddita exactly like I left it?
Thanks!
Great App!
Edit: It does it if I follow any link out of Reddita

**OVER 335** Free wallpapaers **UPDATED**

If you follow me on G+ you'll see I add new photos very often and they're all free to download
I have re-wrote this post and instead of being on my GDrive they are now in my google+ page so you can see what you want to download more will be added soon! Hope you like them don't forget to Click like/thanks if you use them, Also don't forget to check out my DA page! bit.ly/mshgap
DOWNLOAD THEM HERE From my Google+ albums. I've also got some of them included in CM9!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
https://lh4.googleusercontent.com/-njxjmx42aEY/UEKkc-qG5FI/AAAAAAAAGtU/fUPMNd_PPOY/s912/Capture6.PNG/img]
[img]https://lh3.googleusercontent.com/-PCBY_tRQB0Q/UEKkfvIeeuI/AAAAAAAAGtc/unRmStggu8U/s912/Capture7.PNG
Also add me in yoru circles on G+
.
Thread moved to themes. Would advise you to read forum rules and post in correct section.
Failure to comply with forum rules will result in an infraction and/or ban depending on severity of rule break.
reserved
No? Okay :L
how about some winter and nature themed wallpapers
pablo34 said:
how about some winter and nature themed wallpapers
Click to expand...
Click to collapse
If you click the link there are animals and some flowers, or did you mean something else?
Can you get done for bumping posts
Suggestions
You didn't create any of these and half of the one's on the Original Post are copyrighted by Deviant Art as shown by the distinct watermarks on them. I'm sure copyright infringements are against the rules on XDA.
I just read the entire first post and yes, they are pirated. If you had ownership of them, there wouldn't be a watermark on them. The watermark is placed by Deviant Art ONLY if the publisher is selling them as prints/posters. If you were the publisher and were distributing them freely, there would be no watermarks.
In addition, if they weren't pirated, who wouldn't have even raised the subject.
haha sorry... but in addition to these being pirated... they are pretty terrible....
If you look at the link to download them they are all in there without a watermark and the shared folder hosted using google docs belongs to the email address [email protected] this email address also belongs to this account and the deviant art page except my name on deviant art is mathew-s-hanley because I can't use " . " in my user name some of if you go to the starter thread over at cyanogen mod forum that thread (almost identical to this one) was started by mathew.s.hanley so yes some do have a watermark cause I pulled the images from my deviant art gallery rather that adding attachments because there are to many that's why it tells you to look in the deviant art gallery and I'll be honest no not all are great I'm 15 and I have only been using Photoshop this past year so no they're not pirated as I own the copyright thank you and good day!
xperia_player said:
If you look at the link to download them they are all in there without a watermark and the shared folder hosted using google docs belongs to the email adress [email protected] this email adress also belongs to this account and the deviant art page except my name on deviant art is mathew-s-hanley because I can't use " . " in my user name some of if you go to the starter thread over at cyanogen mod forum that thread (almost idebnticle to this one) was started by mathew.s.hanley so yes some do have a watermark cause I pulled the images from my deviant art gallery rather that adding attatchments because there are to many that's why it tells you to look in the deviant art gallery and I'll be honest no not all are great I'm 15 and I hav only been using Photoshop this past year so no they're not pirated as I own the copyright thank you and good day!
Click to expand...
Click to collapse
Inbox...
Sent from my GT-I5800 using XDA App
First of all, the themes are terrific. I have an idea if you can fit cartoon figures into your themes in a non-childish but cool way.
bigdipper said:
First of all, the themes are terrific. I have an idea if you can fit cartoon figures into your themes in a non-childish but cool way.
Click to expand...
Click to collapse
Hmmmm, like in a manga style? Please go on......
Sent from my LG-P999 using xda premium
xperia_player said:
Hmmmm, like in a manga style? Please go on......
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Yeah, exactly.
I like the cartoon figurs creatd by Hayao Miyazaki vey much. But often people will remake these figures into a low-taste, kinda stupid.
I was just suggesting, so hope it won't bother you.
bigdipper said:
Yeah, exactly.
I like the cartoon figurs creatd by Hayao Miyazaki vey much. But often people will remake these figures into a low-taste, kinda stupid.
I was just suggesting, so hope it won't bother you.
Click to expand...
Click to collapse
I like suggestions I'll have a go when I'm feeling more creative been a little down lately, but don't worry they will be tasteful.....
Decluttered
Updated over 112 photos!
Updated again with new photographs
pablo34 said:
how about some winter and nature themed wallpapers
Click to expand...
Click to collapse
Okay well I've updated this and as for nature well if there's not enough there should be now all my photography and eiditng also follow me on G+

LOL.html Prank/Troll Web Page

NOTE: This is only done for sh-ts and giggles. Please remove thread if it's inappropriate, but don't say I didn't warn you!
I got bored, so I decided to make a prank web page that annoys the hell out of people. I started by making one that spam pop-ups, but it did not work well on browsers other than Firefox (gee, so much for security).
So I went to search for a better way to do this, and remembered seeing a browser hang test on Microsoft's IE10 test drive website. I found the code responsible for the hanging, and pretty much just copied it (gave credit of course) to make my malicious little prank. I'm no pro at HTML/Javascript, but I managed to make a very annoying, if not malicious, prank page. Thanks Microsoft, for showing me this awesome code!
When I first made this, it only worked with newer browsers with HTML5/SVG capabilities. So I decided to add some ways to still irritate people using older browsers, by adding back the old fashioned pop-up spam. Then I realized that some browsers block pop-ups, so I found a way to detect if such happens, and if it does, the page will just resort to infinite alert box looping (LOL poor IE).
Again, I'm no pro at this, but I think it overloads your browser with the SVG "exploit", as I can see instant memory usage increase in task manager (~50MB every second or so).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It went to 2GB before Chrome ended it.
This is the final product: Mod edit: Link removed
Note: Do NOT visit this if you have important things open in your browser, as you may risk losing important things.
My page's code: Mod edit: Link removed
An inconspicuous version of it: Mod edit: Link removed
See it in action: Mod edit: Link removed
Current effects:
Mozilla Firefox - Program crashes
Google Chrome - Tab crashes (damn your tight security!)
Internet Explorer >9 - Program crashes
Internet Explorer ≤9 - Pop-up spam or alert box loop*
Mobile browsers [Android/iOS/webOS] - Pop-up spam or alert box loop*
All other browsers without HTML5/SVG capabilities - Pop-up spam or alert box loop*
Browsers without Javascript capabilities [WTF?] - Nothing. You get zilch.
* = Dependent on the presence of a pop-up blocker.
It's pretty stupid, but if you are in the mood for a little pranking, this could be pretty nice.
P.S. I'm a noob at HTML/Javascript, so if you already know how to do this, please go easy on me! XD
Nice man. Bookmarked and saved
Sent from my Wicked E4GT Sensation using HD xda app
May a thousand ponies pee on you in your sleep for making a page like this Mr. Zhang!
If any of you ever link me to this abomination you will be instantly banned. You have been warned...
Sent From My Fingers To Your Face.....
Sent from my coffee pot.
Boredom can be disastrous
Be Kind everyone you meet is fighting a hard battle
Has anyone tried trolling chat rooms with this? It's pretty hilarious when they rejoin and scream "VIRUS!!!!"
Sent from my SGH-T679 using Tapatalk 2
Tried it on my Note. The browser crashed after 10 seconds
Well played sir, well played.
Sent from my GT-N7000 using xda premium
Bahaha, time to save as homepage on all the school computers. Muahuahuahuahua!! >
(thanks for making it)
---------- Post added at 12:42 PM ---------- Previous post was at 12:23 PM ----------
This didn't do anything on Firefox though.
veeman said:
Bahaha, time to save as homepage on all the school computers. Muahuahuahuahua!! >
(thanks for making it)
---------- Post added at 12:42 PM ---------- Previous post was at 12:23 PM ----------
This didn't do anything on Firefox though.
Click to expand...
Click to collapse
I'll try it on my Firefox
Hey guys, have you recently clicked on my signature pic?
Fixed it, but now it runs too quick to write the red page on Chrome... I'll figure something out when I get home.
Sent from my SGH-T679 using Tapatalk 2
LordManhattan said:
Hey guys, have you recently clicked on my signature pic?
Click to expand...
Click to collapse
a**hole
not falling for it
hahaha good one though
Don't click it! It's the most awesome GIF you've ever seen! *NSFW*!
LordManhattan said:
Don't click it! It's the most awesome GIF you've ever seen! *NSFW*!
Click to expand...
Click to collapse
What. Screen changed color and then nothing. Closed tab and continued reading here. Thank you Dolphin.
Dolphin is freaking lame! It doesn't support GIF's!
LordManhattan said:
Dolphin is freaking lame! It doesn't support GIF's!
Click to expand...
Click to collapse
Yes it does.
85gallon said:
Yes it does.
Click to expand...
Click to collapse
He just has it linked to the website OP made.
LordManhattan said:
Dolphin is freaking lame! It doesn't support GIF's!
Click to expand...
Click to collapse
Web browsing - You're doing it wrong.

[Toolbar] ╫oxic ╫oOlbar v4.0 - Development Discontinued

This tool is no longer being maintained.
--
Buoyed by the success and appreciation for the previous release
Helped and encouraged by the wonderful xda fraternity,
I am proud to present, in an all NEW avatar -
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
FEATURES AT A GLANCE
Search the web, xda-forums, apps on Google Play, xda forums from your toolbar!
Click to expand...
Click to collapse
Efficient and Optimized Control Panel Navigation integrated into the toolbar. Now check the online/offline status of your friends on xda, your personal messages, edit your profile, signature and other user options at the click of a button!
Click to expand...
Click to collapse
Browse through the latest posts from the xda-developers portal/front page using the toolbar's sleek horizontal navigation.
Click to expand...
Click to collapse
Follow your favorite threads no matter where you are on the web. A single click to browse through your all unread threads under the Samsung Galaxy Note GT-N7000 forum. Mark threads as read, unread or delete them altogether!
Click to expand...
Click to collapse
Direct links/downloads to the most popular and regularly read/downloaded rooting guides, references, kernels, mods etc.
Click to expand...
Click to collapse
Separate individual menu tabs for some of the most popular and widely used ROMs for the Samsung Galaxy Note GT-N7000.
No more searching entire threads to download the latest release of your favorite ROM. Click on the relevant menu button and head to the download section!
Or be a smart user and navigate to the Original Thread on xda to read the full changelog and instructions provided by the developer.
Click to expand...
Click to collapse
DOWNLOAD
--
The Toolbar is compatible on all popular browsers (except Opera) -
Google Chrome, Mozilla Firefox, Internet Explorer etc.
Click to expand...
Click to collapse
​
Google Chrome Users will be presented with an .exe file that they have to download and install. It is 100% safe to do so.
Firefox users will have it installed as an add-on (xpi file).
Click to expand...
Click to collapse
PLEASE NOTE:
As is evident, there might be other issues too that are yet to crop up. We can only refine and improve upon them with increased participation from users.
[*]Presently, the toolbar is relevant only for users navigating regularly to Galaxy Note forums and threads. (You may still download it to satisfy your hurt ego of not having one for your phone model)
[*]The toolbar does not offer any new functionalities. Its purpose is to streamline and make more efficient the everyday user experience.
[*]The links gathered and listed may very well be incomplete, or astonishingly missing more important ones. Please bring them to our notice and we will have them up in no time.
[*]The toolbar might be least useful to you. Please help us by providing feedback as to what should be removed or added to better suit its purpose.
Click to expand...
Click to collapse
If you like the work, please consider a small donation. They not only act as encouragement but also make us realize your appreciation of the work.
Click to expand...
Click to collapse
Last, but never-ever the least, my heartfelt thanks to all users for their support and encouragement. Big Thank you to O_G for all the support.
Special Thanks to all my Asylum Inmates -
antiochasylum, abhisahara, chasmodo, sswagonman, trahzebuck, andrew88, snabben, chints, brockyneo and all others I might have missed mentioning.
You make this all worthwhile (we rock :highfive
Click to expand...
Click to collapse
that works awesome
its quite easy to browse my favorite forums
thanks.
This is great! thanks for this!
Missing requirements ?
Hi Toxic,
I just installed the toolbar under Aurora (Firefox 15 alpha) and Ubuntu 11.10.
The bar is just blank and I see only empty lists in the options (see screenshots).
Am I doing something wrong or is it just a (temporary I home) incompatibility?
Cheers
View attachment 1186443
View attachment 1186444
great for all Gnote users.
sudisk said:
Hi Toxic,
I just installed the toolbar under Aurora (Firefox 15 alpha) and Ubuntu 11.10.
The bar is just blank and I see only empty lists in the options (see screenshots).
Am I doing something wrong or is it just a (temporary I home) incompatibility?
Cheers
View attachment 1186443
View attachment 1186444
Click to expand...
Click to collapse
I am afraid I have no clue as to why it might be blank for you. I had tested it across all browsers and their variants like Maxathon, Rockmelt etc
,
I can't comment on the Aurora issue since it could be an issue with the browser itself. If you could please verify whether you have the same issues on the official public build, then perhaps I could be able to rectify the errors.
However I will test it out on Aurora as well and get back to you soon .
Cheers
toxicthunder said:
I am afraid I have no clue as to why it might be blank for you. I had tested it across all browsers and their variants like Maxathon, Rockmelt etc
Click to expand...
Click to collapse
Thanks for your time.
I tested an aurora setup in Windows too as I don't have any plain Firefox right now and I get the same issue.
This seems to be definitely an Aurora issue.
Don't worry, this is no issue for me as I just wanted to play around with the toolbar. I certainly can live with it, and I don't really want to mess my setup.
I'll wait for Aurora to fix a few bugs they have...
Apparently it does not install under chromium either... Hard are the times of a tool developer
The error message says "Incorrect package" and that it can't install the javascript file.
sudisk said:
Thanks for your time.
I tested an aurora setup in Windows too as I don't have any plain Firefox right now and I get the same issue.
This seems to be definitely an Aurora issue.
Don't worry, this is no issue for me as I just wanted to play around with the toolbar. I certainly can live with it, and I don't really want to mess my setup.
I'll wait for Aurora to fix a few bugs they have...
Apparently it does not install under chromium either... Hard are the times of a tool developer
The error message says "Incorrect package" and that it can't install the javascript file.
Click to expand...
Click to collapse
Sad to hear that - but that is simply not in my hands
Ironic it works smoothly on Chrome Browser which is based on several open source projects including the Chromium Project.
Good Job m8
teraxul said:
Good Job m8
Click to expand...
Click to collapse
glad you like it
Hi Toxic,
I finally installed Firefox Beta, and the toolbar works fine. They definitely broke a lot of things on Aurora.
Nice work

[Release][v0.1][KyoCast] Your ticket outside the Google Garden for rooted Chromecasts

This MOD has been superseeded with Eureka-ROM, which is available at http://forum.xda-developers.com/showthread.php?t=2578653
I am very happy to announce my contribution to the chromecast community, KyoCast.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Important: This is in BETA and relies on services outside of Google which may not always be available - It is hosted on a good connection and if you have any issues please let me know!.
What is it?
KyoCast is a mod for your rooted Chromecast device, it redirects traffic that requests the whitelist information on which applications are allowed and instead of sending them to google it sends them to the KyoCast servers.
The config file will be updated on a regular basis and developers are free to request their application be published into the KyoCast whitelist! (please PM me for this).
How do I use it?
This is a standard eureka_image.zip file to flash via Flashcast - it replaces the devices certificate store and places a dns record in the hosts file to force it to access the KyoCast servers
Download is available here: https://mega.co.nz/#!55onGbLB!Qr3RIWDCIGCeJbw0RvZY5hAvPTVXD3Ul2T2AJn772Vg
How do I know it's working?
Browse to your chromecast on http://<chromecastIP>:8008/apps/Revision3_App - if this page is not blank then it is working successfully.
If you have the demo_app available, you should be able to successfully launch a number of applications outside the google whitelist. Please note that as I have no client code
I cannot provide you with access to the clients for these launchers.
As of posting the KyoCast configuration includes access to the following (note that clients are not available for these as of yet):
ALLCast Updated 14/11/2013
Chromecast Dashboard Added 14/11/2013 - https://github.com/boombatower/chromecast-dashboard for more information
Fling Updated 14/11/2013
AOL_ON_Dev_App
AOL_ON_App
HBO_DEV_App
HBO_App
Post_TV_App
Revision3_App
Songza_App
How do I move back to google?
If you wish to move back to google servers, download and flash the following zip which will remove the hosts file entries.
https://mega.co.nz/#!s1YyUTiQ!Z1KXIHmTsCsP5UXLT2XOzDsEJv1nGCXeY69JsEUKW-I
Special Thanks:
I'd like to throw out a special thanks to ddggttff3 and tchebb, you guys are awesome!
reserved
Amazing work, Kyonz. Finally we have a way to bypass Google's whitelisting and a real reason to root.
tchebb said:
Amazing work, Kyonz. Finally we have a way to bypass Google's whitelisting and a real reason to root.
Click to expand...
Click to collapse
Thanks tchebb! It was a long few nights to get this out the door - but I think it's worth it.
Does this work on latest firmware?
Sent from the TermiNOTEr 2!
borijess said:
Does this work on latest firmware?
Sent from the TermiNOTEr 2!
Click to expand...
Click to collapse
This was tested under build 13300, your device does need to be rooted with flashcast to run it though.
borijess said:
Does this work on latest firmware?
Sent from the TermiNOTEr 2!
Click to expand...
Click to collapse
Can I root it if Iam already on latest firmware?
Sent from the TermiNOTEr 2!
borijess said:
Can I root it if Iam already on latest firmware?
Sent from the TermiNOTEr 2!
Click to expand...
Click to collapse
Unfortunately not, please refer to http://forum.xda-developers.com/showthread.php?t=2387392 for more information on this.
thanks very much
hi Kyonz,
Thanks very much for this release. Hopefully we will not see more apps released for rooted Chromecasts.
Thank you for working
Nice work! Just wondering, is Fling whitelisted?
Code:
{
"url": "${POST_DATA}",
"local_only": true,
"app_name": "Fling",
"use_channel": true
}
Thanks
KyoCast work with any Android TV sticks?
Great work!
In fact, the app I'm anxiously waiting in CC is Plex...
el_easy said:
KyoCast work with any Android TV sticks?
Click to expand...
Click to collapse
This mod will only work with the chromecast.
ddggttff3 said:
Nice work! Just wondering, is Fling whitelisted?
Code:
{
"url": "${POST_DATA}",
"local_only": true,
"app_name": "Fling",
"use_channel": true
}
Thanks
Click to expand...
Click to collapse
It wasn't, I've just updated the whitelist and Fling is now available.
This might a dumb question, but is it possible to cast from my Android device to the Chromecast? Wireless HDMI as it were?
Edit: I mean content that is on my phone for example.
ddggttff3 said:
Nice work! Just wondering, is Fling whitelisted?
Code:
{
"url": "${POST_DATA}",
"local_only": true,
"app_name": "Fling",
"use_channel": true
}
Thanks
Click to expand...
Click to collapse
Can someone test Fling? I can't seem to get it going and don't have the time to troubleshoot - chromecast giving me brainfreeze when launching.
Hi
Any way of setting this up locally? then you could host your own whitelist and nobody could block it.
MadBob said:
Hi
Any way of setting this up locally? then you could host your own whitelist and nobody could block it.
Click to expand...
Click to collapse
This feature will be available soon, I don't want whitelists to be out of sync so want to write something to synchronize and such before releasing the server code. Releasing it now would cause all sorts of fragmentation.
Kyonz said:
This feature will be available soon, I don't want whitelists to be out of sync so want to write something to synchronize and such before releasing the server code. Releasing it now would cause all sorts of fragmentation.
Click to expand...
Click to collapse
Hell yeah!
Sorry lost a bit of my British reserve there :highfive:

Categories

Resources