[Q] SwiftyTrix ROM tethering script - Motorola Atrix 2

Hi. Apologies for posting this question if it's already been asked, but Search is not working right now.
I am running the "SwiftyTrix" ROM (http://forum.xda-developers.com/showthread.php?t=1879475) which has a "Wifi Tether Script" (http://beta.androidfilehost.com/?fid=9390077933525140376).
It doesn't say how to run this script. I tried rebooting to recovery and installing zip from sdcard. Nothing seemed to change.
Has anybody got tethering working on this ROM? If so, please let me know how you did it.
And BTW thanks so much timmytim for the ROM.

figured it out
Okay, that wasn't so hard to figure out.
After I posted the question I thought, let me just look what's in the file. Lo and behold there's adb.exe script and a batch file in there, so duh.
So if you are a noob like me and are wondering how to install that, just extract the zip to your c:\ and run the batch file.

Spoke too soon
I get the following error:
failed to copy 'com.motorola.android.providers.settings/databases/settings.db' to '/data/data/com.motorola.android.providers.settings/databases//settings.db': Permission denied
Unable to chmod /data/data/com.motorola.android.providers.settings: Operation not permitted
I have USB debugging enabled. I'll let you know if I figure it out.

Try disabling the entitlement check but in my case that alone didn't do it for me.
Using SQLite
1.open settings storage (com.motorola.android.providers.settings)
2.open settings.db
3.settings
4.search for dun_apn_changeable and dun_enable
5.Change both of their values to 1
6.search for entitlement_check and change it's value to disabled.
on my phone lines theses were on line117 and 118.check for yours.
Lemme know if this works
Sent from my MB865 running on ICS Leak 2#

Just for anybody that finds this thread.... I did not know what you meant by SQLite. I had no app with that name. I searched the Play Store for it and downloaded aSQLiteManager. I used ES File Explorer (with everything checked in Settings->Root Settings) to navigate to /data/data/com.motorola.android.providers.providers.settings/settings.db to /mnt/sdcard, then used aSQLiteManager to open that file, clicked "Data", found the specified keys and changed the values. Went back to ES File Explorer and moved the file back to its original location, rebooted.
It worked to turn on tethering. However I got "mobile data link lost" once I turned it on. I'm guessing it's because I'm on Straight Talk (on AT&T network) and my APN have to be changed somehow.

Ok, I didn't have to change my APN settings. I just turned my data connection back on and set up my hotspot settings and I am posting this through tethering right now!

See if any of the ideas in this thread help http://forum.xda-developers.com/showthread.php?t=1909454

spatters71 said:
Just for anybody that finds this thread.... I did not know what you meant by SQLite. I had no app with that name. I searched the Play Store for it and downloaded aSQLiteManager. I used ES File Explorer (with everything checked in Settings->Root Settings) to navigate to /data/data/com.motorola.android.providers.providers.settings/settings.db to /mnt/sdcard, then used aSQLiteManager to open that file, clicked "Data", found the specified keys and changed the values. Went back to ES File Explorer and moved the file back to its original location, rebooted.
It worked to turn on tethering. However I got "mobile data link lost" once I turned it on. I'm guessing it's because I'm on Straight Talk (on AT&T network) and my APN have to be changed somehow.
Click to expand...
Click to collapse
Glad that worked out.just so you know SQLite Editor allows you to change the field values directly.try that in case you need it in the future
Sent from my MB865 using xda premium

Related

[Q] USB Debugging Widget

I have an AT&T Tab and thus need to periodically enable USB debugging to use the Side Load Wondermachine app. Stinks navigating thru the menus to enable / disable. I've searched the market but can't seem to find a widget that would handle toggling this as needed. Anyone know of one out there?
Not sure why you wouldn't just leave debugging enabled (you can always mount usb via the notification bar), but you can create a shortcut to the Development settings page using LauncherPro (the activity is under Settings->Development).
Thank you! I actually did not know you can have it selected all the time. I just tried it and it worked! I was use to have it unselected such that it would prompt me for either mass storage, Kies, or media. Since I only use it for Mass storage it works fine. Thanks again!
Why not just allow from market? Sure the options not there, but if you edit the settings.db from /dbdata/databases/provider-settings you can enable install_from_non_market.
It's what I did.
JaysFreaky said:
Why not just allow from market? Sure the options not there, but if you edit the settings.db from /dbdata/databases/provider-settings you can enable install_from_non_market.
It's what I did.
Click to expand...
Click to collapse
Hmm? Where exactly do you find this file? I searched via Astro File Explorer on the whole Tab and did not find this file. Would love to enable this option. Please provide additional details? Is yours also an AT&T tab? Can you provide a copy of the file?
cbb77 said:
Hmm? Where exactly do you find this file? I searched via Astro File Explorer on the whole Tab and did not find this file. Would love to enable this option. Please provide additional details? Is yours also an AT&T tab? Can you provide a copy of the file?
Click to expand...
Click to collapse
Sorry, that wasn't the exact name - I was just guesstimating. I have the AT&T Tab.
The actual path is /dbdata/databases/com.android.providers.settings/setti
ngs.db
I'm attaching the modified file. Just replace the file that's already specified in the path above with the one I'm attaching in the zip.
JaysFreaky said:
Sorry, that wasn't the exact name - I was just guesstimating. I have the AT&T Tab.
The actual path is /dbdata/databases/com.android.providers.settings/setti
ngs.db
I'm attaching the modified file. Just replace the file that's already specified in the path above with the one I'm attaching in the zip.
Click to expand...
Click to collapse
Ok, bear with me as I am a noob, but I am still not seeing it. See my attached screenshot. I am not seeing anything in the dbdata folder. I searched for com.android.provider.settings and the only item that comes back happens to be in my Titanium backup directory. Not sure why there and not in a folder itself. Searching for settings.db results with nothing.
Ok, never mind I figured it out. Looks like I needed a Root Explorer app. I thought Astro or ES File Explorer would show me everything but I was wrong. Downloaded a root explorer app and now I can see the file. Will backup and replace mine and see how it goes.
Thanks
Update: Excellent this works! I actually didn't use your file as I was concerned there may be other setting that were different. I was comparing the changes and noticed that my settings file already had the change you mentioned. I remember doing this via SuperOneClick root tool; however never bothered to try it. Duh! Well it works. This now in combination with dropbox is excellent. I can simply copy the file to my dropbox folder, select and install it on the tab. Works Awesome! Thanks for mentioning this to me; probably would have never thought to try it on my own. Thanks again.
cbb77 said:
Ok, never mind I figured it out. Looks like I needed a Root Explorer app. I thought Astro or ES File Explorer would show me everything but I was wrong. Downloaded a root explorer app and now I can see the file. Will backup and replace mine and see how it goes.
Thanks
Update: Excellent this works! I actually didn't use your file as I was concerned there may be other setting that were different. I was comparing the changes and noticed that my settings file already had the change you mentioned. I remember doing this via SuperOneClick root tool; however never bothered to try it. Duh! Well it works. This now in combination with dropbox is excellent. I can simply copy the file to my dropbox folder, select and install it on the tab. Works Awesome! Thanks for mentioning this to me; probably would have never thought to try it on my own. Thanks again.
Click to expand...
Click to collapse
No problem!

[Q] How do I move this app to system folder?

I want to use Location Spoofer to spoof my GPS location. In it's description it says:
"Spoof your device location, make it appear to be in another place.
A simple utility to set a fake wireless networks location.
You have to allow mock locations under Settings -> Applications -> Development
(rooted phones can spoof location with mock locations disabled, move the app to /system/app to get that)"
I want to be able to spoof my location WITHOUT checking the "allow mock locations" option checked.
My Droid X is rooted with Z4. I can't see the apps in the data folder. I thought I would be able to once I was rooted? What a I missing?
I used Atsro to view folders and files, but the data folder was empty.
you have to use root explorer or super manager and move the .apk to /system/app
Sent from my SGH-T959V using XDA App
Great! Now where is the APK installed by default? I thought I knew but I guess not.
Let me do some exploring real quick
edit: they save to /data/app
Sent from my SGH-T959V using XDA App
Ok, now I don't see a /data folder. I see it when I use Astro File Manager, but it is empty. Using Super Manager, I don't even see the folder at all...any idea why?
I believe you have to enable root in super manager. Let me check (I use root explorer)
Edit: enter "File Explorer" and then hit your menu button and select "Setup" then "Enable ROOT Function" then hit "Back up level folder" a couple times and you should see the /data folder
Sent from my SGH-T959V using XDA App
Juls317 said:
I believe you have to enable root in super manager. Let me check (I use root explorer)
Edit: enter "File Explorer" and then hit your menu button and select "Setup" then "Enable ROOT Function" then hit "Back up level folder" a couple times and you should see the /data folder
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
I have moved it, but when trying to open it, it crashes.
Easy
Root your device
Install Root Explorer.apk (google search)
Open Root Explorer. Then copy your app .apk file to root/system/app (check if you choose RO instead of RW).
Reboot and enjoy!
Do adb push n set permissions
Sent from my Xperia Live with Walkman using xda app-developers app
Read only?
I do the same, and disable ''Root Explorer'', but then I geta long error, which says that it's read only :silly: Anyone that can help?
---------- Post added at 01:49 AM ---------- Previous post was at 01:38 AM ----------
TheAcsm said:
I do the same, and disable ''Root Explorer'', but then I geta long error, which says that it's read only :silly: Anyone that can help?
Click to expand...
Click to collapse
I figured it out, thanks for the help This post was really helpful :victory:
What if I use root explore but it just restarts the phone instead of actually transferring to system?
The phone is rooted and it's an HTC One m8 I've tried multiple apps to move it to the system but none of them work.
When I tried to transfer the apk to the /system/app, Error is displayed - "The item base.apk could not be written". This is after giving the permission to modify the /system/app folder. Any help is appreciated!
I rooted my phone and have the fake gps thing, but when I go to system mover app and try to make it a system app, it says done, reboots, and it has Uninstalled my app, wth
Emmaboo said:
I rooted my phone and have the fake gps thing, but when I go to system mover app and try to make it a system app, it says done, reboots, and it has Uninstalled my app, wth
Click to expand...
Click to collapse
Open file explorer. Go to system/app folder. Search for moved app and install again. If it not moved then other app mover apps.
Its actually system/priv-app.. Either way, better use link2sd or any other such app to move the fake GPS pro to system app. Then reboot.

[Q] How do I edit settings.db ?

I need to know HOW to flip 1 bit in a database.
I am trying to tether my Pandigital Supernova to my Samsung Apollo's GPS and have hit a roadblock. The Supernova does not support mock locations out of the box. It seems I need to set ro.allow.mock.location=1 in default.prop and build.prop and MOCK_LOCATION to TRUE in settings.db. The 1st 2 were easy using the text editor in ROM Toolbox but I have no clue how to edit a database. The tools suggester were aShell and aSQLiteManager which I installed but honestly have no idea how to use. Can someone recommend a n00b-friendly way of doing this? I feel like I've just been told "To improve your gas mileage simply install a manual transmission."
I know this is probably resolved by now but this might help somebody else.
Must be root. Use ES File Manager from market. Go into settings and make sure you have it set to browse as root, go up to root, and mount system rw. Then back all the way up to root of the filesystem. If you are seeing folders like "etc" and "system" then you are there. From here use ES's search function and search for "all files" and put settings.db as the file name. When it comes up, note the directory and copy it to your sd card. Download SQLite Manager from market and open the copied settings.db with it. From here just look around and use the "Update Row" context action to edit the entries. When you back out it automatically saves. Copy the settings.db back into your internal memory wherever you found it at. Overwrite when prompted. Reboot. Win.

[MOD] Pantech Flex Enable Native Wifi Tethering ICS

Wifi Tethering Mod
Here are the original instructions use the zip at your own risk. It seems some people are experiencing problems with it...
I have modified the instructions to pertain to the Flex exactly.
This mod is not for the newbie, you must be rooted and I implore you to make a safe back up file in a new location of the file you will be editing. Actually two back ups, one completely stock the other you will use for editing.
I have edited his instructions for usage on the Pantech Flex running ICS.
Here’s the usual disclaimer: if you brick your phone it’s not my problem…. though I will help in any way I can as in my research I soft bricked my own device and was able to get it restored to a factory state.
Steps:
1. Root device using this method http://forum.xda-developers.com/show….php?t=2008888
2. Acquire/Install SQlite Editor or any Android SQL editor of your choice, Install ES File Explorer or Root File Explorer
3. Navigate to (root level) /Data/data/com.android.providers.settings/databases/
4. Copy file settings.db Navigate to SDcard/Backups/ now paste file to this location
5. Rename the file in Backups/ settings.db to settings.db.bak (if all goes to hell this is your backup file)
6. Paste the file again so you will have two settings files in Backups one ending in .bak and one ending in .db (this is the file you will be editing).
7. Open SQLite Editor and point it to /sdcard/Backups/settings.db and open it. You now will see a list of settings locations. Click on “secure”
8. Here you are going to be looking for two distinct lines. The line numbers may vary by device so I suggest you list name in list view:
Line 1. softap_free_supported
Line 2. softap_entitlement_interval
9. Change Line 1′s value to 1 in the SQL editor. Change Line 2′s value to 0 in the SQL editor save and close or just close depending on the editor.
10. Using your file explorer navigate back to /data/data/com.android.providers.settings/databases/ rename settings.db to settings.db.bak
11. Navigate to /sdcard/backups/settings.db(the one you edited) and copy the file go back to com.android.providers-etc and paste the file.
12. SUPPER IMPORTANT if the file permisuions on settings.db are not rw-rw-rw make them so in your file explorer.
If these permissions are no correct your phone will get stuck on the AT&T boot screen. ie softbricked
13. Reboot and you should be able to go to More in settings then Tethering & portable hotspot and turn it on set up your settings etc.
14. FYI under battery management you may want to change the value to never time out as it applies to the phones activity not the wifi activity.
This had been tried and tested on AT&T only it may work on other carries. USE AT YOUR OWN RISK!
Zip Method
You must be rooted and have CWM intalled.
1 Download the recovery mod zip file to the internal storage of your phone.
2 Reboot into recovery and make a CWM backup of your phone.
3 From recovery clear the cache and dalvik cache
4 Install the zip from the location you saved it to.
5 Reboot your phone.
6 Go to your phone settings wireless and networks, click on more, click on tethring and portable hotspot, click the box next to portable-wifi-hotspot. You are now up and running.
7 Personalize your hotspot settings in portabpe wi-fi hotspot settings.
8 Grab a free app like Hotspot Toggle to add to your home screen for easy one click on and off.
A huge Thank You goes out to Timmythanoob for making my original mod zip installable!
https://www.dropbox.com/s/9zv14h36j6xdjhq/tether.zip?m
This had been tried and tested on AT&T only, it may work on other carriers. USE AT YOUR OWN RISK!
Sent from Freakshow999's Nexus 7 using Tapatalk 2
If you find this post useful please remember to hit the thanks button!
Works perfectly
Sent from my PantechP8010 using xda app-developers app
@freakshow what part of the LBC u from were practicly neighbors bro lol
atadres said:
@freakshow what part of the LBC u from were practicly neighbors bro lol
Click to expand...
Click to collapse
I'm actually living in Cerritos right now but I'm at Portfolio at 4th and Juniper pretty much every day.
Sent from my PantechP8010 using Tapatalk 2
Mod update now zip installable through CWM recovery thanks to Timmythanoob!
the zip doesnt work for me !!
messes up my phone !
pls tell me the previous method ?
thanks...
I'm out right now. I will post up how to do it the manual way tonight some time.
Sent from my PantechP8010 using Tapatalk 2
Sorry I haven't been able to get the manual method up. I've been extremely busy with work. I will make an attempt to get it up later today.
Sent from my PantechP8010 using Tapatalk 2
after install this MOD my HOME key not work!!!
levanr said:
after install this MOD my HOME key not work!!!
Click to expand...
Click to collapse
Did you get it fixed?
if not restore system from backup
If you didnt do a backup do a factory data reset
Manual method is back and tried & true working...
Sorry it took so long. A quick Google search found a repost of my original thread on a blog... Lol!
Sent from my Nexus 7 using Tapatalk HD
Chadw1985 said:
Did you get it fixed?
if not restore system from backup
If you didnt do a backup do a factory data reset
Click to expand...
Click to collapse
i did factory data reset.
but i lost
tethering again )
levanr said:
i did factory data reset.
but i lost
tethering again )
Click to expand...
Click to collapse
Its because the file you edited is in your data folder. You will need to change a few things in your system folder to completely enable it.
levanr said:
i did factory data reset.
but i lost
tethering again )
Click to expand...
Click to collapse
Use the manual method for now we have a new zip file that should be up within the next 24 hours.
The manual method only changes the exact strings of info pertaining to tethering so it doesn't disturb the system files etc.
Sent from my Nexus 7 using Tapatalk HD
I think manual mode only work on att
becose in my carier not work (
but if delete line 1 work or using Secret Codes Revealer this work
https://play.google.com/store/apps/details?id=com.afp_group.software&hl=en
sorry for my english
File not found
freakshow999 said:
Wifi Tethering Mod
Here are the original instructions use the zip at your own risk. It seems some people are experiencing problems with it...
I have modified the instructions to pertain to the Flex exactly.
This mod is not for the newbie, you must be rooted and I implore you to make a safe back up file in a new location of the file you will be editing. Actually two back ups, one completely stock the other you will use for editing.
I have edited his instructions for usage on the Pantech Flex running ICS.
Here’s the usual disclaimer: if you brick your phone it’s not my problem…. though I will help in any way I can as in my research I soft bricked my own device and was able to get it restored to a factory state.
Steps:
1. Root device using this method http://forum.xda-developers.com/show….php?t=2008888
2. Acquire/Install SQlite Editor or any Android SQL editor of your choice, Install ES File Explorer or Root File Explorer
3. Navigate to (root level) /Data/data/com.android.providers.settings/databases/
4. Copy file settings.db Navigate to SDcard/Backups/ now paste file to this location
5. Rename the file in Backups/ settings.db to settings.db.bak (if all goes to hell this is your backup file)
6. Paste the file again so you will have two settings files in Backups one ending in .bak and one ending in .db (this is the file you will be editing).
7. Open SQLite Editor and point it to /sdcard/Backups/settings.db and open it. You now will see a list of settings locations. Click on “secure”
8. Here you are going to be looking for two distinct lines. The line numbers may vary by device so I suggest you list name in list view:
Line 1. softap_free_supported
Line 2. softap_entitlement_interval
9. Change Line 1′s value to 1 in the SQL editor. Change Line 2′s value to 0 in the SQL editor save and close or just close depending on the editor.
10. Using your file explorer navigate back to /data/data/com.android.providers.settings/databases/ rename settings.db to settings.db.bak
11. Navigate to /sdcard/backups/settings.db(the one you edited) and copy the file go back to com.android.providers-etc and paste the file.
12. SUPPER IMPORTANT if the file permisuions on settings.db are not rw-rw-rw make them so in your file explorer.
If these permissions are no correct your phone will get stuck on the AT&T boot screen. ie softbricked
13. Reboot and you should be able to go to More in settings then Tethering & portable hotspot and turn it on set up your settings etc.
14. FYI under battery management you may want to change the value to never time out as it applies to the phones activity not the wifi activity.
This had been tried and tested on AT&T only it may work on other carries. USE AT YOUR OWN RISK!
Zip Method
You must be rooted and have CWM intalled.
1 Download the recovery mod zip file to the internal storage of your phone.
2 Reboot into recovery and make a CWM backup of your phone.
3 From recovery clear the cache and dalvik cache
4 Install the zip from the location you saved it to.
5 Reboot your phone.
6 Go to your phone settings wireless and networks, click on more, click on tethring and portable hotspot, click the box next to portable-wifi-hotspot. You are now up and running.
7 Personalize your hotspot settings in portabpe wi-fi hotspot settings.
8 Grab a free app like Hotspot Toggle to add to your home screen for easy one click on and off.
A huge Thank You goes out to Timmythanoob for making my original mod zip installable!
https://www.dropbox.com/s/9zv14h36j6xdjhq/tether.zip?m
This had been tried and tested on AT&T only, it may work on other carriers. USE AT YOUR OWN RISK!
Sent from Freakshow999's Nexus 7 using Tapatalk 2
If you find this post useful please remember to hit the thanks button!
Click to expand...
Click to collapse
The link to flashable zip file is not working. Would you please upload again or provide a valid link?
Sorry guys all the zip installable files people have done for me have not worked for various reasons.
The manual method works tried and true on AT&T. I don't know about other carriers but I'm sure you would want to look at the same settings in the same file for changes.
By the way bluetooth tethering also works with this mod, but wifi tether yields much higher internet speeds.

[Q] Atrix 2 Issue Enabling Hotspot and ICS Update

[QUOTE from Another Thread]
Using SQLite
1.open settings storage (com.motorola.android.providers.settings)
2.open settings.db
3.settings
4.search for dun_apn_changeable and dun_enable
5.Change both of their values to 1
---------------
I have an Atrix 2 running 2.3.6 rooted. (Rooted with SuperOneClick)
I want to enable the Wifi Hotspot feature, I have read several threads on this group, but I do not understand if I download SQlite on my pc and run it or my phone.
I downloaded the program on my phone, but when I open it all I get is a black screen with a box in the upper left corner with a magnifying glass in it, below that I see this "/data/data/com.xuecs.sqlitemanager/databases/defaultdb" The instructions I have read make absolutely no sense to me, the first step says "open settings storage" There is no way to open any thing as far as I can tell. I'm kind of lost here....Can someone help me out?
I want to update to ICS, I get an error, it downloads the file, resets the phone, when the android screen comes up the insallation bar goes about a third of the way then it stops and then it reboots, once its up and running it says "update failed" I have opened SuperOneClick and hit the unroot button, it says it was sucessful and it removes the Superuser app but the ICS OTA update still does not work. ANY SUGGESTIONS?
More detailed instructions for enabling wifi tether can be found at the following link, and I'm also pasting them here in full for anyone else curious. Note that this was the procedure for enabling everything on ICS. I'm not sure whether anything is different on Gingerbread.
http://forum.xda-developers.com/showpost.php?p=32347835&postcount=4
Things you will need:
ES File Explorer (free from play store)
aSQLiteManager (free from play store)
1. Launch ES File Explorer and within its settings, grant it full root permissions (near the bottom of settings, go in and check all four checkboxes).
2. From ES File Explorer navigate upward out of your SD card and onto the root of your device, then go into Data/Data/com.motorola.android.providers.settings/databases
3. Copy the "settings.db" file found there over to your SD card
4. Using aSQLiteManager select "Open Database" and pick that settings.db file on your SD card.
5. Select "settings" from the four tables you are presented with
6. Select "Data" from the top button menu
7. You'll see a long list of crap. Hit PgDn until you see line 113 "entitlement_check". Hit Edit and change the value from 1 to 0.
8. While you're here, also go to lines 117 and 118 that start with "dun" and change them both from 0 to 1. This is not necessary for Webtop but will enable wifi hotspot tethering.
9. Exit aSQLiteManager, go back into ES File Explorer and this time copy the modified "settings.db" back into the previous/original folder from Step 2, overwriting the old file.
10. Exit ES File Explorer, reboot your device and Webtop should work as expected.
paleozord said:
More detailed instructions for enabling wifi tether can be found at the following link, and I'm also pasting them here in full for anyone else curious. Note that this was the procedure for enabling everything on ICS. I'm not sure whether anything is different on Gingerbread.
http://forum.xda-developers.com/showpost.php?p=32347835&postcount=4
Things you will need:
ES File Explorer (free from play store)
aSQLiteManager (free from play store)
1. Launch ES File Explorer and within its settings, grant it full root permissions (near the bottom of settings, go in and check all four checkboxes).
2. From ES File Explorer navigate upward out of your SD card and onto the root of your device, then go into Data/Data/com.motorola.android.providers.settings/databases
3. Copy the "settings.db" file found there over to your SD card
4. Using aSQLiteManager select "Open Database" and pick that settings.db file on your SD card.
5. Select "settings" from the four tables you are presented with
6. Select "Data" from the top button menu
7. You'll see a long list of crap. Hit PgDn until you see line 113 "entitlement_check". Hit Edit and change the value from 1 to 0.
8. While you're here, also go to lines 117 and 118 that start with "dun" and change them both from 0 to 1. This is not necessary for Webtop but will enable wifi hotspot tethering.
9. Exit aSQLiteManager, go back into ES File Explorer and this time copy the modified "settings.db" back into the previous/original folder from Step 2, overwriting the old file.
10. Exit ES File Explorer, reboot your device and Webtop should work as expected.
Click to expand...
Click to collapse
I figured out what I was doing wrong, I didnt have the File Explorer at first..lol Once I did take care of things and rebooted the phone I kept getting errors that said "The process com.motorola.service.main has stopped unexpectedly" I hit force close and cancel both but the error would keep popping up at random times, plus other errors would pop up random apps running in the background would stop unexpectedly. Then the power button would not lock the screen anymore....The tethering worked though! I ended up doing a factory reset because the errors popped up so often the phone was useless.
I did not touch anything else but Line 150 which was the Entitlement Check line so I have no idea what went wrong.
One other thing, I would like to uprgade to ICS but since my phone is rooted I can't do it OTA, is there a way to manually do it? I remember when I upgraded to 2.3.6 I just put a file on the SD card and installed it, can I do that with ICS 4.0?

Categories

Resources