General :: P875H - External SD Access Is Blocked?

May 14, 2014

I have a LG OPTIMUS F5 p875 and i succeful instaled 2nd init recovery and CM fo lg fs260s booted when i tried to install it, but the phone become unuseful because it have no, signal, 4g, bluetooth, usb conection, camera, root (tried use app to root) and external sd acces are blocked.. the only thing that works is the adb all the cm functions (android configs etc...)

General :: P875H - External SD access is blocked?


General :: Is ADB Blocked - Can't Access It

Mar 11, 2014

I am trying to fix a faulty device, which bootloop very frequently, due to a faulty kernel / audio driver. I've found the problem checking logcats, as well as logcats during the boot sequence.

How to fix the audio driver, here's the thread: [URL] ......

I would like to access ADB from this device, but I cannot get the device detected at all.

USB debugging is definitely enabled, and the device driver is also installed (Not even sure if I had to install a driver for this 2011 device in first place. Device is detected by computer without a problem).

If I type:

Code:
adb devices
The output is just: "List of devices attached" with a blank line.

If I try:

Code:
adb shell
This show up:

Code:
error: device not found

I can tell that ADB is working for another device - I had a LG-P500, and ADB is succesfully working for this phone.

The faulty device is a Creative ZEN Touch 2, but the name won't be of any support. Let's just pretend it's a generic Android device (Even thought no such Android exists) and forget about the name. The ROM installed on it (Froyo, 2.2.1) was customized by Creative, the manufacturer, since it's not a phone, just a multimedia device.

I was wondering if Creative "blocked" any access to ADB, if that's possible. I do know that Creative "does not encourage self-repair", according to the forums.

I also tried ADB wireless, I pressed the grey button that turned green, and then typed adb connect xxx.xxx.x.108 (IP). On the shell, I got the error:

Code:
unable to connect to xxx.xxx.x.108:5555

Altought I wasn't able to connect wirelessly to ADB using my LG phone, neither.

On the ZEN Touch 2, I found the file default.prop, which contain this:

Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.service.adb.enable=0

What the default.prop file is about, but I was wondering if the line "persist.service.adb.enable" being equal to 0 / false, could block the access to ADB shell, in some way (if that's possible). I've read that this file is hard to modify, other than flash a new boot image.

What could I do to access ADB on this device ? Yes, the device is rooted.

I have access to a Linux operating system, if that can make the detection easier. Although I do not have ADB installed on this OS, yet.

View 9 Replies View Related

General :: Blocked Access To Reddit And Buzzfeed

Feb 12, 2014

My Galaxy S3 suddenly blocked my access to reddit. I originally thought this was down to AdFree (for some reason) blocking it, so I have uninstalled that but it made no difference. I also noticed today that when I tried to follow someones link to a buzzfeed page that it was also blocked. Now these are some oddly specific blocks so I have a feeling that my phone may be hacked or downloaded something it shouldn't.

the culprit that is blocking my access? Will I have to format my device and start fresh?I used to browse reddit daily but its been a few weeks now....

View 1 Replies View Related

General :: Account Gets Blocked For Public Access

Feb 1, 2013

i port/cook roms and i have a restricted access to my pc due to which i sometimes have to use my phone to upload files to dropbox but due to multiple downloads my account gets blocked for public access. I wanted to ask that if I put all my roms in a folder and share a link to that folder to my rom users,then will my account still get blocked for heavy traffic?

View 2 Replies View Related

General :: How To Access Data Mobile Network While Other Ones Remain Blocked

Jun 13, 2012

Briefly, I need ONLY ONE of my apps to access the data mobile network while the other ones remain blocked but when I connect to a Wi-Fi I need them all to be connected, how can I do this?

View 2 Replies View Related

General :: Restricted Access Changed - Voice Call Service Blocked

Jan 8, 2012

I purchased a Chinese Android mobile which has the MTK6573 chipset. It is called a Star A3.

Love the phone however I regularly see the alert/error "Restricted access changed" in the status bar and the signal drops off both SIMS. If I pull down the status bar and check details it says "Voice call service blocked".

What is interesting is that it is always the Vodafone NZ SIM card even if I swap cards between SIM slots. Other SIM is 2Degrees.

I've searched the internet but there seems very little info on this subject other than to say that some HD9 users have had the same issue and have Spice Mi 350n users.

It could be a IMEI issue but I'm not so sure.

I've turned off my SIM data connection which was linked to my 2Degrees SIM and now both SIMS manifest the same error. If I re-enable data on the 2Degrees SIM only the Vodafone SIM gives the error ***

View 9 Replies View Related

General :: Pin All Access Music To External SD?

May 25, 2013

there is a way to pin all access music to an external SD. This is really the deciding factor for which I would pick up this phone.

View 1 Replies View Related

General :: Write Only Access To Internal / External SDCard On Kitkat

Jun 2, 2014

I am using a mt6582m device with kitkat 4.4.2 with supersu. I can use root to write to system, data and cache using es file explorer, can also read and write to any sd card, but apps like titanium backup, online android backup, ram expander can't read/write to sd card.

Eg.1: ti backup read backups, can do all operation except backup and restore.
I had read a lot, changing backup path didn't worked nor any odex file is there. Using v6.1.5.6.
Eg. 2: ram expander can create swap file on sd but can read it saying 'not found'. Swap can be used with cache partition.
Eg. 3: online nandroid backup says pat not vaild.

I had tried, sd fix app, manually editing platform.xml, xposed module to 'handel external storage', change permissions using es file explorer, editing ramdisk.

There is storage/sdcard0 and 1
Also mnt/sdcard and mnt/sdcard2 (symlinked)
Also mnt/media_rw/sdcard0 and 1 (not readable even in es file explorer)

View 9 Replies View Related

Android :: Can't Access External Nework / How To Setup DNS To It

Mar 25, 2009

I can not access the external network because of DNS problem, below is my steps:

1. Setup DNS ./adb shell setprop net.dns1 xx.xx.xx.xx

I can successful access the internal network withou setting the http_proxy, such as my.mycomany.com

2. Setup proxy Setup the http_proxy environment variable on the host, and setup the dns server in Android.

Access the external network in browser, such as www.google.com. It report "Web page not available", the log of logcat say that: I/InetAddress( 187): Unknown host www.google.com, throwing UnknownHostException E/browser ( 187): onReceivedError code:-2 The URL could not be found.

Setting the http_proxy in "sqlite3 /data/data/ com.android.providers.settings/databases/settings.db" also does not work.

I guess it is the dns issue. But strange that the DNS can work for internal network, but can not work for external network.

Does anyone know how to fix this issue?

View 7 Replies View Related

KitKat 4.4 :: Is Root Only Way To Get Full Access To External SD?

Apr 17, 2014

I really don't have any desire to root in general...perhaps if it were all simple and zero-risk, OK.

But I'm considering root just to get full, normal, access to microSD. Is root the only way to get access?

View 16 Replies View Related

Samsung Captivate :: External SD Card Access & Ringtones

Jul 27, 2010

I just got my Captivate this past weekend and love it so far. I came over from the HTC Aria so I am a little Android savvy. Question is this. I put a 2GB SD card in my Captivate and want to set one of the songs on it as a ringtone. I would also like for the external SD to be the default location for pictures when I take them. Thirdly, I want to access the external SD card when I connect my phone to the PC via the USB cable, but for the life of me, these 3 issues I cant seem to resolve and they were cake on the HTC.

View 1 Replies View Related

Android :: Access External Database From Droid Application?

Mar 17, 2010

I'm new bie to android.. i want to access external database from my android application.. I've searched so much time in the Internet but could not get exact idea how to implement?

Please help me If any one is having idea on that and post if u have any code related to it.

View 24 Replies View Related

HTC Desire : Access SMS / Text - External Program To Open / View Them?

Jul 22, 2010

Recently my HTC Desire got damaged but fortunately I had copied and pasted all the data from my HTC Desire to my laptop. I connected my Desire to my Laptop in 'Disk Drive' mode and copy/pasted all contents/folders.

Now my Desire replacement has not yet arrived. Is there anyway I can access my 'Text' messages that were stored on my Desire in my laptop.

Where will I find those text and do I need some external program to open/view them?

View 3 Replies View Related

Android : App To Access Pc's Files / Make Phone External Disk Over Wifi?

May 22, 2010

Is there an app that can help me access my computer's files or just make my phone become an external disk over the wifi? if so can u plz tell me which apps or software i need to install?

View 7 Replies View Related

Android :: Access Programatically Internal - Flash And External - Sd Card - Storage Values

Oct 18, 2010

Does anyone know how to access programatically the internal(flash) and external(sd card) storage values such as space used and space available? I cant seem to find an api anywhere?

View 4 Replies View Related

General :: Way To Change IP Or Get Around A Blocked IP

Aug 9, 2012

I have recently been experiencing problems connecting to a wifi server that I had never had problems connecting to before. Other individuals have no problems connecting to the server and I am able to connect to most other servers. I think my IP might have been blocked for some reason or another. Is there any way to change my IP or get around a blocked Ip?

View 2 Replies View Related

Motorola Droid :: Mount External USB Thumb Drive - Access Its Data From A File Browser

Jun 6, 2010

Is it possible to mount an external USB thumb drive to access its data from a file browser on the phone? I tried plugging one of my USB drives into a USB-to-microUSB adapter and plugging that into the phone, but it didn't mount anywhere.

View 10 Replies View Related

General :: Viber Is Blocked Over 3G / Any Way To Unblock?

Aug 17, 2012

viber in Dubai is blocked iver 3G,i have tried vpn "hotspot sheild"but still i cannot make a call.

View 1 Replies View Related

General :: Samsung Galaxy S3 Blocked?

Jul 16, 2013

Basically new too the hold rooting phone and all that anyway I used Odin3 v1.85 too root the phone it all worked perfectly, and I was putting a theme onto my phone, and it had too reboot. and now will not get past the samsung logo ive tried litterally everything and really need an expert here who can talk me through what to do! What Ive done so far is re-rooted it with Odin pressing keys auto reboot and f. reset time, it said passed my phone still wont go passed the samsung screen, ive pressed home key, off key, and voume up and cleared and wiped everything and nothing has happend, and ive done the same pressing the down volume key and done more odin work on there. Nothing seems to be working.

View 3 Replies View Related

General :: Latest Few Ads / IPs Blocked With Crossbreeder?

Jul 29, 2013

is there a way to know the latest few ads/IPs blocked with crossbreeder?

View 2 Replies View Related

General :: Caller Blocked By Mistake

Sep 3, 2012

I use GO Dialer and GO Contacts EX.Call receiving screen looks like stock.I had a call from friend, he wasn't saved in contacts yet. When he was calling and i went to pick the call i think i pressed something because question popup saying something like "Do you want to block something? Yes/No".I think i pressed "No" but now my friend can't call me. Phone does not respond, like no call is being done, only for that one number. Also i don't have him in my calls history.

View 1 Replies View Related

General :: Galaxy Note 2 - Certain Sites Blocked

Apr 12, 2013

I'm rooted in a galaxy note 2 and am fed up of certain sites being blocked because they're behind an adfly site and similar. I don't have any ad blockers and have read is because of the host file. I can't seem to edit or delete it. How to edit system/ect/hosts file?

View 2 Replies View Related

General :: Motorola Razr D1 - Sim Slot Blocked

Feb 9, 2014

My brother bring me a Motorola Razr D1 (XT914) and in someway the "SIM CARD SLOT" is "BLOCKED", i has been using many android devices and is the first time that i see that!...

My brother say this happend when he imput the SIM CODE wrong many times and eventualy the SIM card auto block for security reasons..The strange thing is the phone seems to be "BLOCKED" too because i put another SIM from the same carrier and the problem persist.

View 1 Replies View Related

General :: LG Optimus F3 From T-Mobile Root Blocked?

Dec 13, 2013

I had my LG Optimus rooted successfully using Motochopper but I ended up getting a update and it removed the root, I re-ran Motochopper like five times and not a single was successful so I'm assuming that update patched the exploit.

Is there anyway I can root it other than Motochopper or anyway I can get Motochopper to work again..?

View 7 Replies View Related

General :: Acer Liquid Blocked On Flight Mode

Apr 17, 2013

I have an Acer liquid Metal, on ginger, rooted. The smartphone once time rooted, was good, during many weeks... After the last change of hour ( i say it, but i don't know if there any coinsidence), my smartphone who was on automatique date/hour, was always bloqued in flight mode. If i change the mode, it will be good during seconds, and back in flight mode.

I have changed it, in manual mode, i put the time and date, and now it stay in Gsm mode, all is correct.

But when i put on my smartphone, it run under flight mode, i must change it, put in gsm mode, and it stay like that.

But the problem, is at each power up, i must begin this operation.

View 1 Replies View Related

Android :: Android - Loading External JS File Into Webview And Functions Access

Oct 19, 2010

I have a JS file that has functions to search a document for substrings. I want to access functions inside this file by passing parameters to it (the search keyword). I know we can use .loadUrl("javascript:~~~~~) but I'm not clear on how to do it using multiple functions.

View 1 Replies View Related

Android :: When SIM PIN Is Blocked - Ril Can Not Function Well

Mar 11, 2009

I have met a problem with the RIL. I am using reference ril to implement SIM PIN unlock function. When i use a pin blocked SIM card, the Android Java code through exceptions and the "rild" is repeatedly disconnected and reconnected. The at command response is correct and i suppose it is right for the reference ril to report "GENERIC FAILURE" when SIM Pin is blocked. I can not figure out the reason for the error. Can somebody help me.

View 4 Replies View Related

Android :: Detect That Ads Are Being Blocked?

Aug 10, 2010

One of my users let the cat out of the bag and told me they were using one of my free apps, which is monetized by ads, but they were blocking the ads with an ad blocker. They told me this mockingly, as if I can't do anything about it.

Can I do something about it? Is there a way to detect that ads are being blocked?

View 4 Replies View Related

LG Ally :: Incoming Messages Blocked

Jul 5, 2010

I've had a couple friends tell me their phone would not allow them to text me but they can text other people, I checked through the options to see if mayb I hit a block option on accident or something but I could not find anything.. mayb I over looked something? Please help b4 my girlfriend kills me because she does not believe in wasting minutes on me.

View 3 Replies View Related

HTC EVO 4G :: Blocked Google Navigation Service At All?

Jun 2, 2010

I know the EVO is coming with sprint navigation. Have they blocked Google navigation service at all? Im doing research on this phone for a friend needing an upgrade.

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved