Text based browser, like Lynx, for Android? - General Questions and Answers

Hey guys - I know this has been asked before, but I've been unable to find a decent answer:
Is there any Lynx-like browser for Android? I don't mind if it runs in the terminal or whatever, but I reckon it would do my limited data quota a massive favour.
Sent from my CM6.1 HTC Dream using XDA App

why don't you just disable the downloading of images?

NEUR0M4NCER said:
Hey guys - I know this has been asked before, but I've been unable to find a decent answer:
Is there any Lynx-like browser for Android? I don't mind if it runs in the terminal or whatever, but I reckon it would do my limited data quota a massive favour.
Sent from my CM6.1 HTC Dream using XDA App
Click to expand...
Click to collapse
Have you tried Opera Mini? If you are worried about your data usage, I think you'll love its server-side compression technology. Well, depending in what are your feelings about your browsing privacy.

I know I can disable images, and yes, I tried a couple of browsers with server-side compression, but I was really hoping for the plain simplicity of a Lynx-like app. Thanks for the replies so far!
Sent from my CM6.1 HTC Dream using XDA App

i second this
lynx it's so cool for reading some heavy news websites that i ssh to home and use lynx from there

Hm, SSH to your home pc eh? Tell me more.
Sent from my CM6.1 Dream using XDA App

The other thing you might consider is RSS. I read a lot of websites like this. Most major news websites now support RSS. Good luck. Lynx is hard to read and manage as it was designed for an earlier implementation of the web.

I wonder if it isn't easy to do since 1) it's all open source and 2) it should be a textbook JNI port...

xaffron said:
I wonder if it isn't easy to do since 1) it's all open source and 2) it should be a textbook JNI port...
Click to expand...
Click to collapse
There are some instructions here, in chinese. If anyone does get a working binary, let us know;
http://www.embedu.org/Column/Column294.htm
Update: I followed the instructions, and it works. Here are the results:
http://forum.xda-developers.com/showthread.php?p=16050683

I read through the instructions... Very nice and detailed directions there! However, they're not even using the NDK, they're compiling an ARM executable for Lynx (so if we go that route, the result would be a binary that has to be run from terminal emulator).
Food for thought...

Binary compiled successfully!
Done it!
I just followed the instruction from the chinese professor, and it works fine for me. I have created a tread for it at:
http://forum.xda-developers.com/showthread.php?p=16050683
The zip file is there, along with the instructions. Enjoy!

You can also try this one
TextOnly browser for android which displays only content from the article by stripping ads,scripts and images
https://market.android.com/details?id=com.spacenext.textonly

There was something i used to do when i was browsing using an old Nokia dumbphone that might help.
Type the following into your address bar:
http://www.google.com/xhtml
Now search for the site you want to visit, i.e xda-developers, and click on the link. You should now be seeing it in a low data format. It's not pretty but it works pretty well on a mobile browser.
If you want you can then bookmark the site as it is, so that it will still have that formatting when you return to it next. Obviously, for every site you want to visit you have to go through the above, but if you also bookmark the xhtml version of google you can always start your browsing session from there and just bookmark all your reformatted favourites as you go.

For that mobile view you can just use the "mobile view (GWT)" option in Dolphin Browser HD

new android browser "Lynx Browser"
You may also want to have a look at the new android browser "Lynx Browser" at
https://play.google.com/store/apps/details?id=com.weejim.app.lynx&hl=en

v0.1.16 now comes with "Light" theme support
singa76 said:
You may also want to have a look at the new android browser "Lynx Browser" at
https://play.google.com/store/apps/details?id=com.weejim.app.lynx&hl=en
Click to expand...
Click to collapse

[email protected]:/ $ /data/local/lynx
Error opening terminal: screen.
1|[email protected]:/$
Wrong terminal app?

All Text Browser
NEUR0M4NCER said:
Hey guys - I know this has been asked before, but I've been unable to find a decent answer:
Is there any Lynx-like browser for Android? I don't mind if it runs in the terminal or whatever, but I reckon it would do my limited data quota a massive favour.
Sent from my CM6.1 HTC Dream using XDA App
Click to expand...
Click to collapse
​
NEUR0M4NCER said:
Hey guys - I know this has been asked before, but I've been unable to find a decent answer:
Is there any Lynx-like browser for Android? I don't mind if it runs in the terminal or whatever, but I reckon it would do my limited data quota a massive favour.
Sent from my CM6.1 HTC Dream using XDA App
Click to expand...
Click to collapse
Little Web Browser is pretty similar to Lynx. Free, but a HUGE fee if you want to get rid of the ads.

It is amazing how you'll always have at least one idiot in almost every forum who has no clue to what the correct answer might be but instead of shutting his ugly mug he tries to be a smart-ass and suggest a retarded "solution" that the OP had already discarded even before he asked. "Eh, why don't you disable images on Opera? (monkey squeaks)" ... well no ****tard, that's not a solution not even a proper answer to the question.

Related

FroYo: Download + Play Flash Games?

We've always been able to download .swf flash game files, but with Flash 10.1 I was hoping we could put them on the sdcard and play offline.
Anyone know how to do this? (For cataloging / playing Flash games when there's no connection.)
HAH! Idea: what about storing an html page that just launches a SWF? What's the least amount of code in a page that would do that?
Paul22000 said:
HAH! Idea: what about storing an html page that just launches a SWF? What's the least amount of code in a page that would do that?
Click to expand...
Click to collapse
Hahaha funny you say this, I tried it earlier after reading your message and no go.
For starters, no way to access local file from native browser (others may support it but native doesn't).
Closest I could come was by selecting the html file with astro, then choosing to open it with "HTML Viewer" (built into astro I think?) but it didn't show the embedded flash object.
I think best way to achieve this would be an app that can read a directory on sdcard and generate the html to load into a webview. I was thinking about throwing something together real quick but haven't had time to look and see if something like it already exists.
Damn, that's too bad.
Yeah, I find it very odd that you can't browse local html files.
A long time ago (G1 days) I tried all sorts of //file:/// weird stuff (like Firefox does) and couldn't get anything to work. I can't believe there's no way to browse locally.
Try file explorer in market for local browser.... let me know if it works lol
Made by wjjsun
-------------------------------------
Sent via the XDA Tapatalk App
gIMpSTa said:
For starters, no way to access local file from native browser (others may support it but native doesn't).
Click to expand...
Click to collapse
htmlfileprovider is your friend:
content://com.android.htmlfileprovider/sdcard/whateverfile.html
(entered in the browser's address bar obviously)
BigDamHero said:
htmlfileprovider is your friend:
content://com.android.htmlfileprovider/sdcard/whateverfile.html
(entered in the browser's address bar obviously)
Click to expand...
Click to collapse
Yeah, I found this in another forum after posting this. Still, would be nicer to have a little interface that scans and builds a little menu out of flash files
BigDamHero said:
htmlfileprovider is your friend:
content://com.android.htmlfileprovider/sdcard/whateverfile.html
(entered in the browser's address bar obviously)
Click to expand...
Click to collapse
Ahh! Finally, first time I see this, thanks!
gIMpSTa said:
Yeah, I found this in another forum after posting this. Still, would be nicer to have a little interface that scans and builds a little menu out of flash files
Click to expand...
Click to collapse
V True, if I had anything approaching free time at the moment I'd be tempted to give it a go.

google reader . Which is the best

I have tried so many google reader apps. But could not find one thats really good
In iphone i have newsrack - Very good one and has nice preview of images with each icon.
Feedsquare is one with similar fns but sync is terrible
Any suggestions.
I like greader. It reminds me of the mobile site, and is very easy to navigate.
Did you tried Newsrob?
I used to use Newsrob, but now I've switched to using the Reader mobile site - it's great. No good for you if you need offline reading of course, but it gets my vote
I think they all SUCK. I don't have a lot in my list, perhaps 12 sources, half of them news, other tech stuff. And syncing in every Greader app I've found takes forever, often either downloading some X number of total articles and skipping ALL the rest (wtf??) or downloading thousands of articles. Hello, X number of new articles?
So I just read in the default browser, it works great, but obviously it's not offline... Don't try it in Opera, it renders horribly.
Using the Greader site, works ok.
But since I'm using Feedly (Firefox extension) on my laptop I'm really looking forward to their Android app that should be released shortly.
NewsRob works for me.
RebDovid said:
NewsRob works for me.
Click to expand...
Click to collapse
Newsrob does not give a thumbnail in the list view.
This i find very useful.
See the attached image to see what i mean
Shortcut to the mobile page for me.
gReader is the best in my opinion, tried most everything.
I don't like gReader, it's too damn iPhony. This is Android, no clue why the dev follows Apple's GUI guidelines here lol
Anyway, my vote goes to FeedR, slick and fast. Although if I haven't purchased it, then I would just use the mobile site.
Looking forward to an official app from Google.
Yup, another vote for the mobile site here.
The big problem for me with the Android apps is that they only do the feeds and not the shares from friends (e.g. shares from Google Buzz).
have u all try feedR? i think it's the best from all google reader apps i've tried
we123 said:
have u all try feedR? i think it's the best from all google reader apps i've tried
Click to expand...
Click to collapse
I am currently using the full verison of feedr
Again this also does not have the thumbnail version
melwan said:
This is Android, no clue why the dev follows Apple's GUI guidelines here lol
Click to expand...
Click to collapse
Maybe because Android doesn't have a good GUI guideline? Have you noticed how inconsistent Android apps are?
mwxiao said:
Maybe because Android doesn't have a good GUI guideline? Have you noticed how inconsistent Android apps are?
Click to expand...
Click to collapse
There is a good ui guidline for Android. There is one also for icons, widgets, and what not. Check out the Android Dev site. It doesn't have to be very detailed and covers everything, but it sure preserves the Android style and atmosphere which is NOTHING like gReader.
rmoney said:
gReader is the best in my opinion, tried most everything.
Click to expand...
Click to collapse
I agree after using many readers
http://droidreign.com/2010/08/rss-clients-roundup/
Did you guys try the mobile site optimized for the iPhone?
http://www.google.com/reader/i/
I find it displays the feeds fast and big enough to comfortably read without zooming in.
Sent from my GT-I9000M using Tapatalk
bossman74 said:
Did you guys try the mobile site optimized for the iPhone?
http://www.google.com/reader/i/
I find it displays the feeds fast and big enough to comfortably read without zooming in.
Sent from my GT-I9000M using Tapatalk
Click to expand...
Click to collapse
eh? I just go to google reader directly in the Android browser, NOT Opera. No zooming, works fine...

[APP] MySQL Manager

I'm trying to get a feel for what kind of demand there is out there for a MySQL manager for Android.
Obviously there's only going to be a small niche of people who would want/use one, myself included, so I guess I wanted to get the feedback of the people on these forums to see what demand is like.
I'm currently building one that I plan to stick on the Android Market in the next week or so, and I'll let everyone who expresses interest know when that happens. The first version I put out will be a "lite" version. Features will include:
Create/Edit/Delete server/db credentials
View a list of all Tables, Views, and Stored Procedures in a db
View first 100 records of any Table or View
Drop Tables, Views, and Stored Procedures
Add/Edit Views
Add/Edit Stored Procedures
Run custom queries
If the demand and responses are good, I will completely re-do the UI, add some nice graphics, and put out a much more feature-rich version. Not going to waste my time to do that, though, if I don't feel there is enough need.
Thanks in advance to everyone who responds!
-teleknEsis
Any plan for SSL authentication like desktop client?
Sent from my Nexus One using XDA App
jameztcc said:
Any plan for SSL authentication like desktop client?
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Probably will be in the full version
teleknEsis said:
Create/Edit/Delete server/db credentials
Run custom queries
Click to expand...
Click to collapse
I would definitely use this. Personally, running custom queries would be the only thing I would use it for tho (i'm a sql/command line ninja haha). Hard saying how often I would use it. Currently I just ssh into a nix box and use mysql client from there when I'm remote/without a laptop and need to fix something.
teleknEsis said:
Probably will be in the full version
Click to expand...
Click to collapse
Look forward to it. Thanks.
Sent from my Nexus One using XDA App
jameztcc said:
Look forward to it. Thanks.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
I have released the initial version of my app on the market. Search for AndSQL.
Keep in mind, this is a very rough first version and is not intended to be complete with features. If response/feedback is good I will re-do UI, add graphics, and style it. Any feedback is greatly welcomed. Thanks!!
-teleknEsis
Can't find on the market, is there a download link?
Also, about "Run custom queries" is there the option to save/load the queries too?
I will appreciate that because i often run the same queries, so i save and load them when i need
__max__ said:
Can't find on the market, is there a download link?
Also, about "Run custom queries" is there the option to save/load the queries too?
I will appreciate that because i often run the same queries, so i save and load them when i need
Click to expand...
Click to collapse
As of right now there is not. This would be a feature I would definitely add if I decide to make a 'full' version. This was really more or less just a quick tool I made for myself to do quick db edits/checks on the fly when problems are reported. It has a ton of potential, I'm just not sure how large the demand is for a 'full' version of this.
My app targets 2.1 and up so not sure why you don't see it in the Market, but I'll go ahead and post it in the OP. Look for it there.
Ok, thanks for reply, it's quite useful already to do quick and emergency checks.
I'm on froyo now, so i should be able to find it in the market...
__max__ said:
Ok, thanks for reply, it's quite useful already to do quick and emergency checks.
I'm on froyo now, so i should be able to find it in the market...
Click to expand...
Click to collapse
Did you ever find it? I posted it in the first post in case you never did find it in the market.
got it from market , thanks!
Sent from my Nexus One using XDA App
Downloaded from here.
It seems to connect, at least i don't receive any error, but i don't see the tables/views/sproc, and if i try to run a query the result is empty..
Tried with 2 different db on 2 different servers.
Sent from my Nexus One using XDA App
__max__ said:
Downloaded from here.
It seems to connect, at least i don't receive any error, but i don't see the tables/views/sproc, and if i try to run a query the result is empty..
Tried with 2 different db on 2 different servers.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
There's likely a bug in my connection error reporting. If you're not seeing any tables or views then there's probably something wrong w/ your connection settings.
Make sure your MySQL db is set to allow remote connections, and also verify that the port you specified is correct. Hope that helps
Im' pretty sure everything it's ok, from my home pc i can connect without any problem...
__max__ said:
Im' pretty sure everything it's ok, from my home pc i can connect without any problem...
Click to expand...
Click to collapse
Hmmm well works fine for me with several different MySQL db's on different servers, different hosting solutions. I'll make sure connection error reporting is working tonight and submit an updated app for you.
Thanks, i appreciate the effort
Sent from my Nexus One using XDA App
Great APP! Thanks for sharing and developing this app!
hi... anyone knows an app like MySQL Manager for windows mobile 6.5? thanks...

[Q] Hulu Hack

Is it possible to get the "Hulu Hack" working on the VT?
Whats the VT?
tcross8361 said:
Whats the VT?
Click to expand...
Click to collapse
the phone virgin mobile triumph, why people can't take the time to spell out words i will never know. (yes i know my punctuation sucks.)
Let's get back on subject, but still, calling it the VT is a bit retarded, it's called the Motorola Triumph, so you would call it 'MT', like everyone else....
Theres a build.prop you can flash from the android forums that changes your phone model so you can download hulu and other apps.
Sent from my MOTWX435KT using Tapatalk
Attictron said:
Theres a build.prop you can flash from the android forums that changes your phone model so you can download hulu and other apps.
Sent from my MOTWX435KT using Tapatalk
Click to expand...
Click to collapse
Isn't that what b_randon14's mod accomplishes? It's available alone or as one of many package deals... (the one that makes you're phone act like a thunderbolt in the market).
Forgive my grammar, Swype is messing it up purposely.
Edit: this indeed works.
Sent from my ADR6400L using Tapatalk
I apologize for being retarded. Will this allow my MOTWX435KT to watch Hulu on the Dolphin HD browser as I was able to do with my Atrix? Or does it just let me use the Hulu app to watch Hulu+ ?
Kronked said:
I apologize for being retarded. Will this allow my MOTWX435KT to watch Hulu on the Dolphin HD browser as I was able to do with my Atrix? Or does it just let me use the Hulu app to watch Hulu+ ?
Click to expand...
Click to collapse
No, forgive me for being stupid. I assumed the "Hulu Hack" would allow Hulu+ to show up in the market. I messed around with the build.prop quite a bit but for whatever reason Hulu just don't work. Not for the Droid X or the EVO... at least, not my spoofs of them.
In Opera Mobile in Desktop mode (O> Settings> Advanced) I can view the Hulu site okay... I think. No promises though.
Thank you for the suggestion. That is the same method you have to use in the Dolphin browser (settings-desktop). When you try to view a video it says that it does not support this device. There was a "hack" that was cooked into many of the roms for the Moto Atrix that allowed you to view the videos. Here is a link to the page that got the devs started. http://forum.xda-developers.com/showthread.php?t=1016183&highlight=hulu Thank you very much for your input.
I'll look into that, but in the meantime I'll still push Opera Mobile: You see, it's totally different than the stock browser core, and it's even part server-based.
So the spoofing it does isn't just a fake user agent (like Browser, Dolphin, Miren etc), it could actually be convincing Hulu your phone is a legit desktop computer. Regardless, I haven't gotten it to work, so your input would be valuable too
Edit: I looked at this and I'm still a little fuzzy on what exactly he did to fix the Hulu problem. Flash player isn't included on the Triumph, so updating it is a no-brainer. SQLite3 is included in most ROMs. I don't understand the following command so I'm afraid to use it
Code:
sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db "UPDATE carriers set preloaded='false';"
This doesn't seem like it's relevant to CDMA/Sprint/VM at all, since it's about APNs.
Code:
sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db "INSERT INTO carriers (name, numeric, mcc, mnc, apn, user, server, password, proxy, port, mmsproxy, mmsport, mmsc, mmsc2, authtype, type, current, preloaded) VALUES ('AT&T (FREE TETHER)','310410','310','410','wap.cingular','[email protected] CINGULARGPRS.COM','','CINGULAR1','','80','wireless .cingular.com ','80','http://mmsc.cingular.com ','','-1','','1','false');"
I'll scratch my head for a while.
Thank you for taking the time out to look at this. Sadly, I am just an end user of all the great work the Devs do. I am always more than happy to test things out as I have more balls than brains .
Yeah, sorry... I was testing out the Hulu desktop site and it kinda starts loading with Opera Mobile, which gave me the impression it might work. Then it claims I don't have the right device. And I mean heck, even Youtube is fooled by Opera Mobile.
Unless maybe it works on wifi or something...
Edit: I overlooked this. If you have said balls, perhaps copying the libflashplayer.so file from the location specified.
2) Copy libflashplayer.so from sdcard to /data/data/com.adobe.flashplayer/lib using root explorer and make sure the permissions for libflashplayer.so is rwxr-xr-x or chmod 755 the file.
Click to expand...
Click to collapse
I have no way to test this right now, but if it works I may incorporate it into Black Lightning

[Q] Website prob

I am new on xda-dev. I find it very difficult to use this website.
First there were a lot of issues related to registering and login and now after i can login there are so many other prob.
The text jumps and flickers like a monkey for ages, and the page continues to load.
It was even difficult to search for things on the forum or even start a new thread.
Every time i had to keep pressing the browser stop button to stop loading the page.
The image does not loads for image verification and so i can not post any message.
Just for your info i use No script in my browser but even if i allow scripts on this page still i face a lot of trouble.
First you do not let people register, then you do not let them login and then you do not let them search for solutions or start a new thread.
Dont we have a simple version of this site where i could focus just on exactly what i am here for.
I do not need so much of spoon feeding in the name of interactivity and user friendliness.
Please advise.
Use Mobile app like
Tapatalk
Xda developer app
Forum runner
Regards
Dr. Sanket
I can not even use it from my computer.
In some browsers it can not be opened at all.
Too irritating.
Takes ages to post one comment.
Switching over the forum style to classic solved a lot of problem.
But the Captcha image still takes ages to load.
I have to close and reopen the browser many times.
Search still creates a lot of problem.
.
The problem is not why there is Captcha but why is it not opening easily.
Anyway for your info. after a new member posts 10 replies he does not gets captcha
I just wanted suggestion regarding what should be done to be able to easy communicate on this forum. Thanx all of you.
Every time i try to start a new thread, i have to write the title. The system is supposed to search for similar threads. BUT as soon as i do so the entire page refreshes and then there is nothing there on the screen. I have to keep doing that again and again. What a foolish way of making a website. I do not need so much of spoon feeding. Dont we have a simpler interface ?
What you describe never happened to me, even when I was new.
I think you need to focus on troubleshooting your computer/browser instead of complaining about the xda website.
Sent from my SGH-T999 using xda app-developers app
huaweiuser said:
Every time i try to start a new thread, i have to write the title. The system is supposed to search for similar threads. BUT as soon as i do so the entire page refreshes and then there is nothing there on the screen. I have to keep doing that again and again. What a foolish way of making a website. I do not need so much of spoon feeding. Dont we have a simpler interface ?
Click to expand...
Click to collapse
What browsers are you using because I use it with Firefox and Opera without problem on my computer and have even browsed with my phones default browser without issue and am now using the xda app an I have less then 10 posts do you have cookies allowed or JavaScript enabled on your web browsers? That may or may not help
Sent from my Nexus S 4G using xda app-developers app
I experienced similar problems using the website itself. The app seems to work a little better.
Sent from my EVO using xda app-developers app
Goth Wolf said:
What browsers are you using because I use it with Firefox and Opera without problem on my computer and have even browsed with my phones default browser without issue and am now using the xda app an I have less then 10 posts do you have cookies allowed or JavaScript enabled on your web browsers? That may or may not help
Sent from my Nexus S 4G using xda app-developers app
Click to expand...
Click to collapse
I have tried, Firefox, Midori and Konquror on two different OS, Ubuntu and Mint but every where I faced some problem or the other. As i mentioned earlier, after i changed the website interface to 'classic' the problem reduced but did not end. Now mainly have problem with Capcha not loading at times or with the auto search of the title of a new thread. I feel the site is made more pro-mobile than for computer use. If some one has not faced these problems at any time does not means that there is somthing wrong with my system. The first time when I registered on this forum the entire page was simply flickering every moment, it would have been worth making a video of that I have been using dozens of forums but never had any trouble of this kind. I feel the system could have been made simpler.
With all the people who blatantly ignore the rules and requests, I don't think a ten post limit with CAPTCHA is all that unreasonable.
I like Linux a lot, but I don't think it's out of line to suggest the trouble lies in browser or OS support especially since Linux tends to be more persnickety than Windows due to market share and development, no matter where you want to place the blame for that.
If someone is having these problems outside of Linux, details would help narrow it down.
At any rate, it's not the forum's requests that are at fault, but the integration with something or lack of support.
Sent from my SGH-T999 using xda app-developers app
Pennycake said:
With all the people who blatantly ignore the rules and requests, I don't think a ten post limit with CAPTCHA is all that unreasonable.
If someone is having these problems outside of Linux, details would help narrow it down.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Seems you did not even understand the question. The question is not WHY there is captcha but why it is creating trouble loading. And if it is bcoz of linux then it is strange as captcha is used in many other websites and no where i face any problem. Moreover there are others too who have faced other problems here. And i am not just facing captcha prob there are a host of other prob that makes using the website very difficult. Also how is it that there is problem some times and not there on other ocations ? If it was due to linux it would have been there always ! I would also like to remind you that Android is also built on Linux kernel. And any website that is highly OS specific is not a well planned website. Anyway it was just a feedback to help the site owners improve it "IF" they wish to. If they dont i can always find my way out
Thanx all of you for your help.
.

Categories

Resources