How do I fix something to do with SQL? - HTC Amaze 4G

Well I used pimp my rom to tweak my internet settings my internet is fine but when I try to login to order and chaos I get a error id =104 I Google it and its something to do with SQL I just need to revert something back to way it was but idk what I've done so many factory resets but nothing I can't login to any game cuz something I did that involves SQL is blocking it please help
Sent from my HTC Ruby using xda app-developers app

Related

Market not working properly

Everything I try to download on market will not download, it says starting download and stays there for hours, days even, I'm using the new market, but i uninstalled and the old one is doing the same, I've tried downloading on wifi, 4g, 3g, but no luck, everyother app downloads fine, I have root also, using easy frevo or somthing like that, I've also truest clearing data/cache and force stopping application no luck, any one else have this problem? Thanks
Sent from my PG86100 using XDA App
I decided to install the new market app, but was having problems with it. I tried searching for apps and no results would come up. Also, trying to download something would take a long time to start the download. This does not happen with the stock market app.
just do a soft reset and then try it again via wifi; works like butta
I've tryied everything same prob, I just want to root this thing with custom ROM and get over all these small problems sprint need to unlockboot loaders already. Lol
Sent from my PG86100 using XDA App

Hulu Plus Endless Buffering

Just signed up Hulu plus and downloaded the app. Sadly every time the ad buffering goes on endlessly. searched the forum, find same question but no answer. I'm on stock gingerbread, unlocked and rooted. have already uninstalled adfree and rebooted. any help will be appreciated.
Sent from my MB860 using XDA App
That usually has to do with with ad host blocking being on or enabled. I encountered the same problem but was able to solve it by running adfree and clicking revert. Since you said you have done this, id try and reflash the phone.
Sent from my MB860 using XDA App
what i did and it worked for me is revert add free block and uninstall and remove flash updates and install them again and install addfree again and revert again and it started working normally, it might look unnecessary to do all that but it worked for me

Apps not compatible when using roms.

Just what the title says. Seems like when I use roms from various developers I can't download various apps from the market. Says not compatible. This is annoying as some of the apps that made it on to my phone the market says incompatible but yet they work just fine. Is there a way around this? Sorry if this has been answered. I usually can find my own answers.
Sent from my HTC Amaze 4G using XDA App
It would be helpfull to know what roms you are having issues with
also did you are you go stock market application that came with the rom or you updated it later on
Sent from my HTC Amaze 4G using XDA App
Maybe the build.prop file on that rom has changed to reflect a different device
i found the same issue with the new cm10 roms...after changing to ext4 in recovery options its worked fine ever since. im using the 4ext touch recover by the way...i believe the options are under tools tab.
Clear the market data. I get that issue when I try changing the Density to make it all tablet-y. Settings > apps > Google Play Store (under "all") > clear data.
Sent from my Amaze 4G using xda app-developers app
remove your google account from the phone and then clear market data then log back in, if anything try fixing permissions and clearing app cache

Android web browser that has cookie injection function? ***

I would like to find ether some kinda app that will work with my browser or a whole new browser that will let me to inject cookies I have sniffed off my network to open up sessions. I'm kinda new to android pen testing and its really kinda foreign because now I can't work with a terminal (command promt) for the reasons I want. Anyone know of such a app? Or browser? Thanks for the help.
Sent from my SGH-I777 using XDA
Nothing at all huh.
Sent from my SGH-I777 using XDA
It's not possible it would be a big privacy violation.
kojot1234 said:
It's not possible it would be a big privacy violation.
Click to expand...
Click to collapse
Its possible. There are apps that grabs cookies and inputs it in its own browser. All I want is the cookie injector. And not really a privacy violation what so ever. If people isn't smart enough to use SSL then there crap should be exploited. Not that SSL will keep you safe but android isn't that advance to decrypt. Yet.
Sent from my SGH-I777 using XDA
Agree with you Bro. Use Droidsheep, it's more of a MITM attack rather than cookie injection, same thing really.
Sent from my GT-I9100 using XDA
okmijnlp said:
Agree with you Bro. Use Droidsheep, it's more of a MITM attack rather than cookie injection, same thing really.
Sent from my GT-I9100 using XDA
Click to expand...
Click to collapse
Yeah definitely. I use Droidsheep for arp mitm spoof. Witch works amazingly for people who don't SSL there connection. Right now I have a privet server that interacts with the connection my phone has, anywhere I go. Witch is amazing, i can use backtrack without killing my phone via connnected to SSH -> TOR network. I can decrypt SSL via backtrack and all I need is a cookie injection method to complete my task (so i dont have to do it VNC). Until I find something else I want to do. Thanks for your feedback bro.
Sent from my SGH-I777 using XDA
Anyother possible ways of doing this?
Do0ks said:
Anyother possible ways of doing this?
Click to expand...
Click to collapse
I think the only possible way would be to use BOSCH (I think that's what it's called) to run windows xp, download a cookie injector and take it from there.
Sent from my GT-I9100 using XDA
okmijnlp said:
I think the only possible way would be to use BOSCH (I think that's what it's called) to run windows xp, download a cookie injector and take it from there.
Sent from my GT-I9100 using XDA
Click to expand...
Click to collapse
I was afrade of that. Kinda figure that was the only way. It sucks because my main way of connecting to backtrack is through SSH tunnel. That way it's all command based and if I really have to, pull up vnc.
Alright thanks for replying guys. If anyone can make this happen... you know I'll love you forever.
Sent from my SGH-I777 using XDA
Still nothing on this?
Sent from my SGH-I777 using XDA
Bump to see if anything has been found on this.
Deleted
Apps do not usually use your browser applications to send cookies and heartbeats lol
The key to manipulating/injecting/hijacking phone applications on Android (probably IOS aswell) is the Android System WebView library that comes with Androids base linux kernal. Oddly enough, what browser an app uses (useragent) to make background requests, heartbeats, cookies...etc is really up to the developer of the app. If you know what you are doing, there are a couple of ways to proxy that intent request but unncessary. Most apps will call directly to that WebView system app to create HTTP requests. It also uses if i remember correctly, the Mozilla, Android, and uh.. idr the last one. This is all happen stance information based on something else as an android dev. lol but TL;DR: Learn how to use Intents. Intent hackers own your phone just as fast as you purchase it. Ideally every major company would stop everything they are doing right now and sign up a raise:good: on their App Security Development budget immidiately.:silly::victory:
If you can change or even better if you can Filter all the intents sent from TargetApp => Android System WebView... well ****. Suddenly you dont even need an injecting mechanism. Cause you're now exactly that. Probably a better result then one would hope.
there any way to manager or change cookies values on chrome on android?
Yandex browser & Firefox let u edit the cookie, just search '' edit this cookie" (yandex) and" cookie editor" for firefox. And do the same as you do in your pc chrome(+add to chrome).
Preview of usi (User|Unified Script Injector)
usi (User|Unified Script Injector)by USI

Wakelock woes

Alright, I've tried several remedies none have yet to fix my problem.
First off, does anyone else have a huge Wakelock with gtalk.async.androidendpoint? I'm finding this info out using better battery stats.
Here's my info :
Hboot 2.27 (global Leak)
S off
Rom newts one xxx 6.0.2 (happens on all roms)
Ok, so to rule out the obvious, I've tried freezing gtalk, then stopping Google locating services.
I've also tried this with and without restoring apps/data after flashing a rom.
When doing so, I always do a full wipe.
I've read up on it, some people said it had to do with the proxy on apn settings, so I made a new apn with the same info, data came in, but didn't fix my Wakelock.
Is this a known problem? I see many posts in other forums about it, but it seems its not happening to everyone.
Any help would be appreciated
Here's a screenie
Sent from my ADR6425LVW using xda app-developers app
tried just signing in/out and force exiting the app? never got that with any rom and I'm on the same as you right now
Squirrel1620 said:
Alright, I've tried several remedies none have yet to fix my problem.
First off, does anyone else have a huge Wakelock with gtalk.async.androidendpoint? I'm finding this info out using better battery stats.
Here's my info :
Hboot 2.27 (global Leak)
S off
Rom newts one xxx 6.0.2 (happens on all roms)
Ok, so to rule out the obvious, I've tried freezing gtalk, then stopping Google locating services.
I've also tried this with and without restoring apps/data after flashing a rom.
When doing so, I always do a full wipe.
I've read up on it, some people said it had to do with the proxy on apn settings, so I made a new apn with the same info, data came in, but didn't fix my Wakelock.
Is this a known problem? I see many posts in other forums about it, but it seems its not happening to everyone.
Any help would be appreciated
Here's a screenie
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
There seems to be a few people with this wakelock on the internet and no real consensus on what the cause or fix is.
What I can tell you however is my girlfriend's Nexus 4 had the same wakelock issue and I realised it was because her work's Wifi network's network filter was stopping Google services from successfully syncing and it was just trying again and again and again causing the battery to drain. I told her to stop using that wifi network and the next day I checked and the gtalk.async wakelock was gone.
badgaz said:
There seems to be a few people with this wakelock on the internet and no real consensus on what the cause or fix is.
What I can tell you however is my girlfriend's Nexus 4 had the same wakelock issue and I realised it was because her work's Wifi network's network filter was stopping Google services from successfully syncing and it was just trying again and again and again causing the battery to drain. I told her to stop using that wifi network and the next day I checked and the gtalk.async wakelock was gone.
Click to expand...
Click to collapse
Hmm that might be it, I am using wifi provided by the college (I live on campus) its super fast, but I know some ports are blocked because Google Now won't work on it.
However, I tried disabling all syncing services and no dice. It's like Google just keeps trying even when it's not supposed to sync
Sent from my ADR6425LVW using xda app-developers app
Squirrel1620 said:
Hmm that might be it, I am using wifi provided by the college (I live on campus) its super fast, but I know some ports are blocked because Google Now won't work on it.
However, I tried disabling all syncing services and no dice. It's like Google just keeps trying even when it's not supposed to sync
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
can you freeze google services apk and see if that helps. if gtalk is blocked from making a connection then it could be the wake lock retrying to many times.
synisterwolf said:
can you freeze google services apk and see if that helps. if gtalk is blocked from making a connection then it could be the wake lock retrying to many times.
Click to expand...
Click to collapse
So far so good, freezing Google services framework did the trick, at the cost of Gmail and play store. But that's fine I'll just defrost when I need it.
Thanks for the replies guys
Sent from my ADR6425LVW using xda app-developers app
Squirrel1620 said:
So far so good, freezing Google services framework did the trick, at the cost of Gmail and play store. But that's fine I'll just defrost when I need it.
Thanks for the replies guys
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
No problem. I've opened an Issue on the Android Google Code page to see if it can be brought to attention. Doubt it but worth a shot I suppose!
Squirrel1620 said:
So far so good, freezing Google services framework did the trick, at the cost of Gmail and play store. But that's fine I'll just defrost when I need it.
Thanks for the replies guys
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
yep, so the service in google framework is calling out to make sure gtalk is connected. when your school block the connection it puts a pause on it and will request again when any type of connection change is detected. i cant remember but have you tried signing out of gtalk when not using it?
synisterwolf said:
yep, so the service in google framework is calling out to make sure gtalk is connected. when your school block the connection it puts a pause on it and will request again when any type of connection change is detected. i cant remember but have you tried signing out of gtalk when not using it?
Click to expand...
Click to collapse
I don't use gtalk, so it's just frozen. But that by itself doesn't resolve my problem, strange lol. But yeah freezing Google services framework does.
Sent from my ADR6425LVW using xda app-developers app
Squirrel1620 said:
I don't use gtalk, so it's just frozen. But that by itself doesn't resolve my problem, strange lol. But yeah freezing Google services framework does.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
it auto signs into your gmail. go to the app and sign out. then freeze it. should stop the framework request
I believe the GTALK_ASYNC process handles a lot more than just GTALK, a lot of Google Services are reliant on it so freezing it will cause a lot of collateral damage to Google apps and other apps that leverage services like C2DM.
badgaz said:
I believe the GTALK_ASYNC process handles a lot more than just GTALK, a lot of Google Services are reliant on it so freezing it will cause a lot of collateral damage to Google apps and other apps that leverage services like C2DM.
Click to expand...
Click to collapse
So far all it broke was Gmail and Google play
Sent from my ADR6425LVW using xda app-developers app
badgaz said:
I believe the GTALK_ASYNC process handles a lot more than just GTALK, a lot of Google Services are reliant on it so freezing it will cause a lot of collateral damage to Google apps and other apps that leverage services like C2DM.
Click to expand...
Click to collapse
Squirrel1620 said:
So far all it broke was Gmail and Google play
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
it syncs for all gapps. what i was trying to do is see if you can just get that part of the sync portion off.
OP can you try this. navigate to system/apps and rename the gtalk apk to .bak reboot the phone to recovery, wipe dalvik and reboot. let it boot like normal and see if you have the wake lock without having to freeze googles framework.
this should stop the phone from ever knowing gtalk was installed and remove the wake lock problem.
synisterwolf said:
it syncs for all gapps. what i was trying to do is see if you can just get that part of the sync portion off.
OP can you try this. navigate to system/apps and rename the gtalk apk to .bak reboot the phone to recovery, wipe dalvik and reboot. let it boot like normal and see if you have the wake lock without having to freeze googles framework.
this should stop the phone from ever knowing gtalk was installed and remove the wake lock problem.
Click to expand...
Click to collapse
Trying now, will edit post with results
Edit: Dang, I already uninstalled gtalk before trying to fix this. Anyone have it handy?
Sent from my ADR6425LVW using xda app-developers app
Squirrel1620 said:
Trying now, will edit post with results
Edit: Dang, I already uninstalled gtalk before trying to fix this. Anyone have it handy?
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
oh, if gtalk is not on the phone. just do the dalvik wipe and reboot.
it would be the same thing as i instructed above just you would have the apk backed up.
:fingers-crossed:
Alright tried the wipe and reboot, but it still has the wakelock problem. I am really just satisfied with freezing and thawing Google services framework for now lol
Sent from my ADR6425LVW using xda app-developers app
Squirrel1620 said:
Alright tried the wipe and reboot, but it still has the wakelock problem. I am really just satisfied with freezing and thawing Google services framework for now lol
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Sorry we can't find a fix for ya. :/
Sent from my iPhone...
use super manger
disable com google nav friend with apk startup manager

Categories

Resources