[Q] simmtronics xpad mini(rooting) - Android Q&A, Help & Troubleshooting

How can i root simmtronics xpad mini
Specification :
Processor 1 GHz Quad Core
PLATFORM:
Operating System--Android 4.2.2 (Jelly Bean)
Sensors--3 Axle Load Sensors, G-Sensor
MEMORY:
RAM 1 GB DDR3
STORAGE
Internal Storage 8 GB
Expandable Storage Capacity 32 GB
DISPLAY
Display Type 7.85 inch HD Capacitive Touchscreen with 1024 x 768 pixels
Other Display Features IPS Display
Please Suggest me a process to root the phone ,Back up firmware ..
Any Questions about requirement of more specification/details of Device are welcome

CWM Port
Hi,
This tablet is already rooted just download SuperSU app from Play store.
I am porting custom recovery to Simmtronics XPad Mini but unfortunately I have not taken backup of stock recovery.
If anyone have the tablet, I just need you to run following command in android terminal and send me the recovery.img & boot.img files. Before running the command give root access to terminal through superSU app
Code:
su
dd if=/dev/block/nandg of=/sdcard/recovery.img
dd if=/dev/block/nandc of=/sdcard/boot.img

m.swastik said:
Hi,
This tablet is already rooted just download SuperSU app from Play store.
I am porting custom recovery to Simmtronics XPad Mini but unfortunately I have not taken backup of stock recovery.
If anyone have the tablet, I just need you to run following command in android terminal and send me the recovery.img & boot.img files. Before running the command give root access to terminal through superSU app
Code:
su
dd if=/dev/block/nandg of=/sdcard/recovery.img
dd if=/dev/block/nandc of=/sdcard/boot.img
Click to expand...
Click to collapse
Hey, maybe i can help i am not sure but still...I also own Simmtronics tablet but i own Simmtronics Xpad Freedom...It has the same specs as Simmtronics Xpad Mini..Only thing that Xpad Mini doesn't have is Sim Slots while with Xpad Freedom you have the ability to insert sim and call..Otherwise everything is same..Same screen res,same ram.....I have the boot.img and recovery.img file but it is extracted from Simmtronics Xpad Freedom not from Xpad Mini...If that be of some help to you i can upload it here..:good:

Related

[Q] Archos 80 G9 512MB or 1024MB ICS kernel cmdline?

Hi,
Could anyone running a rooted ICS firmware (4.0.5) on a Archos 80 G9 check /proc/cmdline and report the result in this thread?
Preferably for both the 512MB and 1024MB ram versions of the tablet.
This should be sufficient: (requires a basic knowledge of using adb)
# adb root
# adb shell
# cat /proc/cmdline
Please post the output from this command, and the version of the device you're using (512 vs 1024MB ram).
This could be really helpful in the process of getting a fully working Linux 3.0 kernel for the Kindle Fire. (http://forum.xda-developers.com/showthread.php?t=1545172)
Thanks a lot in advance!
Archos 80 G9 8" 512 Mb
mem=512M init=/linuxrc debug omapdss.debug=0 omapfb.debug=0
I hope you find it useful: Cool:
This is the one from Archos 80 G9 turbo
mem=512M init=/linuxrc debug omapdss.debug=0 omapfb.debug=0 [email protected]

[Q] change boot

hi all, i'm pretty new to android development.
i'm wondering if there is a method to boot up from "hard disk" instead of using the SD when using ubuntu on TF201.
there is some test made with stock rom and "dd" with /dev/zero and /dev/null.
Code:
From Gentoo chrooted into Android ( Stock TF201 ROM ) [ 16GB sd class 2 ]
sd read : 16.3 MB/s
sd write: 03.3 MB/s
hd read : 26.7 MB/s
hd write: 11.2 MB/s
i've extracted the initrd image of the 1st post and i think that modify the 'init' script ( and the scripts inside script/ folder ) can mount different partition on /root dependig on user choice.
so the question is 2:
is it possible to change the partition table of the TF201?
is it possible to ask which partition mount into /newroot (or /root) ??
Thanks in advance,
tux_mind.

Polaroid MIDc407 pr005

ATM7013,gs701b,gl5201 -- with gsl1680 touch processor.(i open it),polaroid rainbow 7" multitouch, midc407 pr005,
After i flash-it with 'action tablet tool product' (icecream_gs701b_q8_rgb.fw,acta.img,actab.img) ,touch doesn't work anymore.
i can root it.i can use MOUSE with OTG adaptor
i try to install another touch driver : insmod---gsl1680.ko and i get (exec format error),isnmod---glsX680-tp.ko is ok,but my touch don't work.
gslX680-tp.ko is in my /system/lib/modules already and i have also /system/usr/idc/gslX680-touch.idc(i try to modify gslX680-touch.idc to gslX680-tp.idc and nothing happen.
in lsmod i get gslX680_touch 0 - Live
getevent
add device 1: /dev/input/event0
name: "gslx680"
i try to flash anothers firmware but is the only one who work,i try 30 firmware,mips.
if i try to flash UPGRADE_FAST.fw , i get black scree and nothing work,even ADFU is not work anymore,i need to press pin 7 and pin 8 from NAND flash,to come in ADFU mode.
so...with linux driver i can extract misc.img and system.img and the flash with Action Tablet Tool Product.
Also i can modify easy misc.img in WinImage for windows.but i can't modify system.img,only i can explore it with ext2explorer.
AND i try maaaany firmwares from TF card.i format it FAT32 and copy inside firmware like...update.zip (don't work),UPGRADE_FAST.fw(don't work)
If someone have the same tablet,and if he want to give me the firmware.
or if someone want to help me
Thanks
EDIT:if is multi-touch i need to install more touch drivers ?like----
- ft5x_ts, goodix_touch, ssd253x-ts, zet622x, byd693x-ts, gt82x, gt811, pixcir_touch_811, gsl1680, st1536_ts+mxc622x ????
to have in lsmod ---- ft5x_ts 7 - LIVE goodix_touch, ssd253x-ts, zet622x, byd693x-ts, gt82x, gt811, pixcir_touch_811, gsl1680, st1536_ts+mxc622x ??
and touch drivers for JB 4.2.2 work also for ICS 4.0.3 ?
polaroid midc704
blad3_sv said:
ATM7013,gs701b,gl5201 -- with gsl1680 touch processor.(i open it),polaroid rainbow 7" multitouch, midc407 pr005,
After i flash-it with 'action tablet tool product' (icecream_gs701b_q8_rgb.fw,acta.img,actab.img) ,touch doesn't work anymore.
i can root it.i can use MOUSE with OTG adaptor
i try to install another touch driver : insmod---gsl1680.ko and i get (exec format error),isnmod---glsX680-tp.ko is ok,but my touch don't work.
gslX680-tp.ko is in my /system/lib/modules already and i have also /system/usr/idc/gslX680-touch.idc(i try to modify gslX680-touch.idc to gslX680-tp.idc and nothing happen.
in lsmod i get gslX680_touch 0 - Live
getevent
add device 1: /dev/input/event0
name: "gslx680"
i try to flash anothers firmware but is the only one who work,i try 30 firmware,mips.
if i try to flash UPGRADE_FAST.fw , i get black scree and nothing work,even ADFU is not work anymore,i need to press pin 7 and pin 8 from NAND flash,to come in ADFU mode.
so...with linux driver i can extract misc.img and system.img and the flash with Action Tablet Tool Product.
Also i can modify easy misc.img in WinImage for windows.but i can't modify system.img,only i can explore it with ext2explorer.
AND i try maaaany firmwares from TF card.i format it FAT32 and copy inside firmware like...update.zip (don't work),UPGRADE_FAST.fw(don't work)
If someone have the same tablet,and if he want to give me the firmware.
or if someone want to help me
Thanks
EDIT:if is multi-touch i need to install more touch drivers ?like----
- ft5x_ts, goodix_touch, ssd253x-ts, zet622x, byd693x-ts, gt82x, gt811, pixcir_touch_811, gsl1680, st1536_ts+mxc622x ????
to have in lsmod ---- ft5x_ts 7 - LIVE goodix_touch, ssd253x-ts, zet622x, byd693x-ts, gt82x, gt811, pixcir_touch_811, gsl1680, st1536_ts+mxc622x ??
and touch drivers for JB 4.2.2 work also for ICS 4.0.3 ?
Click to expand...
Click to collapse
nobody? realy? not any advice ?

Oblio tablet root

How can i root my oblio min 8x8i tablet ? The programs like "odin" does not see it ?
most of oblio tablets came pre-rooted, you must be have root permissions when write "su" in any terminal emulator I just researched but I cannot find it's chipset but cpu is cortex A8 so its must be a allwinner a10 so you can even boot arm linux from sd card most of oblio tablets(such as oblio mint plus 7 just google this magical words "sunxi linux")
kingoroot working usually
reinstalling factory image = use livesuit with proper .img file
installing roms @xda we have jelly bean and if you google for a10 devices you gonna see marshmallow even possible (psst some of roms need a little modifications)
final trick: changing boot screen(not bootanimation just logo)
1-)adb devices
2-)adb shell
3-)mkdir /sdcard/nanda
4-)mount -t vfat /dev/block/nanda > /sdcard/nanda
5-) exit
6-) adb push ./linux.bmp /sdcard/nanda/linux/linux.bmp
linux.bmp must be a 32bit depth bmp file original resolution 120x120(in my tablet) but 480x480 is fine
-----
ps = I know this is a very old topic but maybe someone in somewhere finds this info and maybe help

GooBang Doo A1 Plus Amlogic S905X 2Gb Ram 16Gb Rom 7.1.2

Hello guys, I have a problem with this box: the system partition was tempered with (they tried to remove root) and I want to flash a new rom to fix it.
I opened it to check the hardware but the manufacturer have shielded the wifi chipset so I can't read the numbers on it.
Dmesg says:
Code:
dhd_conf_set_chiprev: chip=0x4334, chiprev=3
And I found these files in etc/wifi/
p2p_supplicant_overlay.conf
wpa_supplicant.conf
Folder 40183
config.txt
fw_bcm40183b2.bin
fw_bcm40183b2_apsta.bin
fw_bcm40183b2_p2p.bin
fw_bcm4334b1_ag.bin
fw_bcm4334b1_ag_apsta.bin
fw_bcm4334b1_apsta.bin
fw_bcm4334b1_p2p.bin
nvram.txt
So it's a broadcom4334, right? Too bad I haven't found any rom that clearly states bcm 4334 or 40183 and s905x, except this
Full specification as read from the amazon page @ https://www.amazon.it/gp/product/B0788MX52X/
OS: Android 7.1.2
Bluetooth: 4.0
CPU: AmlogicS905X Quad Core Cortex A53 a 1.5 GHz 64 bit
GPU: Penta-core Mali-450MP
RAM: 2 GB DDR
ROM: 16 GB EMMC
Wifi: IEEE 802.11 a / b / g / n, Dual-Band 2.4G/5G
LAN: 10 / 100M, standard RJ-45
The Motherboard (Aida says it's p212) doesn't have an hidden button, unlike other boxes, but I can boot into recovery using a terminal emulator
Of course I tried reaching to goobangdoo but they haven't replied.
Edit: typos
Edit: updates
I want at least root the box, I found
deamonsu, su, su.bak in system/xbin
su in sbin
Rootchecker says root is not installed properly.
I have the UPDATE&BACKUP and I used it to install:
UPDATE-unSU-signed.zip > deletes nothing
SuperSU-v2.82-201705271822 > bad recovery error
Magisk-v16.0 > failed to find meta-inf/com/android/metadata in update package
Everything failed and I tried from recovery, same thing.
I can still return the box so I'm trying not to install twrp since I don't have the stock recovery.
I'm stuck.

Categories

Resources