Anyway to recovery from Security Error? - AT&T LG Optimus G

I rooted the ATT E970 phone then I deleted Google play music and Google movie apps.
Now the phone shows "Security Error" and stop loading
I can only access "Download Mode" and hardware reset.
I cannot pull out KDZ link from http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=<yourimei> link by using IMEI
<?xml version="1.0" encoding="utf-8" ?>
- <response req_cmd="auth_model_check" status="OK">
- <auth_model_check>
<result>2</result>
<esn>xxxxxxxxxxx9778</esn>
<model>LGE970</model>
<suffix>AATTBK</suffix>
<msn>xxxxxxxxx1977</msn>
<esn_date>20121022</esn_date>
<sw_version />
<sw_url />
<sw_locale_url />
<sw_recommand_uri>GLOBAL/GLOBAL</sw_recommand_uri>
<app_version />
<app_url />
<cs_em_flag>N</cs_em_flag>
<cs_em_uri>N</cs_em_uri>
<chip_type />
<prod_type />
</auth_model_check>
</response>
I have TOT file for E970 but cannot find DLL file for ATT E970
Any suggestion?

piyopiyo81 said:
I rooted the ATT E970 phone then I deleted Google play music and Google movie apps.
Now the phone shows "Security Error" and stop loading
I can only access "Download Mode" and hardware reset.
I cannot pull out KDZ link from http://csmg.lgmobile.com:9002/csmg/b2c/client/auth_model_check2.jsp?esn=<yourimei> link by using IMEI
<?xml version="1.0" encoding="utf-8" ?>
- <response req_cmd="auth_model_check" status="OK">
- <auth_model_check>
<result>2</result>
<esn>xxxxxxxxxxx9778</esn>
<model>LGE970</model>
<suffix>AATTBK</suffix>
<msn>xxxxxxxxx1977</msn>
<esn_date>20121022</esn_date>
<sw_version />
<sw_url />
<sw_locale_url />
<sw_recommand_uri>GLOBAL/GLOBAL</sw_recommand_uri>
<app_version />
<app_url />
<cs_em_flag>N</cs_em_flag>
<cs_em_uri>N</cs_em_uri>
<chip_type />
<prod_type />
</auth_model_check>
</response>
I have TOT file for E970 but cannot find DLL file for ATT E970
Any suggestion?
Click to expand...
Click to collapse
Go to this irc channel and ask for help, you need to use the lgnpst to return to stock. Also if you unlock with freegee after rooting you will not get security error, good luck.
http://webchat.freenode.net/?channels=lg-optimus-g

adfurgerson said:
Go to this irc channel and ask for help, you need to use the lgnpst to return to stock. Also if you unlock with freegee after rooting you will not get security error, good luck.
http://webchat.freenode.net/?channels=lg-optimus-g
Click to expand...
Click to collapse
Thanks and fix problem

Related

[Q] How to hide menu items?

Hiya all
I've got this piece of code from an xml in my settings.apk (SecSettings actually) that contains tutorials on motion settings.
Code:
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen android:title="@string/motion_tutorial_settings_title" android:key="parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<Preference android:title="@string/turn_over_title" android:key="turn_over" android:summary="@string/turn_over_summary" />
<Preference android:title="@string/shake_title" android:key="shake" android:summary="@string/shake_summary" />
<Preference android:title="@string/pick_up_to_call_out_title" android:key="pick_up_to_call_out" android:summary="@string/pick_up_to_call_out_summary" />
[Color=red] <Preference android:title="@string/air_glance_view" android:key="glance_view" android:summary="@string/air_glance_view_descption" />
<Preference android:title="@string/pick_up_title" android:key="pick_up" android:summary="@string/pick_up_summary" />
<Preference android:title="@string/double_tap_title" android:key="double_tap" android:summary="@string/double_tap_summary" />
<Preference android:title="@string/tilt_title" android:key="tilt" android:summary="@string/tilt_summary" />
<Preference android:title="@string/tilt_to_scroll_list_title" android:key="tilt_to_scroll_list" android:summary="@string/tilt_to_scroll_list_summary" />
<Preference android:title="@string/pan_title" android:key="pan" android:summary="@string/pan_summary" />
<Preference android:title="@string/pan_to_browse_image_title" android:key="pan_to_browse_image" android:summary="@string/pan_to_browse_image_summary" />
<Preference android:title="@string/palm_swipe_title" android:key="palm_swipe" android:summary="@string/palm_swipe_summary" />
<Preference android:title="@string/palm_touch_title" android:key="palm_touch" android:summary="@string/palm_touch_summary" />
<Preference android:title="@string/tap_and_twist_title" android:key="tap_and_twist" android:summary="@string/tap_and_twist_summary" />[/color]
</PreferenceScreen>
In there, all the red parts contain tutorials on settings that don't actually work on my device, and for OCD sake, I don't want them appearing in my settings because of it.
But simply cutting them out of that file will make the settings app crash whenever i open that menu :crying:
So question is: is there a way to hide these settings without impairing their functions?
XML style ofcourse, as I don't dare touch smali
bump! I am still struggling with this :crying:
Is there really no simple xml line for this?
If not, is it possible to resize the not-working menu's to zero pixels? (thus making them invisible)
for the record, adding android:visibility="gone" / androi:visibility="invisible" and android:layout_height="0.0dip" all do nothing
you need to remove also the line inside a smali sir. removing the line will just force the app to close . i also want to remove a category sir, but im not good at smali so i just remove the strings and leave it blank xD
sorry for my english xD

[Q] Help please to create a submenu with apps in settings

Hello. im trying to create a menu for my apps ( xposed etc.. ) bloatware apps .
I started with the bloatware apps.
I was able to link them in settings + I found the list of setting will be long so I decide to create a submenu of categories.
here is the pic attached when I click on fido_menu it force close...
and here is what I did :
I in settings_headers:
<header android:title="@string/header_category_geo" />
<header android:icon="@drawable/ic_fidomenu" android:id="@id/fido_menu" android:title="fido menu" android:fragment="xml.Fido_Menu.xml" /> im not sure about the fragment what do u think?
and the Fido_Menu.xml that I created
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen android:title="@string/fido_tab"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings."> do I have to create a samli file?
<Preference android:icon="@drawable/ic_fido" android:title="@string/fido_myaccount">
<intent android:targetPackage="com.fidosolutions.myaccount" android:action="android.intent.action.MAIN" android:targetClass="com.fidosolutions.myaccount.MyAccount" />
</Preference>
<Preference android:icon="@drawable/ic_vfido" android:title="@string/fido_VVM">
<intent android:targetPackage="com.fido.vvm" android:action="android.intent.action.MAIN" android:targetClass="com.communology.vvm.ui.MessagesListActivity" />
</Preference>
<Preference android:icon="@drawable/ic_afido" android:title="@string/fido_anti_theft">
<intent android:targetPackage="com.fido.rogers.security" android:action="android.intent.action.MAIN" android:targetClass="net.juniper.junos.pulse.android.ui.LaunchActivity" />
</Preference>
</PreferenceScreen>
Looking for help also how to create a smali file if need it
Thanks for your help
P.S: if u r not willing to help but just to fake that u r helping (( MEAN not giving the details )) so thanks in advance and don't help me...

[Q&A] [APP][2.2+][ROOT][WiFi] Reaver-GUI for Android

Q&A for [APP][2.2+][ROOT][WiFi] Reaver-GUI for Android
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [APP][2.2+][ROOT][WiFi] Reaver-GUI for Android. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
bcmon not insalled
Good day sir(s)
i cant install bcmon it says app not installed
my phone is asus zenfone 4 A400CG
help :crying: :crying: :crying:
It is compatible with galaxy s5?
Sent from my SM-G900F using XDA Free mobile app
please help me
i am open this and start rfa and enable monitor mode,
one error is syntax for scipt send me scipt use android device is 4.2.2 xolo q700
bcmon problame
i have same problame for bcmon
firmware model :not detected
installed tools verion :0
installed fw version :0
i m using xperia l
with lolipop 5.0.2 cyanogen 12
i9100 CM12 RFA BCMON
Hello,
I have installed today Cyanogen Mod 12.1-20150423 to my Samsung Galaxy S2 phone. I would like to try RFA, so I installed bcmon. Mostly it crashes on start up. When not it says "monitor mode enable - Failed" when tapped on Enable monitor mode. RFA won't start an attack. It says "Enabled monitor-mode succesfully on", but that's all ... Nothing else happens ...
Any advice will be appriciated. Thanks
RFA on CM12
Hi there, yesterday I was trying to get it running whole day .. Without result ...
Well, so I rolled back to CM10.1.3 (i am on SGS2 i9100) and it goes without any problem. (Technically) Even the system is stable and running withou any problem.
I am just stuck on "Detected AP rate limiting, waiting 60 secs..." after starting an attack. Do you guys have any solution for this ? I already tried to increase timeouts, but that did not help.
Thanks in advance for any advice
I get a libpcap .so.1 error, dont have a bcmon device
Why I got this message?
gusky651 said:
I get a libpcap .so.1 error, dont have a bcmon device
Click to expand...
Click to collapse
can u upload libpcap.so library file here..
Hey , i downloaded rfa and bcmon , but it shows :
firmware model is not detected, install tools version:0; installed fw version:0
Nothing works , settings doesnt open and if i click on status , it crashes
Sent from my Micromax AQ4501 using XDA Free mobile app
--------------
kyzinet said:
Hi there, yesterday I was trying to get it running whole day .. Without result ...
Well, so I rolled back to CM10.1.3 (i am on SGS2 i9100) and it goes without any problem. (Technically) Even the system is stable and running withou any problem.
I am just stuck on "Detected AP rate limiting, waiting 60 secs..." after starting an attack. Do you guys have any solution for this ? I already tried to increase timeouts, but that did not help.
Thanks in advance for any advice
Click to expand...
Click to collapse
You did everything right, it’s just the AP which is protected against this kind of attack. Just find another one to test.
start up script for reaver
I been having a problem with the start script I put it in my com.bcom.bcom/files folder but every time I try to use the activation script it says no such file exist and I can't open monitor mode I have a galaxy s5 any help would be great thank you
I use script, my phone htc one e8 chipset snapdragon 801
There is an error
Firmware model not detected
Installed tools version 0
Installed fw version 0
I am using xiaomi redmi 1s help me
Bro agr mera wifi kisi se connect h to mai uska password dekh skta hu bt usne change kr diya to kya koi trick h pta krne ki?????
Plz telll
Does it really work on lollipop...?
If not any other tools that can replace it..i mean for bcmon
Does Xperia Z3 has this bcm4329/4330 wifi chipset?
Wysłane z mojego D6603 przy użyciu Tapatalka
[quote name="SOEDI" post=45882817]
<br />
<b>Reaver for Android v1.30</b><br />
<i>Reaver-WPS GUI for rooted devices with bcm4329/4330 wifi chipset or working external wifi card.</i><br />
<br />
<br />
<br />
<b>INFO:</b><br />
Reaver for Android, short RfA, is a simple-to-use Reaver-GUI for Android devices with monitor-mode support.<br />
It has some very cool features:<br />
<br />
<b><br />
* Detects automatically WPS-enabled routers.<br />
* All Reaver-Settings are accessible from a simple-to-use GUI.<br />
* Activates and deactivates Monitor-Mode automatically when needed.<br />
* Provides a simple way to connect when Reaver finds the WPA-Key.<br />
* External script support<br />
</b><br />
<br />
<b>Project status: PRE-FINAL</b><blockquote><i>What does this mean?</i><br />
There are some features which are not implemented yet.<br />
Developement will continue very soon.</blockquote><br />
<b>Installation</b><br />
<br />
1. Download/install bcmon.apk from HERE and RfA.apk from the bottom of this post. RfA may also download bcmon automatically.<br />
2. Run bcmon, if it crashes try a second time.<br />
3. If all runs fine, start RfA. If not, your device may be not bcmon compatible. Please see second post.<br />
4. After selecting an WPS-enabled router, click on "Test Monitor-Mode".<br />
5. Now you can use RfA, don't uninstall bcmon.<br />
<br />
Steps 1 - 4 are only for the installation, they don't have to be repeated once done.<br />
<br />
<br />
<b>FAQ:</b><br />
<blockquote><b><i>What is this awesome app actually usefull for?</i></b><br />
Well, RfA is able to unveil the actual WPA(2)-Key of many routers within 2 - 10 hours.<br />
<br />
<b><i>WHAT?! I though WPA(2) is safe?</i></b><br />
It used to be, but then many router models got WiFi Protected Setup, short WPS, implemeted, which is pretty vulnerable. (Details)<br />
Basically it's a Brute-Force attack with Reaver against a 8 digit pin with 10^4 + 10^3 possibilities.<br />
<br />
<b><i>What is Reaver?</i></b><br />
Reaver-WPS is a pentesting tool developed by Tactical Network Solutions.<br />
It attacks WPS-enabled routers and after the WPS-Pin is cracked, it retrieves the actual WPA-key.<br />
Reaver provides only a terminal interface, which is ok for notebooks etc., however it's a pain on Android devices.<br />
Because of this I developed RfA.<br />
<br />
<b><i>Doesn't Reaver requires monitor-mode and so can't work on Android?</i></b><br />
Yes, Reaver needs monitor-mode, but thanks to bcmon (or external wifi cards) some Android devices are now monitor-mode capable.</blockquote><br />
<b>bcmon compatibility</b><blockquote><b>Developed and tested on:</b> Nexus 7 2012 (Stock 4.3)<br />
RfA *should* work on all devices with bcmon support (Broadcom bcm4329/bcm4330 chipsets)<br />
Simply try by installing bcmon. Don't worry, if something goes wrong a simple reboot should fix everything.<br />
For external wifi cards please see second post.<br />
<br />
<b>Tested & works on:</b><br />
Nexus 7 2012 (Stock 4.3, Cyanogen 9)<br />
Huawei Honour (Cyanogen Mod based ROM)<br />
<br />
<b>bcmon does NOT work on:</b><br />
Samsung Galaxy S3/4/5<br />
HTC One<br />
LG G2<br />
Nexus 4/5<br />
Nexus 7 (2013)<br />
</blockquote><b>Credits & used tools:</b><br />
<blockquote><b>Monitor-Mode over bcmon.apk:</b><br />
Omri Ildis, Ruby Feinstein & Yuval Ofir<br />
See: bcmon.blogspot.com<br />
<br />
<b>Reaver-WPS:</b><br />
Tactical Network Solutions<br />
See: code.google.com/p/reaver-wps/</blockquote><b>Disclaimer</b><br />
<blockquote><b><font color="Red">Attention: Hacking of networks is illegal without having the permission of the owner! The developer is not responsible for any damage etc. this app could cause.<br />
This software is only intended to show a big security hole, not to be able to surf in the neighbours Wifi</font></b></blockquote><b><u>XDAevDB Information</u></b><br />
<b>Reaver-GUI for Android, App for all devices (see above for details)</b><br />
<br />
<b><u>Contributors</u></b><br />
SOEDI, bcmon team & Tactical Network Solutions<br />
<br />
<b><u>Version Information</u></b><br />
<b>Status:</b> Stable<br />
<b>Current Stable Version:</b> 1.30<br />
<b>Stable Release Date:</b> 2014-07-01<br />
<b>Beta Release Date:</b> 2013-11-04<br />
<br />
<b>Created</b> 2013-09-24<br />
<b>Last Updated</b> 2014-09-27[/QUOTE]<br />
Good News<br />
Guys I have found pixiwps Good binary for android . You have to copy the binary and past in data/data/com.bcmom.bcmon/files/tools the link is<br />
http://wpspin.blogspot.in/?m=1<br />
I was unable to download cuz of ads if some one could dowanload and put the file it will be really a great help for me from you tnx in advance<br />
<br />
Sent from my GT-I9070 using XDA-Developers mobile app<br />
---------------<br />
<b>Admin Note: this thread has a dedicated questions and answers section which you can access here -->.</b>
Sent from my GT-I9070 using XDA-Developers mobile app
Installed tools through bcmon.
(Succeed)
ENABLE MONITOR MODE
(FAILED)
WENT TO REAVER AND UNCHECKED USE BCMON
Made scripts /selected and saved them
(Start monitor mode from reaver)
Sorry activate.sh [start script] not found.
Checked use bcmon again..
ENABLE MONITOR MODE FROM REAVER.
SUCCEEDED
MONITOR MODE ENABLED
START ATTACK
STARTING...
SWITCHING WILAN0 TO CHANNEL 1
STUCK 4 TWO HOURS
 @SOEDI
Any solution, sir?

Unstable phone

Hi,
My phone is currently unstable. It is rebooting pretty often with no obvious trigger. Also having reboots which return to the initial Google-setup. My settings.apk disappear yesterday, so I did another clean install. I'm on PAC-Rom at the moment, but was running Markox89's CM11 builds beforehand, and having issues there.
When wiping recently I've been doing a full system/data/cache wipe, as well as wiping cache/dalvik after installation. However I have not been formatting /sdcard/. Could this solve the issue?
Phone: i9300
ROM: PAC-i9300 Latest KK Nightly (20150128)
Kernel: Boeffla Kernel 2.7 NG CM11 Final
Modem: I9300XXUGND1
Bootl: I9300XXUGOA2
The following is a logcat which I started ~15 mins before a reboot occured.
Logcat (adb logcat *:E -v long > errors.log): http://pastebin.com/raw.php?i=1akST61A
PS: I have an exam tomorrow afternoon so I may not get around to too much testing in the next 24 hours.
Any help would be greatly received!
Thanks,
David
Try the freezing thread in general forum, test the memory for bad blocks.
Thanks for the reply,
I was following that process before a few months ago, and it might have improved the phone slightly so I'll keep on it for a bit.
My phone was most stable around a month ago where I had zero reboots in a week or two, but they started to appear again after a while.
It seems to be an error on a2dp, audio. Looks like driver loading failed but I'm no expert.
Sent from a stolen phone!
I've been playing around with a few more roms, both KK and LP but my phone is still getting reboots.
I'm now on PAC rom, the most recent KK nightly (from January '15)
I've started recording catlogs so I can now upload them here for every reboot in case there is something that can be helped.
Log from this morning, with filter set to errors: http://pastebin.com/raw.php?i=PpWqx6Xy
Thanks!
Flash back to stock and start again. If you need help let me know
When I flashed PAC ROM recently I did a full wipe including system and data and internal SD.
Wouldn't going back to stock have no effect?
Unless my modem and/or boot-loader may be causing issues?
Cheers
By going back to stock it resets all of your parameters and kernel, and boot files. This will resolve your issues if there is something wrong with the Bootloader also. I can help you if you need it
Also, I just noticed your running a lollipop Bootloader, with KitKat kernel and system. This could be an issue as well
KaosMaster said:
Also, I just noticed your running a lollipop Bootloader, with KitKat kernel and system. This could be an issue as well
Click to expand...
Click to collapse
Okay sounds like a good idea. I'm confident with adb and odin etc so shouldn't need any particular help.
I'm assuming this guide conforms to the standard approach: http://forum.xda-developers.com/galaxy-s3/general/fix-s3-to-factory-unroot-stock-recovery-t2323847
Cheers
Here are the complete ODIN Service files to restore your International GT-I9300 16GB device to I9300XXUGNJ2_I9300OXXGNJ1-OXX (Open) STOCK:<br />
<br />
CSC-OXX-I9300XXUGNJ2_I9300OXXGNJ1_2793257_REV00_user_low_ship.tar.md5<br />
<br />
https://drive.google.com/file/d/0B4RU_ZH5QUASenlHVlctVEZfUFE/view?usp=sharing<br />
<br />
This is ODIN v.3.10:<br />
https://drive.google.com/file/d/0B4RU_ZH5QUASSWhaMmdiaFJ1Tm8/view?usp=sharing<br />
<br />
This package is straight from Samsung and includes the PIT for partitioning!! <br />
<br />
These files are intended to be used with ODIN ONLY!! If at any time ODIN FAILS, pull battery, re-insert battery, go back to ODIN and try again.<br />
<br />
Download the two items, charge device to 100% battery, Download and install Device drivers from samsung if needed.<br />
<br />
www.samsung.com/support<br />
<br />
Unzip the CSC-i9300****.zip file.<br />
<br />
Unzip and Open "ODIN v.3.10.exe" as an "Administrator" on a Windows PC.<br />
<br />
Click on each of the 4 buttons below and browse to find matching file in extracted image folder:<br />
<br />
BL = BL-****.tar.md5<br />
AP = AP-****.tar.md5<br />
CP = MODEM-****.tar.md5<br />
CSC = CSC-****.tar.md5<br />
<br />
Check the following boxes:<br />
<br />
Auto-Reboot<br />
Re-Partition<br />
F. Reset Time<br />
NAND Erase All<br />
<br />
Put 100% charged device into ODIN Mode, and connect to PC USB with Original Cable.<br />
<br />
Check there two boxes in ODIN:<br />
<br />
Phone Bootloader Update<br />
Clear EFS Partition<br />
<br />
Hit the "Start" button<br />
<br />
Once the Device reboots, perform Two [2] FDR (Factory Data Reset).<br />
<br />
Phone is back to complete stock...

What is cliprect?

When I was looking into the Android 9.0 Pixel 2 factory image (9.0.0 (PPR2.180905.005, Sep 2018)) I found this thing in decompiled framework-res.apk/res/anim/activity_open_enter.xml,
Code:
<?xml version="1.0" encoding="utf-8"?>
<set android:shareInterpolator="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:interpolator="@interpolator/fast_out_slow_in" android:duration="425" android:fromYDelta="4.100001%" android:toYDelta="0.0" />
<cliprect android:interpolator="@interpolator/fast_out_extra_slow_in" android:duration="425" android:fromBottom="100.0%" android:fromLeft="0.0%" android:fromRight="100.0%" android:fromTop="95.9%" android:toBottom="100.0%" android:toLeft="0.0%" android:toRight="100.0%" android:toTop="0.0%" />
</set>
In line5 you can see there is this "Cliprect" thing which I never know existed before, can someone tell me what is that?

Categories

Resources