How do you delete the locked browser bookmarks on the Droid 4? - Motorola Droid 4

The default browser on the Droid 4 has three bookmarks that don't have a delete option: VZW Home, My Verizon, and Google. Is there a way to delete them? Via root access, perhaps?
EDIT: Just googled it and found the answer easily. Silly me. I downloaded Bookmarks Manager (free) which let me delete the locked bookmarks and then uninstalled it. Easy peasy.

Related

Android Browser Bookmarks?

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;

Removing "locked" bookmarks

Hey there
I got my phone about a week or so ago and I discovered that I have some bookmarks that my provider put into the browser. I am however not interested in those bookmarks but am unable to simply longpress on then and then select delete
So is there any other way to get rid of them. Its stupid bookmarks leading to their shop so I can buy movies, music etc and I'm not at all interested in that kind of thing really.
Download Bookmarkymark app from Market. You can remove these bookmarks with that app.
That app worked like a charm
Yes, but after a reboot, all bookmarks are visible again.
Is there a permanent solution ?

Pre-Installed Bookmarks

Anybody know how to edit the system settings that set the default pre-installed bookmarks in the stock browser? I am using Dolphin for Pad and Dolphin HD but neither of them seems to want to play nice on my 8.9 LTE. So I have to use the stock browser a lot of the time and I absolutely hate that they will not allow you to remove the pre-installed bookmarks. What a bunch of morons forcing that kind of stuff on us. Anyway what file or system setting would possibly eradicate these annoying bookmarks?
If i setup sync with google crome, it offers to delete all locally stored bookmarks.
poisike said:
If i setup sync with google crome, it offers to delete all locally stored bookmarks.
Click to expand...
Click to collapse
This apparently does not work anymore, http://www.google.com/support/forum/p/Chrome/thread?tid=63eebdb9d371658d&hl=en&start=40
Is there any way to get rid of these crappy stock bookmarks?
Longpress the bookmark and click delete
I don´t know if it´s a difference in the rom between the LTE version and mine. I have a 3g tab
jai134 said:
Longpress the bookmark and click delete
Click to expand...
Click to collapse
These are bookmarks that cannot be removed that way, they are carrier forced and protected bookmarks.
Alright. Sorry. Didn´t know. You can see my edit.
modestone said:
These are bookmarks that cannot be removed that way, they are carrier forced and protected bookmarks.
Click to expand...
Click to collapse
Except, of course, that that guy complaining to Google is full of ****. It works. Was working on mine from day 1. And I just factory reset my Tab this morning and set it all up again and it still nukes the AT&T bookmarks just fine when doing a Chrome sync.
Of course, you need to actually have Chrome bookmarks to sync. If you're using Firesux, Suxfari or Exploder, that ain't gonna help.
Croak said:
Except, of course, that that guy complaining to Google is full of ****. It works. Was working on mine from day 1. And I just factory reset my Tab this morning and set it all up again and it still nukes the AT&T bookmarks just fine when doing a Chrome sync.
Of course, you need to actually have Chrome bookmarks to sync. If you're using Firesux, Suxfari or Exploder, that ain't gonna help.
Click to expand...
Click to collapse
At that link I provided to a google forum its not one guy, its many many many people.
I have still yet to get bookmarks to sync properly between chrome and my 8.9 LTE.
Bookmark sync works for me, on 4 devices. Some time ago i had problems on GT10.1 but i believe this was a problem with Samsung firmware.
Well I finally managed to get rid of those damn ATT bookmarks.
Tried everything, kies sync, chrome sync, all the other things I found on the web.
The only way I was able to get rid of them was to manually edit the browsers sqlite database with SQLite Editor.
Using that I was able to fully nuke those links!
Yay!
modestone said:
Well I finally managed to get rid of those damn ATT bookmarks.
Tried everything, kies sync, chrome sync, all the other things I found on the web.
The only way I was able to get rid of them was to manually edit the browsers sqlite database with SQLite Editor.
Using that I was able to fully nuke those links!
Yay!
Click to expand...
Click to collapse
Would you mind outlining the steps you took to edit the db file and where you found it in would love to do the same thing.
Sent from my SGH-I727 using XDA App
My google bookmarks don't sync correctly. It only syncs some of the bookmarks.

[Q] Deleting factory bookmarks

Since going to 2.3.5 (Fusion XII and now Serenity) I haven't been able to delete the factory bookmarks that came with the default browser. In earlier versions I could go to history and unchecked the star to get rid of the bookmarks, but that doesn't work in 2.3.5. I've searched but can't find anything. Anybody have any ideas?
Download Bookmarks Manager App from Google Market, and you will be able to Delete the default bookmarks.
Cool. That did the trick. Thanks.

How to delete ATT bookmarks from Chrome.

How can I delete ATT bookmarks from Chrome. These are under Bookmarks->Mobile bookmarks->Samsung Mobile.
When I long press on the bookmark, it only gives option to open the link and not edit/delete like regular bookmarks (see screenshot)
I followed the instructions here http://forum.xda-developers.com/showthread.php?t=2787767 and modified customers.xml. No luck.
After editing customer.xml, I was able to remove the bookmarks from stock browser but not chrmoe.
Any help is appreciated.
I have S5 running 5.0.

Categories

Resources