Is there a way to make the volume louder? For my S4 I found something to flash but is there a way to do that
on the Tab 3 10.1 or anything to increase it through headphones and the speaker? Also I asked some other thread and no oneanswers does anyone know how to make the tab connect to certain wifis? Works at my house and my friens but not at my mom's house even afterresetting her router please help? I asked in the q &a but no one ever answers.
JinxTheCat said:
Is there a way to make the volume louder? For my S4 I found something to flash but is there a way to do that
on the Tab 3 10.1 or anything to increase it through headphones and the speaker? Also I asked some other thread and no oneanswers does anyone know how to make the tab connect to certain wifis? Works at my house and my friens but not at my mom's house even afterresetting her router please help? I asked in the q &a but no one ever answers.
Click to expand...
Click to collapse
Check your settings for your wifi. Try changing to either 2.4 ghz or 5 ghz.... also try your router on channel 11.
As for the sound... There arnt any devs that know how to do this yet.
Sent from my SM-G900F using XDA Free mobile app
pug1 said:
Check your settings for your wifi. Try changing to either 2.4 ghz or 5 ghz.... also try your router on channel 11.
As for the sound... There arnt any devs that know how to do this yet.
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Thank you
It is fairly easy. You will need to edit a text file in the folder /system/etc. I'm not sure you can access that if you aren't rooted. The file to edit is default_gain.conf. Use a text editor and VERY carefully edit just the speaker section changing the numbers to match the example below on the screen shot. It may distort a little at max volume but drop the level one notch or use a level of 60 where I used 62.
{
"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"
}
Depending on your device, the file to edit may have a slightly different name. It end with. CONF and the contents will look like the screenshot. I have done this on a Note2 and a Tab3. You have to reboot after the edit.
Samsung Galaxy Note2
Dr. Ketan 4.4.2 ND3
I don't see it anywhere in that folder...even with es file manager set for showing hidden files. Can we just create the file? Or do it have to be there originally?
Sent from my SM-N900P using xda premium
volume
iceman19631 said:
I don't see it anywhere in that folder...even with es file manager set for showing hidden files. Can we just create the file? Or do it have to be there originally?
Sent from my SM-N900P using xda premium
Click to expand...
Click to collapse
mxplayer has an option to use swdecode instead of hw and doubles your volume
i turned my droid 2 into an mp3 player/radio and it does pretty good
i almost don't hear the lawnmower going with headphones in
---------- Post added at 04:34 AM ---------- Previous post was at 04:32 AM ----------
quijote1 said:
It is fairly easy. You will need to edit a text file in the folder /system/etc. I'm not sure you can access that if you aren't rooted. The file to edit is default_gain.conf. Use a text editor and VERY carefully edit just the speaker section changing the numbers to match the example below on the screen shot. It may distort a little at max volume but drop the level one notch or use a level of 60 where I used 62.
View attachment 2730597
Depending on your device, the file to edit may have a slightly different name. It end with. CONF and the contents will look like the screenshot. I have done this on a Note2 and a Tab3. You have to reboot after the edit.
Samsung Galaxy Note2
Dr. Ketan 4.4.2 ND3
Click to expand...
Click to collapse
would post file please ? as text
thanks.
Gravitybox: 30 volume step + VIPER4android FX
Enviado desde mi SM-T210 usando XDA Premium HD app
moonbutt74 said:
mxplayer has an option to use swdecode instead of hw and doubles your volume
i turned my droid 2 into an mp3 player/radio and it does pretty good
i almost don't hear the lawnmower going with headphones in
---------- Post added at 04:34 AM ---------- Previous post was at 04:32 AM ----------
would post file please ? as text
thanks.
Click to expand...
Click to collapse
Sorry I was slow in responding. The file absolutely must be in /system/etc. It will show up after the various folders. It is default_gain.conf. I don't know if a non-rooted user can see that file. Are you rooted.?
I don't see a way to upload a file from XDA Free on the tablet. All you need to do is carefully change a few numbers and reboot and you will have all the volume you want.
Samsung Galaxy Note2
Dr. Ketan 4.4.2 ND3
hey
quijote1 said:
Sorry I was slow in responding. The file absolutely must be in /system/etc. It will show up after the various folders. It is default_gain.conf. I don't know if a non-rooted user can see that file. Are you rooted.?
I don't see a way to upload a file from XDA Free on the tablet. All you need to do is carefully change a few numbers and reboot and you will have all the volume you want.
Samsung Galaxy Note2
Dr. Ketan 4.4.2 ND3
Click to expand...
Click to collapse
yup good w/root
just want to look at yours and mine side by side
i don't use xda app, i tend to be web-site or bust
either way thanks for responding
peace
Related
Hi XDA,
i made this little app i would like to share with you.
It allows you to test if you have successfully rooted your device and it can turn anoying sounds off.
It has 5 sounds to turn off at the moment, these were the ones i found most anoying on my sgs .
If there are others to turn off or they are named different on your device please tell me.
This is build on the Samsung Galaxy S so it might not work on other devices, but maybe we can get it to work!
This app needs root, to mount /system as read+write and then rename the sound files.
It is pretty safe, everything is reversable and not much can go wrong.
Still, if something explodes, burns or starts radiating, i won't take any responsibility .
Currently supported are:
Battery Full (/system/media/audio/ui/TW_Battery_caution.ogg)
Charger/Usb plugged in (/system/media/audio/ui/Charger_Connection.ogg)
Phone powering off (/system/media/audio/ui/shutdown.ogg)
Battery Low (/system/media/audio/ui/TW_Low_Battery.ogg)
Dialer Button(/system/media/audio/ui/TW_Waterdrop.ogg)
Click to expand...
Click to collapse
Changelog:
v0.5: Added option dialer button sound
v0.4: Added option battery low sound
v0.3:
Rewritten code to be able to add custom files for different phone models
Added shutdown sound from samsung mesmerize
v0.2: Button for DebugInfo added
v0.1: Initial release
Click to expand...
Click to collapse
{
"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"
}
Will be very helpful if full battery notification is removed, right now I´m on 30 percent, so I can´t give any feedback until tomorrow. Usb sound is not too annoying, but I´d remove it as well. About shutdown sound, I have removed it already with SGS Tools. Thanks!!!
Is shutdown.ogg also used for startup? 'Cause it's about as annoying.
(I usually just turn the phone to Silent before turning it off, it silences shutdown and bootup)
I think the startup sound is part of the bootanimation.
But i will take a look at it.
The shutdown option does not work for me. Samsung Mesmerize with Froyo 2.2.1
Sent from my SCH-I500 using Tapatalk
sageDieu said:
The shutdown option does not work for me. Samsung Mesmerize with Froyo 2.2.1
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Do you have a file explorer and could tell me the contents of your
/system/media/audio/ui directory ?
edit: i think i found it, for the mesmerize the shutdown file seems to be "/system/media/audio/ui/0405_PowerOff.mp3"
I will work something out for the next version .
Edit2: I have uploaded a new version, if you could click the new debugInfo button and tell me what it says i can adapt the files paths for the mesmerize .
sageDieu said:
The shutdown option does not work for me. Samsung Mesmerize with Froyo 2.2.1
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Could you try again? Shutdown sound should work on mesmerize too now.
Dark3n said:
Could you try again? Shutdown sound should work on mesmerize too now.
Click to expand...
Click to collapse
Oh sorry, I had been busy. Trying now!
Sent from my SCH-I500 using Tapatalk
Says SCH-I500 for the first three, then for fingerprint it says 2.1update1 DI14 which is incorrect for me specifically.
Sent from my SCH-I500 using Tapatalk
Did it disable the boot sound?
Thread has been moved to "Galaxy S I9000 Themes and Apps" from "Android Apps and Games".
If there are any specific sounds that should be included let me know.
Low battery sound - I hate it. Could you please include that as well? Please
alijanismayilov said:
Low battery sound - I hate it. Could you please include that as well? Please
Click to expand...
Click to collapse
Updated my first post.
v0.4 includes this
hey Dark3n,
it doesnt work on Froyo 2.2.
just installed it and even when checked, battery full and low still alerts.
Dark3n said:
Updated my first post.
v0.4 includes this
Click to expand...
Click to collapse
Thanks for this, somehow I missed this thread when browsing
Sent from my GT-I9000
Thanks, great app!
I believe that the built-in dialer's button sound is there too (TW_Waterdrop.ogg). Could that be turned off too? It's damn annoying, I wonder what drugs the designer did when he/she included it.
Thanks in advance!
Gerusz said:
Thanks, great app!
I believe that the built-in dialer's button sound is there too (TW_Waterdrop.ogg). Could that be turned off too? It's damn annoying, I wonder what drugs the designer did when he/she included it.
Thanks in advance!
Click to expand...
Click to collapse
Done .
Check first post.
katsooba said:
hey Dark3n,
it doesnt work on Froyo 2.2.
just installed it and even when checked, battery full and low still alerts.
Click to expand...
Click to collapse
Can you be more specific, what rom/theme do you have ? You do have root, do you? Do the other sounds work?
Dark3n said:
Done .
Check first post.
Click to expand...
Click to collapse
It's working, thanks!
Works great !I have waited to someone do an app like this.
I'm sorry, but...
...FOR ME, I repeat, for me its a pointless app, because why bother with the file renaming, if I can simply erase the whole /system/media folder with root access, and then I still can use my own ringtones, without all these annoying default "noises", oh pardon, lets call them sounds.
So now you made an app for something wich can be simply deleted, and then it wont take any memory at all, instead of leaving behind renamed junks.
Btw, I lol'ed about the shutdown.ogg problem; the boot sound is not part of the bootanimation LOL, that comment was just dumb. (no offense, but you can take it if you like, still, I dont mean it that way)
Now that we've got root, is there any way to get rid of the loud, godawful camera noise? It seems to be part of the stock ui since selecting silent in vignette doesn't work, etc.
Sent from my SO-01C using XDA App
slide out the left menu in stock camera app.. option in there to change shutter sound.. 3 sound options and off..
Nope, there's no off option in the stock app, and silent options in apps like vignette don't work for Japanese market phones. It seems to be forced at the rom level. Anyone rooted on a Japanese arc that can relay whether custom roms get rid of the shutter sound?
Sent from my SO-01C using XDA App
that's odd.. I got this on my uk one.., did not think they were that different!..
{
"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"
}
Sent from The Arc!
Could have to do with different laws.
In some countries it's forbidden to take 'silent' pictures.
That's just weird!
Nirak said:
Could have to do with different laws.
In some countries it's forbidden to take 'silent' pictures.
Click to expand...
Click to collapse
exactly it's forbidden to take pictures without a sound.
try this:
Go to "/system/media/audio/ui" there are folders like sound1, sound2 and sound3. go in the folders and remove the "camera_click.ogg"
of that didn't work go to "/system/media/audio/camera/sound*/ and remove "shutter.ogg"
Hope this works, good luck
commodoor said:
exactly it's forbidden to take pictures without a sound.
try this:
Go to "/system/media/audio/ui" there are folders like sound1, sound2 and sound3. go in the folders and remove the "camera_click.ogg"
of that didn't work go to "/system/media/audio/camera/sound*/ and remove "shutter.ogg"
Hope this works, good luck
Click to expand...
Click to collapse
Or in case it crashes, rename a silent .ogg file and replace, so it will still play just it will be silent. might also be a idea.
Will get rooted and give this a shot. Results to follow, thanks!
Sent from my SO-01C using XDA App
maidguitar said:
Will get rooted and give this a shot. Results to follow, thanks!
Sent from my SO-01C using XDA App
Click to expand...
Click to collapse
So did it work?
maidguitar said:
Will get rooted and give this a shot. Results to follow, thanks!
Sent from my SO-01C using XDA App
Click to expand...
Click to collapse
Please let us know the results
Sent from my Arc using XDA premium App
Hiya, back with an update, just rooted and tried this with an on-phone explorer, and it says it doesn't have privileges to modify the sound file. Do I need a better file explorer or try this from the ox when I get home?
Thanks for the help !
Edit: permission type is -r- or something , says system files are read only
Sent from my SO-01C using XDA App
punkmonkey1984 said:
Or in case it crashes, rename a silent .ogg file and replace, so it will still play just it will be silent. might also be a idea.
Click to expand...
Click to collapse
Yes, it's work in my case
gl2k1 said:
Yes, it's work in my case
Click to expand...
Click to collapse
so did you delete the sound file or replace it with a silent one? Also what program did you use to delete or replace the file?
Don't you guys worry about probably breaking the laws of your country?
I've done it. First, I rooted the S0-01C, then got all the ADB drivers and such working on my PC. Remounted the /system in rewriteable mode using this guide here, http://karuppuswamy.com/wordpress/2...stem-partition-in-read-write-mode-in-android/
then went to the /system/media/audio/ui directory, and replaced camera_click.ogg with an empty ogg (opened notepad, saved as camera_click.ogg) using root explorer. Vignette is now completely silent.
Thanks for all the help!
Use Root Explorer
Rename /system/media/audio/camera/sound3 to /system/media/audio/camera/soundx (or anything you like)
Rename /system/media/audio/camera/sound0 to /system/media/audio/camera/sound3
Then select sound3 as the shutter sound in camera.
This is for HK rooted model LT15i 3.0.A.2.181
proliant's method is work on my Arc
thx
and for unrooted sony phone?
You have to live with the sound then unless you can turn it off in the camera menu.
Sent from my iPad 2 using Tapatalk
Hi guys. Some of you may not have known this but there are a TON of configurable options on our GS3s without even touching or modifying any system files. You've gotta hand it to Samsung for making things so easy to customize with their /system/csc/feature.xml file.
Join More than 5 contacts:
Navigate to /system/csc/feature.xml and open with editor:
Add this in under <!-- Contacts -->
Code:
<CscFeature_Contact_SetLinkCountMaxAs>_INSERT_NUMBER_</CscFeature_Contact_SetLinkCountMaxAs>
You can put whatever number you want there. I chose 15 because it seems like a good number haha.
Save & close.
Enable camera while in call:
Navigate to /system/csc/feature.xml and open with editor:
Add this in under <!-- Camera -->
Code:
<CscFeature_Camera_EnableCameraDuringCall>true</CscFeature_Camera_EnableCameraDuringCall>
Save & close.
Shutter sound (currently doesn't work on some ROMs but the option appears):
Code:
<!-- Camera -->
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
Simply changing this line to TRUE will get you a shutter sound option in your camera options. This file contains a ton of different configurable options for your phone, but beware, changing something in here could have a very negative impact on your phone without you even knowing it and may leave you scratching your head in the future if you completely forgot you've changed something here.
Is this file executed/parsed on every boot? Yes and no. I know it is on first boot of a factory reset device. It is also set to run on boot, but I haven't changed anything in here since my first boot to test it out.
If you do try this on an already setup system, please report back with results. Thank you and enjoy!
{
"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"
}
Camera shutter mod worked for me. Settings stuck after reboot. Looking forward to more of these!
shinesthru said:
Camera shutter mod worked for me. Settings stuck after reboot. Looking forward to more of these!
Click to expand...
Click to collapse
Nice! Glad to hear it
Worked perfect! Thanks for the info :thumbup:
Sent from my SPH-L710 using xda premium
team xposed posting camera mods >.>
now i think i understand why you want the shutter sound off
shabbypenguin said:
team xposed posting camera mods >.>
now i think i understand why you want the shutter sound off
Click to expand...
Click to collapse
I thank you for the lulz
Sent from my SPH-L710 using xda premium
I got the menu to turn off the shutter sound, but it still makes the shutter noise when I take a picture.
nitronet said:
I got the menu to turn off the shutter sound, but it still makes the shutter noise when I take a picture.
Click to expand...
Click to collapse
Hah....What do ya know..you're right lol
I should say I'm running NoWizAOSPmod 1.3 in case that's relevant. I don't think the shutter sound is disabled by default on this ROM, but I can't say I tested it before modding the xml file.
Sent from my SPH-L710 using xda app-developers app
freeza said:
Hah....What do ya know..you're right lol
Click to expand...
Click to collapse
LOL I just came back to say that. The menu button is real pretty on my phone though....:laugh:
freeza said:
Hi guys. Some of you may not have known this but there are a TON of configurable options on our GS3s without even touching or modifying any system files. Take for instance camera shutter sound. By default it's not configurable, but with a simple edit to a file in /system/csc/feature.xml, particularly the line here:
Code:
<!-- Camera -->
<CscFeature_Camera_ShutterSoundMenu>false</CscFeature_Camera_ShutterSoundMenu>
Simply changing this line to TRUE will get you a shutter sound option in your camera options. This file contains a ton of different configurable options for your phone, but beware, changing something in here could have a very negative impact on your phone without you even knowing it and may leave you scratching your head in the future if you completely forgot you've changed something here.
Is this file executed/parsed on every boot? Yes and no. I know it is on first boot of a factory reset device. It is also set to run on boot, but I haven't changed anything in here since my first boot to test it out.
If you do try this on an already setup system, please report back with results. Thank you and enjoy!
Click to expand...
Click to collapse
Do you need to use Root Explorer or something to do this?
shaun0207 said:
Do you need to use Root Explorer or something to do this?
Click to expand...
Click to collapse
Yes. But it doesn't work. Even after turning it off the sound is still there.
________________
Just Flash It !!!
What MMS options?
This worked perfectly well for me. I've rebooted the phone numerous times and the setting sticks and there is no sound. I even tried taking pictures from within different apps and there's no sound.
rustypixel said:
This worked perfectly well for me. I've rebooted the phone numerous times and the setting sticks and there is no sound. I even tried taking pictures from within different apps and there's no sound.
Click to expand...
Click to collapse
Can you turn it back on?
Yep. I turned the sound back on and rebooted and it stayed on. Turned it back off and it still works.
shinesthru said:
Can you turn it back on?
Click to expand...
Click to collapse
How do you get it to save? I've edited the file but it won't save.
Phone hasn't been rooted yet.
Sent from my SPH-L710 using xda premium
OP you may want to ask to move this in general. I just tried this on Verizon and it works perfectly. Great find!
Also you can remove unremoveable bookmarks in the browser by editing /system/csc/customer.xml and changing the editable "no" to a yes. Keep in mind you will need to close and wipe the browser data from the application menu.
Sent from my SCH-I535 using xda app-developers app
enahsak said:
How do you get it to save? I've edited the file but it won't save.
Phone hasn't been rooted yet.
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
You answered your own question.
This just isn't working on my phone. Yes, it added the menu to turn it off and on but I still get the shutter sound no matter what it's set to.
________________
Just Flash It !!!
I would prefer to only use the home button to wake my phone. Often I am hitting the power button when adjusting the volume.
Thanks!
Are you rooted?
yes
Simple solution then.
Basically, use an app like Root Explorer (I use Rom Toolbox) to go into your system files.
The file path for what you're looking for is: system/usr/keylayout/gpio-keys.kl
gpio-keys.kl is a key layout file. Editable with any text editor on your phone, however, be sure you save it with the same extension.
On the line that starts with "Key 116 POWER WAKE", simply delete the word "WAKE". Save the file (make a backup, TRUST ME). Reboot the phone.
All done.
I know this because I did it just yesterday when I kept cutting it on accidentally.
Source
EDIT::: JUST tried this myself to make sure I wasn't putting foot in mouth HOWEVER. it didn't seem to work. It works with the home key... but maybe the POWER key is a bit different. Any input from anyone else?
allin1der said:
Simple solution then.
Basically, use an app like Root Explorer (I use Rom Toolbox) to go into your system files.
The file path for what you're looking for is: system/usr/keylayout/gpio-keys.kl
gpio-keys.kl is a key layout file. Editable with any text editor on your phone, however, be sure you save it with the same extension.
On the line that starts with "Key 172", simply delete the word "WAKE". Save the file (make a backup, TRUST ME). Reboot the phone.
All done.
I know this because I did it just yesterday when I kept cutting it on accidentally.
Source
Click to expand...
Click to collapse
That's to disable home buttons wake but not the power button.
Edit: I see you've edited your post.
Sent from my C6603 using Tapatalk 2
Thanks for the insight, however, I sourced that out already and tried it a dozen times and the power button still wakes the phone?
I noticed. I think the POWER function is attached to WAKE somehow.
---------- Post added at 07:12 PM ---------- Previous post was at 06:29 PM ----------
wpguser said:
Thanks for the insight, however, I sourced that out already and tried it a dozen times and the power button still wakes the phone?
Click to expand...
Click to collapse
Have you tried this app made by someone on xda?
allin1der said:
I noticed. I think the POWER function is attached to WAKE somehow.
---------- Post added at 07:12 PM ---------- Previous post was at 06:29 PM ----------
Have you tried this app made by someone on xda?
Click to expand...
Click to collapse
Yup. Tried that too.
No luck
wpguser said:
Yup. Tried that too.
No luck
Click to expand...
Click to collapse
Careful ...If you disable the power button wake feature, and mess up the file structure, you may not be able to turn the device on or off.
And a nandroid restore of the previous build will be needed.
Not trying to insult anyone's intellect here, just pointing out a possible problem and hate to see people suffer like that....g
Ans whaat happens when u wanna get into dlmode? Lol
twanskys204 said:
Ans whaat happens when u wanna get into dlmode? Lol
Click to expand...
Click to collapse
If your rooted and on custom rom, this:
{
"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"
}
Sent from the Millennium Falcon somewhere on the Kessel Run
Disabling the pwer button wont effect it from an off state. Also long press would still be intact so theres access to the power menu. You know I might be interested in this as well. Ill watch this thread unfold
I use an app that turns then phone off by gestures over the proximity sensor, or in my case when I close/open my flip cover. It's called proximity screen off pro and has an option to not recognized the power button being used at certain times, which you can set up.
Hope this helps.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Mad383Max said:
If your rooted and on custom rom, this:
View attachment 1891613
Sent from the Millennium Falcon somewhere on the Kessel Run
Click to expand...
Click to collapse
What would happen if your phone was off? How u gonna get into dl mode?
twanskys204 said:
Ans whaat happens when u wanna get into dlmode? Lol
Click to expand...
Click to collapse
Exactly...
Thats a bad day for sure....g
twanskys204 said:
What would happen if your phone was off? How u gonna get into dl mode?
Click to expand...
Click to collapse
True...
Guess you would need a jig and that seems like to much a round about way to achieve op's desires
Sent from the Millennium Falcon somewhere on the Kessel Run
twanskys204 said:
What would happen if your phone was off? How u gonna get into dl mode?
Click to expand...
Click to collapse
+1 :thumbup:
Magically use the 4 way reboot... lol
Sent from my SAMSUNG-SGH-I317 using Xparent SkyBlue Tapatalk 2
Hi all. I have some issue with Pro 8.4 LTE. I can't find menu with device users(not Google, MS and etc account) for Multiuser. I find information that this menu hove some models of 8,4 but not all. Can I active this menu?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Do you mean this?
{
"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"
}
FluffyR said:
Do you mean this?
Click to expand...
Click to collapse
Yes I meam this and I did'n have this menu
Weird. What's it look like then? It just doesn't have users after default applications?
~Galaxy TabPro SM-T320
FluffyR said:
Weird. What's it look like then? It just doesn't have users after default applications?
~Galaxy TabPro SM-T320
Click to expand...
Click to collapse
Yes, after Default application I have Battery
Not sure then. Guess you have to wait for someone else to respond. In the mean time try using that live chat with a Samsung techy, maybe they can actually help you on something like this.
~Galaxy TabPro SM-T320
amaectpo said:
Hi all. I have some issue with Pro 8.4 LTE. I can't find menu with device users(not Google, MS and etc account) for Multiuser. I find information that this menu hove some models of 8,4 but not all. Can I active this menu?
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I have the lte model as well and the "users" option is mysteriously missing from the menu but luckily its an easy fix...all u have to do is edit your build.prop and add the line "fw.max_users=5" (not sure but I THINK u can use any number) WITHOUT the quotations to the bottom of the file then save & reboot. I did also edit my secsettings.apk although I don't think that's actually needed for this particular mod but if the above doesnt work then I will upload it for u...on a side note I'm also working on a rom for us lte users but just don't expect anything fancy. I'm simply trying to add back all of the features that I have found to be missing in our tablets but I ran into a SLIGHT problem along the way...I BROKE MY FRICKIN SCREEN! :crying: The bad part is its NOT the glass but the actual lcd that's cracked...the irony is I actually fix this stuff for a living but the device is so new that I cant even find the part which I'm sure will cost an astronomical amount whenever it is. I apologize about the rant but needed to get that off my chest...hope that helps though :highfive:
LTE version , no USERS
THEDEVIOUS1 said:
I have the lte model as well and the "users" option is mysteriously missing from the menu but luckily its an easy fix...all u have to do is edit your build.prop and add the line "fw.max_users=5" (not sure but I THINK u can use any number) WITHOUT the quotations to the bottom of the file then save & reboot. I did also edit my secsettings.apk although I don't think that's actually needed for this particular mod but if the above doesnt work then I will upload it for u...on a side note I'm also working on a rom for us lte users but just don't expect anything fancy. I'm simply trying to add back all of the features that I have found to be missing in our tablets but I ran into a SLIGHT problem along the way...I BROKE MY FRICKIN SCREEN! :crying: The bad part is its NOT the glass but the actual lcd that's cracked...the irony is I actually fix this stuff for a living but the device is so new that I cant even find the part which I'm sure will cost an astronomical amount whenever it is. I apologize about the rant but needed to get that off my chest...hope that helps though :highfive:
Click to expand...
Click to collapse
Hi -
im sure you device is rooted , if you can edit the build.prop file, correct? if so - how did you root?
currently my device is unrooted and i can bring the file up (es explorer) but cant save edits. please help me out as i would really like to add multi users.
cheers.
---------- Post added at 03:22 AM ---------- Previous post was at 02:39 AM ----------
joefman said:
Hi -
im sure you device is rooted , if you can edit the build.prop file, correct? if so - how did you root?
currently my device is unrooted and i can bring the file up (es explorer) but cant save edits. please help me out as i would really like to add multi users.
cheers.
Click to expand...
Click to collapse
i used instructiuon form this dom1n1k. blogspot post (cant post full link) then installed SDFIX to edit as per your post, it works!! thanks.
only thing is that no OTA updates. will have to wait for good ROMs
joefman said:
Hi -
im sure you device is rooted , if you can edit the build.prop file, correct? if so - how did you root?
currently my device is unrooted and i can bring the file up (es explorer) but cant save edits. please help me out as i would really like to add multi users.
cheers.
---------- Post added at 03:22 AM ---------- Previous post was at 02:39 AM ----------
i used instructiuon form this dom1n1k. blogspot post (cant post full link) then installed SDFIX to edit as per your post, it works!! thanks.
only thing is that no OTA updates. will have to wait for good ROMs
Click to expand...
Click to collapse
:highfive:
glad u got it going...speaking of roms i'm working on one for my fellow LTE users so come on over in the thread & try it out. The file is located in post #3...i'll create a proper thread once i get a bit more feedback
http://forum.xda-developers.com/showthread.php?t=2737936&nocache=1
^8.4 LTE CUSTOM ROM DISCUSSION