Hi all,
I am in a development team which develops an app used by millions of users worldwide. We get mysterious crash log messages all the time which happens only a couple dozen or even less devices which we can not directly reproduce while the vast majority of the users can use those features without problem. We suspect that in some of these cases some custom ROM or custom kernel causes the problem. Currently we get these informations from the hardware/software environment (in the parentheses there are examples from an actual crash log):
- Android version (4.0.4)
- Board version (SPH-D710)
- Brand (Samsung)
- System build number (IMM76I.FH13)
- System build ID (IMM76I)
I have a Nexus S with ParanoidAndroid, and on the About Phone page there are the extra fields I speak about (for example CyanogenMod version, ParanoidAndroid version, kernel version). My question is that is there an universal way to extract all or some of this information which could work on any device?
Go to settings and click about phone there will be the versions...
Sent from my GT-S5360 using xda app-developers app
rameshrko said:
Go to settings and click about phone there will be the versions...
Click to expand...
Click to collapse
You misunderstood me. I know perfectly what kind of ROM is on MY phone, but I don't have access to every single phone and tablet which runs our app.
EDIT: The os.version system property seems to get the kernel version, but the other properties in System.getProperties() does not seem to have much use for me.
Did you find an answer?
EDIT: After a little digging I found everything shown in Kernel version of about phone:
On a N4 with Matr1x kernel, about phone shows this:
3.4.0-cfs-gb074426 <dev_email> #4 Sun Mar 3 22:47:55 CST 2013
This gets the initial version:
Code:
System.getProperty("os.version");
I'm pretty sure the date can be retrieved using this:
Code:
android.os.Build.TIME
3.4.0-cfs-gb074426
However there doesn't seem to be any other property that leads to the remaining version information, but this file has it all:
/proc/version
Anyone found a better way to get the dev build number, eg <dev_email> #4
Related
[SIZE=+3]Frequently Asked Questions[/SIZE]
[SIZE=+2] Samsung Galaxy Players[/SIZE]
[SIZE=+1]This a short list of frequently asked questions in this device forum and the answers often given as a response. It should serve as a starting point for gathering knowledge and finding solutions to many common problems. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, try to find an existing thread or create your own. Do not use this as a general help thread.[/SIZE]
[SIZE=+1]Q1: I would like to know what's inside my device?[/SIZE]
Please check here for your device's specifications:
The Samsung Galaxy Players/S Wifi (All Variants) All-In-One Thread
[SIZE=+1]Q2: Where can I find the USB drivers for my device without installing Kies?[/SIZE]
Here you will find them: Samsung USB Drivers
[SIZE=+1]Q3: What is root?[/SIZE]
To access root in Linux means that you have full administrative rights over your device and achieve things that you could never do before if you haven't done so. It can be pretty risky if you don't know what are you doing so be warned!!
But remember this: When you aren't root, you are the user of the device. When you're rooted, you are the owner of it.:good:
[SIZE=+1]Q4: How do I root my SGP?[/SIZE]
The prefered method is using Odin or heimdall to flash an insecure kernel or a custom rom which will enable root for you. You should find them in the android development section.
[SIZE=+1]Q5: Ok that's cool but i'm kinda new here and I don't know how to use those programs?[/SIZE]
Here's a link to help you
How to use heimdall and odin
[SIZE=+1]Q6: What is a custom recovery?[/SIZE]
A custom recovery is mostly the native android recovery modified from the source to feature multiple options like backup a whole ROM or flashing a rom for example. The most known one and the only one available for our devices is the ClockWorkmod Recovery or commonly called CWM.
[SIZE=+1]Q7: How can I get CWM?[/SIZE]
Flash a custom kernel with CWM support.
[SIZE=+1]Q8: Where I can find a list of ROMS and kernels?[/SIZE]
Here you can find them all:
The Samsung Galaxy Players (All variants) All-In-One Thread
[SIZE=+1]Q9: How can I OC my device?[/SIZE]
See Q7 for answer
[SIZE=+1]Q10: I have bricked my device pleaseee heeeeeeeeelppppppp meeeee!!!:crying:[/SIZE]
Check a Recovery thread made for your device
[SIZE=+1]Q11: I would like to flash CyanogenMod but I've lost my Efs? (for 4.0 users)[/SIZE]
Please check at the end of this post:
http://forum.xda-developers.com/showpost.php?p=23290275&postcount=2
[SIZE=+1]Q12: What is ADB?[/SIZE]
Please see this thread for all ADB information:
Full ADB guide
[SIZE=+1]Q13: What the heck is the cat on a log?[/SIZE]
Well logcat isn't a cat on a log. It's a system element from android used to record the system logs. This is the most efficient way of squashing bugs when developpers are facing problems. To use logcat, you will need ADB. See Q10 for setting ADB.
This is how you can see logcat
Code:
adb logcat
This is how you can save a logcat into your computer
Code:
adb logcat -d > logcat.txt
[SIZE=+1]Q14: What are custom ROMS?[/SIZE]
Custom roms are modified software made in order to offer more features and options. There's 2 types of custom roms: the stock based ones and AOSP ones
Stock: They are based from the manufacturer's original firmware.
AOSP: They are compiled from the android source and provides a pure stock experience if the manufacturer have an interface overlay. They often offer much more and unique options than stock roms. (like Cyanogenmod, AOKP, or ParanoidAndroid for example)
[SIZE=+1]Q15: Nice! how can I flash those ROMS??[/SIZE]
Normaly the roms threads should have the necessary instructions in order to flash them.
[SIZE=+1]Q16: Why I can see my cell standby percentage when my device is a PMP?[/SIZE]
Well... Android is first and most a mobile phone, tablet OS and not a PMP OS. The OS think you're a phone and then use cell standby but don't worry, there's no battery life extracted from there.
[SIZE=+1]Q17: What is the best kernel/ROM?[/SIZE]
There's not really best kernels and roms. Just try them out and see which one you prefer.
Forum Rules | New Users Guide | XDA Tour | Report Posts
This FAQ is part of a Recognized Contributor Group Initiative. Please look for a similar FAQ thread when visiting another device forum.
A special thanks to everyone who contributed to the production of this FAQ
Reserved.
Reserved again.
One last time.
Reserved
Sent from my YP-G1 running ParanoidAndroid v1.6 (ICS)
goldflame09 said:
Shall this be my reserved just in case?
Sent from my YP-G1 running ParanoidAndroid v1.6 (ICS)
Click to expand...
Click to collapse
Why not. More is better than less. :good:
Sent from my Nexus 7 using Tapatalk HD
Well written, deserves to be pinned. :good:
Batter life
So now that i understand that the cell by is nothing to worry about, but because its a software issue the batter% shows it drains rapidly. What do we do when it says we only have 10% left? charge it? because that would be daily, or will it keep running?
Thanks
droid_noob21 said:
So now that i understand that the cell by is nothing to worry about, but because its a software issue the batter% shows it drains rapidly. What do we do when it says we only have 10% left? charge it? because that would be daily, or will it keep running?
Thanks
Click to expand...
Click to collapse
There's a big difference between determining what programs are using a certain percentage of the battery (it's based on CPU time and network use), and how much total battery has been used (based on voltages). I would say the total battery percentage left is mostly accurate, but it's not quite (see attached screenshot) (at least it could be tweaked a bit). But I still recommend you to charge it at 10% to ensure future battery capacity. If you drain it too much, it will wear down -- in the screenshot, I had accidentally left it on for a week.
Galaxy 5.8 information
Howdy, I'm a long time lurker on the forums; have a rooted Samsung Galaxy S (AT&T) from several years ago and recently nabbed a new gadget on a business trip to Korea. I got a Samsung Galaxy Player 5.8 for $220 and thought it should be relatively simple to root. I was wrong.
Can we add information about the Samsung Galaxy Player 5.8?
Model: YP-GP1
Android: 4.0.4
Kernel: 3.0.8-1168015 [email protected] #1 SMP PREEMPT Fri Dec 7 20:57:12 KST 2012
Build#: IMM76D.GP1KRALL1
FM Radio: Works in Korea; not so much anywhere else. It finds stations during search but only plays static. (Tried Spirit UL its not happy either. It reports that it cannot access the FM tuner. Maybe it needs root?)
TV Tuner: Same as the FM Radio // Frequency differences?
Storage: 16 GB (expandable with sdcard slot)
Screen: 960 px x 540 px / Capacitive / Multi-touch
Network: 802.11g,b,n
GPS
Bluetooth (can't tell what version, the manual is Korean; I assume its BT3.0)
Battery life is good, runs for a few days on a single charge with power saving enabled.
Haven't used it for any really fun stuff as I can't seem to get root on it. All the ICS 4.0.4 rooting methods on this site have failed.
Going to look at the kernel source from Samsung and see if I can make heads or tails of it.
N0Karma said:
Howdy, I'm a long time lurker on the forums; have a rooted Samsung Galaxy S (AT&T) from several years ago and recently nabbed a new gadget on a business trip to Korea. I got a Samsung Galaxy Player 5.8 for $220 and thought it should be relatively simple to root. I was wrong.
Can we add information about the Samsung Galaxy Player 5.8?
Model: YP-GP1
Android: 4.0.4
Kernel: 3.0.8-1168015 [email protected] #1 SMP PREEMPT Fri Dec 7 20:57:12 KST 2012
Build#: IMM76D.GP1KRALL1
FM Radio: Works in Korea; not so much anywhere else. It finds stations during search but only plays static. (Tried Spirit UL its not happy either. It reports that it cannot access the FM tuner. Maybe it needs root?)
TV Tuner: Same as the FM Radio // Frequency differences?
Storage: 16 GB (expandable with sdcard slot)
Screen: 960 px x 540 px / Capacitive / Multi-touch
Network: 802.11g,b,n
GPS
Bluetooth (can't tell what version, the manual is Korean; I assume its BT3.0)
Battery life is good, runs for a few days on a single charge with power saving enabled.
Haven't used it for any really fun stuff as I can't seem to get root on it. All the ICS 4.0.4 rooting methods on this site have failed.
Going to look at the kernel source from Samsung and see if I can make heads or tails of it.
Click to expand...
Click to collapse
There's not really anything about the 5.8 so I don't think I will add something for it as of right now. As of spirit, you need to be rooted in order to use it. As for t-dmb, (tv) you can only use it in South Korea (exclusive technology).
Envoyé depuis mon Nexus 7 avec Tapatalk
I have a galaxy player 4.0 YP-G1, and then update it ... stay all perfect with the exception of the most important. When I connect the audio cable and start the music, the device automatically restarts. They know that it can be?
Model Number: I9000
Firmware: 2.3.5
Kernel: 2.6.35.7-CL562447-G1XXKPN TerraSilent_intl-1.3.5
Compilation: GINGERBREAD.UEKI8
Just a message to get posts to 10. I'm a long time reader please ignore.
josephcantrell4 said:
Just a message to get posts to 10. I'm a long time reader please ignore.
Click to expand...
Click to collapse
Please don't post randomly. It's against xda rules
Sent from my SCH-I535 using Tapatalk
its theres way to swap internal to external sd in 4.4? like in cm10.2??
Sent from my YP-G70 using XDA Premium 4 mobile app
lildhiel08 said:
its theres way to swap internal to external sd in 4.4? like in cm10.2??
Click to expand...
Click to collapse
Hi guys my samsung j7 speaker sound is low is there any way to increase its sound and plz tell me how to root this device without computer
I have a cheap china clone of the Samsung S3 phone. It claims to be:
Model GT-i9300
Android version 4.1.1
BASEBAND VERSION - MAU1.11AMD.W11.50.SP.V12.2012/09/20 18:56
kernel3.0.13 - [email protected] #1 wed feb 27 14.44.52 cst 2013
build number - ALPS.ICS.MP.V2.6
CUSTOM BUILD 001130227
DEVELOPER DEVICE ID - JA56-JNR6-NEDN-C
Am not too sure about the Android version, maybe 4.0.3 and someone altered the build.prop to make the phone sell better. Phone came with a fake Antutu program to display fake results. Can anyone advise how to actually check the system for correct version?
It has an MTK6575 CPU(appears to be 1.2MHz), single micro-sim, with 540 by 960 display, front and rear cameras.
Came with many software problems, have managed to get the WiFi stable, however still some problems with the GPS chip, but eventually got YGPS to obtain a fix and give me a location – but very unreliable. Not managed to get any other software to work.
PROBLEM 1
However, when I use google Maps, it always want to install the Google Play Services, so that it has the V2. This always fails due to error "incompatible with other application(s) using the same shared user ID".
It seems to be complaining about Google Framework as this and play services both specify
<shared-user name="com.google.uid.shared" > - not found any other programs/system bits using shared ID's
could a poorly doctored build.prop be causing this?
Has anyone a solution to this problem?
PROBLEM 2
The other problem I have noticed is that MediaTek seem to have their own location services. In mobile tools, engineering mode, there is an option to use either Google or MediaTek. If I specify Google, it states that the goggle Netloc and Geocoder services’ Fail to bind’, but no problem with the MediaTek drivers? As MediaTek only divert their traffic to Google anyway, it would seem more sensible to bind with google direct.
Has anyone a solution to this problem?
stevet99uk said:
I have a cheap china clone of the Samsung S3 phone. It claims to be:
Model GT-i9300
Android version 4.1.1
BASEBAND VERSION - MAU1.11AMD.W11.50.SP.V12.2012/09/20 18:56
kernel3.0.13 - [email protected] #1 wed feb 27 14.44.52 cst 2013
build number - ALPS.ICS.MP.V2.6
CUSTOM BUILD 001130227
DEVELOPER DEVICE ID - JA56-JNR6-NEDN-C
Am not too sure about the Android version, maybe 4.0.3 and someone altered the build.prop to make the phone sell better. Phone came with a fake Antutu program to display fake results. Can anyone advise how to actually check the system for correct version?
It has an MTK6575 CPU(appears to be 1.2MHz), single micro-sim, with 540 by 960 display, front and rear cameras.
Came with many software problems, have managed to get the WiFi stable, however still some problems with the GPS chip, but eventually got YGPS to obtain a fix and give me a location – but very unreliable. Not managed to get any other software to work.
PROBLEM 1
However, when I use google Maps, it always want to install the Google Play Services, so that it has the V2. This always fails due to error "incompatible with other application(s) using the same shared user ID".
It seems to be complaining about Google Framework as this and play services both specify
<shared-user name="com.google.uid.shared" > - not found any other programs/system bits using shared ID's
could a poorly doctored build.prop be causing this?
Has anyone a solution to this problem?
PROBLEM 2
The other problem I have noticed is that MediaTek seem to have their own location services. In mobile tools, engineering mode, there is an option to use either Google or MediaTek. If I specify Google, it states that the goggle Netloc and Geocoder services’ Fail to bind’, but no problem with the MediaTek drivers? As MediaTek only divert their traffic to Google anyway, it would seem more sensible to bind with google direct.
Has anyone a solution to this problem?
Click to expand...
Click to collapse
the problem seems to be with the firmware and build search the net for a stock firmware for your phone if there is one and flash may be that helps
sangalaxy said:
the problem seems to be with the firmware and build search the net for a stock firmware for your phone if there is one and flash may be that helps
Click to expand...
Click to collapse
The problem with these 'unnamed' clones is that there isn't any stock firmware, you get only what it comes with. Usually this is 'defective' as they rush to sell the phones while there is still a demand for them, and never get the firmware working properly. So some advice if you are looking for a smartphone/tablet, ONLY BUY ONE WITH SOME SORT OF AFTER SALES SUPPORT! Check the forums and see what phones have stock ROMS that are being actively developed.
PROBLEM 3
The LocationManger never reports any 'NETWORK' location. Wrote software to check it, can get a location when I run this on a tablet with only a WiFi connection, but on this phone with both WiFi and Cell, no location provided.
Has anyone a solution to this problem?
Update
PROBLEM 1 - SOLVED
guessed that it was really ICS and not JB, so loaded gapps-ics-20120429-signed.zip with CMW
this got over the shared user ID problem.
However, lost the IMEI number when doing this, (maybe clearing dalvik, not looked into) so reinstated with the MTKDroidTools.
SO RECORD YOUR IMEI BEFORE applying update.
Now thinks it is dual sim version, but that doesn't seem to matter
Now using the new Google Location software, GPS fix from COLD within 2 mins.
so problems 2 and 3 seem immaterial now.
see this post for solution to fix problem 1 ... created by brother @praderj
http://forum.xda-developers.com/show...4&postcount=45
[q] Galaxy S4 China Clone mtk6576
Hi,
My friend bought S4 Mini Clone from China but it really doesnt seems to be close to S4. So I have few question about it, and maybe you will help me. Os is prepared to looks like Samsung TouchWiz but most of functions doesnt work, there is not even Google Play :]
OK. It has Militek MTK6576 chip. In about phone there is:
Device Name: GT-I9190
Model number GT-I9190
Android Version: 4.2.2
Baseband version: I9190XXUAMF5
Kernel version:
3.4.0-849021
[email protected]#1
thu jun 13 16:52:08 KST 2013
Build Version: JDQ39.I9190XXUAMF5
SeLinux state: Permissive
Secure boot status: Type Samsung
Cant turn it in download mode any way, but instead of this it turn "Factory Mode" where is menu "Version" and it says
BB Chip: MT6575
MS Board: GT-I9190
IMEI: 123445 ...
Kernel Version: 2.6.35.7
Android ver: 2.3.6
SW ver: MDK_v2.1_K18_en_201308271711_tp5206
1. I dont trust what it says on "about phone" . How to check Storage / memory / CPU ?
2. Is there a way to backup entire phone for recovery ?
3. How, and witch rom can be installed there ?
4. Is there a way for touchwiz to work on this phone ?
Hope some one will guide me for this
Best Regards
Fenix23
Regards, Droiders!
I just bought a Lenovo A850 Clone from china (aliexpress). It's model is lenovoa850c
aliexpress.com/snapshot/6008093008.html
(Please, let's not discuss if it's a good phone or not. It's irrelevant and will spoil the thread)
(Note that the Original Lenovo has a 5.5" screen, and the clone has only 5")
I don't like the Default ROM, so I want to install a new one. Of course, this phone has none that I could find.
My phone is already rooted, and CWM (Clockworkmod) is already flashed in as recovery boot.
I tried installing a ROM for the original Lenovo 850, but the phone never booted (the jellybean android boy popped up infinitely)
- What do you suggest?
- Do you know any compatible ROM?
- Should I try other Lenovo 850 ROMs?
----------------------------------------
Hardware : MT6572 (MT6589 is Fake!)
Model : lenovoA850c
Build number : ALPS.JB3.MP.V1.6
Build date UTC : 20130928-154238
Android v : 4.2.2
Baseband v: MOLY.WR8.W1315.MD.WG.MP.V4.P1, 2013/08/23 14:18
Kernel v : 3.4.5 ([email protected]) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP Sat Sep 28 23:40:38 HKT 2013
Uboot build v : -----
LCD Driver IC : 1-otm9605a_dsi_vdo_lcm_drv
--------------------------------------------------------------------
Thanks
Anyone? I have a new phone waiting to be sensually touched by me, but I need the ROM!
I've tried with Goo Manager, and it didn't return compatible roms.
I've searches a lot online, and couldn't find it either.
How can I find the most compatible one? What should I compare to find a possible match?
What hardware information is important?
Bump for me. I need a ROM
Have you tried with CyanogenMod ?
Hi. I recently aquired this phone and i hardly need a new rom. It always has full ram memory used, the touch feedback is not that nice and the sound is very low, specially when using earphones. I couldn't find any rom, not even cyanogen. Not know how hard it is to make one, but we can try team up and build some.
Thanks.
Also, any other forum opened for the A850c?
Sent from my lenovoA850c using XDA Free mobile app
vali.mvf said:
Hi. I recently aquired this phone and i hardly need a new rom. It always has full ram memory used, the touch feedback is not that nice and the sound is very low, specially when using earphones. I couldn't find any rom, not even cyanogen. Not know how hard it is to make one, but we can try team up and build some.
Thanks.
Also, any other forum opened for the A850c?
Sent from my lenovoA850c using XDA Free mobile app
Click to expand...
Click to collapse
Your issue is that clone devices do not release the kernel source for it so no custom ROMs.
Bat cave One
I see. But isn't there any way to find that kernel, or use an existing one? I find the processor on this phone pretty popular.
Sent from my lenovoA850c using XDA Free mobile app
vali.mvf said:
I see. But isn't there any way to find that kernel, or use an existing one? I find the processor on this phone pretty popular.
Sent from my lenovoA850c using XDA Free mobile app
Click to expand...
Click to collapse
No each device has specific kernel files. Without the proper source code you are out of luck.
The processor is only popular on China based devices. None of the big names use it.
Then you get into needing to build a recovery for it.
Bat cave One
zelendel said:
No each device has specific kernel files. Without the proper source code you are out of luck.
The processor is only popular on China based devices. None of the big names use it.
Then you get into needing to build a recovery for it.
Bat cave One
Click to expand...
Click to collapse
It sounds like I didn't pick such a good phone. Thus i saw a lot of mods for the A850 model. Not sure if there is the same processor, but couldn't that kernel work? I'm able to involve some time in this, but my knowledge about kernels and mobile software is not much.
I kinda find this phone pretty popular, but it seems like i'm wrong. Could you guys tell me if I should sell my new A850c and buy sth similar at the same price but more popular? I really need a clean and optimized rom on my phone to use it a it's maximum perfomance. And the touch feedback is killing me. Try play dots on this phone if you have it. It annoys you.
Another problem appeared. The GPS is not working and i really need it. After some research i found out that "they only provide location in China". Is there anything i can do? Even some fake coordinates would help me.
Thanks.
Hi. Can someone with the rooted phone send me a back-ul with all rom's included apps? I removed a lot of them and lost the back-up. Now i've reseted the phone and i really need the default apps.
Hello there!
I don't know how to put this in writing in the proper way but this is more like an invitation for security experts because I desperately need help with this...
First I have to admit that the last time when I played with and android device was with a Samsung Galaxy S i9000. installed and tried out various roms, almost bricked it twice before settled with cyanogenmod, I never had any security issues with that phone and I felt safe. I knew what is allowed and what's not.
As a GUI designer for almost 15 years I had to learn to deal with various systems but I'm no coder or any kind of expert on Android systems, just persistent and curious.
To cut to the point about a week ago I purchased from a Chinese manufacturer HAWEEL H1 model, their one and only android phone (what you can find on haweel website).
I didn't connected this phone to any of my proper accounts, or wherever sensitive data is stored because It does not appeared to be a clean device,
and today I got my first phishing sms, in a form of a whatsapp activation code. Never ever in my life received such message on this cell number, and I began to worry.
So my question is:
1, How can I investigate that this rom has a built-in malware/backdoor/rootkit etc?
2, Can I install a stock rom to this phone?
3, I do not know how this fits but I rather pay someone to check out this device/rom and give some advice how to make this phone secure and safe.
I can give all the information that is needed just ask please, the phone is rooted.
Model number:
HAWEEL-H1
Android version:
5.1
Android Security Patch level:
2016-01-01
Baseband version
MOLY.WR8.W1449.MD.WG.MP.V6.P3,
2015/09/21 16:30
Kernel version
3.10.72 [email protected] #2
Sun Jun 12 20:09:14 CST 2016
Parts of the debug log:
Build: w825_648_aw_ycx_p087g_ver_lzm_v1.05
Build fingerprint: 'HAWEEL/teksun/teksun:5.1/LMY47I/1465728198:user/test-keys'
Bootloader: unknown
Radio: unknown
Network: Telenor HU
Kernel: Linux version 3.10.72 ([email protected]) (gcc version 4.8 (GCC) ) #2 SMP PREEMPT Sun Jun 12 20:09:14 CST 2016
Command line: console=tty0 console=ttyMT0,921600n1 root=/dev/ram vmalloc=496M androidboot.hardware=mt6580 bootopt=64S3,32S1,32S1 lcm=1-jd9365BB_hd_dsi_vdo_w825_ycx_p087g_auo fps=5628 vram=13631488 printk.disable_uart=1 bootprof.pl_t=1730 bootprof.lk_t=1981 boot_reason=0 ramoops.mem_address=0x83f10000 ramoops.mem_size=0xe0000 ramoops.console_size=0x10000 androidboot.serialno=0123456789ABCDEF androidboot.bootreason=power_key gpt=1
I appreciate all the help or just point me in the right direction...
David
Most China based devices have all the above because it is required by china's Government. It is built into the main frameworks.
As with all no name devices you won't find and clean roms for it as they never release kernel source code and developers never touch them.
Thanks for this info, so if I understand correctly there is now way that this phone will be ever clean, basically I can throw it out into the trash?
zelendel said:
Most China based devices have all the above because it is required by china's Government. It is built into the main frameworks.
As with all no name devices you won't find and clean roms for it as they never release kernel source code and developers never touch them.
Click to expand...
Click to collapse
stedko said:
Thanks for this info, so if I understand correctly there is now way that this phone will be ever clean, basically I can throw it out into the trash?
Click to expand...
Click to collapse
Honestly, that is what I would do. Then I would save up and get a device not out of china.
Bought this for travel, It seemed like a good idea to buy a cheap droid which is not a problem if gets lost or destroyed.
Thanks again.
zelendel said:
Honestly, that is what I would do. Then I would save up and get a device not out of china.
Click to expand...
Click to collapse
stedko said:
Bought this for travel, It seemed like a good idea to buy a cheap droid which is not a problem if gets lost or destroyed.
Thanks again.
Click to expand...
Click to collapse
Yeah I can understand that. Best advise at that point would be grab one of the cheap devices from a prepaid carrier. When it comes to cellphones alot of things play a part. Mainly when traveling. Like China based devices are allowed to come with malware as well as things like key loggers, screen recorders and software to phone home back to China.
Hi everyone, I don't know if you can help me.
Currently, I buy a Mobil called I13 Pro Max (It is an imitation of the Iphone) This device has an Android 12 operating system and it is very bad, super slow, or it detects SIM
I would like to know if anyone knows of any good ROM for this device which I could install
At first I think that this may be wrong section of the forum for this thread. There is a multiple fake Iphones on the market so I think it will be hard to say which specific software will be best for this device. Also I think that the only think you can probably do to it is a debload which means that you will remove any unnecessary applications from the device or make custom rom. Can you provide more information about this device like processor, ram, rom etc.?
ProfessorM_ said:
At first I think that this may be wrong section of the forum for this thread. There is a multiple fake Iphones on the market so I think it will be hard to say which specific software will be best for this device. Also I think that the only think you can probably do to it is a debload which means that you will remove any unnecessary applications from the device or make custom rom. Can you provide more information about this device like processor, ram, rom etc.?
Click to expand...
Click to collapse
Ram: 16
As for the ROM, I don't know how to identify which ROM my device currently has, it will still provide you with information about the device
Model Number: i13 pro Max
Android version: 12.0
Basaband version: MOLY..WR8.W1315.MD.WG.M-P.V47.P1
Kernel version: 3.10.65
Build number: Y9KB1_DX_N85_IP_WELCOME_FWA_ER281_M93_20230224_1004
It's all the information I have
Beforehand thank you very much
Try to turn on ADB and type command:
Code:
adb shell getprop
#WARNING#
Remember that this can contain some sensitive information like serial number, imei etc. so please remove them before posting it here.