[Fix]Solution to Sim Unlock BUG! - Galaxy S 4 i9505 Android Development

I found it the solution by random trying
Its seems to be 2 of samsung own apks! They screw up the system with their own apks!
Delete:
/system/app/CSC.apk
and
/system/app/QCWfdService.apk
and it will always work
I saw "cscreceiver" giving an error about the sim. and the other one is probably firmware updates or so which doesn't work
edit: it doens't always work but it does work more often :/

this is for GE ROMs right?

broodplank1337 said:
I found it the solution by random trying
Its seems to be 2 of samsung own apks! They screw up the system with their own apks!
Delete:
/system/app/CSC.apk
and
/system/app/QCWfdService.apk
and it will always work
I saw "cscreceiver" giving an error about the sim. and the other one is probably firmware updates or so which doesn't work
edit: it doens't always work but it does work more often :/
Click to expand...
Click to collapse
if you just wait 30 seconds and try it.. it works..

My solution was to simply remove the sim pin using the settings/security/sim card lock options in CM.
Sent from my GT-I9505

BillGoss said:
My solution was to simply remove the sim pin using the settings/security/sim card lock options in CM.
Sent from my GT-I9505
Click to expand...
Click to collapse
That is the best work around idd , still I was watching at the sources of android.policy.jar and systemui.apk, the ones who are responsible for that, but I couldn't really find anything wrong (or atleast.. the whole smali code is wrong, we should have had proper java sources by now).
Kinda lame from samsung but still we have a aosp base with a small bug and a large filesize and a reasonable performance XD.
What did they do at samsung to make it this big (aosp is normally 200mb tops and "low scoring" (the rom itself is very smoooth but the antutu performance is kinda terrible in comparison with every other rom actually), don't want to sound as a nagger because I'm very happy with this base. its more then I've ever could dream of on the Galaxy S Plus i9001 (I spent 1.5 years trying to build aosp without success -.-). So I'm really thrilled to finally be able to build my own rom on a real aosp base instead of 50/50 aosp/cm.
Oh btw Antutu scores are very low for me but Quadrant on the other hand! Thats more like it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
hahaah so big, amazing that this ENORMOUS picture is displayed on the only 5" screen lol, 480dpi XD

It seems I found the solution for sim unlock bug! The problem is probably in stk.apk! Try to put that https://www.dropbox.com/s/10k5lhca10yw37w/Stk.apk to /system/app and change it's permissions!

cat_baxter said:
It seems I found the solution for sim unlock bug! The problem is probably in stk.apk! Try to put that https://www.dropbox.com/s/10k5lhca10yw37w/Stk.apk to /system/app and change it's permissions!
Click to expand...
Click to collapse
Of course! XD Now I think about it SimToolKit, how obvious, anyways thanks a lot for mentioning ^^

new news about sim unlocking fix ?

-sandro- said:
this is for GE ROMs right?
Click to expand...
Click to collapse
Yes and working

I just discovered you can bypass the sim pin unlock bug by entering the sim pin and quickly fiddle around with the lockscreen.
You will enter the settings and you van disable the sim pin the regular way and start using your phone!
Even of you don't disable the sim pin you can still use your phone but you won't be registered on the phone network.

Related

Unlock screen bug

Hi! Sometimes when i unlock the phone, it remains in a black screen (like in print screen) and i need to lock again and unlock to work. What is this problem?
p.s: i'm new galaxy nexus user
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
xTee said:
Hi! Sometimes when i unlock the phone, it remains in a black screen (like in print screen) and i need to lock again and unlock to work. What is this problem?
p.s: i'm new galaxy nexus user
Click to expand...
Click to collapse
well I might not be able to help you, but with only that much of information noone will be able to.
Plz tell us what rom, what model etc etc give us the information we need to help you^^
Nordpolcamper said:
well I might not be able to help you, but with only that much of information noone will be able to.
Plz tell us what rom, what model etc etc give us the information we need to help you^^
Click to expand...
Click to collapse
stock rom (icl53f), without root.
i bought the phone 3 days ago and it was ok till the last night :-/ maybe a conflict with some apps?
Sorry for posting in Galaxy Nexus Themes and Apps :/
It probably is an app that's doing it as a stock unrooted phone shouldn't have issues like that.
Sent from my Galaxy Nexus using XDA App
xTee said:
stock rom (icl53f), without root.
i bought the phone 3 days ago and it was ok till the last night :-/ maybe a conflict with some apps?
Sorry for posting in Galaxy Nexus Themes and Apps :/
Click to expand...
Click to collapse
It may not fix it but at the vet least you should boot into recovery and:
Wipe dalvik
Fix permissions
...and then reboot. If it is still there after that then you know you have bigger problems.
Sent from my Galaxy Nexus using Tapatalk
This happens to me on aokp sometimes as well....I'll unlock the phone and I'll get a black screen with just my recent apps button showing and the only way I can do anything is pressing the apps button and going to a recent app and then the rest of my buttons will show up....I'll take a screenshot next time and post it here
sent from my Nexus Prime
I can't take a screenshot.....the power button won't work...interesting thing is if I leave it alone, nova launcher force closes..weird
sent from my Nexus Prime

[FIX][WORK] video cam stretched problem on AOSP camera.apk

THE FIX ​
add this on class
VideoCamera.java, method setCameraParameters():
mParameters.set("capture-mode", "normal");
mParameters.set("cache-first-frame", 0);
mParameters.set("cam-mode",1);
mParameters.set("video-size",mProfile.videoFrameWidth+"x"+mProfile.videoFrameHeight);
Click to expand...
Click to collapse
THE PROBLEM IS THIS
as you can see the circle isnt perfect​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i'll try this when got home. thanks for the tip.
Now that you have that fixed out can you take a look why the screen blacks out when you rotate the screen?
Is the above issue present on stock devices as well?
Dont really make videos with my HOX but i would be interesting to know!
has anyone compile with this option ?
would luv to have feedback
vladnosferatu said:
has anyone compile with this option ?
would luv to have feedback
Click to expand...
Click to collapse
I'll try in a couple minutes
Sent from my HTC One X using xda premium

			
				
Thanks for the feedback
finally you fixed it on your own... great work ! Let Trip and the other AOSP Devs know so that they can integrate it ! I dont have a video but i tested it and its working !
n3ocort3x said:
finally you fixed it on your own... great work ! Let Trip and the other AOSP Devs know so that they can integrate it ! I dont have a video but i tested it and its working !
Click to expand...
Click to collapse
yeah,
its here for the all world !!!
i want to try this tip on rom charmeleon, is possible?
cranio84 said:
i want to try this tip on rom charmeleon, is possible?
Click to expand...
Click to collapse
sense roms, dont have this problem
thanks for information
vladnosferatu said:
yeah,
its here for the all world !!!
Click to expand...
Click to collapse
Yeah works. We forked cam in our repo and alpha 2 gonna have it. Thanks. Out of your head? Nice ,dude
Sent from my HTC One X using Tapatalk 2
Is there some property we can set that modifies those values instead? Modifying source code to fix a bug that only occurs on one device isn't really good practice :/ Good job finding the fix though.
tgascoigne said:
Is there some property we can set that modifies those values instead? Modifying source code to fix a bug that only occurs on one device isn't really good practice :/ Good job finding the fix though.
Click to expand...
Click to collapse
I guess we can set in the Overlays
the|gamer said:
I guess we can set in the Overlays
Click to expand...
Click to collapse
Still not terribly ideal, what happens when the file we're modifying gets changed by the Cyanogenmod team? That'd mean either A) we don't get updates or B) the build breaks entirely.

[Q] Graphics problem on RemPuzzle

Hello to the whole xda community!
Even though this is my first post, I`ve been around here much more and did test quite a lot of ROMs for my current phone- HTC Wildfire... Anyways, I have a pretty weird problem regarding the RemPuzzle ROM. Even though it is the fastest and the most stable sense ROM, I`ve found a graphic problem and i wish to ask everyone here if anybody else is getting the same problem. Here are 2 screenshots that actually explain my problem:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I think you understand what I mean now. The weather animation is not displaying properly and as you can see in the second picture, the game doesnt show some buttons properly. My question is, does anyone else have the same problem and could that be because of the lack of a GPU on our Willy? If there is a fix for this, please post it, I would be really thankful!
Regards,
Lovro
WhiteHawkgrr said:
Hello to the whole xda community!
Even though this is my first post, I`ve been around here much more and did test quite a lot of ROMs for my current phone- HTC Wildfire... Anyways, I have a pretty weird problem regarding the RemPuzzle ROM. Even though it is the fastest and the most stable sense ROM, I`ve found a graphic problem and i wish to ask everyone here if anybody else is getting the same problem. Here are 2 screenshots that actually explain my problem:
View attachment 1343934
View attachment 1343935
I think you understand what I mean now. My question is, does anyone else have the same problem and could that be because of the lack of a GPU on our Willy? If there is a fix for this, please post it, I would be really thankful!
Regards,
Lovro
Click to expand...
Click to collapse
1st one is indeed a glitch in unlock animation.You can get rid of it,simply remove clock widget and then add it again,while re adding it,uncheck unlock animation and you are done.
no idea about the second one though.
Sent from my Wildfire using Tapatalk 2
Wasimk32 said:
1st one is indeed a glitch in unlock animation.You can get rid of it,simply remove clock widget and then add it again,while re adding it,uncheck unlock animation and you are done.
no idea about the second one though.
Sent from my Wildfire using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the fast reply, will try it.

Invisible unlock pattern

So I got a custom rom, I was playing around with it seeing what works for me etc. Went into the security options and wanted to set up my fingerprint, but I went in to set up the pattern first. Set it up great, its the usual one I have used for over a year. Now, the option to make it invisible caught my eye and I wanted to see how it works. Well, it works nicely, no problem at all with it. But here I am now trying to recreate my pattern at random not knowing where to start ... I have a good photogenic memory BUT I also changed the dpi so now I would imagine its slightly off from where it would normally be.
So, my question being can I 'break in' to my own phone and bypass the pattern or can someone change their DPI to 440 and send a to-scale screenshoot of the pattern lock screen in the comments below.
Im not even mad this is ****ing funny and stupid, goddamn
__________________
Im ingenious and did it at random after 15 times. Adios how do i delete this thread
Magnezz said:
So I got a custom rom, I was playing around with it seeing what works for me etc. Went into the security options and wanted to set up my fingerprint, but I went in to set up the pattern first. Set it up great, its the usual one I have used for over a year. Now, the option to make it invisible caught my eye and I wanted to see how it works. Well, it works nicely, no problem at all with it. But here I am now trying to recreate my pattern at random not knowing where to start ... I have a good photogenic memory BUT I also changed the dpi so now I would imagine its slightly off from where it would normally be.
So, my question being can I 'break in' to my own phone and bypass the pattern or can someone change their DPI to 440 and send a to-scale screenshoot of the pattern lock screen in the comments below.
Im not even mad this is ****ing funny and stupid, goddamn
__________________
Im ingenious and did it at random after 15 times. Adios how do i delete this thread
Click to expand...
Click to collapse
Doubtful that you can break into your own phone without restoring it completely to stock. Attached is the pattern at 440dpi. Good luck.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my ONEPLUS A3000 using Tapatalk
A mod can delete it, pm a mod.
Sent from my ONEPLUS A3000 using Tapatalk

LG G3 D851 Camera Problem !!

My camera was lagging and the camera app was crashing , everyday it got worse until today in which the camera either crashes or glitches with weird colours like this :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any help??
PS : Front camera works great !
Did you get it wet? Go for a run with it in your pocket and get it sweaty? My friend had a similar problem with his Nexus 4 after getting it water damaged.
Orcam said:
Did you get it wet? Go for a run with it in your pocket and get it sweaty? My friend had a similar problem with his Nexus 4 after getting it water damaged.
Click to expand...
Click to collapse
Phone was never in a puddle etc. But I leave it sometimes when taking a shower and there is steam.
​
Spiner123 said:
Phone was never in a puddle etc. But I leave it sometimes when taking a shower and there is steam.
Click to expand...
Click to collapse
Hmmm yeah, I have done that a few times but I stopped because I was a bit shocked at how much moisture got on the screen. Is it a ROM problem?
Orcam said:
​
Hmmm yeah, I have done that a few times but I stopped because I was a bit shocked at how much moisture got on the screen. Is it a ROM problem?
Click to expand...
Click to collapse
To be honest I have no idea about phones , any way to check is it a ROM problem?
Spiner123 said:
To be honest I have no idea about phones , any way to check is it a ROM problem?
Click to expand...
Click to collapse
Yeah mate, you could always try and reset it to stock with a new KDZ flash. It may get a bit technical but over on the G3 General page there is a good guide for it. Just make sure you back up everything, contacts, messages, apps, data, photos, music, downloads.. ect to your computer or copy all that stuff to your external SD card, or you will loose it. Also make sure you are flashing the KDZ for your model, never flash one that is for a different model or you will have serious problems.
Chuck a search in google for your model number and something like " Stock factory flash " or something along those lines, then find the corresponding XDA thread for it. Hopefully that might fix your problem. If it doesn't your options are to order a new camera part from a supplier and replace it yourself, or send it in to LG and have them fix it.
Just curious, have you tried another camera app from PlayStore, just to see what it does?
christoophat said:
Just curious, have you tried another camera app from PlayStore, just to see what it does?
Click to expand...
Click to collapse
I tried other camera apps , they either crash or just show black screen.

Categories

Resources