Affichage des articles dont le libellé est code.... Afficher tous les articles
Affichage des articles dont le libellé est code.... Afficher tous les articles

mardi 25 mars 2014

[Q] defy plus code corrupt help! topic




Hello

I'm trying to get a Defy and this problem is new to me. I installed the Retail Room, when the battery died in the process. Actually the battery is bad contact (discovered it today) and that every time I turn the phone gives the message:

Bootloader
09.10

Code Corrupt

Battery Ok
Ok to program
Connect USB
Data Cable


I tried to flash the rom retail again, and RDS Lite is only the message "SW Update In Progress .." ..

Stay long until the battery dies again, which I carry in another defy up to 100% and try again.

What can this be guys? What I have to do to burn the right rom? I've tried some Chinese rooms but without success.

Thanks to al ! !!





dimanche 23 mars 2014

fastboot oem unlock w/ code topic




one question, should be simple enough to answer i hope. if i get the unlock code to unlock the bootloader will it wipe my phone? the process i think i will use:

plug in factory cable
boot into AP fastboot
Fastboot OEM Unlock
Flash Clockwork Mod Recovery (for the sake of gaining ADB access)
reboot into clockwork mod
enter adb command (adb pull /data/data/com.android.providers.settings/databases/settings.db c:\
examine the settings file
adb shell
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
update secure set value=1 where name='mobile_data';
reboot phone normally
enter google credentials to authenticate using mobile data.

my question is, will unlocking the bootloader using fastboot oem unlock wipe my phone? my goal is simply to enable mobile data so google creds will authenticate. mobile data and wifi are both disabled, usb debugging is not enabled, the phone is completely stock and not rooted, and the bootloader is locked.





mercredi 19 mars 2014

[Q] problem unlocking by code atrix 4g topic




Hi, recently I bought an atrix 4g with the broken glass. I replaced it, unlock the bootloader and flash the cm10 in it. I bought the code to unlock and when inserted it says that failed. Could this happend because the rom is not the original? I made a back up but the micro sd card stopped working and now I don't have any way to go back to stock. I'm not sure but I tink that the network lock is t-mobile uk.. Can I found out what carrier is the phone locked? Can I download the stock rom or OTA? Thanks to all





lundi 17 mars 2014

Kernel Source Code Available! topic




Just looked on HTCdev and it turns out source code is available for all HTC one max devices.

Did this happen recently?

*update*

guess this was a couple weeks ago... so im guessing this is a repost lol





dimanche 16 mars 2014

[Q] Lost pin code for my LG G2. topic




Hi Guys,

As the title is suggesting, my phone has been locked and the only way left to get in to the phone and access my data is using my google account credentials.

I was at a public place and needed to charge my phone so i turned off the data and wifi and set up a pin lock. So later when the phone was charged i tried to unlock it but i seemed to have forgotten the pin. while doing it multiple times i ran out of attempts to be able to unlock the phone using pin. So the only shot i was left with was using my google account info. when i try putting the google info, they show invalid even though i put the correct credentials.

And again my wifi and mobile data are off so even the android device manager doesnt seem to be a way to go.

I tried calling the LG customer service to see if they can help, i explained them the situation and told them i needed my data to stay but the only choice they offered me was a pin that would unlock the phone but also erase everything in it.

Also, I do not have my bootloader unlocked. or anything of that sort.





samedi 8 mars 2014

Sim Unlock code not Working topic




I have a rooted HTC one, trying to unlock to use with T-mobile. Was using ARHD 51. Flashed a stock sense based rom but code still not working.

Any suggestions?





vendredi 7 mars 2014

Request knock code topic




Has anyone ported the knock code from the Gpro 2 yet? If so could you please post a link
Thanks





Re: Is their a command to view code? topic




On Fri, Mar 7, 2014 at 10:55 AM, NexusRAwesome1995 .
<(E-Mail Removed)> wrote:
> I am making a text based aventure game for my assignment and a friends test
> run has somehow saved over the entire code file and now im using an earlier
> version of the code. I have 0 idea if there is anyway to look at the code
> using the IDLE and i need to do it to see how i fixed the fatal error left
> behind by a friend. My on computer backup has not worked and the backup on
> my memory stick also has the same problem.
> If anyone knows of a way to get my code back i will be grateful as this is
> my 1st project and i'm not that used to the syntax.
> the item added is the outcome of what happened.


Sorry, Python doesn't keep the source code in memory. If the game is
still running in the interpreter, you can ask it for the source code
of a particular code object, but it implements this by opening the
source file and reading it in. Since you've overwritten the file, the
source code would be wrong. The best that you could do in this case
would be to disassemble the code objects using the dis.dis() function,
and then try to reverse-engineer the Python code from the byte code.
If the interpreter is no longer running, then there is nothing you can
do.

For the future, I strongly recommend using a version control system,
such as the free and relatively lightweight Mercurial. Then when you
have these kinds of mishaps all you have to do is check the most
recent version of the code out of the repository again. You should of
course continue to create backups as well, in case of more disastrous
events (although memory sticks are far too failure-prone to be
considered a reliable backup solution IMO).





Re: Is their a command to view code? topic




On Mar 7, 2014 1:16 PM, "NexusRAwesome1995 ." <(E-Mail Removed)>
wrote:
>
> I am making a text based aventure game for my assignment and a friends

test run has somehow saved over the entire code file and now im using an
earlier version of the code. I have 0 idea if there is anyway to look at
the code using the IDLE and i need to do it to see how i fixed the fatal
error left behind by a friend. My on computer backup has not worked and the
backup on my memory stick also has the same problem.
> If anyone knows of a way to get my code back i will be grateful as this

is my 1st project and i'm not that used to the syntax.
> the item added is the outcome of what happened.
>

You will be better off asking on python tutor list. However, go back to the
source you have and debug it
> --
> https://mail.python.org/mailman/listinfo/python-list
>







jeudi 6 mars 2014

[Q] Product Code, HOW? topic




How can I know my Galaxy Note 3 product code?
I know, from manuals and box that's an ITV no bran italian phone, and it's black, so it should be SM-N9005ZKEITV but I am not sure.
I didn't find any code to know the exact model, only firmware version (which is ITV as of unboxing).

Any clues?





dimanche 23 février 2014

cant understand this code topic




Hi everyone,
can someone explain this code to me?

a=1, b=1, c=1;

c = --a&&b++;

After this statement b=2 according to me, but the result is b=1;
Why?

Regards,
Ravindra

--
<http://www.helpachild.in>





[Q] Unknown error code during application install:24 topic




Hello
I've seen answers from quite some time ago (like this :http://forum.xda-developers.com/show....php?t=1992241 ), and I'd like to know if there's a new/ more relevant solution.
I get this "Unknown error code during application install: "-24"",
Is there a way to fix it without a Factory Reset or Root?
Thanks!
Alon





[Q] Unknown error code during application install:24 topic




Hi, noob here :)
I've seen answers from quite some time ago (like this :http://forum.xda-developers.com/show....php?t=1992241 ), and I'd like to know if there's a new/ more relevant solution.
I get this "Unknown error code during application install: "-24"",
Is there a way to fix it without a Factory Reset or Root?
Thanks in advance!
Alon





mardi 18 février 2014

[Q] s4 SIM unlock developer code not working, please help! topic




New to this, tired of getting ripped off by t mobile. Ran the dev menu, matched my value to 116631 , golden nv back up existed and still my device isn't unlocking. T mobile s4, stock Rom, sgh-m919. I was blacklisted a while ago, have been living off Wi-Fi and I'm trying to switch to h2o. Made the mistake of spending the money on the card and plan before successfully unlocking. Please help this noob :(





lundi 10 février 2014

unlock by code topic




If you need to unlock your phone without oppening it or software modding, maybe I can help you!
PM me you model and i´ll see if I can make your unlock code (only for few models yet and I cant make for Samsung phones).
It´s not free,neither expensive.
Later,
doiiido.





CM Code Name topic




What is the code name on the CM website where I would find the T-Mobile Note 3 downloads?





jeudi 30 janvier 2014

Unlocking MSL CODE REQUIRED topic




1. Download " aLogcat " from the playstore
2. Click the Search button top right corner
3. Type in " MSL "
4. You're MSL # will show up asap.

GL and Enjoy!





Help with this code.. topic




Hi. I am following android tutorial in making audio player. This is my first app to learn. I'm just wondering if i can change the path location for the music/songs because in the code the path used is in the sdcard. I haven't a physical android phone I'm just using the virtual, I want to change it the location where my music on my laptop are place. Can i do that? how?

------------------------------this is the code----------------------------------------------------------
// SDCard Path
****final String MEDIA_PATH = new String("/sdcard/");


Thank you!





mercredi 29 janvier 2014

sim unlock network code, claro chile topic




hi, i have a mot g, from chile, CLARO network

they are locked, and ask for sim unlock network code

i know i have to buy it, but, where? a good web that can be trusted?

tried some guy from ebay ok, he did not had the code