Wifi Proxy support for Android - General Questions and Answers

Hey guys!!!
Been a lurker for long on xda. Have had a problem connecting to wifi through proxy on my desire running froyo for a long time. Searched and searched, but to no avail. None of the available fixes/hacks working for me. So, finally, have decided to build me my own app to get this done.
Now, am a bottle-feeding newbie when it comes to developing on android. So, any pointers to get me started would be much appreciated. Will keep this thread updated with my progress (if any )... provided the mods don't close this thread :

Its not easy friend. You are about to change Android system, not simply develop Android Apps. Proxy support expected to be solve all applications (not only Browser, Map, Gmail, Facebook, Twitter, Weather) connecting to internet. It must be build on top of http stack to direct all traffic to proxy server.

uankur said:
Hey guys!!!
Been a lurker for long on xda. Have had a problem connecting to wifi through proxy on my desire running froyo for a long time. Searched and searched, but to no avail. None of the available fixes/hacks working for me. So, finally, have decided to build me my own app to get this done.
Now, am a bottle-feeding newbie when it comes to developing on android. So, any pointers to get me started would be much appreciated. Will keep this thread updated with my progress (if any )... provided the mods don't close this thread :
Click to expand...
Click to collapse
???? there is already an app for rooted phones.!
search for transproxy by user daveba

Related

Android Rom Tool

Hello everyone,
I'm not new to this forum, i have used it for many years now. Yet i have never made any contribution to the community.
I was fiddling with my G1 again when i found out my rom folder was a complete mess filled with update.zip packages, roms i didn't even know i downloaded. So i though, hey lets develop an application to manage all my roms and radio's with a quick button to upload a rom or radio to my g1.
Something like this:
Sorry i could not post a link, it's restricted. My account is still blocked for that. Admin??
I wonder if anyone would be interested in such an application? And if you are interested could you come up with suggestions to make it better/ help me debugging (i'm a student, i don't have a lot of spare time).
If anyone is interested i will seriously think about further developing this app,
it's now in pre-pre-alpha stage or so .
Greetings from holland.
zuenaerox said:
Hello everyone,
I'm not new to this forum, i have used it for many years now. Yet i have never made any contribution to the community.
I was fiddling with my G1 again when i found out my rom folder was a complete mess filled with update.zip packages, roms i didn't even know i downloaded. So i though, hey lets develop an application to manage all my roms and radio's with a quick button to upload a rom or radio to my g1.
Something like this:
Sorry i could not post a link, it's restricted. My account is still blocked for that. Admin??
I wonder if anyone would be interested in such an application? And if you are interested could you come up with suggestions to make it better/ help me debugging (i'm a student, i don't have a lot of spare time).
If anyone is interested i will seriously think about further developing this app,
it's now in pre-pre-alpha stage or so .
Greetings from holland.
Click to expand...
Click to collapse
First off, I am not sure if this is in the right section...perhaps putting it under General might be a better option, as it does not have to do specifically with developing a ROM.
Secondly, the idea seems promising. I am not fluent with ADB, but if you can flash roms with it (IE: boot the phone into recovery, and use adb to flash the rom), then yeah, I think it would be a great idea. And again, depending on what ADB can do, haev it control nandroid/bart as well for backing up and restoring. I know ADB has the shell command, so if you can use stdin/stdout to read/write to that shell prompt, it would be feasible.
But that is forcing every user to go ahead and keep a db of the ROMs they download...perhaps using an external host to manage the images (keep a listing, changelogs, etc) of the individual roms would be an idea...then you can have the application pull roms directly from that repo. This, of course, would require you to manage the remote repository and keep it up to date.
Thats my $0.02
jmhecker said:
First off, I am not sure if this is in the right section...perhaps putting it under General might be a better option, as it does not have to do specifically with developing a ROM.
Click to expand...
Click to collapse
This is ANDROID Development, not ROM Development.
My $0.02.
Bavilo said:
This is ANDROID Development, not ROM Development.
My $0.02.
Click to expand...
Click to collapse
Thats why I said "I'm not sure"...I stand corrected though.
If we want to get technical, this is Htc Dream (G1) Android Development. If we want to be nitpicky this should be in Android development unless it is only for the Dream (G1) and will not work for any other Android phone, which I doubt. But who's being nitpicky anyway?
JAguirre1231 said:
If we want to get technical, this is Htc Dream (G1) Android Development. If we want to be nitpicky this should be in Android development unless it is only for the Dream (G1) and will not work for any other Android phone, which I doubt. But who's being nitpicky anyway?
Click to expand...
Click to collapse
First off, I love the last line of your signature...classic
I just know that the mods and certain 'Senior Members' like to trash talk about threads in the wrong section, rather than simply stating that it would be more appropriate elsewhere. I was just trying to stop the bashing before it started, heh.
This thread is getting sidetracked though. I do think that the idea is a good one, whether it be strictly for G1, or across the board for all Android devices.
Sorry...
Sorry for posting this in the wrong section, i thought it should be in this section becouse it involves rom's.
Putting up a rom repo, would involve PHP and Mysql(a large one, saving all roms and radio's).
I would be very interested starting this project. I could use some help however. I don't mind building such a repo, but the content should be community managed.
I think android is going to be the mobile future so building such a repo would pay off since we're getting more and more rom's. Ill experiment with php and mysql tonight. I don't have a host, i run it locally.
Maybe someone with mysql/ bandwith to spare?
greetings
zuenaerox said:
Sorry for posting this in the wrong section, i thought it should be in this section becouse it involves rom's.
Putting up a rom repo, would involve PHP and Mysql(a large one, saving all roms and radio's).
I would be very interested starting this project. I could use some help however. I don't mind building such a repo, but the content should be community managed.
I think android is going to be the mobile future so building such a repo would pay off since we're getting more and more rom's. Ill experiment with php and mysql tonight. I don't have a host, i run it locally.
Maybe someone with mysql/ bandwith to spare?
greetings
Click to expand...
Click to collapse
It wouldn't necessarily have to be done with MySQL/SQLite/etc...XML would work just as well, but can be a bit more tricky to manage. SQL probably would be the better option now that I think about it.
This idea would have 2 parts to it then, correct? The backend (database hosted online somewhere), and the frontend for the user desktop.
As far as the bandwidth required, there are plenty of places on the net that are geared towards hosting of open source projects...perhaps you could use one of their offerings.
The idea first involved a client managed application only. However the idea in the other post about a web based repo liked me better . Ill try to develop a simple web application to add rom's,track changes. I will try to put a test application online tomorrow.
I hope this repo will be used and managed. I like this forum very much and the community could not live without it. This repo would absolutely be and addition to xda!
Using the repo, you could view all available rom's, installation instructions, track changes.
Check the thread tomorrow. Ill try to upload an example
Have a nice day
zuenaerox said:
The idea first involved a client managed application only. However the idea in the other post about a web based repo liked me better . Ill try to develop a simple web application to add rom's,track changes. I will try to put a test application online tomorrow.
I hope this repo will be used and managed. I like this forum very much and the community could not live without it. This repo would absolutely be and addition to xda!
Using the repo, you could view all available rom's, installation instructions, track changes.
Check the thread tomorrow. Ill try to upload an example
Have a nice day
Click to expand...
Click to collapse
I think anything is better than what we have now: Threads scattered all over the place with new ROMs getting posted. We need something more centralized.
bro you look like a fake maxisma .. hahahhaha .. sorry had to point that out
@georgegreco86
Well thank you for your kind reply...
@jmhecker
I've put together a quick php,mysql script on a temporary host. It's not possible to add roms. But you can view rom information in an organized way.
This is just an example of what is possible. Never mind the layout.
Its just a quick preview.
androidrepo.zxq.net/index.php
Greetings
Great idea!!!
im not a developer, but im a flashaholic he he, cant wait for this info....
zuenaerox said:
@georgegreco86
Well thank you for your kind reply...
@jmhecker
I've put together a quick php,mysql script on a temporary host. It's not possible to add roms. But you can view rom information in an organized way.
This is just an example of what is possible. Never mind the layout.
Its just a quick preview.
androidrepo.zxq.net/index.php
Greetings
Click to expand...
Click to collapse
The one thing to think about with this is when you allw people to add/update/delete their roms. You will have to have some sort of permission system in place that would prevent UserA from deleting a ROM that was created and uploaded by UserB.
Also, this creates another login/password that the rom creators need to remember.
Yeah i thougt about that, unfortunatly we live in a world where you can't trust people. So yes i need to build an user auth system
This was just preview
I'm going to bed now, ill be working on it tomorrow
have a nice day
I like to help
well I am just putting a new linux server online in the next day or so
toss one of my google adds on the page and you can host it there
and as space requirements grow I can add more np
it would at ther very least get it hosted so you guys can get it off the ground
by the way I have been lurking around here for months
some of the stuff you guys have done is truely sweet my phone
will never be the say again unless rogers has its way
Hello guys,
I've been working very hard on the repo and i'm glad to announce that the admin part is allmost fully finished!!
@Broncosis
Thank you for your reply!!!!
i hope your host can run php, and mysql. I use the mysql to upload foto's and roms are saved to the server harddisk. Will this be possible?
Thanks in advance for helping get this project off the ground !!
greetings
zuenaerox said:
Hello guys,
I've been working very hard on the repo and i'm glad to announce that the admin part is allmost fully finished!!
@Broncosis
Thank you for your reply!!!!
i hope your host can run php, and mysql. I use the mysql to upload foto's and roms are saved to the server harddisk. Will this be possible?
Thanks in advance for helping get this project off the ground !!
greetings
Click to expand...
Click to collapse
If I may make a suggestion: When you are working on the frontend (what the users (not devs) will see, code it using proper XHTML standards, and utilize classes from within your CSS. The reason I say that is I would be willing to make a desktop application that would scrape your webpage at load, and obtain the ROM categories, rom information, download links, etc, and the user would then be able to simply choose a ROM from the application, which in turn would download it, and create a nandroid backup of the phone, move the ROM over, and flash it, without any user interaction. (thats assuming I can work out a few of the troubles I am running into with ADB and Fastboot)
zuenaerox said:
Hello everyone,
I'm not new to this forum, i have used it for many years now. Yet i have never made any contribution to the community.
I was fiddling with my G1 again when i found out my rom folder was a complete mess filled with update.zip packages, roms i didn't even know i downloaded. So i though, hey lets develop an application to manage all my roms and radio's with a quick button to upload a rom or radio to my g1.
Something like this:
Sorry i could not post a link, it's restricted. My account is still blocked for that. Admin??
I wonder if anyone would be interested in such an application? And if you are interested could you come up with suggestions to make it better/ help me debugging (i'm a student, i don't have a lot of spare time).
If anyone is interested i will seriously think about further developing this app,
it's now in pre-pre-alpha stage or so .
Greetings from holland.
Click to expand...
Click to collapse
You may want to partner with the guy who built Droid Explorer. This sounds like a natural extension to that tool (if it's not already baked in). I know you can push things like APKs to the phone from Droid Explorer.
maxawesome said:
You may want to partner with the guy who built Droid Explorer. This sounds like a natural extension to that tool (if it's not already baked in). I know you can push things like APKs to the phone from Droid Explorer.
Click to expand...
Click to collapse
Do we know who it was that created Droid Explorer? I would love to be able to improve upon what he has already done.

HTC Friend Stream and widget for the hero?

Well as usual sprint has let many down dew to the fact that there is no voice-to-text keyboard (although we have a great replacement from the devs with v25 kb). Also the exclusion of the friend stream app and widget.
My question is there are many roms with the friend stream stuff in them will someone release one that can work for the heros based of the new 2.1 so that others may have access to this?
Thanks in advanced for anyone willing to work on this!!!
take the time to search the dev section
Thank you for the reply, although I have searched and downloaded every FriendStream.apk and com.htc.FriendStreamWidget.apk that is listed in these forums with no luck of a working Friendstream.apk, widget has little success.
Hence the reason I was asking if someone was going to try to port this to the hero, with the included frameworks and dependencies. Guess I should have spelled out what I was looking for, so I wouldn’t get the dreaded noob answer of go search.
But thank you once again for atleast replying back.
Erik
thanks sandboxlove but I actually like stock roms and tkirton did a rom of Hero_C_Sprint_2.27.651.5_R_rom - Stock w/ apps2sd rooted, and I would like to add friend stream to it.
Well I guess i need to start learning how to work with the android system. been reading for over a month and have a basic concept guess I need to go to the next level. lol

Tweakker 'All Operator APNs | Beta' - testers needed

We (Tweakker) have launched an Android application that will help users worldwide set up their internet (APN) settings.. We hope this forum could be interested in testing this new application. Even though your internet is working on your phone you can still try the app and help us improve it. For more details on the application and to download download it directly from the Android market.. just search for Tweakker.
Our mission is to solve the internet settings problems that users experience once and for all.
We will be following this thread to get feedback and provide support to any that run into problems.
Tweakker_Mobile said:
We (Tweakker) have launched an Android application that will help users worldwide set up their internet (APN) settings.. We hope this forum could be interested in testing this new application. Even though your internet is working on your phone you can still try the app and help us improve it. For more details on the application and to download download it directly from the Android market.. just search for Tweakker.
Our mission is to solve the internet settings problems that users experience once and for all.
We will be following this thread to get feedback and provide support to any that run into problems.
Click to expand...
Click to collapse
Just being the devils advocate here..
How does the application attain the end objective? A person would need this app the most at a time when their phone is not able to connect to the internet due to an APN issue. At such a time how will the user connect to the market to download this app?
Latching to a WiFi connection is not possible at all times.
I recommend that you release the app's apk that the user can download and keep handy.
Hi delltech
Good point. However everyone downloading the app has access to wifi - they can access the Android Market.. therefor the use-case has been designed around this premise. This enables us to constantly update the database that the application uses.
We are thinking about other setups and value this feedback!!
Alternative distribution channel, apart from Market, can also be included at a later stage.
Any more feedback on the functioning of the app, delltech. others?
Best regards
Sune - Tweakker
Although the app is located in the market, on my current phone, the Motorola Photon 4G world phone, the market refuses to let me pay for and download the app. Is there a way to request a certain Photon be added to your list of models so that the market recognize the phone.
Thanks

Samsung Galaxy S Plus GT-i9001 - BroodRom RC4 Wifi problems

If you're experiencing WiFi drop problems, may I suggest you have a look at application: "FXR WiFi fix and rescue", available on Play Store and free, no root required btw. It solved my problem at least.
Hi there,
as a new user on XDA-Developers I am not allowed to post in the development forums (yet)! Grrrr!
Anyway I would like to share interesting discovery about an application that has been able to fix (for me at least) the WiFi problem that's quite extensively discussed on the "Galaxy S Plus I9001 Android Development" thread, started by all-glorious-and-deserving BroodROM author: Broodplank1337.
As many users on that thread I've been experiencing the problem about WiFi connection lasting a few seconds to a few minutes, and then dropping. The only cure to this problem was to deactivate WiFi, then reactivate it. I sometimes had to retry up to 2-3 times for the WiFi connection to work again, but only for a few dozens of seconds / few minutes.
-> the application that fixed my problem is "FXR WiFi fix and rescue". I tried a few other but only that one solved the problem for me. I was surprised that it didn't even request root access rights...
On the aforementioned forum I could find several other fixes made by Broodplank and others, involving reflashing of Kernel and/or modem firmware. I didn't want to start flashing the Kernel again on the cellphone as some users had reported failure and I didn't want to risk bricking the phone.
Hope this info is useful and gets found by some people (I wished I could post it as a reply to the aforementioned thread, would have allowed a more concise answer, grrrr).
Hey,
Thank you very much for pointing out this app, If it really helps I will definitely add it to RC5. of course I'm very curious what the app does since it doesn't even need root access.
Tested the app and It seems to really fix the reception! I have 2 bars now on the 2nd floor and normally i would have 0 bars! (so it keeps disconnecting all the time)
Thank you very much!
Great!
Great!
You know what, if it was 8 years ago I would be like you, releasing custom ROMs etc or doing similar stuff. However in the meantime came wife and children... I don't have no time at all for hacking at home anymore!
On the professional side I'm doing similar job, only that it's not on smartphones (it's in digital TV market). I have good embedded Linux experience including bootloader stuff etc, but rather poor Android-specific knowledge (at the moment).
So there you have it: your devoted new user cyclistefou is an experienced professional embedded Linux hacker, thankful and admirative for your efforts on broodrom, wishing to help and certainly able to regarding knowledge, but having almost NO time at all. Today I'm doing a special effort to contact you as you deserve it with so much work in BroodROM.
-> in summary, please remember me, as a guy who has no time in general but still wishing to support and help... when I get post access to dev forums it will be easier for me to post useful info when I have it...
Thanks for your efforts. Too bad the SGS+ device HW is good but IMHO the SW is terrible. If there was not BroodROM I would be back to my trusty HTC Desire in no time!
Wifi disconnection issue solution.!!
i khow this problem. Thats the bug in the new firmware. But there is a solution. In your wifi router there is lan setting option where ull find Lease Time. Set it to two weeks. Lease was set to "forever" actually, I changed it to one day, rebooted both and now it seems to work fine, I've tried downloading bigger files and playing some games online, it didn't drop at all! I twill not disconnect again.
Thanks for your answers, hopefully it'll stay like this...

[Completed] LGL15g... We... the less fortunate.!

Firstly, allow me to thank the wonderful people here at xda for a great site that that obviously helps out so many folk with such diverse problems.!
Okay... I am originally versed and quite happy with my LG G2 (ATT rooted.. again thanx xda) but without finances to replace my broken touch screen, I have been on an extended temporary demotion to the cheapiest Android I could find... the StraightTalk LGL15g.
Trying once again to have 'free reign' over my OS (4.4.2 kitkat, same as the aforementioned G2) I rooted with chainfire's xda's link to Supersu (marked as 'stable'). It seemed to work fine with little to no obvious problems although very limited acess to files through Sqlite... then slowly deteriated in stability and is now resident to some very fustrating behaviours that I cannot find resolve for:
1) web pages 'refreshing' if I try to use an app or another web browser tab... and losing all my work (if the page had forms), and everything I had typed in 'reply' text boxes.
2) I can no longer upload photos to webpages oras attachments on emails.
The same 'refreshing' takes place. e.g. On facebook or other date sites that I use.. I click 'upload photo'... the file browser opens and I browse and select normally.. but when I 'ok it' instead of the upload process beginning, I am back to a refreshed page where I am prompted to 'upload photo' again.
ANY help, advice, or suggestion would be greatly appreciated.!
~ Cheryl
Incidentals...
Incidentally, it is the reason I have no 'profile photo' or avatar on my account here
Hello, Thanks for using XDA Assist.
I request you to please post your issues at QnA Subforum or General Help Thread. Experts there might be able to help you out.
Once again, thanks for using XDA Assist.
Have a nice time !

Categories

Resources