Related
Guys,
If you want to disable it so it won’t unmount partitions on USB connect (to have usb for adb only).
It’s nice for debugging, if you don’t want to use adb wireless.
It’s enabled by default:
getprop persist.service.mount.umsauto
1
To disable:
setprop persist.service.mount.umsauto 0
To enable:
setprop persist.service.mount.umsauto 1
or
reboot
Thank you so much! :good:
Is there the same tip for ICS? As it's not working on my Razr Maxx.
I'm in desperate need of a good solution. There is no way to debug apps requiring access to the SD card as they become unmounted when USB storage automatically kicks in.
halx said:
There is no way to debug apps...
Click to expand...
Click to collapse
Use ADB over WiFi
Thank you, Renate, however it's not working for me right now, as my workplace has a weird LAN topology (The AP is outside the LAN scope). I'm Linux guy, perhaps there is a way to disable that auto script through the console? But at least I can debug at home now!
halx said:
Thank you so much! :good:
Is there the same tip for ICS? As it's not working on my Razr Maxx.
Click to expand...
Click to collapse
You should be able to change it from GUI - Settings
To find corresponding getprop you can try:
Dump all props using getprop to file, change setting via GUI, dumped again and compare.
I don’t remember now, if it worked or not for this particular setting…
There are other places where setting can be stored – Renate knows better than me.
Use similar technique to isolate it.
My ICS is not rooted – I cannot help you much…
halx said:
I'm in desperate need of a good solution. There is no way to debug apps requiring access to the SD card as they become unmounted when USB storage automatically kicks in.
Click to expand...
Click to collapse
That’s exactly the reason I posted it.
Renate NST said:
Use ADB over WiFi
Click to expand...
Click to collapse
Yep. I knew, you’ll suggest it
halx said:
Thank you, Renate, however it's not working for me right now, as my workplace has a weird LAN topology (The AP is outside the LAN scope). I'm Linux guy, perhaps there is a way to disable that auto script through the console? But at least I can debug at home now!
Click to expand...
Click to collapse
Bring your own WiFi router/bridge to work
Use your's phone wifi tethering as router
i5700/Tapatalk 2
That's good one, but my dev station is i7 Linux box. I will need a wifi adapter then
Sent from my DROID RAZR using Tapatalk 2
---------- Post added at 07:39 AM ---------- Previous post was at 07:32 AM ----------
ApokrifX said:
You should be able to change it from GUI - Settings
Click to expand...
Click to collapse
There is no such option in the settings. I can change what USB will trigger, but all of the options will unmount SD cards. So the compare method will not work either here.
Sent from my DROID RAZR using Tapatalk 2
NookColorTools - All settings - development - Auto mount? Doesn't work? I am unable to test unfortunately.
i5700/Tapatalk 2
Thanks, but still no go. Perhaps it's using commands similar to above.
Just tried to
setprop persist.sys.usb.config adb
reboot
(removed the mass_storage option).
The "mass storage connected" is not reporting on USB cable connection now, however the Windows system can not find the driver now! Motorola drivers pack reinstallation did not help. So frustrating.
---------- Post added at 07:26 PM ---------- Previous post was at 07:10 PM ----------
Never mind! It turns out, that SD cards are staying mounted and accessible in "Camera mode" type of connection.
Problem solved.
halx said:
Just tried to
setprop persist.sys.usb.config adb
reboot
(removed the mass_storage option).
The "mass storage connected" is not reporting on USB cable connection now, however the Windows system can not find the driver now! Motorola drivers pack reinstallation did not help. So frustrating.
---------- Post added at 07:26 PM ---------- Previous post was at 07:10 PM ----------
Never mind! It turns out, that SD cards are staying mounted and accessible in "Camera mode" type of connection.
Problem solved.
Click to expand...
Click to collapse
Cool!
Does it change between (USB) | (MTP/PTP) modes?
Could you compare setting to find which on was changed?
Looks like for ICS it should be:
adb shell setprop sys.usb.config mtp,adb
adb shell setprop sys.usb.config mass_storage,adb
or with persist (after reboot)
adb shell setprop persist.sys.usb.config mtp,adb
adb shell setprop persist.sys.usb.config mass_storage,adb
Hi, i know there's already a thread about this but i can't seem to get an answer..
I have the nexus 7 tablet but i do not have a smart phone to install whatsapp..
Do you have any idea to what i have to do??
i think you can install google voice and talkatone first, then use the number to install whatsapp, didnt try it yet but i think it should work
Sent from my Nexus 7 using xda premium
if you have an rooted android phone it would be possible to back it up in titanium backup and then install it on nexus 7 which also should be rooted
The only way I've found to install Whatsapp on the N7 is to restore a Titanium Backup on it. Both your phone and your tab will need to be rooted though.
EDIT: Ah, I see that you don't have a Smartphone - not sure how you're gonna do it...
abed1993 said:
Hi, i know there's already a thread about this but i can't seem to get an answer..
I have the nexus 7 tablet but i do not have a smart phone to install whatsapp..
Do you have any idea to what i have to do??
Click to expand...
Click to collapse
Try to download the APK from somewhere (google it) and then allow unknown sources and install it. Then I think it should be doable to put in the number of your phone and once you get the message copy the code in.
I am not sure if this is doable, since I haven't tried, but I think it's worth a shot.
tmitko said:
Try to download the APK from somewhere (google it) and then allow unknown sources and install it. Then I think it should be doable to put in the number of your phone and once you get the message copy the code in.
I am not sure if this is doable, since I haven't tried, but I think it's worth a shot.
Click to expand...
Click to collapse
Is not possible, tried it that way, but whatsapp shows a message saying is not available por Tablet, and the please restart your tablet.
Priamo said:
Is not possible, tried it that way, but whatsapp shows a message saying is not available por Tablet, and the please restart your tablet.
Click to expand...
Click to collapse
dang, then sorry, can't help :-/
Did you use Appguard to block Whatsapp seeing it's on a tablet?
---------- Post added at 06:59 PM ---------- Previous post was at 06:39 PM ----------
Download the AppGuard .apk from http://www.backes-srt.de/produkte/srt-appguard/
Direct link to .apk http://hive.x-pire.net/appguard-mobile.apk
Now, with Whatsapp installed start AppGuard and select "Secure a new app" and then select Whatsapp. AppGuard will take you through three steps and secure the app. With that done, you now need to change Whatsapp's permissions in AppGuard - remove the setting for "Phone calls - read phone status and identity".
Whatsapp should now run ok.
iridium21 said:
Did you use Appguard to block Whatsapp seeing it's on a tablet?
---------- Post added at 06:59 PM ---------- Previous post was at 06:39 PM ----------
Download the AppGuard .apk from http://www.backes-srt.de/produkte/srt-appguard/
Direct link to .apk http://hive.x-pire.net/appguard-mobile.apk
Now, with Whatsapp installed start AppGuard and select "Secure a new app" and then select Whatsapp. AppGuard will take you through three steps and secure the app. With that done, you now need to change Whatsapp's permissions in AppGuard - remove the setting for "Phone calls - read phone status and identity".
Whatsapp should now run ok.
Click to expand...
Click to collapse
That works, but it's verifying the number, says sending SMS to verify and just fails. Phone verification doesn't work either.
Sent from my Nexus 7 using xda app-developers app
richfreestone said:
That works, but it's verifying the number, says sending SMS to verify and just fails. Phone verification doesn't work either.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Hmm, I'm not sure what to do. This is from the Whatsapp webpage for people having problems with verification:
Please call +1 (650) 332-4931 from the phone number you are trying to sign up with. Our automated system will speak your code back to you. Another way you can complete verification of your number is by sending SMS to +44 7900 347295 from the mobile number you tried to register with for WhatsApp and type your email address ONLY inside of the SMS message. For example: [email protected] (our automated system will send you the code via email once we get your SMS) -- and to make it simple for you
Click to expand...
Click to collapse
Any help?
iridium21 said:
Hmm, I'm not sure what to do. This is from the Whatsapp webpage for people having problems with verification:
Any help?
Click to expand...
Click to collapse
The email thing might help, but the phone number seems to be dead. I'd pay money for the tablet version of the app, it's annoying when your phone is upstairs and you're downstairs you have to go and collect messages.
Sent from my Nexus 7 using xda app-developers app
The solution (probably)
Here's a link of an installition guide for whatsapp on nexus 7 :
http://forum.xda-developers.com/showpost.php?p=29234421&postcount=17
the author made everything pretty clear but some extra information wouldn't be bad.
Steps:
1:
To get the code you have to use a phone with whats app and as number you can simply use your landline(or also your mobile number).
2:
Then you let whatsapp call this number so you can note it.
3:
Then you open whatsapp on your nexus 7 and type in the number(the one which was used to create the code) and click ok to verify the number.
The app now wants to text a message or call the number but this wont work, but you already got your code from the previous step.
4:
To enter it you have to hit the 3 dots on the right bottom corner of your device. ( Were you usually open the settings )
A box should now appear and you can type in the code.
Voila,
your Nexus 7 is Whats App ready !!
EDIT: Mobile Numbers should work too but somehow i dont get the code on my iphone 3gs (stupid thing i wont some android )
it would be pretty interesting if i can use the same profile on 2 devices ( mobile number on iphone and nexus 7 )
Hope I could help someone took me some time to find out how step 4 works
I'm german so pls no complaining about my bad english skills
EDIT 2 :
Ok, to use the same account on two devices doesnt seem to work.
It does not work.
iridium21 said:
Did you use Appguard to block Whatsapp seeing it's on a tablet?
---------- Post added at 06:59 PM ---------- Previous post was at 06:39 PM ----------
Download the AppGuard .apk from http://www.backes-srt.de/produkte/srt-appguard/
Direct link to .apk http://hive.x-pire.net/appguard-mobile.apk
Now, with Whatsapp installed start AppGuard and select "Secure a new app" and then select Whatsapp. AppGuard will take you through three steps and secure the app. With that done, you now need to change Whatsapp's permissions in AppGuard - remove the setting for "Phone calls - read phone status and identity".
Whatsapp should now run ok.
Click to expand...
Click to collapse
Found another way which is easy and worked for me!
Start by following this:
Install Whatsapp apk: http://www.whatsapp.com/android/current/WhatsApp.apk
Install Appguard - details here for the next few steps: http://forum.xda-developers.com/showpost.php?p=29234421&postcount=17
Now if you fail verification for both the SMS and Voice methods like I did, and if you don't have a smartphone, the following is an option.
You need: a pc, a mobile phone for texts (an ordinary mobile phone is fine).
1. Download and install Bluestacks on your PC
http://www.bluestacks.com
2. Select "Social" and install Whatsapp on your PC.
3. Input your mobile number. The SMS verification should work this time. Be patient, it can take 10 minutes.
4. Once you have your code go back to your Nexus 7 and input it.
It works!
Any luck?
StrangerWeather said:
Found another way which is easy and worked for me!
Start by following this:
Install Whatsapp apk: http://www.whatsapp.com/android/current/WhatsApp.apk
Install Appguard - details here for the next few steps: http://forum.xda-developers.com/showpost.php?p=29234421&postcount=17
Now if you fail verification for both the SMS and Voice methods like I did, and if you don't have a smartphone, the following is an option.
You need: a pc, a mobile phone for texts (an ordinary mobile phone is fine).
1. Download and install Bluestacks on your PC
http://www.bluestacks.com
2. Select "Social" and install Whatsapp on your PC.
3. Input your mobile number. The SMS verification should work this time. Be patient, it can take 10 minutes.
4. Once you have your code go back to your Nexus 7 and input it.
It works!
Click to expand...
Click to collapse
it didnt work for me i had whatsapp on blue stacks before but i deleted my account and installed it again but it aint even asking for verificaiton code on blue stacks
alib90 said:
it didnt work for me i had whatsapp on blue stacks before but i deleted my account and installed it again but it aint even asking for verificaiton code on blue stacks
Click to expand...
Click to collapse
if you have a smartphone try it with my version
..
thefrog95 said:
if you have a smartphone try it with my version
Click to expand...
Click to collapse
that didnt work for me it didnt let it send the text and when i do the call me options it says that you have to contact whatapp
http://forum.xda-developers.com/showthread.php?t=1844693
Is there a Whatsapp widget?
Sent from my Nexus 7 using xda premium
I unbrick my kindle fire then it suddenly shows this mssage :
Your Kindle has detected a problem and must clear app storage. The recovery process will erase some applications and data from your device. Apps from the appstore are stored in the cloud and can be reinstalled later.
This will reset your kindle to its original factory settings. you will need to re-register your kindle prior to downloading items from your Amazon account.
Please press power button to proceed.'
plz help me ia will do any thing....
i am totally noob.........
divya344 said:
I unbrick my kindle fire then it suddenly shows this mssage :
Your Kindle has detected a problem and must clear app storage. The recovery process will erase some applications and data from your device. Apps from the appstore are stored in the cloud and can be reinstalled later.
This will reset your kindle to its original factory settings. you will need to re-register your kindle prior to downloading items from your Amazon account.
Please press power button to proceed.'
plz help me ia will do any thing....
i am totally noob.........
Click to expand...
Click to collapse
no choice but to proceed
---------- Post added at 09:26 PM ---------- Previous post was at 09:19 PM ----------
press power button
---------- Post added at 09:50 PM ---------- Previous post was at 09:26 PM ----------
If it keeps looping back to that screen then you will need to race the force closure to factory reset and reset it...
Kingroot 4.5 form here works perfectly on fire os 4.6.3 (and it's in English now). If you think knigroot permission manager is annoying, you can replace it with SuperSu following the instructions here.
Just out of curiosity, Does anyone know what exploit kingroot uses to gain root on fire phone? I know they use several exploits from here and there, but I'm not sure which one.
I keep getting a failure. Even restored settings and still fails... bummer. 4.6.3 auto installed and removed my root, etc...
---------- Post added at 11:27 PM ---------- Previous post was at 11:01 PM ----------
Took a few tries, but think I got the trick.
1. Restore to 4.6.3
2. Enable usb debugging from Settings
3. IMMEDIATELY load ES File Explorer (and register your Phone through the normal process, don't skip and then do it from the App Store app)
4. Load KingRoot to the Downloads folder
5. enable 3rd party application installs in preferences
6. Install kingroot
7. Reboot
8. Run Kingroot
Worked for me.
Well, I never registered with amazon, Just sideloaded Google play and installed everything trough there. Anyway, Kingroot worked every time I tried. Maybe some problem with your internet connection?
I updated mine from 3.5.1 to 4.6.3, rooted with KingRoot 4.5 and then installed Super-Sume, didn't even reboot after KingRoot....but it seems to be working....now just gotta get Google Play installed
This also worked great on 4.6.4!!!!!!!!!!!!!!!!!!!!!!!!! THANK YOU!!!!!!!!!!!!!
Where?
plympton said:
I keep getting a failure. Even restored settings and still fails... bummer. 4.6.3 auto installed and removed my root, etc...
---------- Post added at 11:27 PM ---------- Previous post was at 11:01 PM ----------
Took a few tries, but think I got the trick.
1. Restore to 4.6.3
2. Enable usb debugging from Settings
3. IMMEDIATELY load ES File Explorer (and register your Phone through the normal process, don't skip and then do it from the App Store app)
4. Load KingRoot to the Downloads folder
5. enable 3rd party application installs in preferences
6. Install kingroot
7. Reboot
8. Run Kingroot
Worked for me.
Click to expand...
Click to collapse
Where in Settings do I find Enable USB Debugging?
jude525 said:
Where in Settings do I find Enable USB Debugging?
Click to expand...
Click to collapse
About device. Press any of those option 5-10 times until dev options shows up.
absolutely working fine, no need to do any steps, i just install the app n run and with in 22% it says root status accomplish
Thank u for the info
Which apps can I remove and how can imake sure that my Google services always work and no headaches
hello I have problem in my lg g5 sprint I cant connect to wifi when I check the MAC address I see its 02:00:00:00:00:00
so can anybody help me..thanks for all
Same problem with LG V10, I was hopeful after upgrading to Android 7 problem would be fixed but now I'm on android 7 but the problem still exist.
mehran20 said:
Same problem with LG V10, I was hopeful after upgrading to Android 7 problem would be fixed but know I'm on android 7 but the problem still exist.
Click to expand...
Click to collapse
Does it connect to wifi at least
I may have a possible solution. But u have to have a known good mac address from device that isnt going to be used to re write a new one to the g5
TheMadScientist420 said:
Does it connect to wifi at least
I may have a possible solution. But u have to have a known good mac address from device that isn't going to be used to re write a new one to the g5
Click to expand...
Click to collapse
I might be able to find my phone original mac address so that would not be a problem. WiFi doesn't even turn on like before.
mehran20 said:
I might be able to find my phone original mac address so that would not be a problem. WiFi doesn't even turn on like before.
Click to expand...
Click to collapse
Ill send u a pm its a easy method. But the things that can also be done frome the same menus we will be in is a touchy subject. Download the hidden menu call apk from the gsm unlock thread screw it if some one else stumbles on what i found
---------- Post added at 08:38 AM ---------- Previous post was at 08:29 AM ----------
mehran20 said:
I might be able to find my phone original mac address so that would not be a problem. WiFi doesn't even turn on like before.
Click to expand...
Click to collapse
so im doing this on mine ima modify my mac addrss so i can walk u throuh it perfectly
1. so open the hidden call menu
2. click on svc menu.
3.crcwizard test.
4. at top of the white crc screen cliuck auto mid.
at bottom make sure to uncheck imei and bt address.
5 .be sure to have iemi and bt address on hand just incase it rewrites them also.
6. write in ure mac address value with no dashes no symbols just letters and numbers no spaces.
7. click mid write.
8. verify it changed if it dont click mid write a few times if it dont try generate but u have to rewrite orig iemi and bt adress and then click wite
then restart device
---------- Post added at 08:41 AM ---------- Previous post was at 08:38 AM ----------
now if it rewrite imei and bt addres do prosccess again but wirte in imei and bt address and mac address this can and will rewrite all three values i have done this on the imei side and gerated random iemies and even my carrier after about 15 min reconizes the new iemi value this works on various lgs that have the crc wizrd and i cant believe no one has found this yet
remember changin iemis is illeagal in most countries so dont mess with it lol.
TheMadScientist420 said:
Ill send u a pm its a easy method. But the things that can also be done frome the same menus we will be in is a touchy subject. Download the hidden menu call apk from the gsm unlock thread screw it if some one else stumbles on what i found
---------- Post added at 08:38 AM ---------- Previous post was at 08:29 AM ----------
so im doing this on mine ima modify my mac addrss so i can walk u throuh it perfectly
1. so open the hidden call menu
2. click on svc menu.
3.crcwizard test.
4. at top of the white crc screen cliuck auto mid.
at bottom make sure to uncheck imei and bt address.
5 .be sure to have iemi and bt address on hand just incase it rewrites them also.
6. write in ure mac address value with no dashes no symbols just letters and numbers no spaces.
7. click mid write.
8. verify it changed if it dont click mid write a few times if it dont try generate but u have to rewrite orig iemi and bt adress and then click wite
then restart device
---------- Post added at 08:41 AM ---------- Previous post was at 08:38 AM ----------
now if it rewrite imei and bt addres do prosccess again but wirte in imei and bt address and mac address this can and will rewrite all three values i have done this on the imei side and gerated random iemies and even my carrier after about 15 min reconizes the new iemi value this works on various lgs that have the crc wizrd and i cant believe no one has found this yet
remember changin iemis is illeagal in most countries so dont mess with it lol.
Click to expand...
Click to collapse
I will test that and will tell you about the result.
---------- Post added at 02:45 PM ---------- Previous post was at 02:01 PM ----------
TheMadScientist420 said:
Ill send u a pm its a easy method. But the things that can also be done frome the same menus we will be in is a touchy subject. Download the hidden menu call apk from the gsm unlock thread screw it if some one else stumbles on what i found
---------- Post added at 08:38 AM ---------- Previous post was at 08:29 AM ----------
so im doing this on mine ima modify my mac addrss so i can walk u throuh it perfectly
1. so open the hidden call menu
2. click on svc menu.
3.crcwizard test.
4. at top of the white crc screen cliuck auto mid.
at bottom make sure to uncheck imei and bt address.
5 .be sure to have iemi and bt address on hand just incase it rewrites them also.
6. write in ure mac address value with no dashes no symbols just letters and numbers no spaces.
7. click mid write.
8. verify it changed if it dont click mid write a few times if it dont try generate but u have to rewrite orig iemi and bt adress and then click wite
then restart device
---------- Post added at 08:41 AM ---------- Previous post was at 08:38 AM ----------
now if it rewrite imei and bt addres do prosccess again but wirte in imei and bt address and mac address this can and will rewrite all three values i have done this on the imei side and gerated random iemies and even my carrier after about 15 min reconizes the new iemi value this works on various lgs that have the crc wizrd and i cant believe no one has found this yet
remember changin iemis is illeagal in most countries so dont mess with it lol.
Click to expand...
Click to collapse
I opened the menu and went to crc wizrd and auto mid but there is no checkbox for imei and mid write but I can see my wifi mac and imei and bt address under auto mid tab!
mehran20 said:
I will test that and will tell you about the result.
---------- Post added at 02:45 PM ---------- Previous post was at 02:01 PM ----------
I opened the menu and went to crc wizard and auto mid but there is no checkbox for imei and mid write but I can see my wifi mac and imei and bt address under auto mid tab!
Click to expand...
Click to collapse
something must be different on your variant then ill post a screen shot in a sec
sorry about the quality my youngins tablet this screen don't allow screenshot
TheMadScientist420 said:
something must be different on your variant then ill post a screen shot in a sec
sorry about the quality my youngins tablet this screen don't allow screenshot
Click to expand...
Click to collapse
Thanks for your help but I don't have these options