[Completed] User defined icon placement? - XDA Assist

First of all, i have lurked in several threads but am still a novice in the xda community - so allow me to apologize in advance for posting a question that may very well be asked in the wrong thread. I know this community has an abundance of knowledgeble members, so this was my first destination to find the answer I was looking for.
Q:
Is there a way (without root preferably?) anyone is aware of to create a user defined system for placing newly downloaded app icons on my desktop?
I am very anal about aesthetics when it comes to my phone, and i absolutely hate icons being placed in what seens to be an almost random pattern.
I want to be able to choose a user defined placement system that chooses the page, column, and row in which the next icon will be automatically placed after it is downloaded. Ideally there would be an order of importance that i could set so my device knows that if x spot is taken then the icon instead goes y.
I hope this made sense.
I generally use Nova Prime, and my device is running 4.4.2 and is not currently rooted (rooting is an option if thats the only way to make it happen).
Thanks in advance for any help i may receive.

XDA Visitor said:
First of all, i have lurked in several threads but am still a novice in the xda community - so allow me to apologize in advance for posting a question that may very well be asked in the wrong thread. I know this community has an abundance of knowledgeble members, so this was my first destination to find the answer I was looking for.
Q:
Is there a way (without root preferably?) anyone is aware of to create a user defined system for placing newly downloaded app icons on my desktop?
I am very anal about aesthetics when it comes to my phone, and i absolutely hate icons being placed in what seens to be an almost random pattern.
I want to be able to choose a user defined placement system that chooses the page, column, and row in which the next icon will be automatically placed after it is downloaded. Ideally there would be an order of importance that i could set so my device knows that if x spot is taken then the icon instead goes y.
I hope this made sense.
I generally use Nova Prime, and my device is running 4.4.2 and is not currently rooted (rooting is an option if thats the only way to make it happen).
Thanks in advance for any help i may receive.
Click to expand...
Click to collapse
Hi, thanks for using XDA assist!
First, please create an account and then ask your question here:
http://forum.xda-developers.com/showthread.php?t=2259645
Good luck!

Hi,
You have already registered a account on XDA and posted your question again here . wait for the response there
Thread Closed.

Related

Problem with ATPlugininstaller....

I have an interesting problem with ATPlugininstaller.
I installed chome editor v1.6 on my wm6.5 device.
At first it was working fine, and I created 2 plugins using it.
THEN, I decided to add the "day of the week" to the clock panel, by placing code directly in the titanium.cpr files.
Well, the weekday was added successfully, BUT now, I CAN'T use chome editor to create new panels, and I CAN'T install any plugin that uses the ATinstaller.
Whenever I try to do either, I get:
"An unexpected error occurred in ATplugininstaller
ATplugininstaller.exe unauthorized access exception
At System.IO._Error.WinIO error()
At System.IO.FileStream..ctor
At System.IO.FileStream..ctor
At System.Xml.XmlTextWriter..ctor
At System.Xml.XmlDOMTextWriter..ctor
At System.Xml.Xmldocument.save
At ATPlugininstaller.Main.AddLayout to cpr()
At ATPlugininstaller.Main.Main ()
As I said
, I get this same message when I try to create a new panel or add any cabs that require the plugin.
However, the panels I already created and the plugins I already installed still work fine.
My question is, why? My manually adding the code into the cpr files to show "day of the week" on the cclock panel is no different than the entries the installer makes when I install a plugin, or create one using Chome editor.
I know, I've looked thru the cpr file content. So, why does the installer crash AFTER I add the code for "day of the week" to the cpr files?
Can someone please help? Thanks.
Moved, nothing to do with development.
Ok then where do I put it? The ATplugininstaller thread IS in this developmen section, so I beg to differ with you.
I put it out here after getting no response to my inquiry in that thread.
This is one responsive board, out of 10 or so inquiries I've posted, I've only received 2 responses, all from from the author of one sw.
This is a real HELPFUL board,, I've got to say.
And, my inquiry, to remind you, HAS to do with development because I'm creating panels in Titanium using xml.
If the particular sw in question is in this section, then my inquiry as to why it crashes deserves to be here.
I guess it doesn't matter, the members on this board are of no help whatsoever. It's a waste of time to even post.
If I sound frustrated, it's because I am. I have no desire to get flamed, but I need help, and no one even answers.
No need to get frustrated .
Your thread does not belong to the development and hacking forum, that foum is please read the rules of D&H here.
Someone can only help you if they know the solution to your problem, no need to blame the users or the forum itself. Posting in the wrong section will not be helpful to you and will add to our work.
And if you really think posting here is a waste of time, why bother posting ?.
I have moved your thread to Q&A forum, which is regularly visited by developers and people with great knowledge in this field, patience is the key; not blaming the users of the board or being sarcastic.
As far as development goes, you are welcome to post your work ( pannels for titanium ) when they are ready, but not questions.
Hope you calm down, and not repeat such bursts of frustration. You could consider this a warnning.
Please read this carefully:
2.3 Flaming: XDA was founded as a group of people sharing information about certain mobile phones. Sharing does not involve virtual yelling (flaming) it does involve working together to solve problems in an environment of mutual respect and understanding. Losing your temper and flaming another member, or group of members, is not acceptable behavior.
Click to expand...
Click to collapse
I do understand your need for help, but calm down and have patience, try searching or contacting XML writers/developers.
Hope you co-operate.
Understood. I had to do some venting because of all the nonresponses. Can you at least tell me where you moved my post, or did you just delete it? Thank you.
Thank you for your co-operation.
It has been moved to question and answers senction under the general section.
Many people come by here, surely someone will answer; if they have a solution.
madnish30.
just try it with TICS instead of ATPluginInstaller
(link in my signature)
there you don't need a hardcoded .plg and you have the possibility for pre-/postinstall scripts.
Also more definite error message, if you get in trouble.

[Q] How do I customise a preference to display a time picker widget through XML

Hey guys!
Firstly I'd like to say that I have only been working on Android for about a week now, so I guess you can consider me a newb! Therefore I apologise in advance if the solution is overly simple, but I can assure you that I have done my research before posting here, and haven't found an appropriate solution as of yet (or maybe I have and don't fully realise it!). Nonetheless, having lots of fun and just want to solve this problem and learn, so here goes...
The Application
The application I am developing is essentially a reminder service, and I am currently working on the preferences screen.
The Problem
I would like the user to be able to specifiy a time when he/she will be reminded daily. I want this selection to be done via the preferences screen. This is how my preferences screen looks so far...
[http]://img87.imageshack.us/img87/3129/preferencesm.png
My Question
Ideally, whenever the user selects the "Alarm Time" preference, I would like the following to appear
[http]://img580.imageshack.us/img580/2366/timepickerwidget.png
My question is, what is the best way to create this? I really want to keep all the visual aspects of the application using only XML, therefore I don't want a Java solution. Is this possible or am I completely off track? Other potential solutions I have heard of are using themes, alert dialogs and extending preference classes etc. Maybe some of these are correct, but I am unsure.
Any help would be greatly appreciated, thanks!

[Completed] [Q] User defined icon placement - is it an option?

First of all, i have lurked in several threads but am still a novice in the xda community - so allow me to apologize in advance for posting a question that may very well be asked in the wrong thread. I know this community has an abundance of knowledgeble members, so this was my first destination to find the answer I was looking for.
Q:
Is there a way (without root preferably?) anyone is aware of to create a user defined system for placing newly downloaded app icons on my desktop?
I am very particular about aesthetics when it comes to my phone, and i absolutely hate icons being placed in what seens to be an almost random pattern.
I want to be able to create a user defined placement system that chooses the exact page, column, and row in which the next icon will be automatically placed after it is downloaded. There should be an order of importance that i could set so my device knows that if 'x'spot is taken then the icon instead goes 'y'.
I hope this made sense.
I generally use Nova Prime as my home screen replacement, and my device is running 4.4.2.
I am not currently rooted (but rooting is an option if thats the only way to make it happen).
Thanks in advance for any help i receive.
Hi, thanks for using XDA assist!
Please ask your question here:
http://forum.xda-developers.com/showthread.php?t=2259645
Good luck!

[Completed] How to Install apk to a folder with maximum size constrictions?

Hi Everyone,
I'd like to install an apk to a folder on my SD which will limit the potential size that the apk will grow to. Any advice? Appreciated !
I first thought of creating a separate partition on the SDcard to install the apk to, but I'd like to do that without formatting (wiping the SDcard)?
Tetragrammazoid said:
Hi Everyone,
I'd like to install an apk to a folder on my SD which will limit the potential size that the apk will grow to. Any advice? Appreciated !
I first thought of creating a separate partition on the SDcard to install the apk to, but I'd like to do that without formatting (wiping the SDcard)?
Click to expand...
Click to collapse
Greetings
XDA assist is here to help newbies find their way around the site, not for technical support. Try posting your query in:
> Android Development and Hacking > Android Q&A,Help and Troubleshooting.
Experts there may be able to help you.
Good luck
Thank you, I'm finding my way about the site.
Unrelated: I was in a website the other day and noticed they have some really nice layout buttons for responding. What do you think? (Screenshot attached).
I thought they'd look pretty nifty on XDA.
Tetragrammazoid said:
Thank you, I'm finding my way about the site.
Unrelated: I was in a website the other day and noticed they have some really nice layout buttons for responding. What do you think? (Screenshot attached).
I thought they'd look pretty nifty on XDA.
Click to expand...
Click to collapse
They look similar to the XDA buttons (I use the 2013 theme). Buttons are buttons to me, as long as they're in the right spot I'm happy.
What do you use the 2013 theme for, do you have a website I can check out?
I just mention the design as I found the buttons on XDA a little confusing at first and some other members, well one, (in particular) said that I had quoted too long or something like that.
So I was just wondering about it and I noticed this little layout when I was on another website. I just thought I'd mention it. It looks quite nice and self explanatory. As a new member I found the respond buttons a little bit confusing. Would you be kind enough to explain to me what the button that looks like a one of a pair of speech marks is for exactly (I say one of a pair, as in the UK we use double quotation marks). When one uses the reply button and the auto quote goes into the field, do you then have to then just delete that each time, or is there a way around that?
I'm just wondering.
I was also wondering, you might be able to give me some advice on the best way to respond on these forums. Is there an app that you can suggest that would be particularly good for responding on XDA and other forums in general?
I tried Tapatalk once before and found it glitchy, like it had its own agenda and wanted to wiz me around all over the net instead of being functional.
Tetragrammazoid said:
What do you use the 2013 theme for, do you have a website I can check out?
I just mention the design as I found the buttons on XDA a little confusing at first and some other members, well one, (in particular) said that I had quoted too long or something like that.
So I was just wondering about it and I noticed this little layout when I was on another website. I just thought I'd mention it. It looks quite nice and self explanatory. As a new member I found the respond buttons a little bit confusing. Would you be kind enough to explain to me what the button that looks like a one of a pair of speech marks is for exactly (I say one of a pair, as in the UK we use double quotation marks). When one uses the reply button and the auto quote goes into the field, do you then have to then just delete that each time, or is there a way around that?
I'm just wondering.
I was also wondering, you might be able to give me some advice on the best way to respond on these forums. Is there an app that you can suggest that would be particularly good for responding on XDA and other forums in general?
I tried Tapatalk once before and found it glitchy, like it had its own agenda and wanted to wiz me around all over the net instead of being functional.
Click to expand...
Click to collapse
If you scroll down to the bottom of any page here you'll find a bar on the left that says "XDA 2015". If you click that there's a drop down menu that brings up all the themes you can use. I use the XDA 2013 beta because I think that has the cleanest layout.
The speech marks always refer to quoting a post which is what I just did now. You can edit what your quoting and delete parts out of it. Just play around with the editor and you'll get it. As for an app, try XDA labs. You can click the banner in my signature to go to that thread.
Great, Thank you Art Vanderlay. Got it!
:good:
Art Vanderlay,
Unrelated:
I've had a look in the "groups" section. There doesn't appear to be all that much activity in there (at least in the groups I looked at).
Can you suggest a good group, or place (area) for hanging out and perhaps learning a bit more about Android, app making and what's going on @ the scene as a whole?

Can you be interested in a new keyboard type?

hi, I would need feedback and some advice on this topic, is there a need to change the way we enter data via our touch-screen?
the qwerty model keyboard, as functional as it is, doesn't prevent us from fully exploiting the flexibility that a touch screen offers?
Do you already know of any applications that are trying an innovative way?
something like this -> h__ps://78.media.tumblr.com/4b793885c31132b1db6a1bbcc517d0a4/tumblr_inline_n4t4ws6F821r0z1sd.gif
I have not found one so I made one, I developed a new app to enter data via touch input, i developed it for android system and allows you to completely customize the system with which to enter data; what does that mean?
means that every touch on the screen becomes a valid point for data entry and each of these various characters/actions/suggestions change positions and dimension based on different parameters, such as number of touches on the screen, screen size, screen orientation, screen definition, type of data to be entered, dictionary used.... too complicated? the app is currently in its final stage, and I am now developing a python library that allows you to create pkg of configurations;
What I would also ask you would support a crowdfunding campaign to complete this app and its supporting site?
crowdfunding campaign isn`t allowed on XDA
Forum Rules
8. Donations.
As a user, you're allowed to ask for donations in your signature as a thank you for your hard work, however donations up front are not allowed. This forum is about sharing and not about getting paid to do something... that is what your job is for.
Click to expand...
Click to collapse
xanthrax said:
crowdfunding campaign isn`t allowed on XDA
Forum Rules
Click to expand...
Click to collapse
the fact is that there is no fundraising campaign, and there will not be until I have finished all the work, and it will take a long time; the post I created was not to raise funds but to get an answer on what I think a big limit that we still carry behind, I wanted to open a discussion about what alternative to qwerty users believe should exist; if I expressed myself badly deleted even the post, it is not a problem : )
_U03C6_ said:
the fact is that there is no fundraising campaign, and there will not be until I have finished all the work, and it will take a long time; the post I created was not to raise funds but to get an answer on what I think a big limit that we still carry behind, I wanted to open a discussion about what alternative to qwerty users believe should exist; if I expressed myself badly deleted even the post, it is not a problem : )
Click to expand...
Click to collapse
I did not say you started a campaign, I just pointed to the rules that a further discussion won`t derail towards crowdfunding, that`s all.
You are more than welcome to discuss anything else related to development and also post links , screenshots or anything wich can help you.
I also can move this thread to the Android General discussion section if you want, off-topic is basically non-development related so , your choice, just let me know
xanthrax said:
CUT
I also can move this thread to the Android General discussion section if you want, off-topic is basically non-development related so , your choice, just let me know
Click to expand...
Click to collapse
if this will increase the volume of discussion seems to me a good idea, thx

Categories

Resources