For anyone that hates having locked bookmarks, here's how to delete them:
1. Fire up your root browser of choice and go to system/CSC/
2. Long press on "customer.xml" and select "open in text editor"
3. Scroll down about half way until you see something along the lines of:
< Bookmark >
< NetworkName> T-Mobile
< Index > 1 < /Index >
< BookmarkName > google < /BookmarkName >
< URL > http://www.google.com/m?client=ms-hms-tmobile-us < /URL >
< Editable > no < /Editable >
< /Bookmark >
4. Change the "no" to "yes" and repeat for the 2 other locked bookmarks (there are 3 total)
5. Save the file, move or delete the backup Root Explorer makes, and reboot
6. Go to settings-> application manager-> internet and force stop it and delete cache/data ***WARNING*** YOU WILL LOSE ALL OF YOUR BOOKMARKS, SETTINGS, ETC!!!!!!
7. Open up the stock browser and delete those disgusting locked bookmarks they tried to shove down your throat
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
***PLEASE NOTE*** This was done on my N910T running KitKat. I do not know if it will work on Lollipop.
You might be interested in this:
http://forum.xda-developers.com/showthread.php?t=3098701
Saving/Editing Lollipop Stock Browser Bookmarks
If you follow the instructions there you won't lose your other bookmarks. If you have any difficulty, use TWRP to fix permissions.
Sent from my SM-N910T using XDA Free mobile app
Dumbo53 said:
You might be interested in this:
http://forum.xda-developers.com/showthread.php?t=3098701
Saving/Editing Lollipop Stock Browser Bookmarks
If you follow the instructions there you won't lose your other bookmarks. If you have any difficulty, use TWRP to fix permissions.
Sent from my SM-N910T using XDA Free mobile app
Click to expand...
Click to collapse
I never save any bookmarks, passwords, or home pages so I only lost some settings when I cleared data for the browser, but thanks for sharing :good:
Related
If this is the wrong section, kindly move it. Thanks!
I'm developing an android application wherein I can add, view and delete data from SQLite. I'm already done with add and view and my problem is the deleting, I want it to be like this:
I
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
so when I go to View all, a "DELETE" button will be shown beside the data, and clicking the button will remove the data from Android's SQLite
junchronick said:
If this is the wrong section, kindly move it. Thanks!
I'm developing an android application wherein I can add, view and delete data from SQLite. I'm already done with add and view and my problem is the deleting, I want it to be like this:
I
so when I go to View all, a "DELETE" button will be shown beside the data, and clicking the button will remove the data from Android's SQLite
Click to expand...
Click to collapse
So is the question " what is the command to remove information from the databases " ?
Assuming that you have already tried and met resistance... what is stopping you from have a "delete" button that actually ADDS a null value to to the key,name, and setting ?
I've never made it into a button like you are saying, but having null values replace the undesired has always worked well for me,
Hope that is helpful.
junchronick said:
If this is the wrong section, kindly move it. Thanks!
I'm developing an android application wherein I can add, view and delete data from SQLite. I'm already done with add and view and my problem is the deleting, I want it to be like this:
I
so when I go to View all, a "DELETE" button will be shown beside the data, and clicking the button will remove the data from Android's SQLite
Click to expand...
Click to collapse
Your image doesn't show up so I assume its a list view where you will view all entries. In this case in the list view xml put a delete button, and in the activity you have to implement a custom adapter that listens for the button click (Google "custom simplecursoradapter"), and to delete the file it would be dbHelper.delete(Table, id, null) instead of dbHelper.add or dbHelper.query.
hope this helps
This is not my app!
Original thread - http://forum.xda-developers.com/showthread.php?t=2048668
Requirements:
Xposed framework
XMultiwindowMod
This will be a long post so follow what i do on your phone as u read on!
First go here and download this Xposed installer:
http://dl-count.xposed.info/modules/de.robv.android.xposed.installer_v25_36cbbc.apk
Open the app and go to Framework > Install/Update > Soft reboot
Let the phone reboot
Now open Xposed > Download > Search > XMultiwindow Mod > Scroll down and click Download > Install app after download
Now go back to "Modules" at Xposed Installer app and tick XMultiwindow then reboot your device
Now open XMultiwindow > Sidebar settings > Sidebar app settings > Add > add the apps you would like to use in Multiwindow
DO NOT OPEN GAMES IN MULTIWINDOW
Click to expand...
Click to collapse
Now after you have selected your apps adjust the sidebar width. I recommend 50%. Go back and click "Open SideBar"
Now slide from left to right BOOM! you should see sidebar click on the app you want to be on multiwindow and select " Up workspace " Choose another app and select "Down workspace" Slide from left to right again and you should see your multiwindow!
Thank a lot
RealMrFun said:
Thank a lot
Click to expand...
Click to collapse
Glad to see positive replies "Remember! Hit the Thanks button instead of typing it"
s4 mini
is it the original multi window for galaxy??
Naszman said:
is it the original multi window for galaxy??
Click to expand...
Click to collapse
The developer of XMultiWindow, LovewuChin, writes:
>>>>>
...Here is a Xposed module, which port omni's splite view to other ROM...
<<<<<
I use it daily on my S4 Mini with stock JB 4.2.2 ROM, rooted. Works great! For example, when playing music, I like to have GoneMAD Music Player in upper half screen with ES File Explorer showing song files in bottom half screen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
A good tutorial is here:
http://nexus7.wonderhowto.com/how-t...-windows-your-nexus-7-simultaneously-0151231/
I make my own script for LMK (low memory killer) and adj.
Init.d doesn't work on CM12 so the unique way to make it automatically at boot is with an paid app.
"Boot Shell + Pro Version" (no spoiler)
1. Download Boot Shell and buy Pro version (you also can "buy" it on Aptoide , but highly recommended support the developer is the correct way)
2. Open it , in lateral menu and select "New script" and put it a name. (Ex: LMK)
3. Copy and paste it:
Code:
chmod 644 /sys/module/lowmemorykiller/parameters/adj
echo '0,58,117,176,529,1000' > /sys/module/lowmemorykiller/parameters/adj
chmod 644 /sys/module/lowmemorykiller/parameters/minfree
echo '12288,15360,18432,21504,24576,30720' > /sys/module/lowmemorykiller/parameters/minfree
4. In app settings select "Execute script at boot"
5. Restart and enjoy best RAM management
Credits:
@BlueFlame4 one part of the code
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
..
Does Music apps run better on background? My only problem with CM12 was that Google Music closed A LOT while on background.
Yes is for that , better ram management
Hi,
I don't want to sound rude but am I supposed to get partial credits for this?
I forgot it , sorry @BlueFlame4
How many apps can you run in the background now? Do you also have Facebook app inbetween them? Wasn't there an app called Kernel Audiator which does the same thing?
XT1033 CM12 Nightly. Upon screen off this script undoes itself... No clue why
Odd, it works on the weekly build and on the Asia retail soak...
good job
This script does the work. Thank you man @Lans98. I really needed multitasking which is absent in current cm.
Well I have a query
can i just place the script in init.d folder to make it work?
Working 100% for me now. Cm12 nightlies. Xt1033. Thanks
Why is showing an error when I select "execute and show output"? Then I suppose it does not execute fine at boot :S
Hello all
I am facing a problem with youtube, I cant see anything and the screen is unclear. (see the attached picture)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please help me ASAP.
Im using GoldenEye v 49.1, tried to change the quality and it's clear again if I change it to HD , also tried to clear the youtube app cache.
Thank you. [emoji1] [emoji1]
Up
Same problem. I just started watching videos in Chrome, but sometimes I get this problem in Chrome too.
Bump, still having this problem
Try this:
Go to: Settings > More > App Manager > Downloaded > YouTube
Then: clear cache, clear data, force stop
No dice?
Try this:
Go to: Settings > More > App Manager > Downloaded > youtube
Then: clear cache, clear data, uninstall updates, turn off phone and take out battery for 5 minutes, turn on mobile and update YouTube app.
StoneyJSG said:
Try this:
Go to: Settings > More > App Manager > Downloaded > YouTube
Then: clear cache, clear data, force stop
No dice?
Try this:
Go to: Settings > More > App Manager > Downloaded > youtube
Then: clear cache, clear data, uninstall updates, turn off phone and take out battery for 5 minutes, turn on mobile and update YouTube app.
Click to expand...
Click to collapse
I tried that but i still have the issue
Hmm my only other suggestion would be to do a data factory reset or odin the stock rom of whatever bootloader you are on.
There are some ROMs cannot click into Developer Options and then the app stops responding.
These ROMs have been updated for several times but the problem still not be solved.
Here is one of the solutions for you:
1. Download the ROM you want.
2. Double click it and click into "system".
3. Copy "Build.prop" to desktop or another folder you prefer.
4. Open "Build.prop" you copied with "notepad.exe", find and delete the following words and then save the file:
"ro.frp.pst=/dev/block/bootdevice/by-name/config"
5. Replace the original file "Build.prop" with the one you revised just now.
6. Flash the new ROM as normal, finally you will find that you can go into Developer Options successfully !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Or you could just edit build.prop right from your devic without a root enabled file browser. And instead of deleting the string you can put a # between so#ro and reboot and the problem is solved and it's much simpler.
se7ensde said:
Or you could just edit build.prop right from your devic without a root enabled file browser. And instead of deleting the string you can put a # between so#ro and reboot and the problem is solved and it's much simpler.
Click to expand...
Click to collapse
Could you tell me which app can revise dev without root? Thanks~
Use Something like "Build Prop Editor", its 57.45 times easier
Im_Mattgame said:
Use Something like "Build Prop Editor", its 57.45 times easier
Click to expand...
Click to collapse
“Build Prop Editor” also needs to use after root.
It seems that no apps can edit build.prop without root.
adrian2015 said:
“Build Prop Editor” also needs to use after root.
It seems that no apps can edit build.prop without root.
Click to expand...
Click to collapse
I think it was a typo & he meant "with a root editor".