This is a work in progress at the moment for froyo. This is part of the system now and a new hack needs to be found. The difficulty here will be to get around Sprint's authentication.
The eclair versions can be found here
GO HERE
Awesome thanks, this will definitely replace wifi tether for me.
i can connect but no internet access...hmmmmmmmmmmmmmmmmm
Just a note:
This applies but force-closes when run with firmware DI07.
(platform is stock epic updated to DI07, kernel replaced with andromeda, and clockwork recovery v30 installed)
I'm running DI07, stock kernel. It also force closes here.
Hmm I will be keeping an eye on this thread and I'll try to give this a try tomorrow. I am really looking forward to using this.
downloading the latest dump right now so check the main thread for an update in a few minutes. also if you guys can please tell me what exactly is FCing. the Settings.apk or what. I do not own an Epic so the more information you can give me the better for you!
UPDATE:
DI07 up now!
Its process.com.sec.android.app.mobileap that is fc'ing (On DI07). Let me know if you want anythin else before I restore it away.
gdbassett said:
Its process.com.sec.android.app.mobileap that is fc'ing (On DI07). Let me know if you want anythin else before I restore it away.
Click to expand...
Click to collapse
do me a favor and do
Code:
adb shell
rm /system/app/MobileAP.odex
rm /system/framework/libmobileap.odex
reboot
executing. (Also su'd to root and remounted system rw as part of execution)
No longer FC'ing.
I'm giving it a try now.
UPDATE: I can connect and receive an IP address. I receive a gateway and can ping it. However I can't ping any IP addresses not on the local network. Also, I can't perform DNS lookups, (incidentally the gateway is also the DHCP server and the DNS server which is probably how it should be).
gdbassett said:
executing. (Also su'd to root and remounted system rw as part of execution)
No longer FC'ing.
I'm giving it a try now.
Click to expand...
Click to collapse
cool! i just realized you guys have the apk and the jar already on your phones. i fixed the update script to delete all the corresponding odex's when flashed
Since the udpate is hidden on the other page, I'll repeat it here.
Using Mobile AP, I get a gateway/DHCP server/DNS server (all same IP). The laptop receives an IP on the same subnet and can ping the gateway. However, the computer cannot ping routable IPs, nor can it accomplish DNS lookups.
Yeah I tried the new apk but still can only connect...but cannot use internet.....
Sent from my SPH-D700 using Tapatalk
Is this free wifi tether? or will i get a charge for using it?
please download the attachment and push the libmobileap.jar to /system/framework & MobileAP.apk to /system/app reboot and let me know results
DO NOT PUSH THESE UNLESS YOU FLASHED THE ZIP FIRST!!!!
I'm not good at pushing files...hopefully sum else can test this out...
Sent from my SPH-D700 using Tapatalk
is this different then stock? and if so how?
Is what different than stock?
Sent from my SGH-T959 using XDA App
Went bak to stock rom....still no luck...tried to push the files but that never works right for me for some reason...wud love to get this working!!
Sent from my SPH-D700 using Tapatalk
Jr33 said:
Is what different than stock?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
this mobileap.apk, i mean teh stock firmware has it installed. if your rooted you can remove it but most people who removed probably wouldnt want to reinstall it. so is there any difference between this mobileap.apk and the one on my phone from sprint?
Related
Hello,
This is a dead easy fix to get tethering working completely with android-wifi-tether (http://code.google.com/p/android-wifi-tether/):
UPDATE
New development version has support for this rolled in, instructions are no longer necessary:
http://code.google.com/p/android-wi...name=wireless_tether_2_0_2-pre14.apk&can=2&q=
Steps:
1. Open adb shell (start cmd.exe, run "adb shell")
2. Issue the following commands:
- "mkdir /sdcard/android.tether"
- "cat /etc/firmware/fw_bcm4329_ap.bin > /sdcard/android.tether/fw_bcm4329.bin"
3. Download and install the android-wifi-tether application, start tethering.
Your log from android-wifi-tether should look like the attached image.
Happy configuration free tethering!
NOTE: This works because of the two separate firmwares that HTC has included in /etc/firmware. One is specific for AP-mode and must be more open to this kind of stuff. The original bug stemmed from the usual firmware dropping ARP requests pretty consistently, possibly as a powersaving measure.
The second firmware is loaded using the firmware_path option when loading the bcm4329.ko kernel module.
anyone else confirm this working please.
I confirm this working...
You will need to have root to run the app of course but 2 or 3 people have confirmed it on bug 362 already on the google project.
Not working for me
AWESOME!!!
actually i ever use wifi tether but this is pretty cool because it actually worked. i know on the heroC we had issues with wifi tether all of a sudden not wrking after 2.1. nice to see that its been fixed. good work spreading the word
ya. it will get SU permissions,
i can find the connection.
i connect to it. but no data transmitting.
would be cool if someone can confirm 4g is able to be tethered.
fdot said:
ya. it will get SU permissions,
i can find the connection.
i connect to it. but no data transmitting.
Click to expand...
Click to collapse
same here. any ideas?
toastcfh said:
would be cool if someone can confirm 4g is able to be tethered.
Click to expand...
Click to collapse
Not confirming but based on what I read harry_m stated the wifi tether app uses the current connection, so in theory if you switch between 3g and 4g the app will switch accordingly.
i can confirm
I originally flashed with toast's rom. Used the recovery .bat to install Flipz's stock root rom.
I then flashed toast's radio rom.
wifi tether did NOT work.
I then performed the above instructions, and viola, it works fine. (i am posting via wifi tether)
I want to thank everyone who is hard at work on these projects, you guys are awesome.
fdot said:
ya. it will get SU permissions,
i can find the connection.
i connect to it. but no data transmitting.
Click to expand...
Click to collapse
Check that the log screen looks exactly like mine does. Did you get any errors when you issued the adb commands?
Look on your sdcard for the android.tether folder and see if fw_bcm4329.bin file exists there.
toastcfh said:
would be cool if someone can confirm 4g is able to be tethered.
Click to expand...
Click to collapse
dcmtnbkr said:
same here. any ideas?
Click to expand...
Click to collapse
It should work according to one of the comments given about the issue. http://code.google.com/p/android-wifi-tether/issues/detail?id=362#c36
Because I am weary of rooting my phone not being able to return it to stock, I am gonna try it with the unrevoked root first.
goodfellaslxa said:
I originally flashed with toast's rom. Used the recovery .bat to install Flipz's stock root rom.
I then flashed toast's radio rom.
wifi tether did NOT work.
I then performed the above instructions, and viola, it works fine. (i am posting via wifi tether)
I want to thank everyone who is hard at work on these projects, you guys are awesome.
Click to expand...
Click to collapse
i followed this same exactly.
andrew500 said:
Check that the log screen looks exactly like mine does. Did you get any errors when you issued the adb commands?
Look on your sdcard for the android.tether folder and see if fw_bcm4329.bin file exists there.
Click to expand...
Click to collapse
no errors in adb.
and the .bin file is sitting in the directory.
and the log looks like yours.
running toasts ROM
can't get this to work
followed instructions, and when i click on the tether button it instantly says: unable to start tethering, please try again!
log screen is completely blank
any ideas?
fdot said:
i followed this same exactly.
no errors in adb.
and the .bin file is sitting in the directory.
Click to expand...
Click to collapse
I meant the screen in android-wifi-tether, does it look like the screen cap I included? It should have a debug line about the loaded firmware on the first item.
- Didn't see the edit you made with that screen:
Have you done the OTA update? Could be the SD card bug possibly. The log screen shows it didn't load the external firmware.
"Unable to start teterhing try again"
I skimmed this thread, I am using toast's rom.
I have just applied the Unrevoked root. I cannot access the sdcard via adb shell. Any ideas?
When i send command
"cat /etc/firmware/fw_bcm4329_ap.bin > /sdcard/android.tether/fw_bcm4329.bin"
it gives me error msg
"cannot creat /sdcard/android.tether/fw_bcm4329.bin: directory nonexistent"
i followed this same exactly.
no errors in adb.
and the .bin file is sitting in the directory.
Click to expand...
Click to collapse
I meant the screen in android-wifi-tether, does it look like the screen cap I included? It should have a debug line about the loaded firmware on the first item.
- Didn't see the edit you made with that screen:
Have you done the OTA update? Could be the SD card bug possibly. The log screen shows it didn't load the external firmware.
Click to expand...
Click to collapse
I have not done the ota.
-------------------------------------
Sent via the XDA Tapatalk App
in your build.prop replace the current text with this: you can get things like tv.com back
Code:
ro.build.description=passion-user 2.2.1 FRG83 60505 release-keys
ro.build.fingerprint=google/passion/passion/mahimahi:2.2.1/FRG83/60505:user/release-keys
i would upload one for people to flash but as some many people are on diff roms/kernels it would just cause more issues then its worth best way to go about fixing it is pulling the file from your phone (or the zip from teh rom your on). swapping out the text and pushing it back to /system
all credit goes to Decad3nce for the fix
Didn't s work for me...
Sent from my SPH-D700 using XDA App
you may have to reboot
Worked for me! Thanks.
Sent from Froyo!
Thanks worked great!!
shabbypenguin said:
in your build.prop replace the current text with this:
Click to expand...
Click to collapse
Wouldn't you like to be more specific? Your current instructions technically mean to replace the entire file with just those three lines...
Sent from my SPH-D700 using XDA App
Please note that users of Quantum Rom already have this fix applied, since 1.3
(Used the epic 2.1 key in 1.3, 1.4+ use the nexus one key)
Thanks shabby xD
Sent from my SPH-D700 using Tapatalk
Here's what I did from my PC with adb. (I have adb in my PATH so adjust the commands for wherever you might have adb.exe)
adb pull /system/build.prop
Then I edited the 2 lines on my PC with notepad++ and saved. Then I put it on my sdcard, remounted /system readwrite and copied it over to /system/build.prop and then rebooted.
adb push build.prop /sdcard/build.prop
adb shell
su (if your ROM didn't already drop you in to root, and check your phone for the superuser popup)
mount -t rfs -o remount,rw /dev/block/stl9 /system
cat /sdcard/build.prop > /system/build.prop
reboot
Sent from Froyo!
didnt work for me. I been trying to get the PayPal 2.2 to show up on the market but its a no go.
Im using Froyo also.
anyway we could just get the paypal.apk??
This didn't work for me either. Trying to get Pocket Blu installed, but it isn't working. TV.com isn't showing either. FWIW I have the new Market app if that means anything.
Any ideas?
Milkman00 said:
This didn't work for me either. Trying to get Pocket Blu installed, but it isn't working. TV.com isn't showing either. FWIW I have the new Market app if that means anything.
Any ideas?
Click to expand...
Click to collapse
Did you reboot your phone?
yes, and after rebooting a rechecked my build.prop file to make sure it took, and it was correct
Nevermind, I got it to work...
The end of the second line was missing the s. Put the s in, and it works perfect.
Can I get some clarification on this? I am using Mammon 1.0.3.1 and cannot get my sprint football ap to work.
Would this be an example of what this would fix?
Could the MSID number in my phone being different from my phone number be the reason it doesn't think this is a SPrint phone?
Thanks for posting a fix but it also didn't seem to work for me. I have been trying to load a program called Laser Appraiser from maket with no avail. Can anyone find it in their market?
worldlyinquirer said:
Thanks for posting a fix but it also didn't seem to work for me. I have been trying to load a program called Laser Appraiser from maket with no avail. Can anyone find it in their market?
Click to expand...
Click to collapse
Laser Appraiser shows up for me.
Milkman00 said:
Laser Appraiser shows up for me.
Click to expand...
Click to collapse
Thanks, Hmm I think I'll just wait for the latest froyo release and see if that helps
I tried downloading it and saving it to my SD card, but it's a protected app. I use AppMonster, which backs up all the apps for when I do flashing, but it doesn't do protected ones. Sorry man, I tried.
sorry i havent replied, most of the roms out there SHOULD have this baked in... i know acs and quantum do and the cm rom should but ill ask noob just to be sure.
I was just going through the /system/app directory and found this rather interesting .apk in there, "TetheringManagerRogers1126.apk". Anyone have any idea what Rogers is doing with this? Do you think this is what is causing people with non-tethering enabled accounts (under 1 gig of data) to not be able to use the Mobile AP feature? Would removing it bypass the restriction? Hoping someone with more Android knowledge can shed some light on it.
tbrummell said:
I was just going through the /system/app directory and found this rather interesting .apk in there, "TetheringManagerRogers1126.apk". Anyone have any idea what Rogers is doing with this? Do you think this is what is causing people with non-tethering enabled accounts (under 1 gig of data) to not be able to use the Mobile AP feature? Would removing it bypass the restriction? Hoping someone with more Android knowledge can shed some light on it.
Click to expand...
Click to collapse
Does rooting not allow tethering in the Rogers 2.2?
Regarding your first reply, that has now disappeared:
"Root and tether to your hearts content."
I am rooted, how do you think I was looking through the /system/app directory structure.
Regarding your edited reply, rooting does not disable your ability to tether.
The point of my post was more towards the people that now cannot tether after upgrading to 2.2, there are numerous complaints about it. Mostly from Fido users by the looks of it. The option is disabled for them, if they try to enable Mobile AP it says something about contacting Rogers. I was thinking that possibly this file is the reason, and if they were to remove it, maybe they could enable Mobile AP again.
Tethering does not work for me, when it used on iOS. I never tried on Android 2.1, as I used mobile AP a few times instead. Maybe I just need to set it up again with Rogers since I just renewed my contact...
Mobile AP still works, but just one device at a time it seems? Not sure if thats a limitation or a problem. Now to get VPN to work...
tbrummell said:
Regarding your first reply, that has now disappeared:
"Root and tether to your hearts content."
I am rooted, how do you think I was looking through the /system/app directory structure.
Regarding your edited reply, rooting does not disable your ability to tether.
The point of my post was more towards the people that now cannot tether after upgrading to 2.2, there are numerous complaints about it. Mostly from Fido users by the looks of it. The option is disabled for them, if they try to enable Mobile AP it says something about contacting Rogers. I was thinking that possibly this file is the reason, and if they were to remove it, maybe they could enable Mobile AP again.
Click to expand...
Click to collapse
im on Fido using a Rogers captivate recently updated to froyo 2.2 and mobileAP does not work for me...did you find out of that apk is responsible?
edit: you are a genius tbrummell, that apk was stopping mobileAP from working. i just deleted it and now i can wireless tether. i was almost ready to flash a different rom to get mobileAP up and running...stupid rogers i win haha thanks tbrummell
neotekz said:
im on Fido using a Rogers captivate recently updated to froyo 2.2 and mobileAP does not work for me...did you find out of that apk is responsible?
edit: you are a genius tbrummell, that apk was stopping mobileAP from working. i just deleted it and now i can wireless tether. i was almost ready to flash a different rom to get mobileAP up and running...stupid rogers i win haha thanks tbrummell
Click to expand...
Click to collapse
Good to hear!
How do I delete the file??
I tried Astro Browser and I also tried FTP server, but it would let me delete it.
Thanks!
TOM...
MrLemon said:
How do I delete the file??
I tried Astro Browser and I also tried FTP server, but it would let me delete it.
Thanks!
TOM...
Click to expand...
Click to collapse
Are you rooted?
Yes I am rooted. Used SuperOneClick and I know it worked because Titanium Backup works fine.
TOM...
kegobeer said:
Are you rooted?
Click to expand...
Click to collapse
Ok I got it deleted. Used Terminal Emulator and followed the 'basic' app delete tutorial at this link...
jaxov.com/2010/09/how-to-remove-stock-default-android-apps-easily/
Now it works! Thanks!'
TOM...
Awsome find tbrummell and neotekz. Rogers Fail!
tbrummell said:
I was just going through the /system/app directory and found this rather interesting .apk in there, "TetheringManagerRogers1126.apk". Anyone have any idea what Rogers is doing with this? Do you think this is what is causing people with non-tethering enabled accounts (under 1 gig of data) to not be able to use the Mobile AP feature? Would removing it bypass the restriction? Hoping someone with more Android knowledge can shed some light on it.
Click to expand...
Click to collapse
Its a lame attempt at controlling tethering... just remove it and everything will work as usual.
att does the same thing.
thanks a lot for the trick. I was thinking of roll back to 2.1 to this back. you save me hours of time. great post~
nice find. you guys all use SuperOneClick 1.5.5 to root your phones?
Sent from my SAMSUNG-SGH-I896 using XDA App
weaktight said:
nice find. you guys all use SuperOneClick 1.5.5 to root your phones?
Sent from my SAMSUNG-SGH-I896 using XDA App
Click to expand...
Click to collapse
Yes.
The message you have entered is too short.
I just found this thread while trying to fix a problem of Mobile AP/USB tethering disconnecting me after about 5 minutes of use. The reason I mention this is that my account should have not have had any tethering restrictions as I'm on the 6gb data plan. Mobile AP worked fine under 2.1, but as mentioned, after about 5 minutes of use on 2.2, both Mobile AP, and tethering would just shut off. I was able to tether fine using Kies though. Removed this file, and now have been connected for over an hour on Mobile AP Thanks!
MrLemon said:
Yes I am rooted. Used SuperOneClick and I know it worked because Titanium Backup works fine.
TOM...
Click to expand...
Click to collapse
Lol just use TiBu to get rid of "Tethering Manager"in the apps list.
@OP: yes, it does what you thought. But you already found that out.
Alternatively,
1. Root your phone
2. Download "Root Explorer"
3. Rename or Delete the file
4. Reset your phone
Ymodem-G
Your alternate solution rocks
I am posting this in the Developer forum, because it is still a little more than a In-experienced user can handle at the moment, and the potential to get into a bootloop is a little higher if you are not familiar with what you are doing here.
If you are at all new / uncomfortable with Android, UNIX/LINUX, this phone, or adb, then: PLEASE DON'T TRY THIS AT HOME.
If you get into a bootloop I am not responsible for this, nor is this the place to complain if that happens. You can ask for support here though if this process has caused that.
If you do get into a bootloop, then try and help me out, with providing as much info as possible with what happened (any output or screen prints are VERY helpful). I am also posting the original /system/etc/init.goldfish.sh file here AT THE BOTTOM OF THIS POST. That way if it does all go wrong it is here to grab. So don't go asking for it someplace else, or even asking here for it.
You have been warned!
Now with that out of the way, on to the good stuff.
1) Go grab some kind of bloat freeze program, from the market. I have used bloat freezer from the market with great success.
Just download and install it, don't run it just yet, if you already have, and frozen the "Device Health Application", then unfreeze it, and reboot, before doing the next step.
It is VERY important that it is done in EXACTLY this order. The reason is, if the Device Health program is frozen when you let the init script run, it will not work exactly as it should and these services will restart, since part of it is frozen when it first runs, and it all has to be disabled in the proper way, so that it can not be restarted remotely, or we will HAVE to use cron to run checks. Cron is an elaborate hack, I don't want to have to do, unless we HAVE to. If you do it in the exact order noted here, cron will not be needed and this will not restart.
2) Go get the init.goldfish.sh file from http://dl.dropbox.com/u/45576654/init.goldfish.sh.tar
push this tarball to your phone:
Code:
adb push init.goldfish.sh.tar /data/local/
End code
Now is the command line part of this hack.
Code:
adb shell
su
mount -o remount, rw /system
cd /data/local
tar -xvf init.goldfish.sh.tar
cp /system/etc/init.goldfish.sh /sdcard/init.goldfish.sh
cp ./init.goldfish.sh /system/etc/init.goldfish.sh
chown root /system/etc/init.goldfish.sh
chmod 550 /system/etc/init.goldfish.sh
mount -o remount, ro /system
reboot
End code
Now when your phone comes back up:
3) Open your bloat freezer program and freeze the "Device Health Application"
Your phone will freak out, and tell you that Device Health has stopped and it will keep asking you to FC, all you can do is pull the battery.
Put the battery back in the phone an boot it up.
Now CarrierIQ should be 100% disabled on your Atrix 2.
As promissed, here is the Original /system/etc/init.goldfish.sh file in a tarball, just use the same code above to put this back in place.
DON'T USE ROOT EXPLORER TO COPY THESE FILES INTO PLACE!!!
Original /system/etc/init.goldfish.sh file:
http://dl.dropbox.com/u/45576654/init.goldfish.sh-orig.tar
The Jedi Master strikes again!
The force is strong in this one. Seriously Jim you absolutely amaze me. You are the Linux guru.
Sent from my MB865
Train us, he will.
Sent from my MB865 using Tapatalk
LOL....
Hopefully I have not scared everyone from trying this.... I just want to let all the newbies who just got this as thier first android phone yesterday, and rooted it today, and now think that this is a good hack to try, that this is not the best thing for them just yet. It can and will bootloop the phone if you get too excited and don't follow the directions exactly... I got mine in a bootloop testing this all out, and finding the exact steps, but it was not hard to get out of, because it gets into android enough to let you adb in, if you screw up...
quick question: Why would rooting followed by freezing not work for that application? I think I did that when I got the phone. I don't see anything called Device Health in my running or installed applications.
Is carrierIQ still running on my phone? Have you got a string I can look for in the 'ps' output in the Terminal to confirm? There are 100000 processes running on these phones these days, most with cryptic names.... I miss the G1 days....
devsk said:
quick question: Why would rooting followed by freezing not work for that application? I think I did that when I got the phone. I don't see anything called Device Health in my running or installed applications.
Is carrierIQ still running on my phone? Have you got a string I can look for in the 'ps' output in the Terminal to confirm? There are 100000 processes running on these phones these days, most with cryptic names.... I miss the G1 days....
Click to expand...
Click to collapse
No just freezing the device health app just stops the collection process.
The part where you run the commands to stop the services in android are where the data can and will be sent to CIQ or AT&T, there are other things collected that att does not care much about (ATT only wants what is collected with the dev health app), and that goes straight to CIQ, so the services at the OS level are VERY important to stop. There is really not a way to see them running, but I have found that these can and will restart if my instructions are not followed 100%. To find out if CIQ is doing anything take a look on youtube there is a video that explains how to look at the system logs and see what is being collected if anything, and what is being sent out. After a lot of trial and error, I found this is the ONLY way to stop it 100%.
Hey Jim. sorry I've been out of the forums for so long on this. I was going to dig around my atrix2 and see what I could find wrt carrieriq. I got stuck on missing shell tools and you gave me some advice wrt paths and such. I was wondering if you could point me in the right direction for fixing up my env when I shell in? I also don't seem to have grep anywhere... odd.
YOu mentioned doing some of the destructive work in an emulator, and I would like to try the same thing, but I've no idea how to get the atrix2 ROM into an emulator. How did you accomplish this?
I followed the instructions above precisely and verified that my init.goldfish.sh is indeed modified correctly with the carrieriq stuff, and have suffered no ill effects. I have not, however, attempted to determine if carrieriq processes have stopped running. I did notice that after having frozen and unfrozen device.health.monitor a few times, it doesn't ever register as a running app... wonder what's up with that.
thanks for the help.
I was wondering....could this be made into a handy dandy flashable zip?
Then after flashing just freeze the app?
Sent from my MB865 using XDA App
tylercarter said:
I was wondering....could this be made into a handy dandy flashable zip?
Then after flashing just freeze the app?
Sent from my MB865 using XDA App
Click to expand...
Click to collapse
Yep, working on it, should have it up for download tomorrow.... It will also be in my rom.
Jim
Sent from my MB865 using xda premium
jimbridgman said:
Yep, working on it, should have it up for download tomorrow.... It will also be in my rom.
Jim
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Sent from my MB865 using xda premium
jimbridgman said:
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
NICE! you really are a jedi master!
Who wants to be the first to try this out? I have created a flashable zip to disable CIQ on every boot, all you have to do is grab the file below:
http://dl.dropbox.com/u/45576654/NoCIQ.zip
Then with CWM, flash it, don't wipe anything, except maybe dalvic cache, but nothing else. This will only flash one file to your phone.
You will still have to freeze the device health app as in the OP.
This is just a test right now, once someone other than me tests this, and reports back, that all is great, then I will update the OP, to this method.
jimbridgman said:
Who wants to be the first to try this out? I have created a flashable zip to disable CIQ on every boot, all you have to do is grab the file below:
http://dl.dropbox.com/u/45576654/NoCIQ.zip
Then with CWM, flash it, don't wipe anything, except maybe dalvic cache, but nothing else. This will only flash one file to your phone.
You will still have to freeze the device health app as in the OP.
This is just a test right now, once someone other than me tests this, and reports back, that all is great, then I will update the OP, to this method.
Click to expand...
Click to collapse
It said switch to edify scripting. Installation aborted. Something about gingerbread cwm 3. Not sure. Never see this before. I checked the zip and it has 2 updater scripts. One just has a ~ at the end. I know nothing of code but just trying to help.
Sent from my MB865 using XDA App
jimbridgman said:
Who wants to be the first to try this out? I have created a flashable zip to disable CIQ on every boot, all you have to do is grab the file below:
http://dl.dropbox.com/u/45576654/NoCIQ.zip
Then with CWM, flash it, don't wipe anything, except maybe dalvic cache, but nothing else. This will only flash one file to your phone.
You will still have to freeze the device health app as in the OP.
This is just a test right now, once someone other than me tests this, and reports back, that all is great, then I will update the OP, to this method.
Click to expand...
Click to collapse
Tried this. No go. Here is the error in CWM.
Installing Update...
Amend Scripting (update0script) is no longer supported.
Amend Scripting was deprecated by Google in Android 1.5.
It was necessary to remove it when upgrading to the ClockworkMod 3.0 Gingerbread based recover.
Please switch to Edify scripting (updater-script and update-binary) to create working update zip packages.
Installation Aborted.
There ya go. Hope this helps.
holeshot77 said:
Tried this. No go. Here is the error in CWM.
Installing Update...
Amend Scripting (update0script) is no longer supported.
Amend Scripting was deprecated by Google in Android 1.5.
It was necessary to remove it when upgrading to the ClockworkMod 3.0 Gingerbread based recover.
Please switch to Edify scripting (updater-script and update-binary) to create working update zip packages.
Installation Aborted.
There ya go. Hope this helps.
Click to expand...
Click to collapse
hes working on it. wont be much longer
Why not use the app by TrevE?
Sent from my MB865 using xda premium
1.18.12 said:
Why not use the app by TrevE?
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
That does not perform the hack, only detects if it is running. The voodoo ciq detection app works much better though.
Jim
Sent from my MB865 using xda premium
I just rooted my phone, applied the hack and used Titanium Backup to freeze the Device Health App but I didn't see any FC.
Although when I opened Ti Backup, it told me that my su right are wrong. They are 4755 instead of 6755 or something like that and TiBu told me that it will fix it. I fixed it then froze the app and no FC or nothing. Phone is running fine but not sure if it worked.
Is it really necessary for the app to FC in order to show that it worked?
Should I try it all over again?
Thank you.
noobsquared said:
I just rooted my phone, applied the hack and used Titanium Backup to freeze the Device Health App but I didn't see any FC.
Although when I opened Ti Backup, it told me that my su right are wrong. They are 4755 instead of 6755 or something like that and TiBu told me that it will fix it. I fixed it then froze the app and no FC or nothing. Phone is running fine but not sure if it worked.
Is it really necessary for the app to FC in order to show that it worked?
Should I try it all over again?
Thank you.
Click to expand...
Click to collapse
Go download and install this, and it will show you if it (CarrierIQ) is active or not.
https://market.android.com/details?id=org.projectvoodoo.simplecarrieriqdetector&hl=en
What are you guys running for wifi tether on rooted phone? my software isnt working
I can see the signal but I cant lock it down or connect
Try Barnacle, which i hear people speaking positively of much
Sent from my E15i using XDA
I just use the stock hacked wifi tether app that comes in calks rom
Sent from my SPH-D710 using xda premium
krisI0N said:
I just use the stock hacked wifi tether app that comes in calks rom
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Im running an AT&T phone, no roms or BLer yet.
boosted2000si said:
Im running an AT&T phone, no roms or BLer yet.
Click to expand...
Click to collapse
I'm wondering if we cant just remove the "Tetherguard" app from the phone via Titanium. I'm not sure if this is what prevents us from tethering, or the app that phones home... but we might have some luck.
Other than that, can we use other apps that will bypass this?
mikegonz said:
I'm wondering if we cant just remove the "Tetherguard" app from the phone via Titanium. I'm not sure if this is what prevents us from tethering, or the app that phones home... but we might have some luck.
Other than that, can we use other apps that will bypass this?
Click to expand...
Click to collapse
Unfortunately that didnt work, I just tried.
I uninstalled teatherguard via Ti B/u tried to run my tether app, no luck. Tried to run the factory installed hotspot software and instead of getting denied it just wouldnt turn on. If I went into settings I could make changes and try to turn it on however it would just act as if it was loading and eventually do nothing.
At that time I went ahead and installed barnacle and no luck there either, again it wouldnt deny but it wouldnt boot up either.
Hmmmm
Okay so after playing with the app "WiFi Tether for Root Users, Muller, Lemons, Buxton" I finally got it to work. You will need the app downloaded and installed, go to settings, select profile and select "generic ICS" should be the 3rd option, then hit the menu bar again to select re install binary files.
After that turn on the hot spot and connect with your device!
Actually I'm using the HTC app for tethering!! I did this that a saw on a Vivid ROM thread, I think it was on Dark Raider's..... so I don' deserve any credit, I just want to help because I got my One X yesterday, rooted it and tried it and it works perfectly!!
You'll need SQ Lite Editor:
1) Dialer Storage
2) telephony.db
3) carriers
4) 12 Entitlement 310410
you shoud change the value under "apn" from "broadband" to "pta"
5) Please restart your device and you will get it!!
Enjoy my friends!!!
Thank you for that fix!!!!
I search hih and low for the entitlement check in all the databases. I would have never thought to look in telephony.
krisI0N said:
I just use the stock hacked wifi tether app that comes in calks rom
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Could you please post the Apk,pls.
I hope that it helped you out!! here to help in what i can!
Donpiero278,
I like your method, but I need a bit more clarification on how you did it.
So I need to purchase SQLLite Editor? What am I going to edit with it? Where do I get the HTC Tethering app? I also don't understand your 1-4 steps.
Thanks
Sent from my HTC One X using xda premium
galfert said:
Donpiero278,
I like your method, but I need a bit more clarification on how you did it.
So I need to purchase SQLLite Editor? What am I going to edit with it? Where do I get the HTC Tethering app? I also don't understand your 1-4 steps.
Thanks
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
It's not for the timid.
find the telephony.db in /data/data/com.android.providers.telephony/databases copy it to /mnt/sdcard
edit it with the sqlite manager of your choice. I used the firefox extension.
Find line 12 and change it from broadband to pta.
copy it back to /data/data/com.android.providers.telephony/databases
reboot phone
You'll need root explorer or similar file manager with root access to get to the file and put it back
After that I just added the widget
gunnyman said:
It's not for the timid.
find the telephony.db in /data/data/com.android.providers.telephony/databases copy it to /mnt/sdcard
edit it with the sqlite manager of your choice. I used the firefox extension.
Find line 12 and change it from broadband to pta.
copy it back to /data/data/com.android.providers.telephony/databases
reboot phone
You'll need root explorer or similar file manager with root access to get to the file and put it back
After that I just added the widget
Click to expand...
Click to collapse
I'm not timid. Your extra guidance is all I needed. It works! This might be harder than installing an app but the end result is better. Thank you so much.
Sent from my HTC One X using xda premium
galfert said:
I'm not timid. Your extra guidance is all I needed. It works! This might be harder than installing an app but the end result is better. Thank you so much.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
You're welcome. I googled the file location that took a while. After that it was cake.
the maker of CWM also made a tethering app, it also claims that it's almost non-detectable by carriers since it does it with proxies and works with non-root https://play.google.com/store/apps/details?id=com.koushikdutta.tether
just another option. If you use ssdroid, this is another tethering method that does it with proxies and also is nondetectable that i am experimenting with http://forum.xda-developers.com/showthread.php?p=25818971
boosted2000si said:
Unfortunately that didnt work, I just tried.
I uninstalled teatherguard via Ti B/u tried to run my tether app, no luck. Tried to run the factory installed hotspot software and instead of getting denied it just wouldnt turn on. If I went into settings I could make changes and try to turn it on however it would just act as if it was loading and eventually do nothing.
At that time I went ahead and installed barnacle and no luck there either, again it wouldnt deny but it wouldnt boot up either.
Hmmmm
Click to expand...
Click to collapse
pretty sure you should use a root file explorer to remove it from system/apps because you have to remove the odex as well as the apk. not saying it will work but it might. since you already removed the apk with titanium you should use a root file explorer and remove the odex file that's probably still there and see if it fixes it. im trying it now and will report back.
I searched like crazy and I can't find what PTA stands for. I know APN stands for Access Point Name. I also found out that PTA is an APN that is only utilized by LTE provisioned accounts.
Phone daTA ???
Personal Telephony Account ???
Phone Terminated Access ???
.....I don't know ....possibilities are endless but the curiosity is driving me nuts. Does anybody know?
Sorry that I wasn't here yesterday to help you out guys. I hope it's all figured out for you!!
donpiero278 said:
Sorry that I wasn't here yesterday to help you out guys. I hope it's all figured out for you!!
Click to expand...
Click to collapse
Did you guys leave Tetherguard.apk in place when you did this? I get stuck at the "Processing..." toast message when I try to turn the hotspot on now.