Wiki pages are not saving changes!? - About xda-developers.com

every time i hit save
i get this error message
Sorry! We could not process your edit due to a loss of session data. Please try again. If it still does not work, try logging out and logging back in.
even if i log out, then log back in
i still get the same error message when i edit the page, and try to save it again.
trying to update the SGS pages with some info
Code:
= Build-in Features =
== Secret Codes ==
'''note:''' these codes should activate automatically after the last character input*
{|border=1
|-
! Code || Description
|-
| *2767*3855# || Factory Reset to ROM firmware default settings
|-
| *#*#197328640#*#* || service mode main menu
|-
| *#0011# || service mode signal status
|-
| *#... || more to come...
|}
== USSD Codes ==
'''note:''' after entering the codes you need to hit the Dial button
{|border=1
|-
! Code || Description
|-
| *#123# || it tells you if you are within your local area or roaming
|-
| *#... || more to come...
|}

Same here, and some of the Special Pages arn't working.
I'll make svetius aware.
Dave

does anyone know if the wiki have been fixed yet?

AllGamer said:
does anyone know if the wiki have been fixed yet?
Click to expand...
Click to collapse
Seems fixed to me

good,
yes, i was finally able to save the changes
i just tried earlier today and it was still not working

Related

Accessing SQL server Database

So I am trying to access a data an sql database hosted by godaddy.com i am easily able to write to and read from the database from a desktop app the i wrote but i was trying to write an app for my windows moible phone that would write to the database but its not working. I don't get any errors, the program just runs but nothing get written to the database. Any help would be great. Thanks
Code:
string connectionstring = "data Source=irus99.db.5497838.hostedresource.com;Initial Catalog=irus99;Persist Security Info=True;User ID=usr;Password=pw";
SqlConnection connection = new SqlConnection(connectionstring);
string insertStatement = "INSERT Data (User, ZipCode, LatLong) " + "VALUES (@User, @ZipCode, @LatLong)";
SqlCommand insertCommand = new SqlCommand(insertStatement, connection);
connection.Open();
insertCommand.Parameters.AddWithValue("@User", "name");
insertCommand.Parameters.AddWithValue("@ZipCode", 32826);
insertCommand.Parameters.AddWithValue("@LatLong", 28.59283);
connection.Close();
no one knows...
........
Calling
Code:
insertCommand.ExecuteNonQuery();
before closing the connection?
heliosdev said:
Calling
Code:
insertCommand.ExecuteNonQuery();
before closing the connection?
Click to expand...
Click to collapse
Thanks for replying, I tried what you said but I get an error. I put the insertCommand.ExecuteNonQuery(); right after the other insert commands. do you have another suggestion. Thanks again
You put the line just before closing the connection, right?
Do you check that the connection is open after the connection.Open() call?
heliosdev said:
You put the line just before closing the connection, right?
Do you check that the connection is open after the connection.Open() call?
Click to expand...
Click to collapse
how can i check?, I just assumed that it was since i was not getting any errors
check connection.State == ConnectionState.Open
P.S.:
What cf version are you using? (2.0, 3.5)
I'm using SqlCeConnection and you have SqlConnection
heliosdev said:
check connection.State == ConnectionState.Open
P.S.:
What cf version are you using? (2.0, 3.5)
I'm using SqlCeConnection and you have SqlConnection
Click to expand...
Click to collapse
I tried SqlCeConnection but I was getting errors. I'm using 3.5
Is check a command cause its not showing up???
Code:
...
connection.Open();
if (connection.State == ConnectionState.Open)
{
...
connection.Close();
}
...
heliosdev said:
Code:
...
connection.Open();
if (connection.State == ConnectionState.Open)
{
...
connection.Close();
}
...
Click to expand...
Click to collapse
I get an error
'System.Data.ConnectionState' is a 'type' but is used like a 'variable'

[Q] cant flash AOSP (error in CWM)[solved][now with fix]

ok when i flash any AOSP ROM i get an error.. i wipe user data cache dalvik cache and im doing this all on the EL26 CWM repack
ok i have tried this on AOKP build 40 CM9 alpha6 and paranoid android v1.5(new) and 1.6 and i always get the same error.... please help
error:
Code:
finding update package...
opening update package...
installing update...
assert failed:
getprop("ro.product.device") == "epic4gtouch" | |
getprop("ro.build.product") == "epic4gtouch" | |
getprop("ro.product.device") == "SPH-D710" | |
getprop("ro.build.product") == "SPH-D710" | |
(status 7)
installation aborted.
the last two getprop is from your current build.prop
the first two are from your new build.prop
the must match to flash
What was your fix for this? I have been trying to figure this out for days. I have the Boost Mobile flavor of this device. Its the same hardware... Currently running FI22 (real/stock OTA) with AGAT FK23's repack. I have tried the EL26 CWM5 as well, both give identical errors.

Assert Failed.

You get this error or something similar:
Code:
Code:
assert failed: getprop("ro.product.device") == "thunderc" || getprop("ro.build.product") == "thunderc"
You do this with 7-Zip/WinRAR
Note: DO NOT EXTRACT ROM!
In the ROM go to:
/META-INF/com/google/android/updater-script
1)Open updater-script with a script editor such as notepad/notepad++ (makes things 10x easier), or gedit if you use linux
2)Delete the first line of code (all the way up to the first semicolon you see) and delete the first semi-colon as well
Do not go past the first semiclon when deleteing and DO NOT forget to delete the first semicolon.
Cheers!
Now please stop posting this problem on everyone's ICS ROMs.....
Someone make this a sticky please
Click to expand...
Click to collapse
Originally posted by sammyz

[Q] How install PAC-MAN ROM error with assert build & device m7

Hi,
I'm trying to install PAC-MAN ROM on my mobile but i'm a little bit lost with build versions m7, m7att, m7spr, m7tmo, m7ul, m7vzw, m7wls. On my mobile informations with adb ro build project is :
ro.build.project=M7_UL_JB43_SENSE55_MR:338159
So i took the m7ul version. Wipe data/factory reset is okay bit when i flashing, I have an assert failed when he check two properties at the installation. But if i seach this two properties on my mobile information, they seem correct :
It fails at: assert(getprop("ro.product.device") == "m7" || getprop("ro.build.product") == "m7" ||
getprop("ro.product.device") == "m7ul" || getprop("ro.build.product") == "m7ul");
ro.product.device=m7
ro.build.product=m7
I don't know why it dosen't work.
ClockworkMod recovery v6.0.4.6
HBOOT-1.55.000
Here is a solution (sorry but i haven't 10 posts, i can't write an url on my question): androidgadgematic. com/2012/12/fix-custom-rom-installation-status-7.html
But before i want be sure that i must use m7ul version.
This is the HTC one X forum....not the ONE forum !!!

Bootloader Error while flashing LineageOS from Stock Nougat

I'm trying to flash LineageOS unofficial (actually i'm trying to flash LineageOS for MicroG it gives me same errors) with twrp but it tells me my bootloader (0xC113) isn't supported (only 0xC105, 0xC106, 0xC107 and 0xC112 are supported). It was suggested in this forum to flash nougat firmware, but I already have the latest nougat stock rom (7.1.1 security patch level 1. Nov Build number NPNS26.118-22-2-8). What should I do?
figured it out by myself. search in the zip for all files containing 0xC112 and replace them with 0xC113. here Are the files, line numbers and the line content to modify for lineageOS for Microg. Normal LineageOS may vary in Line numbers:
Code:
[B]META-INF/com/android/metadata[/B]:5:pre-bootloader=0xC105|0xC106|0xC107|[B]0xC112[/B]
[B]META-INF/com/google/android/updater-script[/B]:2:assert(getprop("ro.bootloader") == "0xC105" || getprop("ro.bootloader") == "0xC106" || getprop("ro.bootloader") == "0xC107" || getprop("ro.bootloader") == "[B]0xC112"[/B] || abort("This package supports bootloader(s): 0xC105, 0xC106, 0xC107, 0xC112; this device has bootloader " + getprop("ro.bootloader") + "."););
[B]system/build.prop[/B]:197:ro.build.expect.bootloader=0xC105|0xC106|0xC107|[B]0xC112[/B]
I followed this guide and worked for me .
https://forum.xda-developers.com/showpost.php?p=74069195&postcount=91
tiago1966 said:
I followed this guide and worked for me .
https://forum.xda-developers.com/showpost.php?p=74069195&postcount=91
Click to expand...
Click to collapse
Did you just flash the files from that build over the already installed NPNS26.118-22-2-8 build?
Mr_prfssnl said:
Did you just flash the files from that build over the already installed NPNS26.118-22-2-8 build?
Click to expand...
Click to collapse
Hello,
Yes, i did accoding to guide and was in the build mentioned for you.
Best regards,
Didn't work for me
mewn1 said:
figured it out by myself. search in the zip for all files containing 0xC112 and replace them with 0xC113. here Are the files, line numbers and the line content to modify for lineageOS for Microg. Normal LineageOS may vary in Line numbers:
Code:
[B]META-INF/com/android/metadata[/B]:5:pre-bootloader=0xC105|0xC106|0xC107|[B]0xC112[/B]
[B]META-INF/com/google/android/updater-script[/B]:2:assert(getprop("ro.bootloader") == "0xC105" || getprop("ro.bootloader") == "0xC106" || getprop("ro.bootloader") == "0xC107" || getprop("ro.bootloader") == "[B]0xC112"[/B] || abort("This package supports bootloader(s): 0xC105, 0xC106, 0xC107, 0xC112; this device has bootloader " + getprop("ro.bootloader") + "."););
[B]system/build.prop[/B]:197:ro.build.expect.bootloader=0xC105|0xC106|0xC107|[B]0xC112[/B]
Click to expand...
Click to collapse
I didt exactly that way. but it says - Invalid zip format ! -
yosoykarim said:
I didt exactly that way. but it says - Invalid zip format ! -
Click to expand...
Click to collapse
Upgrate to Oreo and try again, your firmware is outdated
Follow this guide: https://forum.xda-developers.com/mo...m-official-fastboot-stock-oreo-image-t3786537
Edit: Seems like the latest firmware link on that thread is down, instead download it from HERE and follow the instructions in the guide to flash

Categories

Resources