How to Focus by Removing Distractions from Android - Android Q&A, Help & Troubleshooting

Hi,
I've been experimenting with removing low quality technology time from my day to day to improve well being and simply make more time for other things! I find it easy to end up on youtube or browsing for hours aimlessly.. especially when I am burnt out after a days work.
I previously put my laptop and cellphone in the garage and that worked fairly well but also cut me off from phone calls which was the trade off. I found this great, especially if I did it the night before.
The main sources of distraction I see are a result of Data. If I don't have data I can't browse, I also can't go on YouTube. Yet I still have the benefit of using maps (offline), journaling, evernote (offline), photos, alarm clock, music player.
I've tracked my time on my cell phone weekly and I think I waste somewhere between 9 - 18 hours browsing or watching youtube. My issue isn't the time, but the fact that none of that left a mark on me as something I loved doing.. and that I think is a sign of life truly lost!
I thought if I put my SIM into a non-smart phone I can still call and text and use my smart phone for all the benefits I listed above. My only concern is WiFi... having a simple on-off switch on wifi makes it too easy to use. Do you have any idea of how I create more barriers to WiFi?
For my laptop I've uninstalled the wifi driver and keep it on my screen in a zip file for re-installation if needed. (it's too much work if I'm lazy... and yes this does work.
My goal is to increase the barriers to doing the lazy short term gratifying activities (which I don't enjoy but do out of shear habit) and to make it easier to do the things I value- friends, family, cooking, reading, ect... I find I enjoy these activities once I get into them, it's just the initial barrier.
I don't know if I am the only one that has these thoughts, if you do and have ideas for solutions please share!
Thanks.

Format your system partition by using a custom recovery

I have a custom recovery installed already, what would that let me do?

Related

[Q] Problems with developing a custom GS2 rom for medicinal purposes.

Hello to you all people of XDA, firstly I must state that I've scoured the forums far and wide and have yet to find some valuable info regarding my problem.
So what we're doing is developing (or trying to, as is obvious from this post) a custom rom for the Galaxy S2 which would be used for a single medical application for sensor tracking and the processing and displaying of said data on the SGS2, while at the same time sending it to his/her doctor.
What we need to be able to achieve with this rom is to put it into the hands of the end-user (a chronical patient which will in turn be able to stay at home instead of being hospitalized) and be able to completely lock down the phone for his use (I know, it sounds terrible) so that he loses the phone/sms/games/youtube/internet functionality as we need the phone to run as stable and for as long as possible without any additional battery stress (the constant sending, processing and processing of data seems enough of a problem for now).
I've searched into some custom roms but we eventually came up with the need for a stock Samsung rom which could be modified as we want to.
See this is where the problem begins, we can't seem to get the phone rooted, the ROM customized and then unrooted again so that the phone can't be fiddled with anymore, except when it's completely dead and we need to fix it.
So to cap it all up:
It needs to allow for a custom load and bootscreen (I almost got this to work)
It needs to be completely locked down for the end user.
It has to have full BT, NFC and WiFi functionality
It has to be able to call out and reciev calls, but only to/from specific numbers (911, doctor, etc..)
It has to basically allow for 2-3 programs to be running, while the others simply don't exist on the phone.
I am terribly sorry if anything like this has been asked about before, I swear I put 2 days of me life into researching already.
Any help, any help at all, ideas and solutions, but mostly links are welcome.
Thank you and good day to all.
Just a detail, but the SGS2 doesn't have the NFC functionality. Project seems to be possible, I would look into CyanogenMod sources if I was you.
Sent from my GT-I9100 using XDA App
Why are you afraid of leaving the phone rooted and in hands of the patient?
Is he so uncritical that he can search the web and find means of unrooting a mobile phone and then get around to actually doing it?
LucLucLuc said:
Hello to you all people of XDA, firstly I must state that I've scoured the forums far and wide and have yet to find some valuable info regarding my problem.
So what we're doing is developing (or trying to, as is obvious from this post) a custom rom for the Galaxy S2 which would be used for a single medical application for sensor tracking and the processing and displaying of said data on the SGS2, while at the same time sending it to his/her doctor.
What we need to be able to achieve with this rom is to put it into the hands of the end-user (a chronical patient which will in turn be able to stay at home instead of being hospitalized) and be able to completely lock down the phone for his use (I know, it sounds terrible) so that he loses the phone/sms/games/youtube/internet functionality as we need the phone to run as stable and for as long as possible without any additional battery stress (the constant sending, processing and processing of data seems enough of a problem for now).
I've searched into some custom roms but we eventually came up with the need for a stock Samsung rom which could be modified as we want to.
See this is where the problem begins, we can't seem to get the phone rooted, the ROM customized and then unrooted again so that the phone can't be fiddled with anymore, except when it's completely dead and we need to fix it.
So to cap it all up:
It needs to allow for a custom load and bootscreen (I almost got this to work)
It needs to be completely locked down for the end user.
It has to have full BT, NFC and WiFi functionality
It has to be able to call out and reciev calls, but only to/from specific numbers (911, doctor, etc..)
It has to basically allow for 2-3 programs to be running, while the others simply don't exist on the phone.
I am terribly sorry if anything like this has been asked about before, I swear I put 2 days of me life into researching already.
Any help, any help at all, ideas and solutions, but mostly links are welcome.
Thank you and good day to all.
Click to expand...
Click to collapse
Block all internet access apart from ones you want or you can just setup iptables rules, shouldnt need root apart from when setting it up
As far as removing programs, just delete the apks from the zip, or before you remove root. My sig has a list of all apks in a upto date rom and what they do.
You can use gemini app manager to control autoruns (stop them etc) also to block (hide and disable apps)
As far removing root, your best bet is to once you are done, use adb (from the android sdk) to remove the superuser.apk then flash the stock kernel back, as far as I know without superuser apps cant grain root permisions.
OR
This app will allow you to block any app behind a password
This app will block incoming and outgoing sms and calls on white and blacklists
Custom boot logo (the first screen before the animation)
Custom boot animation need to go into system/media, I am not sure about the format but there are loads around, like this thread has loads, stock kernel should support them.
I hope that helps
Most of that is easily possible.
If you listed the apps needing removed, the apk files just need deleted.
To control calls, you can use a third party app from market for that.
It's possible to have the custom rom unrooted, and easily flashed, regardless of how badly the phone gets rooted
Boot animation is easy anyway... If you can provide it in a zip like other ones (zip containing numbered png's) then it's a piece of cake.
A little bit of clever firewall stuff would prevent any web traffic, in or out, except to your defined server, which is obviously a concern when a phone is handling sensitive medical info.
genieass said:
Why are you afraid of leaving the phone rooted and in hands of the patient?
The phones are going to be used by around 500.000 people in a year, it's not that we want to take anything away from the user, it's more about not having any problems with the firmware - like ever.
Thanks for all the help!
Click to expand...
Click to collapse
genieass said:
Why are you afraid of leaving the phone rooted and in hands of the patient?
The phones are going to be used by around 500.000 people in a year, it's not that we want to take anything away from the user, it's more about not having any problems with the firmware - like ever.
Thanks for all the help!
Click to expand...
Click to collapse
LucLucLuc, not sure where you live, but you're entering the patient confidentiality minefield with big, big boots.
Apart from the legal considerations, your question is definitely OS related and not device related.
I see what you want, but legally - where I live anyway - it's too much of a grey area to get involved with.
I use call recording a lot for referrals and info from other doctors, but I've always asked the other party if they're OK with it. I won't record patient conversations, and I won't accept any files whatsoever that have seen RIS or PACS first - not worth it.
Can't see it's worth your while, but I'd appreciate it if you keep me informed should you decide to work on it.
Big boots indeed
We are from Slovenia, Europe.
I'm actually just a student doing the research and some basic Android programming, thank god I wasn't let into the bigger of the projects
But yes, this project is a colaboration of several european firms and you can read more about it at chiron-project.eu - it's a very very interesting project afaic.
I don't think we'll be swimming with lawyer piranhas soon though, the project uses sensor data (which sorta is a privacy issue) which will be monitored on a tablet running Android (currently testing the Galaxy tab 10.1 - we were lucky to order one before Steve had another one of his fits), proccessed in real time and then stored on the central server, from where it will only be accessible by the patients doctor.
Patient consents are dealt with before we even start talking about mobile hospitalizations.
It's very encouraging to see some actual interest, if anyone wants to know more about anything related to this project contact me at [email protected]
Thanks again for all the help.

did u switch back to WM6.5 after trying android ?

just curious if anyone switched back to WM6.5 after trying android on HD2 ? any particular reasons ?
After being an exclusive Windows Mobile user from the Pocket PC days in 2001, I tried Android on my HTC HD2 with great fear and trepidation. After 2 months i am VERY satisfied with Android and can't imagine ever going back.
Good luck with your decision.
never left WM, just run android on SD card
here more statements
I only tried one rom, it didn't work that well, and I hated not being able to customise it how I liked.
I absolutley hate sense/titanium/spb mobile shell... none of them work as well as my setup, I have my phone doing exactly what I want, when I want, and everything I use or need to see at all times is on my today screen. No other UI can currently give me that.
Every OS upgrade has brought less usability at the expense of 'looking nice', I hate having to go through multiple screens to do something as simple as turn on bluetooth and start a media player, one click for me and it's done. Same for many things.
I tried American Android on my HTC HD2. Battery life on all android sucks, so I am back on WM6.5. I am very sad Microsoft switched to WP7 after 6.5 is so cool.
Android must take care of battery management before releasing OS as now it just ruins the pleasure of Android OS. My WinMo6.5 lasts more than 4 days on one charge. I wanna see Android doing this
bbobeckyj said:
I only tried one rom, it didn't work that well, and I hated not being able to customise it how I liked.
I absolutley hate sense/titanium/spb mobile shell... none of them work as well as my setup, I have my phone doing exactly what I want, when I want, and everything I use or need to see at all times is on my today screen. No other UI can currently give me that.
Every OS upgrade has brought less usability at the expense of 'looking nice', I hate having to go through multiple screens to do something as simple as turn on bluetooth and start a media player, one click for me and it's done. Same for many things.
Click to expand...
Click to collapse
I particularly like Spb Mobile Shell. But if you've got something that works better for you than it does, I'd be interested to know what that might be. Can you tell me what makes your WinMo 6.x work so well for you?
FWIW I've never tried Android and don't anticipate doing so for quite awhile. Same for Windows Phone. I have too much invested in Windows Mobile Apps to move off it, especially since they do what I need them to do so well.
I came from using the original HTC Touch for nearly 4 years with WM6.5 and promptly went to try Android when I first got my HD2. The 2 most important thing to me on my phone is the email client and the web browsing. I couldn't get used to the native email app or K9 in Android and came back to WM6.5 for about a week.
I then took the dive to go to WP7 Mango and I love the email integration there. The web browsing is not very nice and Microsoft pushing the use of Bing is very frustrating, but the browser itself is decent. So while the battery life is absolutely horrible in WP7, it can still get me through the day on light usage.
So, I tried coming back to WM6.5 but there certainly are many things to like about the current generation operating systems. WM6.5 just feels sluggish comparatively because everything seems several more clicks away for me. There are various things I miss though. Apps I had purchased are a big one, but I can live without it for now. The other is the task manager. The automatic task management concept is a nice idea in Android but I like quick access and control over it (something ICS possibly has addressed). WP7 its not an issue for now because non-native apps don't run in the background.
Overall, I think you at least owe yourself to try Android since it can run alongside WM6.5. Give it a real shot because there are only going to be more and more things that are available to current gen OS that won't be ported to WM6.5
Tref said:
I particularly like Spb Mobile Shell. But if you've got something that works better for you than it does, I'd be interested to know what that might be. Can you tell me what makes your WinMo 6.x work so well for you?
FWIW I've never tried Android and don't anticipate doing so for quite awhile. Same for Windows Phone. I have too much invested in Windows Mobile Apps to move off it, especially since they do what I need them to do so well.
Click to expand...
Click to collapse
I guess that to me the essence of these new OS, and SPB Mobile Shell is that it puts form over function, to perform any action with those requires a lot more effort than it does with how I've set my phone up, it also seems to work slower.
For a start, I have on my Today Screen the things which I want to use or see most often. SPB Diary, easy today launcher, and alarmToday. I also use wkTask task manager for the tabs. My two soft keys are also customised, one runs WM5NewMenu (which is also run by long hold of the send key), the other runs a script I made with mortscript which closes all open programs, and resets the system settings to my default preferences, such as screen orientation and brightness.
In my WM5NewMenu popup menu, I have shortcuts to all the other things I use most frequently, such as messaging, not to open my inbox, but to open a text or email with the person I'm sending it to pre-defined. So for example if I want to text my wife, it's only 3 clicks from any screen. Note that WM5NewMenu is as quick as pressing right click with your mouse on your desktop, and each submenu is just as quick. I also backup my PIM data every day automatically have a script which sends it via email to myself, so if I have lose my phone or have to hard reset and my storage card get corrupted (or any other worst case scenario) I'll never be without the information I really need.
I also have google mobile in the launch menu, a couple of scripts to start/stop my media player, which will turn on bluetooth, allow me to connect my headset, then set the volume to maximum, offer a playlist selection and then lock the screen etc.
There are quick links to toggle WiFi and BlueTooth and start menu (the hardware buttons are too low for one handed use). I have one which opens my file explorer (apparently missing on WM7) to my IE favourites folder, and after I pick one it will close the file explorer again.
My lock screen is customised with the slider exactly where I find it the most comfortable to use, and the message is my phone number, in a different font, so I can show people easily when they ask and I've forgotten it.
A few other things without dragging on forever -
A Script which programs my work schedule into my diary with as little as 2 clicks for each day's work.
And I don't profess anything but a superficail knowledge of other OS, but the ability to use the same .LNKs and parameters as on my PC is extremely useful. For example, I can make a .LNK to the messaging .EXE, and include any or all of the following, To, CC, BCC, Subject, Content, and attatchments. Examples of use can be if you text the same thing each day, like 'I'm on my way home' would take a maximum of four clicks to send from any screen.
A coreplayer link which also sets the sreen brightness to max.
A lot of my .LNKs have different icons to the default program's
I've removed as much of the HTC customisations as I could find out how to, such as the HTC messaging.
I have a basic keylogging system in place (not a true keylogger, but it logs every time I use any program) so I can check when I did things. This sounds really anal or obsessive but, for example, it's usefull for when I take a break at work and forget when I started my lunch hour, I can just check what time I turned my phone on.
---------- Post added at 11:32 AM ---------- Previous post was at 11:23 AM ----------
Gastaroll said:
I tried American Android on my HTC HD2. Battery life on all android sucks, so I am back on WM6.5. I am very sad Microsoft switched to WP7 after 6.5 is so cool.
Android must take care of battery management before releasing OS as now it just ruins the pleasure of Android OS. My WinMo6.5 lasts more than 4 days on one charge. I wanna see Android doing this
Click to expand...
Click to collapse
I have an external battery charger and have often managed to deplete one battery before the other has been charged, but this is while watching a film with a bluetooth headset and the screen brightness at maximum.
Tried Android on HD2 & native device, HD2 soon went back to WM6.5.3 because:
-Better battery life & charging control
-Customization of WM is unbeatable
-Every icon, position, text, background can be what I want
-Fast access to all daily tasks (wifi,tethering,BT,SIM switching,email) all handled within 1 or 2 touches & all status easily viewable
-Better Asian language support
-Better Language suite applications
-Better Office applications
-Excellent Video & music players.
-OS file system is easily handled & integrates & shares better with my Notebook files.
-Stability of my WM custom rom is faultless & backup/contact/file integration to Windows applications I use are not wanting replacing due to cost & time of setup.
bbobeckyj said:
...
A coreplayer link which also sets the sreen brightness to max.
....
Click to expand...
Click to collapse
How do you do that? I haven't checked, but does Coreplayer have command line options that will allow you to start with max screen brightness?
Tref said:
How do you do that? I haven't checked, but does Coreplayer have command line options that will allow you to start with max screen brightness?
Click to expand...
Click to collapse
mortscript.
I thought that might be it. I haven't messed with mortscript for a couple of phones now. I once wrote a long script I used to report on calls, minutes and data, but it's been awhile.
Thanks
u can always boot Android from SD card and be certain that it won't mess up your WM...i've successfully ported gingerbread, froyo, honeycomb and ics on my HD2 and i'm very satisfied...have fun!
though, NAND versions are faster, more stable and have better development
no , but we wish that we can boot wm6.5 from nand / dual boot winmo and android like wph7 and android in that way maybe we boot winmo because i miss some apps there
..
When I able to do this from my HD2 on android will switch on it until then wm 6.5 is my love hehe. Stupid microsoft and metro sh...t!!!!!!!!
Do not want to miss my tethered sync with Outlook
rabilancia said:
After being an exclusive Windows Mobile user from the Pocket PC days in 2001, I tried Android on my HTC HD2 with great fear and trepidation. After 2 months i am VERY satisfied with Android and can't imagine ever going back.
Good luck with your decision.
Click to expand...
Click to collapse
I keep with WinMo6.5 because I want to do everything locally. I just don't like the buzz about putting everything on third party servers and airtime communications.
My mails are on my own servers and those of my company. When I sync my mails& contacts I use only my own electrons flowing through my private USB cables.
Neither Apple, nor Google, nor Microsoft need to know what I am doing, who i have as contacts and where I curently am located.
Additionally I am traveling frequently abroad and don't want to pay horrid sums per MByte on roaming fees.
I don't like androids behavior to start applications without asking me and there is no way to stop that, so I will keep using WM. Suck it android!
Yes and No
I got my phone in July 2010 and loved it. Battery life was bad and a lot of tweaks had to be done (thanks XDA). I got the courage to flash a custom WinMo rom by November 2010. Heard so many things about Android and tried it in 2011 and hated it. It was still shabby with Gingerbread and I missed Microsoft Office on the phone and exchange services. I ran back to WinMo after some days and didn't look back.
The world seemed to pass by and with no interest in Winmo, app development ceased (except here). WP7/7.5/8 just looked like a giant leap backwards and never tickled my fancy. Blackberry was a no. Iphone seemed overpriced. Ubuntu not out yet. That left Android, the most like the WinMo we all love. I don't like being stuck in the past, and my phone will be changed as soon as I see a decent one. The great phones now are all android. Why not seize the opportunity the HD2 afforded us to try everything?
Feb 2013, I flashed Android on NAND with Jelly Bean 4.1.2. It really has matured as an OS and I found out the best things about my Winmo UI are almost all incorporated into the ROM without much modding/tweaking. Since then, I have been happy with the phone. It can once again do things 95% percent of phones can't do. Battery life is still bad, thanks to Google syncing the lives of millions needlessly.
I really prefer avoiding storing personal information on Google servers like someone noted. There should always be options for offline methods as a backup. Maybe I am getting old and should follow the trend?
This ended up quite long, but bottom line is Android on my HD2 is a necessary step in the evolution of technology for me. Thank you and God bless.

Ineducable noob seeks to irreversibly remove wifi/data access for cheapest smartphone

Hi,
Apologies if this is in the wrong thread category.
I'd like to permanently remove internet access from either a whole phone or from selected apps. This would create a dumbphone with a touchscreen. This is to tackle a net addiction, yet leave me with the capability of communicating with family via SMS. Existing dumbphones don't have touchscreens and often cause me excruciating pain to use, because of a condition I suffer from called fibromyalgia, which mimics the symptoms of RSI. Autocomplete on touchscreen phones reduces the number & intensity of finger-touches I need to make to type an SMS and are thus relatively freeing.
Would anyone know how this could be done, please? I rooted a phone once or twice but am not capable of following any instructions which require judgement. Please don't take more than a couple of minutes over this because there's a strong chance any advice will go over my head.
With thanks in advance for your thoughts
Jonathan
joanthan75 said:
Hi,
Apologies if this is in the wrong thread category.
I'd like to permanently remove internet access from either a whole phone or from selected apps. This would create a dumbphone with a touchscreen. This is to tackle a net addiction, yet leave me with the capability of communicating with family via SMS. Existing dumbphones don't have touchscreens and often cause me excruciating pain to use, because of a condition I suffer from called fibromyalgia, which mimics the symptoms of RSI. Autocomplete on touchscreen phones reduces the number & intensity of finger-touches I need to make to type an SMS and are thus relatively freeing.
Would anyone know how this could be done, please? I rooted a phone once or twice but am not capable of following any instructions which require judgement. Please don't take more than a couple of minutes over this because there's a strong chance any advice will go over my head.
With thanks in advance for your thoughts
Jonathan
Click to expand...
Click to collapse
Root your phone based on your past experience.
Install Xposed Installer app.
Install xposed framework by clicking install button in the app.
After a few minutes, your phone would ask for permission to reboot.
Reboot it.
It will take around 10 minutes or more to reboot.
Open the Xposed Installer app and click the menu icon on top left of the screen.
Select Downloads.
Search for XFirewall and install it.
Reboot.
Open XFirewall.
Select which apps you want to have net connectivity.
OR
You can try any other normal firewall app if you think it to be better than XFirewall
Augustoandro said:
Search for XFirewall and install it.
Reboot.
Open XFirewall.
Select which apps you want to have net connectivity.
OR
You can try any other normal firewall app if you think it to be better than XFirewall
Click to expand...
Click to collapse
Thanks Augusto! Much appreciated.
Do you or does anyone on here please know of any firewall apps which allow the user to commit to a period (24 hours, a week, a year, permanently) without network access? Unfortunately without this kind of restriction I can't trust myself to stay off the web. Five minutes reading the news or Twitter always turns into five hours.
Thanks

Generic n00b Android questions (yes ive searched for a while)

I hope this is an acceptable to place to ask generic questions, there doesnt seem to be a general/off topic section anymore, but rather seems to be device specific only.
Ive been using Windows Mobile/Phone since prob 2009 (HTC Touch Pro on Sprint). Now that T-Mobile is shutting off their 3G network in July, im being forced off of my Lumia 950 since it cant do VoLTE without a registry hack for IMS registering that i only ever got to work once. The main reason ive held out for so long, is the Lumia's did everything i wanted them to do and without extra apps etc.
Ive got my Nokia 8.3 pretty much set up the way i want and all the Microsoft apps and such on it so that it kinda feels more like a Lumia than a Samsung, but im still having issues finding the answers to some nagging bits.
Now for some questions:
1. Is there really no way to have the prox sensor default to Speakerphone during a call when its not next to your ear? The only answer ive found is "Tasker this, Tasker that" and i think its bullcrap that something so basic isnt part of Android, if its supposed to be so much better than Windows Phone/Mobile. I used my Lumia almost exclusively as a speakerphone cause it was just that good.
2. This is a REALLY annoying one, especially coming from Windows, why cant OneDrive integrate into the apps? Ive tried having folders available for Offline use and still cant access anything in them in any app save for the Onedrive app. Any article i find on this only tells you about the OneDrive app, but not how to get it integrated properly into Android. Or, is this even possible? I have thousands of pics in various folders, mainly for meme access, so i dont have to carry them solely on a device or SD card. But, i dont want to have to go to OneDrive first, then find the image, download to the phone, go back to the app i was in and then wait for the image to show up 5 mins later for use.
3. Loading files into Ringtones doesnt make them available for apps outside of the stock sounds for that app?
4. More incremental control over volume? Im used to the 1-10 ringer and 1-30 "all other sounds" control, but Android seems to be set at like 25%, 50%, 75%, 100%, or some other 'non single integer" increment. And its maddening that app sounds/notifications are so much louder than actual media voice/music/video sounds, but are tied together.
I think thats all i have for now. Thanks in advance.
Bumo?

Happy Colour Offline Compatibility Android Pixel 6 Pro

Hey there guys, I have a question first and foremost.
If an app updates daily, is there any way to make an app still be able to be updated online daily, while also having the functions to work while you are offline?
There are many people that travel, and don't have internet or phone service while they are commuting or waiting for someone or something, relaxing at home, at a campground in the wilderness, or underground in the subway, or maybe even up high on a mountain.
If there is a way to make this work, I would like to know what you guys and gals would suggest on what to do to get this started.
Some of the requirements of my hypothetical project would be as follows;
Needs to retain the Daily Update Feature so that the app can withdraw from the Happy Colour Server.
Has to have some working code workaround where a certain allotment of storage space can be used to store the app data (including the scrolling and entering the Picture that you want to color and complete) on a device.
(Currently, you can scroll the app for a little while and the coloring options will appear, but when clicking on a selection, it is not able to load.
That's pretty much the jist of it.. if you guys can give me suggestions or even remark on if this can be done, that would be great. I know that it would take some work, but if it seems like its plausible, we can see where this thing goes as a team and maybe make it a paid project really depends on how much work would need to be done.
Thanks to those of you that have read this and really looking forward to hearing your ideas and thoughts.
-MCrandall

Categories

Resources