[RELEASED-CHECK DEVELOPEMENT SECTION] AOKP For ALE-L21 - P8lite General

================================================== ==========================
______ _____ __ __ _____
/\ _ \/\ __`\/\ \/\ \ /\ _ `\
\ \ \L\ \ \ \/\ \ \ \/'/'\ \ \L\ \
\ \ __ \ \ \ \ \ \ , < \ \ ,__/
\ \ \/\ \ \ \_\ \ \ \`\ \ \ \/ ---Here it should say AOKP, but xda streched it or something
\ \_\ \_\ \_____\ \_\ \_\ \_\
\/_/\/_/\/_____/\/_/\/_/ \/_/
=============================-Package complete-=============================
Folder : /home/andrei/android/system/out/target/product/alice
ZipName: aokp_alice_mm_unofficial_2017-05-26_2143.zip
MD5 : 4b0971e25baed04e70b758c5db63e135
Size : 460M
================================================== ==========================
make: Leaving directory '/home/andrei/android/system'
#### make completed successfully (03:48:48 (hh:mm:ss)) ####
Tommorow I will test it, and if it works, I will release it as fast as I can!
Bugs: (After I will test it)
-Unknown ?

XTutorials said:
================================================== ==========================
______ _____ __ __ _____
/\ _ \/\ __`\/\ \/\ \ /\ _ `\
\ \ \L\ \ \ \/\ \ \ \/'/'\ \ \L\ \
\ \ __ \ \ \ \ \ \ , < \ \ ,__/
\ \ \/\ \ \ \_\ \ \ \`\ \ \ \/ ---Here it should say AOKP, but xda streched it or something
\ \_\ \_\ \_____\ \_\ \_\ \_\
\/_/\/_/\/_____/\/_/\/_/ \/_/
=============================-Package complete-=============================
Folder : /home/andrei/android/system/out/target/product/alice
ZipName: aokp_alice_mm_unofficial_2017-05-26_2143.zip
MD5 : 4b0971e25baed04e70b758c5db63e135
Size : 460M
================================================== ==========================
make: Leaving directory '/home/andrei/android/system'
#### make completed successfully (03:48:48 (hh:mm:ss)) ####
Tommorow I will test it, and if it works, I will release it as fast as I can!
Bugs: (After I will test it)
-Unknown ?
Click to expand...
Click to collapse
Brilliant good work I didn't get as far as that

What is the difference?

D1stRU3T0R said:
What is the difference?
Click to expand...
Click to collapse
Difference compared to what rom?

XTutorials said:
Difference compared to what rom?
Click to expand...
Click to collapse
Stock, latest for example

Rom has been released! Check Developing section!

Related

Building Images Containing Google Apps

I'm having a bit of trouble with my image builds. If I build without the Google apps the image is fine (other than not having any useful apps). However, if I add the original Google apps (from the htc recovery image) during my image build the emulator just sits there at the animated boot screen.
I'm using the following to add the Google apps to my build
Code:
PRODUCT_PROPERTY_OVERRIDES := \
ro.com.google.locationfeatures=1
PRODUCT_PACKAGES := \
framework-res \
Browser \
Contacts \
Launcher \
HTMLViewer \
Phone \
DownloadProvider \
GoogleSearch \
MediaProvider \
GooglePartnerSetup \
GoogleSettingsProvider \
TelephonyProvider \
UserDictionaryProvider \
PackageInstaller \
Bugreport \
AlarmClock \
AlarmProvider \
Calendar \
Camera \
DrmProvider \
LatinIME \
Mms \
Music \
Settings \
Sync \
Updater \
CalendarProvider \
SyncProvider \
Calculator \
Email \
ImProvider
PRODUCT_COPY_FILES := \
/Volumes/android/mydroid/vendor/google/app/checkin.apk:system/app/checkin.apk \
/Volumes/android/mydroid/vendor/google/app/Gmail.apk:system/app/Gmail.apk \
/Volumes/android/mydroid/vendor/google/app/GmailProvider.apk:system/app/GmailProvider.apk \
/Volumes/android/mydroid/vendor/google/app/GoogleApps.apk:system/app/GoogleApps.apk \
/Volumes/android/mydroid/vendor/google/app/GoogleContactsProvider.apk:system/app/GoogleContactsProvider.apk \
/Volumes/android/mydroid/vendor/google/app/GooglePartnerSetup.apk:system/app/GooglePartnerSetup.apk \
/Volumes/android/mydroid/vendor/google/app/GoogleSettingsProvider.apk:system/app/GoogleSettingsProvider.apk \
/Volumes/android/mydroid/vendor/google/app/GoogleSubscribedFeedsProvider.apk:system/app/GoogleSubscribedFeedsProvider.apk \
/Volumes/android/mydroid/vendor/google/app/gtalkservice.apk:system/app/gtalkservice.apk \
/Volumes/android/mydroid/vendor/google/app/Maps.apk:system/app/Maps.apk \
/Volumes/android/mydroid/vendor/google/app/MediaUploader.apk:system/app/MediaUploader.apk \
/Volumes/android/mydroid/vendor/google/app/NetworkLocation.apk:system/app/NetworkLocation.apk \
/Volumes/android/mydroid/vendor/google/app/SetupWizard.apk:system/app/SetupWizard.apk \
/Volumes/android/mydroid/vendor/google/app/Street.apk:system/app/Street.apk \
/Volumes/android/mydroid/vendor/google/app/Talk.apk:system/app/Talk.apk \
/Volumes/android/mydroid/vendor/google/app/Vending.apk:system/app/Vending.apk \
/Volumes/android/mydroid/vendor/google/app/VoiceSearch.apk:system/app/VoiceSearch.apk \
/Volumes/android/mydroid/vendor/google/app/YouTube.apk:system/app/YouTube.apk \
/Volumes/android/mydroid/vendor/google/etc/permissions/com.google.android.gtalkservice.xml:system/etc/permissions/com.google.android.gtalkservice.xml \
/Volumes/android/mydroid/vendor/google/etc/permissions/com.google.android.maps.xml:system/etc/permissions/com.google.android.maps.xml \
/Volumes/android/mydroid/vendor/google/framework/com.google.android.gtalkservice.jar:system/framework/com.google.android.gtalkservice.jar \
/Volumes/android/mydroid/vendor/google/framework/com.google.android.maps.jar:system/framework/com.google.android.maps.jar
PRODUCT_NAME := htc_dream
PRODUCT_DEVICE := dream-open
PRODUCT_MANUFACTURER := htc
PRODUCT_BRAND := generic
PRODUCT_POLICY := android.policy_phone
in my .mk file. It there any way to discover what is causing this? Has anyone else suffered from this?
Ta
SC
No one? Really?
Nobody else is creating builds from source?
Is there a better place to ask this then?
SC
ScaredyCat said:
Nobody else is creating builds from source?
Is there a better place to ask this then?
SC
Click to expand...
Click to collapse
Have you checked the wiki? The developer wiki that is. You could try PMing a developer too
You might find this useful..
http://www.johandekoning.nl/index.php/2009/07/12/building-android-1-5-google-apps-and-audio-files/
alritewhadeva said:
Have you checked the wiki? The developer wiki that is. You could try PMing a developer too
Click to expand...
Click to collapse
Yes, I couldn't see anything there regarding adding Google apps to a build. It's a real shame since android isn't much fun/use without them
SC
goldenarmZ said:
You might find this useful..
http://www.johandekoning.nl/index.php/2009/07/12/building-android-1-5-google-apps-and-audio-files/
Click to expand...
Click to collapse
That's where I got my original info from to create the .mk file. Tried contacting that dev but no response as yet....

IGO PRIMO?

anyone got primo working correctly?? and if so what sys.txt file are you uisng??
first put the primo folder into the sd card root. rename the folder as "Primo".
my sys.txt content is below. it is working great.
[interface]
show_exit=1
extra_settings=1
resolution_dir="320_240"
vga=1
shutdown_time="0"
recalc_voice=0
laneinfo_signpost_enabled=1
[folders]
sdcardpath="\storage card\Primo"
has_secondary_root=0
[map]
3d_dem=1
3d_dem_detail=2
popup_info=1
show_labels=1
follow_gps=1
2dheadup=1
3d_scale_carmodel=1
3dcarsizemin=10000
3dcarsizemax=15000
3dcarsizemul=20000
[route]
allow_offroad_waypoints=1
[other]
demo_enabled=0
[rawdisplay]
highres=1
screen_x=640
screen_y=480
stretch=0
[oasis]
exclude_directories="%root%/Application Data,%root%/Program Files,%root%/Windows,PICTURE::%app%/content/games"
include_directories="GAME::%app%/content/games,PICTURE::%sdcard%/my pictures,PICTURE::%sdcard%/dcim,PICTURE::%myflashdisk%/my pictures,PICTURE::%myflashdisk%/dcim,MUSIC::%sdcard%/my music,MUSIC::%sdcard%/dcim,MUSIC::%myflashdisk%/my music,MUSIC::%myflashdisk%/dcim"
[Registry]
oninit1 = "HKCU \ ControlPanel \ MotionSensor \ AutoOrientation: DWORD: 0"
onexitreset1 = "HKCU \ ControlPanel \ MotionSensor \ AutoOrientation: DWORD"
oninit2 = "HKEY_CURRENT_USER \ ControlPanel \ BackLight \ ALCMode: DWORD: 0"
onexitreset2 = "HKEY_CURRENT_USER \ ControlPanel \ BackLight \ ALCMode: DWORD '
[gps]
port=4
baud=38400
source="gns"
[warning]
speedcam_enabled=1
speedcam_max_angle=20
speedcam_max_lookahead=400
speedcam_maxdistance_from_road=10
speedcam_snap_distance=200
speedcam_soundtype=2 ;1=overspeed 2=approach
speedcam_visualtype=1
speedcam_warning=1
speedwarn_alt_limit=1
speedwarn_alt_tolerance=110
speedwarn_alt_toltype=1
speedwarn_tolerance=110
speedwarn_toltype=1 ;0-absolute or 1-percentage
warn_distances=120:500,100:400,80:400,50:300,30:20 0
speedcam_warning=all speedcam types
is_spoken=1
speedlimit_warning_voice="!radar"
[debug]
show_oneway=1 ;
show_oneway_3d=1
experimental_features=1
skip_eula=1
enable_roadshadow=1
enable_roadsign=1
show_pedestrian=1
show_roadid=1
show_segmentdir=1
show_lane_info=1
show_signpost=1
show_arrows_on_route=1
hnr=1
show_hnr=1
double_pixel_mode=2
ignore_pause=1
tunnel_mode=1
adaptive_2d=1
earth=1
show_junction_view=1
enable_buildings=1
show_poi_boundingrects=1
show_poi_areas=1
[strapon]
offroad_handling=1
[sound]
ding=0
wheelsound=1
use_method=1
sound_q_length=200
queue_length=200
mute_os_key=1
[shutdown_time]
interface=0
[feature]
tunnel_guidance=1
[route]
allow_offroad_waypoints=1
[mydata]
max_favorites=100
max_histories=50
[phone]
driver="TAPI"
exe_path="\Windows\cprog.exe"
win_name="Phone"
[dynamiccompressor]
compressor=1
ratio=9
gain=9
[3d_config]
disable_roadsign_navigation_mode=1
rotated_roadsigns=1
thanks
that was the info I was missing i was using a other data.zip and the screen was out of alignment.

[Q] How to get kernel for emulator ?

I don't have Nexus One and I want to emulate a Custom ROM(which has a specific kernel) in emulator.
I have boot.img system.img recovery.img ramdisk.img. Also in ther "kernel" directory there is
Code:
[email protected]:/home/abc/android/kernel$ tree
/home/cstc/temp_s/s-android-read-only/kernel/
`-- msm
`-- arch
`-- arm
`-- boot
|-- bootp
| |-- bootp.lds
| |-- initrd.S
| |-- init.S
| |-- kernel.S
| `-- Makefile
|-- compressed
| |-- big-endian.S
| |-- head-l7200.S
| |-- head.S
| |-- head-sa1100.S
| |-- head-shark.S
| |-- head-sharpsl.S
| |-- head-xscale.S
| |-- ll_char_wr.S
| |-- Makefile
| |-- Makefile.debug
| |-- misc.c
| |-- ofw-shark.c
| |-- piggy.gz
| |-- piggy.S
| |-- vmlinux
| |-- vmlinux.lds
| `-- vmlinux.lds.in
|-- Image
|-- install.sh
|-- Makefile
`-- zImage
6 directories, 26 files
The current kernel (zImage) is not working in emulator (It does NOT boot) ?
Can I compile kernel for emulator (like kernel-qemu in sdk)?? (maybe using install.sh)
????????
Any ideas ????

(Tutorial) Selecting a frequency for WI-FI

Hi,
it's very simple.
1) decompile framework-res.apk
2) Open the \ res \ values ​​\ bools.xml there were:
<bool name="config_wifi_dual_band_support">false</bool>
and change to:
<bool name="config_wifi_dual_band_support">true</bool>
abdullahazad said:
Hi,
it's very simple.
1) decompile framework-res.apk
2) Open the \ res \ values ​​\ bools.xml there were:
<bool name="config_wifi_dual_band_support">false</bool>
and change to:
<bool name="config_wifi_dual_band_support">true</bool>
Click to expand...
Click to collapse
I'm looking through my decompiled framework-res.apk right now and don't see a bools.xml in the values folder on my D6503 on the .167 build (4.4.4). What version of the software did you do this on?
Good

[ROM][5.0.2][LRX22G] OmniRom UnOfficial

OmniRom 100% functional, compiled servers omni project.
Code:
sudo apt-get update && sudo apt-get install git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.8-dev squashfs-tools build-essential zip curl libncurses5-dev zlib1g-dev openjdk-6-jre openjdk-6-jdk pngcrush schedtool libxml2 libxml2-utils xsltproc lzop libc6-dev schedtool g++-multilib lib32z1-dev lib32ncurses5-dev lib32readline-gplv2-dev gcc-multilib
sudo apt-get update && sudo apt-get install openjdk-7-jdk && sudo update-alternatives --config java && sudo update-alternatives --config javac
sudo apt-get install bison g++-multilib git gperf libxml2-utils
mkdir -p ~/bin
mkdir -p ~/android/omni
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
echo "export PATH=~/bin:$PATH" >> ~/.bashrc
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
cd ~/android/omni
repo init -u https://github.com/omnirom/android.git -b android-5.0
repo sync -j16 -C --no-clone-bundle
echo "export USE_CCACHE=1" >> ~/.bashrc
~/android/omni/prebuilts/misc/linux-x86/ccache/ccache -M 25G
. build/envsetup.sh
breakfast mako
brunch mako
make
out/target/product/mako/omni-5.0-<date>-mako-HOMEMADE.zip
OmniROM-5.0.2-20150218-mako-HOMEMADE.zip ==> Uploading 0%
... More details please?
icu64 said:
... More details please?
Click to expand...
Click to collapse
The omniROM 5.0 has been completed and is fully functional for Nexus 4, but the desenvolderores not yet compiled nor provide for installation.
I downloaded the source code, compiled and am completing the compilation that will soon be posted here.
More http://docs.omnirom.org/Lollipop_Device_Status#mako_-_Nexus_4
Are you part of the team or just compiling? Because if that's the case, this shouldn't be labeled as official in anyway...
jacoghi said:
Are you part of the team or just compiling? Because if that's the case, this shouldn't be labeled as official in anyway...
Click to expand...
Click to collapse
Only compiled without any modifications to the original, thus considered official.
Assis Brandão said:
Only compiled without any modifications to the original, thus considered official.
Click to expand...
Click to collapse
Many build from source and its still unofficial. Does not matter if there aren't any modifications made. You are not part of the team nor a maintainer for the device making it unofficial.
xWolf13 said:
Many build from source and its still unofficial. Does not matter if there aren't any modifications made. You are not part of the team nor a maintainer for the device making it unofficial.
Click to expand...
Click to collapse
^ strongly agree
We do not allow placeholder threads on XDA. Only create a thread when you have the ROM uploaded and you are ready to make it available to the community. When the ROM is uploaded you can report your thread to be reopened.
As for the whole official/unofficial business unless you are an OFFICIAL maintainer for Omni ROM then your thread should be labelled UNOFFICIAL.
Thread temp closed

Categories

Resources