schlund-deprecated / photon-android

Automatically exported from code.google.com/p/photon-android
0 stars 0 forks source link

APN 3G configuration #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start access point names
2. wrong report (unexpected error in android)
3. without APN configuration am possible I no 3G uses.

What version of the product are you using? On what operating system?

Android 30-05-11 release 

Please provide any additional information below.

without APN configuration am possible I no 3G uses.

Original issue reported on code.google.com by bassph...@gmail.com on 31 May 2011 at 5:05

GoogleCodeExporter commented 9 years ago
can't confirm that. Working for me and not reproducable.
Please give further information like: Error message, provider, accurate 
procedure, network, country.

Original comment by b.baerth...@gmail.com on 31 May 2011 at 5:43

GoogleCodeExporter commented 9 years ago
i have similar issue, i will provide logs.
one workaround is to get the file named "apns-conf.xml" from the phone with adb 
and modify it with your apn details, then upload it again.
you can search on google for that in details

Original comment by mham...@gmail.com on 31 May 2011 at 9:07

GoogleCodeExporter commented 9 years ago
error: unexpected error in android
provider: mobile vikings
country: belgium
Network base (belgium)

Original comment by bassph...@gmail.com on 31 May 2011 at 9:43

GoogleCodeExporter commented 9 years ago
here is a workaround for you:

1- download adb here: http://photon-android.googlecode.com/files/adb-win32.zip
2- connect your phone to your computer when runing android
3- execute this line in windows command line:
#adb.exe pull /system/apns-conf.xml .
4- you shall have a new file in the adb folder. now edit this file, and add 
your Mobile Vikings APN settings, and remove ALL the other APNs.
5- upload the new file to your phone:
#adb.exe push apns-conf.xml /system/apns-conf.xml
6-restart android

it should work!

Original comment by mham...@gmail.com on 31 May 2011 at 10:13

GoogleCodeExporter commented 9 years ago
if I do this then I get wrongly in cmd: 
adb server are out-of-date. killing 
daemon successfully * 
remote object ' /system/apns-conf.xml' does not exist

Original comment by bassph...@gmail.com on 31 May 2011 at 10:36

GoogleCodeExporter commented 9 years ago
don't worry about initial error message, this adb version is not really stable.
the rest is my fault, the real path is:
/system/etc/apns-config.xml

Original comment by mham...@gmail.com on 31 May 2011 at 10:59

GoogleCodeExporter commented 9 years ago
try "/system/etc/apns-conf.xml" :)

Original comment by b.baerth...@gmail.com on 31 May 2011 at 11:01

GoogleCodeExporter commented 9 years ago
I have done what you said but it does not work still…

Original comment by bassph...@gmail.com on 31 May 2011 at 11:16

GoogleCodeExporter commented 9 years ago
ok, then i dont know how we can help without more information...

Original comment by mham...@gmail.com on 31 May 2011 at 11:32

GoogleCodeExporter commented 9 years ago
I cannot surf on Internet, he can make no connection, and the apn which I net 
has introduced are correct entirely. Mobile Viking sits on the network of base 
(belgium) is correct it what I have done in the traffic-jam apns-conf.xml?: 
<apns version="8">
<apn carrier="Mobile Vikings" mcc="206" mnc="20" apn="web.be" user="web" 
password="web" type="default,supl" />
</apns>

does the name have change perhaps in base? 

Original comment by bassph...@gmail.com on 31 May 2011 at 11:40

GoogleCodeExporter commented 9 years ago
you can try to provide traces after you try to connect 3G:
# adb logcat -d > logcat.txt
# adb dmesg > dmesg.txt
# adb logcat -d -b > logcat-radio.txt

then upload files here

Original comment by mham...@gmail.com on 31 May 2011 at 11:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
the files

Original comment by bassph...@gmail.com on 1 Jun 2011 at 1:06

Attachments:

GoogleCodeExporter commented 9 years ago
Please try again with following commands:
# adb shell dmesg > dmesg.txt
# adb logcat -b radio > logcat-radio.txt

Original comment by b.baerth...@gmail.com on 1 Jun 2011 at 1:36

GoogleCodeExporter commented 9 years ago
the new files 

Original comment by bassph...@gmail.com on 1 Jun 2011 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago
nothing really helpful appart this:
"RX::> +HTCerror: 3,21"

can you try enabling airplane mode, disabling airplane mode, enable data, wait 
a little for the "E" or "H" logo and generate those two logs:
# adb logcat -d -b radio > logcat-radio.txt
# adb logcat -d > logcat.txt

cheers

Original comment by mham...@gmail.com on 1 Jun 2011 at 1:18

GoogleCodeExporter commented 9 years ago
reading SIM card fails:
please "Call" *#*#4636#*#* 
-> enter phone menu and tell us what is written there (IMEI,Phonenumber, 
Network,GSM, GPRS-Service, Networktype, etc etc

Original comment by b.baerth...@gmail.com on 1 Jun 2011 at 1:59

GoogleCodeExporter commented 9 years ago
files

Original comment by bassph...@gmail.com on 1 Jun 2011 at 2:14

Attachments:

GoogleCodeExporter commented 9 years ago
IMEI-number: 357215030742418
Phonenumber: 0487028745 (these number is wrongly my real number is: 
0473278743…: s)
network: Base (mobile vikings)
GPRS: connection broken
networktype: HSDPA

Original comment by bassph...@gmail.com on 1 Jun 2011 at 2:21

GoogleCodeExporter commented 9 years ago
ppp sent: 7 parcels 111 bytes
ppp to receive: 1 parcels 28 bytes (this remains the complete time same)

Original comment by bassph...@gmail.com on 1 Jun 2011 at 2:26

GoogleCodeExporter commented 9 years ago
if I always start android krijg I a report that the sim are modified, already I 
on click get I these there wrongly: 
(process com.android.settings) has stopped. 
Already I on access point names click have  I the same wrongly. 
I think that there is something wrong at reading the simkaart. 
I get also always a report that the simkaart are full (and stands there nothing 
in…) 

Original comment by bassph...@gmail.com on 1 Jun 2011 at 2:36

GoogleCodeExporter commented 9 years ago
ok thank you, i have an idea... be patient, i will tell you then

Original comment by b.baerth...@gmail.com on 1 Jun 2011 at 3:02

GoogleCodeExporter commented 9 years ago
okay thanks to soon

Original comment by bassph...@gmail.com on 1 Jun 2011 at 3:06

GoogleCodeExporter commented 9 years ago
issue is, android does not uses the correct apn:
[GsmDataConnection-1] Connecting to carrier: 'Base Web' APN: 'gprs.base.be' 
proxy: 'null' port: 'null

it should be "mms.be"
im afraid we need to fix the "unexpected error" so you can select your own APN

hopefully schlund has already an idea in mind

Original comment by mham...@gmail.com on 1 Jun 2011 at 3:49

GoogleCodeExporter commented 9 years ago
Mobile Viking sits on the network of Base.be, but on the Internet site of 
Mobile vinkings stands there that the 
APN: web.be 
must be I have that done but I am not possible on Internet. 

Original comment by bassph...@gmail.com on 1 Jun 2011 at 4:12

GoogleCodeExporter commented 9 years ago
T-MOBILE Netherlands works fine with 3g. Great job. But seems planet is down?

Original comment by dutch...@gmail.com on 1 Jun 2011 at 7:09

GoogleCodeExporter commented 9 years ago
hey!
please try following:
remove your old android files, extract the lastest release ... everything same 
with the tutorial BUT!
before you start: enter "update" folder on your sd card, remove every file and 
folder EXCEPT "installbusybox.sh"!
start and report pls :)

Original comment by b.baerth...@gmail.com on 2 Jun 2011 at 2:48

GoogleCodeExporter commented 9 years ago
it works I ordinary android has again installed yesterday, then it did not work 
still I up to this afternoon WM has then used and then android started and it 
worked. I think that wrong it was: 
1. there drunk there firstly another sim card in the gsm then the old android 
on stood. afterwards I have put my mobile Viking card in and it worked 
therefore in absolutely no manner. (and directly my mobile now I android have 
installed Viking card put in.). 
2. if I start android I in WM my sim have never unbolted card, today I have, 
however, done this and android started and it worked ;) 

thanks for the aid all.

Original comment by bassph...@gmail.com on 2 Jun 2011 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by b.baerth...@gmail.com on 10 Jul 2011 at 1:49

GoogleCodeExporter commented 9 years ago
Still not fixed for me.. When I want to go android from WM, I need to have SIM 
imputted ? ;) 

I had 3G working fine, so I tried to download something from the market.. 
Android crashes and 3G not working anymore.. Tried to update, removed all files 
and shit, but still not working :(

Same error as posted here...

Original comment by bartwi...@gmail.com on 16 Jul 2011 at 3:08

GoogleCodeExporter commented 9 years ago
1. Which release are you using ? (Downloaded from this google code page ? Any 
other updates ?, Clean installation ?) Please give detailed feedback!
2. Which country, provider, network ? 

SIM card should only be removed once on first! boot if you have problems there.

Original comment by b.baerth...@gmail.com on 16 Jul 2011 at 3:27

GoogleCodeExporter commented 9 years ago
still there (only affect some users with specific APNs) 
explanation could be there, see here:
http://forum.xda-developers.com/showthread.php?t=748980

to be tested and validated

Original comment by mham...@gmail.com on 17 Jul 2011 at 1:13

GoogleCodeExporter commented 9 years ago
ok, the workaround proposed in the previous message is working for me and fixes 
the issue!!
will be in next release

Original comment by mham...@gmail.com on 17 Jul 2011 at 2:57

GoogleCodeExporter commented 9 years ago
That solution works! Thanks!

For the users with the same problem: I have vodafone, Netherlands(Holland).

Original comment by bartwi...@gmail.com on 17 Jul 2011 at 6:57

GoogleCodeExporter commented 9 years ago
worked for me too :-)
shall be in future release

Original comment by mham...@gmail.com on 17 Jul 2011 at 8:25

GoogleCodeExporter commented 9 years ago
got the same issue already again..

Original comment by bartwi...@gmail.com on 23 Jul 2011 at 3:58

GoogleCodeExporter commented 9 years ago
when will be available the next release?

Original comment by kostasy2...@gmail.com on 24 Jul 2011 at 10:53

GoogleCodeExporter commented 9 years ago
I am a Japanese user. 
Since it is automatically recognized with a SIM card, an APN setup cannot be 
performed. 
It is difficult although the comment was read.

Original comment by teddy...@gmail.com on 15 Oct 2011 at 1:43