General :: Setting System Root As RW Default
Aug 13, 2012
I've mapped my android phone as a network drive using Samba and changed the smb.conf file to show the System Root directory as well. However, system root is default set as R/O so to mange files USING my computer I need to change the permission to R/W using a file manager (such as root explorer). This is annoying, as I have to keep doing this in order to write to certail directories.
I would like the / directory (root) to be mounted as R/W as default so that I can quickly edit files on my PC without having to constantly change it to R/O. I want something that will automatically mount my phone's root dir into rw upon boot, without custom apps/having to manually mount as rw everytime it reboots.
View 3 Replies
Apr 8, 2010
Is this possible?
View 2 Replies
View Related
Mar 8, 2010
With the New Update Do this For me?
adb pull /system C:BH2 ( C:BH2 = Your File Folder ) then upload the file's and Post them here?
Since I'm still waiting on the Update myself, I've had a brief chat with my Source at Samsung & he confirmed there isn't nothing life chaning in the kernel regarding problems. All fixes was addressed mainly to the OS it's self.
The Faster I can get the System Dump of the Update, the Faster I roll out updates to the system.img for everyone..
View 20 Replies
View Related
Jul 21, 2013
I can't copy the file 'hosts' back to system/etc. after I cut it out of the folder a couple mins ago. When I use ES File Explorer (don't wanna pay 4euros for Root Explorer..) to try and paste it back (with everything set to RW and having root permissions) it says 'permission denied'. I don't know what I'm doing wrong..
View 3 Replies
View Related
May 3, 2012
Context: Today im investigating how works android classes:
android.provider.Settings.Secure and android.provider.Settings.System
both works over settings.db into
data/data/com.google.android.providers.settings/databases/settings.db.
There is something that surprised me:
When I had never changed one of settings, for example LOCK_PATTERN_ENABLED, the method:
getString(ContentResolver resolver, String name) returned null.
By default lock pattern is disabled when i activated it, method returned 1 and then when disabled returned 0.
My question: is true that when you havent changed the value of a setting, the system goes to look for its default value out of settings.db? and is true that this value at settings.db until you change it is null?
I've read some post about it, but no one working against api. For who may be interested: [URL] .......
I decompiled Settings.apk, SettingsProvider.apk and Phone.apk. There you can find some bools.xml where are stablished default values for some settings I've not found yet every setting I need.
View 2 Replies
View Related
Jan 11, 2012
I have started using Waze for my GPS navigation needs. The problem is, I had previously told my phone to use Google Maps Navigation (or simply "Navigation", the one with the blue arrow icon, instead of the other option at the time which was TeleNav GPS Navigator), but I can't seem to remove that default app setting.
I have gone to Settings->Applications->Manage Applications->All to look for the Navigation app and clear "Launch by Default" setting, but it does not appear in the list of apps at all.
Is this a thing about Google apps, that they are kept hidden and forever locked into being your default app once you tell it so? I thought maybe it was part of the regular Google Maps app, but the setting there says there are no defaults set to be cleared.
View 5 Replies
View Related
Aug 25, 2013
My OEM's preloaded rom is almost-nearly stock, apart from 2 things:
1. White background on "system settings" interface and not the default holo. Cant that be changed to default?
2. Ribbon effect instead of flash-light in holo effect, which tbh is quite annoying, because the ribbon effect is also quite large and in slower animation speed so that,s 1 second of frustation everytime i scroll to the end. (Yea, 1 second isnt much but, add those up and it gets annoying really fast)
How can these be changed back to default without installing a custom rom?
View 1 Replies
View Related
Mar 7, 2012
I'm after a system.img that's going to allow me to run adb shell sessions as root. That's all I need. I don't need any of the normal phone fuctions or devices. I'd imagine disabling these would overcome any incompatibility issues... but I don't know.
Naturally, it'd be easier if such an image already existed, but I should be able to follow instructions on how to reconfigure a normal system and pack it to yaffs2 image.
View 9 Replies
View Related
Apr 10, 2014
Is it at all possible? We want to put non-button Views in our System Bar. We do have system keys for our specific tablet.
One of my friends tried doing it with no success, but I assume he was looking in the wrong places. I don't know what he knows about the process, so I can't say what we've tried.
We're using Android 4.2 .
I guess I should also mention that we've tried this app - [URL] ..... though we haven't been able to find any info on how he got it to work.
View 1 Replies
View Related
Apr 30, 2014
Imagine a scenario where you have just system access on android , and you want to continually have it, so you use the su binary, with the correct permission and the setuid flag on, and the owner being system, you do:
Code:
chown 1000:1000 su2
chown 06755 su2
you have the ability to change the owner to system as you do when rooting, and you also set the appropriate permission as you do when rooting,
06775 being the permission code to all have execution permission, and the setuid flag on.
But when dealing with system permission that doesn't work. it only works with root.
View 4 Replies
View Related
Mar 3, 2013
How I can uninstall system apps from my dev. without root?? Becouse I don't know How I can do root on m prestigio.
View 2 Replies
View Related
May 6, 2013
I own a complete backup of all partition of the LG P990 with stock ICS, made it with nvflash with a command like this,
Code:
nvflash -r -read <-partition number-> my_partition.img
for all the partition listed in the partition table.
I guess that in someone of that raw image file, (outputted by nvflash), is located the entry system partition, (PartitionId=23 for the LG P990 ICS partition layout).
It's easy for every linux user to mount the raw image file, simply with 'mount' utility.
Browsing them we can find as already hypothesized the entrie android system partition!
If I copying in it the 'su' executable compiled for my platform, it could work?
View 8 Replies
View Related
Feb 2, 2012
How can i permanently store custom ringtones on root/system partition? if i store custom ringtones on internal or external sd, profiles are messed up every time i connect my phone in mass storage mode.
View 1 Replies
View Related
Oct 11, 2013
I have a Rockchip RK3188 Tablet with Android 4.2.2, which I need to root ON DEVICE. Actually, the device was already rooted (using a Laptop via the adb bridge), so I already have busybox installed and I have one of my own apps in /system/app. However I managed to delete the su program (yeah great!) and therefore don't have root access any more. I know I can easily root the device again if I connect it to my laptop again, but that is not possible, because the device is at my parent's place and I can't go over there any time soon.
Therefore I want to root the device just with an app. Actually I would only need to copy su to /system/xbin. These are the things I already tried (without success):Framaroot (doesn't work, because framaroot does not support Rockchip tablets)
Writing my own app, which contains su in the assets and using this su for temporary root
Using adb (on the device) for a local connection (adb connect localhost), because if I connect from my PC I automatically have root (doesn't work because Android 4.2.2 has increased security on adb)
Start telnetd via busybox and then execute my commands via nc (doesn't work, because I can't start telnetd in a way that it ends up with a root shell)
My last idea is, that I could maybe gain temporary root access with the app I already have in /system/app. Basically this would be similar to the Master Key Exploit, except that I do not have to fiddle around with the apk and instead install it normally. However I don't know how to continue from that point. I know, I have special permissions if I have an app in /system/app, but which permissions are that? And how can I use those permissions to make /system writeable (and copy my su file there)?
View 4 Replies
View Related
Dec 24, 2013
I have a android tablet and I have tried rooting it and I get things like "read only file system" and I looked into it and my /system is read only.. Rooting is putting .su in the xbin or bin inside of the /system. But my /system is read only so i can't root my tablet?
View 2 Replies
View Related
Jul 10, 2010
Out of curiosity could anyone with a Desire let me know if their SMS app settings are the same as mine Unbranded Desire on the Orange network.In 'Manage Applications' if I look at the stock HTC SMS app (Messages) the 'Launch by default' section is greyed out and says 'No defaults set'.Same thing when I look at the 'Application info' for Handcent.The problem this is causing me is that I can't set a 'default' SMS app in the GOTO lock screen app. A pop up should launch in the GOTO app asking me to set a default but it doesn't and so I can only use the stock SMS app with the GOTO lockscreen.Spoke to the developer about it and he thinks it's an issue specific to the Desire so out of curiosity I'm keen to know if other Desires have the same default settings as mine mentioned above.
View 18 Replies
View Related
Apr 10, 2009
I understand that userland apps on android cannot set the system clock. Wanting to know more about how the security mechanism is set up for the system I did some digging around in the source code.
/dev/alarm is opened R/W to set the system clock using SystemClock.setCurrentTimeMillis.
How the permissions work to determine whether or not an application has permission to set the clock.
I assume it's just a user level permission, and the write bit for /dev/ alarm is only enabled for the "system user" and not the "userland user" applications run under.
View 2 Replies
View Related
Jul 29, 2009
I am trying to get property which I set in init.rc in Java app. But it always return null. Java code:String value= System.getProperty("ro.MY_PROPERTY");I have check "getprop ro.MY_PROPERTY" in console, it do return "1". But not know why cannot get it in Java app.Code...
View 3 Replies
View Related
Apr 4, 2014
Is there a way to add common system setting into the notification pull down menu?
On my old Samsung Galaxy S3, when you swipe down from the top of the screen and pull down notifications, at the top above notifications are buttons for common system settings to access (in order they are: Wi-Fi, GPS, Sound, Rotation, Bluetooth, Smart Stay, Airplane Mode, Power Saving, Hands-free mode, Screen Mirroring)
This was very useful because was easy to quickly access key functions. For example "1) swipe down and 2) press WiFi to turn on/off" or "1) swipe down and 2) press GPS to turn location on/off".
On my new Nexus 5 this functionality does not exist. When you swipe down to see notifications, key system buttons are not present. Instead there is a single system button in the upper right corner which you need to press to for common system settings (Brightness, Settings, WiFi, Mobile [ATT/Verizon], Battery, Airplane Mode, Bluetooth, Location)
This means to access common system settings requires an extra step. For example "1) swipe down, 2) press system button and 3) press WiFi to access WiFi page"
Is there a way to put these common system setting into the notification pull down menu?
View 11 Replies
View Related
Sep 4, 2009
I am quite irritated by the feature in the calendar, that places any new events by default in My Calendar, that is NOT synced with Google cal. Is there a way to change this default setting, to have it choose my Google Cal instead? I have not been able to find any such setting, but reasonably there should be one somewhere (maybe accessible through command line instead of gui)?
View 1 Replies
View Related
Nov 9, 2009
i downloaded the pandahome app and did really know how to use it as first and was annoyed with it constantly asking me what theme to use, so i set the home screen as default. now that i know how to use pandahome i want to to be the default.I have tired finding it in settings and deleting the defaults set. I have to Motorola Droid and would love some help.
View 1 Replies
View Related
Jun 7, 2010
Probably a stupid question, but how do I set my default browser? I tried settings > applications > manage applications > internet.The 'Launch by default' section is all grayed out.If I try settings > applications > manage applications > xScope if i go on xscope settings > default browser.
View 4 Replies
View Related
Jul 15, 2010
I'm developing a Android desktop app, and I would like that when it first starts it (confirm with user and) set itself as default action for Home button.Currently this option is given to the user by the Android system only when he first press the Home button after running my app.Any idea how to do this?
View 2 Replies
View Related
Nov 25, 2010
I have 3 email applications on my GarminAsus A50:
> Default email client
> Gmail
> K9 email client
All three have been setup with email accounts.
Is there a way to set K9 as my preferred email app? Because everytime I receive an email, I get three sets of notifications (one from each app)
For the moment I've disabled the email notifications from Gmail and the default mail, but they still run in the background checking for messages which is really just a waste of CPU power and battery life.
Anything to keep them from running at all?
View 4 Replies
View Related
Sep 1, 2010
How can you make HQ the default setting for the YouTube app?
View 16 Replies
View Related
Oct 26, 2010
Is there a way to set the default calendar as the Google calender? Right now, every time I add something to the calender, the default option is "My Calendar" but I want to switch it to the Google one. Is that possible? I'm using a Captivate if it matters.
View 5 Replies
View Related
Sep 13, 2010
I'm using Launcher Pro and just yesterday I started having the issue where if you long-press Home and switch apps, you remove your default launch choice and then need to reselect it the next time you short-press on Home. It remembers the setting until I again long-press and use the app switcher.My question: how do I get this to stick? What 'app' is used to do the app switch by default, and is there anything else I could use to do this? I would hate to be stuck with this permanently, and I'm not thinking it is LauncherPro's fault. What other apps could conflict and cause this behavior?
View 9 Replies
View Related
Jun 5, 2010
I can't seem to set my default contact card in Android. When I open the contacts app (People) there is an entry for my Facebook account that says "My Contact Card" but I don't really use Facebook. All my info is in an entry in Google contacts. How can I change the default contact card?Also, this might be related. When I text with my girlfriend her picture shows up but mine does not. All contact entries for me have my picture so I'm wondering if it has to do with my default contact card.
View 5 Replies
View Related
Nov 7, 2010
Is there a way that every time I turn on the contacts app it goes straight into one of the groups I've created, say "friends"? Right now every time I open the contacts app it shows all the contacts in my phone. I want to go to my "friends" group instead. Is that possible? Or do I need another app?
View 1 Replies
View Related
Jul 7, 2010
Just wondering if anyone knows how to set the Dialer One app as the default dialer?I have tried everything.
View 4 Replies
View Related