[APP] New GOOGLE camera - Sony Xperia L

Hi guys google released new camera app with background defocus feature for 4.4 devices and one member of xda is port this camera for jb devices and its working on our XL.
But there is no panorama feature...
And u must disable the google play service from settings>app>all>..... . Unless it shows fc.
It works on jb4.2.2 latest firmware.
here is the download link d-h.st/qZQ
And original post: forum.xda-developers.com/showthread.php?t=2721266
Screeshot
{
"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"
}
Sent from my C2104 using Tapatalk

New pictures taken with Google camera...
NORMAL mode:
HDR mode:
Lens Blur mode:
sent from ÂЙĐЯÖÎĐ ШÎŤH MÝ BÜĎĐÝ XPËЯIĀ Ł

Awesome , This I Want
Sent from my C2105 using xda app-developers app

FC
It's not working for me, I got a camera FC.
C2105
4.2.2 / fw 15.3.A.1.14
Installed as normal app
EDIT:
I didn't read OP properly. I did not disable Google Play Services. I have not/will not try it with Google Play Services disabled.

Thread Opened

Saqib Nazm said:
Thread Opened
Click to expand...
Click to collapse
Thanks
sent from ÂЙĐЯÖÎĐ ШÎŤH MÝ BÜĎĐÝ XPËЯIĀ Ł

Still got fc even after disabling play services and play store
Sent from my C2105 using xda app-developers app

Stoped play Service with. Titanium backup and work fine
Enviado desde mi C2104 usando Tapatalk 2

AlvinZahran98 said:
Still got fc even after disabling play services and play store
Sent from my C2105 using xda app-developers app
Click to expand...
Click to collapse
don't disable playstore.
and check the original thread from first post for newest updates an solutions

What I have found is that the app calls a plenty of API19/KK specific calls and that is why it FCs.
The problem are not the libs (probably). It is also not a good idea to mess libs in your system - even if some additional libs shall be needed, thou can almost surely place them in googlecamera data files:
/data/data/com.google.android.GoogleCamera/lib (default location in 4.1.2! Not sure about 4.2/4.3, it might be app-lib subdir or something like that)
and chmod them 755 and chown them 1000:1000. However...
After first logcat insights, I have decompiled the apk file with apktool.
At the beginning, I have found out that API19 introduced some "floating" variable type maths API, which was available only for "double" type variables before. This one was easy. After decompiling, I have edited:
smali\com\android\camera\util\CameraUtil.smali
in such a way:
Before:
Code:
.method private static getGaussianMask([F)V
[COLOR="Red"].locals 9[/COLOR]
.parameter "mask"
.prologue
...
div-int/2addr v7, v8
[COLOR="red"] int-to-float v7, v7
invoke-static {v7}, Landroid/util/FloatMath;->exp(F)F
move-result v7[/COLOR]
const/high16 v8, 0x4000
...
After:
Code:
.method private static getGaussianMask([F)V
[COLOR="Green"] .locals 11[/COLOR]
.parameter "mask"
.prologue
...
div-int/2addr v7, v8
[COLOR="SeaGreen"] int-to-double v9, v7
invoke-static {v9, v10}, Ljava/lang/Math;->exp(D)D
move-result-wide v9
double-to-float v7, v9[/COLOR]
const/high16 v8, 0x4000
...
And - YAY! - after compiling it again, it started to work under 4.1.2 Touchwiz! Including photosphere, new lens features etc.
Won't upload an apk file - I guess it breaks google license, it's an easy thing to do if you want to do it yourself, and maybe someone will be brave enough...
Anyway.
It still does not work stable. Still has to disable gms and still FCs after switching to any other mode, than chosen actually...
I have found out that the next cause of FCs is hidden in the fact that GC invokes:
android.os.HandlerThread->quitSafely
and
android.os.Looper->quitSafely
when shutting down any mode to switch to another one (there are about 5-6 calls within the smali code...).
It's a harder stuff to edit thru mali. Now I am trying to switch the functions to (available previously) "quit" methods - but guess quitting "unSafely" may cause some further trouble to user experience. I dont know. I am not experienced in this kind of stuff.
Hope those hints will show someone smarter than me the good way to backport this goddamn cam app...

Awesome ! thanks a lot bro

first one is from default camera
second from Google camera App
only drawback is that Google services have to be disabled

i m on 4.4.2(xperia sp, custom rom) but app still freeze

Related

[APP] XDA TV (Native Phone Edition) v2.0

XDA TV (Phone Edition) v2.0
Sadly I've stopped the development of this app and removed the files from the server because of two things: No time and the server costs were too high.
Also sadly I've stopped developing for Android because my AdSense account was disabled right before I started developing a app that was going to be paid (I got really sad). So I've stopped developing for Android and focused more on BlackBerry (which is already getting me a bit of money for me to continue with this hobby). If anyone knows how to get paid from Google Play without an AdSense account please contact me and I'll be happy to come back.
Click to expand...
Click to collapse
Warning: If the app isn't working, just drop me an email or post the problem here, you don't need to rate the app with 1 star and comment like: "The app isn't working". Thanks for the support​
Now you can have all the XDA TV videos wherever you go using this application. Now on your phone, if you have a tablet you should get it here.
Finally converted the code from the old version (which used HTML5) to pure Java. Still learning about design using XML, but that's for the next releases. Any suggestion or bug report just reply and I'll love to improve the app. I'll start to work on the tablet version as soon as I get another tablet (with Honeycomb/ICS this time). Thanks for your patience.
{
"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"
}
Download
​
Click to expand...
Click to collapse
GitHub​
Click to expand...
Click to collapse
Changelog:
v2.0:
* Fully native application!!!
* New icon
v1.2:
* Fixed the "Application Not Installed" bug (need testers to check this)
* The application now quit if you hit the back button while in the list view
v1.1.2:
* Added a glass effect to the icon
v1.1.1:
* Fixed the no content error
* Dark Edition
v1.1:
* New feed
* Description added to the video view
v1.0.1:
* Everything works
This i like! finnaly an app worth 6+ in market.
nice going!
Thanks very much
This is alot smoother than the tablet version
Thanks
Yup. The tablet version uses a lot of event watchers/handlers to support that dual-screen layout.
Thanks a lot for you support!
nathanpc,
Nice.
But I notice that your dropbox account is generating too much traffic, especially now that you are item one on the front page of XDA, and all I get is 509 errors. Surely a more robust redirect is available?
Yrs,
dkephart
dkephart said:
Nice.
But I notice that your dropbox account is generating too much traffic, especially now that you are item one on the front page of XDA, and all I get is 509 errors. Surely a more robust redirect is available?
Click to expand...
Click to collapse
Oh! So sorry! I've used the old feed(from another XDA member) and added the new episodes, also customized the new feed and it's all on my server. It will take about 30 minutes, but I'll download all the old videos and refresh the links.
PS: That ain't be my Dropbox account. Now I'm using my own server that is at Rackspace. It won't be a problem now, and it's connection is very very very very fast!
Downloaded app and its very simple and clean. Can't wait to check out the vids once its up and running.
Sent from my King's Alliance Evo running 4G data
mortgage_man said:
Downloaded app and its very simple and clean. Can't wait to check out the vids once its up and running.
Sent from my King's Alliance Evo running 4G data
Click to expand...
Click to collapse
Check it out
New Update(v1.1), now it's on my own feed and some new stuff was added too
op link isnt working on my phone can someone drop box the apk to me please
Sent from my SAMSUNG-SGH-I997R using XDA App
Nice to see this but just opens to a blank white screen with "xda tv" at the top.
Inspire 4g
Doesn't work after update, just blank
Ops! My mistake, let me fix this and reupdate. Apologize for the problem
UPDATE: Just uploaded v1.1.1 to the Market. Please update and send me feedback if it's working now
Works fine now but still no exit button
Sent from my Desire HD loaded with MIUI using the XDA Premium App
CuBz90 said:
Works fine now but still no exit button
Sent from my Desire HD loaded with MIUI using the XDA Premium App
Click to expand...
Click to collapse
Thanks for the feedback. Ahh, the exit button, I'm trying to implement that. PhoneGap is a tricky framework...
Just a blank page on LG P970, kinda need a help
Sent from my LG-P970 using Tapatalk
Even after the v1.1.1 update? Check the version you're using.
I'm busy now, I've bricked my Galaxy Tab trying to flash CM7, if anyone can help: http://forum.xda-developers.com/showthread.php?p=16418969#post16418969
Working now. Thanks for the quick update.
From long ago, in a galaxy far far away, yet some how in the future.
You're welcome
Btw, My GTab is hard bricked and I don't know what to do now, maybe get my iPad that is on the drawer and start using it again...
Hello.
Really nice app some futures to develop:
1. Direct links to threads or download links to app mentioned in auditions.
2. exit button.
3. dark theme.
Really nice thanks for Your work.

[PRIVACY] WARNING: Dolphin's collection of your browsing history

If it weren't for things like this, I'd still be a fan of Dolphin Browser.
Ever since the 'webzine' 'feature' came out (in version 6), this app forwards the URL of:
Every link you click.
Every search you enter.
Every page you load.
To: http://en.mywebzines.com/v3/columns?u=(URLencodedURL)&t=(TIMESTAMP)
This includes:
SSL URLs.
QUERY_STRINGS.
IP addresses on private networks and file:// urls.
In addition, when I mentioned this on http://blog.dolphin-browser.com, the comment awaited moderation for two days before being deleted. I've yet to receive an email.
Proof:
Code:
[[email protected]]~# ngrep -P '!' -lq -R -W single -M '(^GET|^POST|^Host:|^[^ ]ookie:)' "tcp port 80"
interface: eth0 (10.23.1.0/255.255.255.0)
filter: (ip or ip6) and ( tcp port 80 )
match: (^GET|^POST|^Host:|^[^ ]ookie:)
T 10.23.1.220:60126 -> 107.20.41.53:80 [AP] GET /v3/columns?u=http%3A%2F%2F10.23.1.254%2F&t=1319574537635 HTTP/1.1!!Authorization: cd7f573ec9e6e865a28aaab7a1793796!!Accept-Encoding: gzip!!Host: en.mywebzines.com!!Connection: Keep-Alive!!!!
(less spammy proof)
[G] www.google.com:80/search?q=wut
[G] en.mywebzines.com:80/v3/columns?u=http%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dwut&t=1319574984926
[G] en.mywebzines.com:80/v3/columns?u=https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dwhat%2Bis%2Bthis%2Bi%2Bdont%2Beven&t=1319575011872
[G] en.mywebzines.com:80/v3/columns?u=file%3A%2F%2Fsdcard%2Fdata%2Fhome.html&t=1319575109160
Stick this in your /system/etc/hosts to make the Orwellian nightmare stop. This will break webzine 'functionality', and is only possible on rooted phones:
Code:
127.0.0.1 en.mywebzines.com mywebzines.com
Alternatively, here is how to remove this via APKTool:
Code:
* apktool d mobi.mgeek.TunnyBrowser-1.apk
* apply the this patch to smali/mobi/mgeek/TunnyBrowser/WebViewCallbackHandler.smali
#####
--- orig-7.0/smali/mobi/mgeek/TunnyBrowser/WebViewCallbackHandler.smali 2011-10-22 11:41:43.000000000 +0000
+++ mobi.mgeek.TunnyBrowser-7/smali/mobi/mgeek/TunnyBrowser/WebViewCallbackHandler.smali 2011-10-22 11:40:18.000000000 +0000
@@ -2189,7 +2189,7 @@
.line 576
:cond_2
- invoke-direct {p0, p1, v0}, Lmobi/mgeek/TunnyBrowser/WebViewCallbackHandler;->a(Lcom/dolphin/browser/core/IWebView;Ljava/lang/String;)V
+# invoke-direct {p0, p1, v0}, Lmobi/mgeek/TunnyBrowser/WebViewCallbackHandler;->a(Lcom/dolphin/browser/core/IWebView;Ljava/lang/String;)V
goto :goto_0
.end method
#####
I would attach an .apk of dolphin cleansed of it's spyware AIDS, however I'm not sure if the mods would like that.
update:
Modified APKs posted http://forum.xda-developers.com/showpost.php?p=18799432&postcount=61
update: Fiasco appears on http://www.androidpolice.com/2011/1...e-you-visit-to-a-remote-server-in-plain-text/
update: Dolphin writes blog post claiming data is not retained, and that 'feature' is disabled. Latest market version. (7.0.1/id105) appears, still forwards urls
update: Version 7.0.2 (id 106) no longer forwards urls.
While I have no proof dolphin == mywebzines, they conveniently share the same hosting and dns providers (both domains are registered via proxy)
Code:
[[email protected]]~# for i in $(host -t a dolphin-browser.com|awk '{print $NF}');do host $i;done
89.249.19.50.in-addr.arpa domain name pointer ec2-50-19-249-89.compute-1.amazonaws.com.
[[email protected]]~# for i in $(host -t a en.mywebzines.com|awk '{print $NF}');do host $i;done
77.123.17.50.in-addr.arpa domain name pointer ec2-50-17-123-77.compute-1.amazonaws.com.
185.179.17.50.in-addr.arpa domain name pointer ec2-50-17-179-185.compute-1.amazonaws.com.
58.30.19.50.in-addr.arpa domain name pointer ec2-50-19-30-58.compute-1.amazonaws.com.
167.175.19.50.in-addr.arpa domain name pointer ec2-50-19-175-167.compute-1.amazonaws.com.
93.246.101.75.in-addr.arpa domain name pointer ec2-75-101-246-93.compute-1.amazonaws.com.
53.41.20.107.in-addr.arpa domain name pointer ec2-107-20-41-53.compute-1.amazonaws.com.
205.64.72.184.in-addr.arpa domain name pointer ec2-184-72-64-205.compute-1.amazonaws.com.
119.178.72.184.in-addr.arpa domain name pointer ec2-184-72-178-119.compute-1.amazonaws.com.
156.2.73.184.in-addr.arpa domain name pointer ec2-184-73-2-156.compute-1.amazonaws.com.
33.95.17.50.in-addr.arpa domain name pointer ec2-50-17-95-33.compute-1.amazonaws.com.
[[email protected]]~# host -t ns mywebzines.com;host -t ns dolphin-browser.com
mywebzines.com name server ns2.dnsv5.com.
mywebzines.com name server ns1.dnsv5.com.
dolphin-browser.com name server ns1.dnsv4.com.
dolphin-browser.com name server ns2.dnsv4.com.
[[email protected]]~#
Subscribed.
As a Dolphin user, I'm interested to see where this goes.
Maybe you can get the adfree android developer to add en.mywebzines.com to the next hosts file update and problem solved (for adfree users, at least).
lexluthor said:
Subscribed.
As a Dolphin user, I'm interested to see where this goes.
Maybe you can get the adfree android developer to add en.mywebzines.com to the next hosts file update and problem solved (for adfree users, at least).
Click to expand...
Click to collapse
Does't adfree allow custom entries?
I still use dolphin 4 as it has the best UI on android...especially after the modifications I've made. Unfortunately since it's free of admob and mobosquare code I'd probably get in trouble for posting it
Nice work. I'll keep watching this thread.
Uninstallimg today
mills2533 said:
Nice work. I'll keep watching this thread.
Click to expand...
Click to collapse
Makes you wonder why Google is still allowing Dolphin to stay in their catalog.... Uninstalling today!
Hmmmmph!
{
"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 we add this address to the hosts file, won't the problem be solved?
Thanks for bringing this up anyways!
Good find, uninstalling now. Do you know if this applies to ant other browsers ?
I use Boat Browser, very clean.. none of the concerns and bloatware mentioned.
is there any word on miren browser?
Uninstalling now, and too bad, I like their setup. Guess I will be shopping around for another browser.
Plus interested in seeing where this will go.
Eh, i don't mind. The only good use that Dolphin gave me was that before i exit it it asked if i wanted to clear history, and so i only use it for porn.
My fav browser is the default MIUI browser.
xriderx66 said:
Eh, i don't mind. The only good use that Dolphin gave me was that before i exit it it asked if i wanted to clear history, and so i only use it for porn.
My fav browser is the default MIUI browser.
Click to expand...
Click to collapse
Heh heh I guess I could use it for soke flixs! Any good sites?
I recommend Boat Browser. It's very smooth and clean. I switched to it from dolphin and I've never looked back.
abdielol said:
I recommend Boat Browser. It's very smooth and clean. I switched to it from dolphin and I've never looked back.
Click to expand...
Click to collapse
Omnichron said:
I use Boat Browser, very clean.. none of the concerns and bloatware mentioned.
Click to expand...
Click to collapse
I remember trying boat. It failed my evaluation on two counts: The lower button bar wouldn't go away, and it constantly posted data to http://www.umeng.com/app_logs
Code:
[P] www.umeng.com:80/app_logs
post: T 10.23.1.220:38582 -> 211.151.139.246:80 [AP] H!}![K!1!!!!!'!!!K!7!A!!E!E|!Y!d!.M!!!H-!!N!!!!}!!!!sfV{!!!!!d!!!!!!#!I!v V-!!!(k!!T!k!!!!!2!j!!"G!A!!!5!A>!!!]!!`K!Tk!!!!`!!!!J^!XdT!jC!!!!!D!!&5C!!:W=!!S!!e D!!!!!g!G!!!!!!O!c!<!!!!!I!1!!!X!!!z!!!!!!1!!4#!!!!!!!!!0>!!!C{4%!:o!~!!!!!!tJ!!!!!!]!!!!!!!!!!!!!!!!!!!C!C!!!!!qY!!5[#!M!!K(+*s!!!PI!u!!/J!!q!0!!!-!!!=?!g!!!Q\!!w!!!R!!!!!0!G3-V2!!U!m!5!q![!j!g!!Z9w!!eV!oC!!od!!!
I've not sifted through smali code to see -what- gets posted, but it does so every time you do something.
Damn it. All the other browsers suck.
Sent from my ADR6300 using Tapatalk
try opera I guess its your only choice
Dolphin mini doesn't have webzine right?
Stock ftw.
can you check miren browser?

Goodbye Android Market, Hello Google Play [Google Play v3.5.15 see what is new]update

Goodbye Android Market, Hello Google Play
{
"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"
}
Update:
Google play store frist two versions 3.46 & 3.47 mostly don not come with new ,,,,
but v3.5.15 comes.
What is new :
1. The My Apps list now stands bifurcated into two lists: INSTALLED and ALL. Go to My Apps using the Menu and you’ll be presented with INSTALLED tab, swipe left go to ALL apps list and swipe right to get back to INSTALLED apps list. As you would expect, the list apps you’ve purchased (whether under sale, or normally) but don’t have installed on the device are under ALL apps list/tab.
2. App reviews by users has received a major update too. You are now able to sort reviews — by most helpful first and newest first — and can filter the reviews for the app by the latest version of the app, and by your own device, meaning only reviews made by users who the same device you are suing will show up. Pretty nice, eh! One more thing, the device used by the user when reviewing the app is shown with the review.
3. Other little updates:
* On the ALL apps tab under My Apps, you get an option to select your Google account (only if you have more than one Google account added, of course), as a drop down, meaning you don’t have to choose it by going to settings anymore.
* All accounts you’ve added on the device show up for selection once you tap on the drop down, which shows the names of the account you’re currently using.
* Installed apps which weren’t showing in the Play Store’s earlier versions (whether that be v3.4.7, or v3.4.6) now get recognized and duly shown under my Apps’ INSTALLED tab.
​
*It is supposed to be auto updated if not or you do not like to wait download here :
http://ardroid.net/apps/com.android.vending-3.5.15.apk
auto update when i open market
thank you
Sent from my GT-S5670 using xda premium
I still have the old market so i want to ask What is a difference between market and google play is it a difference only in name ???
vigan_ks said:
I still have the old market so i want to ask What is a difference between market and google play is it a difference only in name ???
Click to expand...
Click to collapse
only in the name I think
auto update when i open market, but it looks like before
The only thing that change was the name xD
Thread updated
when there is an update, its auto update everytime when open up play store
Syfer_Fever said:
when there is an update, its auto update everytime when open up play store
Click to expand...
Click to collapse
I write in the thread that is auto updated if you read it & you may consider that I say what is new.
Get a 940 error (cannot be found) e.g. the newer XDA app.
I tried installing from my previous installs but it cannot be found on the Market (ok, Play Shop) I'm assuming that updating with an apk that isn't officially released yet is the issue?
Sent from my GT-I9100 using XDA App
aRc. said:
I'm assuming that updating with an apk that isn't officially released yet is the issue?
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
I do not think so......
as market is auto updated to this version with many
, I used apk file & I do not face the problem you are facing.....
try reinatalling another app from your all list
I fixed this issue by using Old Market.apk to install the original, then used it again to install 3.4.7. Win
Sent from my GT-I9100 using XDA
awesome.................
aRc. said:
I fixed this issue by using Old Market.apk to install the original, then used it again to install 3.4.7. Win
Sent from my GT-I9100 using XDA
Click to expand...
Click to collapse
if you search play store from pc now you will found premium version only......
free not found...

[APP][2.1+] uCinema v1.0.4 (Free Movies & Shows) [MP4][ADM SUPPORT]

{
"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"
}
Hi everyone!
I would like to announce uCinema, an application developed by Lowlevel Media for Android devices (2.1 or higher) to watch movies and TV shows directly from your phone or tablet! It also supports download to the phone's external storage to watch them later
It actually supports videos in 4 different resolutions: 240p (SD), 360p (SD), 480p (DVD) and 720p (HD).
Just search for what you are looking for and watch it! That simple.
Downloads:
Google Play Store
APK File
Scanning the following QR code:
I hope you like it! Greetings.
Reserved
Changelog:
1.0.4:
Implemented Android download manager support.
Fixed bugs.
1.0.3:
Support for API 17 (Android 4.2).
Soft buttons are hidden while video playing.
Improved Cyrillic results filtering.
Fixed bug when external player is enabled.
Fixed video list bug.
Some optimizations.
1.0.2
Fixed video downloads errors.
Fixed search error (it could cause searchs to only work after some tries).
Miscellaneous bugfixes and optimizations.
1.0.1
Added feature to use an externel video player.
Added feature to filter Cyrillic resutls in the search.
Many, many bugfixes.
Any way to filter out the Russian search results?
Sent from my Galaxy Note 2 using Tapatalk 2
Streaming is very quick, without buffering (unlike IceStream), the only thing that's missing is being able to use your default video player to play the movies.
Overall it's another great app from LowLevel Studios!
Edit: The update added external player support - thanks!
Sent from my GT-I9100 using xda app-developers app
Your from the Wii Scene right?
Thanks for sharing
It's really awesome :thumbup:
Sent from my LG-P500 using xda premium
@EP2008 No, not possible currently. Just try to refine your searchs.
@okmijnlp We will implement that
@ermacwins Yeah.
Pretty coool Player there. Buh its bandwidth hungry.Great App .!!!
New version is up! Support for filter russian results, to use an external video player, and some fixes
A new version has been released! We fixed some bugs and improved the application a little
[duplicated]
Im still not able to filter russian results even though i checked the box in settings
Sendt fra min GT-I9100 med Tapatalk2
hoseth0711 said:
Im still not able to filter russian results even though i checked the box in settings
Sendt fra min GT-I9100 med Tapatalk2
Click to expand...
Click to collapse
We just fixed that issue! Update uCinema
This is pretty good. Can't wait for even more search options.
Sent from my SPH-D710 using xda premium
Hi,
The best way to filter is to do this for example( Supernatural S07E01 ) and you are more likely to get what you want...
Let me know if that helped...
Steve
Sent from my GT-N7000 using Tapatalk 2
swelch36 said:
Hi,
The best way to filter is to do this for example( Supernatural S07E01 ) and you are more likely to get what you want...
Let me know if that helped...
Steve
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
Adding the language to the search query (for example: Supernatural S07E01 Castellano) also helps a lot.
We just released a new version! It includes support for Android download manager (better downloads), and some bugfixes/improvements.
Also, we released a web version: http://ucinema.lowlevel-studios.com
Gonna check this out. Using TV portal right now. Need something new.
*sent from a Galaxy not so far away...*
Newest update included AirPush
Oscar-Mark said:
Newest update included AirPush
Click to expand...
Click to collapse
We didn't add push notifications nor ad icons. It just shows an ad at app launch, don't worry.

[APP][MOD] YouTube v5.3.24 Inverted V4 (2013-12-10)

{
"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"
}
v5.3.24
(Inverted)
Holo Dark Theme
Tested on I9300 (xhdpi, 1280x720)
Screenshots:
Changelog:
V4:
- guide_channel_header
V3:
- Contextual menu
- Card_bottom smaller dropshadow
- Separator lines
- Background to #ff121212
- Tab colors
V2:
- Search spinner and dropdown items fixed
Click to expand...
Click to collapse
FAQ:
Q: I get error 401. I can't use the app.
A: Error 401 is an 'authorization' problem related to your Google account. The app cannot login to Google services.
There are several solutions:
1) Just wait. The token will be recreated all by itself sooner or later. It can (depending on creation time) technically survive for weeks though. (more info)
2) Delete the token by re-setting up your Google account.
- Manually 'force close' and delete user data of at least 'Google Play', 'Google Services Framework', 'Google Play Services' and 'YouTube'.
- Delete your Google account in Android settings.
- (root) If you cannot remove the account delete it manually in /data/system/user/0/accounts.db and accounts.db-journal.
- Reboot the phone, re-create the account and try YouTube again. (more info)
3) Block the account with XPrivacy/PDroid or similar.
Click to expand...
Click to collapse
I keep getting network error 401 on both my phone and tablet
thank you i will try on htc one
Update:
V2 - Search spinner and dropdown items fixed
V3:
- Contextual menu
- Card_bottom smaller dropshadow
- Separator lines
- Background to #ff121212
- Tab colors
401 error
No one knows exactly what it is. Its probably related to the current Google account token/session. It can happen with every Google application. I never had it and can't tell anything more about it...
http://forum.xda-developers.com/showthread.php?p=20600233#post20600233
V4:
- guide_channel_header
DualJoe said:
V4:
- guide_channel_header
Click to expand...
Click to collapse
Are you getting 401 error after install???
?Note III?
thanks! can you find a way to support screen-off playback?
aznkairi said:
thanks! can you find a way to support screen-off playback?
Click to expand...
Click to collapse
Don' think so. I have currently no plans for code injections. That's a much greater number...
It just gives me error 401 no matter how I install it. Tried it on my Nexus 4 but same result as well.
Sent from my Nexus 5
You get that when installing? Usually this is a runtime/authorization error related to Google account token/session.
But if the former is true you probably still have another YouTube app installed. You have to uninstall that first then.
If none of these applies i don't know... Works properly here on CM11/4.4.2..
DualJoe said:
You get that when installing? Usually this is a runtime/authorization error related to Google account token/session.
But if the former is true you probably still have another YouTube app installed. You have to uninstall that first then.
If none of these applies i don't know... Works properly here on CM11/4.4.2..
Click to expand...
Click to collapse
No, not when installing. It installed properly but when I open the app, it won't load any videos at all. See screenshots below.
You can either try waiting until the token gets renewed or delete/re-set your account that should immediately recreate the token.
Something like this:
http://forum.xda-developers.com/showthread.php?t=2134320
BlackBox ROM: Not Working
Hello,
I tried to install this on my BlackBox rom but it does not get installed and there is no error message so I am lost about it.
Any suggestions?
mayurd said:
Hello,
I tried to install this on my BlackBox rom but it does not get installed and there is no error message so I am lost about it.
Any suggestions?
Click to expand...
Click to collapse
Look in logcat. There is always an error message.
Your rom is probably just too old though.
DualJoe said:
Look in logcat. There is always an error message.
Your rom is probably just too old though.
Click to expand...
Click to collapse
Hello,
I could install the app and dont know why it ended in error during first few trails. But the app is really old now. It does not incorporate the new features of the dragging the video down. But still love the inverted theme and the screen-off play.
mayurd said:
Hello,
I could install the app and dont know why it ended in error during first few trails. But the app is really old now. It does not incorporate the new features of the dragging the video down. But still love the inverted theme and the screen-off play.
Click to expand...
Click to collapse
You probably installed a different version. This version doesn't support screen-off play but already has floating window.
I guess it probably doesn't install on older systems because of sha-256 signature. It's supported on jelly bean and up only. I wasn't aware of this at that time.
I wanted the screenoff play thing and so might have installed the old version.
I am still trying to find YouTube app with screen off play and floating screen.
Sent from my GT-I9505 using XDA Free mobile app

Categories

Resources