[Request]Custom Boot Animation - Nexus 6P Q&A, Help & Troubleshooting

Been playing pokemon go a lot. Was wondering ifnsnyone would be kind enough to take time out of their busy schedules to create a boot animation for me. Been searching for 2 and a half hours and can't find anything that I want.
I'm wanting it to be like the start screen for pokemon sapphire, but altered. In the same font as pokemon, would like it to say android. And instead sapphire version, be marshmallow version. And instead of copyright Nintendo at the bottom, have it copyright to google for 2016.
Is this even possible? How much work would it entail. If someone could teach me how to do the editing I would have no issue doing it myself. I'll attach a gif for a reference and/or starting point. Thanks for anyone who would consider this.

Related

[Q] [APP IDEA] Converting a Monitor into a Touch Screen using android camera

Hey, I'm a Graphic Designer, and I always have weird and unique ideas. So far I haven't been able to get one developer interested in my ideas.
But this time it could be different. or not
This is probably just a novelty thing... i don't see it actually having a purpose, maybe if someone can expand on this idea... anyways
Here is my Concept!!
Firstly, on our PC/MAC MONITOR we stick a colourful (or QRCode-ish) sticker on each corner, with a server app running of some sort
Second, we grab our android camera and point to it... the viewfinder should translate the stickers to identify our touch-monitor area
Finally, by touching the viewfinder it should translate into "mouse click" at that location....
Why??? you may ask...
1)Its augmented reality... it comes with alot of brag rights..
2)If you're not arms length for some reason (like me when i'm lying down and watching tv shows on my monitor)...you can simply download ur next tv show without having to get up. I am trying to think of more reason, but I hope you guys can think of some.
In anycase, if you are interested in developing this app, please let me know I would love to help out with the GUI if you need me to.

[Q] Learning Loops

Using the SkeletonApp default code, how would I insert a void or whatever (sorry not knowing the terminology yet) that would run each cycle of the program like a counter or something?
Just keep it simple, just a "run this always" loop while maintaining the button functions would be great.
OR-
I did read something on the web that said Java/Android does not use a main run void() like C#,C++ and others do, but in fact it uses more than one function/class or something as it's loop.
Is that true?
I know, it's a tough one huh?
Nobody knows?
If I understand what you're saying, and I'm not sure I do, use a timer/service/new thread and update the UI from that timer/service/new thread with listeners.
Using a loop means that the program will be tied up in your loop and it will appear like your application is frozen.
So are you trying to create a loop which will run forever until a certain condition is flagged? That shouldn't be too hard to do, you'd have to create a service that does it in the background i think, so it doesn't affect anything else.
Some of my uni lecture notes have info on the different loops (while, do and do-while), they might help in some way
http://forum.xda-developers.com/showthread.php?t=854462
any chance of you guys showing me some code that will work in your basic "helloworld" app the counts from 2min to 0 or something so I can get my feeble mind around it

Programming help with views

I could use some help with an app I'm working on. I need to know how to control the views and work with which things are in focus. I also want it to work even while in the background so using a handler or something else is knowledge I could use help with. I've been sifting through the javadoc and multiple other forums and am pretty much stuck. Anyone with decent knowledge that would be willing to help me out should message me. Thanks in advance.
First I would move this to the Android dev forum
Android uses Intents to display and run processes. Activities are Intents (views)that you can actually see on the screen and Services are Intents that can be run in the background.
Starting on the Android dev site is really the best place to find the answers to the problems.
That and using the Android examples that come with the SDK. Good luck and I hope you were talking about Android! XD
I was talking about android so here's what i'm trying to do. I want to take in trackball movements and pretty much make it so they don't affect my program or others. I'm not sure how to make it so that requestFocus() will take whatever view is currently on the screen, capture it, and pretty much revert right back to it if the trackball is used. I've tried a lot of different things, but I have been stuck on this forever. Anyone know how to accomplish this because for the most part I think that the trackball is not documented all that well. Any suggestions would be great!
I would look at the http://developer.android.com/guide/topics/ui/ui-events.html , onTrackballEvent(MotionEvent) . You should be able to override that in your service, and just process the motion however you want and not call super.onTrackballEvent();
The problem is that although onTrackBall does captures events, it does not capture all of them. In the docs it says that the method will handle all events not already handled by a view. So I guess my question overall is how do you do just that? Take in every trackball movement no matter what view is reading it? Whether it be another app or anything else. How would I capture the remaining movements?
So after a bit more research here's what I've come up with for what I need to do. Either access the event queue or make it so any time the trackball is used, whether on the homescreen or something else, my application will be able to take these events and manipulate then as i need to. So anyone willing to help with this? I figure I need to make a thread, but how do I get it to read in other applications readings? Is this even possible?

Help with finishing my App (ROM Control)

Hey, so I have made an app for customizing some stuff on my Droid 3, but it works on my nexus 7, and cannot get it to load right on my D3 at the momment but that's not the issue. So what it does right now is I have a settings pannel and the only one I have actually coded is Notification background color. It sends the RGB to AccellerometerRotation in Settings.System. I will make it send to custom places once it is done. But I can then retrieve that in app, and use it to set color filter on a preview I have in my app, so bottom line, my code works.
Now, I need to add this code into the SystemUI.apk so that it will automatically run at some point (any point really) like a change in wallpaper or a reboot. I cannot figure out how to acomplish this. I have tried copypasting from JD GUI, adding my code, building apk for smali, and replacing the smali, but it doesn't work, either force crash or no systembar. I have tried to do this method on both ImageWallpaper class and the SystemUIService class, neither worked. At this point I'm totally stumped as to what to do. I assume adding my own class that would run but TBH, I am totally beat with trying anymore alone. Sometimes, its best to just let someone else take the wheel for a bit haha.
If anyone can help me finish my app, I am rewarding $40 Via PayPal for completion, which Is hopefully insentive enough for all you greedy people to assist haha.
So if any of you know how to do this, i can post the code (will be annoying till I get internet back) if needed, but ide prefer not until I get power and internet. Thanks in advance for all the responses!
I see you all viewing lol, can I get some responses <3 still stuck. I might try to just convert my java to smali and insert it into the existing smali but idk

Bounty for Homescreen Customization

Hello. I'm new to Android. I recently bought an S4 after 5.5 years with various iPhones. The ability to customize my phone is awesome, but daunting given all of the different apps and rooting knowledge that are required. Unfortunately, after having my phone for months, I've made little progress in learning how to do what I want to do with it because I work a ton of hours. Thus, I will pay someone to set up my phone the way I want. I live in Los Angeles, so I prefer someone who can do this in person. But I am happy to do this over Skype or the phone if possible. I have no idea how much to pay for this, so I'm open to bids.
I have an S4 on AT&T. It's not rooted. Let me know what other phone information you need. I would like the following from you:
(1) my phone rooted, and an explanation of which ROMs are available so I can pick the best one for me
(2) customized lockscreen setup, including the ability to run various apps/widgets with a numerical lock code, but not having to unlock my phone first (as I understand it, I need a customized ROM to do this because certain widgets run only without a lock code being used on the phone)
(3) customized home screens. Not just one though. I am envisioning a different theme for each page (maybe around 5 pages total). Thus, I want to be able to use a different picture on each home screen and potentially use different size icons and text on each home screen.
(4) some tasker automation (I already have a few ideas myself, but am open to suggestions from you to automate my phone)
I am not asking you to come up with the design ideas for my lockscreens and homescreens. I already have most of what I want in my head, and have downloaded the appropriate pictures. I'm going for a minimalist design. I just need someone to help me execute my ideas (which may include some photo editing), though if you have any design suggestions I would like to hear them.
Please send me a private message, including how much you'd charge for your help, and we'll go from there. Thank you very much.
Paul
Before you ask, what firmware are you running? The newest firmware blocked root access and is impossible to downgrade or root
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
You should look into SSLauncher. It's not what I use, but I played around with it for a few days. It is definitely the most customizable launcher on the Play Store.
This is not what a bounty is. You are looking to pay for work. This is not allowed on XDA and violated the free sharing spirit of XDA.
I am sorry for an inconvenience
Friendly Neighborhood Moderator

Categories

Resources