[EMUI] Need Help To Overclock - P8lite General

Always check my latest response!

@Psycho03 wants too, someone help us out?

RootingPro-18 said:
Hi, I know that some people like OVERCLOCKING like @D1stRU3T0R . And I need little help from you and others, to make this dream possible, I Edited Power Config file but it kinda doesn't work, I have been working on this like 3 weeks and I start giving up, because I have job and other things to care about, so if you are interested, give me a message and will see if you can give progress!
See You Around! (Giggles)
Click to expand...
Click to collapse
Just search on google and youtube will be the most helpful.
But I would rather try to overclock a custom ROM rather than emui because it might have some "system locks" and that's why it might not work.
Also, do this at your own risk! Do not try to oc already to 1,3 Ghz because it might fry your phone. Try something like 1225 mhz and go up slowly, until you will find a stable clock

Easier to buy a new phone with better cpu.

XTutorials said:
Just search on google and youtube will be the most helpful.
But I would rather try to overclock a custom ROM rather than emui because it might have some "system locks" and that's why it might not work.
Also, do this at your own risk! Do not try to oc already to 1,3 Ghz because it might fry your phone. Try something like 1225 mhz and go up slowly, until you will find a stable clock
Click to expand...
Click to collapse
Our phone has 1232mhz or 1210mhz cpu.

D1stRU3T0R said:
Our phone has 1232mhz or 1210mhz cpu.
Click to expand...
Click to collapse
Then go up to 1250

Kirin 620 can go up to even 1,5ghz ex. Honor 4X-cherryplus. The best thing is when you install p8 lite software it still works on 1,5ghz so first you need to try convert ALE into cherryplus (4X) or 4C (I forgot 1,5ghz device model sorry) personally I would go for 4C because it's more similar to P8L than H4X

D1stRU3T0R said:
Our phone has 1232mhz or 1210mhz cpu.
Click to expand...
Click to collapse
At the right moment, it is overclocked on 1,3 GHz but seems no changes on performance and will try more!

RootingPro-18 said:
At the right moment, it is overclocked on 1,3 GHz but seems no changes on performance and will try more!
Click to expand...
Click to collapse
Can you give me screenshot?

@haky 86 @surdu_petru @XePeleato @kosmitchak @xperiafan13 @XTutorials we pray for you!

Overclcok ( cpu or gpu) must be set in kernel, config files in system only works is is set in kernel, so need to compile a boot with that functionality.
I can't help in that because i have a windows pc and i don't know to work on Linux very well.
Notepad++ for Linux helps to open files.
Good luck.
.

persona78 said:
Overclcok ( cpu or gpu) must be set in kernel, config files in system only works is is set in kernel, so need to compile a boot with that functionality.
I can't help in that because i have a windows pc a i don't know to work on Linux.
Notepad++ for Linux helps to open files.
Good luck.
.
Click to expand...
Click to collapse
Next windows 10 will have Ubuntu as downloadabile from windows store, so you can have Linux on windows. Or dual boot like i set, or virtual machine.

Alright I'll give you a hint.
The Linux kernel in the version we're using, gets the clock speed and the CPU voltage from a list called OPP (Operating performance points).
Those are declared in the device tree files (.dts), but as far as I know, we can't edit the device tree blob so you'll have to override it in the power driver.

D1stRU3T0R said:
Next windows 10 will have Ubuntu as downloadabile from windows store, so you can have Linux on windows. Or dual boot like i set, or virtual machine.
Click to expand...
Click to collapse
Yep, but need a good pc to handle it...
.

persona78 said:
Yep, but need a good pc to handle it...
.
Click to expand...
Click to collapse
Not really my intel core 2 extreme from Q1 2010 and 8gb and a decent ssd pass in rom build and kernel very well in ubuntu.
And searching the parts on ebay for best price is pretty easy, like all my specs here+ a amd radeon R9 360x hovers around ~500$.
I have someone what is really amazing at kernels and overclocked many devices. His name is dev_harsh$&@&
That simbols are a number, but I forgot what it was. Just search it in lenovo a6000 forums, at roms and kernels and you will find his kernel, "Phantom"

EDIT: His name is "dev_harsh1998". Tag him or send him a PM, maybe he'll help you.

XTutorials said:
EDIT: His name is "dev_harsh1998". Tag him or send him a PM, maybe he'll help you.
Click to expand...
Click to collapse
Hmmm...
Maybe i dig in in unbut and kernel compilation...
Need virtual machine to use it on Windows, right?
.

persona78 said:
Hmmm...
Maybe i dig in in unbut and kernel compilation...
Need virtual machine to use it on Windows, right?
.
Click to expand...
Click to collapse
What to use? You mean ubuntu? If yes, yes, but it may be done with windows also, but I'm not sure.

persona78 said:
Hmmm...
Maybe i dig in in unbut and kernel compilation...
Need virtual machine to use it on Windows, right?
.
Click to expand...
Click to collapse
Or install preview windows 10, and you will have Ubuntu there as an app. Working like a charm, beautiful.

XTutorials said:
What to use? You mean ubuntu? If yes, yes, but it may be done with windows also, but I'm not sure.
Click to expand...
Click to collapse
Compiling with windows?
.

Related

Tips for building kernel and modules

Hi there
I'm mostly a silent forum reader because my english isn't very good .
But I didn't find any discussions for building the Legend Kernel and I don't know what I'm doing wrong.
The sources are from http://developer.htc.com.
Trying the google toolchain 4.4.0 and the one from codesourcery both won't work.
No errors while building but it always hangs in splash
Comparing file size with original kernel is a difference between 200 and 700 bytes depend on taken toolchain.
I called make with ARCH=arm CROSS_COMPILE=arm-eabi-
Any ideas or hints?
i'm interested to compile the kernel too..
can you link me what guide/howto did you use?
thanks!
I used hxxp://www.cianer.com/androidg1/28-building-android-kernel-images
replacing toolchain version 4.2.1 with 4.4.0 because dmesg returns it.
You don't need to grab the .config from the phone.
make ARCH=arm CROSS_COMPILE=arm-eabi- msm7227_defconfig creates exactly the same.
Same problem here.
But even if I extract the kernel from shipped HTC images (using perl scripts found somewhere), the boot.img build by AOSP doesn't work.
I guess it's not a problem with the kernel alone.
ali ba said:
But even if I extract the kernel from shipped HTC images (using perl scripts found somewhere), the boot.img build by AOSP doesn't work.
Click to expand...
Click to collapse
Oh... Thank you ali ba! That was the hint I needed: You have to add --base 12c00000 to mkbootimg
So I guess 0x12c00000 is the kernel base? Will add that to my scripts.
Btw, does the kernel work for you now?
So does this mean that creating custom (overclocked ) kernels is now possible?
ali ba said:
So I guess 0x12c00000 is the kernel base?
Click to expand...
Click to collapse
Yes it is.
ali ba said:
Btw, does the kernel work for you now?
Click to expand...
Click to collapse
My Legend currently runs on a Kernel compiled by myself.
But I'm interested in the patches for the last update (2.03 from htc). It seems there are some changes on the kernel...
Anybody knows how we can get it?
This night I will try to compile the tun.ko and look for information about overclocking...
Help is welcome
c1nu5 said:
This night I will try to compile the tun.ko and look for information about overclocking...
Help is welcome
Click to expand...
Click to collapse
Check out this topic. Although it is for Droid Eris, I presume that the procedures apply for the Legend too.
c1nu5 said:
Oh... Thank you ali ba! That was the hint I needed: You have to add --base 12c00000 to mkbootimg
Click to expand...
Click to collapse
Yep! It works! Thanks!
In kernel configuration you can set the minimum frequency of the cpu with screen power on.. now i'm going to try to build it with that configuration!
I think that htc will not release that source unfortunately..
It could be interesting update git sources and try to add htc stuff..
schpinn said:
Check out this topic. Although it is for Droid Eris, I presume that the procedures apply for the Legend too.
Click to expand...
Click to collapse
Thank you for the link! This topic is great!!!
@Neon87 I think I've seen this parameter too... Looking forward to hear from your results
c1nu5 said:
Thank you for the link! This topic is great!!!
@Neon87 I think I've seen this parameter too... Looking forward to hear from your results
Click to expand...
Click to collapse
It works! now when the screen is wake up cpu go to 247 mhz (that is htc's minumum with power off screen)..
Wifi is a little bit lazy and it doesn't want to work right now..
Neon87 said:
Yep! It works! Thanks!
In kernel configuration you can set the minimum frequency of the cpu with screen power on.. now i'm going to try to build it with that configuration!
I think that htc will not release that source unfortunately..
It could be interesting update git sources and try to add htc stuff..
Click to expand...
Click to collapse
and what is the default configuration, for this minimum cpu frequency?
setcpu tells me mine runs at 480mhz min, but to show the value the screen needs to be on. maybe it goes lower with screen off but I don't know that
Now:
│ [*] Change Cpufreq Policy while Screen OFF
(245760) Minimum speed while screen on
(600000) Maximum speed while screen on
(245760) Minimum speed while screen off
(245760) Maximum speed while screen off
Click to expand...
Click to collapse
Before
│ [*] Change Cpufreq Policy while Screen OFF
(480000) Minimum speed while screen on
(600000) Maximum speed while screen on
(245760) Minimum speed while screen off
(245760) Maximum speed while screen off
Click to expand...
Click to collapse
System panel seems to agree with that freq
From where did you have your posted output? Is this from an app? I didn't see something like that on dmesg or logcat
into the folder source: make menuconfig
Problem with wifi still there.. I don't know why i just modify that configuration.. now i'm going to try with vanilla configuration (maybe some idle frequency problem?)..
---
not a frequency problem..
I tried in a million different ways with no results..
If i build my custom kernel wifi stop working.. any idea?
Neon87 said:
I tried in a million different ways with no results..
If i build my custom kernel wifi stop working.. any idea?
Click to expand...
Click to collapse
Yeah... Sorry, thats my fault...
You have to add EXTRAVERSION=-e3993620 when you call make to use the tiwlan module
EDIT: look to software info when you have installed the original kernel to know what you have to add to EXTRAVERSION
c1nu5 said:
Yeah... Sorry, thats my fault...
You have to add EXTRAVERSION=-e3993620 when you call make to use the tiwlan module
EDIT: look to software info when you have installed the original kernel to know what you have to add to EXTRAVERSION
Click to expand...
Click to collapse
Thanks!
It's perfect now!
Now i'll take a look to desire/n1 forum to see what patch i could add..
Anybody interested in tun.ko for openvpn?
EDIT:
needs kernel version e3993620

How to Develop Roms For LG GT540

As the topic says, i want to start developing or porting ROMs/Kernels
for the LG GT540 or any other phone.
I know a fair amount of computing and game developing. So can
anyone tell me what the requirements are for developing a simple ROM.
For example like how much RAM i need on my PC and need to learn Java c++ and etc.
I do know how to make an android app but couldn't put it in the market
as i need a license which i didn't buy. I don't know how to make 3d games
and stuff i can only make simple 2d apps.
I did read some stuff here:
http://developer.android.com/guide/index.html
http://source.android.com/source/initializing.html
and a lot more.
I know developing isn't easy but i do like technology and stuff like that,
so that is why i want to learn.
Thanks.
http://www.tabletroms.com/index.php...oid-source-code-heavy-duty-machines-required/
pcfighter said:
http://www.tabletroms.com/index.php...oid-source-code-heavy-duty-machines-required/
Click to expand...
Click to collapse
****...
i think building ICS is a bit too advanced for me. Maybe requirements for
AOSP for building from CM sources?
It's good to have dual core processor and you must have more than 1GB ram (otherwise linux system will kill process, because he will don't have memory). And maybe 30 GB disk space.
Firstly you'll need C++ and Java. But that's not all. You'll need to understand the structure of the Android source and kernel and how they work. You need to know how to write your own device configs and makefiles. And you must know how to solve errors.
Your build machine should meet the requirements for building Android. On my machine, Gingerbread is ready for 2 hours. Here are my specs:
Intel Core i5 430M Dual-Core Processor 2,53GHz
4GB RAM
Ati Mobility Radeon HD 4570 512MB Graphics card
500GB HDD
I'm afraid I can't help, but I want to know!
I spent only 2 Weeks learning batch and html, so I'm quite clever. I'm currently trying to learn java, then will learn C++
Sent from my LG GT540 Swift using Tapatalk
pcfighter said:
It's good to have dual core processor and you must have more than 1GB ram (otherwise linux system will kill process, because he will don't have memory). And maybe 30 GB disk space.
Click to expand...
Click to collapse
I have a dual-core processor and i have more than 1GB of ram.
despotovski01 said:
Firstly you'll need C++ and Java. But that's not all. You'll need to understand the structure of the Android source and kernel and how they work. You need to know how to write your own device configs and makefiles. And you must know how to solve errors.
Your build machine should meet the requirements for building Android. On my machine, Gingerbread is ready for 2 hours. Here are my specs:
Intel Core i5 430M Dual-Core Processor 2,53GHz
4GB RAM
Ati Mobility Radeon HD 4570 512MB Graphics card
500GB HDD
Click to expand...
Click to collapse
i will try building Froyo as i think it will be easier and less system
requirements will be needed.
Also i am trying it make linux boot through a USB. will this be a disadvantage?
Or is installing linux as part of system better?
liamwli said:
I'm afraid I can't help, but I want to know!
I spent only 2 Weeks learning batch and html, so I'm quite clever. I'm currently trying to learn java, then will learn C++
Sent from my LG GT540 Swift using Tapatalk
Click to expand...
Click to collapse
how did u learn it?
And how will u develop when u said u have no PC?
Maybe at school ;P
pcfighter said:
Maybe at school ;P
Click to expand...
Click to collapse
LOL.
Also is ubuntu a good ISO to use?
i will be changing PC soon to a better one so i am
trying to install linux on my USB.
is it possible to create a ROM from the phone?
Like booting into linux and then doing what you would do
on the PC?
androidboss7 said:
Also is ubuntu a good ISO to use?
i will be changing PC soon to a better one so i am
trying to install linux on my USB.
Click to expand...
Click to collapse
The better version is 10.10 , On the latest version (11.xx) Unity (new UI) is really big ****
http://releases.ubuntu.com/10.10/
and step by step installation
http://www.ubuntu.com/download/ubuntu/download
Man_u said:
The better version is 10.10 , On the latest version (11.xx) Unity (new UI) is really big ****
http://releases.ubuntu.com/10.10/
and step by step installation
http://www.ubuntu.com/download/ubuntu/download
Click to expand...
Click to collapse
Linux Mint is using gnome no unity
Sent from my LG GT540 Swift
androidboss7 said:
is it possible to create a ROM from the phone?
Like booting into linux and then doing what you would do
on the PC?
Click to expand...
Click to collapse
Hehe, try to load your backup in emulator
The most important thing is to know how to make Device configuration files and makefiles. Can anybody explain? Plzzz!!!!
androidboss7 said:
how did u learn it?
And how will u develop when u said u have no PC?
Click to expand...
Click to collapse
YouTube!
I'm planning to get a PC when my payback is in my bank account (Monday). It won't be very good though.
Sent from my LG GT540 Swift using Tapatalk
despotovski01 said:
Firstly you'll need C++ and Java. But that's not all. You'll need to understand the structure of the Android source and kernel and how they work. You need to know how to write your own device configs and makefiles. And you must know how to solve errors.
Your build machine should meet the requirements for building Android. On my machine, Gingerbread is ready for 2 hours. Here are my specs:
Intel Core i5 430M Dual-Core Processor 2,53GHz
4GB RAM
Ati Mobility Radeon HD 4570 512MB Graphics card
500GB HDD
Click to expand...
Click to collapse
Lol similar specs!!! Just that mine is a i5 480M and has 1gb graphic memory
And no don't run from USB all settings wont be saved like wallpaper every boot resets everything
Is much simpler install ubuntu on hdd
if you build android on a usb you wil ran out of space
i want to learn too lol
I want to kill my phone so now dl'ing ubuntu and ICS sources.
How about installing on a virtual machine? It will may have lower performance (depending on settings) but installing on a hard drive isn't reversible.
jhonnyx1000 said:
How about installing on a virtual machine? It will may have lower performance (depending on settings) but installing on a hard drive isn't reversible.
Click to expand...
Click to collapse
Ubuntu is easily removable with windows explorer

[DEV]Chroot-Linux on Xperia Devices Locked/Unlocked Bootloaders(Debian,Ubuntu,BT5up)

Hi,
I have just bought a new Xperia Pro and Here is My first Contribution.Hope you guys like it.
I have tested it personally on the Unoffical MIUI port for PRO.But it should work on other Kernels and Xperia Devices as well.
I am posting a few Screens for you guys and as you can see lxde is already pre-installed for you guys.
Feel Free to comment
Disclaimer:-
I am Not responsible if anything Happens to your Phone.You do it at your own Risk and Responsibilty,
If you Screw Up then dont Blame Me.
I am not responsible for Anything.
What is chroot?
A chroot image is like a Virtual Machine where you are running an O.S within an O.S.The point of this is that you have a whole Linux System running on a phone where you can ofcourse access all the utilities available in Linux.and as it runs inside of android you dont need to flash anything and can use both the chrooted O.S and Android together.
Things required:-
1)Terminal
2)Root
3)Sdcard with atleast 2GB of free space
4)A Brain
Please Consider Donating to add to my late night coffee and Books Fund.
Link:-
https://www.dropbox.com/s/4k1f5l9jxy2nr9n/debian.7z
Mirror:-
http://www.4shared.com/archive/uNEXsuNS/debian.html?refurl=d1url
Note:
Please read the ReadMe.txt file attached to this post first for instructions.
A special request to all those who are donatinglease send me a P.M so that i know who you guys are.
Donators:-
None So Far
Thank you.
Posting Ubuntu over Here
Remember to Read the Read Me File First.
Link:-
https://www.dropbox.com/s/z7ekya7u7zo19p8/ubuntu.7z
Mirror:
http://www.4shared.com/archive/Qv0u_lWN/ubuntu.html
Mirror:
http://min.us/mZVpflpS5
Posting Back Track 5 Linux
Remember to Read the Read Me
Back Track linux Temp mirror(From My O2x Thread)
https://www.dropbox.com/s/ccf7lhfazl7li7u/btl.7z
Mirror:-
http://www.4shared.com/archive/EoGkvPD9/btl.html?refurl=d1url
NOTElease Download the file btl attached to this post and extract it on your computer and copy the btl file within and paste it in the btl directory downloaded from the above hosts replacing the old one.Now the chroot should run.
added a new Script and deleted the old one.Please use that now.I tested it personally on Stock and it is working perfectly.
As soon as it boots it asks if you wanna start VNC server?Press N and then follow the readme file.
Incase of any probs please let me know
and another
One More
Final Reserve
Nice Run..! First..
Nice work:good:
And im gonna donate [if you make mods I need]
But what is so usefull to have this??
xperiap said:
Nice work:good:
And im gonna donate [if you make mods I need]
But what is so usefull to have this??
Click to expand...
Click to collapse
A chroot image is like a Virtual Machine where you are running an O.S within an O.S.The point of this is that you have a whole Linux System running on a phone where you can ofcourse access all the utilities available in Linux.and as it runs inside of android you dont need to flash anything and can use both the chrooted O.S and Android together.check the Screenshots.
GO ahead:Try Ubuntu...it will give you a better Idea.
Hi! Have you tried this on stock kernel? I believe stock kernel doesn't have loop devices enabled and MIUI is a rebase of CM? Not sure though that's why I'm asking.
Riyal said:
Hi! Have you tried this on stock kernel? I believe stock kernel doesn't have loop devices enabled and MIUI is a rebase of CM? Not sure though that's why I'm asking.
Click to expand...
Click to collapse
The Miui i used was on Stock Kernel.The Kernel Does Support Loop devices.Miui is a Rebase of CM but the loop functionality is related to Kernel.So,Yes it Works on Stock Kernel on Locked/Unlocked Bootloaders Both as we are not flashing anything.
Anyway Give Ubuntu a go.
manasgirdhar said:
The Miui i used was on Stock Kernel.The Kernel Does Support Loop devices.Miui is a Rebase of CM but the loop functionality is related to Kernel.So,Yes it Works on Stock Kernel on Locked/Unlocked Bootloaders Both as we are not flashing anything.
Anyway Give Ubuntu a go.
Click to expand...
Click to collapse
Thanks! Just clarifying things out I haven't meddled with stock kernel that much that's why I am asking. Well the kernel sources sony provided has loop devices disabled by default glad that it's enabled on the official precompiled one.
Anyways! Try packing backtrack that should be alot useful than debian w/ lxde or a classic ubuntu image.
I got backtrack to run on Pro sometime ago when I was still using gingerbread.
Riyal said:
Thanks! Just clarifying things out I haven't meddled with stock kernel that much that's why I am asking. Well the kernel sources sony provided has loop devices disabled by default glad that it's enabled on the official precompiled one.
Anyways! Try packing backtrack that should be alot useful than debian w/ lxde or a classic ubuntu image.
I got backtrack to run on Pro sometime ago when I was still using gingerbread.
Click to expand...
Click to collapse
Already Did.Will upload it sometime Later today or tomorrow.
Debian and Ubuntu both have lxde pre-installed.
Edit:-BT5 UP.
Hi! seeing that you're a fanatic of these perhaps it would be useful if I give you these.
http://50.56.186.177/filez/
Those are packed and reduced sizes of debian & fedora arm images made to fit for chrooting on mobile devices. I made those for my previous device and is very stable already with 256mb RAM
the debian image is a squeeze version. Plus included is the fix for pulse audio. I'm not sure if it would work out of the box for android but with just a little bit knowledge with basic linux stuffs you could get it running perfectly
Riyal said:
Hi! seeing that you're a fanatic of these perhaps it would be useful if I give you these.
http://50.56.186.177/filez/
Those are packed and reduced sizes of debian & fedora arm images made to fit for chrooting on mobile devices. I made those for my previous device and is very stable already with 256mb RAM
the debian image is a squeeze version. Plus included is the fix for pulse audio. I'm not sure if it would work out of the box for android but with just a little bit knowledge with basic linux stuffs you could get it running perfectly
Click to expand...
Click to collapse
THANKS for the link...Meego wont chroot..tried it on the optimus a few months ago and failed..problem with zephyr..will give it a go later.fedora I had as well..but the thing is ...Does anyone except me even use these here????
I do but not that much. Like I said I just only tried backtrack and obviously I use it only when needed
Say do you think it would be possible to include a custom kernel on a chrooted image? It would be cool if we have backtrack here with monitor mode enabled. I think the wlan drivers/hardware of Xperia devices have the capability.
Or also try posting this thread to some other Xperia Sub forums. Arc/Pro users seem to be not very open to these kind of works. They just care on custom ROMs
In short they aren't geeky enough They aren't even that interested in dual booting.
Riyal said:
I do but not that much. Like I said I just only tried backtrack and obviously I use it only when needed
Say do you think it would be possible to include a custom kernel on a chrooted image? It would be cool if we have backtrack here with monitor mode enabled. I think the wlan drivers/hardware of Xperia devices have the capability.
Or also try posting this thread to some other Xperia Sub forums. Arc/Pro users seem to be not very open to these kind of works. They just care on custom ROMs
In short they aren't geeky enough They aren't even that interested in dual booting.
Click to expand...
Click to collapse
In theory yes its possible.but changes will have to be made to the arm kernel to chroot.when u type uname in terminal the output inside the chroot is different than the android kernel.but I think native booting will be better than chrooting..not being interested is just odd....its so much fun having linux on the go
manasgirdhar said:
A chroot image is like a Virtual Machine where you are running an O.S within an O.S.The point of this is that you have a whole Linux System running on a phone where you can ofcourse access all the utilities available in Linux.and as it runs inside of android you dont need to flash anything and can use both the chrooted O.S and Android together.check the Screenshots.
GO ahead:Try Ubuntu...it will give you a better Idea.
Click to expand...
Click to collapse
It would help a lot of people if you would put this description in the first post, or even a better description. Great work!
ameer1234567890 said:
It would help a lot of people if you would put this description in the first post, or even a better description. Great work!
Click to expand...
Click to collapse
Thanks for the advice.added to first post...not good with explanations
Riyal said:
I do but not that much. Like I said I just only tried backtrack and obviously I use it only when needed
Say do you think it would be possible to include a custom kernel on a chrooted image? It would be cool if we have backtrack here with monitor mode enabled. I think the wlan drivers/hardware of Xperia devices have the capability.
Or also try posting this thread to some other Xperia Sub forums. Arc/Pro users seem to be not very open to these kind of works. They just care on custom ROMs
In short they aren't geeky enough They aren't even that interested in dual booting.
Click to expand...
Click to collapse
Actually I know I am going to say something Off-Topic
1) People on XDA are now the people who have got a smartphone just because they can afford one and wanna make their phone look "kewl" than the others with the same device
2) People do dumb things like cross flashing kernels.. They dont even read carefully what the OP says..
3) Running linux on a phone would be the best thing.. specially on an xperia pro where you get a harware keyboard..
I would like all noobs to see this - http://forum.xda-developers.com/showpost.php?p=16682226&postcount=2441
and this - http://forum.xda-developers.com/showpost.php?p=15826094&postcount=45

Linux instead Android

Hi, I would like to run linux instead android, -WOLF- from 4pda.ru have done this with his samsung galaxy spica and I would like to do the same for our OB.Here is origina thread on 4pda.ru but it is all in russan.I tried to make a kernel with frambuffer console and sdcard as root directory but it failed.So anyone who can cook kernels please help.Then, when kernel is done we will try to run linux(ubuntu, andstrom, etc.).
Thank u!
Here is angstroms LFS for abstract smarphone and people wich port it to their devices
suleymanovemil8 said:
Hi, I would like to run linux instead android, -WOLF- from 4pda.ru have done this with his samsung galaxy spica and I would like to do the same for our OB.Here is origina thread on 4pda.ru but it is all in russan.I tried to make a kernel with frambuffer console and sdcard as root directory but it failed.So anyone who can cook kernels please help.Then, when kernel is done we will try to run linux(ubuntu, andstrom, etc.).
Thank u!
Click to expand...
Click to collapse
I had installed successfully UBUNTU with VNC but result was not one can use daily so removed in one hour, though good for experiment.
And our OB processor is not enough powerful you can throw Linux. Minimum requirement for UBUNTU is dual core processor.
Search UBUNTU on mobile, or UBUNTU;s official site.
cant we run win 95 ?
pkb_always4u said:
I had installed successfully UBUNTU with VNC but result was not one can use daily so removed in one hour, though good for experiment.
And our OB processor is not enough powerful you can throw Linux. Minimum requirement for UBUNTU is dual core processor.
Search UBUNTU on mobile, or UBUNTU;s official site.
Click to expand...
Click to collapse
I don't mean linux on androi, I mean installing linux instead of android and I'd like to use Angstrom and if galaxy spica and gio can run it our OB will do it !And it doesn't requires prosessors clock and a lot of ram because there is no android, it runs along as native os.And i know about ubuntu for mobile, it runs on android and it is like a linux on android.
BeBeLKhaN said:
cant we run win 95 ?
Click to expand...
Click to collapse
No.We can run linux because we can take android's linux kernel.Android is very low weight linux.
First we need just enable framebuffer console in kernel, this will help us with starting linux ::
suleymanovemil8 said:
Hi, I would like to run linux instead android, -WOLF- from 4pda.ru have done this with his samsung galaxy spica and I would like to do the same for our OB.Here is origina thread on 4pda.ru but it is all in russan.I tried to make a kernel with frambuffer console and sdcard as root directory but it failed.So anyone who can cook kernels please help.Then, when kernel is done we will try to run linux(ubuntu, andstrom, etc.).
Thank u!
Click to expand...
Click to collapse
Android is based on Linux, so what do you expect by running Linux on OB?
I don't have time to do that, so I'll just wait and see your progress then...
What will you choose? Computer with linux dis. or with android?I think with linux.
BeBeLKhaN said:
cant we run win 95 ?
Click to expand...
Click to collapse
)) you made my day )) EPIC answer )
WTF
suleymanovemil8 said:
What will you choose? Computer with linux dis. or with android?I think with linux.
Click to expand...
Click to collapse
I do using my computer with Ubuntu Linux OS, not Android.
Your quest above are,
suleymanovemil8 said:
... I would like to do the same for our OB.
Click to expand...
Click to collapse
So, you are talking about OS on computer, or mobile device?!
redy2006, please help with kernel, i'm gonna get craizy with this kernel...
In the past I had a chinese android device which had 3 options of booting: Android, Linux(I think ubuntu) and Windows CE.
It's really very nice to run linux because it looks like a real pc
ohadz said:
In the past I had a chinese android device which had 3 options of booting: Android, Linux(I think ubuntu) and Windows CE.
It's really very nice to run linux because it looks like a real pc
Click to expand...
Click to collapse
Whe off ics will release i will take it's new kernel 3.xx, but i neeeed help with kernel.
redy2006 said:
I do using my computer with Ubuntu Linux OS, not Android.
Your quest above are,
So, you are talking about OS on computer, or mobile device?!
Click to expand...
Click to collapse
mobile device, well i think this will make our device more poerfulll, we could use the programs wich are not ported on any android device, and do many more!
This belongs in general.
BeBeLKhaN said:
cant we run win 95 ?
Click to expand...
Click to collapse
Yes, we can.
https://www.youtube.com/watch?v=JWkqMmtSJRE&feature=youtube_gdata_player
Sent from my P-970 using xda app-developers app
wessyh0 said:
Yes, we can.
https://www.youtube.com/watch?v=JWkqMmtSJRE&feature=youtube_gdata_player
Sent from my P-970 using xda app-developers app
Click to expand...
Click to collapse
I was launched with apk i foger it two weeks ago windows 95.It booted 30 sec.mouse control was very hard and i couldnt access sd files.Than I delete win95 image and application.
Win 95 can run alongside android but if u want to make it your native os u must work alot to port it.And in this thread i don't mean runing any os with android i mean runnning linux dis. instead of android.
Any question about "4pda.ru" here: http://onlinecontent.ru/viewtopic.php?f=2&t=2&sid=09bc3461206b22af1e5f924e0fc2900c

XPOSED on an Intel Z8300 chip?

Hi, I'm using a Chuwi HiBook, I rooted and unlocked and I flashed xposed-v84-sdk22-x86.zip but now it's not booting, i had to reflash android.
The kernel version says "3.14.37-x86_64-L1-R517
What should i do? I mean, does that zip work for my device? Maybe the 32bit version doesnt work on this yet and I'm making a dumb move
Thanks
EDIT: More info here: http://forum.xda-developers.com/xposed/modules/chuwi-tweaks-t3316556/page2
The system is ARM but there is no tablet with this chip with xposed working on it.
Any clues?
Hi, i think flashing xposed disabler can help you. Just try it.
Yakandu said:
Hi, I'm using a Chuwi HiBook, I rooted and unlocked and I flashed xposed-v84-sdk22-x86.zip but now it's not booting, i had to reflash android.
The kernel version says "3.14.37-x86_64-L1-R517
What should i do? I mean, does that zip work for my device? Maybe the 32bit version doesnt work on this yet and I'm making a dumb move
Thanks
Click to expand...
Click to collapse
try the xposed disabler zip, if it don't work just re-flash the stock rom
Yep i had to flash again, the system is ARM but there is no support for Intel Cherry Trail Z8300 from xposed, there is no device with this cpu with xposed working on it
Yakandu said:
Yep i had to flash again, the system is ARM but there is no support for Intel Cherry Trail Z8300 from xposed, there is no device with this cpu with xposed working on it
Click to expand...
Click to collapse
Agreed, Right now I am searching for MiPad2 xposed.zip without luck.... My cpu is also Intel cherry trail x5-z8500 14nm , The CPU is x86_64 armV8a architecture.
My devices runs as Dual-OS, switching between full windows 10 and full android lollipop within their respective home-screen widgets. That's nice...
I have root and a kind of official aosp, although the official firmware is MIUI.
If someone someday will come across xposed.zip x86_64 then post here a link, please!
Thank you!
datorprofessor said:
Agreed, Right now I am searching for MiPad2 xposed.zip without luck.... My cpu is also Intel cherry trail x5-z8500 14nm , The CPU is x86_64 armV8a architecture.
My devices runs as Dual-OS, switching between full windows 10 and full android lollipop within their respective home-screen widgets. That's nice...
I have root and a kind of official aosp, although the official firmware is MIUI.
If someone someday will come across xposed.zip x86_64 then post here a link, please!
Thank you!
Click to expand...
Click to collapse
is this what you're looking for?
http://en.miui.com/thread-78894-1-1.html
daWyrd1 said:
is this what you're looking for?
http://en.miui.com/thread-78894-1-1.html
Click to expand...
Click to collapse
I got bootloop (and not a single uninstaller working with that too, tried those zip special for MIUI Mipad2 . The other xposed zips are for arm64 and other kinds of arm but not this model one .
I've spoke with the "deliver" too of the flash zips, "Papka__" and SolarWarez and he got them from another place, but none of theme work with MiPAd2. Overall the device is very fast and doing well. Having windows 10 besides as a multiOS.
Also, I've read somewhere that Rovo89 will never get involved in those CPU x86_64, mainly because the vendors have heavily modded ROMs. :crying: I gave up , never ever give up , and now I'm forced to use other kinds of firewalls.... The Xprivacy module was very nice, because I could see in very detail what was going on on each app and a lot of other modding modules.
:good: Thanks anyway for your trying.
Intel the creator of those SoC has dropped the manufacturing in phones and tablets... So there aren't enough big public and demand, which doesn't encourage developers spend time on the hack!
Intel is investing on IoT (internet of everything) and CPU's for drones, The Future Conquer army weapons. Also Intel investing in more power consuming Goldmont CPUs with 6-12watts that are very powerful for bigger mobile devices.
Solved. Except no feedback for MIUI. Cheers
https://forum.xda-developers.com/xposed/xposed-intel-atom-x5-z8300-x8664-solved-t3585087

Categories

Resources