What is framework?
Sent from ny GT-S5360 using XDA Premium
Let me help you with that
Click Here
I think this is the main part of d android
Sent from my GT-S6102 using XDA Free mobile app
hamada3381 said:
What is framework?
Sent from ny GT-S5360 using XDA Premium
Click to expand...
Click to collapse
LOL Really impressed with @marcussmith2626 answer! But in brief, framework is visible as "android system" app on app manager, and it holds all the frame, i.e. all the UI like animation, buttons, etc!
Related
Hey
On my one x i couldb disable an app.v can this be done on the s4?
Sent from my GT-I9505 using xda app-developers app
oxfordmark said:
Hey
On my one x i couldb disable an app.v can this be done on the s4?
Sent from my GT-I9505 using xda app-developers app
Click to expand...
Click to collapse
Yes.
Go to app manager under settings and swipe from right to left to bring all apps, click on the app you would like to disable and you can disable it from there.
Cheers
Hmmm it won't disable kik or what's app. You can disable the Samsung apps!
Bye bye story board, SamsungOn....0.91mb of RAM in use now
Is that ok to do?
Sent from my GT-I9505 using xda app-developers app
So Touchless Control has been released on the Google Play store, is there a way to port it?
https://play.google.com/store/apps/details?id=com.motorola.audiomonitor
I'm sure it'll find it's way onto other Android devices in the future :good:
Here's a third party app that does the same thing.
https://play.google.com/store/apps/...&utm_medium=organic&utm_term=open+mic+android
Sent from my SGH-I337M using Tapatalk 4
Open mic isn't as good by user reviews. And when I used it. +1 for porting touch less control
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
[email protected] said:
Open mic isn't as good by user reviews. And when I used it. +1 for porting touch less control
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1508195
Hands down bad ass and with open mic :good:
[email protected] said:
Open mic isn't as good by user reviews. And when I used it. +1 for porting touch less control
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Yeah it isn't the same. +1 for porting touchless control but im worried about the negative effect it will have on battery life, the moto x has a dedicated language processing core for a reason.
Sent from my SGH-I337M using Tapatalk 4
Does anyone have or know where I can get the .apk for this ??
Sent from my GT-I9505 using xda app-developers app
Jmaserang said:
Does anyone have or know where I can get the .apk for this ??
Sent from my GT-I9505 using xda app-developers app
Click to expand...
Click to collapse
http://www.droid-life.com/2013/08/2...lay-should-make-adding-new-features-a-breeze/
Its at the bottom. You can try to download it from that crappy ass mega site that doesn't work and won't let you download it. Someone needs to put it on a better link.
Sent from my SAMSUNG-SGH-I337
I'll wait I can't stand that mega site but thanks i'm just wondering if a few build.prop changes would get this working
Sent from my GT-I9505 using xda app-developers app
Download blackmart alpha its on there just like other ones just google it and there you go and you dont even need root only if you want it to automatically install is when you have to have root
Sent from my SAMSUNG-SGH-I337
Thank you im going to try editing the build.prop and hopefully it works like the facebook home app did
Sent from my GT-I9505 using xda app-developers app
fabster530 said:
Download blackmart alpha its on there just like other ones just google it and there you go and you dont even need root only if you want it to automatically install is when you have to have root
Sent from my SAMSUNG-SGH-I337
Click to expand...
Click to collapse
I couldn't find it on blackmart alpha.
Sent from my SAMSUNG-SGH-I337
[email protected] said:
I couldn't find it on blackmart alpha.
Sent from my SAMSUNG-SGH-I337
Click to expand...
Click to collapse
Search for touchless control its the first one you can dl & install but doesnt open or show in apps
Sent from my GT-I9505 using xda app-developers app
Inb4 lock. Can't be talking about places like black market alpha. Just saying..
toxicpaulution said:
Inb4 lock. Can't be talking about places like black market alpha. Just saying..
Click to expand...
Click to collapse
Sorry:/ should have just linked the app to my drop box or something huh
Sent from my SAMSUNG-SGH-I337
I tried to build cm9.2 (ics) systemui with eclipse.but it showed more than thousand errors.how to solve this problem
Sent from my GT-S5570 using XDA Premium 4 mobile app
As far as I know, building the system UI is not possible without building the whole ROM or at least having it in the complete ROM tree.
So no way other than ubuntu?and downloading GB's of sources?
Sent from my GT-S5570 using XDA Premium 4 mobile app
arpitkh96 said:
So no way other than ubuntu?and downloading GB's of sources?
Sent from my GT-S5570 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well, you could run it in a VirtualBox. But I think that there is no other way. (I use it as my only OS btw.)
nikwen said:
Well, you could run it in a VirtualBox. But I think that there is no other way. (I use it as my only OS btw.)
Click to expand...
Click to collapse
Ubuntu is not the problem.my internet speed is low and i want to avoid downloading the whole cm9 sources
Sent from my GT-S5570 using XDA Premium 4 mobile app
Actually you can build it in eclipse itself. Remove the internal references and replace them by alternatives if needed. Again, use reflection as and when required although its not recommended. I've done it before and it works perfectly.
EatHeat said:
Actually you can build it in eclipse itself. Remove the internal references and replace them by alternatives if needed. Again, use reflection as and when required although its not recommended. I've done it before and it works perfectly.
Click to expand...
Click to collapse
I didn't understood that. Little bit new to this. Can you please elaborate. ??
Sent from my GT-S7392 using XDA Premium 4 mobile app
arpitkh96 said:
I didn't understood that. Little bit new to this. Can you please elaborate. ??
Sent from my GT-S7392 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
System apps use many of the internal references which are not available by the SDK for example com.android.internal.*, the ones denoted by @hide, etc.
Either patch up your SDK with internal references or use workarounds to make it compile.
So i can i patch the sdk?
Sent from my GT-S5570 using XDA Premium 4 mobile app
arpitkh96 said:
So i can i patch the sdk?
Sent from my GT-S5570 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/
EatHeat said:
http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/
Click to expand...
Click to collapse
Thanks.i will try to follow this
Sent from my GT-S5570 using XDA Premium 4 mobile app
Ram uses in stock 4.2.2 With greenify donated
Already did
Sent from my GT-I9082 using Tapatalk
Awesome
Sent from my GT-I9082 using XDA Premium 4 mobile app
tell us how
how did you do that!!!!!:cyclops::laugh::good:
How about this.... removed all bloatware of samsung and hibernated all apps running at back ground...
Sent from my GT-I9082 using xda app-developers app
tikong said:
How about this.... removed all bloatware of samsung and hibernated all apps running at back ground...
Sent from my GT-I9082 using xda app-developers app
Click to expand...
Click to collapse
Not bad bro....ur ram usage is good:thumbup::thumbup:
Sent from my GT-I9082 using Tapatalk
By this forum, many knowledge of android we knew.... thanks to all devs and members....:thumbup::thumbup::beer::beer:
Sent from my GT-I9082 using xda app-developers app
wow
Can you please give more info, what was removed, what tweaks and so on.
I deleted samsung bloatware.... hibernated system apps using greenify donation..... use kernel k2wl 0.9.1, pure performance x....
Sent from my GT-I9082 using xda app-developers app
Still running these services after closing all active apps, it shows that it Used 480 mb out of 800 mb.
What else shall i hibernate? Isnt it wise to use the 1gb ram, thats what ram is for but it will effect a bit ur battery life.
Thanks
Sent from my GT-I9082 using Tapatalk 2
Could anybody do this? I've tried following tutorials using both Ubuntu and windows and I can never get the system ui to compile again. I am willing to pay for it. Device I'm using is D800. Though I don't think it matters since its just a systemui edit
Sent from my LG-D800 using Tapatalk
+1^^^ what's up? Been a while since we talked on here!
Sent from my LG-D800 using Tapatalk
You tried 7zip?
Sent from my GT-S7562 using XDA Premium 4 mobile app
trh1341 said:
+1^^^ what's up? Been a while since we talked on here!
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
Haha hey.
Sent from my LG-D800 using Tapatalk
singhshantanu1996 said:
You tried 7zip?
Sent from my GT-S7562 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yeah - editing apks without decompiling generally doesn't work. I finally got it to recompile after I changed the status bar xml stuff, however, I was greeted by force closes galore.
Sent from my LG-D800 using Tapatalk
Mod close please, problem solved.
Sent from my LG-D800 using Tapatalk
:thumbup:
Sent from my GT-S7562 using XDA Premium 4 mobile app
Wait!
jcmaddox1 said:
Could anybody do this? I've tried following tutorials using both Ubuntu and windows and I can never get the system ui to compile again. I am willing to pay for it. Device I'm using is D800. Though I don't think it matters since its just a systemui edit
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
How did you end up doing it???!!!