[Q] Good terminal emulator (Stable, No Ads, Free) - Galaxy S I9000 Q&A, Help & Troubleshooting

Anyone know?

Android Terminal Emulator

There's only one, the first in Market and you can easily found it.
Try to search first before making useless thread

Anyone know where to post [Q]?
Nope didn't think so....
Sent from my GT-I9000 using XDA App

connectbot > all
can show colored console and is opensource, I added double tap for tab completion and scp/print for my university.

Related

Augen 7 inch tablet

Won't let me download applications for the market??? Anybody know why or figured out how to???
Sent from my PC36100 using XDA App
1. very wrong forum
2. you actually got one no body can find them! can u post pics or a video
3. to answer your question its disabled but you can use
http://m.slideme.org/SAM/
basically the manufacture has it so u can access the market so you have to use an alternative

Market won't load more apps

I just rooted my nook last night with autonooter and followed the instructions for enabling the market. On the market, all of the apps show up but only the first 10 results appear. For example, if i enter the all games category, only the top ten results pop up. There is no" load more" or" more" button the usually appears on the bottom of the screen on the android market. If anyone has a solution then please let me know. Thank you.
P.S. I am using the stock B&N rom that was on 1.1 before i rooted.
Sent from my LogicPD Zoom2 using XDA App
Hold it landscape
Sent from my Nook Color using XDA app
Thanks, i feel stupid for not realizing that...
Sent from my LogicPD Zoom2 using XDA App
we all feel this way from time to time..
Is it just me or does the nook color still not have access to all the apps after doing the above fix. Doing the above only gave me more apps when compared to looking at Android Market through PC.
I do my browsing on the PC, and then type in the exact name I am searching for on the nook.

[Q] Guide to writing android apps?

I am doing a project for school, and i choose to write an android app.
Does anyone know of a good guide to writing android apps and Java scripting?
Thanks
Google android sdk and ull come across android site plenty ro read there
Sent from my Desire HD using XDA App
Thanks I will try that
if you know anything about variables and values, if and switch statements, and booleans you could use appinventor. No java experience needed. You cant upload the apps to the app market, yet, but you can test and run on your own device. I'm pretty sure you can send a link to folks you know to download the app too.
You can use the Google App Inventor. It's kinda like the old visual basic, etc, but it should give you a head start...
Sent from my Nexus One using XDA Premium App

[HOWTO] Run the launcher at a higher priority

Ok this is a very simple tutorial and I'd feel ashamed to call it 'software development' but I really don't know in which section I should post it. [EDIT: I thought I was posting in the development section...]
I recently heard about this article
http://androidandme.com/2011/12/news/android-may-never-be-as-smooth-as-ios-says-ex-googler/
and I thought I could dust off a 'trick' confused that I used with my old hTC Legend to speed up the launcher when using live wallpapers. The nexus S can handle live wallpapers quite well with the right launcher, but I found this useful to completely avoid lags when the phone is doing something other in background.
So, this is what you should do if you want to try
$ adb shell
$ su
# ps | grep KEYWORD
where KEYWORD is a thing like 'adw' or 'launcherpro' or whatever else may be contained in the process name of the launcher you're using. If you can't find it by this way just run 'ps' and look for it
now look for the number contained in the second column, it's the PID of the launcher and you need it to do this
# renice -15 PID
if you already know the process name of the launcher you can do it in one line with this
# renice -15 `pgrep com.adwfreak.launcher`
where com.adwfreak.launcher only works if you're using adw, obviously.
and remember that ' is not the same as `. I can do it with Alt Gr + '
Unfortunately, I don't know how to run this command at system startup except using Tasker+locale execute plugin, as the launcher must be already loaded.
The fact that Google dind't do it by default, makes me think that there could be a good reason
so I guess this MAY cause issues but if you want to try it can be undone with a reboot.
Thanks for that. I just tried it, hope it'll have noticeable results.
Maybe you could add that the renice command is used to change the priority of a process, where -20 is the highest and 20 the lowest priority?
Greetz
Is there anyway to do this via the phones terminal or zip script rather than adb?
frutelaken said:
Thanks for that. I just tried it, hope it'll have noticeable results.
Maybe you could add that the renice command is used to change the priority of a process, where -20 is the highest and 20 the lowest priority?
Greetz
Click to expand...
Click to collapse
You already wrote it thanks
anaglich said:
Is there anyway to do this via the phones terminal or zip script rather than adb?
Click to expand...
Click to collapse
Yes you can do it via terminal emulator.You probably need busybox which should be altrady installed on cyanogenmod.
I don't know what you mean with the zip script.
After some testing I can say it makes a noticeable difference.
Gesendet von meinem Nexus S mit Tapatalk
Thank you. I got it working. This is certainly something I would want to apply after every boot but doing so via terminal every time would get old very fast. Hopefully a dev here can cook something up.
Sent from my Nexus S 4G using xda premium
Maybe a silly question, but doesn't v6 supercharger script do this for you with hard to kill or bulletproof launcher? No idea just sounds similar
Sent from my Google Nexus S using XDA App
you should be able to put this command in the unit.d file
Sent from my Nexus S 4G using Tapatalk
[email protected] said:
Maybe a silly question, but doesn't v6 supercharger script do this for you with hard to kill or bulletproof launcher? No idea just sounds similar
Sent from my Google Nexus S using XDA App
Click to expand...
Click to collapse
Yes.
Follow the leader @corythug
cteneyck said:
you should be able to put this command in the unit.d file
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
Not to take away from the OP's helpful info, this is definitely not known by all, but try the V6 Supercharger by Zeppelinrox. It applies these settings and various others at boot by sticking them to startup files, and uses a great user-friendly interface that is informative and basically does all the work for you.
Sent from my Google Nexus S using XDA App
V6 is great, but I would really like a script or nstool that did this without including all of the other stuff V6 does.
Also, how can we use these priorities to make the multitasking recent apps screen quicker?
if you use ics..this is useless
aLNG said:
if you use ics..this is useless
Click to expand...
Click to collapse
How come?
Sent from my Nexus S 4G using xda premium
what would this accomplish? no redraws?
guys u gotta do this to ur phone app, contacts app, messaging app and settings...they open INSTANTANEOUSLY.....in ics ok..they had a half a second lag in stock..but now INSTANTANEOUS...

[MOD] Multi User Support In Jelly Bean! (how to)

Hey guys.
do you want multi user support say for when the kids use your phone? well now you can with the jelly bean roms that are avaliable! there is a hidden feature in JB that allows this! here is what you have to do to enable it!!
Go to the Play Store and download Android Terminal Emulator (Google Play Link
Open it up and type the following
su (hit return key)
grant superuser permissions
then type
pm create-user test (where test is the account name)
thats it just hold the power button and choose your user!
to remove just repeat but type
su
pm remove-user 1
Untitled by naathaanb96, on Flickr
thanks
Interesting.
sent from my ics device
nsg86 said:
Interesting.
sent from my ics device
Click to expand...
Click to collapse
updated with screenshot
it works great
Cool buddy works great... :good: Hope we could have something like in windows. Where we can define if he is standard user or administrator.. where in the new user can have access to only specific apps and not all... Cos i dont want my sis to read all my messages and see all the pics in my gallery ....
gowt126 said:
Cool buddy works great... :good: Hope we could have something like in windows. Where we can define if he is standard user or administrator.. where in the new user can have access to only specific apps and not all... Cos i dont want my sis to read all my messages and see all the pics in my gallery ....
Click to expand...
Click to collapse
use keepsafe! its in the market. you need a code to get in
naathaanb96 said:
use keepsafe! its in the market. you need a code to get in
Click to expand...
Click to collapse
Indeed it's a good app. Get the premium version and it creates a fake app and password on opening the app.
Sent from my HTC Incredible S using Tapatalk 2
Brilliant . Thank you!!
Sent from my GT-N7000 using xda premium
androidindian said:
Brilliant . Thank you!!
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
no worries mate came across it on the web and thought it would be useful!
Guys i make an app called SwitchMe:
https://play.google.com/store/apps/details?id=fahrbot.apps.switchme&hl=en
Its free.

Categories

Resources