Does anybody here know where the android browser bookmarks are stored on the file system? I'm hoping to keep a backup of my bookmarks so I don't need to go thru the hassle of entering all my favorite sites each time I have to wipe my phone!
thanks in advance
They're stored in a database in the browser's data directory. Check http://forum.xda-developers.com/showpost.php?p=3223060&postcount=199 -- it gives you the command to use to retrieve them from the database, i.e.
sqlite3 /data/data/com.android.browser/databases/browser.db "SELECT * FROM bookmarks;"
You can also use the My Backup app (available from the Market) to back them up.
Thanks for the quick reply.
I'm not really familiar with sqlite, more of a mysql guy personally
The bookmarks table holds the browser history as well.
Bookmarks backup
You should check out MyBackup on the Market. It's a free app that will backup your bookmarks (plus a lot of other things) to your SD card. It works quite well. The restore feature is also very simple.
There is also my bookmarks as well that allows you to import your bookmarks to your phone from your desktop browser.
speoples20 said:
There is also my bookmarks as well that allows you to import your bookmarks to your phone from your desktop browser.
Click to expand...
Click to collapse
What I'd like to see (and I can't believe wasn't included in the OS) is automatic syncing of your Android bookmarks with Google Bookmarks. (or ones labeled as mobile in Google Bookmarks)
I had this frustration as well (not being able to sync or backup my bookmarks) so I finally just found a simple website where I could save all of my bookmarks, then I set it as the browser home page. There are tons of websites out there that allow you to store your bookmarks, but the one that I chose was murl.com.
Since I use Firefox I use foxmarks. Which is one of the best programs I have ever used. It sycs all of your bookmarks through firefox on as many computers as you want. They have a mobile site you can bookmark in your browser or steel bookmarks and access all of them. Not perfect but better then nothing.
I use Foxmarks too, and I love it! Every time I use a different computer, I just sync my bookmarks, and everything stays the same on each machine!
Now when I use my phone, I can also just go to Foxmarks and click on any bookmark there to go to a website.
No FireFox here. (Work doesn't allow it for some reason.)
I use the Google Toolbar on both my desktop and notebook pcs at home and at the office to keep track of my bookmarks. I'm still surprised that it doesn't doesn't sync with android though. Seems like about the only Google thing that doesn't at this point.
I just wish someone would write a utility that automatically alphabetized the bookmarks, why this isn't an option by default is annoying. I'm thinking about making it my first Android project.
grokdesigns said:
I just wish someone would write a utility that automatically alphabetized the bookmarks, why this isn't an option by default is annoying. I'm thinking about making it my first Android project.
Click to expand...
Click to collapse
I don't think it would be hard to sort the list and dump out all the history entries as well. You can do this all with some SQL commands.
Is there anyway to create a shortcut to list all the Bookmarks? I am using Dwang 1.12 Rom.
I have been searching and can not find anything on how to do it. I love the ability to push an icon, it will list all the bookmarks like the bookmark widget in the Hero Rom.
Thanks
i use the live bookmarks app from the market it lets you make an icon that opens a folder with all your bookmarks. Also bookmarkBR from the market backs up and restores bookmarks.
foxtrickle said:
You should check out MyBackup on the Market. It's a free app that will backup your bookmarks (plus a lot of other things) to your SD card. It works quite well. The restore feature is also very simple.
Click to expand...
Click to collapse
Seems it is pay ware now. Any alternative?
manually changing bookmarks
short/y said:
They're stored in a database in the browser's data directory. Check http://forum.xda-developers.com/showpost.php?p=3223060&postcount=199 -- it gives you the command to use to retrieve them from the database, i.e.
sqlite3 /data/data/com.android.browser/databases/browser.db "SELECT * FROM bookmarks;"
You can also use the My Backup app (available from the Market) to back them up.
Click to expand...
Click to collapse
Thanks for the info.
I used this to bookmark a url that was a google maps redirect. I used the adb shell to get on my rooted EVO and ran these commands:
Code:
sqlite3 /data/data/com.android.browser/databases/browser.db
update bookmarks set bookmark = 1 where url = ''http://goo.gl/maps/XXXX';
This url was already in my bookmarks because I had visited it. but I couldn't bookmark it because I was immediately redirected to google maps.
To list all of your urls:
Code:
select url from bookmarks;
I used MyBookmarks to import from Firefox.
Import to android was successful, since when I start typing sth. in Google Search widget- bookmarked sites addreses show up.
BUT
In default browser- bookmarks tab is empty. So now the only way to get to them is through Google Search.
Any way to fix this ?
Already tried: clear cache/clear data/reset browser combineed with re-downloading bookmarks through MyBookmarks.
I had a similar problem after importing my bookmarks.
They did show up in my "most visites" tab page. From there I unchecked the 'star-icon' (wait till it tells you that it's removed from your bookmarks) and checked it again (it will tell you that it's added to your bookmarks) and this corrected the overview of bookmarks.
Hope this helps for you as well.
I just noticed that the browser homepage setting does not work anymore. It keeps starting with google.com even if another homepage is set.
Deleted the defafult homepage in setting and input a new homepage but still loaded google.com.
Does this have to do with the GPS/Location? Is there a way to fix this?
Not sure if this relates to a file related to "Location" installed recently for using with the Google Map/GPS. Does anyone know if this relates to the google.com default home page on the browser? It'll get ignored if if another site is set as starting home page.
Does anyone know, is it possible to delete a system file to master reset. It was working before.
Also noticed that everytime when going back to the browser, it will open a new window re-loading to google.com, so if I go back to the browser 5 times, there will be 5 browser windows opened to google.com
The file picker dialog the stock E-Mail app uses is different from the G-Mail one. The G-mail one defaults to only photos, videos, etc too.... but gives you the option of enabling other apps to hook into it (such as file managers) so I can attach any type of file from anywhere on my device.
.... the stock (and I assume made by HTC) E-Mail app for anything that is not a g-mail account.... does not. It only allows Photos, Videos, Documents, Etc. There is a "File" option if you scroll to the bottom..... but this is practically the same thing as the above options, as it only lists recent files (only types it understands) or files sorted by type, etc. It doesn't let me browse the file system.
Is there any way to either choose any file I want, or add a file manager to the list, without basically downloading a different e-mail app?
Download and install the stock Android (AOSP) email app from http://forum.xda-developers.com/showthread.php?t=1965468
Every single time I open a PDF the phone asks me for which app to use, including bloatware apps I can't remove/freeze like Office and Samsung Notes.
How do I set the default app for PDF files? There's no option under Settings -> Apps ->Choose default apps. I just want to use Google Drive PDF Viewer.