Hi all,
I like phase beam live wallpaper very very much.
Is it possible to have it working on gs2?
Attached the original apk from galaxy nexus.
Thanks!
wizard83 said:
Hi all,
I like phase beam live wallpaper very very much.
Is it possible to have it working on gs2?
Attached the original apk from galaxy nexus.
Thanks!
Click to expand...
Click to collapse
Just extract it using 7zip ... and you will find it in res/drawable-nodpi
Hi
Is the wallpaper a live wallpaper, or just a static? (not moving )
-----------------------------------------------------------------
snap, overlooked it
Thanks Faixy
--------------Edit 2----------------------------------------------
Having a problem compiling the file, doesnt matter if I edit something or not.
Probably because I haven't installed the framework files from ICS, but when I try it fails
yes please!
Somebody check this please!!!
sicopat said:
Just extract it using 7zip ... and you will find it in res/drawable-nodpi
Click to expand...
Click to collapse
then? cause there are some .png files how to use this?
---------- Post added at 01:23 AM ---------- Previous post was at 01:22 AM ----------
bruflot said:
Hi
Is the wallpaper a live wallpaper, or just a static? (not moving )
Click to expand...
Click to collapse
see the first post
No one?
Inviato dal mio GT-I9100 usando Tapatalk
Someone please get this working!
Ive tried renaming an extracted res folder to .apk still no luck. What exactly do you do to get this working?
---------- Post added at 08:53 AM ---------- Previous post was at 08:45 AM ----------
i think the parsing error is due to this being not backwards compatible to older versions of android. I was tried poking around to see if I could change it.
I've gotten it to extract easily.
Sent with Galaxy S II EPIC Starburst Touch
so did everyone else here. What did you do once extracted?
Just shook my head. I'm by no means a dev lol.
Sent with Galaxy S II EPIC Starburst Touch
Is there a min android version in the manifest of the decompiled file? Maybe this can be changed to a gingerbread compatible one? Probably not that easy!
Ephumuris
I think that ICS framework is very different than GB.
We need a dev to port it! Hope to have it very soon!
PS: I will donate 10€ to the dev who will port it on gs2.
Hmm I changed the min and target sdk values in android manifest. Signed the apk and pushed to system. Shows up in livewallaper list but force closes when you try to select it!
Ephumuris
ephumuris said:
Hmm I changed the min and target sdk values in android manifest. Signed the apk and pushed to system. Shows up in livewallaper list but force closes when you try to select it!
Ephumuris
Click to expand...
Click to collapse
Oh, no!
Looking at the logcat tells me there is definitely some smali to either port or modify so I'm out of my depth sorry :-(
Ephumuris
ephumuris said:
Hmm I changed the min and target sdk values in android manifest. Signed the apk and pushed to system. Shows up in livewallaper list but force closes when you try to select it!
Ephumuris
Click to expand...
Click to collapse
Further than I got lol.
Sent with Galaxy S II EPIC Starburst Touch
It's using RenderScript, introduced in Android SDK 11 (HoneyComb).
Here's the main part of the code of it(and that makes it bugging), I have no idea how to back-port this though.
public void onSurfaceCreated(SurfaceHolder paramSurfaceHolder)
{
super.onSurfaceCreated(paramSurfaceHolder);
RenderScriptGL.SurfaceConfig localSurfaceConfig = new RenderScriptGL.SurfaceConfig();
PhaseBeamWallpaper localPhaseBeamWallpaper = PhaseBeamWallpaper.this;
RenderScriptGL localRenderScriptGL1 = new RenderScriptGL(localPhaseBeamWallpaper, localSurfaceConfig);
this.mRenderScript = localRenderScriptGL1;
RenderScriptGL localRenderScriptGL2 = this.mRenderScript;
RenderScript.Priority localPriority = RenderScript.Priority.NORMAL;
localRenderScriptGL2.setPriority(localPriority);
}
Click to expand...
Click to collapse
Yeah I noticed the renderscript stuff! Shame I have no idea either.
Ephumuris
Take a look at this app in the market: Ice Cream Sandwich ICS Live
its only 1 LWP but it seems like its woking ..
So when will we get ics LWP ? :/
Related
Hello Everyone,
The dump for Samsung Galaxy S II is here. Thanks to Android Central for providing it and also to the Samsung's beta testers for leaking it Have fun.
Download here:
http://www.multiupload.com/66YMJ5XCUX [ 288 MB ]
tids2k said:
Hello Everyone,
The dump for Samsung Galaxy S II is here. Thanks to Android Central for providing it and also to the Samsung's beta testers for leaking it Have fun.
Download here:
http://www.multiupload.com/66YMJ5XCUX [ 288 MB ]
Click to expand...
Click to collapse
Maybe this will pave the way for a touchwiz 4 port to our beloved i9000.
Omg I hope someone can port it.
Sent from my GT-I9000 using XDA App
gogogo dev !!!!
Of course, that's very cool. Now lets hope some cold stuff comes outta this -- I've my eyes set on you, TouchViz 4.0!!
I Dont think, its Galaxy S2, dump. It has Touch Wiz 3.0 Launcher...
Tried, but cant install the TWlauncher. Now trying other apks.
Antonyjeweet said:
Tried, but cant install the TWlauncher. Now trying other apks.
Click to expand...
Click to collapse
System APK are not installable, you can copy or push them to system/app folder...
nedooo said:
System APK are not installable, you can copy or push them to system/app folder...
Click to expand...
Click to collapse
You just have to resign them and/or remove any shared uid's they have since ur signing it using testkey's which are incompatible with those that pre-exist for that shareduid.
One thing we are lucky in that TouchWiz 4.0 is the same resolution as TouchWiz 3.0 at 800x480 so we don't have to worry about scaling issues like the guys porting Sense 3.0 to WVGA devices are struggling with.
I've seen some videos of TouchWiz 4.0 and while I traditionally don't like Samsung's UI all that much, I have to admit it looks pretty slick. Hopefully somebody with some skills can get in here and work some magic.
Happy Easter everybody!
Daneshm90 said:
You just have to resign them and/or remove any shared uid's they have since ur signing it using testkey's which are incompatible with those that pre-exist for that shareduid.
Click to expand...
Click to collapse
Can you tell me how to do that ?
I will give it a try and resign&rename the tw launcher..
I removed META-INF & signed it, but no luck.. Not working :-(
Daneshm90 said:
You just have to resign them and/or remove any shared uid's they have since ur signing it using testkey's which are incompatible with those that pre-exist for that shareduid.
Click to expand...
Click to collapse
Just tried Polaris Office and it works, Gallery doesn't...noooot even Polaris FC when I try to open PPSX :'(
Antonyjeweet said:
Can you tell me how to do that ?
Click to expand...
Click to collapse
Very easy.
Decompile using apkmanager/apktool
Go in the AndroidManifest.xml and remove the sharedUID attribute.
Recompile and resign
Tada (fyi, last i was on touchwiz n on irc got hold of the twlauncher from this "dump", twlauncher fc'd....it seemed to be missing libs so tht'd b ur best bet to try libs from /system/lib.
... silently following this thread.... Kinda excited about what TW4 has to offer
ZiCoN said:
... silently following this thread.... Kinda excited about what TW4 has to offer
Click to expand...
Click to collapse
Me too !!! I hope that a portage is possible!!!
Love you devs !
Go Go Go
Sent from my GT-I9000 using XDA Premium App
Let's just hope that it's smooth. That's the most important thing!
Cool! who will make an update zip for us?? next!!
Wtf..
Nobody knows if it s possible to port it... xD
Sent from my GT-I9000 using XDA App
Is it possible to have this ported? I figured that you have to modify the android.policy.jar and I attempted it but pretty much failed. Does anyone here know how to do it?
haippa123 said:
Is it possible to have this ported? I figured that you have to modify the android.policy.jar and I attempted it but pretty much failed. Does anyone here know how to do it?
Click to expand...
Click to collapse
just buy a SGS3 lol.
0semaj0 said:
just buy a SGS3 lol.
Click to expand...
Click to collapse
It seems all right.
Buy an 800 dollar phone for a lockscreen...sounds legit
So, come on guy's.
Is here no one a Dev' ?
I think a lot of people were happy about the port of the SGS3 Lockscreen. ;-)
When i know wich .apk i have to take & wich files, i'll will make a .ZIP , but i'm new at the android Developement.
chillz guys i think all expert dev would consider it and you will surely have all sgs3 awesome features
kiruuu said:
So, come on guy's.
Is here no one a Dev' ?
I think a lot of people were happy about the port of the SGS3 Lockscreen. ;-)
When i know wich .apk i have to take & wich files, i'll will make a .ZIP , but i'm new at the android Developement.
Click to expand...
Click to collapse
It's not so easy
kiruuu said:
So, come on guy's.
Is here no one a Dev' ?
I think a lot of people were happy about the port of the SGS3 Lockscreen. ;-)
When i know wich .apk i have to take & wich files, i'll will make a .ZIP , but i'm new at the android Developement.
Click to expand...
Click to collapse
The lockscreen is buried in a framework (presumably twframework but also most likely SystemUI, sorry, I haven't looked into this before) and would take a lot of reversing to get onto our phones. I'm sure it'll come soon, and if not, there will most likely be clones of it coming.
Smando said:
It's not so easy
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1585684
Galaxy SIII is next
Cmon devs. At least port the clock font, just to make it fit with the SGS3's accuweather clock font.
I know it is not something new. Jkay and a lot of theme makers have done that before in the GB ROM
Sent from my GT-I9100 using xda premium
Smando said:
It's not so easy
Click to expand...
Click to collapse
I think you've right.
Only one great dev can do that and this dev is definately JKAY!!!
Sent from my GT-I9300 using xda premium
siberian tiger said:
Only one great dev can do that and this dev is definately JKAY!!!
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
+1
JKAY is an expert in this stuff
Sent from my GT-I9100 using Tapatalk 2
lockscreen is deep down in twframework-res.apk and it needs lots of jar files to be edited besides xml editings. and I guess is much harder than editing a xml file. even if you search for OEM lockscreen, usually end up in a theme for customizable lockscreen apps like go locker or widgetlocker.
ics known as the Rock of sgs2 Would not the screen?
Smith7018 said:
The lockscreen is buried in a framework (presumably twframework but also most likely SystemUI, sorry, I haven't looked into this before) and would take a lot of reversing to get onto our phones. I'm sure it'll come soon, and if not, there will most likely be clones of it coming.
Click to expand...
Click to collapse
ics of sgs2 rock screen as used
Would not you like that you create?
---------- Post added at 12:58 AM ---------- Previous post was at 12:53 AM ----------
siberian tiger said:
Only one great dev can do that and this dev is definately JKAY!!!
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
ics of sgs2 rock screen as used
Would not you like that you create?
I think enough is available haneundae
Similarly, implementation or
sang woo said:
ics of sgs2 rock screen as used
Would not you like that you create?
---------- Post added at 12:58 AM ---------- Previous post was at 12:53 AM ----------
ics of sgs2 rock screen as used
Would not you like that you create?
I think enough is available haneundae
Similarly, implementation or
Click to expand...
Click to collapse
Im sorry what?
Sent from my GT-I9100 using xda premium
siberian tiger said:
Only one great dev can do that and this dev is definately JKAY!!!
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
There are probably many devs that can do it, but jkay with no doubt is capable of doing this
Enviado desde mi GT-I9100 usando Tapatalk 2
I really do like the look of the s3s lock screen, I hope it does eventually get ported
haippa123 said:
Is it possible to have this ported? I figured that you have to modify the android.policy.jar and I attempted it but pretty much failed. Does anyone here know how to do it?
Click to expand...
Click to collapse
I'm using go locker ICS theme and combine it with dandelion live wallpaper.
-first, set your homescreen wallpaper with dandelion live wallpaper
-second, go to go locker setting enable it,choose ICS theme and then go to background set in launcher background and done.
Now you have a "fake" galaxy S3 lockscreen.
Enjoy
Sent from my GT-I9100 using xda premium
jordi_e said:
I'm using go locker ICS theme and combine it with dandelion live wallpaper.
-first, set your homescreen wallpaper with dandelion live wallpaper
-second, go to go locker setting enable it,choose ICS theme and then go to background set in launcher background and done.
Now you have a "fake" galaxy S3 lockscreen.
Enjoy
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
That's not what it looks like.
Can someone throw together a 24dpi Nav bar mod for jelly bean or tell me how to do it
Sent from my Galaxy Nexus using xda premium
+1
This is the only reason i restore ics aokp!
Sent from my Galaxy Nexus using XDA
+1
i would prefer 36dpi.
also menu and search button would be nice!
order: back - recent - home - menu - search
it`s hard to look on the bloated original size of the navbar after using 36dpi for a long time!^^
paratox said:
+1
i would prefer 36dpi.
also menu and search button would be nice!
order: back - recent - home - menu - search
it`s hard to look on the bloated original size of the navbar after using 36dpi for a long time!^^
Click to expand...
Click to collapse
+1
Sent from my Galaxy Nexus using xda premium
I make a 32dpi navbar yet and post the DL-Link in Jellybean Thread from bigxie (maguro)
Its done in a few minutes!
lichti1901 said:
I make a 32dpi navbar yet and post the DL-Link in Jellybean Thread from bigxie (maguro)
Its done in a few minutes!
Click to expand...
Click to collapse
can you tell us how to do it? I want a 36dpi nav bar.
hiemanshu said:
can you tell us how to do it? I want a 36dpi nav bar.
Click to expand...
Click to collapse
Can tell you if i got it working.
Have already done the navbar but the back key is now bigger than the others.
http://dl.dropbox.com/u/45805601/JellyBean-32dpi.nb-blue-clock.zip
md5: B5C7AB9D5EE3731A8FB0C18234E83687
lichti1901 said:
Can tell you if i got it working.
Have already done the navbar but the back key is now bigger than the others.
http://dl.dropbox.com/u/45805601/JellyBean-32dpi.nb-blue-clock.zip
md5: B5C7AB9D5EE3731A8FB0C18234E83687
Click to expand...
Click to collapse
if you shows me the steps, I'll try and fix the error
lichti1901 said:
Can tell you if i got it working.
Have already done the navbar but the back key is now bigger than the others.
http://dl.dropbox.com/u/45805601/JellyBean-32dpi.nb-blue-clock.zip
md5: B5C7AB9D5EE3731A8FB0C18234E83687
Click to expand...
Click to collapse
I have the same problem as well.
I set all three of my edits at 30.0 dpi. But the Back button is bigger (I swapped out the images with a reflective set) also the new down button is going to need to have the reflective treatment as well... Off to Photoshop :good:
PacerguyDon said:
I have the same problem as well.
I set all three of my edits at 30.0 dpi. But the Back button is bigger (I swapped out the images with a reflective set) also the new down button is going to need to have the reflective treatment as well... Off to Photoshop :good:
Click to expand...
Click to collapse
Glad that i´m not the only one :victory:
I updated my android sdk to api20 and now my apktool cant compile and decompile the apk´s anymore
Which XML is for Nav bar. Have framework decompiled trying to find it
Sent from my Galaxy Nexus using xda premium
HumanXv2 said:
Which XML is for Navy bar. Have framework decompiled trying to find it
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
res/values/dimens.xml
PacerguyDon said:
I have the same problem as well.
I set all three of my edits at 30.0 dpi. But the Back button is bigger (I swapped out the images with a reflective set) also the new down button is going to need to have the reflective treatment as well... Off to Photoshop :good:
Click to expand...
Click to collapse
I don't mean to sidetrack the thread but what clock widget do you have? Is it the one from the padphone?
Ok..now how do I make it flashable?
Sent from my Galaxy Nexus using xda premium
HumanXv2 said:
Ok..now how do I make it flashable?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Download the zip on the last page, replace the .apk with yours, and flash it
Any chance you guys could make something to remove the navbar? Love using LMT with a full screen!
ok now it is stuck on boot animation. Was it supposed to be signed?
Ke1evraTi said:
I don't mean to sidetrack the thread but what clock widget do you have? Is it the one from the padphone?
Click to expand...
Click to collapse
Its just the Ultimate clock widget with a Skin named Weather Clock which uses the Asus weather icons.
---------- Post added at 01:36 PM ---------- Previous post was at 01:33 PM ----------
lichti1901 said:
Glad that i´m not the only one :victory:
I updated my android sdk to api20 and now my apktool cant compile and decompile the apk´s anymore
Click to expand...
Click to collapse
Apktool 1.4.2 and 1.4.3 had been working fine earlier today, but now SystemUI isn't wanting to recompile. Grr...
---------- Post added at 01:38 PM ---------- Previous post was at 01:36 PM ----------
HumanXv2 said:
ok now it is stuck on boot animation. Was it supposed to be signed?
Click to expand...
Click to collapse
Framework-res.apk shouldn't be signed.
Did you wipe the cache and dalvik before flashing your modded framework?
if not try that.
HumanXv2 said:
ok now it is stuck on boot animation. Was it supposed to be signed?
Click to expand...
Click to collapse
Just copy your changed stuff from the build folder in the original apk , so you dont have to sign it!
Gesendet von meinem Galaxy Nexus mit Tapatalk 2
lichti1901 said:
Just copy your changed stuff from the build folder in the original apk , so you dont have to sign it!
Gesendet von meinem Galaxy Nexus mit Tapatalk 2
Click to expand...
Click to collapse
I meant when I compiled the apk...all I did was decompile framework-res.apk,changed the values for the nav bar,recompiled, deleted a file(resources.arsc) from the folder it told me to, it finished compiling then I replaced it with 7zip and moved to my phone
This is camera app from new S4 Google Edition. I test it in Android 4.2.2. It may work in prior version.
It has almost all features, incl. Photosphere.
This is not mine, I just share it if someone wants it.
http://www.multiupload.nl/MAYSJRO22M
Just to note.
Scene mode is missing a whole mode and the labels don't align with the icons.
It appears that "Action" mode is missing.
EDIT:
I've removed the values from the array and uploaded the resources.arsc. Extract the resources.arc file and drop it into the apk (and zipalign, recommended). And the scene mode will show the correct labels.
It's working on my stock, not rooted S3
Icons are little scrambled but photosphere works flawlessly!
Great!!!
Downloading...
Thx bro
---------- Post added at 04:49 PM ---------- Previous post was at 04:48 PM ----------
Kryten2k35 said:
Just to note.
Scene mode is missing a whole mode and the labels don't align with the icons.
It appears that "Action" mode is missing.
EDIT:
I've removed the values from the array and uploaded the resources.arsc. Extract the resources.arc file and drop it into the apk (and zipalign, recommended). And the scene mode will show the correct labels.
Click to expand...
Click to collapse
Can u upload your camera.apk?
Kryten2k35 said:
Just to note.
Scene mode is missing a whole mode and the labels don't align with the icons.
It appears that "Action" mode is missing.
EDIT:
I've removed the values from the array and uploaded the resources.arsc. Extract the resources.arc file and drop it into the apk (and zipalign, recommended). And the scene mode will show the correct labels.
Click to expand...
Click to collapse
By default, I have left to right, Action, Night, None, Sunset and Party. Do I have everything? Or are you saying the Action button is empty?
Unfortunately, Gallery has stopped.
EDIT - Running 4.2.2, XXUFME7, did not work when installed as normal apk or when i pushed to system/app. Clearing cache did not work either.
Any help?
Does it include photosphere?
Sent from my GT-I9300 using xda premium
Bo0mer said:
Does it include photosphere?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Y U NO read OP properly?
Kryten2k35 said:
Just to note.
Scene mode is missing a whole mode and the labels don't align with the icons.
It appears that "Action" mode is missing.
EDIT:
I've removed the values from the array and uploaded the resources.arsc. Extract the resources.arc file and drop it into the apk (and zipalign, recommended). And the scene mode will show the correct labels.
Click to expand...
Click to collapse
worked great thanks bro
Video recording works well on the I9305, but the FPS is higher in the stock camera app. Not a big deal for me, since I don't record to often videos
Sent from my GT-I9305 using xda premium
here is a flashable zip with the scene fix implemented
flash in recovery : http://www.mediafire.com/download/re3leray6hku81w/PhotosphereGS4GEfixed.zip
alkspo said:
here is a flashable zip with the scene fix implemented
flash in recovery : http://www.mediafire.com/download/re3leray6hku81w/PhotosphereGS4GEfixed.zip
Click to expand...
Click to collapse
I will try.
Thx bro
alkspo said:
worked great thanks bro
Click to expand...
Click to collapse
Hey bro, can you disable your signature 'coz its a little bit annoying.....My IP & etc was just showed up
neemzeey said:
Hey bro, can you disable your signature 'coz its a little bit annoying.....My IP & etc was just showed up
Click to expand...
Click to collapse
lol its a joke, no one can see it only yourself i see my ip and everyone see there own xD
Sent from my GT-i9100 using xda premium
alkspo said:
lol its a joke, no one can see it only yourself i see my ip and everyone see there own xD
Sent from my GT-i9100 using xda premium
Click to expand...
Click to collapse
I already had it, just now.....Glad you post it.
Thanks:good::good::good:
@alkspo , finally got this working.
Though i succeeded i did not find ANYTHING interesting in it.
But, thanks for that modified CWM flashable file.
Thanks to OP and the guy who extracted this.
---------- Post added at 12:01 AM ---------- Previous post was at 12:00 AM ----------
neemzeey said:
Hey bro, can you disable your signature 'coz its a little bit annoying.....My IP & etc was just showed up
Click to expand...
Click to collapse
I don't think you'd have to worry about it, right?
Only we're able to see it and it's not being broadcast-ed or it's not sending him any information.
sbenson1226 said:
By default, I have left to right, Action, Night, None, Sunset and Party. Do I have everything? Or are you saying the Action button is empty?
Click to expand...
Click to collapse
That seems to be them all. It works ok for you, huh! lol
Kryten2k35 said:
That seems to be them all. It works ok for you, huh! lol
Click to expand...
Click to collapse
I'm just trying to clarify what the issue is. I hear a lot of differing things. I just want to make sure I'm not missing out on something.
Anyone know why Photosphere force closes? Running Temaseks CM10.1 build..
will this work for 4.1.2
Asus Live wallpaper Port for 1080P Devices. Like the great HTC One
Credits go to
jackrabbit72380
http://forum.xda-developers.com/showthread.php?t=2477144
nice thanks!
Hmm can't install, Google verify prevented it. Do I need to be rooted? Would think so for a lwp?
Sent from my HTC One using Tapatalk
Wouldn't work on mine. Says app not installed. Oh well...
Sent from my HTC One using Tapatalk 4
Just place the apk in sys/app folder by using root explorer and then reboot. You would now see it in in the live wallpapers in settings. Just installed it, and I must say it's an awesome lp
Sent from my HTC One using Tapatalk 2
Was it the version which would not need root?
EnIXmA said:
Just place the apk in sys/app folder by using root explorer and then reboot. You would now see it in in the live wallpapers in settings. Just installed it, and I must say it's an awesome lp
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
weird. moved it to system/app and it doesn't show up in the live wallpaper section.
Reboot
Sent from my HTC One using XDA Premium HD app
EnIXmA said:
Reboot
Sent from my HTC One using XDA Premium HD app
Click to expand...
Click to collapse
still no luck. oh well. thanks for the assistance. I appreciate it.
No luck for me either. Running Maximus hd 20. Tried installing which failed, moving to system/app and perms rw/r/r and then reboot which didn't work, and moved to data/app and perms to rw/r/r and reboot and still didn't work.
Sent from my HTC One using Xparent Red Tapatalk 2
ImagioX1 said:
No luck for me either. Running Maximus hd 20. Tried installing which failed, moving to system/app and perms rw/r/r and then reboot which didn't work, and moved to data/app and perms to rw/r/r and reboot and still didn't work.
Sent from my HTC One using Xparent Red Tapatalk 2
Click to expand...
Click to collapse
just needs to be moved to system/app, rebooted, applied and then rebooted again...i did this, and am using it...use root explorer or rom toolbox to paste this to system/app...
Works fine and looks even better! cheers :good:
---------- Post added at 11:06 AM ---------- Previous post was at 10:49 AM ----------
anyone knows where to get asus weather widget for HTC?
Nevermind, got it here:
http://forum.xda-developers.com/showthread.php?t=1196945
julian_fin said:
Nevermind, got it here:
http://forum.xda-developers.com/showthread.php?t=1196945
Click to expand...
Click to collapse
Did anybody checked insane permissions that this app wants to use? I did not wander why Google verify blocks it. People, get this off your phone presto. If you do not believe me, unnstall and check permissions before you reinstall it...
vault1965 said:
Did anybody checked insane permissions that this app wants to use? I did not wander why Google verify blocks it. People, get this off your phone presto. If you do not believe me, unnstall and check permissions before you reinstall it...
Click to expand...
Click to collapse
for all i get is:
-precise location (GPS)
-full network access
-view network connections
-run at startup
doesn't seem much to me?
I'm using celsius preset version
---------- Post added at 09:43 AM ---------- Previous post was at 09:40 AM ----------
ahh, I bet you ment Asus LWP and not the widget.
yes, it seems to be graving pretty much all of the priviliges..?
Asus LWP not working for me either, using ARHD 30.0, pushed to system/app, reset permission and rebooted, nothing shows up
julian_fin said:
for all i get is:
-precise location (GPS)
-full network access
-view network connections
-run at startup
doesn't seem much to me?
I'm using celsius preset version
---------- Post added at 09:43 AM ---------- Previous post was at 09:40 AM ----------
ahh, I bet you ment Asus LWP and not the widget.
yes, it seems to be graving pretty much all of the priviliges..?
Click to expand...
Click to collapse
Yes, LWP. I have version modded for Galaxy Tab installed, but permissions were the same as for widget. Wanted to try it on my One, but when
I saw the permissions, I was like "forget it dude, no way I will give you complete control over my phone" And sorry for quoting you, I was
referring to app posted in this thread, not the one you were referring to...
The NSA is watching you
vault1965 said:
Yes, LWP. I have version modded for Galaxy Tab installed, but permissions were the same as for widget. Wanted to try it on my One, but when
I saw the permissions, I was like "forget it dude, no way I will give you complete control over my phone" And sorry for quoting you, I was
referring to app posted in this thread, not the one you were referring to...
Click to expand...
Click to collapse
Can you point a link for your version? is it working all right?
julian_fin said:
Can you point a link for your version? is it working all right?
Click to expand...
Click to collapse
You can find it in Galaxy Tab 10.1 app thread, it should work fine on all 10 inch tablets, but i doubt f it will work on One...
Here is the link http://forum.xda-developers.com/showthread.php?t=2097169