[Q] Opeing Zip files in email - Samsung Galaxy Nexus

Guys,
Only got my Nexus yesterday and I am already loving to tweaks ontop of gingerbread. There are however a couple of areas which I am worse off in.
Mainly, I deal with a lot of zip files and never had a problem on my Desire HD but my Galaxy Nexus says
'You can't save or open this file because this type of attachment might contain malicious software'
Is there any deep security settings to get around this?
Any help much appreciated.

very strange. on my nexus one it let me download zip files, and then i used astro or total commander to extract them.

neok44 said:
very strange. on my nexus one it let me download zip files, and then i used astro or total commander to extract them.
Click to expand...
Click to collapse
Are you downloading them from email? Ive just tried actually downloading a zip file and it opened ok , its just when one is attached to an email I have recieved...

Bump, this wouldnt be a prob for some dev to get it into a ROM would it?

Same problem here! This really sucks....every attachment can be malicious....i searched the settings for my virus scanner and my .zip program. There was nothing....

Did you have any luck changing this setting? This is really annoying and I have not yet seen any other posts beside this one.

subscribing to thread!
Have the same problem too, both in my gmail and my work (Exchange) account.

GRRRR
OMG THIS IS ANNOYING! I have a Galaxy S with CM9, doesn't work either

Should be able to download them zipped then open them with a root file explorer right?

martonikaj said:
Should be able to download them zipped then open them with a root file explorer right?
Click to expand...
Click to collapse
No, The Gmail app and the Email app literally do not let you download the file at all...

macpherson123 said:
No, The Gmail app and the Email app literally do not let you download the file at all...
Click to expand...
Click to collapse
Hmm that's crazy.

Yup, I noticed that and was annoyed instantly. It only effects the app. The best work around is to open up gmail on the browser and download the file thru there. Works perfect.

Yeah unfortunately I deal with .zip files on my work exchange account a lot, and this cannot be accessed through the browser because the Outlook Web Access does not perform well on a mobile browser (let a lone a desktop browser). So if I am mobile or roaming somewhere I cannot download any zips. At all. Screw you Google, you've really pissed me off here. Make sure you don't go down the Apple path...

I notice the zip problem today, very annoying!!! it's also really stupid blocking every zip file attached... i think that this problem should be notice to google for a good solution!
are there any alternative exchange email program on market?

CrashV5 said:
I notice the zip problem today, very annoying!!! it's also really stupid blocking every zip file attached... i think that this problem should be notice to google for a good solution!
are there any alternative exchange email program on market?
Click to expand...
Click to collapse
There are several alternatives like Roadsync, Moxier mail and Touchdown. Not sure if this works on them, but I'd imagine it would. This is an insane restriction and Google really needs to get a grip.

i have the same problem ever since i upgraded to ice cream sandwich on my asus transformer prime tf201. before the upgrade i could download zip files from email app but now it says info and when clicked what you are seeing. sucks and no reason why this should be happening now. they need to fix this asap.

I agree this is retarded. I'm not 12 years old, I don't open files I don't already trust and expect. Really pisses me off when companies, people or governments try to protect me from myself.

apktool
Decompile with apktool
Code:
apktool d -r Email.apk
edit the file Email\smali\com\android\emailcommon\utility\AttachmentUtilities.smali
delete the code between
Code:
.line 94
and
Code:
sput-object v0, Lcom/android/emailcommon/utility/AttachmentUtilities;->UNACCEPTABLE_ATTACHMENT_EXTENSIONS:[Ljava/lang/String;
and replace it with
Code:
new-array v0, v3, [Ljava/lang/String;
and finally recompile with apktool
Code:
apktool b Email Email.apk
Code:
The change basically modifies the string which holds the 'malicions' extensions to be an empty string.
inspired by looking at the source code here http://grepcode.com/file/repository...Utilities.0UNACCEPTABLE_ATTACHMENT_EXTENSIONS
This worked for me on CM9 Samsung Galaxy SII
I also wiped cache and dalvik-cache before replacing the Email.apk from CWM

Try downloading download all files from the market see if that works
__________________________________________________
Sent from my SPH-L700-GNEX-using Tapatalk 2

You'll just have to access it through the browser. Also File Manager can view zip files without extracting them.

Related

[Solved][Help] Req. the Contacts app

Well, I deleted one app too many from my Defy. Titanium Backup is wonderful, but it backs up ONLY DATA for system apps, so I'm hosed UNLESS...
Could someone mail me the original Contacts app? It's data backup is named 'Contacts-2.1-update1' with the internal name 'com.motorola.blur.contacts'. I think that's all I'd need. There's also 'ContactsUnconnected-2.1-update1' and 'Work-Contacts-2.1-update1' so it wouldn't hurt to get them too.
BTW, the symptoms? When I try to dial by tapping on a contact name the call fails, a red stop sign flashes over the signal strength bars, and an alarm message is posted saying something to the effect that the network service is not available. To make a call I need to do a long press and choose Call from the menu. Ouch!
So, please, anyone who knows how to do it (I use Ghost Commander, a free app, which has a Send built in) send this app to 'Mars-On-Earth at dslextreme dot com'.
Thanks a bunch!
Sign up as a developer at Motorola, it's free. Then you can download "Motodev Studio" which among other things, will let you accesss /system/app
Otherwise, reflash the rom using RSD Lite, there's a guide for it here:
http://android.modaco.com/content/m...ering-bricked-firmware-on-your-motorola-defy/
Sorensiim said:
Sign up as a developer at Motorola, it's free. Then you can download "Motodev Studio" which among other things, will let you accesss /system/app
Click to expand...
Click to collapse
Are you saying the "Motodev Studio" includes the original app files?
MarSOnEarth said:
Are you saying the "Motodev Studio" includes the original app files?
Click to expand...
Click to collapse
MOTODEV Studio does not contain app files. It is Motorola's developer tools for Android phones. Sorensiim is referring to the DDMS perspective that ships with it. DDMS allows you to extract files off the phone and there is an Eclipse view in MOTODEV Studio.
If you already have the Android SDK installed, you can run the DDMS desktop application from sdk/tools (on windows, it's a .bat file).
Sorensiim said:
Sign up as a developer at Motorola, it's free. Then you can download "Motodev Studio" which among other things, will let you accesss /system/app
Click to expand...
Click to collapse
Do you even have to sign up for anything?
I haven't and yet I was able to find this download page by Googling 'MotoDev Studio'.
Anyway, I just wanted to double-check/see if I understood things correctly, does MotoDev Studio let you delete/uninstall apks from the handset?
Could it be used as a simpler method of doing this.
Motodev studio gives you a nice graphical interface to pushing and pulling files, for instance, one could push the contacts apk to the phone.
If you sign up, it will even download the latest Android SDK for you
@Sorensiim, @ericcl:
Thanks, but my problem is I deleted the app. Erased, puff, gone. I do have the tools to put it back, I don't have anything to put in there. And there is in /system/app and what is the native Contacts application binary. SO, would some kind soul grab the binary off of their healthy system and send it off to me. Please.
Get the apk from here lad
http://modmymobile.com/forums/639-m...motorola-defy-system-boot-recovery-dumps.html
Download the system.zip and extract the apk from there
Oh and a tip - dont delete apks rename them to say .bak especially if you are messing about trying to see whats safe to delete, that way you can just change the name back
Higgsy is saving the day! Yey!
Higgsy said:
Get the apk from here lad
http://modmymobile.com/forums/639-m...motorola-defy-system-boot-recovery-dumps.html
Download the system.zip and extract the apk from there
Click to expand...
Click to collapse
Thanks a bunch!
Higgsy said:
Oh and a tip - dont delete apks rename them to say .bak especially if you are messing about trying to see whats safe to delete, that way you can just change the name back
Click to expand...
Click to collapse
Good call! [ & embarrassed]
Rats! This is so close, maybe close enough, but the ROM dumps are for the UK model. The USA Defy has newer software (it appears. The US version is 2.1-update1) and the apps seem structured differently. In the USA ROM there is just one Contacts app, on the UK one it seems to be split in two, *Data and *Provider app. Hmm.
Hi, sorry for the language..
Id deleted some apps yesterday and i have no menu anymore... so i think i just failing during my choose. When i restart the phone i only can have access to my account on motoblur... and it doesn't work as well cause he cannot connect or something more, i don't know what happened.
I'm so disappointed. Must I install system.zip by the pc ? I'll try that when it finishs to dl but...
EDIT : Flashing the rom, i success... omg so much fear thank you for your guide
MarSOnEarth said:
Rats! This is so close, maybe close enough, but the ROM dumps are for the UK model. The USA Defy has newer software (it appears. The US version is 2.1-update1) and the apps seem structured differently. In the USA ROM there is just one Contacts app, on the UK one it seems to be split in two, *Data and *Provider app. Hmm.
Click to expand...
Click to collapse
the uk version is 2.1 update 1 too. The moto apps are the same as far as I know/have read? then again I have never seen the US system/app.
There are many Dev's who have reflashed the UK .sbf (because the us one is not available) - fixed the 3g and wifi calling and say its the same
in my dump I have
contactsdata.apk
contactsprovider2_0.apk
contactsunconnected.apk
Think we need another US user to check their system/app and let us know what they have.
Higgsy said:
the uk version is 2.1 update 1 too. The moto apps are the same as far as I know/have read? then again I have never seen the US system/app.
There are many Dev's who have reflashed the UK .sbf (because the us one is not available) - fixed the 3g and wifi calling and say its the same
in my dump I have
contactsdata.apk
contactsprovider2_0.apk
contactsunconnected.apk
Think we need another US user to check their system/app and let us know what they have.
Click to expand...
Click to collapse
Ok I just pulled back the system/app dump JBoogie3 posted from the Tmobile US rom from Here
It has exactly the same 3 contact apks as the uk rom. So not too sure where you are getting there was only 1 lol.
Higgsy, you just beat me to posting that link to the US ROM dump.
Now, the discrepancy in naming stems from how different utilities display the app names. In TitaniumBackup the file I junked is called 'Contacts-2.1-update1' with domain 'com.motorola.blur.contacts', and I'm still not quite sure what is its file system name. TitaniumBackup does not display it.
I ran a diff on the file list in JBoogie3's ROM dump and my Defy's file system (in the attachment) and the most likely match for the above file would seem to be the BlurContacts.*
Which begs the question, what file manager do you guys use? What for SMB access? FTP? Is it one and the same utility, or separate.
So far SwiFTP (a server on the phone) has been solid for me, and with WinSCP (on a PC) it's been a good combination at home. What's good/can be trusted on (standalone) Android?
root explorer (application) will let you show whats actually in system/app - titanuim aint gonna show you this. Titanium IMO is only good for backing up user apps
Also you can use motodev studio and browse system/app via that
Or good old adb
Theres probably a 101 other ways too - these are my suggestions.
EDIT: an FTP client is not the way forward for sure
oh and blurcontacts.apk also resides in both the UK and US system/app, so thas the one you've deleted and need to replace.
I would either install root explorer or motodev studio (easiest way for you) and check your system/app against the dump and replace any files as required
Higgsy said:
root explorer (application) will let you show whats actually in system/app - titanuim aint gonna show you this. Titanium IMO is only good for backing up user apps
Click to expand...
Click to collapse
As I found out the hard way. It only backs up data for the sys apps.
Higgsy said:
Also you can use motodev studio and browse system/app via that
Or good old adb
Click to expand...
Click to collapse
I've got both downloaded (but not yet installed).
Higgsy said:
Theres probably a 101 other ways too - these are my suggestions.
Click to expand...
Click to collapse
And I thank you for it.
Higgsy said:
EDIT: an FTP client is not the way forward for sure
Click to expand...
Click to collapse
Right, the file permissions, but a good FTP utility is always good for /sdcard and backups, right? ;-)
Higgsy said:
oh and blurcontacts.apk also resides in both the UK and US system/app, so thas the one you've deleted and need to replace.
I would either install root explorer or motodev studio (easiest way for you) and check your system/app against the dump and replace any files as required
Click to expand...
Click to collapse
Again, thanks for the suggestions. Slowly I'll settle in with my workflow.
MarSOnEarth said:
Right, the file permissions, but a good FTP utility is always good for /sdcard and backups, right? ;-)
Click to expand...
Click to collapse
yeah it fine for transferring between sdcard etc i have one set up myself - I use Andftp
Higgsy said:
Ok I just pulled back the system/app dump JBoogie3 posted from the Tmobile US rom from Here
It has exactly the same 3 contact apks as the uk rom. So not too sure where you are getting there was only 1 lol.
Click to expand...
Click to collapse
I'd like to thank Higgsy for much advise, and JBoogie3 for posting the US ROM dumps from which I got the needed apps. Through many twists and turns my goof up has been remedied. And I really mean twists and turns, the latest being that even after the deleted apps had been copied back to their place they were still not being recognized, until after I realized that all but the restored apps in /system/app were owned by 'root', while the restored apps were owned by 'sdcard_rw', or something similar. chmod and chown'ing finally got it all working.
Thanks again.

replacing xt9

not really sure which forum to post this in (sorry if this is the wrong one), but all of the new roms that have been created seem to lack the xt9. i had really started to like it. i downlaoded the system dump and was wondering, if i copied the T9DB folder (from the dump) over to the system folder of whatever rom im going to flash, would that fix the problem.
Melvin's ROM: Beast MOD II has it. I'm pretty sure this is more a general question though. Also pretty sure copying and pasting is a no go.
Sent from the future, back to the past.
Adj. said:
Melvin's ROM: Beast MOD II has it. I'm pretty sure this is more a general question though. Also pretty sure copying and pasting is a no go.
Sent from the future, back to the past.
Click to expand...
Click to collapse
the xt9 option is in all of them under keyboard, but doesnt work. open up sms and try to type something.
i just checked :\
You also need the lib, libXt9core.so. Melvin probably removed it. You should be able to drop that and the apk in their right places and it should work.
Romanbb said:
You also need the lib, libXt9core.so. Melvin probably removed it. You should be able to drop that and the apk in their right places and it should work.
Click to expand...
Click to collapse
the lib is acutally there. im going to try n drag the t989odex folder over and see if it works, since i cant get an answer from melvin :\
camf3xu said:
the lib is acutally there. im going to try n drag the t989odex folder over and see if it works, since i cant get an answer from melvin :\
Click to expand...
Click to collapse
That's a bad idea, lol. If you can get the logcat when it FCs I might be able to help identify the issue
Romanbb said:
That's a bad idea, lol. If you can get the logcat when it FCs I might be able to help identify the issue
Click to expand...
Click to collapse
moving the folder over to the rom's system folder within the zip fixed it :] and it didnt force close, just didnt work (even when it was enabled)
how did u get this to work? i dont understand what you are saying. Android is super new to me.
you can always install Go Keyboard, which offer XT9
imsohungover said:
how did u get this to work? i dont understand what you are saying. Android is super new to me.
Click to expand...
Click to collapse
its very simple. first i downloaded this system dump. http://forum.xda-developers.com/showthread.php?t=1300682 . then opened it up and dragged the folder T9DB over to my desktop. then plugged my phone in the computer and connect to usb storage. dragged the file over to my external sd card and unplugged my phone. then open up root explorer (or some file explorer that allows root access) and copied the file and navigated your main folder (just titled /) scrolled down to find system and pasted the folder in there. restart and it works
the lib is also required for it to work but that wasnt removed witht he rom im using. if you want to check to see if its still there go to the lib folder located within your system folder and scroll all the way to the bottom and their should be a file called libxt9core.so
i tried to go into as much detail as possible to make it as simple as possible for you :]
This is one of the few features of the SGH-T989 which I truly despise. I LOVED the auto-correct on the Nexus S, but XT9 frustrates me terribly because a) it assumes English and I do not always type in English and b) it will drop entire words into my sentences if I hit space or something, ending in some REALLY weird messages!! I turned it off, because it was taking me a lot longer trying to go back and edit my messages ex-post-facto than just make a spelling error here or there.
do you know where i can get the lib file at? im using bombaridier and it doesnt have it in the lib file.
heinrich said:
This is one of the few features of the SGH-T989 which I truly despise. I LOVED the auto-correct on the Nexus S, but XT9 frustrates me terribly because a) it assumes English and I do not always type in English and b) it will drop entire words into my sentences if I hit space or something, ending in some REALLY weird messages!! I turned it off, because it was taking me a lot longer trying to go back and edit my messages ex-post-facto than just make a spelling error here or there.
Click to expand...
Click to collapse
i suppose i can understand non english. pretty sure u can fix the space problem in options tho
imsohungover said:
do you know where i can get the lib file at? im using bombaridier and it doesnt have it in the lib file.
Click to expand...
Click to collapse
the lib is also in the system dump i described earlier. located at T989odex/lib/libXt9core.so
do u know any other root explorer i can use? Right now i am using Explorer and its giving me the "you cannot paster here because the file system is read-only"

[Mod]Ad free host file + hulu plus

Made this to have ad blocking and be able to watch Hulu on my gnex without having to revert from adfree every time I wanted to use Hulu. Just removed the lines that referenced Hulu.
IT IS ADVISED YOU MAKE A NANDROID BEFORE APPLYING.
Just rename "huluhost" to "hosts"
Backup original host file from /ect
Then move or copy new host to /ect
May need to delete cache/davlik
http://db.tt/HUhD8dRN
Sent from my Galaxy Nexus using XDA
Just saw this when I went back a page. Glad to find an updated hosts file with a bit extra bite. :-D Mind if I add some stuff to it, and use it in my ROM releases? I WILL give you credit for it. :-D
will this work on any device?
Or just nexus?
Yessss, thank you!
Sent from my Galaxy Nexus using Tapatalk 2
Didnt work fo me I had adds in every app.
Should work on any device.. host file is basically the same stuff as windows.. can even use this file for your windows machine and block the ads there too..
chevycam94 said:
Just saw this when I went back a page. Glad to find an updated hosts file with a bit extra bite. :-D Mind if I add some stuff to it, and use it in my ROM releases? I WILL give you credit for it. :-D
Click to expand...
Click to collapse
Not at all do what you want with it.
Medic97 said:
Didnt work fo me I had adds in every app.
Click to expand...
Click to collapse
Yea sorry. You have to rename it to hosts
Originally the OP said host
*OP has been updated*
Sorry about the typo. It should work once you rename it to hosts.
Does my Nexus have to be rooted? Aside from the ad's, I'm pretty happy with it the way it is. I can't find the /etc folder or a hosts file at all.
meganame said:
Does my Nexus have to be rooted? Aside from the ad's, I'm pretty happy with it the way it is. I can't find the /etc folder or a hosts file at all.
Click to expand...
Click to collapse
You need root.
@blue2107 the file is down.
FYI. Here is a the method I use, it will also keep your file up to date.
1) Use adfree to download latest hosts file, this will also backup your original
2) Copy the file to your sd card
3) Open the file with a text editor that supports "find and replace" function, I used Jota Text Editor
4) Replace "hulu" with something else, I use "nothulu"
5) Replace the ect/hosts file with the one you just edited
Let me know if you have any feedback or if you have any problems with this method.
Also I attached a copy of the file I am using.
Check out "AdAway"
https://play.google.com/store/apps/details?id=org.adaway
It has a white list feature.
I have not used that feature myself, but the application is great.

How to download .zip files from gmail?

I've received a couple of emails from a friend that has a .zip file attached. However, when viewing the email, the .zip file has "info" next to it......when I tap that, it says "Unfortunately, you can't save or open this type of attachment." I've have AndroZip app installed.....so what else do I need to do to be able to download this file type? Other files, such as pdf's and doc's give me the option to save, preview, view.
From the Play Store download
Download all files app by MDJ Software.
Already have that installed.
ycats said:
Already have that installed.
Click to expand...
Click to collapse
Dang, I have always used that app for that but you're right, I just tried it and got the same thing as you.
I bet gmail does that because it thinks all zip files are malicious.
There are a few different apps on the market (Play Store) for doing this but I can't find one that has been updated to work with ICS.
Google really needs to build this into the Gmail.apk
Boat Browser or any Browser that you can change your UA to desktop, then go to gmail.com
*cough* stock email app *cough*
jbadboy2007 said:
*cough* stock email app *cough*
Click to expand...
Click to collapse
I had the same problem.
Agreed
I forwarded to my stock email downloaded zip from there.
Sent from my SPH-L710 using xda app-developers app
solution
ycats said:
I've received a couple of emails from a friend that has a .zip file attached. However, when viewing the email, the .zip file has "info" next to it......when I tap that, it says "Unfortunately, you can't save or open this type of attachment." I've have AndroZip app installed.....so what else do I need to do to be able to download this file type? Other files, such as pdf's and doc's give me the option to save, preview, view.
Click to expand...
Click to collapse
What I recently discovered is, that if you forward your mail with the .zip attachement to yourself, or anybody else, the download button appears ...
Really stupid way, but that could be a solution for you? :good:
i cant download zip file from my gmail

[Q] Trouble with hacked 4g hotspot opening certain web pages

So here is my problem.
When using my hotspot on my Win8 computer, it wont let me click through certain webpages like cashback websites like bigcrumbs and ebates and gets stuck on the redirection pages like "anrdoezrs.net" when tranfering me to a specific website. It won't fuly transfer me through to the store I want to gain cashback at.
I recently got the new computer with Win8 on it. Now that I have have tried my hotspot on multiple Win8 computers with it not working, I'm assuming it must be the problem. It ran perfectly with Win7 beforehand.
I am currently running [ROM]Phantom's Blazer Rom[Yo][8/2/12][v0.1.5][FF18]
I did notice on the tethering options of my phone that it did not list that it supported Win8. (Yet it does work for mostly all of the websites except the ones I'm speaking of).
Is there a way to fix my problem with the Rom version I'm running right now? (I know its a little outdated).
Do I need to update to a newer version of the Blazer rom? Or should I get a different rom?
(I need to have a rom that has the 4g hacked hotspot and it need to be able to be used with my PS3 for online gaming as well).
Thanks for listening
Do you have adblockers on your phone? This may be the problem.
someguyatx said:
Do you have adblockers on your phone? This may be the problem.
Click to expand...
Click to collapse
How would I know if I have adblockers on my phone?
Foye said:
How would I know if I have adblockers on my phone?
Click to expand...
Click to collapse
Blazer rom has it built in. Delete system/etc/hosts file (filename is hosts) with a root browser. If you need it back, I posted an updated one here:
http://forum.xda-developers.com/showpost.php?p=36060559&postcount=215
tdunham said:
Blazer rom has it built in. Delete system/etc/hosts file (filename is hosts) with a root browser. If you need it back, I posted an updated one here:
http://forum.xda-developers.com/showpost.php?p=36060559&postcount=215
Click to expand...
Click to collapse
I'm kind of a noob, so how do I get to a root browser? Can you walk me through what I'm suppose to do?
???
Foye said:
???
Click to expand...
Click to collapse
Root explorer is my personal choice as well as many others.
What TD meant, a root browser that will properly read the root directory. Some file browsers fail at that.
Sent from my SPH-D710 using Xparent ICS Tapatalk 2
Foye said:
I'm kind of a noob, so how do I get to a root browser? Can you walk me through what I'm suppose to do?
Click to expand...
Click to collapse
MoHoGalore said:
Root explorer is my personal choice as well as many others.
What TD meant, a root browser that will properly read the root directory. Some file browsers fail at that.
Sent from my SPH-D710 using Xparent ICS Tapatalk 2
Click to expand...
Click to collapse
Root Explorer on the market is $3.99. Anything free available? Right below it there is a "ES File Explorer File Manager" which is free. Will that work?
Foye said:
Root Explorer on the market is $3.99. Anything free available? Right below it there is a "ES File Explorer File Manager" which is free. Will that work?
Click to expand...
Click to collapse
Rom Toolbox Lite has an awesome root explorer.
Sent from my SPH-D710 using xda premium
tdunham said:
Rom Toolbox Lite has an awesome root explorer.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Can't figure out where to go still.
I downloaded Rom Toolbox Light.
Then went to system, then to etc, THEN I get the option between "HOSTS" and the one under it is also "hosts".
They both have similar files in them, "text file, image file, music file, video file, zip file, APK file, script file"
Where do I go from her now? And what do I do?
Bump!!!
Bump x2
Bump x3
tdunham said:
Blazer rom has it built in. Delete system/etc/hosts file (filename is hosts) with a root browser. If you need it back, I posted an updated one here:
http://forum.xda-developers.com/showpost.php?p=36060559&postcount=215
Click to expand...
Click to collapse
Quote:
Originally Posted by tdunham View Post
Rom Toolbox Lite has an awesome root explorer.
Sent from my SPH-D710 using xda premium
Can't figure out where to go still.
I downloaded Rom Toolbox Light.
Then went to system, then to etc, THEN I get the option between "HOSTS" and the one under it is also "hosts".
They both have similar files in them, "text file, image file, music file, video file, zip file, APK file, script file"
Where do I go from her now? And what do I do?
Can't figure out where to go still.
I downloaded Rom Toolbox Light.
Then went to system, then to etc, THEN I get the option between "HOSTS" and the one under it is also "hosts".
They both have similar files in them, "text file, image file, music file, video file, zip file, APK file, script file"
Where do I go from her now? And what do I do?
Can't figure out where to go still.
I downloaded Rom Toolbox Light.
Then went to system, then to etc, THEN I get the option between "HOSTS" and the one under it is also "hosts".
They both have similar files in them, "text file, image file, music file, video file, zip file, APK file, script file"
Where do I go from her now? And what do I do?
Foye said:
Can't figure out where to go still.
I downloaded Rom Toolbox Light.
Then went to system, then to etc, THEN I get the option between "HOSTS" and the one under it is also "hosts".
They both have similar files in them, "text file, image file, music file, video file, zip file, APK file, script file"
Where do I go from her now? And what do I do?
Click to expand...
Click to collapse
Bump some moar? Read some moar?
Seriously though, it's a text file. Just delete it or delete its contents.
Also, I believe using your phone as a hotspot without paying for it is violating your TOS. It's a good way to get kicked off the network.

Categories

Resources