Hi out there!
Now I've a cheap Chinese tablet, and started to dig down into the rabbit hole.
Model number: K107 -- maybe Jlinksz
CPU information: 8 cores MT8752
Android version: 5.1 -- Means Lollipop
Baseband version: MOLY.WR8.W1449.MD.WG.V6.P13,2016/01/27 09:53
Kernel version: 3.10.72+, [email protected] #1, Sat May 7 12:31:42 CST 2016
Build number: K107_vKB003I_20160507
Custom build version: vKB003I
Unfortunately there is no kitchen ready solution for this model,
so I'm on my own...
I've managed to dig out the "ROM"'-s from it - seems OK, but I'm not sure.
I've mtk-tools from:
[SCRIPTS] Unpack / repack MT65xx/MT83xx boot.img, recovery.img or logo.bin by bgcngm
It can successfully unpack the logo BTW, but did not created png-s.
I've done the conversion, mod the pictures, repack them, flash them with fastboot
and it worked! ! !
Also, the system image seems ext4, and can be loop-mounted...
My goal is to put a set of linux tools into the tablet (mc, dropbear, and others)
I did not tried to alter and flash it...
Where can I upload the images for the community for further study?
Someone might validate if they are OK or not, before I go further...
There might br traps out there...
Maybe someone can do the right stuff on it - I am not too experienced doing these things.
Regards
meres5
meres5 said:
Hi out there!
Now I've a cheap Chinese tablet, and started to dig down into the rabbit hole.
Model number: K107 -- maybe Jlinksz
CPU information: 8 cores MT8752
Android version: 5.1 -- Means Lollipop
Baseband version: MOLY.WR8.W1449.MD.WG.V6.P13,2016/01/27 09:53
Kernel version: 3.10.72+, [email protected] #1, Sat May 7 12:31:42 CST 2016
Build number: K107_vKB003I_20160507
Custom build version: vKB003I
Unfortunately there is no kitchen ready solution for this model,
so I'm on my own...
I've managed to dig out the "ROM"'-s from it - seems OK, but I'm not sure.
I've mtk-tools from:
[SCRIPTS] Unpack / repack MT65xx/MT83xx boot.img, recovery.img or logo.bin by bgcngm
It can successfully unpack the logo BTW, but did not created png-s.
I've done the conversion, mod the pictures, repack them, flash them with fastboot
and it worked! ! !
Also, the system image seems ext4, and can be loop-mounted...
My goal is to put a set of linux tools into the tablet (mc, dropbear, and others)
I did not tried to alter and flash it...
Where can I upload the images for the community for further study?
Someone might validate if they are OK or not, before I go further...
There might br traps out there...
Maybe someone can do the right stuff on it - I am not too experienced doing these things.
Regards
meres5
Click to expand...
Click to collapse
Greetings,
Thank you for using XDA Assist.
Obviously, there are no specific forums for your device on XDA. However, you may ask your questions here:
http://forum.xda-developers.com/android/help
That is our Android development and hacking section and you'll receive expert advice there.
Good luck!
TY
Zero replies mostly
TY
Well..
AKA > /dev/null
Related
Hello people,
i'm looking for a working tun.ko for my motorola xoom device:
uname tells me:
Code:
# busybox uname -a
Linux localhost 2.6.36.3-00010-g3139c20 #1 SMP PREEMPT Fri Jul 8 06:11:47 CDT 2011 armv7l GNU/Linux
any help is really appreciate.. i do need openvpn to work.. thank you
--edit--
eventually, please redirect where i can find instructions on how to build such a module.. i mean.. i can easly do it for my linux distro, but no idea about androd versions and arm stuff
No one? I'm running stock 3.1 rom, this is a 3G european tablet
Thank you
is it really so impossible to get that?
please guys, i need some help
Its hard to find anything that works right if you are stock Tun.ko works fine on Tachi. Get root sir. You will lead a happier more fruitful life
bigrushdog said:
Its hard to find anything that works right if you are stock Tun.ko works fine on Tachi. Get root sir. You will lead a happier more fruitful life
Click to expand...
Click to collapse
I'm am root, of course (or there would be no reason nor way to use openvpn itself) i'm just using stock rom intead of other flavors.
all other tun.ko i found are not working because of a different kernel version number. mine again, is:
2.6.36.3-00010-g3139c20
anubisg1 said:
I'm am root, of course (or there would be no reason nor way to use openvpn itself) i'm just using stock rom intead of other flavors.
all other tun.ko i found are not working because of a different kernel version number. mine again, is:
2.6.36.3-00010-g3139c20
Click to expand...
Click to collapse
Gotcha. Just flash Tachi or latest Launchpad kernel and you should be good to go.
Hi all,
#############################
My apologies. I posted this question in "General" first. Shame on me! I didn't find how to move or delete it there, so I decided to post here, in the correct section, again. If an Admin is reading this, I would be happy to delete the post in the "General" section if you tell me how to do it. Thanks!
#############################
I want to build Android from source and install it on a device. Simple build runs successfully so that I assume the environment is set up correctly. Question is: Is there a dependency between Android and the kernel version, i.e. do certain Android versions require certain kernel versions? Do I need to update the kernel on a device before installing a new Android version?
Thanks a lot!!
Mike
Hello:
I'm trying to build a tun module for my cellphone android OS. I'm using this guide to learn what I'm doing since it is very complete and well written:
Code:
http://xda-university.com/as-a-developer/getting-started-building-a-kernel-from-source
The problems that I found are a few:
- I can't find the source code of Gingerbread for my Galaxy Fit GT-S5670L.
Here comes confusion one, is the kernel itself the source code that I'm looking for or I need the kernel's source code? I'm confuse.
My cellphone has this kernel: Linux localhost 2.6.35.7-perf-CL700532 #1 PREEMPT Wed Nov 2 01:11:19 kst 2011 armv61 GNU/Linux
So according to this:
Code:
http://forum.xda-developers.com/showthread.php?t=1808167
I've gone to all these pages looking for my kernel or kernel's source code which should be Gingerbread:
Code:
* http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=gt-s56
* https://www.codeaurora.org/cgit/quic/le/kernel/samsung/
* https://android.googlesource.com/kernel/samsung/
I can't find the source code or kernel's source code for my Samsung Galaxy Fit GT-S5670L because I don't even know what I'm looking for exactly. Should I look for Gingerbread's kernel, or Galaxy Fit GT-S5670L Gingerbread's kernel?
At Samsung code source there isn't even my model of cellphone. (Thank you Samsung, because my phone is old doesn't mean that I will not need support)
Nevertheless I've downloaded the kernel/samsung from Android Google source with git command.
- Confusion two, nothing downloaded, I mean, the folder was created but it was empty.
.Where the 400 MB, more or less, went?!
I'm running Debian on my desktop computer.
- Confusion number three, I got the ADK and NDK tools, have no idea how to install them but I'll search and figure this out.
- Confusion four: the ADB, could someone point me to a good tutorial how to work with this.
- Confusion five: I know because I've bricked my phone several (SEVERAL) times that is not the same: Fit GT-S5670 than Fit GT-S5670L so I can't download or test or work with a kernel that it's not meant to be for my cellphone, that is if there is a kernel or kernel's source code for each model or variant of the Fit cellphones.
Please oh please help me!!
I have been trying to work with this for the last 3 weeks and surf the net for hours and I don't know what to do anymore. I have even contemplate the idea of buy a second-hand phone, though I really like mine.
PS. Sorry for my bad english.
Hope, reeeeeeally hope you guys can help me.
Hi,
There are many guides and tutorials here, and you can ask for help if you're still stuck,
> Chef Central > Android
Good luck!
Hello guys im new here and i hope u can help me. I need a new valid ROM to replace the actual Rom of my Clone because it doesent works properly.
ill let u below all the description of my phone.
Mediatek MT6582
Architecture : 4x ARM Cortex-a7
Model: ML6H2CH/A
Manufacturer :ALPS
Android version: 4.4.4
API Level : 17
Bootloader: unknown
Build ID: ALPS.JB7.MP.V1.14
JAVA VM Dalvik 1.6.0
Kernel architecture: armv7l
Kernel Version: 3.4.39
I rly hope u can help me.
THX!
frik0o said:
Hello guys im new here and i hope u can help me. I need a new valid ROM to replace the actual Rom of my Clone because it doesent works properly.
ill let u below all the description of my phone.
Mediatek MT6582
Architecture : 4x ARM Cortex-a7
Model: ML6H2CH/A
Manufacturer :ALPS
Android version: 4.4.4
API Level : 17
Bootloader: unknown
Build ID: ALPS.JB7.MP.V1.14
JAVA VM Dalvik 1.6.0
Kernel architecture: armv7l
Kernel Version: 3.4.39
I rly hope u can help me.
THX!
Click to expand...
Click to collapse
up
up
frik0o said:
up
Click to expand...
Click to collapse
Hi,
I couldn't find much information about your device here, as you can see from this search result.
Try posting your query in:
Android Q&A,Help and Troubleshooting.
Hopefully you'll find someone who knows more about it.
Good luck
Art Vanderlay said:
Hi,
I couldn't find much information about your device here, as you can see from this search result.
Try posting your query in:
Android Q&A,Help and Troubleshooting.
Hopefully you'll find someone who knows more about it.
Good luck
Click to expand...
Click to collapse
thx for the help ill check it tomorrow!!
Art Vanderlay said:
Hi,
I couldn't find much information about your device here, as you can see from this search result.
Try posting your query in:
Android Q&A,Help and Troubleshooting.
Hopefully you'll find someone who knows more about it.
Good luck
Click to expand...
Click to collapse
i think that is imposible to find the phone i tryed many times, maybe theres an option to find some comtabible
I would like to compare my Samsung J7 2016 ROM to the stock firmware. Is there some sort of tool out there? Some way to easily extract the stock ROM filesystem? Even just a simple la -la / and kernel version from a stock phone would be helpful.
It seems like my kernel version is possibly older (yet with a newer build date) than what I've seen in older build info posted online. I'm also curious about a bunch of references to qemu, ranchu, and goldfish that I'm finding in the filesystem and files.
I don't expect you guys to answer my questions about my particular ROM, I just need some guidance on how to explore for myself. I don't have easy access to a desktop so mobile tools are preferred.