• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Removing Galaxy S Bookmark

How do you remove that annoying Samsung Galaxy S bookmark? Is there a file to delete since you cannot remove it through the phone?

UPDATE:
Go to browser. Go to bookmarks. See that one? Click on it. Enjoy what you see for the last time. Then go to bookmarks again. Click the last tab "history" on top. Find that galaxshelp entry in there, and it would have a yellow star to it, meaning that the history entry is bookmarked. Hit the star to un-bookmark. You are done.

credit: getDange
 
Yes, I see. Well sucks then, must root I am guessing.
The bookmark MIGHT BE helpful if something happens, I am not looking to delete it personally :)
 
rooted or not, it does not come off easily. you cant even edit it. There is not much info on that bookmark...nothing you cant get from samsungs website
 
There's a SQL/Lite db for handling the native browser's bookmarks. When I get a chance later, I'll move it to my PC and see if it's stored with like some kind of status bit for "read only" or something. Should be a simple process to nuke it if it's stored like a regular user bookmark.
 
Gone. :D

Let me put together some instructions. It's basically like the permanent sideload mod, just a different database file. :)
 
OK, so just follow these instructions:

http://androidforums.com/samsung-captivate/124738-how-enable-sideloading-apps-captivate.html

but substitute these paths/files and database operations:

STEP 1 - GET DB FILE
cp /dbdata/databases/com.android.browser/browser.db /sdcard/browser.db
cp /dbdata/databases/com.android.browser/browser.db /sdcard/browser.db.backup
adb pull /sdcard/browser.db %userprofile%\desktop

STEP 2 - ALTER DB FILE
When you open the browser.db file, there's a bookmarks table, the first entry is that Galaxy S bookmark. In that row there's a column called 'bookmark', with a 0 (no/false) or 1 (yes/true) to indicate whether the item is a permanent bookmark. It's 1, set it for 0, OK out, save.

STEP 3 - COPY DB FILE BACK TO DEVICE
adb push %userprofile%\desktop\browser.db /sdcard
cp /sdcard/browser.db /dbdata/databases/com.android.browser
chmod 777 /dbdata/databases/com.android.browser/browser.db


If you've done the allow non-AT&T apps, this should be a piece of cake.

As always, YMMV, I take no responsibility for damaged devices, etc.
 
[DT] thanks man, but it is an overkill.
You can remove that bookmark with this simple one step procedure that does not require rooting or db manipulation.
Go to browser. Go to bookmarks. See that one? Click on it. Enjoy what you see for the last time. Then go to bookmarks again. Click the last tab "history" on top. Find that galaxshelp entry in there, and it would have a yellow star to it, meaning that the history entry is bookmarked. Hit the star to un-bookmark. You are done.
 
Awesome solution. See that's what happens when you ask an engineer a simple question! My alternate solution required disassembling the phone...



:D
 
THANK you for that tip! i had some strange russian bookmarks that i don't know where they came from and i couldn't edit or delete them.
 
I couldn't find bookmarks in my browser, but I tried something else and it worked. I held the bookmark down until the garbage can showed up on the bottom of my page and drug the bookmark down to the garbage can.
 
Back
Top Bottom