First of all , a little background info .... this is what happened to me :
I went to France last weekend , My One-s was happily roaming on french Orange network , but when I came back home , the only thing that disappeared was the little "R" by the network strenght indicator :-( . So in fact , i was logged in with my home provider , but the carrier name was still showing as "Orange F" ...
Reboot , register on other network and go back , i tried all that , no-go , it would always show "Orange F" instead of "LUXGSM" for network 27001 . As the phone was working normally , it was not too bad , but still annoying , so I started investigating and here are my findings :
- Apparently Orange has sent an SMS or something to my phone to change their carrier name, but something went wrong and the name was changed for the incorrect carrier :-(
But now comes the good news , if you're rooted there's a quite easy fix for this , if you're not rooted , you may have to do a factory reset though ...
Ok , let's get started ;-)
-------------------------------------------------------------------------------------
<disclaimer>You do everything at your own risk!</disclaimer>
-------------------------------------------------------------------------------------
1) Connect USB Cable then go on the phone by using ADB SHELL
2) su
3) cd /data/property
4) ls -al
-rw------- root root 1 2012-06-26 16:08 persist.radio.adb_log_on
-rw------- root root 1 2012-06-26 16:09 persist.radio.clir
-rw------- root root 8 2012-06-24 15:41 persist.radio.nitz_lons_0_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_lons_1_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_lons_2_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_lons_3_0
-rw------- root root 9 2012-06-24 15:41 persist.radio.nitz_plmn_0
-rw------- root root 8 2012-06-24 15:41 persist.radio.nitz_sons_0_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_sons_1_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_sons_2_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_sons_3_0
-rw------- root root 9 2012-06-24 12:20 persist.radio.pdn.profile
-rw------- root root 0 2012-06-19 22:29 persist.service.adb.enable
-rw------- root root 2 2012-06-19 22:30 persist.sys.country
-rw------- root root 2 2012-06-19 22:30 persist.sys.language
-rw------- root root 0 2012-06-19 22:30 persist.sys.localevar
-rw------- root root 1 2012-06-26 16:08 persist.sys.profiler_ms
-rw------- root root 15 2012-06-26 16:10 persist.sys.timezone
-rw------- root root 3 2012-06-19 22:39 persist.sys.usb.config
In my case , the files : "persist.radio.nitz_lons_0_0" and "persist.radio.nitz_sons_0_0" contained the incorrect Carrier name : "Orange F" and the file persist.radio.nitz_plmn_0 contained the Network for which it was displayed "270 01"
so for the 3 files i did the following : ( if you want to verify the contents before editing , use the <cat> command to list the contents of the files )
5) rm persist.radio.nitz_lons_0_0
( delete the file )
6) touch persist.radio.nitz_lons_0_0
( recreate empty file )
7) chmod 600 persist.radio.nitz_lons_0_0
( change the rights back to the original ones )
8) rm persist.radio.nitz_sons_0_0
9) touch persist.radio.nitz_sons_0_0
10) chmod 600 persist.radio.nitz_sons_0_0
11) rm persist.radio.nitz_plmn_0
12) touch persist.radio.nitz_plmn_0
13) chmod 600 persist.radio.nitz_plmn_0
14) ls -al
-rw------- root root 1 2012-06-26 16:08 persist.radio.adb_log_on
-rw------- root root 1 2012-06-26 16:09 persist.radio.clir
-rw------- root root 0 2012-06-26 16:05 persist.radio.nitz_lons_0_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_lons_1_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_lons_2_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_lons_3_0
-rw------- root root 0 2012-06-26 16:05 persist.radio.nitz_plmn_0
-rw------- root root 0 2012-06-26 16:05 persist.radio.nitz_sons_0_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_sons_1_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_sons_2_0
-rw------- root root 0 2012-06-24 15:41 persist.radio.nitz_sons_3_0
-rw------- root root 9 2012-06-24 12:20 persist.radio.pdn.profile
-rw------- root root 0 2012-06-19 22:29 persist.service.adb.enable
-rw------- root root 2 2012-06-19 22:30 persist.sys.country
-rw------- root root 2 2012-06-19 22:30 persist.sys.language
-rw------- root root 0 2012-06-19 22:30 persist.sys.localevar
-rw------- root root 1 2012-06-26 16:08 persist.sys.profiler_ms
-rw------- root root 15 2012-06-26 16:10 persist.sys.timezone
-rw------- root root 3 2012-06-19 22:39 persist.sys.usb.config
So now , all the concerned files were 0 byte long , and all I had to do was reboot the phone to get everything back to normal
-------------------------------------------------------------------------------------
As our phones are still nand-locked , hence can't modify /etc/spn-conf.xml easily , you could modify these files aswell for displaying whatever you want as carrier name ;-)
Cheers,
Claude
Thank you! This did the job on my CM11 rom
Related
Hi. I saw and interesting blog post where someone was able to run arch linux on a nook color and run X server directly.
thomaspolasek.blogspot.ca/2012/04/arch-linux-lxde-w-xorg-mouse-keyboard_16.html
So I tried to do this with the Atrix 2, and managed to get Arch working fine through chroot but when I try startx there is a problem accessing the virtual terminal and I get this error.
Code:
Fatal server error:
xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
So I checked /dev and found tty, tty00 tty01. Assuming that they were simply named differently by the kernel I symblinked tty0 > tty, but unfortunately I get this error
Code:
Fatal server error:
xf86OpenConsole: Cannot find a free VT: Invalid argument
So I'm wondering if there is there any workaround that will allow X to use the VT? Or is some sort of kernel patch/module required? (wich I don't think would be possible due to the locked bootloader)
Also might it be possible to point X to the VT used by webtop?
bump
usus transformer infinity t700t
Alias.TDP said:
bump
Click to expand...
Click to collapse
When I read the article it seemed like a custom kernel was installed. Stock kernels may not be compiled with VT support, anyhow
my t700t is as follows
ls -l /dev/tty*
[email protected]:/dev# ls tty*
tty tty0 tty1 tty2 ttyFIQ0 ttyHS1 ttyHS2 ttyHS3 ttyHS4 ttyS0 ttyS1 ttyS2 ttyS3
[email protected]:/dev# ls -l tty*
crw-rw-rw- 1 root root 5, 0 May 11 17:58 tty
lrwxrwxrwx 1 root root 3 May 12 14:45 tty0 -> tty
lrwxrwxrwx 1 root root 5 May 12 14:44 tty1 -> ttyS1
lrwxrwxrwx 1 root root 5 May 12 14:44 tty2 -> ttyS2
crw------- 1 root root 254, 0 May 11 17:58 ttyFIQ0
crw-rw-r-- 1 root system 244, 1 May 12 14:26 ttyHS1
crw-rw---- 1 bluetooth bluetooth 244, 2 May 11 17:58 ttyHS2
crw------- 1 root root 244, 3 May 11 17:58 ttyHS3
crw------- 1 root root 244, 4 May 11 17:58 ttyHS4
crw------- 1 root root 4, 64 May 11 17:58 ttyS0
crw------- 1 root root 4, 65 May 11 17:58 ttyS1
crw------- 1 root root 4, 66 May 11 17:58 ttyS2
crw------- 1 root root 4, 67 May 11 17:58 ttyS3
[email protected]:/dev#
I added the -> links myself...
when I run x (using Xorg to start it) it tells me:
Current Operating System: Linux android-fe30b4a8071b23ff 3.1.10-00001-gdc9b6cf #1 SMP PREEMPT Fri Dec 28 19:02:52 CST 2012 armv7l
Kernel command line: tegra_wdt.heartbeat=30 tegraid=30.1.3.0.0 [email protected] commchip_id=0 androidboot.serialno=015d2a508b080209 androidboot.commchip_id=0 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,0 usbcore.old_scheme_first=1 [email protected] [email protected] core_edp_mv=0 audio_codec=wm8903 board_info=245:0:44:de:28 tegraboot=sdmmc gpt gpt_sector=124174335 android.kerneltype=normal androidboot.productid=0x04 androidboot.carrier=wifi-only
Build Date: 11 April 2013 01:10:43PM
so the console is using ttys0 at 155baud
so I'm going to have a look at VT support, though I probably need a custom kernel to get it up and running.
---------- Post added at 04:21 PM ---------- Previous post was at 04:02 PM ----------
here's a list of devices on my t770t as reported by sysfs
[email protected]:/sys# ls -l dev/char/ | grep tty
lrwxrwxrwx 1 root root 0 May 12 15:12 244:1 -> ../../devices/platform/tegra_uart.1/tty/ttyHS1
lrwxrwxrwx 1 root root 0 May 12 15:12 244:2 -> ../../devices/platform/tegra_uart.2/tty/ttyHS2
lrwxrwxrwx 1 root root 0 May 12 15:12 244:3 -> ../../devices/platform/tegra_uart.3/tty/ttyHS3
lrwxrwxrwx 1 root root 0 May 12 15:12 244:4 -> ../../devices/platform/tegra_uart.4/tty/ttyHS4
lrwxrwxrwx 1 root root 0 May 12 15:12 254:0 -> ../../devices/virtual/tty/ttyFIQ0
lrwxrwxrwx 1 root root 0 May 12 15:12 4:64 -> ../../devices/platform/serial8250/tty/ttyS0
lrwxrwxrwx 1 root root 0 May 12 15:12 4:65 -> ../../devices/platform/serial8250/tty/ttyS1
lrwxrwxrwx 1 root root 0 May 12 15:12 4:66 -> ../../devices/platform/serial8250/tty/ttyS2
lrwxrwxrwx 1 root root 0 May 12 15:12 4:67 -> ../../devices/platform/serial8250/tty/ttyS3
lrwxrwxrwx 1 root root 0 May 12 15:12 5:0 -> ../../devices/virtual/tty/tty
lrwxrwxrwx 1 root root 0 May 12 15:12 5:1 -> ../../devices/virtual/tty/console
lrwxrwxrwx 1 root root 0 May 12 15:12 5:2 -> ../../devices/virtual/tty/ptmx
[email protected]
You can start xorg as follows
Xorg vt##
replacing ## with the number of the vt e.g.
Xorg vt0
This gives me a mix of three sperate errors, a file not found if the vt# isn't in /dev/vtt#, and io error if i symlink to a ttys and ad error saying the device doesn't exist if i symink tty0 to tty
Hello everyone
I purchased a new device model SM-J700H and tried to install Xposed and the device got stuck and now I want to return the device to its original state without Root and Xposed appears to me the following error:
" sw rev check fail device 2 binary 1 "
Please help me it's the only phone I have now.
(ׂׂI am very sorry for my bad english I use Google Translate)
eladbuzaglo92 said:
Hello everyone
I purchased a new device model SM-J700H and tried to install Xposed and the device got stuck and now I want to return the device to its original state without Root and Xposed appears to me the following error:
" sw rev check fail device 2 binary 1 "
Please help me it's the only phone I have now.
(ׂׂI am very sorry for my bad english I use Google Translate)
Click to expand...
Click to collapse
Download the stock Rom for your J700H from sammobile.com and flash via Odin. All should be well afterwards.
PS: If your phone gets into a bootloop, boot to recovery and wipe cache partition.
eladbuzaglo92 said:
Hello everyone
I purchased a new device model SM-J700H and tried to install Xposed and the device got stuck and now I want to return the device to its original state without Root and Xposed appears to me the following error:
" sw rev check fail device 2 binary 1 "
Please help me it's the only phone I have now.
(ׂׂI am very sorry for my bad english I use Google Translate)
Click to expand...
Click to collapse
Why You flash Xposed Module first?.. Why so hurry? dude...
First Flash Twrp... Than take a backup On Full rom On sd card Via twrp....
Than do everything.. If something wrong thand restore the backup...
Why so creazy....
I used Xposed Module on J700H
eladbuzaglo92 said:
Hello everyone
I purchased a new device model SM-J700H and tried to install Xposed and the device got stuck and now I want to return the device to its original state without Root and Xposed appears to me the following error:
" sw rev check fail device 2 binary 1 "
Please help me it's the only phone I have now.
(ׂׂI am very sorry for my bad english I use Google Translate)
Click to expand...
Click to collapse
J700H
eladbuzaglo92 said:
Hello everyone
I purchased a new device model SM-J700H and tried to install Xposed and the device got stuck and now I want to return the device to its original state without Root and Xposed appears to me the following error:
" sw rev check fail device 2 binary 1 "
Please help me it's the only phone I have now.
(ׂׂI am very sorry for my bad english I use Google Translate)
Click to expand...
Click to collapse
Bro now donwnload stock rom From Here
And Flash it via Ordin..
Take help from Youtube
dheon5 said:
Download the stock Rom for your J700H from sammobile.com and flash via Odin. All should be well afterwards.
PS: If your phone gets into a bootloop, boot to recovery and wipe cache partition.
Click to expand...
Click to collapse
I tried to flash Odin and got the following error:
Nilshalok said:
Why You flash Xposed Module first?.. Why so hurry? dude...
First Flash Twrp... Than take a backup On Full rom On sd card Via twrp....
Than do everything.. If something wrong thand restore the backup...
Why so creazy....
I used Xposed Module on J700H
Click to expand...
Click to collapse
I did everything by the book and the phone still stuck after installing Xposed
Nilshalok said:
J700H
Click to expand...
Click to collapse
Nilshalok said:
Bro now donwnload stock rom From Here
And Flash it via Ordin..
Take help from Youtube
Click to expand...
Click to collapse
I know how to use Odin and still shows me an error:
<ID:0/005> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> J700HXXU1APA3_J700HOJV1AOK6_J700HXXU1APA2_HOME.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/005> Odin v.3 engine (ID:5)..
<ID:0/005> File analysis..
<ID:0/005> SetupConnection..
<ID:0/005> Initialzation..
<ID:0/005> Get PIT for mapping..
<ID:0/005> Firmware update start..
<ID:0/005> SingleDownload.
<ID:0/005> sboot.bin
<ID:0/005> NAND Write Start!!
<ID:0/005> cm.bin
<ID:0/005> FAIL!
<ID:0/005>
<ID:0/005> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
<ID:0/005> Removed!!
Click to expand...
Click to collapse
Please help me I'm disabled without phone
eladbuzaglo92 said:
I tried to flash Odin and got the following error:
I did everything by the book and the phone still stuck after installing Xposed
I know how to use Odin and still shows me an error:
Please help me I'm disabled without phone
Click to expand...
Click to collapse
Do You have twrp????
---------- Post added at 12:39 AM ---------- Previous post was at 12:38 AM ----------
Than Back To Twrp And Flash Stock Cutsom rom.. Than Everything works...
And Before Flash Any stock rom Via ordin Cheak Driver... Samsung Mobile driver! is it installed on pc?
Nilshalok said:
Do You have twrp????
---------- Post added at 12:39 AM ---------- Previous post was at 12:38 AM ----------
Than Back To Twrp And Flash Stock Cutsom rom.. Than Everything works...
And Before Flash Any stock rom Via ordin Cheak Driver... Samsung Mobile driver! is it installed on pc?
Click to expand...
Click to collapse
I did what you said and I installed the rom through the TWRP but still I can not burn rum Stock .. and when I turn on the device appears to me before the system kernel error costs
eladbuzaglo92 said:
I did what you said and I installed the rom through the TWRP but still I can not burn rum Stock .. and when I turn on the device appears to me before the system kernel error costs
Click to expand...
Click to collapse
Are you Flash samsung A7 custom rom? Have you Now Twrp? or Work recovery? or Not?
Thanks to all who helped I installed the newest SAMMOBILE file and device starts
My current problem is that in no Hebrew language version on downloaded file from SAMMOBILE :
Model SM-J700H
Model name Galaxy J7
Country Kenya
Version Android 5.1.1
Changelist 1007644
Build date Wed, 30 Mar 2016 07:53:46 +0000
Security Patch Level 2016-04-02
Product code AFR
PDA J700HXXU2APC5
CSC J700HOJV2APD2
Please, as you see, my English is not so good and I'm ready to pay for those who would explain to add the language
Sorry for your troubles.
Can any of these guys help you?
Samsung Mobile Israel
http://ksp.co.il/?uin=28722
Some people on this forum have actually flashed J700F firmware on J700H
Try this, Backup first!!
No Guarantees. Download from Sammobile.
Date Country/Carrier Version PDA CSC
2016-01-22 Israel (Pelephone) 5.1.1 J700FXXU1APA2 J700FOJK1APA1
2016-01-22 Israel 5.1.1 J700FXXU1APA2 J700FOJK1APA1
dodo2244 said:
Sorry for your troubles.
Can any of these guys help you?
Samsung Mobile Israel
http://ksp.co.il/?uin=28722
Some people on this forum have actually flashed J700F firmware on J700H
Try this, Backup first!!
No Guarantees. Download from Sammobile.
Date Country/Carrier Version PDA CSC
2016-01-22 Israel (Pelephone) 5.1.1 J700FXXU1APA2 J700FOJK1APA1
2016-01-22 Israel 5.1.1 J700FXXU1APA2 J700FOJK1APA1
Click to expand...
Click to collapse
But before I had installed a version of the Hebrew J700H
eladbuzaglo92 said:
But before I had installed a version of the Hebrew J700H
Click to expand...
Click to collapse
Uoh, you messed around without protection [emoji6] I mean backup. Google is your friend. Did you visit the sammobile site for your region?
Sent from my SM-J700F using XDA-Developers Mobile App
I also have a bootloop that is occurred over EVERY ROMs but any commands from the online tutorials to fix boot by ADB are helpless to me, but I have captured which bashes my J700F has, as the below .log attachment.
Code:
[email protected]:~$ su
Password:
[email protected]:/home/hd-scania# adb shell
~ # ls -la /system
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
drwxr-xr-x 2 root root 4096 Jan 1 12:00 .
drwxr-xr-x 21 root root 0 Jan 1 12:00 ..
~ # ls -la /sys
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
dr-xr-xr-x 12 root root 0 Jan 1 12:00 .
drwxr-xr-x 21 root root 0 Jan 1 12:00 ..
drwxr-xr-x 2 root root 0 Jan 1 12:00 block
drwxr-xr-x 23 root root 0 Jan 1 12:00 bus
drwxr-xr-x 70 root root 0 Jan 1 12:00 class
drwxr-xr-x 4 root root 0 Jan 1 12:00 dev
drwxr-xr-x 109 root root 0 Jan 1 12:00 devices
drwxr-xr-x 2 root root 0 Jan 1 12:00 firmware
drwxr-xr-x 7 root root 0 Jan 1 12:00 fs
drwxr-xr-x 9 root root 0 Jan 1 12:00 kernel
lrwxrwxrwx 1 root root 0 Jan 1 12:00 mms_ts -> devices/13860000.i2c/i2c-9/9-0048
drwxr-xr-x 87 root root 0 Jan 1 12:00 module
drwxr-xr-x 2 root root 0 Jan 1 12:00 power
~ # ls -la /bin
ls: /bin: No such file or directory
~ # ls -la /xbin
ls: /xbin: No such file or directory
~ # ls -la /sbin
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
drwxr-x--- 2 root root 0 Jan 1 12:00 .
drwxr-xr-x 21 root root 0 Jan 1 12:00 ..
lrwxrwxrwx 1 root root 7 Jan 1 1970 [ -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 [[ -> busybox
-rwxr-x--- 1 root root 519680 Jan 1 1970 adbd
lrwxrwxrwx 1 root root 7 Jan 1 1970 adjtimex -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 arp -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ash -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 awk -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 base64 -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 basename -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 bbconfig -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 blkid -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 blockdev -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 brctl -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 bunzip2 -> busybox
-rwxr-x--- 1 root root 989184 Jan 1 1970 busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 bzcat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 bzip2 -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 cal -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 cat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 catv -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 chattr -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 chcon -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 chgrp -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 chmod -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 chown -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 chroot -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 chvt -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 clear -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 cmp -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 comm -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 cp -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 cpio -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 crond -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 crontab -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 cut -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 date -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 dc -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 dd -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 deallocvt -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 depmod -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 devmem -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 df -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 diff -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 dirname -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 dmesg -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 dnsd -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 dos2unix -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 du -> busybox
-rwxr-x--- 1 root root 5688 Jan 1 1970 dump_image
-rwxr-x--- 1 root root 212648 Jan 1 1970 e2fsck
lrwxrwxrwx 1 root root 7 Jan 1 1970 echo -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ed -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 egrep -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 env -> busybox
-rwxr-x--- 1 root root 5688 Jan 1 1970 erase_image
-rwxr-x--- 1 root root 186432 Jan 1 1970 exfat-fuse
lrwxrwxrwx 1 root root 7 Jan 1 1970 expand -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 expr -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 false -> busybox
-rwxr-x--- 1 root root 30408 Jan 1 1970 fatlabel
lrwxrwxrwx 1 root root 7 Jan 1 1970 fbsplash -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 fdisk -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 fgconsole -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 fgrep -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 find -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 findfs -> busybox
-rwxr-x--- 1 root root 5688 Jan 1 1970 flash_image
lrwxrwxrwx 1 root root 7 Jan 1 1970 flash_lock -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 flash_unlock -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 flashcp -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 flock -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 fold -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 free -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 freeramdisk -> busybox
lrwxrwxrwx 1 root root 11 Jan 1 1970 fsck.exfat -> mount.exfat
-rwxr-x--- 1 root root 54992 Jan 1 1970 fsck.fat
lrwxrwxrwx 1 root root 7 Jan 1 1970 fstrim -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 fsync -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ftpget -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ftpput -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 fuser -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 getenforce -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 getopt -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 getprop -> toolbox
lrwxrwxrwx 1 root root 7 Jan 1 1970 getsebool -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 grep -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 groups -> busybox
lrwxrwxrwx 1 root root 12 Jan 1 1970 gunzip -> /sbin/unpigz
lrwxrwxrwx 1 root root 10 Jan 1 1970 gzip -> /sbin/pigz
lrwxrwxrwx 1 root root 7 Jan 1 1970 halt -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 head -> busybox
-rwxr-x--- 1 root root 671136 Jan 1 1970 healthd
lrwxrwxrwx 1 root root 7 Jan 1 1970 hexdump -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 hwclock -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 id -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ifconfig -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 inetd -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 insmod -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 install -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ionice -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 iostat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ip -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 kill -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 killall -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 killall5 -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 less -> busybox
-rwxr-x--- 1 root root 30192 Jan 1 1970 libaosprecovery.so
-rwxr-x--- 1 root root 46648 Jan 1 1970 libbacktrace.so
-rwxr-x--- 1 root root 186632 Jan 1 1970 libblkid.so
-rwxr-x--- 1 root root 9632 Jan 1 1970 libbmlutils.so
-rwxr-x--- 1 root root 912323 Jan 1 1970 libc.so
-rwxr-x--- 1 root root 9704 Jan 1 1970 libcrecovery.so
-rwxr-x--- 1 root root 79488 Jan 1 1970 libcutils.so
-rwxr-x--- 1 root root 5464 Jan 1 1970 libdl.so
-rwxr-x--- 1 root root 46576 Jan 1 1970 libexfat_twrp.so
-rwxr-x--- 1 root root 54576 Jan 1 1970 libext2_blkid.so
-rwxr-x--- 1 root root 13816 Jan 1 1970 libext2_com_err.so
-rwxr-x--- 1 root root 31536 Jan 1 1970 libext2_e2p.so
-rwxr-x--- 1 root root 22072 Jan 1 1970 libext2_profile.so
-rwxr-x--- 1 root root 34392 Jan 1 1970 libext2_quota.so
-rwxr-x--- 1 root root 13808 Jan 1 1970 libext2_uuid.so
-rwxr-x--- 1 root root 244320 Jan 1 1970 libext2fs.so
-rwxr-x--- 1 root root 67056 Jan 1 1970 libext4_utils.so
-rwxr-x--- 1 root root 9712 Jan 1 1970 libflashutils.so
-rwxr-x--- 1 root root 423408 Jan 1 1970 libft2.so
-rwxr-x--- 1 root root 9640 Jan 1 1970 libfusesideload.so
-rwxr-x--- 1 root root 46584 Jan 1 1970 libgccdemangle.so
-rwxr-x--- 1 root root 34368 Jan 1 1970 liblog.so
-rwxr-x--- 1 root root 181904 Jan 1 1970 libm.so
-rwxr-x--- 1 root root 71776 Jan 1 1970 libminadbd.so
-rwxr-x--- 1 root root 30200 Jan 1 1970 libmincrypttwrp.so
-rwxr-x--- 1 root root 265912 Jan 1 1970 libminuitwrp.so
-rwxr-x--- 1 root root 30112 Jan 1 1970 libminzip.so
-rwxr-x--- 1 root root 13864 Jan 1 1970 libmmcutils.so
-rwxr-x--- 1 root root 22008 Jan 1 1970 libmtdutils.so
-rwxr-x--- 1 root root 9808 Jan 1 1970 libnetd_client.so
-rwxr-x--- 1 root root 17840 Jan 1 1970 libopenaes.so
-rwxr-x--- 1 root root 103944 Jan 1 1970 libpcre.so
-rwxr-x--- 1 root root 222728 Jan 1 1970 libpng.so
-rwxr-x--- 1 root root 87672 Jan 1 1970 libselinux.so
-rwxr-x--- 1 root root 30384 Jan 1 1970 libsparse.so
-rwxr-x--- 1 root root 13800 Jan 1 1970 libstdc++.so
-rwxr-x--- 1 root root 456384 Jan 1 1970 libstlport.so
-rwxr-x--- 1 root root 46600 Jan 1 1970 libtar.so
-rwxr-x--- 1 root root 219136 Jan 1 1970 libtwrpmtp.so
-rwxr-x--- 1 root root 9704 Jan 1 1970 libunwind-ptrace.so
-rwxr-x--- 1 root root 91720 Jan 1 1970 libunwind.so
-rwxr-x--- 1 root root 17824 Jan 1 1970 libusbhost.so
-rwxr-x--- 1 root root 99936 Jan 1 1970 libutil-linux.so
-rwxr-x--- 1 root root 149064 Jan 1 1970 libutils.so
-rwxr-x--- 1 root root 116296 Jan 1 1970 libz.so
-rwxr-x--- 1 root root 87866 Jan 1 1970 linker
-rwxr-x--- 1 root root 108419 Jan 1 1970 linker64
lrwxrwxrwx 1 root root 7 Jan 1 1970 ln -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 load_policy -> toolbox
lrwxrwxrwx 1 root root 7 Jan 1 1970 losetup -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ls -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lsattr -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lsmod -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lspci -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lsusb -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lzcat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lzma -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lzop -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 lzopcat -> busybox
-rwxr-x--- 1 root root 18120 Jan 1 1970 make_ext4fs
lrwxrwxrwx 1 root root 7 Jan 1 1970 man -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 matchpathcon -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 md5sum -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 mesg -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 mkdir -> busybox
-rwxr-x--- 1 root root 54984 Jan 1 1970 mke2fs
-rwxr-x--- 1 root root 24016 Jan 1 1970 mkexfatfs
lrwxrwxrwx 1 root root 7 Jan 1 1970 mkfifo -> busybox
lrwxrwxrwx 1 root root 11 Jan 1 1970 mkfs.exfat -> mount.exfat
lrwxrwxrwx 1 root root 7 Jan 1 1970 mkfs.ext2 -> busybox
-rwxr-x--- 1 root root 30840 Jan 1 1970 mkfs.fat
lrwxrwxrwx 1 root root 7 Jan 1 1970 mknod -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 mkswap -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 mktemp -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 modinfo -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 modprobe -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 more -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 mount -> busybox
-rwxr-x--- 1 root root 520504 Jan 1 1970 mount.exfat
lrwxrwxrwx 1 root root 7 Jan 1 1970 mountpoint -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 mpstat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 mv -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nanddump -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nandwrite -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nbd-client -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nc -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 netstat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nice -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nmeter -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nohup -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 nslookup -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ntpd -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 od -> busybox
-rwxr-x--- 1 root root 9776 Jan 1 1970 openaes
lrwxrwxrwx 1 root root 7 Jan 1 1970 openvt -> busybox
prwSrwS--- 1 root root 0 Jan 1 12:00 orsin
prwSrwSrw- 1 root root 0 Jan 1 12:00 orsout
lrwxrwxrwx 1 root root 7 Jan 1 1970 patch -> busybox
-rwxr-x--- 1 root root 287 Jan 1 1970 permissive.sh
lrwxrwxrwx 1 root root 7 Jan 1 1970 pgrep -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 pidof -> busybox
-rwxr-x--- 1 root root 63304 Jan 1 1970 pigz
lrwxrwxrwx 1 root root 7 Jan 1 1970 ping -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 pipe_progress -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 pkill -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 pmap -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 poweroff -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 printenv -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 printf -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ps -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 pstree -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 pwd -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 pwdx -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 r -> toolbox
lrwxrwxrwx 1 root root 7 Jan 1 1970 rdate -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 rdev -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 readlink -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 realpath -> busybox
-rwxr-x--- 1 root root 5680 Jan 1 1970 reboot
-rwxr-x--- 1 root root 816944 Jan 1 1970 recovery
lrwxrwxrwx 1 root root 7 Jan 1 1970 renice -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 reset -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 resize -> busybox
-rwxr-x--- 1 root root 42616 Jan 1 1970 resize2fs
lrwxrwxrwx 1 root root 7 Jan 1 1970 restorecon -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 rev -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 rm -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 rmdir -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 rmmod -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 route -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 run-parts -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 runcon -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 rx -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sed -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 selinuxenabled -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 seq -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sestatus -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setconsole -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setenforce -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setfiles -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setkeycodes -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setprop -> toolbox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setsebool -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setserial -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 setsid -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sh -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sha1sum -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sha256sum -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sha3sum -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sha512sum -> busybox
-rwxr-x--- 1 root root 9784 Jan 1 1970 simg2img
lrwxrwxrwx 1 root root 7 Jan 1 1970 sleep -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 smemcap -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sort -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 split -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 start -> toolbox
lrwxrwxrwx 1 root root 7 Jan 1 1970 stat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 stop -> toolbox
lrwxrwxrwx 1 root root 7 Jan 1 1970 strings -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 stty -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sum -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 swapoff -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 swapon -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sync -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 sysctl -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 tac -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 tail -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 tar -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 taskset -> busybox
-rwxr-x--- 1 root root 1 Jan 1 1970 teamwin
lrwxrwxrwx 1 root root 7 Jan 1 1970 tee -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 telnet -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 telnetd -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 test -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 tftp -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 tftpd -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 time -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 timeout -> busybox
-rwxr-x--- 1 root root 13952 Jan 1 1970 toolbox
lrwxrwxrwx 1 root root 7 Jan 1 1970 top -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 touch -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 tr -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 traceroute -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 true -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 ttysize -> busybox
-rwxr-x--- 1 root root 42664 Jan 1 1970 tune2fs
-rwxr-x--- 1 root root 9776 Jan 1 1970 twrp
lrwxrwxrwx 1 root root 7 Jan 1 1970 ueventd -> ../init
lrwxrwxrwx 1 root root 7 Jan 1 1970 umount -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 uname -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 uncompress -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 unexpand -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 uniq -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 unix2dos -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 unlzma -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 unlzop -> busybox
lrwxrwxrwx 1 root root 4 Jan 1 1970 unpigz -> pigz
lrwxrwxrwx 1 root root 7 Jan 1 1970 unxz -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 unzip -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 uptime -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 usleep -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 uudecode -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 uuencode -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 vi -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 watch -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 watchdogd -> ../init
lrwxrwxrwx 1 root root 7 Jan 1 1970 wc -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 wget -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 which -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 whoami -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 xargs -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 xz -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 xzcat -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 yes -> busybox
lrwxrwxrwx 1 root root 7 Jan 1 1970 zcat -> busybox
~ # ls -la /external_sdcard/j7eltexx
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
drwxrwxrwx 3 root root 32768 Jan 1 13:23 .
drwxrwxrwx 11 root root 32768 Jan 1 1970 ..
-rwxrwxrwx 1 root root 336409241 Jan 3 2017 RRN5.8.0.20161208.j7eltexx.zip
-rwxrwxrwx 1 root root 7952450 Jan 4 2017 custom.kernel2.5.j7.sakindia.zip
drwxrwxrwx 3 root root 32768 Jan 4 2017 legacy
-rwxrwxrwx 1 root root 120849692 Jan 4 2017 open.gapps.arm.7.1.pico.20161230.zip
-rwxrwxrwx 1 root root 25035340 Jan 3 2017 sys.010317.zip
-rwxrwxrwx 1 root root 182668163 Jan 3 2017 utils.010317.zip
~ # ls -la /external_sdcard/j7eltexx/legacy
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
drwxrwxrwx 3 root root 32768 Jan 4 2017 .
drwxrwxrwx 3 root root 32768 Jan 1 13:23 ..
-rwxrwxrwx 1 root root 382025349 Jan 3 2017 RRN5.8.0.20161129.j7eltexx.zip
-rwxrwxrwx 1 root root 6963605 Jan 4 2017 custom.kernel2.0.j7.sakindia.zip
-rwxrwxrwx 1 root root 6974491 Jan 4 2017 custom.kernel2.1.j7.sakindia.zip
drwxrwxrwx 2 root root 32768 Jan 4 2017 mm
~ # ls -la /external_sdcard/j7eltexx/legacy/mm
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
drwxrwxrwx 2 root root 32768 Jan 4 2017 .
drwxrwxrwx 3 root root 32768 Jan 4 2017 ..
-rwxrwxrwx 1 root root 283892915 Jan 2 2015 cm.13.0.20160521.aapav01.j7eltexx.zip
-rwxrwxrwx 1 root root 117362477 Dec 14 2016 open.gapps.arm.6.0.pico.20161111.zip
~ # exit
[email protected]:/home/hd-scania# exit
exit
[email protected]:~$
So, I have an issue with my OPO when I unplug the USB cable it reboots and start to boot loop.
I had tried many things like this Guide to go back to Stock,
I also downloaded the latest Cyanogen Mod Stable and tried with that without good results.
Then tried this custom rom , nothing change.
I even tried the persist.img fix but didn't fix it.
Even if i'm in the recovery and I unplug the usb,
it reboots and stay boot looping.
I have access to fastboot and TWRP.
If you have any idea about how can I get near to fix this I would greatly appreciate your help.
Omegakenshin said:
So, I have an issue with my OPO when I unplug the USB cable it reboots and start to boot loop.
I had tried many things like this Guide to go back to Stock,
I also downloaded the latest Cyanogen Mod Stable and tried with that without good results.
Then tried this custom rom , nothing change.
I even tried the persist.img fix but didn't fix it.
Even if i'm in the recovery and I unplug the usb,
it reboots and stay boot looping.
I have access to fastboot and TWRP.
If you have any idea about how can I get near to fix this I would greatly appreciate your help.
Click to expand...
Click to collapse
What ROM does your phone currently have?
If you leave the USB cable plugged in, can you successfully boot into and use your system?
JeffDC said:
What ROM does your phone currently have?
If you leave the USB cable plugged in, can you successfully boot into and use your system?
Click to expand...
Click to collapse
Thanks for replying, currently i'm in the latest Cyanogen Mod version,
but after some attempts to fix it, right now I can't boot to any rom,
if I do a Factory Reset from the TWRP recovery,
it shows the Cyanogen logo and suddenly starts to boot loop.
Why do you ask, is there something I can do if I get to boot the system again? Just in case
(Note: I leave the phone boot looping all the night to discharge the battery but it was no use)
I'm back, now I can boot into the OxygenOS with
OnePlus_Bacon_OxygenOS_201601190107.zip
But have the same problem, when I'm not plugged to a source of energy,
it stay for some seconds on and then reboots and start to boot loop.
This is the last lines of adb logcat I'm able to get until I unplug the cable
Code:
E/QSEECOMAPI: (10932): Error::opening QSEECom device
E/EntSec (10932): [ML_DMN] [Listener ] "Error: qseecom_register_listener failed (-1)"
E/EntSec (10932): [ML_DMN] [Main ] "Error: ML daemon failed to start"
D/Ulp_jni ( 1164): Location CB invoked
E/NetlinkEvent( 344): NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
D/TelephonyIcons( 2599): getDataActivity, sub=0, activity=4
D/TelephonyIcons( 2599): getDataActivity, sub=0, activity=0
I/Crashlytics(10116): Crashlytics report upload FAILED: 57BFB69902C7-0001-2784-8F82A85B21D0.cls
D/KeyguardUpdateMonitor( 2599): received broadcast android.intent.action.BATTERY_CHANGED
D/KeyguardUpdateMonitor( 2599): handleBatteryUpdate
I/OemPowerUI( 1164): battery charge 100% level=100 temperature=345 voltage=4255 plugged=1 chargeType=0
D/charger_monitor( 544): vchg_loop stable: 1, is_settled = 0,usb_target_ua = 0, usbin_current_now = 100000,fastchg_sts = 0, num_attempts = 0
D/TelephonyIcons( 2599): getDataActivity, sub=0, activity=3
D/TelephonyIcons( 2599): getDataActivity, sub=0, activity=0
What happens if you leave the phone boot looping, until he battery drains out?
Then plug in and let charge for a short time?
Are you sure you've flashed tz.img from latest COS?
erorcun said:
Are you sure you've flashed tz.img from latest COS?
Click to expand...
Click to collapse
Yes I try that, but maybe the memory could be corrupted because I flashed a custom recovery and when I reboot I still had the stock one, until I erase the recovery partition and flash it again.
Is there a way to verify if the partitions are corrupted?
erorcun said:
Are you sure you've flashed tz.img from latest COS?
Click to expand...
Click to collapse
I was checking into this and when I "ls -l" in adb shell from the recovery this is what it shows
Code:
~ # ls -l
__bionic_open_tzdata: couldn't find any tzdata when looking for localtime!
__bionic_open_tzdata: couldn't find any tzdata when looking for GMT!
__bionic_open_tzdata: couldn't find any tzdata when looking for posixrules!
drwxr-xr-x 2 root root 0 Jan 17 02:32 boot
drwxr-xr-x 2 root root 0 Jan 17 02:32 cache
lrwxrwxrwx 1 root root 13 Jan 1 00:00 charger -> /sbin/healthd
drwxr-xr-x 2 root root 0 Jan 1 00:00 data
-rw-r--r-- 1 root root 4908 Jan 1 00:00 default.prop
drwxr-xr-x 10 root root 4140 Jan 17 02:32 dev
drwxr-xr-x 2 root root 0 Jan 17 02:32 etc
-rw-r--r-- 1 root root 35567 Jan 1 00:00 file_contexts
dr-xr-x--- 3 system system 16384 Jan 1 00:00 firmware
-rw-r----- 1 root root 1730 Jan 1 00:00 fstab.bacon
-rwxr-x--- 1 root root 320204 Jan 1 00:00 init
-rwxr-x--- 1 root root 4163 Jan 1 00:00 init.rc
-rwxr-x--- 1 root root 2122 Jan 1 00:00 init.recovery.bacon.rc
-rwxr-x--- 1 root root 1718 Jan 1 00:00 init.recovery.qcom.rc
drwxr-xr-x 3 root root 0 Jan 1 00:00 license
drwxrwx--x 8 system system 4096 Jan 17 01:06 persist
dr-xr-xr-x 155 root root 0 Jan 1 00:00 proc
-rw-r--r-- 1 root root 3227 Jan 1 00:00 property_contexts
drwxr-xr-x 2 root root 0 Jan 17 02:32 recovery
drwxr-xr-x 3 root root 0 Jan 1 00:00 res
drwx------ 2 root root 0 Jun 20 2015 root
drwxr-x--- 2 root root 0 Jan 17 02:32 sbin
drwxrwxrwx 2 root root 0 Jan 17 02:32 sdcard
-rw-r--r-- 1 root root 1278 Jan 1 00:00 seapp_contexts
-rw-r--r-- 1 root root 57 Jan 1 00:00 selinux_version
-rw-r--r-- 1 root root 180887 Jan 1 00:00 sepolicy
-rw-r--r-- 1 root root 10597 Jan 1 00:00 service_contexts
drwxr-xr-x 2 root root 0 Jan 17 02:32 sideload
drwxr-xr-x 2 root root 0 Jan 1 00:00 supersu
dr-xr-xr-x 14 root root 0 Jan 17 02:32 sys
drwxr-xr-x 2 root root 0 Jan 1 00:00 system
drwxrwxr-x 2 root shell 60 Jan 17 02:32 tmp
drwxr-xr-x 4 root root 0 Jan 1 00:00 twres
-rw-r--r-- 1 root root 9101 Jan 1 00:00 ueventd.bacon.rc
-rw-r--r-- 1 root root 9101 Jan 1 00:00 ueventd.qcom.rc
-rw-r--r-- 1 root root 7439 Jan 1 00:00 ueventd.rc
drwxrwxrwx 2 root root 0 Jan 17 02:32 usb_otg
drwxr-xr-x 3 root root 0 Jan 1 00:00 vendor
There is something wrong there, when I flash tz it says ok, but this shows otherwise,
what do you think it could be?
i'm also facing issue ....so what did you do???
Still using the OPO??
thxxht said:
i'm also facing issue ....so what did you do???
Still using the OPO??
Click to expand...
Click to collapse
After trying almost everything, I buy a battery online and after change it my phone could boot again.
It almost seems weird, but seems like the power provided wasn't enough for the processor to boot into system or something and it keep rebooting.
You'll have to search how to open your OnePlus and change the battery if you wanna try this.
Good luck, let me know if you fix it
Hi guys, currently extracted an apk file only to find out that the main files such as classes.dex, have the (.dat) extension as well, what does this mean? as i cant go further in my decompilation.
below an example
[email protected]:/home/santoku/Desktop/upacktiz/timzpdir/assets# ls -l
total 5084
-rw-r--r-- 1 root root 3961849 feb 23 09:33 classes.dex.dat
-rw-r--r-- 1 root root 349 feb 23 09:33 crashlytics-build.properties
-rw-r--r-- 1 root root 134238 feb 23 09:33 dp.arm.so.dat
-rw-r--r-- 1 root root 135752 feb 23 09:33 dp.arm-v7.so.dat
-rw-r--r-- 1 root root 130901 feb 23 09:33 dp.arm-v8.so.dat
-rw-r--r-- 1 root root 551500 feb 23 09:33 dp.mp3
-rw-r--r-- 1 root root 133428 feb 23 09:33 dp.x86_64.so.dat
-rw-r--r-- 1 root root 138094 feb 23 09:33 dp.x86.so.dat
drwxr-xr-x 2 root root 4096 feb 25 20:36 fonts
This app was protected by DexProtector. classes.dex.dat - encrypted classes.dex, *.so.dat - encrypted .so loaders, dp.mp3 - encrypted method map table.
What apk did you decompile?
Hi,
Can anyone share sizes of files inside OnDeviceHeadSuggestModel folder somewhere in Google Chrome folders?
I don't have rooted Android with me.
Thank you
Code:
-rw------- 1 u0_a222 u0_a222_cache 1824 2023-05-11 20:06 /data/user/0/com.android.chrome/app_chrome/OnDeviceHeadSuggestModel/20230504.530023049.14/_metadata/verified_contents.json
-rw------- 1 u0_a222 u0_a222_cache 1387812 2023-05-11 20:06 /data/user/0/com.android.chrome/app_chrome/OnDeviceHeadSuggestModel/20230504.530023049.14/cr_en-us_2023-05-04_530023049_100000_index.bin
-rw------- 1 u0_a222 u0_a222_cache 66 2023-05-11 20:06 /data/user/0/com.android.chrome/app_chrome/OnDeviceHeadSuggestModel/20230504.530023049.14/manifest.fingerprint
-rw------- 1 u0_a222 u0_a222_cache 102 2023-05-11 20:06 /data/user/0/com.android.chrome/app_chrome/OnDeviceHeadSuggestModel/20230504.530023049.14/manifest.json