General :: Lenovo P780 - USB Debugging Missing In System Settings
Jan 22, 2014
I have installed the [ROM] Lenovo P780 Pre-rooted Official ROMs for Flash Tool with TWRP and now I do not find the "USB Debugging" option in the App option of System Settings. Instead appear a list of the applications installed where I can select any app change options.
This ROM comes configured to Root as default.
View 6 Replies
Jan 1, 2014
I have a Lenovo P780 (chinese base rom) 4gb version. Rooted it and installed with CWM recovery for P780. Installed Muse UI 3.0 custom rom from custom recovery via sd card. Swapped the internal SD with External SD card by editing the vold.fstab and vold.fstab.nand also.
However, I realised that there are a lot of bloatwares that took up the RAM and started uninstalling chinese apps that seems to come with the custom rom from system. However, when I restarted the phone, its now unable to boot beyond the 1st boot screen. (Boot loop)
Current state of the phone now:
1. Able to enter custom recovery mode, but menu is blank except for the navigation commands. (return, up, down, confirm)
2. Able to enter adb only when the phone is in custom recovery mode.
3. Able to connect to PC (Windows 7 64bit). Mediatek MT6589 usb drivers installed. Many versions of sp flash tools installed and tried.
4. Can't seem to enter fastboot for this phone. (Tried many key combinations. Only Meta mode, recovery mode and factory mode are found)
Things I had tried:
1. Flashing stock rom.
I had downloaded the stock roms and tried flashing with sp flash tools, but I always encounter the following errors. Had also tried switching to another windows XP based pc and still encounter these errors.
(a) Firmware -> upgrade. Tried Auto Format Flash also and it returns with the same errors.
- BROM ERROR: S_FT_FORMAT_FAILED (4010)
Format flash error. Possibly given wrong format range. Please check your format settings.
(b) Download (all img boxes checked)
- BROM ERROR: S_FT_DOWNLOAD_FAIL (4008)
Download to flash fail!
(c) Download (only one img checkbox ticked, tried system.img and recovery.img)
- - BROM ERROR: S_FT_DOWNLOAD_FAIL (4008)
Download to flash fail!
2. Flashing recovery from adb terminal via windows and usb connection
When I put the phone to the custom recovery (with missing menu options), the adb terminal is able to recognise the phone and returns the following after the command 'adb devices': 0123456789ABCDEF recovery
Upon entering the shell via 'adb shell', I am given the # sign. (already in SU mode?)Tried to flash a recovery image from this mode via terminal command flash_image, but encounters the following problems:
(a) unable to mount/remount
- mount -o remount rw /system
mount: mounting rw on /system failed: Invalid argument
chmod 777 /system/flash_image
# flash_image recovery /sdcard/recovery.img
no response from the terminal after this command.
I had tried and tried these for more than a week after work, but had not been successful in reviving this phone.
View 9 Replies
View Related
Nov 7, 2013
I have a Lonovo P780 ideaphone, Just bought it new.
At first try, my sim cannot be detected (GSM) both slots, 2G or 3G, I tried other sims, nothing happen. I tried on other phones, the sim works well.
The phone can detect sim provider, but cannot detect any network. SIM contacts OK, Even when I tried to choose network manually, I cannot do it, it says network error. Whats the problem?
How too root the phone and/or flash cwm then newer stock rom? where to download?
View 2 Replies
View Related
May 9, 2014
Last week while trying to do some work on my phone I accidentally deleted my phone factory calendar
I have tried to get it back but with no luck? every time I try to get it back I have several notes: "can't be found in "my calendars".. missing apk... "
Is there a way to get it back or set phone to the state it was a week ago (like a system restore point on a computer..?!)
I have a Lenovo a269i with android 2.3.6
View 11 Replies
View Related
Mar 26, 2013
I have a BSNL Penta IS701c . I was trying to root the Tablet .. After first restart of tablet the debugging mode automatically turned off and the root procedure could not be finished . And now it is showing Launcher has stopped . When I try to go to settings it shows Settings has stopped . complete the rooting procedure ...
View 1 Replies
View Related
May 13, 2012
How can I get and modify files on the system without activating the usb android debugging?
View 1 Replies
View Related
Aug 30, 2012
I am running a CDMa Sense 4.0 rom which has missing options inside the Mobile Network Settings and was wondering which is the file /apk which you have to change from a different sense 4.0 file?
Basically, which file edits the Mobile Network Settings options inside the Settings app? I tried using a different System.apk file with no luck. the options i need are still missing.
View 1 Replies
View Related
Sep 15, 2010
how can i debug the android telephony and radio service part of android (system_server) using eclipse debugging tool.
View 3 Replies
View Related
Jan 18, 2010
How can I debug some system process (...acore), for example, the status bar, in Eclipse ? I couldn't find any help online yet. I'm able to debug a normal application, but not system threads (windowManagerSevice etc).Also, when I open the Android source in Eclipse using the official instructions, I get build errors, is it OK ? (already executed "make" successfully)
View 2 Replies
View Related
Apr 30, 2013
I need an app that backs up my personal system settings.
View 7 Replies
View Related
Sep 11, 2012
I'm modifying a stock ROM for work to have everything setup and ready to go after flashing the tablets (currently we flash and run a setup app) and have run into an issue I can't seem to find an answer to.
I need to be able to set certain system settings, such as "USB Debugging", "Unknown Sources", "Display Timeout", and a few other things.
I presume its one of the files inside the system.img.ext4 but can't find one that has anything like this.
View 2 Replies
View Related
Jul 31, 2013
When I change between governors, I noticed that a governor folder will be created under sys/device/cpu/cpufreq. Within this folder, it contains all the settings and values for this governor. how these settings and values are generated?
I want to modify some settings of the smartassv2. However, if I tried to modify it during the normal, mksh will eat my CPU. I really can't figure out why and this only happens to smartassv2. So I'm looking for an alternative way to modify these settings.
View 2 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
Feb 9, 2014
Me and a friend are trying to port a system app from the same phone but two different roms. Here's the situation. The phone is zopo zp998 and it comes with regular Android 4.2.2. Zopo is making the exact same phone for the Chinese market with on OS based on Android 4.2.2 that's called YunOS and it doesn't have Google account support so it's not usable outside China.
The YunOS has a black screen gesture feature that you can activate in the settings under display and then while the screen is Black you can make symbols on it with your finger and open specific apps. For instance if you draw the letter C the dialer will open.
My friend was able to find the system app for the gestures in YunOS and all its library files and put it in his rom. When the phone boots we can see that the gestures service is running fine but we don't have the option in the settings to activate the app. we can use on how to transfer a system setting and app like this? Is there another app we can use to trigger the on and off of the app?
View 8 Replies
View Related
May 4, 2012
I want to know how can i change the phone info, in the system settings.
I want to change them for my own rom, so i want to include, for example, a different build date, build number, kernel version, etc..
View 1 Replies
View Related
Jan 15, 2012
i'm searching an app where i can control the intensity of the whole system vibration settings. keyboard, alarm, calls...anything
i'm running cm7 with the siyah 2.6.7 if it's of interest...
View 2 Replies
View Related
Jun 8, 2012
some tutorial for changing android system settings by code.System Settings like:
-Ringtones
-Vibration
-Volume
-Brightness
names of the classes in which I have to look into, it will also be useful.
View 2 Replies
View Related
Feb 1, 2013
I was looking for a way to backup apps and system settings directly to my PC, instead of the phone's memory. Is it possible with TB? I have the paid TB version if it matters.
View 4 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
Jul 9, 2010
Under the system options then about phone, It appears the option for system updates are missing. If this phone was to be scheduled in the fall when HTC does Froyo, How would one go about getting it if you miss an OTA option or what not. Would it be a download instead? Another thing this phone is absolutely the best phone that I have had. I have tried the backflip, droid Eris and Moto Droid and this one in my option is the best!
View 1 Replies
View Related
Mar 4, 2010
I am a platform developer and want to know how I can debug through the Android System code. I am making changes to the WindowManagerService and see a lot of statements like: (DEBUG_FOCUS) Log.v(TAG, "Clearing focused app, was " + mFocusedApp). My question is, how do I take advantage of these logs? I am using Eclipse on Ubuntu 9.10 and I have no idea how to actually debug this code.
View 5 Replies
View Related
Oct 22, 2010
I plugged my phone into my laptop to charge, which I normally do. While it was charging, I decided to take a look at some files I had saved on the phone/microSD. However, when I went to the notification bar to change the USB connection setting, there was nothing there to change! I even went into Settings>Connect to PC and changed the setting to "Disk Drive", exited settings, unplugged the phone, and replugged it in, still nothing. The phone IS charging, but the computer doesn't recognize it. I even uninstalled the driver, hoping it would force the driver to be reinstalled by plugging the phone in again but still nothing. I tried different USB ports!
View 3 Replies
View Related
May 12, 2010
I would like to move a few apps (such as Terminal Emulator and OSMonitor) to the /system/app folder. I'm able to get them moved, then chmod them to 644, but upon trying to launch them, they force close. Am I missing something?
View 19 Replies
View Related
Jul 17, 2010
I just purchased this awesome phone a few days ago, and while searching the forums on how to disable the word prediction, alot of people suggest to go to the Touch Input settings in the phone, but whenever I go to Settings -> Language & Keyboard, the only choice I have is to Select Locale, which in turn gives me a list of the locale, so I choose the Locale then it just returns me to the Language & Keyboard settings screen which only has the Select locale option. So I can't find the Touch input settings to try and disable the word prediction.
View 3 Replies
View Related
Sep 22, 2010
I made a test app and installed it on my phone. This app kicks in everytime i get a incoming call and pops up something. I successfully installed this app on my phone and it seems to be working as desired. But i don't see it in the settings->applications list. How do i uninstall this app?
View 2 Replies
View Related
Jul 26, 2010
I deleted a few system apps (all the social stuff, corp directory, email, etc). In a thread on DroidXForums (this one on the unrooting procedure) someone mentioned that they could not get the .604 update without some of the bloatware. Of course, this freaked me out a bit as I would certainly like to get Froyo when it comes out. So, I went about trying to reinstall the stuff I'd uninstalled. The system dump with all the default apps is here, and below is the procedure to get what you're missing reinstalled and visible as system apps. I used Root Manager but the same procedure should work for Root Explorer. If you prefer ADB I'm sure one of the more competent terminalists here.
-Place the apk(s) of the apps on your sdcard.
-Use your chosen means to copy the apk(s) to /system/app (this will require making /system/app writable. In Root Manager just press the R/W key when you're exploring /system/app).
-You now need to change the app's permissions. In Root Manager, long press on the app (in /system/app) and click on "permissions". Then make sure that only the following boxes are clicked: User Read, User Write, Group Read, Others Read.
-Make sure you make /system/app read only again by clicking that box in the top right while you're exploring the folder.
-Reboot phone.
Now the apps should be loaded and the system should recognize them as system apps (you can verify by opening Titanium and noticing they're in red). This should make you good to go for whatever OTA comes. If you're unsure which apks in the system dump correspond to the apps you've deleted, just explore your /system/app and compare it to the system dump app list. Any apks in the dump but not in yours are what you're looking for.
View 48 Replies
View Related
Mar 18, 2009
I find the "data synchronization" option is missing from the Settings on the last version android source code. Is this issue a bug? How to add the "data synchronization " option to Settings.
View 2 Replies
View Related
Jun 4, 2010
Can anyone verify this? Myself and several other EVO owners have reported that they aren't showing up on both rooted and non-rooted phones. I downloaded both of them last week when I got my EVO, but I had to factory reset for root, and now I can't find them. Could someone test it out?
View 10 Replies
View Related
Sep 17, 2010
I seem to be having an issue with my stock Settings manager being missing after a miss-click by my girlfriend when she was using my phone. She accidentally hit the "Install" for the FRG22d when I had my droid running the original 2.2 rooted. It installed, and came back up. Root was gone, and so was the option to use Settings. It still shows when I hit the menu button, but if I select it, nothing happens. And it is also no longer listed in my app drawer now. I re-rooted my phone hoping it would bring it back, but it's still gone. Can I reinstall the APK for it? If so, how would I go about doing that?
View 6 Replies
View Related
Feb 2, 2010
How System Settings (eg, volume, brightness) stored in Android and where?
View 3 Replies
View Related