CyanogenMod DEV ONLY thread - Honor 6, 6 Plus Original Android Development

This is a DEV ONLY thread.
We'll not answer silly questions!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DEVELOPMENT CHAT:
#honor6-dev @ freenode irc
HOW TO BUILD?
1. Prepare your build environment and get the CM11 sources. Read the official CM wiki if you don't know how.
2. Add our local manifest
https://raw.githubusercontent.com/honor6-dev/manifests/cm-11.0/local_manifest.xml (goes to .repo/local_manifests/local_manifest.xml)
3. repo sync -j10
4. Run following commands to start building:
Code:
. build/envsetup.sh
lunch cm_h60_l02-eng
brunch cm_h60_l02-eng
Currenlty supported: cm_h60_l01-eng, cm_h60_l02-eng, cm_h60_l03-eng, cm_h60_l04-eng, cm_h60_l11-eng, cm_h60_l12-eng, cm_h60_l21-eng

Code:
/boot /dev/block/mmcblk0p13
/cache /dev/block/mmcblk0p38
/system /dev/block/mmcblk0p37
/data /dev/block/mmcblk0p39
/recovery /dev/block/mmcblk0p14
/sdcard ???????

WIN!
Fixed the inline kernel building.
CM now builds the modem driver and straight after it, the kernel.

Just wanted to say thank you!!!!

codeworkx said:
WIN!
Fixed the inline kernel building.
CM now builds the modem driver and straight after it, the kernel.
Click to expand...
Click to collapse
Looking forward to seeing your progress! :good:

Hi @codeworkx , I have compiled cm11 with you source, but when flash the package with CWM i have error :
This package is for device h60_l04,h60-l04; this device is hw60. Error (Status 7) :crying:

Then the cwm you're using is faulty. Use the recovery.img from your cm build.
Btw. your build will not boot into gui. It's totally useless unless you're a really good developer.
Sent from my Nexus 5 using XDA Free mobile app

Pretty big problems with buffer allocation for EGL.
GraphicsBufferAllocator (libui.so) tells Gralloc (gralloc.hi3630.so) to allocate some buffers of a platform specific type.
Gralloc tells ION (libion.so) to do so. ION tells kernel. Simple, in theory.
CMs libui doesn't have the required stuff for our platform and using libui.so from huawei results in nothing.
This will be a very hard game.

For the ascend p1 development @Loller79 worked on a gralloc fix, last year. I hope It could be useful..
I mailed honor support to ask their developers' help. My request was redirected to their team.. :fingers-crossed:

I think they're passing some custom usage flags to gralloc we don't know yet. I'll try to build gralloc from sources and use it on stock rom to get that stuff logged.
Sent from my Nexus 5 using XDA Free mobile app

Graphics stack up and running!

Wifi fixed

First sign of teh baseband!

Nice job

Hloody bell! I wasn't expecting this considering the quality of the sources.

Audio, Media and Camera are depending on each other and are linked to framework.
Can't get it running and already pulled in half of the stock rom. This is pretty bad.
Makes it impossible to get a newer android version running. So you always have to wait on huawei.
Have to decompile original framework and see what we're missing. I assume this will take me countless hours.
So don't expect any progress during the next few days/weeks.

codeworkx said:
Audio, Media and Camera are depending on each other and are linked to framework.
Can't get it running and already pulled in half of the stock rom. This is pretty bad.
Makes it impossible to get a newer android version running. So you always have to wait on huawei.
Have to decompile original framework and see what we're missing. I assume this will take me countless hours.
So don't expect any progress during the next few days/weeks.
Click to expand...
Click to collapse
Bad news
See here https://code.google.com/p/android-apktool/issues/detail?id=727

I heard that some part of Honor's firmware are encrypted...
codeworkx said:
Audio, Media and Camera are depending on each other and are linked to framework.
Can't get it running and already pulled in half of the stock rom. This is pretty bad.
Makes it impossible to get a newer android version running. So you always have to wait on huawei.
Have to decompile original framework and see what we're missing. I assume this will take me countless hours.
So don't expect any progress during the next few days/weeks.
Click to expand...
Click to collapse

Forget what i said earlier.
Audio: working
Calling: working
Camera: working except for video recording because of broken Sensors
Video Playback: working

Sensors fixed
Video recording hangs when hitting "record" button

Related

[ROM] CyanogenMod for Hero

Here it comes the new version
Includes:
Of course, new kernel with overclock, bfs, compcache, etc... (built from Behnaam's config with a tiny bit of modifying)
LauncherPro as default launcher, cause it is even faster
Some new goodies appear in "Spare Parts"
Download:
http://www.multiupload.com/CITV4AYUZP
http://www.mediafire.com/download.php?n1uw1niz1rn
md5sum: 5120f2d81dcd6b1289676f7d4c91a22e
Google Stuff: http://www.mediafire.com/download.php?3tmww2zwtwm
md5sum: 3b7e8010a16614145d32b01ee4135d07
JIT package:
http://www.mediafire.com/download.php?rwmtm4d2z0i
Download it and extract it to your sdcard.
Install -- sh /sdcard/jitfix/install
Uninstall -- sh /sdcard/jitfix/revert
Optionally you can use only sh /sdcard/jitfix/script/jitfixsd.sh as a script that can move your dalvik-cache to the ext partition of the sdcard.
If you happen to like that, please tell me.
Some screenshots please !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Looks nice,...
Wouldn't more efficient for everyone that creating CyanogenMod 5 ports to the GSM Hero to team together instead of creating five billion versions of the same thing?
Good work,
It's something I'm trying to do at the moment. Can you share the vendor tree that you used?
I'm trying to modify darchstars CDMA one and still trying to work out how it all fits together.
gu1dry said:
Wouldn't more efficient for everyone that creating CyanogenMod 5 ports to the GSM Hero to team together instead of creating five billion versions of the same thing?
Click to expand...
Click to collapse
Of course, but that would be too logical.
Minimad said:
Good work,
It's something I'm trying to do at the moment. Can you share the vendor tree that you used?
I'm trying to modify darchstars CDMA one and still trying to work out how it all fits together.
Click to expand...
Click to collapse
Just fork Darchstar's CDMA Hero Cyanogen github.
EDIT: I've just created a GSM Hero Cyanogen fork: link.
I don't mind of working together as I won't try to fix common bugs like bluetooth during calls.
Also note that I didn't make a fork of Darchstar's repository, in fact I learned today it exists. Instead I wrote some and modified some of the files needed for the compiling process. My goal as of now is to make a separate section at Cyanogen's sources specifically for the Hero.
So if you're interested, I can upload my work to the github.
I would be interested in your files. It all helps in the learning process.
Good work again
-------------------------------------
Sent via the XDA Tapatalk App
camera still at 3mp?
Elemag said:
I don't mind of working together as I won't try to fix common bugs like bluetooth during calls.
Also note that I didn't make a fork of Darchstar's repository, in fact I learned today it exists. Instead I wrote some and modified some of the files needed for the compiling process. My goal as of now is to make a separate section at Cyanogen's sources specifically for the Hero.
So if you're interested, I can upload my work to the github.
Click to expand...
Click to collapse
Just look at my Github (I just forked Darchstar's work) & upload your changes. Just let me know your Github name & I'll add you as a collaborator.
I'll upload it at tuesday, won't have much time till then. Github username: Elemag
-------------------------------------
Sent via the XDA Tapatalk App
Download
I'm using your OS atm very nice and smooth, my mate is using the cyanogen for the nexus 1.
Few bugs I have found:
-Google voice search doesnt seem to work I just get a force close message.
-The animated wallpapers dont seem to work.
Also is their a way of linking my contacts into facebook? cant work it out.
Apart from this all seems to be working so far I'll keep you updated but good job!
Thanks for the feedback! In the next version there will be updated kernel and I hope most stuff will work. As for the live wallpapers -- I did not enable them in the quest for lighter system But I will do so as it seems that with proper kernel our heroes can handle with that
Aaaah, can't wait till tuesday, I will pick he server with the least workload and give it a whole day of compiling
-------------------------------------
Sent via the XDA Tapatalk App
Any theme for this fabulous rom ???? I love black bar notification,
Bump for the new version ;P
Verification failed while flashing:
E:Corrupt file: system/media/audio/ringtones/LoveFlute.ogg
Link is up again, hope there won't be any problems now
I get the same error now, only on another file (system/xbin/irssi)
Everything is working now. Great rom so far, linpack score is a bit dissapointing though. With overclock it's an average of 2.9.
Forgot to enable JIT, linpack scores of 4.7 now!

[01.Nov.11][MAG/cLK]Ice Cream Sandwich Alpha 2 - booting!

Hello,
This is my ICS SDK Port for the HTC HD2 (the actual build is from czarsuperstar[at]gmail.com and imilka! [/B])
So this is for Devs Only!
Thanks to czarsuperstar[at]gmail.com and imilka!
Preview:
Working:
-Boots
-RIL:
-Data
-Calls (without sound)
-SMS
- Vibration
- Charging
Not Working:
- Sound
- WIFI
- Camera
- USB mass storage- G-Sensor
Changelog (Alpha 1):
- first Release!
Changelog (Alpha 2):
- boots up (thanks to imilka)
Tytung is working on a better AOSP based port!
http://forum.xda-developers.com/showthread.php?t=1354267
Download Link:
MAG:
http://www.multiupload.com/SS9HM786UA
cLK:
http://www.multiupload.com/9GZFGDS05X
Logcat Debug File:
http://www.multiupload.com/JA4I4Z0NH0
I know that as soon as the AOSP ist released by Google we can work on a stable everyday use Rom, but this jus a Proof of Concept a We can do it!
Regards!
Hopefully we get a somewhat working port by Christmas!!!
Hi,
yes of course as soon as the AOSP is there I compile it and go to work
Oh and... Full qoutes are not so cool
It wont boot.............
Just joking This gives me sense of optimism. ICS is coming with small steps but its definitly coming. Thanks.
Hi,
I will try to work on the Rom tomorrow but maybe I dont see a bug/misstake and another sees it
This is exiting news !! can't wait to see ICS working on our hd2's
I am think I know why it wont boot!
I try that later... now I go to bed, spent lot of time
I already have a booting version, with working adb but there is problem with libdvm.so
the|gamer said:
yes of course as soon as the AOSP is there I compile it and go to work
Click to expand...
Click to collapse
Have fun
https://groups.google.com/group/android-building/browse_thread/thread/3757b189f4e93df0?pli=1
Honestly, it is kind of a waste of time to port the ICS SDK. I know that you can say that you were first to port ICS, but all you would get is a buggy build that has a bunch of missing features. It would be cool to play around with it a few days before the source actually come out but is the effort really worth it?
Check out my git repo: https://github.com/anarchron/N1_ICS
Looking for devs to help mod the gralloc module to work.
e334 said:
I already have a booting version, with working adb but there is problem with libdvm.so
Click to expand...
Click to collapse
Could you give me your boot folder?
May I can fix the Dalvik Cache folder Problem!
this might help
http://forum.xda-developers.com/showthread.php?t=1312595
Hi,
I allready know this "Guide"
It has to be some other kind of misstake...
SDK is not worth porting, I believe.
imilka said:
SDK is not worth porting, I believe.
Click to expand...
Click to collapse
Agreed. Let's wait for ASOP or CM. No need to lose sleep over something that will never work good considering the past experiences with SDK ports.
Well, I have it running, but no more.
It has some strange screen pointer which makes using the device really irritating
Anyway, porting SDK sucks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Good to know you're still around Imilka. Haven't seen u here in a while, I thought u sold your soul to the devil(moved on to a better, newer phone) like many others lol.
Sent from my HTC Runnymede using XDA App
not surprised imilka got it booting up, I can't wait for a rom of this to be out.
imilka said:
Well, I have it running, but no more.
It has some strange screen pointer which makes using the device really irritating
Anyway, porting SDK sucks.
Click to expand...
Click to collapse
I've played a little with the SDK emulator today, I thought there was a setting to turn on/of the screen pointer under development settings or something(so settings > development > screen pointer)
Not sure, but you can try it

[APP] ROM compilation tool Cyanogenmod Compiler (CMC)

Just stumbled across THIS.
Sounds fun
lithid-cm said:
Cyanogenmod Compiler (CMC)
Build cyanogenmod with a cli interface.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you are wondering how you can use this software its easy. You can clone my repo for now. and run the CMCompiler script:
Code:
git clone https://github.com/lithid/CMC.git
cd CMC
./CMCompiler
Features:
- Check for repo installation on startup / or create a repo
- Add and remove devices quickly and easily.
- Remove all non english languages.
- Remove live wallpapers
- Remove cm wallpapers
- Check if adb is running or not.
- Update the repo
- Compile cyanogenmod
- Built in color themes. > http://goo.gl/cED8t
- Plugin support. (More information on this to come)
- local config file for saving settings or manually editing them.
- Odex plugin built into the package. This will take your connected cyanogemod installed phone and odex the rom on the phone.
Known Issues:
- There is nothing under the menu option 99. This is a placeholder for information about me and the compiler. If you select it it will just exit you out of the script.
- There is no checking for installed software. You will need to install the needed packages on your own to compile. Check post 2 for needed software.
- I have only tested this with ubuntu 11.04.
- Removing the CM wallpapers from the build only works with gingerbread for now. Everything else is working as expected for me.
- I don't check for open ports on your network, so there might be issues connecting to the repos and syncing. I have not built error checking for that.
Features to come:
- Check for installed tools and tell you which are still needed
- Installer/Remover
- Updated information about CMC and plugin support.
- Pure AOSP via plugin
- Adb installer
- Better error checking support.
- Check for errors during compile and point to places to fix.
- Edit the name of your kanged rom!
- I will also take requests!
Please any issue that should arise, I apologize in advanced. Please let me know with as much detail as possible to replicate the issue and I will resolve it.
You can follow me on google+ I tend to talk about it a bit on there as well.
Click to expand...
Click to collapse
Lol this tool should have been called "Auto Kang"
Umm. Really? Lol
Sent from my Galaxy Nexus Sep using Tapatalk
This is bad ! Now every idiot in this forum gonna post a "Kang" with the same features but different colors.
jalexishg said:
This is bad ! Now every idiot in this forum gonna post a "Kang" with the same features but different colors.
Click to expand...
Click to collapse
Haha...see the person above you for an example lol.
will play around, who knows...might like it
jalexishg said:
This is bad ! Now every idiot in this forum gonna post a "Kang" with the same features but different colors.
Click to expand...
Click to collapse
Srsly... hopefully people just do it for themselves and not post all the links.
I'll play with it see if I can kang something for myself.
Sent from my Nexus S 4G using xda premium
I've been eager to learn how to make a rom and now I have the way to try it out... thank you sir for this
Sent from my Nexus S 4G using Tapatalk
Pretty cool, been looking to learn to kang. For MYSELF don't worry all no links will be posted unless, in the unlikely chance, i create something awe inspiring.
Follow the leader @corythug
corythug said:
Pretty cool, been looking to learn to kang. For MYSELF don't worry all no links will be posted unless, in the unlikely chance, i create something awe inspiring.
Follow the leader @corythug
Click to expand...
Click to collapse
Your amazing. Because your right. We don't need 50 threads for the same damn rom.
Sent from my Nexus S 4G using Tapatalk
jalexishg said:
This is bad ! Now every idiot in this forum gonna post a "Kang" with the same features but different colors.
Click to expand...
Click to collapse
Doesn't everyone here already do that?
AwesomeTurtle said:
Doesn't everyone here already do that?
Click to expand...
Click to collapse
BrickROM was entirely different

Ubuntu Touch Port

Hello everyone, I thought we could start some Ubuntu Touch porting so wanted to share thoughts, ideas, development and maybe do this as a community work. I'm currently preparing everything (slow adsl) and trying to figure out which are the steps to be followed
It's not very difficult according to: https://wiki.ubuntu.com/Touch/Porting
But we've a first problem, the porting requires the use of CM10.1 repos and cm10.1 for our device is a bit of a dream atm, better, there's the repo but no nightly at all. Would we be able or would it be worth to try to use one of the cm10.1 porting available for the hox or we must wait for an official nightly?
I think I should give a try, but I don't really want to waste my time so I may be missing something important which absolutely requires the official repos.
Ideas?
P.s sorry if this isn't the most appropriate section, tell me and even move the thread if necessary, but I'd prefer to stay away from "nice thanks", "fantastic" and so posts, they make no sense now since it's too soon and just distract.
Can't we use tbalden's kernel and device trees? It's as official as it gets.
TToivanen said:
Can't we use tbalden's kernel and device trees? It's as official as it gets.
Click to expand...
Click to collapse
You mean this https://github.com/cyanogenmod/android_device_htc_endeavoru? I haven't followed cm10.1 porting and development very much so it's pretty much what I was asking, when compiling a rom starting from this repo, will it work?
virtualflyer said:
You mean this https://github.com/cyanogenmod/android_device_htc_endeavoru? I haven't followed cm10.1 porting and development very much so it's pretty much what I was asking, when compiling a rom starting from this repo, will it work?
Click to expand...
Click to collapse
The builds from that repo have all been really solid. I guess it'll serve as a base.
Thanks, will start from it tomorrow, it's midnight here and still waiting for the download to finish...
Moved to Q&A
Nevermind this post.
I'm trying to port it too but download is really slow. We have CM10.1 for our device. but i think it's juste usefull to boot.
Keep following your work too.
I've synced 3 hrs now and only have fetched 2Gb. They should probably invest in some servers.
lol... my download crashed during the night... now i'm at 88% for phablet.. and waiting also for CM10.1...
Edit: My download crashed again at 15.45 pm...... i'll become crazy...
Call to all:
I've finished the actual porting process. Now I have to iron out compiling errors. Hopefully I'll be able to boot soon!
TToivanen said:
Call to all:
I've finished the actual porting process. Now I have to iron out compiling errors. Hopefully I'll be able to boot soon!
Click to expand...
Click to collapse
Exciting news! I'm waiting for it
can you put your progress in Ubuntu's site like Lloir did? it'd be more official and i can be a tester =)
Compiled!! We'll see how it boots....
TToivanen said:
Compiled!! We'll see how it boots....
Click to expand...
Click to collapse
Please report ASAP, we're dying to hear the outcome
Sent from my HTC One X using xda app-developers app
Well, as expected, the build failed to boot. Back to the drawing table.
EDIT: utopykzebulon will build soon with my patches. Hopefully he comes up with something.
TToivanen said:
Well, as expected, the build failed to boot. Back to the drawing table.
EDIT: utopykzebulon will build soon with my patches. Hopefully he comes up with something.
Click to expand...
Click to collapse
yes but ATM it's impossible to have the complete repo...
tell you the WIP as soon it's possible....
Built 2nd and 3rd time, not booting.
Debugging is extremely difficult because logcat seems to be broken.
Anyways here's a last_kmsg if somebody has time to look into it: http://pastebin.com/FyPR58c3
Seems like we're falling behind - Desire Bravo has a booting image already lol!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Shiftone said:
Seems like we're falling behind - Desire Bravo has a booting image already lol!
Click to expand...
Click to collapse
Looks little bit strange

[info] Linux on SM-T585 Samsung Galaxy TAB A6 10.1 (2016)

Hi,
Currently i am porting Linux "Ubuntu phablet" to my device Samsung Galaxy TAB A6 10.1 (2016), i have a little progress here.
Currently i was able to do following
- Recompile the kernel and enable video frame buffer
- Build init scripts and create boot.img
- Installed Ubuntu touch on system partition
- Boot to Ubuntu and enable adbd server to be able to continue.
Here you can find a video with my progress h**p://ms.serdit.ro/files/linux-boot-t585.mp4
Best regards,
Marc
Added kernel linux logo
Hi,
For days i was stuck in why those nice penguins are not shown at startup, and voila, i did it....
Here is a nice one
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Best regards,
M
Hi,
Just to let you know that I have another breakthrough, an init boot menu which can,
- boot installed Linux from system partition
- Reboot in recovery
- reboot
- mount .iso or .img from sdcard and boot from them if contain any OS
Here is a demo
Best regards,
M
I have modified the kernel's fonts to have bigger fonts on text console. This gif is loading very slow....
Help Needed
Hi. I am one of the few who is interested in having linux installd on android devices (Galaxy Tab A 10.1 2016), but there is little forums about this.
I am therefore asking for your help in trying to get this to work. I am trying to install any linux distribution thats available.
As i saw in your video you had something similar to grub bootloader. Can you share it please. B ut most importantly I'd like to know how to get linux installed.
Any necessary information will be greatly accepted.
Thank you in advance and look forward to hearing from you soon.
Hi pops,
Unfortunately there is no complete linux version yet which works on this tablet, i didn't had enough time to complete my port so currently the only thing which works is the boot process of a bare linux with only command line without wifi or mobile data.
The above boot menu is actually a simple program, built by me, which loads an init scripts from desired partition based on an exit code from a loop in the initial init script. It is programmed in C and you need to know how to cross-compile on other platform apps in order to be usable, or to use it as is with precompiled menu.
Basically my linux does not have graphical interface and no peripherals yet and does not have an installable image, with a little progress on android LXC container which is up and running, but nothing tested yet.
Best regards,
Marc
Thank you very mu ch for your quick reply. I understand totally what you said. :good::good:
I believe that this is something that shouldnt be done by only one developer as it may be lots of work.
I know lots about android but not about porting or making custom roms, custom recoveries, or custom kernels. I
If you come up with anything let me know(and who ever it may concern).
Thanks so much again for your reply. :good::good:
Pops
Unfortunately I will not update any of my threads on XDA-Developers websites.
I asked them to remove all my posts and delete my account, but is seems that they did't did that yet.
I will continue to work on my projects but publish the result elsewhere.
Okay but I'd really appreciate if I can stay in the know aboit this so i will leave my contact in order for you to update me. And if you may require any help from my end that wouldn't be. problem.
Email: [email protected]
Website: http://bitly.com/popscommunications
https://popsproductions.wixsite.com/popscommunications
Pops
I will update the http://ms.serdit.ro page with any news i will have, you can check that page regularly if you want, or you can use that to ask anything.
Hi..any new updates
download linl broken
I am terribly sorry, i do not have that device anymore and discontinued the work on it long time ago.
ok, i want test it
pls give link
lentas said:
ok, i want test it
Click to expand...
Click to collapse
I don't think i have the source code of my work for this device anymore, as I changed quite a few computers since then and a lot of hard disks. However, i will have a look for them and if I will have them i will upload all of them on my GitHub repos.
ok
lentas said:
ok
Click to expand...
Click to collapse
Meanwhile you may want to review the PostmarketOS pages, it seems to have been ported to this tablet, there is a kernel source link as well
wifi is broken from that device on pmos
lentas said:
wifi is broken from that device on pmos
Click to expand...
Click to collapse
Even so, is more than i achieved, you can try to fix that.
im not a c++ coder

Categories

Resources